@cobo/agentic-wallet 0.1.1 → 0.1.2

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 (1054) hide show
  1. package/README.md +204 -63
  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 +17 -8
  19. package/dist/api/metadata-api.d.ts.map +1 -1
  20. package/dist/api/metadata-api.js +45 -10
  21. package/dist/api/metadata-api.js.map +1 -1
  22. package/dist/api/pacts-api.d.ts +69 -10
  23. package/dist/api/pacts-api.d.ts.map +1 -1
  24. package/dist/api/pacts-api.js +239 -10
  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 +138 -0
  31. package/dist/api/recipes-api.d.ts.map +1 -0
  32. package/dist/api/{policies-api.js → recipes-api.js} +234 -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 +34 -11
  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/approval-action.d.ts +20 -0
  63. package/dist/models/approval-action.d.ts.map +1 -0
  64. package/dist/models/approval-action.js +22 -0
  65. package/dist/models/approval-action.js.map +1 -0
  66. package/dist/models/approval-list-response.d.ts +3 -3
  67. package/dist/models/approval-list-response.d.ts.map +1 -1
  68. package/dist/models/approval-read.d.ts +25 -28
  69. package/dist/models/approval-read.d.ts.map +1 -1
  70. package/dist/models/approval-status.d.ts +3 -2
  71. package/dist/models/approval-status.d.ts.map +1 -1
  72. package/dist/models/approval-status.js +3 -2
  73. package/dist/models/approval-status.js.map +1 -1
  74. package/dist/models/approval-subject-type.d.ts +20 -0
  75. package/dist/models/approval-subject-type.d.ts.map +1 -0
  76. package/dist/models/approval-subject-type.js +22 -0
  77. package/dist/models/approval-subject-type.js.map +1 -0
  78. package/dist/models/artifact.d.ts +43 -0
  79. package/dist/models/artifact.d.ts.map +1 -0
  80. package/dist/models/{pact-spec.js → artifact.js} +1 -1
  81. package/dist/models/artifact.js.map +1 -0
  82. package/dist/models/audit-action.d.ts +8 -0
  83. package/dist/models/audit-action.d.ts.map +1 -1
  84. package/dist/models/audit-action.js +8 -0
  85. package/dist/models/audit-action.js.map +1 -1
  86. package/dist/models/audit-log-page.d.ts +2 -2
  87. package/dist/models/automated-check.d.ts +35 -0
  88. package/dist/models/automated-check.d.ts.map +1 -0
  89. package/dist/models/{activate-request.js → automated-check.js} +1 -1
  90. package/dist/models/automated-check.js.map +1 -0
  91. package/dist/models/balance-read.d.ts +8 -2
  92. package/dist/models/balance-read.d.ts.map +1 -1
  93. package/dist/models/chain-info.d.ts +2 -2
  94. package/dist/models/chain-info.d.ts.map +1 -1
  95. package/dist/models/chain-metadata.d.ts +3 -3
  96. package/dist/models/chain-metadata.d.ts.map +1 -1
  97. package/dist/models/complete-export-response.d.ts +24 -0
  98. package/dist/models/complete-export-response.d.ts.map +1 -0
  99. package/dist/models/complete-export-response.js +12 -0
  100. package/dist/models/complete-export-response.js.map +1 -0
  101. package/dist/models/completion-condition-type.d.ts +2 -1
  102. package/dist/models/completion-condition-type.d.ts.map +1 -1
  103. package/dist/models/completion-condition-type.js +2 -1
  104. package/dist/models/completion-condition-type.js.map +1 -1
  105. package/dist/models/completion-condition.d.ts +2 -2
  106. package/dist/models/contract-call-create.d.ts +15 -3
  107. package/dist/models/contract-call-create.d.ts.map +1 -1
  108. package/dist/models/contract-call-submit-result.d.ts +13 -7
  109. package/dist/models/contract-call-submit-result.d.ts.map +1 -1
  110. package/dist/models/create-export-response.d.ts +42 -0
  111. package/dist/models/create-export-response.d.ts.map +1 -0
  112. package/dist/models/create-export-response.js +12 -0
  113. package/dist/models/create-export-response.js.map +1 -0
  114. package/dist/models/custody-terms.d.ts +54 -0
  115. package/dist/models/custody-terms.d.ts.map +1 -0
  116. package/dist/models/{activate-response.js → custody-terms.js} +1 -1
  117. package/dist/models/custody-terms.js.map +1 -0
  118. package/dist/models/delegation-create.d.ts +1 -1
  119. package/dist/models/delegation-freeze-request.d.ts +1 -1
  120. package/dist/models/delegation-freeze-result.d.ts +1 -1
  121. package/dist/models/delegation-permission.d.ts +3 -3
  122. package/dist/models/delegation-permission.js +3 -3
  123. package/dist/models/delegation-permission.js.map +1 -1
  124. package/dist/models/delegation-spend-summary.d.ts +7 -0
  125. package/dist/models/delegation-spend-summary.d.ts.map +1 -1
  126. package/dist/models/delegation-unfreeze-result.d.ts +7 -1
  127. package/dist/models/delegation-unfreeze-result.d.ts.map +1 -1
  128. package/dist/models/delegation-usage-limit-summary.d.ts +53 -0
  129. package/dist/models/delegation-usage-limit-summary.d.ts.map +1 -0
  130. package/dist/models/delegation-usage-limit-summary.js +12 -0
  131. package/dist/models/delegation-usage-limit-summary.js.map +1 -0
  132. package/dist/models/deliverable-spec.d.ts +47 -0
  133. package/dist/models/deliverable-spec.d.ts.map +1 -0
  134. package/dist/models/{wallet-claim-read.js → deliverable-spec.js} +1 -1
  135. package/dist/models/deliverable-spec.js.map +1 -0
  136. package/dist/models/dispute-resolution-spec.d.ts +47 -0
  137. package/dist/models/dispute-resolution-spec.d.ts.map +1 -0
  138. package/dist/models/{create-approval-request.js → dispute-resolution-spec.js} +1 -1
  139. package/dist/models/dispute-resolution-spec.js.map +1 -0
  140. package/dist/models/estimate-contract-call-fee-request.d.ts +2 -2
  141. package/dist/models/estimate-transfer-fee-request.d.ts +1 -1
  142. package/dist/models/execution-plan.d.ts +59 -0
  143. package/dist/models/execution-plan.d.ts.map +1 -0
  144. package/dist/models/execution-plan.js +12 -0
  145. package/dist/models/execution-plan.js.map +1 -0
  146. package/dist/models/external-transaction-read.d.ts +91 -0
  147. package/dist/models/external-transaction-read.d.ts.map +1 -0
  148. package/dist/models/external-transaction-read.js +12 -0
  149. package/dist/models/external-transaction-read.js.map +1 -0
  150. package/dist/models/faucet-token-info.d.ts +1 -1
  151. package/dist/models/faucet-token-item.d.ts +1 -1
  152. package/dist/models/hire-acknowledge-request.d.ts +40 -0
  153. package/dist/models/hire-acknowledge-request.d.ts.map +1 -0
  154. package/dist/models/hire-acknowledge-request.js +17 -0
  155. package/dist/models/hire-acknowledge-request.js.map +1 -0
  156. package/dist/models/hire-arbitration-ruling-create-request.d.ts +43 -0
  157. package/dist/models/hire-arbitration-ruling-create-request.d.ts.map +1 -0
  158. package/dist/models/hire-arbitration-ruling-create-request.js +12 -0
  159. package/dist/models/hire-arbitration-ruling-create-request.js.map +1 -0
  160. package/dist/models/hire-arbitration-ruling-record.d.ts +61 -0
  161. package/dist/models/hire-arbitration-ruling-record.d.ts.map +1 -0
  162. package/dist/models/hire-arbitration-ruling-record.js +12 -0
  163. package/dist/models/hire-arbitration-ruling-record.js.map +1 -0
  164. package/dist/models/hire-cancellation-request.d.ts +23 -0
  165. package/dist/models/hire-cancellation-request.d.ts.map +1 -0
  166. package/dist/models/hire-cancellation-request.js +12 -0
  167. package/dist/models/hire-cancellation-request.js.map +1 -0
  168. package/dist/models/hire-delivery-create-request.d.ts +48 -0
  169. package/dist/models/hire-delivery-create-request.d.ts.map +1 -0
  170. package/dist/models/hire-delivery-create-request.js +12 -0
  171. package/dist/models/hire-delivery-create-request.js.map +1 -0
  172. package/dist/models/hire-delivery-read.d.ts +84 -0
  173. package/dist/models/hire-delivery-read.d.ts.map +1 -0
  174. package/dist/models/hire-delivery-read.js +12 -0
  175. package/dist/models/hire-delivery-read.js.map +1 -0
  176. package/dist/models/hire-delivery-review-action.d.ts +21 -0
  177. package/dist/models/hire-delivery-review-action.d.ts.map +1 -0
  178. package/dist/models/hire-delivery-review-action.js +23 -0
  179. package/dist/models/hire-delivery-review-action.js.map +1 -0
  180. package/dist/models/hire-delivery-review-create-request.d.ts +48 -0
  181. package/dist/models/hire-delivery-review-create-request.d.ts.map +1 -0
  182. package/dist/models/hire-delivery-review-create-request.js +12 -0
  183. package/dist/models/hire-delivery-review-create-request.js.map +1 -0
  184. package/dist/models/hire-dispute-create-request.d.ts +50 -0
  185. package/dist/models/hire-dispute-create-request.d.ts.map +1 -0
  186. package/dist/models/hire-dispute-create-request.js +12 -0
  187. package/dist/models/hire-dispute-create-request.js.map +1 -0
  188. package/dist/models/hire-dispute-read.d.ts +104 -0
  189. package/dist/models/hire-dispute-read.d.ts.map +1 -0
  190. package/dist/models/hire-dispute-read.js +12 -0
  191. package/dist/models/hire-dispute-read.js.map +1 -0
  192. package/dist/models/hire-dispute-response-create-request.d.ts +50 -0
  193. package/dist/models/hire-dispute-response-create-request.d.ts.map +1 -0
  194. package/dist/models/hire-dispute-response-create-request.js +12 -0
  195. package/dist/models/hire-dispute-response-create-request.js.map +1 -0
  196. package/dist/models/hire-dispute-response-record.d.ts +56 -0
  197. package/dist/models/hire-dispute-response-record.d.ts.map +1 -0
  198. package/dist/models/hire-dispute-response-record.js +12 -0
  199. package/dist/models/hire-dispute-response-record.js.map +1 -0
  200. package/dist/models/hire-dispute-type.d.ts +23 -0
  201. package/dist/models/hire-dispute-type.d.ts.map +1 -0
  202. package/dist/models/hire-dispute-type.js +25 -0
  203. package/dist/models/hire-dispute-type.js.map +1 -0
  204. package/dist/models/hire-event-list-response.d.ts +24 -0
  205. package/dist/models/hire-event-list-response.d.ts.map +1 -0
  206. package/dist/models/hire-event-list-response.js +12 -0
  207. package/dist/models/hire-event-list-response.js.map +1 -0
  208. package/dist/models/hire-event-read.d.ts +47 -0
  209. package/dist/models/hire-event-read.d.ts.map +1 -0
  210. package/dist/models/hire-event-read.js +12 -0
  211. package/dist/models/hire-event-read.js.map +1 -0
  212. package/dist/models/hire-fund-request.d.ts +41 -0
  213. package/dist/models/hire-fund-request.d.ts.map +1 -0
  214. package/dist/models/hire-fund-request.js +12 -0
  215. package/dist/models/hire-fund-request.js.map +1 -0
  216. package/dist/models/hire-list-response.d.ts +24 -0
  217. package/dist/models/hire-list-response.d.ts.map +1 -0
  218. package/dist/models/hire-list-response.js +12 -0
  219. package/dist/models/hire-list-response.js.map +1 -0
  220. package/dist/models/hire-milestone-read.d.ts +120 -0
  221. package/dist/models/hire-milestone-read.d.ts.map +1 -0
  222. package/dist/models/hire-milestone-read.js +12 -0
  223. package/dist/models/hire-milestone-read.js.map +1 -0
  224. package/dist/models/hire-notification-preference.d.ts +21 -0
  225. package/dist/models/hire-notification-preference.d.ts.map +1 -0
  226. package/dist/models/hire-notification-preference.js +23 -0
  227. package/dist/models/hire-notification-preference.js.map +1 -0
  228. package/dist/models/hire-pact-spec-input.d.ts +83 -0
  229. package/dist/models/hire-pact-spec-input.d.ts.map +1 -0
  230. package/dist/models/{approval-summary-dto.js → hire-pact-spec-input.js} +1 -1
  231. package/dist/models/hire-pact-spec-input.js.map +1 -0
  232. package/dist/models/hire-pact-spec-output.d.ts +83 -0
  233. package/dist/models/hire-pact-spec-output.d.ts.map +1 -0
  234. package/dist/models/hire-pact-spec-output.js +12 -0
  235. package/dist/models/hire-pact-spec-output.js.map +1 -0
  236. package/dist/models/hire-pact-spec-patch-input.d.ts +83 -0
  237. package/dist/models/hire-pact-spec-patch-input.d.ts.map +1 -0
  238. package/dist/models/hire-pact-spec-patch-input.js +12 -0
  239. package/dist/models/hire-pact-spec-patch-input.js.map +1 -0
  240. package/dist/models/hire-pact-spec-patch-output.d.ts +83 -0
  241. package/dist/models/hire-pact-spec-patch-output.d.ts.map +1 -0
  242. package/dist/models/hire-pact-spec-patch-output.js +12 -0
  243. package/dist/models/hire-pact-spec-patch-output.js.map +1 -0
  244. package/dist/models/hire-participant-role.d.ts +22 -0
  245. package/dist/models/hire-participant-role.d.ts.map +1 -0
  246. package/dist/models/hire-participant-role.js +24 -0
  247. package/dist/models/hire-participant-role.js.map +1 -0
  248. package/dist/models/hire-read.d.ts +313 -0
  249. package/dist/models/hire-read.d.ts.map +1 -0
  250. package/dist/models/hire-read.js +12 -0
  251. package/dist/models/hire-read.js.map +1 -0
  252. package/dist/models/hire-resolution.d.ts +23 -0
  253. package/dist/models/hire-resolution.d.ts.map +1 -0
  254. package/dist/models/hire-resolution.js +25 -0
  255. package/dist/models/hire-resolution.js.map +1 -0
  256. package/dist/models/hire-review-request.d.ts +23 -0
  257. package/dist/models/hire-review-request.d.ts.map +1 -0
  258. package/dist/models/hire-review-request.js +12 -0
  259. package/dist/models/hire-review-request.js.map +1 -0
  260. package/dist/models/hire-settlement-proposal-create-request.d.ts +35 -0
  261. package/dist/models/hire-settlement-proposal-create-request.d.ts.map +1 -0
  262. package/dist/models/hire-settlement-proposal-create-request.js +12 -0
  263. package/dist/models/hire-settlement-proposal-create-request.js.map +1 -0
  264. package/dist/models/hire-settlement-proposal-read.d.ts +84 -0
  265. package/dist/models/hire-settlement-proposal-read.d.ts.map +1 -0
  266. package/dist/models/hire-settlement-proposal-read.js +12 -0
  267. package/dist/models/hire-settlement-proposal-read.js.map +1 -0
  268. package/dist/models/hire-settlement-record.d.ts +79 -0
  269. package/dist/models/hire-settlement-record.d.ts.map +1 -0
  270. package/dist/models/hire-settlement-record.js +12 -0
  271. package/dist/models/hire-settlement-record.js.map +1 -0
  272. package/dist/models/hire-settlement-split.d.ts +29 -0
  273. package/dist/models/hire-settlement-split.d.ts.map +1 -0
  274. package/dist/models/hire-settlement-split.js +12 -0
  275. package/dist/models/hire-settlement-split.js.map +1 -0
  276. package/dist/models/hire-settlement-type.d.ts +22 -0
  277. package/dist/models/hire-settlement-type.d.ts.map +1 -0
  278. package/dist/models/hire-settlement-type.js +24 -0
  279. package/dist/models/hire-settlement-type.js.map +1 -0
  280. package/dist/models/hire-submission-record.d.ts +48 -0
  281. package/dist/models/hire-submission-record.d.ts.map +1 -0
  282. package/dist/models/hire-submission-record.js +12 -0
  283. package/dist/models/hire-submission-record.js.map +1 -0
  284. package/dist/models/hire-submit-request.d.ts +56 -0
  285. package/dist/models/hire-submit-request.d.ts.map +1 -0
  286. package/dist/models/hire-submit-request.js +12 -0
  287. package/dist/models/hire-submit-request.js.map +1 -0
  288. package/dist/models/hire-summary.d.ts +83 -0
  289. package/dist/models/hire-summary.d.ts.map +1 -0
  290. package/dist/models/hire-summary.js +12 -0
  291. package/dist/models/hire-summary.js.map +1 -0
  292. package/dist/models/index.d.ts +162 -25
  293. package/dist/models/index.d.ts.map +1 -1
  294. package/dist/models/index.js +162 -25
  295. package/dist/models/index.js.map +1 -1
  296. package/dist/models/inline-policy-create.d.ts +6 -6
  297. package/dist/models/key-export-read.d.ts +121 -0
  298. package/dist/models/key-export-read.d.ts.map +1 -0
  299. package/dist/models/key-export-read.js +12 -0
  300. package/dist/models/key-export-read.js.map +1 -0
  301. package/dist/models/key-export-status.d.ts +26 -0
  302. package/dist/models/key-export-status.d.ts.map +1 -0
  303. package/dist/models/key-export-status.js +28 -0
  304. package/dist/models/key-export-status.js.map +1 -0
  305. package/dist/models/key-share-holder-group-status.d.ts +21 -0
  306. package/dist/models/key-share-holder-group-status.d.ts.map +1 -0
  307. package/dist/models/key-share-holder-group-status.js +23 -0
  308. package/dist/models/key-share-holder-group-status.js.map +1 -0
  309. package/dist/models/key-share-holder-group-type.d.ts +21 -0
  310. package/dist/models/key-share-holder-group-type.d.ts.map +1 -0
  311. package/dist/models/key-share-holder-group-type.js +23 -0
  312. package/dist/models/key-share-holder-group-type.js.map +1 -0
  313. package/dist/models/key-share-holder-type.d.ts +21 -0
  314. package/dist/models/key-share-holder-type.d.ts.map +1 -0
  315. package/dist/models/key-share-holder-type.js +23 -0
  316. package/dist/models/key-share-holder-type.js.map +1 -0
  317. package/dist/models/knowledge-search-type.d.ts +21 -0
  318. package/dist/models/knowledge-search-type.d.ts.map +1 -0
  319. package/dist/models/knowledge-search-type.js +23 -0
  320. package/dist/models/knowledge-search-type.js.map +1 -0
  321. package/dist/models/langfuse-record.d.ts +110 -0
  322. package/dist/models/langfuse-record.d.ts.map +1 -0
  323. package/dist/models/langfuse-record.js +19 -0
  324. package/dist/models/langfuse-record.js.map +1 -0
  325. package/dist/models/message-sign-create.d.ts +2 -2
  326. package/dist/models/message-sign-result.d.ts +13 -1
  327. package/dist/models/message-sign-result.d.ts.map +1 -1
  328. package/dist/models/milestone-spec.d.ts +78 -0
  329. package/dist/models/milestone-spec.d.ts.map +1 -0
  330. package/dist/models/milestone-spec.js +12 -0
  331. package/dist/models/milestone-spec.js.map +1 -0
  332. package/dist/models/mpp-challenge.d.ts +67 -0
  333. package/dist/models/mpp-challenge.d.ts.map +1 -0
  334. package/dist/models/mpp-challenge.js +12 -0
  335. package/dist/models/mpp-challenge.js.map +1 -0
  336. package/dist/models/mpp-session-action.d.ts +23 -0
  337. package/dist/models/mpp-session-action.d.ts.map +1 -0
  338. package/dist/models/mpp-session-action.js +25 -0
  339. package/dist/models/mpp-session-action.js.map +1 -0
  340. package/dist/models/mpp-session-info.d.ts +35 -0
  341. package/dist/models/mpp-session-info.d.ts.map +1 -0
  342. package/dist/models/mpp-session-info.js +12 -0
  343. package/dist/models/mpp-session-info.js.map +1 -0
  344. package/dist/models/mpp-session-params.d.ts +61 -0
  345. package/dist/models/mpp-session-params.d.ts.map +1 -0
  346. package/dist/models/mpp-session-params.js +12 -0
  347. package/dist/models/mpp-session-params.js.map +1 -0
  348. package/dist/models/negotiated-spec-patch-entry-input.d.ts +43 -0
  349. package/dist/models/negotiated-spec-patch-entry-input.d.ts.map +1 -0
  350. package/dist/models/negotiated-spec-patch-entry-input.js +12 -0
  351. package/dist/models/negotiated-spec-patch-entry-input.js.map +1 -0
  352. package/dist/models/negotiated-spec-patch-entry-output.d.ts +43 -0
  353. package/dist/models/negotiated-spec-patch-entry-output.d.ts.map +1 -0
  354. package/dist/models/negotiated-spec-patch-entry-output.js +12 -0
  355. package/dist/models/negotiated-spec-patch-entry-output.js.map +1 -0
  356. package/dist/models/pact-approval-response-input.d.ts +30 -0
  357. package/dist/models/pact-approval-response-input.d.ts.map +1 -0
  358. package/dist/models/pact-approval-response-input.js +12 -0
  359. package/dist/models/pact-approval-response-input.js.map +1 -0
  360. package/dist/models/pact-approval-response-output.d.ts +30 -0
  361. package/dist/models/pact-approval-response-output.d.ts.map +1 -0
  362. package/dist/models/pact-approval-response-output.js +12 -0
  363. package/dist/models/pact-approval-response-output.js.map +1 -0
  364. package/dist/models/pact-event-read.d.ts +1 -1
  365. package/dist/models/pact-event-type.d.ts +3 -0
  366. package/dist/models/pact-event-type.d.ts.map +1 -1
  367. package/dist/models/pact-event-type.js +3 -0
  368. package/dist/models/pact-event-type.js.map +1 -1
  369. package/dist/models/pact-read.d.ts +43 -11
  370. package/dist/models/pact-read.d.ts.map +1 -1
  371. package/dist/models/pact-spec-input.d.ts +37 -0
  372. package/dist/models/pact-spec-input.d.ts.map +1 -0
  373. package/dist/models/pact-spec-input.js +12 -0
  374. package/dist/models/pact-spec-input.js.map +1 -0
  375. package/dist/models/pact-spec-output.d.ts +37 -0
  376. package/dist/models/pact-spec-output.d.ts.map +1 -0
  377. package/dist/models/pact-spec-output.js +12 -0
  378. package/dist/models/pact-spec-output.js.map +1 -0
  379. package/dist/models/pact-stats-language.d.ts +20 -0
  380. package/dist/models/pact-stats-language.d.ts.map +1 -0
  381. package/dist/models/pact-stats-language.js +22 -0
  382. package/dist/models/pact-stats-language.js.map +1 -0
  383. package/dist/models/pact-status.d.ts +2 -1
  384. package/dist/models/pact-status.d.ts.map +1 -1
  385. package/dist/models/pact-status.js +2 -1
  386. package/dist/models/pact-status.js.map +1 -1
  387. package/dist/models/pact-submit-request.d.ts +9 -3
  388. package/dist/models/pact-submit-request.d.ts.map +1 -1
  389. package/dist/models/pact-submit-response.d.ts +1 -1
  390. package/dist/models/pact-summary.d.ts +19 -0
  391. package/dist/models/pact-summary.d.ts.map +1 -1
  392. package/dist/models/pact-update-completion-conditions-request.d.ts +24 -0
  393. package/dist/models/pact-update-completion-conditions-request.d.ts.map +1 -0
  394. package/dist/models/pact-update-completion-conditions-request.js +12 -0
  395. package/dist/models/pact-update-completion-conditions-request.js.map +1 -0
  396. package/dist/models/pact-update-policies-request.d.ts +24 -0
  397. package/dist/models/pact-update-policies-request.d.ts.map +1 -0
  398. package/dist/models/pact-update-policies-request.js +12 -0
  399. package/dist/models/pact-update-policies-request.js.map +1 -0
  400. package/dist/models/pagination-meta.d.ts +22 -4
  401. package/dist/models/pagination-meta.d.ts.map +1 -1
  402. package/dist/models/{claim-token-status.d.ts → pair-token-status.d.ts} +5 -5
  403. package/dist/models/pair-token-status.d.ts.map +1 -0
  404. package/dist/models/{claim-token-status.js → pair-token-status.js} +5 -5
  405. package/dist/models/pair-token-status.js.map +1 -0
  406. package/dist/models/payment-create.d.ts +49 -0
  407. package/dist/models/payment-create.d.ts.map +1 -0
  408. package/dist/models/payment-create.js +12 -0
  409. package/dist/models/payment-create.js.map +1 -0
  410. package/dist/models/payment-protocol.d.ts +20 -0
  411. package/dist/models/payment-protocol.d.ts.map +1 -0
  412. package/dist/models/payment-protocol.js +22 -0
  413. package/dist/models/payment-protocol.js.map +1 -0
  414. package/dist/models/payment-result.d.ts +69 -0
  415. package/dist/models/payment-result.d.ts.map +1 -0
  416. package/dist/models/payment-result.js +12 -0
  417. package/dist/models/payment-result.js.map +1 -0
  418. package/dist/models/payment-terms.d.ts +59 -0
  419. package/dist/models/payment-terms.d.ts.map +1 -0
  420. package/dist/models/payment-terms.js +12 -0
  421. package/dist/models/payment-terms.js.map +1 -0
  422. package/dist/models/pending-operation-list-response.d.ts +2 -2
  423. package/dist/models/pending-operation-list-response.d.ts.map +1 -1
  424. package/dist/models/pending-operation-read.d.ts +2 -2
  425. package/dist/models/pending-operation-read.d.ts.map +1 -1
  426. package/dist/models/pending-operation-status.d.ts +0 -1
  427. package/dist/models/pending-operation-status.d.ts.map +1 -1
  428. package/dist/models/pending-operation-status.js +0 -1
  429. package/dist/models/pending-operation-status.js.map +1 -1
  430. package/dist/models/pending-operation-type.d.ts +1 -0
  431. package/dist/models/pending-operation-type.d.ts.map +1 -1
  432. package/dist/models/pending-operation-type.js +1 -0
  433. package/dist/models/pending-operation-type.js.map +1 -1
  434. package/dist/models/policy-create.d.ts +11 -13
  435. package/dist/models/policy-create.d.ts.map +1 -1
  436. package/dist/models/policy-dry-run-request.d.ts +14 -16
  437. package/dist/models/policy-dry-run-request.d.ts.map +1 -1
  438. package/dist/models/policy-read.d.ts +1 -1
  439. package/dist/models/policy-type.d.ts +1 -0
  440. package/dist/models/policy-type.d.ts.map +1 -1
  441. package/dist/models/policy-type.js +1 -0
  442. package/dist/models/policy-type.js.map +1 -1
  443. package/dist/models/policy-update.d.ts +6 -8
  444. package/dist/models/policy-update.d.ts.map +1 -1
  445. package/dist/models/principal-type.d.ts +1 -1
  446. package/dist/models/principal-type.js +1 -1
  447. package/dist/models/principal-update.d.ts +23 -0
  448. package/dist/models/principal-update.d.ts.map +1 -0
  449. package/dist/models/principal-update.js +12 -0
  450. package/dist/models/principal-update.js.map +1 -0
  451. package/dist/models/provision-request.d.ts +7 -1
  452. package/dist/models/provision-request.d.ts.map +1 -1
  453. package/dist/models/provision-response.d.ts +4 -10
  454. package/dist/models/provision-response.d.ts.map +1 -1
  455. package/dist/models/provision-response.js.map +1 -1
  456. package/dist/models/recent-address-read.d.ts +3 -3
  457. package/dist/models/recipe-category-read.d.ts +29 -0
  458. package/dist/models/recipe-category-read.d.ts.map +1 -0
  459. package/dist/models/recipe-category-read.js +12 -0
  460. package/dist/models/recipe-category-read.js.map +1 -0
  461. package/dist/models/recipe-counter-result.d.ts +29 -0
  462. package/dist/models/recipe-counter-result.d.ts.map +1 -0
  463. package/dist/models/recipe-counter-result.js +12 -0
  464. package/dist/models/recipe-counter-result.js.map +1 -0
  465. package/dist/models/recipe-create-result.d.ts +42 -0
  466. package/dist/models/recipe-create-result.d.ts.map +1 -0
  467. package/dist/models/recipe-create-result.js +12 -0
  468. package/dist/models/recipe-create-result.js.map +1 -0
  469. package/dist/models/recipe-create.d.ts +117 -0
  470. package/dist/models/recipe-create.d.ts.map +1 -0
  471. package/dist/models/recipe-create.js +12 -0
  472. package/dist/models/recipe-create.js.map +1 -0
  473. package/dist/models/recipe-detail-read.d.ts +166 -0
  474. package/dist/models/recipe-detail-read.d.ts.map +1 -0
  475. package/dist/models/recipe-detail-read.js +12 -0
  476. package/dist/models/recipe-detail-read.js.map +1 -0
  477. package/dist/models/recipe-document.d.ts +50 -0
  478. package/dist/models/recipe-document.d.ts.map +1 -0
  479. package/dist/models/recipe-document.js +12 -0
  480. package/dist/models/recipe-document.js.map +1 -0
  481. package/dist/models/recipe-library-sort-by.d.ts +21 -0
  482. package/dist/models/recipe-library-sort-by.d.ts.map +1 -0
  483. package/dist/models/recipe-library-sort-by.js +23 -0
  484. package/dist/models/recipe-library-sort-by.js.map +1 -0
  485. package/dist/models/recipe-read.d.ts +138 -0
  486. package/dist/models/recipe-read.d.ts.map +1 -0
  487. package/dist/models/recipe-read.js +12 -0
  488. package/dist/models/recipe-read.js.map +1 -0
  489. package/dist/models/recipe-review-action.d.ts +20 -0
  490. package/dist/models/recipe-review-action.d.ts.map +1 -0
  491. package/dist/models/recipe-review-action.js +22 -0
  492. package/dist/models/recipe-review-action.js.map +1 -0
  493. package/dist/models/recipe-review-request.d.ts +24 -0
  494. package/dist/models/recipe-review-request.d.ts.map +1 -0
  495. package/dist/models/recipe-review-request.js +12 -0
  496. package/dist/models/recipe-review-request.js.map +1 -0
  497. package/dist/models/recipe-search-response.d.ts +32 -0
  498. package/dist/models/recipe-search-response.d.ts.map +1 -0
  499. package/dist/models/recipe-search-response.js +12 -0
  500. package/dist/models/recipe-search-response.js.map +1 -0
  501. package/dist/models/recipe-search-source.d.ts +20 -0
  502. package/dist/models/recipe-search-source.d.ts.map +1 -0
  503. package/dist/models/recipe-search-source.js +22 -0
  504. package/dist/models/recipe-search-source.js.map +1 -0
  505. package/dist/models/recipe-status.d.ts +23 -0
  506. package/dist/models/recipe-status.d.ts.map +1 -0
  507. package/dist/models/recipe-status.js +25 -0
  508. package/dist/models/recipe-status.js.map +1 -0
  509. package/dist/models/recipe-submission-create.d.ts +99 -0
  510. package/dist/models/recipe-submission-create.d.ts.map +1 -0
  511. package/dist/models/recipe-submission-create.js +12 -0
  512. package/dist/models/recipe-submission-create.js.map +1 -0
  513. package/dist/models/recipe-update.d.ts +112 -0
  514. package/dist/models/recipe-update.d.ts.map +1 -0
  515. package/dist/models/recipe-update.js +12 -0
  516. package/dist/models/recipe-update.js.map +1 -0
  517. package/dist/models/request.d.ts +18 -0
  518. package/dist/models/request.d.ts.map +1 -0
  519. package/dist/models/request.js +12 -0
  520. package/dist/models/request.js.map +1 -0
  521. package/dist/models/resolve-approval-request.d.ts +7 -16
  522. package/dist/models/resolve-approval-request.d.ts.map +1 -1
  523. package/dist/models/resolve-approval-request.js +0 -5
  524. package/dist/models/resolve-approval-request.js.map +1 -1
  525. package/dist/models/resolve-approval-response.d.ts +1 -1
  526. package/dist/models/resolve-export-request.d.ts +34 -0
  527. package/dist/models/resolve-export-request.d.ts.map +1 -0
  528. package/dist/models/resolve-export-request.js +17 -0
  529. package/dist/models/resolve-export-request.js.map +1 -0
  530. package/dist/models/resolve-export-response.d.ts +24 -0
  531. package/dist/models/resolve-export-response.d.ts.map +1 -0
  532. package/dist/models/resolve-export-response.js +12 -0
  533. package/dist/models/resolve-export-response.js.map +1 -0
  534. package/dist/models/response.d.ts +18 -0
  535. package/dist/models/response.d.ts.map +1 -0
  536. package/dist/models/response.js +12 -0
  537. package/dist/models/response.js.map +1 -0
  538. package/dist/models/response1.d.ts +18 -0
  539. package/dist/models/response1.d.ts.map +1 -0
  540. package/dist/models/response1.js +12 -0
  541. package/dist/models/response1.js.map +1 -0
  542. package/dist/models/search-recipes-request.d.ts +97 -0
  543. package/dist/models/search-recipes-request.d.ts.map +1 -0
  544. package/dist/models/search-recipes-request.js +12 -0
  545. package/dist/models/search-recipes-request.js.map +1 -0
  546. package/dist/models/session-record.d.ts +82 -0
  547. package/dist/models/session-record.d.ts.map +1 -0
  548. package/dist/models/session-record.js +12 -0
  549. package/dist/models/session-record.js.map +1 -0
  550. package/dist/models/session-span.d.ts +73 -0
  551. package/dist/models/session-span.d.ts.map +1 -0
  552. package/dist/models/session-span.js +12 -0
  553. package/dist/models/session-span.js.map +1 -0
  554. package/dist/models/speedup-transaction-request.d.ts +3 -3
  555. package/dist/models/standard-response-agent-status-response.d.ts +12 -0
  556. package/dist/models/standard-response-agent-status-response.d.ts.map +1 -1
  557. package/dist/models/standard-response-api-key-create-result.d.ts +12 -0
  558. package/dist/models/standard-response-api-key-create-result.d.ts.map +1 -1
  559. package/dist/models/standard-response-approval-list-response.d.ts +12 -0
  560. package/dist/models/standard-response-approval-list-response.d.ts.map +1 -1
  561. package/dist/models/standard-response-approval-read.d.ts +12 -0
  562. package/dist/models/standard-response-approval-read.d.ts.map +1 -1
  563. package/dist/models/standard-response-audit-log-page.d.ts +12 -0
  564. package/dist/models/standard-response-audit-log-page.d.ts.map +1 -1
  565. package/dist/models/standard-response-chain-info.d.ts +12 -0
  566. package/dist/models/standard-response-chain-info.d.ts.map +1 -1
  567. package/dist/models/standard-response-complete-export-response.d.ts +49 -0
  568. package/dist/models/standard-response-complete-export-response.d.ts.map +1 -0
  569. package/dist/models/standard-response-complete-export-response.js +12 -0
  570. package/dist/models/standard-response-complete-export-response.js.map +1 -0
  571. package/dist/models/standard-response-contract-call-submit-result.d.ts +12 -0
  572. package/dist/models/standard-response-contract-call-submit-result.d.ts.map +1 -1
  573. package/dist/models/standard-response-create-export-response.d.ts +49 -0
  574. package/dist/models/standard-response-create-export-response.d.ts.map +1 -0
  575. package/dist/models/standard-response-create-export-response.js +12 -0
  576. package/dist/models/standard-response-create-export-response.js.map +1 -0
  577. package/dist/models/standard-response-delegation-freeze-result.d.ts +12 -0
  578. package/dist/models/standard-response-delegation-freeze-result.d.ts.map +1 -1
  579. package/dist/models/standard-response-delegation-read.d.ts +12 -0
  580. package/dist/models/standard-response-delegation-read.d.ts.map +1 -1
  581. package/dist/models/standard-response-delegation-unfreeze-result.d.ts +12 -0
  582. package/dist/models/standard-response-delegation-unfreeze-result.d.ts.map +1 -1
  583. package/dist/models/standard-response-dict-str-bool.d.ts +12 -0
  584. package/dist/models/standard-response-dict-str-bool.d.ts.map +1 -1
  585. package/dist/models/standard-response-dict-str-str.d.ts +12 -0
  586. package/dist/models/standard-response-dict-str-str.d.ts.map +1 -1
  587. package/dist/models/standard-response-estimate-transfer-fee-read.d.ts +12 -0
  588. package/dist/models/standard-response-estimate-transfer-fee-read.d.ts.map +1 -1
  589. package/dist/models/standard-response-faucet-deposit-result.d.ts +12 -0
  590. package/dist/models/standard-response-faucet-deposit-result.d.ts.map +1 -1
  591. package/dist/models/standard-response-hire-event-list-response.d.ts +49 -0
  592. package/dist/models/standard-response-hire-event-list-response.d.ts.map +1 -0
  593. package/dist/models/standard-response-hire-event-list-response.js +12 -0
  594. package/dist/models/standard-response-hire-event-list-response.js.map +1 -0
  595. package/dist/models/standard-response-hire-list-response.d.ts +49 -0
  596. package/dist/models/standard-response-hire-list-response.d.ts.map +1 -0
  597. package/dist/models/standard-response-hire-list-response.js +12 -0
  598. package/dist/models/standard-response-hire-list-response.js.map +1 -0
  599. package/dist/models/standard-response-hire-read.d.ts +49 -0
  600. package/dist/models/standard-response-hire-read.d.ts.map +1 -0
  601. package/dist/models/standard-response-hire-read.js +12 -0
  602. package/dist/models/standard-response-hire-read.js.map +1 -0
  603. package/dist/models/standard-response-key-export-read.d.ts +49 -0
  604. package/dist/models/standard-response-key-export-read.d.ts.map +1 -0
  605. package/dist/models/standard-response-key-export-read.js +12 -0
  606. package/dist/models/standard-response-key-export-read.js.map +1 -0
  607. package/dist/models/standard-response-list-api-key-read.d.ts +12 -0
  608. package/dist/models/standard-response-list-api-key-read.d.ts.map +1 -1
  609. package/dist/models/standard-response-list-balance-read.d.ts +12 -0
  610. package/dist/models/standard-response-list-balance-read.d.ts.map +1 -1
  611. package/dist/models/standard-response-list-delegation-read.d.ts +12 -0
  612. package/dist/models/standard-response-list-delegation-read.d.ts.map +1 -1
  613. package/dist/models/standard-response-list-faucet-token-item.d.ts +12 -0
  614. package/dist/models/standard-response-list-faucet-token-item.d.ts.map +1 -1
  615. package/dist/models/standard-response-list-merchant-info.d.ts +12 -0
  616. package/dist/models/standard-response-list-merchant-info.d.ts.map +1 -1
  617. package/dist/models/standard-response-list-policy-read.d.ts +12 -0
  618. package/dist/models/standard-response-list-policy-read.d.ts.map +1 -1
  619. package/dist/models/standard-response-list-principal-read.d.ts +12 -0
  620. package/dist/models/standard-response-list-principal-read.d.ts.map +1 -1
  621. package/dist/models/standard-response-list-recent-address-read.d.ts +12 -0
  622. package/dist/models/standard-response-list-recent-address-read.d.ts.map +1 -1
  623. package/dist/models/standard-response-list-recipe-category-read.d.ts +49 -0
  624. package/dist/models/standard-response-list-recipe-category-read.d.ts.map +1 -0
  625. package/dist/models/standard-response-list-recipe-category-read.js +12 -0
  626. package/dist/models/standard-response-list-recipe-category-read.js.map +1 -0
  627. package/dist/models/standard-response-list-recipe-read.d.ts +49 -0
  628. package/dist/models/standard-response-list-recipe-read.d.ts.map +1 -0
  629. package/dist/models/standard-response-list-recipe-read.js +12 -0
  630. package/dist/models/standard-response-list-recipe-read.js.map +1 -0
  631. package/dist/models/standard-response-list-system-config-read.d.ts +49 -0
  632. package/dist/models/standard-response-list-system-config-read.d.ts.map +1 -0
  633. package/dist/models/standard-response-list-system-config-read.js +12 -0
  634. package/dist/models/standard-response-list-system-config-read.js.map +1 -0
  635. package/dist/models/standard-response-list-token-candidate.d.ts +49 -0
  636. package/dist/models/standard-response-list-token-candidate.d.ts.map +1 -0
  637. package/dist/models/standard-response-list-token-candidate.js +12 -0
  638. package/dist/models/standard-response-list-token-candidate.js.map +1 -0
  639. package/dist/models/standard-response-list-transaction-record-read.d.ts +12 -0
  640. package/dist/models/standard-response-list-transaction-record-read.d.ts.map +1 -1
  641. package/dist/models/standard-response-list-wallet-address-info.d.ts +49 -0
  642. package/dist/models/standard-response-list-wallet-address-info.d.ts.map +1 -0
  643. package/dist/models/standard-response-list-wallet-address-info.js +12 -0
  644. package/dist/models/standard-response-list-wallet-address-info.js.map +1 -0
  645. package/dist/models/standard-response-list-wallet-address-read.d.ts +12 -0
  646. package/dist/models/standard-response-list-wallet-address-read.d.ts.map +1 -1
  647. package/dist/models/standard-response-list-wallet-read.d.ts +12 -0
  648. package/dist/models/standard-response-list-wallet-read.d.ts.map +1 -1
  649. package/dist/models/standard-response-list-webhook-dlqread.d.ts +12 -0
  650. package/dist/models/standard-response-list-webhook-dlqread.d.ts.map +1 -1
  651. package/dist/models/standard-response-message-sign-result.d.ts +12 -0
  652. package/dist/models/standard-response-message-sign-result.d.ts.map +1 -1
  653. package/dist/models/standard-response-node-status-read.d.ts +12 -0
  654. package/dist/models/standard-response-node-status-read.d.ts.map +1 -1
  655. package/dist/models/standard-response-pact-event-list-response.d.ts +12 -0
  656. package/dist/models/standard-response-pact-event-list-response.d.ts.map +1 -1
  657. package/dist/models/standard-response-pact-list-response.d.ts +12 -0
  658. package/dist/models/standard-response-pact-list-response.d.ts.map +1 -1
  659. package/dist/models/standard-response-pact-read.d.ts +12 -0
  660. package/dist/models/standard-response-pact-read.d.ts.map +1 -1
  661. package/dist/models/standard-response-pact-submit-response.d.ts +12 -0
  662. package/dist/models/standard-response-pact-submit-response.d.ts.map +1 -1
  663. package/dist/models/standard-response-payment-result.d.ts +49 -0
  664. package/dist/models/standard-response-payment-result.d.ts.map +1 -0
  665. package/dist/models/standard-response-payment-result.js +12 -0
  666. package/dist/models/standard-response-payment-result.js.map +1 -0
  667. package/dist/models/standard-response-pending-operation-action-result.d.ts +12 -0
  668. package/dist/models/standard-response-pending-operation-action-result.d.ts.map +1 -1
  669. package/dist/models/standard-response-pending-operation-list-response.d.ts +12 -0
  670. package/dist/models/standard-response-pending-operation-list-response.d.ts.map +1 -1
  671. package/dist/models/standard-response-pending-operation-read.d.ts +12 -0
  672. package/dist/models/standard-response-pending-operation-read.d.ts.map +1 -1
  673. package/dist/models/standard-response-policy-dry-run-result.d.ts +12 -0
  674. package/dist/models/standard-response-policy-dry-run-result.d.ts.map +1 -1
  675. package/dist/models/standard-response-policy-read.d.ts +12 -0
  676. package/dist/models/standard-response-policy-read.d.ts.map +1 -1
  677. package/dist/models/standard-response-principal-create-result.d.ts +12 -0
  678. package/dist/models/standard-response-principal-create-result.d.ts.map +1 -1
  679. package/dist/models/standard-response-principal-read.d.ts +49 -0
  680. package/dist/models/standard-response-principal-read.d.ts.map +1 -0
  681. package/dist/models/standard-response-principal-read.js +12 -0
  682. package/dist/models/standard-response-principal-read.js.map +1 -0
  683. package/dist/models/standard-response-provision-response.d.ts +12 -0
  684. package/dist/models/standard-response-provision-response.d.ts.map +1 -1
  685. package/dist/models/standard-response-recipe-counter-result.d.ts +49 -0
  686. package/dist/models/standard-response-recipe-counter-result.d.ts.map +1 -0
  687. package/dist/models/standard-response-recipe-counter-result.js +12 -0
  688. package/dist/models/standard-response-recipe-counter-result.js.map +1 -0
  689. package/dist/models/standard-response-recipe-create-result.d.ts +49 -0
  690. package/dist/models/standard-response-recipe-create-result.d.ts.map +1 -0
  691. package/dist/models/standard-response-recipe-create-result.js +12 -0
  692. package/dist/models/standard-response-recipe-create-result.js.map +1 -0
  693. package/dist/models/standard-response-recipe-detail-read.d.ts +49 -0
  694. package/dist/models/standard-response-recipe-detail-read.d.ts.map +1 -0
  695. package/dist/models/standard-response-recipe-detail-read.js +12 -0
  696. package/dist/models/standard-response-recipe-detail-read.js.map +1 -0
  697. package/dist/models/standard-response-recipe-document.d.ts +49 -0
  698. package/dist/models/standard-response-recipe-document.d.ts.map +1 -0
  699. package/dist/models/standard-response-recipe-document.js +12 -0
  700. package/dist/models/standard-response-recipe-document.js.map +1 -0
  701. package/dist/models/standard-response-recipe-search-response.d.ts +49 -0
  702. package/dist/models/standard-response-recipe-search-response.d.ts.map +1 -0
  703. package/dist/models/standard-response-recipe-search-response.js +12 -0
  704. package/dist/models/standard-response-recipe-search-response.js.map +1 -0
  705. package/dist/models/standard-response-resolve-approval-response.d.ts +12 -0
  706. package/dist/models/standard-response-resolve-approval-response.d.ts.map +1 -1
  707. package/dist/models/standard-response-resolve-export-response.d.ts +49 -0
  708. package/dist/models/standard-response-resolve-export-response.d.ts.map +1 -0
  709. package/dist/models/standard-response-resolve-export-response.js +12 -0
  710. package/dist/models/standard-response-resolve-export-response.js.map +1 -0
  711. package/dist/models/standard-response-submit-reshare-nodes-response.d.ts +49 -0
  712. package/dist/models/standard-response-submit-reshare-nodes-response.d.ts.map +1 -0
  713. package/dist/models/standard-response-submit-reshare-nodes-response.js +12 -0
  714. package/dist/models/standard-response-submit-reshare-nodes-response.js.map +1 -0
  715. package/dist/models/standard-response-suggestion-response.d.ts +49 -0
  716. package/dist/models/standard-response-suggestion-response.d.ts.map +1 -0
  717. package/dist/models/standard-response-suggestion-response.js +12 -0
  718. package/dist/models/standard-response-suggestion-response.js.map +1 -0
  719. package/dist/models/standard-response-system-config-read.d.ts +49 -0
  720. package/dist/models/standard-response-system-config-read.d.ts.map +1 -0
  721. package/dist/models/standard-response-system-config-read.js +12 -0
  722. package/dist/models/standard-response-system-config-read.js.map +1 -0
  723. package/dist/models/standard-response-telemetry-config-response.d.ts +12 -0
  724. package/dist/models/standard-response-telemetry-config-response.d.ts.map +1 -1
  725. package/dist/models/standard-response-transaction-rbf-result.d.ts +12 -0
  726. package/dist/models/standard-response-transaction-rbf-result.d.ts.map +1 -1
  727. package/dist/models/standard-response-transaction-record-read.d.ts +12 -0
  728. package/dist/models/standard-response-transaction-record-read.d.ts.map +1 -1
  729. package/dist/models/standard-response-transfer-submit-result.d.ts +12 -0
  730. package/dist/models/standard-response-transfer-submit-result.d.ts.map +1 -1
  731. package/dist/models/standard-response-waas-paginated-response-chain-metadata.d.ts +12 -0
  732. package/dist/models/standard-response-waas-paginated-response-chain-metadata.d.ts.map +1 -1
  733. package/dist/models/standard-response-waas-paginated-response-token-metadata.d.ts +12 -0
  734. package/dist/models/standard-response-waas-paginated-response-token-metadata.d.ts.map +1 -1
  735. package/dist/models/standard-response-wallet-address-read.d.ts +12 -0
  736. package/dist/models/standard-response-wallet-address-read.d.ts.map +1 -1
  737. package/dist/models/standard-response-wallet-detail-read.d.ts +12 -0
  738. package/dist/models/standard-response-wallet-detail-read.d.ts.map +1 -1
  739. package/dist/models/standard-response-wallet-pact-history-read.d.ts +49 -0
  740. package/dist/models/standard-response-wallet-pact-history-read.d.ts.map +1 -0
  741. package/dist/models/standard-response-wallet-pact-history-read.js +12 -0
  742. package/dist/models/standard-response-wallet-pact-history-read.js.map +1 -0
  743. package/dist/models/standard-response-wallet-pact-stats-read.d.ts +49 -0
  744. package/dist/models/standard-response-wallet-pact-stats-read.d.ts.map +1 -0
  745. package/dist/models/standard-response-wallet-pact-stats-read.js +12 -0
  746. package/dist/models/standard-response-wallet-pact-stats-read.js.map +1 -0
  747. package/dist/models/standard-response-wallet-pair-info-read.d.ts +49 -0
  748. package/dist/models/standard-response-wallet-pair-info-read.d.ts.map +1 -0
  749. package/dist/models/standard-response-wallet-pair-info-read.js +12 -0
  750. package/dist/models/standard-response-wallet-pair-info-read.js.map +1 -0
  751. package/dist/models/standard-response-wallet-pair-initiate-read.d.ts +49 -0
  752. package/dist/models/standard-response-wallet-pair-initiate-read.d.ts.map +1 -0
  753. package/dist/models/standard-response-wallet-pair-initiate-read.js +12 -0
  754. package/dist/models/standard-response-wallet-pair-initiate-read.js.map +1 -0
  755. package/dist/models/standard-response-wallet-pair-read.d.ts +49 -0
  756. package/dist/models/standard-response-wallet-pair-read.d.ts.map +1 -0
  757. package/dist/models/standard-response-wallet-pair-read.js +12 -0
  758. package/dist/models/standard-response-wallet-pair-read.js.map +1 -0
  759. package/dist/models/standard-response-wallet-read.d.ts +12 -0
  760. package/dist/models/standard-response-wallet-read.d.ts.map +1 -1
  761. package/dist/models/standard-response-wallet-reshare-response.d.ts +49 -0
  762. package/dist/models/standard-response-wallet-reshare-response.d.ts.map +1 -0
  763. package/dist/models/standard-response-wallet-reshare-response.js +12 -0
  764. package/dist/models/standard-response-wallet-reshare-response.js.map +1 -0
  765. package/dist/models/standard-response-wallet-tss-callback-response.d.ts +49 -0
  766. package/dist/models/standard-response-wallet-tss-callback-response.d.ts.map +1 -0
  767. package/dist/models/standard-response-wallet-tss-callback-response.js +12 -0
  768. package/dist/models/standard-response-wallet-tss-callback-response.js.map +1 -0
  769. package/dist/models/standard-response-webhook-delete-result.d.ts +12 -0
  770. package/dist/models/standard-response-webhook-delete-result.d.ts.map +1 -1
  771. package/dist/models/standard-response-webhook-process-result.d.ts +12 -0
  772. package/dist/models/standard-response-webhook-process-result.d.ts.map +1 -1
  773. package/dist/models/standard-response-webhook-registration-read.d.ts +12 -0
  774. package/dist/models/standard-response-webhook-registration-read.d.ts.map +1 -1
  775. package/dist/models/submit-reshare-nodes-request.d.ts +23 -0
  776. package/dist/models/submit-reshare-nodes-request.d.ts.map +1 -0
  777. package/dist/models/submit-reshare-nodes-request.js +12 -0
  778. package/dist/models/submit-reshare-nodes-request.js.map +1 -0
  779. package/dist/models/submit-reshare-nodes-response.d.ts +24 -0
  780. package/dist/models/submit-reshare-nodes-response.d.ts.map +1 -0
  781. package/dist/models/submit-reshare-nodes-response.js +12 -0
  782. package/dist/models/submit-reshare-nodes-response.js.map +1 -0
  783. package/dist/models/suggestion-key.d.ts +39 -0
  784. package/dist/models/suggestion-key.d.ts.map +1 -0
  785. package/dist/models/suggestion-key.js +41 -0
  786. package/dist/models/suggestion-key.js.map +1 -0
  787. package/dist/models/suggestion-response.d.ts +29 -0
  788. package/dist/models/suggestion-response.d.ts.map +1 -0
  789. package/dist/models/suggestion-response.js +12 -0
  790. package/dist/models/suggestion-response.js.map +1 -0
  791. package/dist/models/system-config-read.d.ts +47 -0
  792. package/dist/models/system-config-read.d.ts.map +1 -0
  793. package/dist/models/system-config-read.js +12 -0
  794. package/dist/models/system-config-read.js.map +1 -0
  795. package/dist/models/system-config-upsert.d.ts +29 -0
  796. package/dist/models/system-config-upsert.d.ts.map +1 -0
  797. package/dist/models/system-config-upsert.js +12 -0
  798. package/dist/models/system-config-upsert.js.map +1 -0
  799. package/dist/models/tier-evaluation-read.d.ts +1 -1
  800. package/dist/models/token-candidate.d.ts +47 -0
  801. package/dist/models/token-candidate.d.ts.map +1 -0
  802. package/dist/models/token-candidate.js +12 -0
  803. package/dist/models/token-candidate.js.map +1 -0
  804. package/dist/models/token-metadata.d.ts +1 -1
  805. package/dist/models/transaction-approval-response.d.ts +23 -0
  806. package/dist/models/transaction-approval-response.d.ts.map +1 -0
  807. package/dist/models/transaction-approval-response.js +12 -0
  808. package/dist/models/transaction-approval-response.js.map +1 -0
  809. package/dist/models/transaction-rbf-result.d.ts +2 -2
  810. package/dist/models/transaction-record-extra.d.ts +32 -0
  811. package/dist/models/transaction-record-extra.d.ts.map +1 -1
  812. package/dist/models/transaction-record-read.d.ts +25 -0
  813. package/dist/models/transaction-record-read.d.ts.map +1 -1
  814. package/dist/models/transfer-create.d.ts +14 -2
  815. package/dist/models/transfer-create.d.ts.map +1 -1
  816. package/dist/models/transfer-submit-result.d.ts +15 -3
  817. package/dist/models/transfer-submit-result.d.ts.map +1 -1
  818. package/dist/models/tss-key-share-group-snapshot.d.ts +35 -0
  819. package/dist/models/tss-key-share-group-snapshot.d.ts.map +1 -0
  820. package/dist/models/tss-key-share-group-snapshot.js +12 -0
  821. package/dist/models/tss-key-share-group-snapshot.js.map +1 -0
  822. package/dist/models/ucw-share-public-data-callback.d.ts +35 -0
  823. package/dist/models/ucw-share-public-data-callback.d.ts.map +1 -0
  824. package/dist/models/ucw-share-public-data-callback.js +12 -0
  825. package/dist/models/ucw-share-public-data-callback.js.map +1 -0
  826. package/dist/models/ucw-tss-key-share-group-callback.d.ts +66 -0
  827. package/dist/models/ucw-tss-key-share-group-callback.d.ts.map +1 -0
  828. package/dist/models/ucw-tss-key-share-group-callback.js +12 -0
  829. package/dist/models/ucw-tss-key-share-group-callback.js.map +1 -0
  830. package/dist/models/vault-group-type.d.ts +1 -1
  831. package/dist/models/vault-group-type.js +1 -1
  832. package/dist/models/verification-spec.d.ts +36 -0
  833. package/dist/models/verification-spec.d.ts.map +1 -0
  834. package/dist/models/verification-spec.js +12 -0
  835. package/dist/models/verification-spec.js.map +1 -0
  836. package/dist/models/waas-pagination.d.ts +1 -1
  837. package/dist/models/wallet-address-create.d.ts +8 -2
  838. package/dist/models/wallet-address-create.d.ts.map +1 -1
  839. package/dist/models/wallet-address-info.d.ts +53 -0
  840. package/dist/models/wallet-address-info.d.ts.map +1 -0
  841. package/dist/models/wallet-address-info.js +12 -0
  842. package/dist/models/wallet-address-info.js.map +1 -0
  843. package/dist/models/wallet-address-read.d.ts +8 -2
  844. package/dist/models/wallet-address-read.d.ts.map +1 -1
  845. package/dist/models/wallet-create.d.ts +3 -9
  846. package/dist/models/wallet-create.d.ts.map +1 -1
  847. package/dist/models/wallet-detail-read.d.ts +9 -2
  848. package/dist/models/wallet-detail-read.d.ts.map +1 -1
  849. package/dist/models/wallet-group-node-read.d.ts +36 -0
  850. package/dist/models/wallet-group-node-read.d.ts.map +1 -0
  851. package/dist/models/wallet-group-node-read.js +12 -0
  852. package/dist/models/wallet-group-node-read.js.map +1 -0
  853. package/dist/models/wallet-group-read.d.ts +51 -0
  854. package/dist/models/wallet-group-read.d.ts.map +1 -0
  855. package/dist/models/wallet-group-read.js +12 -0
  856. package/dist/models/wallet-group-read.js.map +1 -0
  857. package/dist/models/wallet-pact-currency.d.ts +19 -0
  858. package/dist/models/wallet-pact-currency.d.ts.map +1 -0
  859. package/dist/models/wallet-pact-currency.js +21 -0
  860. package/dist/models/wallet-pact-currency.js.map +1 -0
  861. package/dist/models/wallet-pact-history-bucket-pact-read.d.ts +41 -0
  862. package/dist/models/wallet-pact-history-bucket-pact-read.d.ts.map +1 -0
  863. package/dist/models/wallet-pact-history-bucket-pact-read.js +12 -0
  864. package/dist/models/wallet-pact-history-bucket-pact-read.js.map +1 -0
  865. package/dist/models/wallet-pact-history-bucket-read.d.ts +48 -0
  866. package/dist/models/wallet-pact-history-bucket-read.d.ts.map +1 -0
  867. package/dist/models/wallet-pact-history-bucket-read.js +12 -0
  868. package/dist/models/wallet-pact-history-bucket-read.js.map +1 -0
  869. package/dist/models/wallet-pact-history-metric.d.ts +20 -0
  870. package/dist/models/wallet-pact-history-metric.d.ts.map +1 -0
  871. package/dist/models/wallet-pact-history-metric.js +22 -0
  872. package/dist/models/wallet-pact-history-metric.js.map +1 -0
  873. package/dist/models/wallet-pact-history-range.d.ts +21 -0
  874. package/dist/models/wallet-pact-history-range.d.ts.map +1 -0
  875. package/dist/models/wallet-pact-history-range.js +23 -0
  876. package/dist/models/wallet-pact-history-range.js.map +1 -0
  877. package/dist/models/wallet-pact-history-read.d.ts +57 -0
  878. package/dist/models/wallet-pact-history-read.d.ts.map +1 -0
  879. package/dist/models/wallet-pact-history-read.js +12 -0
  880. package/dist/models/wallet-pact-history-read.js.map +1 -0
  881. package/dist/models/wallet-pact-history-summary-read.d.ts +29 -0
  882. package/dist/models/wallet-pact-history-summary-read.d.ts.map +1 -0
  883. package/dist/models/wallet-pact-history-summary-read.js +12 -0
  884. package/dist/models/wallet-pact-history-summary-read.js.map +1 -0
  885. package/dist/models/wallet-pact-stats-read.d.ts +66 -0
  886. package/dist/models/wallet-pact-stats-read.d.ts.map +1 -0
  887. package/dist/models/wallet-pact-stats-read.js +12 -0
  888. package/dist/models/wallet-pact-stats-read.js.map +1 -0
  889. package/dist/models/{wallet-claim-agent-info.d.ts → wallet-pair-agent-info.d.ts} +7 -7
  890. package/dist/models/wallet-pair-agent-info.d.ts.map +1 -0
  891. package/dist/models/wallet-pair-agent-info.js +12 -0
  892. package/dist/models/wallet-pair-agent-info.js.map +1 -0
  893. package/dist/models/{wallet-claim-confirm.d.ts → wallet-pair-confirm.d.ts} +6 -6
  894. package/dist/models/wallet-pair-confirm.d.ts.map +1 -0
  895. package/dist/models/wallet-pair-confirm.js +12 -0
  896. package/dist/models/wallet-pair-confirm.js.map +1 -0
  897. package/dist/models/wallet-pair-info-read.d.ts +44 -0
  898. package/dist/models/wallet-pair-info-read.d.ts.map +1 -0
  899. package/dist/models/wallet-pair-info-read.js +12 -0
  900. package/dist/models/wallet-pair-info-read.js.map +1 -0
  901. package/dist/models/wallet-pair-initiate-read.d.ts +78 -0
  902. package/dist/models/wallet-pair-initiate-read.d.ts.map +1 -0
  903. package/dist/models/wallet-pair-initiate-read.js +12 -0
  904. package/dist/models/wallet-pair-initiate-read.js.map +1 -0
  905. package/dist/models/{wallet-claim-initiate.d.ts → wallet-pair-initiate.d.ts} +6 -6
  906. package/dist/models/wallet-pair-initiate.d.ts.map +1 -0
  907. package/dist/models/wallet-pair-initiate.js +12 -0
  908. package/dist/models/wallet-pair-initiate.js.map +1 -0
  909. package/dist/models/wallet-pair-read.d.ts +72 -0
  910. package/dist/models/wallet-pair-read.d.ts.map +1 -0
  911. package/dist/models/wallet-pair-read.js +12 -0
  912. package/dist/models/wallet-pair-read.js.map +1 -0
  913. package/dist/models/{wallet-claim-status.d.ts → wallet-pair-status.d.ts} +4 -4
  914. package/dist/models/wallet-pair-status.d.ts.map +1 -0
  915. package/dist/models/{wallet-claim-status.js → wallet-pair-status.js} +4 -4
  916. package/dist/models/wallet-pair-status.js.map +1 -0
  917. package/dist/models/{wallet-claim-wallet-info.d.ts → wallet-pair-wallet-info.d.ts} +8 -8
  918. package/dist/models/wallet-pair-wallet-info.d.ts.map +1 -0
  919. package/dist/models/wallet-pair-wallet-info.js +12 -0
  920. package/dist/models/wallet-pair-wallet-info.js.map +1 -0
  921. package/dist/models/wallet-read.d.ts +2 -2
  922. package/dist/models/wallet-reshare-request.d.ts +23 -0
  923. package/dist/models/wallet-reshare-request.d.ts.map +1 -0
  924. package/dist/models/wallet-reshare-request.js +12 -0
  925. package/dist/models/wallet-reshare-request.js.map +1 -0
  926. package/dist/models/wallet-reshare-response.d.ts +23 -0
  927. package/dist/models/wallet-reshare-response.d.ts.map +1 -0
  928. package/dist/models/wallet-reshare-response.js +12 -0
  929. package/dist/models/wallet-reshare-response.js.map +1 -0
  930. package/dist/models/wallet-tss-callback-request.d.ts +42 -0
  931. package/dist/models/wallet-tss-callback-request.d.ts.map +1 -0
  932. package/dist/models/wallet-tss-callback-request.js +12 -0
  933. package/dist/models/wallet-tss-callback-request.js.map +1 -0
  934. package/dist/models/wallet-tss-callback-response.d.ts +35 -0
  935. package/dist/models/wallet-tss-callback-response.d.ts.map +1 -0
  936. package/dist/models/wallet-tss-callback-response.js +12 -0
  937. package/dist/models/wallet-tss-callback-response.js.map +1 -0
  938. package/dist/models/wallet-type.d.ts +2 -2
  939. package/dist/models/wallet-type.js +2 -2
  940. package/dist/models/wallet-type.js.map +1 -1
  941. package/dist/models/webhook-delete-result.d.ts +1 -1
  942. package/dist/models/webhook-dlqread.d.ts +10 -12
  943. package/dist/models/webhook-dlqread.d.ts.map +1 -1
  944. package/dist/models/webhook-process-result.d.ts +1 -1
  945. package/dist/models/webhook-registration-create.d.ts +3 -3
  946. package/dist/models/webhook-registration-read.d.ts +6 -6
  947. package/dist/models/work-scope.d.ts +65 -0
  948. package/dist/models/work-scope.d.ts.map +1 -0
  949. package/dist/models/work-scope.js +12 -0
  950. package/dist/models/work-scope.js.map +1 -0
  951. package/package.json +1 -1
  952. package/dist/api/ap2-api.d.ts +0 -28
  953. package/dist/api/ap2-api.d.ts.map +0 -1
  954. package/dist/api/ap2-api.js.map +0 -1
  955. package/dist/api/approvals-api.d.ts +0 -62
  956. package/dist/api/approvals-api.d.ts.map +0 -1
  957. package/dist/api/approvals-api.js.map +0 -1
  958. package/dist/api/delegations-api.d.ts +0 -104
  959. package/dist/api/delegations-api.d.ts.map +0 -1
  960. package/dist/api/delegations-api.js +0 -363
  961. package/dist/api/delegations-api.js.map +0 -1
  962. package/dist/api/policies-api.d.ts +0 -126
  963. package/dist/api/policies-api.d.ts.map +0 -1
  964. package/dist/api/policies-api.js.map +0 -1
  965. package/dist/api/webhooks-api.d.ts +0 -50
  966. package/dist/api/webhooks-api.d.ts.map +0 -1
  967. package/dist/api/webhooks-api.js +0 -146
  968. package/dist/api/webhooks-api.js.map +0 -1
  969. package/dist/models/activate-request.d.ts +0 -35
  970. package/dist/models/activate-request.d.ts.map +0 -1
  971. package/dist/models/activate-request.js.map +0 -1
  972. package/dist/models/activate-response.d.ts +0 -41
  973. package/dist/models/activate-response.d.ts.map +0 -1
  974. package/dist/models/activate-response.js.map +0 -1
  975. package/dist/models/approval-summary-dto.d.ts +0 -54
  976. package/dist/models/approval-summary-dto.d.ts.map +0 -1
  977. package/dist/models/approval-summary-dto.js.map +0 -1
  978. package/dist/models/claim-token-status.d.ts.map +0 -1
  979. package/dist/models/claim-token-status.js.map +0 -1
  980. package/dist/models/create-approval-request.d.ts +0 -35
  981. package/dist/models/create-approval-request.d.ts.map +0 -1
  982. package/dist/models/create-approval-request.js.map +0 -1
  983. package/dist/models/create-approval-response.d.ts +0 -23
  984. package/dist/models/create-approval-response.d.ts.map +0 -1
  985. package/dist/models/create-approval-response.js +0 -12
  986. package/dist/models/create-approval-response.js.map +0 -1
  987. package/dist/models/pact-spec.d.ts +0 -58
  988. package/dist/models/pact-spec.d.ts.map +0 -1
  989. package/dist/models/pact-spec.js.map +0 -1
  990. package/dist/models/standard-response-activate-response.d.ts +0 -37
  991. package/dist/models/standard-response-activate-response.d.ts.map +0 -1
  992. package/dist/models/standard-response-activate-response.js +0 -12
  993. package/dist/models/standard-response-activate-response.js.map +0 -1
  994. package/dist/models/standard-response-create-approval-response.d.ts +0 -37
  995. package/dist/models/standard-response-create-approval-response.d.ts.map +0 -1
  996. package/dist/models/standard-response-create-approval-response.js +0 -12
  997. package/dist/models/standard-response-create-approval-response.js.map +0 -1
  998. package/dist/models/standard-response-wallet-claim-info-read.d.ts +0 -37
  999. package/dist/models/standard-response-wallet-claim-info-read.d.ts.map +0 -1
  1000. package/dist/models/standard-response-wallet-claim-info-read.js +0 -12
  1001. package/dist/models/standard-response-wallet-claim-info-read.js.map +0 -1
  1002. package/dist/models/standard-response-wallet-claim-initiate-read.d.ts +0 -37
  1003. package/dist/models/standard-response-wallet-claim-initiate-read.d.ts.map +0 -1
  1004. package/dist/models/standard-response-wallet-claim-initiate-read.js +0 -12
  1005. package/dist/models/standard-response-wallet-claim-initiate-read.js.map +0 -1
  1006. package/dist/models/standard-response-wallet-claim-read.d.ts +0 -37
  1007. package/dist/models/standard-response-wallet-claim-read.d.ts.map +0 -1
  1008. package/dist/models/standard-response-wallet-claim-read.js +0 -12
  1009. package/dist/models/standard-response-wallet-claim-read.js.map +0 -1
  1010. package/dist/models/standard-response-x402-payment-result.d.ts +0 -37
  1011. package/dist/models/standard-response-x402-payment-result.d.ts.map +0 -1
  1012. package/dist/models/standard-response-x402-payment-result.js +0 -12
  1013. package/dist/models/standard-response-x402-payment-result.js.map +0 -1
  1014. package/dist/models/wallet-claim-agent-info.d.ts.map +0 -1
  1015. package/dist/models/wallet-claim-agent-info.js +0 -12
  1016. package/dist/models/wallet-claim-agent-info.js.map +0 -1
  1017. package/dist/models/wallet-claim-confirm.d.ts.map +0 -1
  1018. package/dist/models/wallet-claim-confirm.js +0 -12
  1019. package/dist/models/wallet-claim-confirm.js.map +0 -1
  1020. package/dist/models/wallet-claim-info-read.d.ts +0 -38
  1021. package/dist/models/wallet-claim-info-read.d.ts.map +0 -1
  1022. package/dist/models/wallet-claim-info-read.js +0 -12
  1023. package/dist/models/wallet-claim-info-read.js.map +0 -1
  1024. package/dist/models/wallet-claim-initiate-read.d.ts +0 -78
  1025. package/dist/models/wallet-claim-initiate-read.d.ts.map +0 -1
  1026. package/dist/models/wallet-claim-initiate-read.js +0 -12
  1027. package/dist/models/wallet-claim-initiate-read.js.map +0 -1
  1028. package/dist/models/wallet-claim-initiate.d.ts.map +0 -1
  1029. package/dist/models/wallet-claim-initiate.js +0 -12
  1030. package/dist/models/wallet-claim-initiate.js.map +0 -1
  1031. package/dist/models/wallet-claim-read.d.ts +0 -72
  1032. package/dist/models/wallet-claim-read.d.ts.map +0 -1
  1033. package/dist/models/wallet-claim-read.js.map +0 -1
  1034. package/dist/models/wallet-claim-status.d.ts.map +0 -1
  1035. package/dist/models/wallet-claim-status.js.map +0 -1
  1036. package/dist/models/wallet-claim-wallet-info.d.ts.map +0 -1
  1037. package/dist/models/wallet-claim-wallet-info.js +0 -12
  1038. package/dist/models/wallet-claim-wallet-info.js.map +0 -1
  1039. package/dist/models/x402-error-detail.d.ts +0 -43
  1040. package/dist/models/x402-error-detail.d.ts.map +0 -1
  1041. package/dist/models/x402-error-detail.js +0 -12
  1042. package/dist/models/x402-error-detail.js.map +0 -1
  1043. package/dist/models/x402-error-response.d.ts +0 -30
  1044. package/dist/models/x402-error-response.d.ts.map +0 -1
  1045. package/dist/models/x402-error-response.js +0 -12
  1046. package/dist/models/x402-error-response.js.map +0 -1
  1047. package/dist/models/x402-payment-create.d.ts +0 -35
  1048. package/dist/models/x402-payment-create.d.ts.map +0 -1
  1049. package/dist/models/x402-payment-create.js +0 -12
  1050. package/dist/models/x402-payment-create.js.map +0 -1
  1051. package/dist/models/x402-payment-result.d.ts +0 -47
  1052. package/dist/models/x402-payment-result.d.ts.map +0 -1
  1053. package/dist/models/x402-payment-result.js +0 -12
  1054. package/dist/models/x402-payment-result.js.map +0 -1
