@cobo/agentic-wallet 0.1.6 → 0.1.7

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 (473) hide show
  1. package/dist/api/audit-api.d.ts +1 -1
  2. package/dist/api/audit-api.js +1 -1
  3. package/dist/api/balance-api.d.ts +1 -1
  4. package/dist/api/balance-api.js +1 -1
  5. package/dist/api/coin-price-api.d.ts +1 -1
  6. package/dist/api/coin-price-api.js +1 -1
  7. package/dist/api/faucet-api.d.ts +1 -1
  8. package/dist/api/faucet-api.js +1 -1
  9. package/dist/api/health-api.d.ts +1 -1
  10. package/dist/api/health-api.js +1 -1
  11. package/dist/api/identity-api.d.ts +1 -1
  12. package/dist/api/identity-api.js +1 -1
  13. package/dist/api/meta-api.d.ts +1 -1
  14. package/dist/api/meta-api.js +1 -1
  15. package/dist/api/metadata-api.d.ts +1 -1
  16. package/dist/api/metadata-api.js +1 -1
  17. package/dist/api/pacts-api.d.ts +1 -1
  18. package/dist/api/pacts-api.js +1 -1
  19. package/dist/api/pending-operations-api.d.ts +1 -1
  20. package/dist/api/pending-operations-api.js +1 -1
  21. package/dist/api/recipes-api.d.ts +1 -12
  22. package/dist/api/recipes-api.d.ts.map +1 -1
  23. package/dist/api/recipes-api.js +1 -46
  24. package/dist/api/recipes-api.js.map +1 -1
  25. package/dist/api/suggestions-api.d.ts +1 -1
  26. package/dist/api/suggestions-api.js +1 -1
  27. package/dist/api/telemetry-api.d.ts +1 -1
  28. package/dist/api/telemetry-api.js +1 -1
  29. package/dist/api/transaction-records-api.d.ts +1 -1
  30. package/dist/api/transaction-records-api.js +1 -1
  31. package/dist/api/transactions-api.d.ts +1 -1
  32. package/dist/api/transactions-api.js +1 -1
  33. package/dist/api/wallets-api.d.ts +1 -1
  34. package/dist/api/wallets-api.js +1 -1
  35. package/dist/api.d.ts +1 -1
  36. package/dist/api.js +1 -1
  37. package/dist/base.d.ts +1 -1
  38. package/dist/base.js +1 -1
  39. package/dist/common.d.ts +1 -1
  40. package/dist/common.js +1 -1
  41. package/dist/configuration.d.ts +1 -1
  42. package/dist/configuration.js +1 -1
  43. package/dist/index.d.ts +1 -1
  44. package/dist/index.js +1 -1
  45. package/dist/models/agent-status-response.d.ts +1 -1
  46. package/dist/models/agent-status-response.js +1 -1
  47. package/dist/models/api-key-create-result-public.d.ts +1 -1
  48. package/dist/models/api-key-create-result-public.js +1 -1
  49. package/dist/models/api-key-create.d.ts +1 -1
  50. package/dist/models/api-key-create.js +1 -1
  51. package/dist/models/api-key-public-read.d.ts +7 -7
  52. package/dist/models/api-key-public-read.d.ts.map +1 -1
  53. package/dist/models/api-key-public-read.js +1 -1
  54. package/dist/models/audit-action.d.ts +1 -1
  55. package/dist/models/audit-action.js +1 -1
  56. package/dist/models/audit-log-page.d.ts +1 -1
  57. package/dist/models/audit-log-page.js +1 -1
  58. package/dist/models/audit-log-read.d.ts +11 -11
  59. package/dist/models/audit-log-read.d.ts.map +1 -1
  60. package/dist/models/audit-log-read.js +1 -1
  61. package/dist/models/audit-result.d.ts +1 -1
  62. package/dist/models/audit-result.js +1 -1
  63. package/dist/models/balance-read.d.ts +1 -1
  64. package/dist/models/balance-read.js +1 -1
  65. package/dist/models/chain-info.d.ts +1 -1
  66. package/dist/models/chain-info.js +1 -1
  67. package/dist/models/chain-metadata.d.ts +1 -1
  68. package/dist/models/chain-metadata.js +1 -1
  69. package/dist/models/completion-condition-type.d.ts +1 -1
  70. package/dist/models/completion-condition-type.js +1 -1
  71. package/dist/models/completion-condition.d.ts +1 -1
  72. package/dist/models/completion-condition.js +1 -1
  73. package/dist/models/contract-call-create.d.ts +1 -1
  74. package/dist/models/contract-call-create.js +1 -1
  75. package/dist/models/contract-call-submit-result.d.ts +1 -1
  76. package/dist/models/contract-call-submit-result.js +1 -1
  77. package/dist/models/delegation-spend-summary.d.ts +1 -1
  78. package/dist/models/delegation-spend-summary.js +1 -1
  79. package/dist/models/delegation-usage-limit-summary.d.ts +1 -1
  80. package/dist/models/delegation-usage-limit-summary.js +1 -1
  81. package/dist/models/drop-transaction-request.d.ts +1 -1
  82. package/dist/models/drop-transaction-request.js +1 -1
  83. package/dist/models/eip1559-fee-request.d.ts +1 -1
  84. package/dist/models/eip1559-fee-request.js +1 -1
  85. package/dist/models/estimate-contract-call-fee-request.d.ts +1 -1
  86. package/dist/models/estimate-contract-call-fee-request.js +1 -1
  87. package/dist/models/estimate-transfer-fee-read.d.ts +1 -1
  88. package/dist/models/estimate-transfer-fee-read.js +1 -1
  89. package/dist/models/estimate-transfer-fee-request.d.ts +1 -1
  90. package/dist/models/estimate-transfer-fee-request.js +1 -1
  91. package/dist/models/eth-call-request.d.ts +1 -1
  92. package/dist/models/eth-call-request.js +1 -1
  93. package/dist/models/eth-call-result.d.ts +1 -1
  94. package/dist/models/eth-call-result.js +1 -1
  95. package/dist/models/evmlegacy-fee-request.d.ts +1 -1
  96. package/dist/models/evmlegacy-fee-request.js +1 -1
  97. package/dist/models/external-transaction-operation-type.d.ts +1 -1
  98. package/dist/models/external-transaction-operation-type.js +1 -1
  99. package/dist/models/external-transaction-read.d.ts +1 -1
  100. package/dist/models/external-transaction-read.js +1 -1
  101. package/dist/models/external-transaction-stage.d.ts +1 -1
  102. package/dist/models/external-transaction-stage.js +1 -1
  103. package/dist/models/faucet-deposit-request.d.ts +1 -1
  104. package/dist/models/faucet-deposit-request.js +1 -1
  105. package/dist/models/faucet-deposit-result.d.ts +1 -1
  106. package/dist/models/faucet-deposit-result.js +1 -1
  107. package/dist/models/faucet-token-info.d.ts +1 -1
  108. package/dist/models/faucet-token-info.js +1 -1
  109. package/dist/models/faucet-token-item.d.ts +1 -1
  110. package/dist/models/faucet-token-item.js +1 -1
  111. package/dist/models/fee-estimate-read.d.ts +1 -1
  112. package/dist/models/fee-estimate-read.js +1 -1
  113. package/dist/models/fee-request.d.ts +1 -1
  114. package/dist/models/fee-request.js +1 -1
  115. package/dist/models/index.d.ts +2 -2
  116. package/dist/models/index.d.ts.map +1 -1
  117. package/dist/models/index.js +2 -2
  118. package/dist/models/index.js.map +1 -1
  119. package/dist/models/inline-policy-create.d.ts +1 -1
  120. package/dist/models/inline-policy-create.js +1 -1
  121. package/dist/models/key-share-holder-group-status.d.ts +1 -1
  122. package/dist/models/key-share-holder-group-status.js +1 -1
  123. package/dist/models/key-share-holder-group-type.d.ts +1 -1
  124. package/dist/models/key-share-holder-group-type.js +1 -1
  125. package/dist/models/key-share-holder-type.d.ts +1 -1
  126. package/dist/models/key-share-holder-type.js +1 -1
  127. package/dist/models/knowledge-search-type.d.ts +1 -1
  128. package/dist/models/knowledge-search-type.js +1 -1
  129. package/dist/models/langfuse-record.d.ts +1 -1
  130. package/dist/models/langfuse-record.js +1 -1
  131. package/dist/models/message-sign-create.d.ts +1 -1
  132. package/dist/models/message-sign-create.js +1 -1
  133. package/dist/models/message-sign-dest-type.d.ts +1 -1
  134. package/dist/models/message-sign-dest-type.js +1 -1
  135. package/dist/models/message-sign-result.d.ts +1 -1
  136. package/dist/models/message-sign-result.js +1 -1
  137. package/dist/models/model-error.d.ts +1 -1
  138. package/dist/models/model-error.js +1 -1
  139. package/dist/models/mpp-challenge.d.ts +1 -1
  140. package/dist/models/mpp-challenge.js +1 -1
  141. package/dist/models/mpp-session-action.d.ts +1 -1
  142. package/dist/models/mpp-session-action.js +1 -1
  143. package/dist/models/mpp-session-info.d.ts +1 -1
  144. package/dist/models/mpp-session-info.js +1 -1
  145. package/dist/models/mpp-session-params.d.ts +1 -1
  146. package/dist/models/mpp-session-params.js +1 -1
  147. package/dist/models/node-status-read.d.ts +1 -1
  148. package/dist/models/node-status-read.js +1 -1
  149. package/dist/models/pact-event-list-response.d.ts +1 -1
  150. package/dist/models/pact-event-list-response.js +1 -1
  151. package/dist/models/pact-event-read.d.ts +1 -1
  152. package/dist/models/pact-event-read.js +1 -1
  153. package/dist/models/pact-event-type.d.ts +1 -1
  154. package/dist/models/pact-event-type.js +1 -1
  155. package/dist/models/pact-list-response.d.ts +1 -1
  156. package/dist/models/pact-list-response.js +1 -1
  157. package/dist/models/pact-public-read.d.ts +8 -1
  158. package/dist/models/pact-public-read.d.ts.map +1 -1
  159. package/dist/models/pact-public-read.js +1 -1
  160. package/dist/models/pact-remaining.d.ts +35 -0
  161. package/dist/models/pact-remaining.d.ts.map +1 -0
  162. package/dist/models/{pact-template-read.js → pact-remaining.js} +2 -2
  163. package/dist/models/pact-remaining.js.map +1 -0
  164. package/dist/models/pact-spec-input.d.ts +1 -1
  165. package/dist/models/pact-spec-input.js +1 -1
  166. package/dist/models/pact-spec-output.d.ts +1 -1
  167. package/dist/models/pact-spec-output.js +1 -1
  168. package/dist/models/pact-stats-language.d.ts +1 -1
  169. package/dist/models/pact-stats-language.js +1 -1
  170. package/dist/models/pact-status.d.ts +1 -1
  171. package/dist/models/pact-status.js +1 -1
  172. package/dist/models/pact-submit-request.d.ts +1 -1
  173. package/dist/models/pact-submit-request.js +1 -1
  174. package/dist/models/pact-submit-response.d.ts +1 -1
  175. package/dist/models/pact-submit-response.js +1 -1
  176. package/dist/models/pact-summary.d.ts +10 -3
  177. package/dist/models/pact-summary.d.ts.map +1 -1
  178. package/dist/models/pact-summary.js +1 -1
  179. package/dist/models/pact-update-completion-conditions-request.d.ts +1 -1
  180. package/dist/models/pact-update-completion-conditions-request.js +1 -1
  181. package/dist/models/pact-update-policies-request.d.ts +1 -1
  182. package/dist/models/pact-update-policies-request.js +1 -1
  183. package/dist/models/pagination-meta.d.ts +1 -1
  184. package/dist/models/pagination-meta.js +1 -1
  185. package/dist/models/pair-token-status.d.ts +1 -1
  186. package/dist/models/pair-token-status.js +1 -1
  187. package/dist/models/payment-create.d.ts +1 -1
  188. package/dist/models/payment-create.js +1 -1
  189. package/dist/models/payment-protocol.d.ts +1 -1
  190. package/dist/models/payment-protocol.js +1 -1
  191. package/dist/models/payment-result.d.ts +1 -1
  192. package/dist/models/payment-result.js +1 -1
  193. package/dist/models/pending-operation-action-result.d.ts +1 -1
  194. package/dist/models/pending-operation-action-result.js +1 -1
  195. package/dist/models/pending-operation-list-response.d.ts +1 -1
  196. package/dist/models/pending-operation-list-response.js +1 -1
  197. package/dist/models/pending-operation-read.d.ts +19 -19
  198. package/dist/models/pending-operation-read.d.ts.map +1 -1
  199. package/dist/models/pending-operation-read.js +1 -1
  200. package/dist/models/pending-operation-status.d.ts +1 -1
  201. package/dist/models/pending-operation-status.js +1 -1
  202. package/dist/models/pending-operation-type.d.ts +1 -1
  203. package/dist/models/pending-operation-type.js +1 -1
  204. package/dist/models/policy-type.d.ts +1 -1
  205. package/dist/models/policy-type.js +1 -1
  206. package/dist/models/principal-create-result.d.ts +1 -1
  207. package/dist/models/principal-create-result.js +1 -1
  208. package/dist/models/principal-create.d.ts +1 -1
  209. package/dist/models/principal-create.js +1 -1
  210. package/dist/models/principal-read.d.ts +1 -1
  211. package/dist/models/principal-read.js +1 -1
  212. package/dist/models/principal-type.d.ts +1 -1
  213. package/dist/models/principal-type.js +1 -1
  214. package/dist/models/principal-update.d.ts +1 -1
  215. package/dist/models/principal-update.js +1 -1
  216. package/dist/models/provision-request.d.ts +1 -1
  217. package/dist/models/provision-request.js +1 -1
  218. package/dist/models/provision-response.d.ts +1 -1
  219. package/dist/models/provision-response.js +1 -1
  220. package/dist/models/recent-address-read.d.ts +1 -1
  221. package/dist/models/recent-address-read.js +1 -1
  222. package/dist/models/recent-tx-summary.d.ts +47 -0
  223. package/dist/models/recent-tx-summary.d.ts.map +1 -0
  224. package/dist/models/{standard-response-list-pact-template-read.js → recent-tx-summary.js} +2 -2
  225. package/dist/models/recent-tx-summary.js.map +1 -0
  226. package/dist/models/recipe-search-response.d.ts +1 -1
  227. package/dist/models/recipe-search-response.js +1 -1
  228. package/dist/models/recipe-search-source.d.ts +1 -1
  229. package/dist/models/recipe-search-source.js +1 -1
  230. package/dist/models/reject-pending-operation-request.d.ts +1 -1
  231. package/dist/models/reject-pending-operation-request.js +1 -1
  232. package/dist/models/search-recipes-request.d.ts +7 -1
  233. package/dist/models/search-recipes-request.d.ts.map +1 -1
  234. package/dist/models/search-recipes-request.js +1 -1
  235. package/dist/models/session-record.d.ts +1 -1
  236. package/dist/models/session-record.js +1 -1
  237. package/dist/models/session-span.d.ts +1 -1
  238. package/dist/models/session-span.js +1 -1
  239. package/dist/models/sol-address-lookup-table-account.d.ts +1 -1
  240. package/dist/models/sol-address-lookup-table-account.js +1 -1
  241. package/dist/models/sol-instruction-account.d.ts +1 -1
  242. package/dist/models/sol-instruction-account.js +1 -1
  243. package/dist/models/sol-instruction.d.ts +1 -1
  244. package/dist/models/sol-instruction.js +1 -1
  245. package/dist/models/solfee-request.d.ts +1 -1
  246. package/dist/models/solfee-request.js +1 -1
  247. package/dist/models/speedup-transaction-request.d.ts +1 -1
  248. package/dist/models/speedup-transaction-request.js +1 -1
  249. package/dist/models/standard-response-agent-status-response.d.ts +1 -1
  250. package/dist/models/standard-response-agent-status-response.js +1 -1
  251. package/dist/models/standard-response-api-key-create-result-public.d.ts +1 -1
  252. package/dist/models/standard-response-api-key-create-result-public.js +1 -1
  253. package/dist/models/standard-response-audit-log-page.d.ts +1 -1
  254. package/dist/models/standard-response-audit-log-page.js +1 -1
  255. package/dist/models/standard-response-chain-info.d.ts +1 -1
  256. package/dist/models/standard-response-chain-info.js +1 -1
  257. package/dist/models/standard-response-contract-call-submit-result.d.ts +1 -1
  258. package/dist/models/standard-response-contract-call-submit-result.js +1 -1
  259. package/dist/models/standard-response-dict-str-bool.d.ts +1 -1
  260. package/dist/models/standard-response-dict-str-bool.js +1 -1
  261. package/dist/models/standard-response-dict-str-str.d.ts +1 -1
  262. package/dist/models/standard-response-dict-str-str.js +1 -1
  263. package/dist/models/standard-response-estimate-transfer-fee-read.d.ts +1 -1
  264. package/dist/models/standard-response-estimate-transfer-fee-read.js +1 -1
  265. package/dist/models/standard-response-eth-call-result.d.ts +1 -1
  266. package/dist/models/standard-response-eth-call-result.js +1 -1
  267. package/dist/models/standard-response-faucet-deposit-result.d.ts +1 -1
  268. package/dist/models/standard-response-faucet-deposit-result.js +1 -1
  269. package/dist/models/standard-response-list-api-key-public-read.d.ts +1 -1
  270. package/dist/models/standard-response-list-api-key-public-read.js +1 -1
  271. package/dist/models/standard-response-list-balance-read.d.ts +1 -1
  272. package/dist/models/standard-response-list-balance-read.js +1 -1
  273. package/dist/models/standard-response-list-faucet-token-item.d.ts +1 -1
  274. package/dist/models/standard-response-list-faucet-token-item.js +1 -1
  275. package/dist/models/standard-response-list-principal-read.d.ts +1 -1
  276. package/dist/models/standard-response-list-principal-read.js +1 -1
  277. package/dist/models/standard-response-list-recent-address-read.d.ts +1 -1
  278. package/dist/models/standard-response-list-recent-address-read.js +1 -1
  279. package/dist/models/standard-response-list-token-candidate.d.ts +1 -1
  280. package/dist/models/standard-response-list-token-candidate.js +1 -1
  281. package/dist/models/standard-response-list-user-transaction-read.d.ts +1 -1
  282. package/dist/models/standard-response-list-user-transaction-read.js +1 -1
  283. package/dist/models/standard-response-list-wallet-address-read.d.ts +1 -1
  284. package/dist/models/standard-response-list-wallet-address-read.js +1 -1
  285. package/dist/models/standard-response-list-wallet-read.d.ts +1 -1
  286. package/dist/models/standard-response-list-wallet-read.js +1 -1
  287. package/dist/models/standard-response-message-sign-result.d.ts +1 -1
  288. package/dist/models/standard-response-message-sign-result.js +1 -1
  289. package/dist/models/standard-response-node-status-read.d.ts +1 -1
  290. package/dist/models/standard-response-node-status-read.js +1 -1
  291. package/dist/models/standard-response-pact-event-list-response.d.ts +1 -1
  292. package/dist/models/standard-response-pact-event-list-response.js +1 -1
  293. package/dist/models/standard-response-pact-list-response.d.ts +1 -1
  294. package/dist/models/standard-response-pact-list-response.js +1 -1
  295. package/dist/models/standard-response-pact-public-read.d.ts +1 -1
  296. package/dist/models/standard-response-pact-public-read.js +1 -1
  297. package/dist/models/standard-response-pact-submit-response.d.ts +1 -1
  298. package/dist/models/standard-response-pact-submit-response.js +1 -1
  299. package/dist/models/standard-response-payment-result.d.ts +1 -1
  300. package/dist/models/standard-response-payment-result.js +1 -1
  301. package/dist/models/standard-response-pending-operation-action-result.d.ts +1 -1
  302. package/dist/models/standard-response-pending-operation-action-result.js +1 -1
  303. package/dist/models/standard-response-pending-operation-list-response.d.ts +1 -1
  304. package/dist/models/standard-response-pending-operation-list-response.js +1 -1
  305. package/dist/models/standard-response-pending-operation-read.d.ts +1 -1
  306. package/dist/models/standard-response-pending-operation-read.js +1 -1
  307. package/dist/models/standard-response-principal-create-result.d.ts +1 -1
  308. package/dist/models/standard-response-principal-create-result.js +1 -1
  309. package/dist/models/standard-response-principal-read.d.ts +1 -1
  310. package/dist/models/standard-response-principal-read.js +1 -1
  311. package/dist/models/standard-response-provision-response.d.ts +1 -1
  312. package/dist/models/standard-response-provision-response.js +1 -1
  313. package/dist/models/standard-response-recipe-search-response.d.ts +1 -1
  314. package/dist/models/standard-response-recipe-search-response.js +1 -1
  315. package/dist/models/standard-response-suggestion-response.d.ts +1 -1
  316. package/dist/models/standard-response-suggestion-response.js +1 -1
  317. package/dist/models/standard-response-telemetry-config-response.d.ts +1 -1
  318. package/dist/models/standard-response-telemetry-config-response.js +1 -1
  319. package/dist/models/standard-response-transaction-rbf-result.d.ts +1 -1
  320. package/dist/models/standard-response-transaction-rbf-result.js +1 -1
  321. package/dist/models/standard-response-transfer-submit-result.d.ts +1 -1
  322. package/dist/models/standard-response-transfer-submit-result.js +1 -1
  323. package/dist/models/standard-response-user-transaction-read.d.ts +1 -1
  324. package/dist/models/standard-response-user-transaction-read.js +1 -1
  325. package/dist/models/standard-response-waas-paginated-response-chain-metadata.d.ts +1 -1
  326. package/dist/models/standard-response-waas-paginated-response-chain-metadata.js +1 -1
  327. package/dist/models/standard-response-waas-paginated-response-token-metadata.d.ts +1 -1
  328. package/dist/models/standard-response-waas-paginated-response-token-metadata.js +1 -1
  329. package/dist/models/standard-response-wallet-address-read.d.ts +1 -1
  330. package/dist/models/standard-response-wallet-address-read.js +1 -1
  331. package/dist/models/standard-response-wallet-detail-read.d.ts +1 -1
  332. package/dist/models/standard-response-wallet-detail-read.js +1 -1
  333. package/dist/models/standard-response-wallet-pact-history-read.d.ts +1 -1
  334. package/dist/models/standard-response-wallet-pact-history-read.js +1 -1
  335. package/dist/models/standard-response-wallet-pact-stats-read.d.ts +1 -1
  336. package/dist/models/standard-response-wallet-pact-stats-read.js +1 -1
  337. package/dist/models/standard-response-wallet-pair-info-read.d.ts +1 -1
  338. package/dist/models/standard-response-wallet-pair-info-read.js +1 -1
  339. package/dist/models/standard-response-wallet-pair-initiate-read.d.ts +1 -1
  340. package/dist/models/standard-response-wallet-pair-initiate-read.js +1 -1
  341. package/dist/models/standard-response-wallet-pair-read.d.ts +1 -1
  342. package/dist/models/standard-response-wallet-pair-read.js +1 -1
  343. package/dist/models/standard-response-wallet-read.d.ts +1 -1
  344. package/dist/models/standard-response-wallet-read.js +1 -1
  345. package/dist/models/standard-response-wallet-reshare-response.d.ts +1 -1
  346. package/dist/models/standard-response-wallet-reshare-response.js +1 -1
  347. package/dist/models/standard-response-wallet-tss-callback-response.d.ts +1 -1
  348. package/dist/models/standard-response-wallet-tss-callback-response.js +1 -1
  349. package/dist/models/standard-response-webhook-process-result.d.ts +1 -1
  350. package/dist/models/standard-response-webhook-process-result.js +1 -1
  351. package/dist/models/suggestion-key.d.ts +1 -3
  352. package/dist/models/suggestion-key.d.ts.map +1 -1
  353. package/dist/models/suggestion-key.js +1 -3
  354. package/dist/models/suggestion-key.js.map +1 -1
  355. package/dist/models/suggestion-response.d.ts +1 -1
  356. package/dist/models/suggestion-response.js +1 -1
  357. package/dist/models/telemetry-config-response.d.ts +1 -1
  358. package/dist/models/telemetry-config-response.js +1 -1
  359. package/dist/models/token-candidate.d.ts +1 -1
  360. package/dist/models/token-candidate.js +1 -1
  361. package/dist/models/token-metadata.d.ts +1 -1
  362. package/dist/models/token-metadata.js +1 -1
  363. package/dist/models/transaction-provider.d.ts +1 -1
  364. package/dist/models/transaction-provider.js +1 -1
  365. package/dist/models/transaction-rbf-result.d.ts +1 -1
  366. package/dist/models/transaction-rbf-result.js +1 -1
  367. package/dist/models/transfer-create.d.ts +1 -1
  368. package/dist/models/transfer-create.js +1 -1
  369. package/dist/models/transfer-submit-result.d.ts +1 -1
  370. package/dist/models/transfer-submit-result.js +1 -1
  371. package/dist/models/ucw-share-public-data-callback.d.ts +1 -1
  372. package/dist/models/ucw-share-public-data-callback.js +1 -1
  373. package/dist/models/ucw-tss-key-share-group-callback.d.ts +1 -1
  374. package/dist/models/ucw-tss-key-share-group-callback.js +1 -1
  375. package/dist/models/user-transaction-data.d.ts +7 -1
  376. package/dist/models/user-transaction-data.d.ts.map +1 -1
  377. package/dist/models/user-transaction-data.js +1 -1
  378. package/dist/models/user-transaction-operation-type.d.ts +1 -1
  379. package/dist/models/user-transaction-operation-type.js +1 -1
  380. package/dist/models/user-transaction-read.d.ts +17 -3
  381. package/dist/models/user-transaction-read.d.ts.map +1 -1
  382. package/dist/models/user-transaction-read.js +1 -1
  383. package/dist/models/user-transaction-request-type.d.ts +1 -1
  384. package/dist/models/user-transaction-request-type.js +1 -1
  385. package/dist/models/validation-error-loc-inner.d.ts +1 -1
  386. package/dist/models/validation-error-loc-inner.js +1 -1
  387. package/dist/models/validation-error.d.ts +1 -1
  388. package/dist/models/validation-error.js +1 -1
  389. package/dist/models/vault-group-type.d.ts +1 -1
  390. package/dist/models/vault-group-type.js +1 -1
  391. package/dist/models/waas-paginated-response-chain-metadata.d.ts +1 -1
  392. package/dist/models/waas-paginated-response-chain-metadata.js +1 -1
  393. package/dist/models/waas-paginated-response-token-metadata.d.ts +1 -1
  394. package/dist/models/waas-paginated-response-token-metadata.js +1 -1
  395. package/dist/models/waas-pagination.d.ts +1 -1
  396. package/dist/models/waas-pagination.js +1 -1
  397. package/dist/models/wallet-address-create.d.ts +1 -1
  398. package/dist/models/wallet-address-create.js +1 -1
  399. package/dist/models/wallet-address-read.d.ts +1 -1
  400. package/dist/models/wallet-address-read.js +1 -1
  401. package/dist/models/wallet-create.d.ts +1 -1
  402. package/dist/models/wallet-create.js +1 -1
  403. package/dist/models/wallet-detail-read.d.ts +3 -3
  404. package/dist/models/wallet-detail-read.d.ts.map +1 -1
  405. package/dist/models/wallet-detail-read.js +1 -1
  406. package/dist/models/wallet-group-node-read.d.ts +1 -1
  407. package/dist/models/wallet-group-node-read.js +1 -1
  408. package/dist/models/wallet-group-read.d.ts +1 -1
  409. package/dist/models/wallet-group-read.js +1 -1
  410. package/dist/models/wallet-pact-currency.d.ts +1 -1
  411. package/dist/models/wallet-pact-currency.js +1 -1
  412. package/dist/models/wallet-pact-history-bucket-pact-read.d.ts +1 -1
  413. package/dist/models/wallet-pact-history-bucket-pact-read.js +1 -1
  414. package/dist/models/wallet-pact-history-bucket-read.d.ts +1 -1
  415. package/dist/models/wallet-pact-history-bucket-read.js +1 -1
  416. package/dist/models/wallet-pact-history-metric.d.ts +1 -1
  417. package/dist/models/wallet-pact-history-metric.js +1 -1
  418. package/dist/models/wallet-pact-history-range.d.ts +1 -1
  419. package/dist/models/wallet-pact-history-range.js +1 -1
  420. package/dist/models/wallet-pact-history-read.d.ts +1 -1
  421. package/dist/models/wallet-pact-history-read.js +1 -1
  422. package/dist/models/wallet-pact-history-summary-read.d.ts +1 -1
  423. package/dist/models/wallet-pact-history-summary-read.js +1 -1
  424. package/dist/models/wallet-pact-stats-read.d.ts +1 -1
  425. package/dist/models/wallet-pact-stats-read.js +1 -1
  426. package/dist/models/wallet-pair-agent-info.d.ts +1 -1
  427. package/dist/models/wallet-pair-agent-info.js +1 -1
  428. package/dist/models/wallet-pair-confirm.d.ts +1 -1
  429. package/dist/models/wallet-pair-confirm.js +1 -1
  430. package/dist/models/wallet-pair-info-read.d.ts +1 -1
  431. package/dist/models/wallet-pair-info-read.js +1 -1
  432. package/dist/models/wallet-pair-initiate-read.d.ts +3 -3
  433. package/dist/models/wallet-pair-initiate-read.d.ts.map +1 -1
  434. package/dist/models/wallet-pair-initiate-read.js +1 -1
  435. package/dist/models/wallet-pair-initiate.d.ts +1 -1
  436. package/dist/models/wallet-pair-initiate.js +1 -1
  437. package/dist/models/wallet-pair-read.d.ts +3 -3
  438. package/dist/models/wallet-pair-read.d.ts.map +1 -1
  439. package/dist/models/wallet-pair-read.js +1 -1
  440. package/dist/models/wallet-pair-status.d.ts +1 -1
  441. package/dist/models/wallet-pair-status.js +1 -1
  442. package/dist/models/wallet-pair-token-purpose.d.ts +1 -1
  443. package/dist/models/wallet-pair-token-purpose.js +1 -1
  444. package/dist/models/wallet-pair-wallet-info.d.ts +1 -1
  445. package/dist/models/wallet-pair-wallet-info.js +1 -1
  446. package/dist/models/wallet-read.d.ts +3 -3
  447. package/dist/models/wallet-read.d.ts.map +1 -1
  448. package/dist/models/wallet-read.js +1 -1
  449. package/dist/models/wallet-reshare-request.d.ts +1 -1
  450. package/dist/models/wallet-reshare-request.js +1 -1
  451. package/dist/models/wallet-reshare-response.d.ts +1 -1
  452. package/dist/models/wallet-reshare-response.js +1 -1
  453. package/dist/models/wallet-status.d.ts +1 -1
  454. package/dist/models/wallet-status.js +1 -1
  455. package/dist/models/wallet-tss-callback-request.d.ts +1 -1
  456. package/dist/models/wallet-tss-callback-request.js +1 -1
  457. package/dist/models/wallet-tss-callback-response.d.ts +1 -1
  458. package/dist/models/wallet-tss-callback-response.js +1 -1
  459. package/dist/models/wallet-type.d.ts +1 -1
  460. package/dist/models/wallet-type.js +1 -1
  461. package/dist/models/wallet-update.d.ts +1 -1
  462. package/dist/models/wallet-update.js +1 -1
  463. package/dist/models/webhook-process-result.d.ts +1 -1
  464. package/dist/models/webhook-process-result.js +1 -1
  465. package/dist/models/wrapped-validation-error.d.ts +1 -1
  466. package/dist/models/wrapped-validation-error.js +1 -1
  467. package/package.json +1 -1
  468. package/dist/models/pact-template-read.d.ts +0 -49
  469. package/dist/models/pact-template-read.d.ts.map +0 -1
  470. package/dist/models/pact-template-read.js.map +0 -1
  471. package/dist/models/standard-response-list-pact-template-read.d.ts +0 -49
  472. package/dist/models/standard-response-list-pact-template-read.d.ts.map +0 -1
  473. package/dist/models/standard-response-list-pact-template-read.js.map +0 -1
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -19,7 +19,6 @@ export declare const SuggestionKey: {
19
19
  readonly WALLET_MISSING_COBO_ID: "WALLET_MISSING_COBO_ID";
20
20
  readonly PAIR_SUBMIT_SUCCESS: "PAIR_SUBMIT_SUCCESS";
21
21
  readonly RESTORE_PAIR_SUBMIT_SUCCESS: "RESTORE_PAIR_SUBMIT_SUCCESS";
22
- readonly WALLET_PAIR_WALLET_NOT_FOUND: "WALLET_PAIR_WALLET_NOT_FOUND";
23
22
  readonly WALLET_PAIR_TOKEN_EXPIRED: "WALLET_PAIR_TOKEN_EXPIRED";
24
23
  readonly WALLET_PAIR_AGENT_NOT_FOUND: "WALLET_PAIR_AGENT_NOT_FOUND";
25
24
  readonly WALLET_PAIR_CONFLICT: "WALLET_PAIR_CONFLICT";
@@ -30,7 +29,6 @@ export declare const SuggestionKey: {
30
29
  readonly ABI_ENCODE_TYPE_HINT: "ABI_ENCODE_TYPE_HINT";
31
30
  readonly PACT_SUBMIT_SUCCESS_UNPAIRED: "PACT_SUBMIT_SUCCESS_UNPAIRED";
32
31
  readonly PACT_SUBMIT_SUCCESS_PAIRED: "PACT_SUBMIT_SUCCESS_PAIRED";
33
- readonly PACT_REVOKE_SUCCESS: "PACT_REVOKE_SUCCESS";
34
32
  readonly PACT_SUBMIT_ALWAYS_REVIEW_UNPAIRED: "PACT_SUBMIT_ALWAYS_REVIEW_UNPAIRED";
35
33
  readonly PACT_SUBMIT_MISSING_RECIPE_SLUGS: "PACT_SUBMIT_MISSING_RECIPE_SLUGS";
36
34
  readonly PACT_SUBMIT_CONTRACT_CALL_EMPTY_TARGET_IN: "PACT_SUBMIT_CONTRACT_CALL_EMPTY_TARGET_IN";
@@ -1 +1 @@
1
- {"version":3,"file":"suggestion-key.d.ts","sourceRoot":"","sources":["../../models/suggestion-key.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsChB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"suggestion-key.d.ts","sourceRoot":"","sources":["../../models/suggestion-key.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoChB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC"}
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -22,7 +22,6 @@ exports.SuggestionKey = {
22
22
  WALLET_MISSING_COBO_ID: 'WALLET_MISSING_COBO_ID',
23
23
  PAIR_SUBMIT_SUCCESS: 'PAIR_SUBMIT_SUCCESS',
24
24
  RESTORE_PAIR_SUBMIT_SUCCESS: 'RESTORE_PAIR_SUBMIT_SUCCESS',
25
- WALLET_PAIR_WALLET_NOT_FOUND: 'WALLET_PAIR_WALLET_NOT_FOUND',
26
25
  WALLET_PAIR_TOKEN_EXPIRED: 'WALLET_PAIR_TOKEN_EXPIRED',
27
26
  WALLET_PAIR_AGENT_NOT_FOUND: 'WALLET_PAIR_AGENT_NOT_FOUND',
28
27
  WALLET_PAIR_CONFLICT: 'WALLET_PAIR_CONFLICT',
@@ -33,7 +32,6 @@ exports.SuggestionKey = {
33
32
  ABI_ENCODE_TYPE_HINT: 'ABI_ENCODE_TYPE_HINT',
34
33
  PACT_SUBMIT_SUCCESS_UNPAIRED: 'PACT_SUBMIT_SUCCESS_UNPAIRED',
35
34
  PACT_SUBMIT_SUCCESS_PAIRED: 'PACT_SUBMIT_SUCCESS_PAIRED',
36
- PACT_REVOKE_SUCCESS: 'PACT_REVOKE_SUCCESS',
37
35
  PACT_SUBMIT_ALWAYS_REVIEW_UNPAIRED: 'PACT_SUBMIT_ALWAYS_REVIEW_UNPAIRED',
38
36
  PACT_SUBMIT_MISSING_RECIPE_SLUGS: 'PACT_SUBMIT_MISSING_RECIPE_SLUGS',
39
37
  PACT_SUBMIT_CONTRACT_CALL_EMPTY_TARGET_IN: 'PACT_SUBMIT_CONTRACT_CALL_EMPTY_TARGET_IN',
@@ -1 +1 @@
1
- {"version":3,"file":"suggestion-key.js","sourceRoot":"","sources":["../../models/suggestion-key.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG;;;AAOH;;;;GAIG;AACU,QAAA,aAAa,GAAG;IACzB,gBAAgB,EAAE,kBAA2B;IAC7C,gBAAgB,EAAE,kBAA2B;IAC7C,gBAAgB,EAAE,kBAA2B;IAC7C,sBAAsB,EAAE,wBAAiC;IACzD,mBAAmB,EAAE,qBAA8B;IACnD,2BAA2B,EAAE,6BAAsC;IACnE,4BAA4B,EAAE,8BAAuC;IACrE,yBAAyB,EAAE,2BAAoC;IAC/D,2BAA2B,EAAE,6BAAsC;IACnE,oBAAoB,EAAE,sBAA+B;IACrD,0BAA0B,EAAE,4BAAqC;IACjE,0BAA0B,EAAE,4BAAqC;IACjE,2BAA2B,EAAE,6BAAsC;IACnE,eAAe,EAAE,iBAA0B;IAC3C,oBAAoB,EAAE,sBAA+B;IACrD,4BAA4B,EAAE,8BAAuC;IACrE,0BAA0B,EAAE,4BAAqC;IACjE,mBAAmB,EAAE,qBAA8B;IACnD,kCAAkC,EAAE,oCAA6C;IACjF,gCAAgC,EAAE,kCAA2C;IAC7E,yCAAyC,EAAE,2CAAoD;IAC/F,0CAA0C,EAAE,4CAAqD;IACjG,2BAA2B,EAAE,6BAAsC;IACnE,cAAc,EAAE,gBAAyB;IACzC,qBAAqB,EAAE,uBAAgC;IACvD,iBAAiB,EAAE,mBAA4B;IAC/C,mBAAmB,EAAE,qBAA8B;IACnD,eAAe,EAAE,iBAA0B;IAC3C,uBAAuB,EAAE,yBAAkC;IAC3D,eAAe,EAAE,iBAA0B;IAC3C,kBAAkB,EAAE,oBAA6B;IACjD,mBAAmB,EAAE,qBAA8B;IACnD,uBAAuB,EAAE,yBAAkC;IAC3D,iBAAiB,EAAE,mBAA4B;IAC/C,0BAA0B,EAAE,4BAAqC;IACjE,wBAAwB,EAAE,0BAAmC;IAC7D,wBAAwB,EAAE,0BAAmC;CACvD,CAAC"}
1
+ {"version":3,"file":"suggestion-key.js","sourceRoot":"","sources":["../../models/suggestion-key.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG;;;AAOH;;;;GAIG;AACU,QAAA,aAAa,GAAG;IACzB,gBAAgB,EAAE,kBAA2B;IAC7C,gBAAgB,EAAE,kBAA2B;IAC7C,gBAAgB,EAAE,kBAA2B;IAC7C,sBAAsB,EAAE,wBAAiC;IACzD,mBAAmB,EAAE,qBAA8B;IACnD,2BAA2B,EAAE,6BAAsC;IACnE,yBAAyB,EAAE,2BAAoC;IAC/D,2BAA2B,EAAE,6BAAsC;IACnE,oBAAoB,EAAE,sBAA+B;IACrD,0BAA0B,EAAE,4BAAqC;IACjE,0BAA0B,EAAE,4BAAqC;IACjE,2BAA2B,EAAE,6BAAsC;IACnE,eAAe,EAAE,iBAA0B;IAC3C,oBAAoB,EAAE,sBAA+B;IACrD,4BAA4B,EAAE,8BAAuC;IACrE,0BAA0B,EAAE,4BAAqC;IACjE,kCAAkC,EAAE,oCAA6C;IACjF,gCAAgC,EAAE,kCAA2C;IAC7E,yCAAyC,EAAE,2CAAoD;IAC/F,0CAA0C,EAAE,4CAAqD;IACjG,2BAA2B,EAAE,6BAAsC;IACnE,cAAc,EAAE,gBAAyB;IACzC,qBAAqB,EAAE,uBAAgC;IACvD,iBAAiB,EAAE,mBAA4B;IAC/C,mBAAmB,EAAE,qBAA8B;IACnD,eAAe,EAAE,iBAA0B;IAC3C,uBAAuB,EAAE,yBAAkC;IAC3D,eAAe,EAAE,iBAA0B;IAC3C,kBAAkB,EAAE,oBAA6B;IACjD,mBAAmB,EAAE,qBAA8B;IACnD,uBAAuB,EAAE,yBAAkC;IAC3D,iBAAiB,EAAE,mBAA4B;IAC/C,0BAA0B,EAAE,4BAAqC;IACjE,wBAAwB,EAAE,0BAAmC;IAC7D,wBAAwB,EAAE,0BAAmC;CACvD,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -53,6 +53,12 @@ export interface UserTransactionData {
53
53
  'fee'?: {
54
54
  [key: string]: any;
55
55
  };
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof UserTransactionData
60
+ */
61
+ 'cobo_transaction_id'?: string;
56
62
  /**
57
63
  *
58
64
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"user-transaction-data.d.ts","sourceRoot":"","sources":["../../models/user-transaction-data.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AASH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC,CAAC;IAChD;;;;OAIG;IACH,KAAK,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IAChC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IAC9C;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
1
+ {"version":3,"file":"user-transaction-data.d.ts","sourceRoot":"","sources":["../../models/user-transaction-data.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AASH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC,CAAC;IAChD;;;;OAIG;IACH,KAAK,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IAChC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IAC9C;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -96,11 +96,11 @@ export interface UserTransactionRead {
96
96
  */
97
97
  'sub_status'?: string;
98
98
  /**
99
- *
99
+ * The on-chain transaction hash, if available.
100
100
  * @type {string}
101
101
  * @memberof UserTransactionRead
102
102
  */
103
- 'transaction_hash': string | null;
103
+ 'transaction_hash': string;
104
104
  /**
105
105
  * The client-supplied request identifier, if set.
106
106
  * @type {string}
@@ -113,6 +113,20 @@ export interface UserTransactionRead {
113
113
  * @memberof UserTransactionRead
114
114
  */
115
115
  'description'?: string;
116
+ /**
117
+ * Fee information reported by the downstream provider. Contains both the configured fee parameters (e.g. `max_fee_per_gas`, `gas_limit`) and the actual execution results (e.g. `fee_used`, `gas_used`, `effective_gas_price`). Populated after the provider processes the transaction.
118
+ * @type {{ [key: string]: any; }}
119
+ * @memberof UserTransactionRead
120
+ */
121
+ 'fee'?: {
122
+ [key: string]: any;
123
+ };
124
+ /**
125
+ * The downstream provider\'s transaction ID. Populated when the transaction is submitted to and acknowledged by the provider.
126
+ * @type {string}
127
+ * @memberof UserTransactionRead
128
+ */
129
+ 'cobo_transaction_id'?: string;
116
130
  /**
117
131
  * Additional transaction metadata.
118
132
  * @type {UserTransactionData}
@@ -1 +1 @@
1
- {"version":3,"file":"user-transaction-read.d.ts","sourceRoot":"","sources":["../../models/user-transaction-read.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAG3E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAGnE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGtF,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAKlF;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,EAAE,4BAA4B,CAAC;IACrC;;;;OAIG;IACH,cAAc,CAAC,EAAE,0BAA0B,CAAC;IAC5C;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,MAAM,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC;CACvD"}
1
+ {"version":3,"file":"user-transaction-read.d.ts","sourceRoot":"","sources":["../../models/user-transaction-read.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAOH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAG3E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAGnE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGtF,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAKlF;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,EAAE,4BAA4B,CAAC;IACrC;;;;OAIG;IACH,cAAc,CAAC,EAAE,0BAA0B,CAAC;IAC5C;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,KAAK,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IAChC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,MAAM,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC;CACvD"}
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Cobo Agentic Wallet Service
4
4
  *
5
- * The version of the OpenAPI document: 1.2.4
5
+ * The version of the OpenAPI document: 1.3.0
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Cobo Agentic Wallet Service
3
3
  *
4
- * The version of the OpenAPI document: 1.2.4
4
+ * The version of the OpenAPI document: 1.3.0
5
5
  *
6
6
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
7
  * https://openapi-generator.tech