@@ -14,17 +14,17 @@ import type { DropTransactionRequest } from '../models';
14
14
  import type { EstimateContractCallFeeRequest } from '../models';
15
15
  import type { EstimateTransferFeeRequest } from '../models';
16
16
  import type { MessageSignCreate } from '../models';
17
+ import type { PaymentCreate } from '../models';
17
18
  import type { SpeedupTransactionRequest } from '../models';
18
19
  import type { StandardResponseContractCallSubmitResult } from '../models';
19
20
  import type { StandardResponseEstimateTransferFeeRead } from '../models';
20
21
  import type { StandardResponseListRecentAddressRead } from '../models';
21
22
  import type { StandardResponseMessageSignResult } from '../models';
23
+ import type { StandardResponsePaymentResult } from '../models';
22
24
  import type { StandardResponseTransactionRbfResult } from '../models';
23
25
  import type { StandardResponseTransferSubmitResult } from '../models';
24
26
  import type { StandardResponseWebhookProcessResult } from '../models';
25
- import type { StandardResponseX402PaymentResult } from '../models';
26
27
  import type { TransferCreate } from '../models';
27
- import type { X402PaymentCreate } from '../models';
28
28
  export declare class TransactionsApi {
29
29
  private basePath;
30
30
  private axios;
@@ -36,8 +36,8 @@ export declare class TransactionsApi {
36
36
  private getHeaders;
37
37
  /**
38
38
  * Call contract
39
- * This operation submits a smart contract call from the specified wallet. For EVM chains, provide `contract_addr`, `value`, and `calldata`. For Solana, provide `instructions` and optionally `address_lookup_table_accounts`. Supply `request_id` to enable idempotency. If a contract call with the same `request_id` already exists for this wallet and principal, the existing record is returned with `idempotent=true`. The operation returns HTTP 202 with `status=pending_approval` when an approval policy requires a human to review the request. Use the `pending_operation_id` to track the approval. <Note>Policy evaluation runs before submission. The operation returns an error if a policy denies the contract call.</Note>
40
- * @param wallet_uuid
39
+ * This operation submits a smart contract call from the specified wallet. For EVM chains, provide `contract_addr`, `value`, and `calldata`. For Solana, provide `instructions` and optionally `address_lookup_table_accounts`. Supply `request_id` to enable idempotency. If a contract call with the same `request_id` already exists for the same principal, the existing record is returned with `idempotent=true`. The operation returns `status=200` (`PENDING_APPROVAL`) when an approval policy requires review. Use the `pending_operation_id` to track and resolve the approval. <Note>Policy evaluation runs before submission. The operation returns an error if a policy denies the contract call.</Note>
40
+ * @param wallet_uuid The UUID of the wallet from which to execute the contract call. Retrieve this value from the &#x60;id&#x60; field returned when the wallet was created.
41
41
  * @param ContractCallCreate
42
42
  * @param X_API_Key
43
43
  * @param options Override http request option.
@@ -46,8 +46,8 @@ export declare class TransactionsApi {
46
46
  /**
47
47
  * Drop transaction
48
48
  * This operation cancels or drops a pending transaction. The behavior depends on the current transaction status: - `submitted`, `pending_screening`, `pending_authorization`, `pending_signature`: the transaction is cancelled directly (no fee required). - `broadcasting`: the transaction is replaced via RBF (Replace-By-Fee). You must supply the `fee` field in the request body. Provide `cobo_transaction_id` in the request body to identify the transaction by its provider-assigned ID instead of the local UUID in the path. <Note>A transaction can only be dropped before it reaches `success` or `failed` status. RBF drop is not supported on VET, TRON, TVET, SOL, TON chains or gasless (paymaster) transactions.</Note>
49
- * @param wallet_uuid
50
- * @param transaction_uuid
49
+ * @param wallet_uuid The UUID of the wallet that owns the transaction. Retrieve this value from the &#x60;id&#x60; field returned when the wallet was created.
50
+ * @param transaction_uuid The UUID of the user transaction to drop, returned as &#x60;id&#x60; by the transfer or contract-call endpoints.
51
51
  * @param DropTransactionRequest
52
52
  * @param X_API_Key
53
53
  * @param options Override http request option.
@@ -55,8 +55,8 @@ export declare class TransactionsApi {
55
55
  dropTransaction(wallet_uuid: string, transaction_uuid: string, DropTransactionRequest: DropTransactionRequest, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseTransactionRbfResult>>;
56
56
  /**
57
57
  * Estimate contract call fee
58
- * This operation estimates the network fee for a contract call without submitting a transaction. You can use the returned `recommended`, `slow`, and `fast` fee options when constructing the contract call request. Policy evaluation runs before the estimate — the operation returns an error if a policy would deny the equivalent contract call.
59
- * @param wallet_uuid
58
+ * This operation estimates the network fee for a contract call without submitting a transaction. You can use the returned `recommended`, `slow`, and `fast` fee options when constructing the contract call request.
59
+ * @param wallet_uuid The UUID of the wallet for which to estimate the contract call fee. Retrieve this value from the &#x60;id&#x60; field returned when the wallet was created.
60
60
  * @param EstimateContractCallFeeRequest
61
61
  * @param X_API_Key
62
62
  * @param options Override http request option.
@@ -64,8 +64,8 @@ export declare class TransactionsApi {
64
64
  estimateContractCallFee(wallet_uuid: string, EstimateContractCallFeeRequest: EstimateContractCallFeeRequest, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseEstimateTransferFeeRead>>;
65
65
  /**
66
66
  * Estimate transfer fee
67
- * This operation estimates the network fee for a token transfer without submitting a transaction. You can use the returned `recommended`, `slow`, and `fast` fee options when constructing the transfer request. Policy evaluation runs before the estimate — the operation returns an error if a policy would deny the equivalent transfer.
68
- * @param wallet_uuid
67
+ * This operation estimates the network fee for a token transfer without submitting a transaction. You can use the returned `recommended`, `slow`, and `fast` fee options when constructing the transfer request.
68
+ * @param wallet_uuid The UUID of the wallet for which to estimate the transfer fee. Retrieve this value from the &#x60;id&#x60; field returned when the wallet was created.
69
69
  * @param EstimateTransferFeeRequest
70
70
  * @param X_API_Key
71
71
  * @param options Override http request option.
@@ -75,15 +75,15 @@ export declare class TransactionsApi {
75
75
  * Handle WaaS webhook
76
76
  * This endpoint receives webhook events from the Cobo WaaS platform and processes transaction status updates and balance changes. Requests must include valid `biz-timestamp` and `biz-resp-signature` headers for signature verification.
77
77
  * @param body
78
- * @param biz_timestamp
79
- * @param biz_resp_signature
78
+ * @param biz_timestamp Unix timestamp (milliseconds) from the Cobo WaaS webhook request, used for signature verification and replay-attack prevention.
79
+ * @param biz_resp_signature ECDSA signature from the Cobo WaaS webhook request, used to verify that the payload originated from Cobo. Compute verification using the &#x60;biz-timestamp&#x60; and raw request body.
80
80
  * @param options Override http request option.
81
81
  */
82
82
  handleWaasWebhook(body: object, biz_timestamp?: string, biz_resp_signature?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseWebhookProcessResult>>;
83
83
  /**
84
84
  * List recent addresses
85
85
  * This operation retrieves the most recently used recipient addresses for a specific wallet, derived from transfer history. Results are ordered from most to least recent.
86
- * @param wallet_uuid
86
+ * @param wallet_uuid The UUID of the wallet whose recent recipient addresses to retrieve. Retrieve this value from the &#x60;id&#x60; field returned when the wallet was created.
87
87
  * @param limit The maximum number of addresses to return. Range: [1, 50].
88
88
  * @param X_API_Key
89
89
  * @param options Override http request option.
@@ -91,18 +91,27 @@ export declare class TransactionsApi {
91
91
  listRecentAddresses(wallet_uuid: string, limit?: number, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseListRecentAddressRead>>;
92
92
  /**
93
93
  * Sign a message
94
- * Sign a message using WaaS. Currently supports EIP-712 structured data signing, with future support planned for raw hash signing, BTC signatures, etc. Set `destination_type` to select the signing method (default: `eip712`). Provide the corresponding payload field (e.g. `eip712_typed_data` for EIP-712). Use `sync=true` (default) to wait for the signing result before responding. Use `sync=false` to return immediately after submission and poll later. Supply `request_id` to enable idempotency.
95
- * @param wallet_uuid
94
+ * This operation signs a message using the specified wallet via the Cobo WaaS platform. Currently supports EIP-712 structured data signing, with future support planned for raw hash signing, BTC signatures, and other schemes. Set `destination_type` to select the signing method: - `eip712` (default): EIP-712 typed structured data signing. Requires an EVM-compatible chain and the `eip712_typed_data` payload field. Set `sync=true` (default) to wait synchronously for the signing result before responding. Set `sync=false` to return immediately after submission; poll the transaction record to retrieve the signature later. Supply `request_id` to enable idempotency. If a message-sign transaction with the same `request_id` already exists for the same principal, the existing record is returned with `idempotent=true`. The operation returns an error if a policy denies the signing request.
95
+ * @param wallet_uuid The UUID of the wallet that will sign the message. Retrieve this value from the &#x60;id&#x60; field returned when the wallet was created.
96
96
  * @param MessageSignCreate
97
97
  * @param X_API_Key
98
98
  * @param options Override http request option.
99
99
  */
100
100
  messageSign(wallet_uuid: string, MessageSignCreate: MessageSignCreate, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseMessageSignResult>>;
101
+ /**
102
+ * Create payment
103
+ * Signs and submits a payment on behalf of the specified wallet using either the x402 or MPP protocol. **Protocol selection** (required `protocol` field in the request body): - `x402`: provide the `x402_payment_required` challenge object received from the payee server. - `mpp`: provide the `mpp_www_authenticate` challenge string and, optionally, an `mpp_session` token. **Idempotency**: if you supply a `request_id`, the endpoint checks for a previously completed transaction with the same `request_id` for this wallet. When a match is found the original result is returned immediately (`idempotent: true`) together with the original response headers (`retry_headers`) so you can replay the HTTP payment call without re-signing. The wallet must be active (non-archived) and your principal must hold the `WALLET_TRANSFER` permission for the target wallet.
104
+ * @param wallet_uuid UUID of the wallet to sign and submit the payment from. Obtain this value from the wallet creation or list-wallets response. The wallet must be active (not archived).
105
+ * @param PaymentCreate
106
+ * @param X_API_Key
107
+ * @param options Override http request option.
108
+ */
109
+ payment(wallet_uuid: string, PaymentCreate: PaymentCreate, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponsePaymentResult>>;
101
110
  /**
102
111
  * Speed up transaction
103
112
  * This operation accelerates a broadcasting transaction by submitting a Replace-By-Fee (RBF) transaction with higher fees. The transaction must be in `broadcasting` status. You must supply the `fee` field with higher fee parameters than the original transaction. Provide `cobo_transaction_id` in the request body to identify the transaction by its provider-assigned ID instead of the local UUID in the path. <Note>RBF speedup is not supported on VET, TRON, TVET, SOL, TON chains or gasless (paymaster) transactions.</Note>
104
- * @param wallet_uuid
105
- * @param transaction_uuid
113
+ * @param wallet_uuid The UUID of the wallet that owns the transaction. Retrieve this value from the &#x60;id&#x60; field returned when the wallet was created.
114
+ * @param transaction_uuid The UUID of the user transaction to speed up, returned as &#x60;id&#x60; by the transfer or contract-call endpoints.
106
115
  * @param SpeedupTransactionRequest
107
116
  * @param X_API_Key
108
117
  * @param options Override http request option.
@@ -110,21 +119,12 @@ export declare class TransactionsApi {
110
119
  speedupTransaction(wallet_uuid: string, transaction_uuid: string, SpeedupTransactionRequest: SpeedupTransactionRequest, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseTransactionRbfResult>>;
111
120
  /**
112
121
  * Transfer tokens
113
- * This operation initiates a token transfer from the specified wallet. You need to provide `dst_addr`, `amount`, and `token_id`. The `chain_id` is automatically resolved from `token_id`. Gas fees are covered automatically — you do not need to prepare gas tokens. Supply `request_id` to enable idempotency. If a transfer with the same `request_id` already exists for this wallet and principal, the existing record is returned with `idempotent=true`. The operation returns HTTP 202 with `status=pending_approval` when an approval policy requires a human to review the request before execution. Use the `pending_operation_id` in the response to track the approval. <Note>Policy evaluation runs before submission. The operation returns an error if a policy denies the transfer.</Note>
114
- * @param wallet_uuid
122
+ * This operation initiates a token transfer from the specified wallet. You need to provide `dst_addr`, `amount`, and `token_id`. The `chain_id` is automatically resolved from `token_id`. Gas fees are covered automatically — you do not need to prepare gas tokens. Supply `request_id` to enable idempotency. If a transfer with the same `request_id` already exists for the same principal, the existing record is returned with `idempotent=true`. The operation returns `status=200` (`PENDING_APPROVAL`) when an approval policy requires review before execution. Use the `pending_operation_id` in the response to track and resolve the approval. <Note>Policy evaluation runs before submission. The operation returns an error if a policy denies the transfer.</Note>
123
+ * @param wallet_uuid The UUID of the wallet to transfer tokens from. Retrieve this value from the &#x60;id&#x60; field returned when the wallet was created.
115
124
  * @param TransferCreate
116
125
  * @param X_API_Key
117
126
  * @param options Override http request option.
118
127
  */
119
128
  transferTokens(wallet_uuid: string, TransferCreate: TransferCreate, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseTransferSubmitResult>>;
120
- /**
121
- * x402 payment
122
- * This operation processes an x402 payment request by parsing the PAYMENT-REQUIRED header, resolving a matching payment method, and submitting a signing request via WaaS. The first matching accept item with sufficient balance is automatically selected and submitted. Use `sync=true` (default) to wait for the signing result before responding. Use `sync=false` to return immediately after submission and poll later via `GET /transactions/{id}`. Supply `request_id` to enable idempotency. If a payment with the same `request_id` already exists, the existing record is returned with `idempotent=true`.
123
- * @param wallet_uuid
124
- * @param X402PaymentCreate
125
- * @param X_API_Key
126
- * @param options Override http request option.
127
- */
128
- x402Payment(wallet_uuid: string, X402PaymentCreate: X402PaymentCreate, X_API_Key?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<StandardResponseX402PaymentResult>>;
129
129
  }
130
130
  //# sourceMappingURL=transactions-api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"transactions-api.d.ts","sourceRoot":"","sources":["../../api/transactions-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"transactions-api.d.ts","sourceRoot":"","sources":["../../api/transactions-api.ts"],"names":[],"mappings":"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"}
@@ -34,8 +34,8 @@ class TransactionsApi {
34
34
  }
35
35
  /**
36
36
  * Call contract
37
- * This operation submits a smart contract call from the specified wallet. For EVM chains, provide `contract_addr`, `value`, and `calldata`. For Solana, provide `instructions` and optionally `address_lookup_table_accounts`. Supply `request_id` to enable idempotency. If a contract call with the same `request_id` already exists for this wallet and principal, the existing record is returned with `idempotent=true`. The operation returns HTTP 202 with `status=pending_approval` when an approval policy requires a human to review the request. Use the `pending_operation_id` to track the approval. <Note>Policy evaluation runs before submission. The operation returns an error if a policy denies the contract call.</Note>
38
- * @param wallet_uuid
37
+ * This operation submits a smart contract call from the specified wallet. For EVM chains, provide `contract_addr`, `value`, and `calldata`. For Solana, provide `instructions` and optionally `address_lookup_table_accounts`. Supply `request_id` to enable idempotency. If a contract call with the same `request_id` already exists for the same principal, the existing record is returned with `idempotent=true`. The operation returns `status=200` (`PENDING_APPROVAL`) when an approval policy requires review. Use the `pending_operation_id` to track and resolve the approval. <Note>Policy evaluation runs before submission. The operation returns an error if a policy denies the contract call.</Note>
38
+ * @param wallet_uuid The UUID of the wallet from which to execute the contract call. Retrieve this value from the &#x60;id&#x60; field returned when the wallet was created.
39
39
  * @param ContractCallCreate
40
40
  * @param X_API_Key
41
41
  * @param options Override http request option.
@@ -74,8 +74,8 @@ class TransactionsApi {
74
74
  /**
75
75
  * Drop transaction
76
76
  * This operation cancels or drops a pending transaction. The behavior depends on the current transaction status: - `submitted`, `pending_screening`, `pending_authorization`, `pending_signature`: the transaction is cancelled directly (no fee required). - `broadcasting`: the transaction is replaced via RBF (Replace-By-Fee). You must supply the `fee` field in the request body. Provide `cobo_transaction_id` in the request body to identify the transaction by its provider-assigned ID instead of the local UUID in the path. <Note>A transaction can only be dropped before it reaches `success` or `failed` status. RBF drop is not supported on VET, TRON, TVET, SOL, TON chains or gasless (paymaster) transactions.</Note>
77
- * @param wallet_uuid
78
- * @param transaction_uuid
77
+ * @param wallet_uuid The UUID of the wallet that owns the transaction. Retrieve this value from the &#x60;id&#x60; field returned when the wallet was created.
78
+ * @param transaction_uuid The UUID of the user transaction to drop, returned as &#x60;id&#x60; by the transfer or contract-call endpoints.
79
79
  * @param DropTransactionRequest
80
80
  * @param X_API_Key
81
81
  * @param options Override http request option.
@@ -114,8 +114,8 @@ class TransactionsApi {
114
114
  }
115
115
  /**
116
116
  * Estimate contract call fee
117
- * This operation estimates the network fee for a contract call without submitting a transaction. You can use the returned `recommended`, `slow`, and `fast` fee options when constructing the contract call request. Policy evaluation runs before the estimate — the operation returns an error if a policy would deny the equivalent contract call.
118
- * @param wallet_uuid
117
+ * This operation estimates the network fee for a contract call without submitting a transaction. You can use the returned `recommended`, `slow`, and `fast` fee options when constructing the contract call request.
118
+ * @param wallet_uuid The UUID of the wallet for which to estimate the contract call fee. Retrieve this value from the &#x60;id&#x60; field returned when the wallet was created.
119
119
  * @param EstimateContractCallFeeRequest
120
120
  * @param X_API_Key
121
121
  * @param options Override http request option.
@@ -153,8 +153,8 @@ class TransactionsApi {
153
153
  }
154
154
  /**
155
155
  * Estimate transfer fee
156
- * This operation estimates the network fee for a token transfer without submitting a transaction. You can use the returned `recommended`, `slow`, and `fast` fee options when constructing the transfer request. Policy evaluation runs before the estimate — the operation returns an error if a policy would deny the equivalent transfer.
157
- * @param wallet_uuid
156
+ * This operation estimates the network fee for a token transfer without submitting a transaction. You can use the returned `recommended`, `slow`, and `fast` fee options when constructing the transfer request.
157
+ * @param wallet_uuid The UUID of the wallet for which to estimate the transfer fee. Retrieve this value from the &#x60;id&#x60; field returned when the wallet was created.
158
158
  * @param EstimateTransferFeeRequest
159
159
  * @param X_API_Key
160
160
  * @param options Override http request option.
@@ -194,8 +194,8 @@ class TransactionsApi {
194
194
  * Handle WaaS webhook
195
195
  * This endpoint receives webhook events from the Cobo WaaS platform and processes transaction status updates and balance changes. Requests must include valid `biz-timestamp` and `biz-resp-signature` headers for signature verification.
196
196
  * @param body
197
- * @param biz_timestamp
198
- * @param biz_resp_signature
197
+ * @param biz_timestamp Unix timestamp (milliseconds) from the Cobo WaaS webhook request, used for signature verification and replay-attack prevention.
198
+ * @param biz_resp_signature ECDSA signature from the Cobo WaaS webhook request, used to verify that the payload originated from Cobo. Compute verification using the &#x60;biz-timestamp&#x60; and raw request body.
199
199
  * @param options Override http request option.
200
200
  */
201
201
  async handleWaasWebhook(body, biz_timestamp, biz_resp_signature, options) {
@@ -234,7 +234,7 @@ class TransactionsApi {
234
234
  /**
235
235
  * List recent addresses
236
236
  * This operation retrieves the most recently used recipient addresses for a specific wallet, derived from transfer history. Results are ordered from most to least recent.
237
- * @param wallet_uuid
237
+ * @param wallet_uuid The UUID of the wallet whose recent recipient addresses to retrieve. Retrieve this value from the &#x60;id&#x60; field returned when the wallet was created.
238
238
  * @param limit The maximum number of addresses to return. Range: [1, 50].
239
239
  * @param X_API_Key
240
240
  * @param options Override http request option.
@@ -272,8 +272,8 @@ class TransactionsApi {
272
272
  }
273
273
  /**
274
274
  * Sign a message
275
- * Sign a message using WaaS. Currently supports EIP-712 structured data signing, with future support planned for raw hash signing, BTC signatures, etc. Set `destination_type` to select the signing method (default: `eip712`). Provide the corresponding payload field (e.g. `eip712_typed_data` for EIP-712). Use `sync=true` (default) to wait for the signing result before responding. Use `sync=false` to return immediately after submission and poll later. Supply `request_id` to enable idempotency.
276
- * @param wallet_uuid
275
+ * This operation signs a message using the specified wallet via the Cobo WaaS platform. Currently supports EIP-712 structured data signing, with future support planned for raw hash signing, BTC signatures, and other schemes. Set `destination_type` to select the signing method: - `eip712` (default): EIP-712 typed structured data signing. Requires an EVM-compatible chain and the `eip712_typed_data` payload field. Set `sync=true` (default) to wait synchronously for the signing result before responding. Set `sync=false` to return immediately after submission; poll the transaction record to retrieve the signature later. Supply `request_id` to enable idempotency. If a message-sign transaction with the same `request_id` already exists for the same principal, the existing record is returned with `idempotent=true`. The operation returns an error if a policy denies the signing request.
276
+ * @param wallet_uuid The UUID of the wallet that will sign the message. Retrieve this value from the &#x60;id&#x60; field returned when the wallet was created.
277
277
  * @param MessageSignCreate
278
278
  * @param X_API_Key
279
279
  * @param options Override http request option.
@@ -310,24 +310,22 @@ class TransactionsApi {
310
310
  return this.axios.request(localVarRequestOptions);
311
311
  }
312
312
  /**
313
- * Speed up transaction
314
- * This operation accelerates a broadcasting transaction by submitting a Replace-By-Fee (RBF) transaction with higher fees. The transaction must be in `broadcasting` status. You must supply the `fee` field with higher fee parameters than the original transaction. Provide `cobo_transaction_id` in the request body to identify the transaction by its provider-assigned ID instead of the local UUID in the path. <Note>RBF speedup is not supported on VET, TRON, TVET, SOL, TON chains or gasless (paymaster) transactions.</Note>
315
- * @param wallet_uuid
316
- * @param transaction_uuid
317
- * @param SpeedupTransactionRequest
313
+ * Create payment
314
+ * Signs and submits a payment on behalf of the specified wallet using either the x402 or MPP protocol. **Protocol selection** (required `protocol` field in the request body): - `x402`: provide the `x402_payment_required` challenge object received from the payee server. - `mpp`: provide the `mpp_www_authenticate` challenge string and, optionally, an `mpp_session` token. **Idempotency**: if you supply a `request_id`, the endpoint checks for a previously completed transaction with the same `request_id` for this wallet. When a match is found the original result is returned immediately (`idempotent: true`) together with the original response headers (`retry_headers`) so you can replay the HTTP payment call without re-signing. The wallet must be active (non-archived) and your principal must hold the `WALLET_TRANSFER` permission for the target wallet.
315
+ * @param wallet_uuid UUID of the wallet to sign and submit the payment from. Obtain this value from the wallet creation or list-wallets response. The wallet must be active (not archived).
316
+ * @param PaymentCreate
318
317
  * @param X_API_Key
319
318
  * @param options Override http request option.
320
319
  */
321
- async speedupTransaction(wallet_uuid, transaction_uuid, SpeedupTransactionRequest, X_API_Key, options) {
322
- let localVarPath = '/api/v1/wallets/{wallet_uuid}/transactions/{transaction_uuid}/speedup'
323
- .replace(`{${"wallet_uuid"}}`, encodeURIComponent(String(wallet_uuid)))
324
- .replace(`{${"transaction_uuid"}}`, encodeURIComponent(String(transaction_uuid)));
320
+ async payment(wallet_uuid, PaymentCreate, X_API_Key, options) {
321
+ let localVarPath = '/api/v1/wallets/{wallet_uuid}/payment'
322
+ .replace(`{${"wallet_uuid"}}`, encodeURIComponent(String(wallet_uuid)));
325
323
  const localVarUrlObj = new URL(localVarPath, this.basePath);
326
324
  const localVarRequestOptions = { method: 'POST', ...options };
327
325
  const localVarHeaderParameter = { ...this.getHeaders() };
328
326
  const localVarQueryParameter = {};
329
- // verify required parameter 'SpeedupTransactionRequest' is not null or undefined
330
- (0, common_1.assertParamExists)('speedupTransaction', 'SpeedupTransactionRequest', SpeedupTransactionRequest);
327
+ // verify required parameter 'PaymentCreate' is not null or undefined
328
+ (0, common_1.assertParamExists)('payment', 'PaymentCreate', PaymentCreate);
331
329
  if (X_API_Key !== undefined && X_API_Key !== null) {
332
330
  localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
333
331
  }
@@ -346,27 +344,29 @@ class TransactionsApi {
346
344
  localVarUrlObj.search = queryString;
347
345
  }
348
346
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
349
- localVarRequestOptions.data = SpeedupTransactionRequest;
347
+ localVarRequestOptions.data = PaymentCreate;
350
348
  localVarRequestOptions.url = localVarUrlObj.toString();
351
349
  return this.axios.request(localVarRequestOptions);
352
350
  }
353
351
  /**
354
- * Transfer tokens
355
- * This operation initiates a token transfer from the specified wallet. You need to provide `dst_addr`, `amount`, and `token_id`. The `chain_id` is automatically resolved from `token_id`. Gas fees are covered automatically — you do not need to prepare gas tokens. Supply `request_id` to enable idempotency. If a transfer with the same `request_id` already exists for this wallet and principal, the existing record is returned with `idempotent=true`. The operation returns HTTP 202 with `status=pending_approval` when an approval policy requires a human to review the request before execution. Use the `pending_operation_id` in the response to track the approval. <Note>Policy evaluation runs before submission. The operation returns an error if a policy denies the transfer.</Note>
356
- * @param wallet_uuid
357
- * @param TransferCreate
352
+ * Speed up transaction
353
+ * This operation accelerates a broadcasting transaction by submitting a Replace-By-Fee (RBF) transaction with higher fees. The transaction must be in `broadcasting` status. You must supply the `fee` field with higher fee parameters than the original transaction. Provide `cobo_transaction_id` in the request body to identify the transaction by its provider-assigned ID instead of the local UUID in the path. <Note>RBF speedup is not supported on VET, TRON, TVET, SOL, TON chains or gasless (paymaster) transactions.</Note>
354
+ * @param wallet_uuid The UUID of the wallet that owns the transaction. Retrieve this value from the &#x60;id&#x60; field returned when the wallet was created.
355
+ * @param transaction_uuid The UUID of the user transaction to speed up, returned as &#x60;id&#x60; by the transfer or contract-call endpoints.
356
+ * @param SpeedupTransactionRequest
358
357
  * @param X_API_Key
359
358
  * @param options Override http request option.
360
359
  */
361
- async transferTokens(wallet_uuid, TransferCreate, X_API_Key, options) {
362
- let localVarPath = '/api/v1/wallets/{wallet_uuid}/transfer'
363
- .replace(`{${"wallet_uuid"}}`, encodeURIComponent(String(wallet_uuid)));
360
+ async speedupTransaction(wallet_uuid, transaction_uuid, SpeedupTransactionRequest, X_API_Key, options) {
361
+ let localVarPath = '/api/v1/wallets/{wallet_uuid}/transactions/{transaction_uuid}/speedup'
362
+ .replace(`{${"wallet_uuid"}}`, encodeURIComponent(String(wallet_uuid)))
363
+ .replace(`{${"transaction_uuid"}}`, encodeURIComponent(String(transaction_uuid)));
364
364
  const localVarUrlObj = new URL(localVarPath, this.basePath);
365
365
  const localVarRequestOptions = { method: 'POST', ...options };
366
366
  const localVarHeaderParameter = { ...this.getHeaders() };
367
367
  const localVarQueryParameter = {};
368
- // verify required parameter 'TransferCreate' is not null or undefined
369
- (0, common_1.assertParamExists)('transferTokens', 'TransferCreate', TransferCreate);
368
+ // verify required parameter 'SpeedupTransactionRequest' is not null or undefined
369
+ (0, common_1.assertParamExists)('speedupTransaction', 'SpeedupTransactionRequest', SpeedupTransactionRequest);
370
370
  if (X_API_Key !== undefined && X_API_Key !== null) {
371
371
  localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
372
372
  }
@@ -385,27 +385,27 @@ class TransactionsApi {
385
385
  localVarUrlObj.search = queryString;
386
386
  }
387
387
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
388
- localVarRequestOptions.data = TransferCreate;
388
+ localVarRequestOptions.data = SpeedupTransactionRequest;
389
389
  localVarRequestOptions.url = localVarUrlObj.toString();
390
390
  return this.axios.request(localVarRequestOptions);
391
391
  }
392
392
  /**
393
- * x402 payment
394
- * This operation processes an x402 payment request by parsing the PAYMENT-REQUIRED header, resolving a matching payment method, and submitting a signing request via WaaS. The first matching accept item with sufficient balance is automatically selected and submitted. Use `sync=true` (default) to wait for the signing result before responding. Use `sync=false` to return immediately after submission and poll later via `GET /transactions/{id}`. Supply `request_id` to enable idempotency. If a payment with the same `request_id` already exists, the existing record is returned with `idempotent=true`.
395
- * @param wallet_uuid
396
- * @param X402PaymentCreate
393
+ * Transfer tokens
394
+ * This operation initiates a token transfer from the specified wallet. You need to provide `dst_addr`, `amount`, and `token_id`. The `chain_id` is automatically resolved from `token_id`. Gas fees are covered automatically you do not need to prepare gas tokens. Supply `request_id` to enable idempotency. If a transfer with the same `request_id` already exists for the same principal, the existing record is returned with `idempotent=true`. The operation returns `status=200` (`PENDING_APPROVAL`) when an approval policy requires review before execution. Use the `pending_operation_id` in the response to track and resolve the approval. <Note>Policy evaluation runs before submission. The operation returns an error if a policy denies the transfer.</Note>
395
+ * @param wallet_uuid The UUID of the wallet to transfer tokens from. Retrieve this value from the &#x60;id&#x60; field returned when the wallet was created.
396
+ * @param TransferCreate
397
397
  * @param X_API_Key
398
398
  * @param options Override http request option.
399
399
  */
400
- async x402Payment(wallet_uuid, X402PaymentCreate, X_API_Key, options) {
401
- let localVarPath = '/api/v1/wallets/{wallet_uuid}/x402-payment'
400
+ async transferTokens(wallet_uuid, TransferCreate, X_API_Key, options) {
401
+ let localVarPath = '/api/v1/wallets/{wallet_uuid}/transfer'
402
402
  .replace(`{${"wallet_uuid"}}`, encodeURIComponent(String(wallet_uuid)));
403
403
  const localVarUrlObj = new URL(localVarPath, this.basePath);
404
404
  const localVarRequestOptions = { method: 'POST', ...options };
405
405
  const localVarHeaderParameter = { ...this.getHeaders() };
406
406
  const localVarQueryParameter = {};
407
- // verify required parameter 'X402PaymentCreate' is not null or undefined
408
- (0, common_1.assertParamExists)('x402Payment', 'X402PaymentCreate', X402PaymentCreate);
407
+ // verify required parameter 'TransferCreate' is not null or undefined
408
+ (0, common_1.assertParamExists)('transferTokens', 'TransferCreate', TransferCreate);
409
409
  if (X_API_Key !== undefined && X_API_Key !== null) {
410
410
  localVarHeaderParameter['X-API-Key'] = String(X_API_Key);
411
411
  }
@@ -424,7 +424,7 @@ class TransactionsApi {
424
424
  localVarUrlObj.search = queryString;
425
425
  }
426
426
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options?.headers };
427
- localVarRequestOptions.data = X402PaymentCreate;
427
+ localVarRequestOptions.data = TransferCreate;
428
428
  localVarRequestOptions.url = localVarUrlObj.toString();
429
429
  return this.axios.request(localVarRequestOptions);
430
430
  }
@@ -1 +1 @@
1
- {"version":3,"file":"transactions-api.js","sourceRoot":"","sources":["../../api/transactions-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"transactions-api.js","sourceRoot":"","sources":["../../api/transactions-api.ts"],"names":[],"mappings":"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"}