@polyester/sdk 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (745) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/LICENSE +7 -0
  3. package/README.md +55 -0
  4. package/SECURITY.md +14 -0
  5. package/dist/_virtual/_rolldown/runtime.js +13 -0
  6. package/dist/account-signer/create-polyester-account-signer.d.ts +28 -0
  7. package/dist/account-signer/create-polyester-account-signer.d.ts.map +1 -0
  8. package/dist/account-signer/create-polyester-account-signer.js +101 -0
  9. package/dist/account-signer/create-polyester-account-signer.js.map +1 -0
  10. package/dist/account-signer/index.d.ts +3 -0
  11. package/dist/account-signer/index.js +3 -0
  12. package/dist/account-signer/predict-safe-address.js +230 -0
  13. package/dist/account-signer/predict-safe-address.js.map +1 -0
  14. package/dist/account-signer/types.d.ts +40 -0
  15. package/dist/account-signer/types.d.ts.map +1 -0
  16. package/dist/account-signer/types.js +29 -0
  17. package/dist/account-signer/types.js.map +1 -0
  18. package/dist/browser-client.d.ts +37 -0
  19. package/dist/browser-client.d.ts.map +1 -0
  20. package/dist/browser-client.js +69 -0
  21. package/dist/browser-client.js.map +1 -0
  22. package/dist/catalogs/client-catalog.d.ts +6 -0
  23. package/dist/catalogs/client-catalog.d.ts.map +1 -0
  24. package/dist/catalogs/client-catalog.js +88 -0
  25. package/dist/catalogs/client-catalog.js.map +1 -0
  26. package/dist/catalogs/decimal.js +92 -0
  27. package/dist/catalogs/decimal.js.map +1 -0
  28. package/dist/catalogs/index.d.ts +10 -0
  29. package/dist/catalogs/index.js +8 -0
  30. package/dist/catalogs/indexes.js +36 -0
  31. package/dist/catalogs/indexes.js.map +1 -0
  32. package/dist/catalogs/market-data-catalog.d.ts +37 -0
  33. package/dist/catalogs/market-data-catalog.d.ts.map +1 -0
  34. package/dist/catalogs/market-data-catalog.js +49 -0
  35. package/dist/catalogs/market-data-catalog.js.map +1 -0
  36. package/dist/catalogs/readers.d.ts +6 -0
  37. package/dist/catalogs/readers.d.ts.map +1 -0
  38. package/dist/catalogs/readers.js +545 -0
  39. package/dist/catalogs/readers.js.map +1 -0
  40. package/dist/catalogs/snapshot.d.ts +18 -0
  41. package/dist/catalogs/snapshot.d.ts.map +1 -0
  42. package/dist/catalogs/snapshot.js +16 -0
  43. package/dist/catalogs/snapshot.js.map +1 -0
  44. package/dist/catalogs/types.d.ts +268 -0
  45. package/dist/catalogs/types.d.ts.map +1 -0
  46. package/dist/catalogs/types.js +48 -0
  47. package/dist/catalogs/types.js.map +1 -0
  48. package/dist/catalogs/unknown-asset.d.ts +27 -0
  49. package/dist/catalogs/unknown-asset.d.ts.map +1 -0
  50. package/dist/catalogs/unknown-asset.js +38 -0
  51. package/dist/catalogs/unknown-asset.js.map +1 -0
  52. package/dist/catalogs/zipper-catalog.d.ts +33 -0
  53. package/dist/catalogs/zipper-catalog.d.ts.map +1 -0
  54. package/dist/catalogs/zipper-catalog.js +54 -0
  55. package/dist/catalogs/zipper-catalog.js.map +1 -0
  56. package/dist/catalogs/zipper-supply.d.ts +10 -0
  57. package/dist/catalogs/zipper-supply.d.ts.map +1 -0
  58. package/dist/catalogs/zipper-supply.js +40 -0
  59. package/dist/catalogs/zipper-supply.js.map +1 -0
  60. package/dist/core-client.d.ts +155 -0
  61. package/dist/core-client.d.ts.map +1 -0
  62. package/dist/core-client.js +266 -0
  63. package/dist/core-client.js.map +1 -0
  64. package/dist/environment.d.ts +57 -0
  65. package/dist/environment.d.ts.map +1 -0
  66. package/dist/environment.js +153 -0
  67. package/dist/environment.js.map +1 -0
  68. package/dist/gen/auth/v1/address_book_pb.d.ts +2012 -0
  69. package/dist/gen/auth/v1/address_book_pb.d.ts.map +1 -0
  70. package/dist/gen/auth/v1/address_book_pb.js +505 -0
  71. package/dist/gen/auth/v1/address_book_pb.js.map +1 -0
  72. package/dist/gen/auth/v1/api_keys_pb.d.ts +496 -0
  73. package/dist/gen/auth/v1/api_keys_pb.d.ts.map +1 -0
  74. package/dist/gen/auth/v1/api_keys_pb.js +137 -0
  75. package/dist/gen/auth/v1/api_keys_pb.js.map +1 -0
  76. package/dist/gen/auth/v1/auth_pb.d.ts +523 -0
  77. package/dist/gen/auth/v1/auth_pb.d.ts.map +1 -0
  78. package/dist/gen/auth/v1/auth_pb.js +313 -0
  79. package/dist/gen/auth/v1/auth_pb.js.map +1 -0
  80. package/dist/gen/auth/v1/mfa_pb.d.ts +1020 -0
  81. package/dist/gen/auth/v1/mfa_pb.d.ts.map +1 -0
  82. package/dist/gen/auth/v1/mfa_pb.js +315 -0
  83. package/dist/gen/auth/v1/mfa_pb.js.map +1 -0
  84. package/dist/gen/auth/v1/policies_pb.d.ts +1410 -0
  85. package/dist/gen/auth/v1/policies_pb.d.ts.map +1 -0
  86. package/dist/gen/auth/v1/policies_pb.js +341 -0
  87. package/dist/gen/auth/v1/policies_pb.js.map +1 -0
  88. package/dist/gen/auth/v1/profile_pb.d.ts +370 -0
  89. package/dist/gen/auth/v1/profile_pb.d.ts.map +1 -0
  90. package/dist/gen/auth/v1/profile_pb.js +114 -0
  91. package/dist/gen/auth/v1/profile_pb.js.map +1 -0
  92. package/dist/gen/auth/v1/resolve_pb.d.ts +174 -0
  93. package/dist/gen/auth/v1/resolve_pb.d.ts.map +1 -0
  94. package/dist/gen/auth/v1/resolve_pb.js +80 -0
  95. package/dist/gen/auth/v1/resolve_pb.js.map +1 -0
  96. package/dist/gen/auth/v1/social_verification_pb.d.ts +408 -0
  97. package/dist/gen/auth/v1/social_verification_pb.d.ts.map +1 -0
  98. package/dist/gen/auth/v1/social_verification_pb.js +196 -0
  99. package/dist/gen/auth/v1/social_verification_pb.js.map +1 -0
  100. package/dist/gen/auth/v1/subaccounts_pb.d.ts +1490 -0
  101. package/dist/gen/auth/v1/subaccounts_pb.d.ts.map +1 -0
  102. package/dist/gen/auth/v1/subaccounts_pb.js +574 -0
  103. package/dist/gen/auth/v1/subaccounts_pb.js.map +1 -0
  104. package/dist/gen/chain/analytics/v1/analytics_read_pb.d.ts +426 -0
  105. package/dist/gen/chain/analytics/v1/analytics_read_pb.d.ts.map +1 -0
  106. package/dist/gen/chain/analytics/v1/analytics_read_pb.js +119 -0
  107. package/dist/gen/chain/analytics/v1/analytics_read_pb.js.map +1 -0
  108. package/dist/gen/chain/deposit/v1/deposit_pb.d.ts +158 -0
  109. package/dist/gen/chain/deposit/v1/deposit_pb.d.ts.map +1 -0
  110. package/dist/gen/chain/deposit/v1/deposit_pb.js +52 -0
  111. package/dist/gen/chain/deposit/v1/deposit_pb.js.map +1 -0
  112. package/dist/gen/chain/guard/v1/guard_signer_pb.d.ts +588 -0
  113. package/dist/gen/chain/guard/v1/guard_signer_pb.d.ts.map +1 -0
  114. package/dist/gen/chain/guard/v1/guard_signer_pb.js +195 -0
  115. package/dist/gen/chain/guard/v1/guard_signer_pb.js.map +1 -0
  116. package/dist/gen/chain/lifecycle/v1/lifecycle_read_pb.d.ts +1297 -0
  117. package/dist/gen/chain/lifecycle/v1/lifecycle_read_pb.d.ts.map +1 -0
  118. package/dist/gen/chain/lifecycle/v1/lifecycle_read_pb.js +408 -0
  119. package/dist/gen/chain/lifecycle/v1/lifecycle_read_pb.js.map +1 -0
  120. package/dist/gen/chain/lifecycle/v1/types_pb.d.ts +359 -0
  121. package/dist/gen/chain/lifecycle/v1/types_pb.d.ts.map +1 -0
  122. package/dist/gen/chain/lifecycle/v1/types_pb.js +322 -0
  123. package/dist/gen/chain/lifecycle/v1/types_pb.js.map +1 -0
  124. package/dist/gen/chain/withdraw/v1/withdraw_pb.d.ts +236 -0
  125. package/dist/gen/chain/withdraw/v1/withdraw_pb.d.ts.map +1 -0
  126. package/dist/gen/chain/withdraw/v1/withdraw_pb.js +79 -0
  127. package/dist/gen/chain/withdraw/v1/withdraw_pb.js.map +1 -0
  128. package/dist/gen/chain/zipper/v1/reason_pb.d.ts +349 -0
  129. package/dist/gen/chain/zipper/v1/reason_pb.d.ts.map +1 -0
  130. package/dist/gen/chain/zipper/v1/reason_pb.js +330 -0
  131. package/dist/gen/chain/zipper/v1/reason_pb.js.map +1 -0
  132. package/dist/gen/chain/zipper/v1/zipper_pb.d.ts +396 -0
  133. package/dist/gen/chain/zipper/v1/zipper_pb.d.ts.map +1 -0
  134. package/dist/gen/chain/zipper/v1/zipper_pb.js +70 -0
  135. package/dist/gen/chain/zipper/v1/zipper_pb.js.map +1 -0
  136. package/dist/gen/collab/v1/whiteboard_pb.d.ts +829 -0
  137. package/dist/gen/collab/v1/whiteboard_pb.d.ts.map +1 -0
  138. package/dist/gen/collab/v1/whiteboard_pb.js +250 -0
  139. package/dist/gen/collab/v1/whiteboard_pb.js.map +1 -0
  140. package/dist/gen/index.d.ts +35 -0
  141. package/dist/gen/index.js +35 -0
  142. package/dist/gen/layout/v1/layout_pb.d.ts +1289 -0
  143. package/dist/gen/layout/v1/layout_pb.d.ts.map +1 -0
  144. package/dist/gen/layout/v1/layout_pb.js +313 -0
  145. package/dist/gen/layout/v1/layout_pb.js.map +1 -0
  146. package/dist/gen/ledger/read/v1/ledger_read_pb.d.ts +1000 -0
  147. package/dist/gen/ledger/read/v1/ledger_read_pb.d.ts.map +1 -0
  148. package/dist/gen/ledger/read/v1/ledger_read_pb.js +347 -0
  149. package/dist/gen/ledger/read/v1/ledger_read_pb.js.map +1 -0
  150. package/dist/gen/ledger/v1/catalog_pb.d.ts +129 -0
  151. package/dist/gen/ledger/v1/catalog_pb.d.ts.map +1 -0
  152. package/dist/gen/ledger/v1/catalog_pb.js +138 -0
  153. package/dist/gen/ledger/v1/catalog_pb.js.map +1 -0
  154. package/dist/gen/marketdata/v1/heatmap_pb.d.ts +571 -0
  155. package/dist/gen/marketdata/v1/heatmap_pb.d.ts.map +1 -0
  156. package/dist/gen/marketdata/v1/heatmap_pb.js +194 -0
  157. package/dist/gen/marketdata/v1/heatmap_pb.js.map +1 -0
  158. package/dist/gen/marketdata/v1/marketdata_pb.d.ts +1015 -0
  159. package/dist/gen/marketdata/v1/marketdata_pb.d.ts.map +1 -0
  160. package/dist/gen/marketdata/v1/marketdata_pb.js +274 -0
  161. package/dist/gen/marketdata/v1/marketdata_pb.js.map +1 -0
  162. package/dist/gen/marketoverview/v1/marketoverview_pb.d.ts +419 -0
  163. package/dist/gen/marketoverview/v1/marketoverview_pb.d.ts.map +1 -0
  164. package/dist/gen/marketoverview/v1/marketoverview_pb.js +212 -0
  165. package/dist/gen/marketoverview/v1/marketoverview_pb.js.map +1 -0
  166. package/dist/gen/orderbook/v1/orderbook_pb.d.ts +260 -0
  167. package/dist/gen/orderbook/v1/orderbook_pb.d.ts.map +1 -0
  168. package/dist/gen/orderbook/v1/orderbook_pb.js +119 -0
  169. package/dist/gen/orderbook/v1/orderbook_pb.js.map +1 -0
  170. package/dist/gen/orders/v1/orders_pb.d.ts +2497 -0
  171. package/dist/gen/orders/v1/orders_pb.d.ts.map +1 -0
  172. package/dist/gen/orders/v1/orders_pb.js +1043 -0
  173. package/dist/gen/orders/v1/orders_pb.js.map +1 -0
  174. package/dist/gen/orders/v1/orders_read_pb.d.ts +1322 -0
  175. package/dist/gen/orders/v1/orders_read_pb.d.ts.map +1 -0
  176. package/dist/gen/orders/v1/orders_read_pb.js +408 -0
  177. package/dist/gen/orders/v1/orders_read_pb.js.map +1 -0
  178. package/dist/gen/polychart/events/v1/polychart_events_pb.d.ts +192 -0
  179. package/dist/gen/polychart/events/v1/polychart_events_pb.d.ts.map +1 -0
  180. package/dist/gen/polychart/events/v1/polychart_events_pb.js +57 -0
  181. package/dist/gen/polychart/events/v1/polychart_events_pb.js.map +1 -0
  182. package/dist/gen/polychart/v1/polychart_pb.d.ts +1208 -0
  183. package/dist/gen/polychart/v1/polychart_pb.d.ts.map +1 -0
  184. package/dist/gen/polychart/v1/polychart_pb.js +244 -0
  185. package/dist/gen/polychart/v1/polychart_pb.js.map +1 -0
  186. package/dist/gen/polyester/api/options_pb.d.ts +67 -0
  187. package/dist/gen/polyester/api/options_pb.d.ts.map +1 -0
  188. package/dist/gen/polyester/api/options_pb.js +76 -0
  189. package/dist/gen/polyester/api/options_pb.js.map +1 -0
  190. package/dist/gen/polyester/type/v1/u128_pb.d.ts +42 -0
  191. package/dist/gen/polyester/type/v1/u128_pb.d.ts.map +1 -0
  192. package/dist/gen/polyester/type/v1/u128_pb.js +20 -0
  193. package/dist/gen/polyester/type/v1/u128_pb.js.map +1 -0
  194. package/dist/gen/tradews/v1/trade_ws_pb.d.ts +316 -0
  195. package/dist/gen/tradews/v1/trade_ws_pb.d.ts.map +1 -0
  196. package/dist/gen/tradews/v1/trade_ws_pb.js +63 -0
  197. package/dist/gen/tradews/v1/trade_ws_pb.js.map +1 -0
  198. package/dist/gen/transfer/v1/internal_transfer_pb.d.ts +235 -0
  199. package/dist/gen/transfer/v1/internal_transfer_pb.d.ts.map +1 -0
  200. package/dist/gen/transfer/v1/internal_transfer_pb.js +81 -0
  201. package/dist/gen/transfer/v1/internal_transfer_pb.js.map +1 -0
  202. package/dist/gen/triggers/v1/triggers_pb.d.ts +1731 -0
  203. package/dist/gen/triggers/v1/triggers_pb.d.ts.map +1 -0
  204. package/dist/gen/triggers/v1/triggers_pb.js +413 -0
  205. package/dist/gen/triggers/v1/triggers_pb.js.map +1 -0
  206. package/dist/index.d.ts +100 -0
  207. package/dist/index.js +18 -0
  208. package/dist/realtime/client.d.ts +18 -0
  209. package/dist/realtime/client.d.ts.map +1 -0
  210. package/dist/realtime/client.js +420 -0
  211. package/dist/realtime/client.js.map +1 -0
  212. package/dist/realtime/index.d.ts +3 -0
  213. package/dist/realtime/snapshot-then-stream.js +144 -0
  214. package/dist/realtime/snapshot-then-stream.js.map +1 -0
  215. package/dist/realtime/types.d.ts +41 -0
  216. package/dist/realtime/types.d.ts.map +1 -0
  217. package/dist/server-client.d.ts +73 -0
  218. package/dist/server-client.d.ts.map +1 -0
  219. package/dist/server-client.js +126 -0
  220. package/dist/server-client.js.map +1 -0
  221. package/dist/server-session.d.ts +4 -0
  222. package/dist/server-session.js +3 -0
  223. package/dist/services/accounts/accounts.codecs.js +17 -0
  224. package/dist/services/accounts/accounts.codecs.js.map +1 -0
  225. package/dist/services/accounts/accounts.d.ts +18 -0
  226. package/dist/services/accounts/accounts.d.ts.map +1 -0
  227. package/dist/services/accounts/accounts.js +27 -0
  228. package/dist/services/accounts/accounts.js.map +1 -0
  229. package/dist/services/accounts/accounts.schemas.d.ts +20 -0
  230. package/dist/services/accounts/accounts.schemas.d.ts.map +1 -0
  231. package/dist/services/accounts/accounts.schemas.js +28 -0
  232. package/dist/services/accounts/accounts.schemas.js.map +1 -0
  233. package/dist/services/accounts/accounts.types.d.ts +2 -0
  234. package/dist/services/accounts/index.d.ts +3 -0
  235. package/dist/services/address-book/address-book.codecs.d.ts +1 -0
  236. package/dist/services/address-book/address-book.codecs.js +61 -0
  237. package/dist/services/address-book/address-book.codecs.js.map +1 -0
  238. package/dist/services/address-book/address-book.d.ts +95 -0
  239. package/dist/services/address-book/address-book.d.ts.map +1 -0
  240. package/dist/services/address-book/address-book.js +166 -0
  241. package/dist/services/address-book/address-book.js.map +1 -0
  242. package/dist/services/address-book/address-book.schemas.d.ts +1140 -0
  243. package/dist/services/address-book/address-book.schemas.d.ts.map +1 -0
  244. package/dist/services/address-book/address-book.schemas.js +343 -0
  245. package/dist/services/address-book/address-book.schemas.js.map +1 -0
  246. package/dist/services/address-book/address-book.types.d.ts +2 -0
  247. package/dist/services/address-book/index.d.ts +4 -0
  248. package/dist/services/api-keys/api-keys.codecs.js +24 -0
  249. package/dist/services/api-keys/api-keys.codecs.js.map +1 -0
  250. package/dist/services/api-keys/api-keys.d.ts +62 -0
  251. package/dist/services/api-keys/api-keys.d.ts.map +1 -0
  252. package/dist/services/api-keys/api-keys.js +104 -0
  253. package/dist/services/api-keys/api-keys.js.map +1 -0
  254. package/dist/services/api-keys/api-keys.schemas.d.ts +181 -0
  255. package/dist/services/api-keys/api-keys.schemas.d.ts.map +1 -0
  256. package/dist/services/api-keys/api-keys.schemas.js +111 -0
  257. package/dist/services/api-keys/api-keys.schemas.js.map +1 -0
  258. package/dist/services/api-keys/api-keys.types.d.ts +2 -0
  259. package/dist/services/api-keys/index.d.ts +3 -0
  260. package/dist/services/auth/account-signer-auth.d.ts +131 -0
  261. package/dist/services/auth/account-signer-auth.d.ts.map +1 -0
  262. package/dist/services/auth/account-signer-auth.js +337 -0
  263. package/dist/services/auth/account-signer-auth.js.map +1 -0
  264. package/dist/services/auth/auth.d.ts +91 -0
  265. package/dist/services/auth/auth.d.ts.map +1 -0
  266. package/dist/services/auth/auth.js +71 -0
  267. package/dist/services/auth/auth.js.map +1 -0
  268. package/dist/services/auth/auth.types.d.ts +3 -0
  269. package/dist/services/auth/cookie-constants.d.ts +6 -0
  270. package/dist/services/auth/cookie-constants.d.ts.map +1 -0
  271. package/dist/services/auth/cookie-constants.js +8 -0
  272. package/dist/services/auth/cookie-constants.js.map +1 -0
  273. package/dist/services/auth/profile/profile.d.ts +35 -0
  274. package/dist/services/auth/profile/profile.d.ts.map +1 -0
  275. package/dist/services/auth/profile/profile.js +61 -0
  276. package/dist/services/auth/profile/profile.js.map +1 -0
  277. package/dist/services/auth/profile/profile.schemas.d.ts +58 -0
  278. package/dist/services/auth/profile/profile.schemas.d.ts.map +1 -0
  279. package/dist/services/auth/profile/profile.schemas.js +39 -0
  280. package/dist/services/auth/profile/profile.schemas.js.map +1 -0
  281. package/dist/services/auth/profile/profile.types.d.ts +2 -0
  282. package/dist/services/auth/session-codec.js +22 -0
  283. package/dist/services/auth/session-codec.js.map +1 -0
  284. package/dist/services/auth/session.d.ts +51 -0
  285. package/dist/services/auth/session.d.ts.map +1 -0
  286. package/dist/services/auth/session.js +200 -0
  287. package/dist/services/auth/session.js.map +1 -0
  288. package/dist/services/auth/session.schemas.js +41 -0
  289. package/dist/services/auth/session.schemas.js.map +1 -0
  290. package/dist/services/auth/session.types.d.ts +70 -0
  291. package/dist/services/auth/session.types.d.ts.map +1 -0
  292. package/dist/services/auth/token-storage.d.ts +27 -0
  293. package/dist/services/auth/token-storage.d.ts.map +1 -0
  294. package/dist/services/auth/token-storage.js +61 -0
  295. package/dist/services/auth/token-storage.js.map +1 -0
  296. package/dist/services/balances/balances.codecs.js +29 -0
  297. package/dist/services/balances/balances.codecs.js.map +1 -0
  298. package/dist/services/balances/balances.d.ts +39 -0
  299. package/dist/services/balances/balances.d.ts.map +1 -0
  300. package/dist/services/balances/balances.js +85 -0
  301. package/dist/services/balances/balances.js.map +1 -0
  302. package/dist/services/balances/balances.merge.d.ts +9 -0
  303. package/dist/services/balances/balances.merge.d.ts.map +1 -0
  304. package/dist/services/balances/balances.merge.js +31 -0
  305. package/dist/services/balances/balances.merge.js.map +1 -0
  306. package/dist/services/balances/balances.schemas.d.ts +265 -0
  307. package/dist/services/balances/balances.schemas.d.ts.map +1 -0
  308. package/dist/services/balances/balances.schemas.js +167 -0
  309. package/dist/services/balances/balances.schemas.js.map +1 -0
  310. package/dist/services/balances/balances.types.d.ts +2 -0
  311. package/dist/services/balances/index.d.ts +4 -0
  312. package/dist/services/candles/candles.codecs.js +48 -0
  313. package/dist/services/candles/candles.codecs.js.map +1 -0
  314. package/dist/services/candles/candles.d.ts +45 -0
  315. package/dist/services/candles/candles.d.ts.map +1 -0
  316. package/dist/services/candles/candles.js +108 -0
  317. package/dist/services/candles/candles.js.map +1 -0
  318. package/dist/services/candles/candles.schemas.d.ts +182 -0
  319. package/dist/services/candles/candles.schemas.d.ts.map +1 -0
  320. package/dist/services/candles/candles.schemas.js +154 -0
  321. package/dist/services/candles/candles.schemas.js.map +1 -0
  322. package/dist/services/candles/candles.types.d.ts +2 -0
  323. package/dist/services/candles/index.d.ts +3 -0
  324. package/dist/services/chain-analytics/chain-analytics.codecs.d.ts +1 -0
  325. package/dist/services/chain-analytics/chain-analytics.codecs.js +33 -0
  326. package/dist/services/chain-analytics/chain-analytics.codecs.js.map +1 -0
  327. package/dist/services/chain-analytics/chain-analytics.d.ts +27 -0
  328. package/dist/services/chain-analytics/chain-analytics.d.ts.map +1 -0
  329. package/dist/services/chain-analytics/chain-analytics.js +48 -0
  330. package/dist/services/chain-analytics/chain-analytics.js.map +1 -0
  331. package/dist/services/chain-analytics/chain-analytics.schemas.d.ts +192 -0
  332. package/dist/services/chain-analytics/chain-analytics.schemas.d.ts.map +1 -0
  333. package/dist/services/chain-analytics/chain-analytics.schemas.js +100 -0
  334. package/dist/services/chain-analytics/chain-analytics.schemas.js.map +1 -0
  335. package/dist/services/chain-analytics/chain-analytics.types.d.ts +2 -0
  336. package/dist/services/chain-analytics/index.d.ts +4 -0
  337. package/dist/services/deposit/deposit.d.ts +23 -0
  338. package/dist/services/deposit/deposit.d.ts.map +1 -0
  339. package/dist/services/deposit/deposit.js +42 -0
  340. package/dist/services/deposit/deposit.js.map +1 -0
  341. package/dist/services/deposit/deposit.schemas.d.ts +40 -0
  342. package/dist/services/deposit/deposit.schemas.d.ts.map +1 -0
  343. package/dist/services/deposit/deposit.schemas.js +27 -0
  344. package/dist/services/deposit/deposit.schemas.js.map +1 -0
  345. package/dist/services/deposit/deposit.types.d.ts +2 -0
  346. package/dist/services/deposit/index.d.ts +3 -0
  347. package/dist/services/guard-signer/guard-signer.codecs.d.ts +1 -0
  348. package/dist/services/guard-signer/guard-signer.codecs.js +33 -0
  349. package/dist/services/guard-signer/guard-signer.codecs.js.map +1 -0
  350. package/dist/services/guard-signer/guard-signer.d.ts +40 -0
  351. package/dist/services/guard-signer/guard-signer.d.ts.map +1 -0
  352. package/dist/services/guard-signer/guard-signer.js +85 -0
  353. package/dist/services/guard-signer/guard-signer.js.map +1 -0
  354. package/dist/services/guard-signer/guard-signer.schemas.d.ts +269 -0
  355. package/dist/services/guard-signer/guard-signer.schemas.d.ts.map +1 -0
  356. package/dist/services/guard-signer/guard-signer.schemas.js +93 -0
  357. package/dist/services/guard-signer/guard-signer.schemas.js.map +1 -0
  358. package/dist/services/guard-signer/guard-signer.types.d.ts +2 -0
  359. package/dist/services/guard-signer/index.d.ts +4 -0
  360. package/dist/services/heatmap/heatmap.codecs.d.ts +11 -0
  361. package/dist/services/heatmap/heatmap.codecs.d.ts.map +1 -0
  362. package/dist/services/heatmap/heatmap.codecs.js +76 -0
  363. package/dist/services/heatmap/heatmap.codecs.js.map +1 -0
  364. package/dist/services/heatmap/heatmap.d.ts +33 -0
  365. package/dist/services/heatmap/heatmap.d.ts.map +1 -0
  366. package/dist/services/heatmap/heatmap.js +79 -0
  367. package/dist/services/heatmap/heatmap.js.map +1 -0
  368. package/dist/services/heatmap/heatmap.schemas.d.ts +412 -0
  369. package/dist/services/heatmap/heatmap.schemas.d.ts.map +1 -0
  370. package/dist/services/heatmap/heatmap.schemas.js +174 -0
  371. package/dist/services/heatmap/heatmap.schemas.js.map +1 -0
  372. package/dist/services/heatmap/heatmap.types.d.ts +3 -0
  373. package/dist/services/heatmap/index.d.ts +4 -0
  374. package/dist/services/internal-transfers/index.d.ts +3 -0
  375. package/dist/services/internal-transfers/internal-transfers.codecs.js +10 -0
  376. package/dist/services/internal-transfers/internal-transfers.codecs.js.map +1 -0
  377. package/dist/services/internal-transfers/internal-transfers.d.ts +20 -0
  378. package/dist/services/internal-transfers/internal-transfers.d.ts.map +1 -0
  379. package/dist/services/internal-transfers/internal-transfers.js +39 -0
  380. package/dist/services/internal-transfers/internal-transfers.js.map +1 -0
  381. package/dist/services/internal-transfers/internal-transfers.schemas.d.ts +174 -0
  382. package/dist/services/internal-transfers/internal-transfers.schemas.d.ts.map +1 -0
  383. package/dist/services/internal-transfers/internal-transfers.schemas.js +90 -0
  384. package/dist/services/internal-transfers/internal-transfers.schemas.js.map +1 -0
  385. package/dist/services/internal-transfers/internal-transfers.types.d.ts +2 -0
  386. package/dist/services/lifecycle/index.d.ts +4 -0
  387. package/dist/services/lifecycle/lifecycle.codecs.d.ts +23 -0
  388. package/dist/services/lifecycle/lifecycle.codecs.d.ts.map +1 -0
  389. package/dist/services/lifecycle/lifecycle.codecs.js +171 -0
  390. package/dist/services/lifecycle/lifecycle.codecs.js.map +1 -0
  391. package/dist/services/lifecycle/lifecycle.d.ts +42 -0
  392. package/dist/services/lifecycle/lifecycle.d.ts.map +1 -0
  393. package/dist/services/lifecycle/lifecycle.js +87 -0
  394. package/dist/services/lifecycle/lifecycle.js.map +1 -0
  395. package/dist/services/lifecycle/lifecycle.schemas.d.ts +2107 -0
  396. package/dist/services/lifecycle/lifecycle.schemas.d.ts.map +1 -0
  397. package/dist/services/lifecycle/lifecycle.schemas.js +282 -0
  398. package/dist/services/lifecycle/lifecycle.schemas.js.map +1 -0
  399. package/dist/services/lifecycle/lifecycle.types.d.ts +2 -0
  400. package/dist/services/market-data/index.d.ts +4 -0
  401. package/dist/services/market-data/market-data.codecs.js +18 -0
  402. package/dist/services/market-data/market-data.codecs.js.map +1 -0
  403. package/dist/services/market-data/market-data.d.ts +40 -0
  404. package/dist/services/market-data/market-data.d.ts.map +1 -0
  405. package/dist/services/market-data/market-data.js +75 -0
  406. package/dist/services/market-data/market-data.js.map +1 -0
  407. package/dist/services/market-data/market-data.schemas.d.ts +56 -0
  408. package/dist/services/market-data/market-data.schemas.d.ts.map +1 -0
  409. package/dist/services/market-data/market-data.schemas.js +178 -0
  410. package/dist/services/market-data/market-data.schemas.js.map +1 -0
  411. package/dist/services/market-data/market-data.types.d.ts +3 -0
  412. package/dist/services/market-overview/index.d.ts +4 -0
  413. package/dist/services/market-overview/market-overview.codecs.d.ts +1 -0
  414. package/dist/services/market-overview/market-overview.codecs.js +44 -0
  415. package/dist/services/market-overview/market-overview.codecs.js.map +1 -0
  416. package/dist/services/market-overview/market-overview.d.ts +32 -0
  417. package/dist/services/market-overview/market-overview.d.ts.map +1 -0
  418. package/dist/services/market-overview/market-overview.js +100 -0
  419. package/dist/services/market-overview/market-overview.js.map +1 -0
  420. package/dist/services/market-overview/market-overview.schemas.d.ts +85 -0
  421. package/dist/services/market-overview/market-overview.schemas.d.ts.map +1 -0
  422. package/dist/services/market-overview/market-overview.schemas.js +71 -0
  423. package/dist/services/market-overview/market-overview.schemas.js.map +1 -0
  424. package/dist/services/market-overview/market-overview.types.d.ts +2 -0
  425. package/dist/services/mfa/index.d.ts +4 -0
  426. package/dist/services/mfa/mfa.codecs.d.ts +1 -0
  427. package/dist/services/mfa/mfa.codecs.js +44 -0
  428. package/dist/services/mfa/mfa.codecs.js.map +1 -0
  429. package/dist/services/mfa/mfa.d.ts +74 -0
  430. package/dist/services/mfa/mfa.d.ts.map +1 -0
  431. package/dist/services/mfa/mfa.js +139 -0
  432. package/dist/services/mfa/mfa.js.map +1 -0
  433. package/dist/services/mfa/mfa.schemas.d.ts +392 -0
  434. package/dist/services/mfa/mfa.schemas.d.ts.map +1 -0
  435. package/dist/services/mfa/mfa.schemas.js +132 -0
  436. package/dist/services/mfa/mfa.schemas.js.map +1 -0
  437. package/dist/services/mfa/mfa.types.d.ts +2 -0
  438. package/dist/services/orderbook/index.d.ts +3 -0
  439. package/dist/services/orderbook/orderbook.codecs.js +45 -0
  440. package/dist/services/orderbook/orderbook.codecs.js.map +1 -0
  441. package/dist/services/orderbook/orderbook.d.ts +42 -0
  442. package/dist/services/orderbook/orderbook.d.ts.map +1 -0
  443. package/dist/services/orderbook/orderbook.js +193 -0
  444. package/dist/services/orderbook/orderbook.js.map +1 -0
  445. package/dist/services/orderbook/orderbook.schemas.d.ts +68 -0
  446. package/dist/services/orderbook/orderbook.schemas.d.ts.map +1 -0
  447. package/dist/services/orderbook/orderbook.schemas.js +43 -0
  448. package/dist/services/orderbook/orderbook.schemas.js.map +1 -0
  449. package/dist/services/orderbook/orderbook.types.d.ts +3 -0
  450. package/dist/services/orders/index.d.ts +9 -0
  451. package/dist/services/orders/order-enums.codecs.js +85 -0
  452. package/dist/services/orders/order-enums.codecs.js.map +1 -0
  453. package/dist/services/orders/order-errors.schemas.d.ts +7 -0
  454. package/dist/services/orders/order-errors.schemas.d.ts.map +1 -0
  455. package/dist/services/orders/order-errors.schemas.js +20 -0
  456. package/dist/services/orders/order-errors.schemas.js.map +1 -0
  457. package/dist/services/orders/orders-batch.schemas.d.ts +2979 -0
  458. package/dist/services/orders/orders-batch.schemas.d.ts.map +1 -0
  459. package/dist/services/orders/orders-batch.schemas.js +282 -0
  460. package/dist/services/orders/orders-batch.schemas.js.map +1 -0
  461. package/dist/services/orders/orders-identifiers.schemas.js +11 -0
  462. package/dist/services/orders/orders-identifiers.schemas.js.map +1 -0
  463. package/dist/services/orders/orders-input.schemas.d.ts +3738 -0
  464. package/dist/services/orders/orders-input.schemas.d.ts.map +1 -0
  465. package/dist/services/orders/orders-input.schemas.js +267 -0
  466. package/dist/services/orders/orders-input.schemas.js.map +1 -0
  467. package/dist/services/orders/orders-modify.schemas.d.ts +1774 -0
  468. package/dist/services/orders/orders-modify.schemas.d.ts.map +1 -0
  469. package/dist/services/orders/orders-modify.schemas.js +132 -0
  470. package/dist/services/orders/orders-modify.schemas.js.map +1 -0
  471. package/dist/services/orders/orders-output.schemas.d.ts +598 -0
  472. package/dist/services/orders/orders-output.schemas.d.ts.map +1 -0
  473. package/dist/services/orders/orders-output.schemas.js +139 -0
  474. package/dist/services/orders/orders-output.schemas.js.map +1 -0
  475. package/dist/services/orders/orders-risk.schemas.d.ts +1041 -0
  476. package/dist/services/orders/orders-risk.schemas.d.ts.map +1 -0
  477. package/dist/services/orders/orders-risk.schemas.js +251 -0
  478. package/dist/services/orders/orders-risk.schemas.js.map +1 -0
  479. package/dist/services/orders/orders.codecs.js +75 -0
  480. package/dist/services/orders/orders.codecs.js.map +1 -0
  481. package/dist/services/orders/orders.d.ts +88 -0
  482. package/dist/services/orders/orders.d.ts.map +1 -0
  483. package/dist/services/orders/orders.js +242 -0
  484. package/dist/services/orders/orders.js.map +1 -0
  485. package/dist/services/orders/orders.schemas.d.ts +7 -0
  486. package/dist/services/orders/orders.types.d.ts +8 -0
  487. package/dist/services/policies/api-key-policies/api-key-policies.d.ts +39 -0
  488. package/dist/services/policies/api-key-policies/api-key-policies.d.ts.map +1 -0
  489. package/dist/services/policies/api-key-policies/api-key-policies.js +74 -0
  490. package/dist/services/policies/api-key-policies/api-key-policies.js.map +1 -0
  491. package/dist/services/policies/api-key-policies/api-key-policies.schemas.d.ts +392 -0
  492. package/dist/services/policies/api-key-policies/api-key-policies.schemas.d.ts.map +1 -0
  493. package/dist/services/policies/api-key-policies/api-key-policies.schemas.js +169 -0
  494. package/dist/services/policies/api-key-policies/api-key-policies.schemas.js.map +1 -0
  495. package/dist/services/policies/api-key-policies/api-key-policies.types.d.ts +2 -0
  496. package/dist/services/policies/api-key-policies/index.d.ts +3 -0
  497. package/dist/services/policies/policies.types.d.ts +2 -0
  498. package/dist/services/policies/shared.codecs.js +61 -0
  499. package/dist/services/policies/shared.codecs.js.map +1 -0
  500. package/dist/services/policies/shared.d.ts +10 -0
  501. package/dist/services/policies/shared.d.ts.map +1 -0
  502. package/dist/services/policies/shared.js +33 -0
  503. package/dist/services/policies/shared.js.map +1 -0
  504. package/dist/services/policies/subaccount-policies/index.d.ts +3 -0
  505. package/dist/services/policies/subaccount-policies/subaccount-policies.d.ts +50 -0
  506. package/dist/services/policies/subaccount-policies/subaccount-policies.d.ts.map +1 -0
  507. package/dist/services/policies/subaccount-policies/subaccount-policies.js +93 -0
  508. package/dist/services/policies/subaccount-policies/subaccount-policies.js.map +1 -0
  509. package/dist/services/policies/subaccount-policies/subaccount-policies.schemas.d.ts +429 -0
  510. package/dist/services/policies/subaccount-policies/subaccount-policies.schemas.d.ts.map +1 -0
  511. package/dist/services/policies/subaccount-policies/subaccount-policies.schemas.js +300 -0
  512. package/dist/services/policies/subaccount-policies/subaccount-policies.schemas.js.map +1 -0
  513. package/dist/services/policies/subaccount-policies/subaccount-policies.types.d.ts +2 -0
  514. package/dist/services/shared.js +24 -0
  515. package/dist/services/shared.js.map +1 -0
  516. package/dist/services/social-verification/index.d.ts +3 -0
  517. package/dist/services/social-verification/social-verification.codecs.d.ts +1 -0
  518. package/dist/services/social-verification/social-verification.codecs.js +55 -0
  519. package/dist/services/social-verification/social-verification.codecs.js.map +1 -0
  520. package/dist/services/social-verification/social-verification.d.ts +27 -0
  521. package/dist/services/social-verification/social-verification.d.ts.map +1 -0
  522. package/dist/services/social-verification/social-verification.js +43 -0
  523. package/dist/services/social-verification/social-verification.js.map +1 -0
  524. package/dist/services/social-verification/social-verification.schemas.d.ts +96 -0
  525. package/dist/services/social-verification/social-verification.schemas.d.ts.map +1 -0
  526. package/dist/services/social-verification/social-verification.schemas.js +69 -0
  527. package/dist/services/social-verification/social-verification.schemas.js.map +1 -0
  528. package/dist/services/social-verification/social-verification.types.d.ts +2 -0
  529. package/dist/services/subaccount-resolver.d.ts +14 -0
  530. package/dist/services/subaccount-resolver.d.ts.map +1 -0
  531. package/dist/services/subaccount-resolver.js +33 -0
  532. package/dist/services/subaccount-resolver.js.map +1 -0
  533. package/dist/services/subaccounts/index.d.ts +3 -0
  534. package/dist/services/subaccounts/subaccounts.codecs.js +94 -0
  535. package/dist/services/subaccounts/subaccounts.codecs.js.map +1 -0
  536. package/dist/services/subaccounts/subaccounts.d.ts +102 -0
  537. package/dist/services/subaccounts/subaccounts.d.ts.map +1 -0
  538. package/dist/services/subaccounts/subaccounts.js +196 -0
  539. package/dist/services/subaccounts/subaccounts.js.map +1 -0
  540. package/dist/services/subaccounts/subaccounts.schemas.d.ts +257 -0
  541. package/dist/services/subaccounts/subaccounts.schemas.d.ts.map +1 -0
  542. package/dist/services/subaccounts/subaccounts.schemas.js +178 -0
  543. package/dist/services/subaccounts/subaccounts.schemas.js.map +1 -0
  544. package/dist/services/subaccounts/subaccounts.types.d.ts +2 -0
  545. package/dist/services/trades/index.d.ts +3 -0
  546. package/dist/services/trades/trades.codecs.js +10 -0
  547. package/dist/services/trades/trades.codecs.js.map +1 -0
  548. package/dist/services/trades/trades.d.ts +33 -0
  549. package/dist/services/trades/trades.d.ts.map +1 -0
  550. package/dist/services/trades/trades.js +64 -0
  551. package/dist/services/trades/trades.js.map +1 -0
  552. package/dist/services/trades/trades.schemas.d.ts +80 -0
  553. package/dist/services/trades/trades.schemas.d.ts.map +1 -0
  554. package/dist/services/trades/trades.schemas.js +66 -0
  555. package/dist/services/trades/trades.schemas.js.map +1 -0
  556. package/dist/services/trades/trades.types.d.ts +2 -0
  557. package/dist/services/trading-withdraws/index.d.ts +4 -0
  558. package/dist/services/trading-withdraws/trading-withdraws.codecs.d.ts +1 -0
  559. package/dist/services/trading-withdraws/trading-withdraws.codecs.js +10 -0
  560. package/dist/services/trading-withdraws/trading-withdraws.codecs.js.map +1 -0
  561. package/dist/services/trading-withdraws/trading-withdraws.d.ts +124 -0
  562. package/dist/services/trading-withdraws/trading-withdraws.d.ts.map +1 -0
  563. package/dist/services/trading-withdraws/trading-withdraws.js +218 -0
  564. package/dist/services/trading-withdraws/trading-withdraws.js.map +1 -0
  565. package/dist/services/trading-withdraws/trading-withdraws.schemas.d.ts +73 -0
  566. package/dist/services/trading-withdraws/trading-withdraws.schemas.d.ts.map +1 -0
  567. package/dist/services/trading-withdraws/trading-withdraws.schemas.js +95 -0
  568. package/dist/services/trading-withdraws/trading-withdraws.schemas.js.map +1 -0
  569. package/dist/services/trading-withdraws/trading-withdraws.types.d.ts +3 -0
  570. package/dist/services/trailing-oneof-inputs.js +49 -0
  571. package/dist/services/trailing-oneof-inputs.js.map +1 -0
  572. package/dist/services/transfers/index.d.ts +4 -0
  573. package/dist/services/transfers/transfers.codecs.d.ts +6 -0
  574. package/dist/services/transfers/transfers.codecs.d.ts.map +1 -0
  575. package/dist/services/transfers/transfers.codecs.js +15 -0
  576. package/dist/services/transfers/transfers.codecs.js.map +1 -0
  577. package/dist/services/transfers/transfers.d.ts +33 -0
  578. package/dist/services/transfers/transfers.d.ts.map +1 -0
  579. package/dist/services/transfers/transfers.js +63 -0
  580. package/dist/services/transfers/transfers.js.map +1 -0
  581. package/dist/services/transfers/transfers.schemas.d.ts +121 -0
  582. package/dist/services/transfers/transfers.schemas.d.ts.map +1 -0
  583. package/dist/services/transfers/transfers.schemas.js +77 -0
  584. package/dist/services/transfers/transfers.schemas.js.map +1 -0
  585. package/dist/services/transfers/transfers.types.d.ts +3 -0
  586. package/dist/services/triggers/index.d.ts +5 -0
  587. package/dist/services/triggers/trigger-child-order.schemas.js +89 -0
  588. package/dist/services/triggers/trigger-child-order.schemas.js.map +1 -0
  589. package/dist/services/triggers/trigger-input.schemas.d.ts +1009 -0
  590. package/dist/services/triggers/trigger-input.schemas.d.ts.map +1 -0
  591. package/dist/services/triggers/trigger-input.schemas.js +270 -0
  592. package/dist/services/triggers/trigger-input.schemas.js.map +1 -0
  593. package/dist/services/triggers/triggers-output.schemas.d.ts +688 -0
  594. package/dist/services/triggers/triggers-output.schemas.d.ts.map +1 -0
  595. package/dist/services/triggers/triggers-output.schemas.js +372 -0
  596. package/dist/services/triggers/triggers-output.schemas.js.map +1 -0
  597. package/dist/services/triggers/triggers.codecs.js +100 -0
  598. package/dist/services/triggers/triggers.codecs.js.map +1 -0
  599. package/dist/services/triggers/triggers.d.ts +71 -0
  600. package/dist/services/triggers/triggers.d.ts.map +1 -0
  601. package/dist/services/triggers/triggers.js +176 -0
  602. package/dist/services/triggers/triggers.js.map +1 -0
  603. package/dist/services/triggers/triggers.schemas.d.ts +3 -0
  604. package/dist/services/triggers/triggers.types.d.ts +5 -0
  605. package/dist/services/whiteboard/index.d.ts +3 -0
  606. package/dist/services/whiteboard/whiteboard.codecs.js +55 -0
  607. package/dist/services/whiteboard/whiteboard.codecs.js.map +1 -0
  608. package/dist/services/whiteboard/whiteboard.d.ts +42 -0
  609. package/dist/services/whiteboard/whiteboard.d.ts.map +1 -0
  610. package/dist/services/whiteboard/whiteboard.js +76 -0
  611. package/dist/services/whiteboard/whiteboard.js.map +1 -0
  612. package/dist/services/whiteboard/whiteboard.schemas.d.ts +771 -0
  613. package/dist/services/whiteboard/whiteboard.schemas.d.ts.map +1 -0
  614. package/dist/services/whiteboard/whiteboard.schemas.js +133 -0
  615. package/dist/services/whiteboard/whiteboard.schemas.js.map +1 -0
  616. package/dist/services/whiteboard/whiteboard.types.d.ts +2 -0
  617. package/dist/services/zipper/index.d.ts +4 -0
  618. package/dist/services/zipper/zipper.d.ts +28 -0
  619. package/dist/services/zipper/zipper.d.ts.map +1 -0
  620. package/dist/services/zipper/zipper.js +84 -0
  621. package/dist/services/zipper/zipper.js.map +1 -0
  622. package/dist/services/zipper/zipper.schemas.d.ts +13 -0
  623. package/dist/services/zipper/zipper.schemas.d.ts.map +1 -0
  624. package/dist/services/zipper/zipper.schemas.js +89 -0
  625. package/dist/services/zipper/zipper.schemas.js.map +1 -0
  626. package/dist/services/zipper/zipper.types.d.ts +4 -0
  627. package/dist/shared/account-scope.d.ts +17 -0
  628. package/dist/shared/account-scope.d.ts.map +1 -0
  629. package/dist/shared/account-scope.js +14 -0
  630. package/dist/shared/account-scope.js.map +1 -0
  631. package/dist/shared/catalog-config.d.ts +95 -0
  632. package/dist/shared/catalog-config.d.ts.map +1 -0
  633. package/dist/shared/catalog-config.js +12 -0
  634. package/dist/shared/catalog-config.js.map +1 -0
  635. package/dist/shared/connect-error-mapping.d.ts +23 -0
  636. package/dist/shared/connect-error-mapping.d.ts.map +1 -0
  637. package/dist/shared/connect-error-mapping.js +147 -0
  638. package/dist/shared/connect-error-mapping.js.map +1 -0
  639. package/dist/shared/decimal-surface.d.ts +18 -0
  640. package/dist/shared/decimal-surface.d.ts.map +1 -0
  641. package/dist/shared/decimal-surface.js +89 -0
  642. package/dist/shared/decimal-surface.js.map +1 -0
  643. package/dist/shared/errors.d.ts +242 -0
  644. package/dist/shared/errors.d.ts.map +1 -0
  645. package/dist/shared/errors.js +271 -0
  646. package/dist/shared/errors.js.map +1 -0
  647. package/dist/shared/ledger-codes.d.ts +9 -0
  648. package/dist/shared/ledger-codes.d.ts.map +1 -0
  649. package/dist/shared/ledger-codes.js +63 -0
  650. package/dist/shared/ledger-codes.js.map +1 -0
  651. package/dist/shared/proto-enum-codec.js +13 -0
  652. package/dist/shared/proto-enum-codec.js.map +1 -0
  653. package/dist/shared/reconciliation.d.ts +14 -0
  654. package/dist/shared/reconciliation.d.ts.map +1 -0
  655. package/dist/shared/reconciliation.js +30 -0
  656. package/dist/shared/reconciliation.js.map +1 -0
  657. package/dist/shared/request-options.d.ts +10 -0
  658. package/dist/shared/request-options.d.ts.map +1 -0
  659. package/dist/shared/request-options.js +22 -0
  660. package/dist/shared/request-options.js.map +1 -0
  661. package/dist/shared/schemas.js +65 -0
  662. package/dist/shared/schemas.js.map +1 -0
  663. package/dist/shared/subscription-errors.d.ts +14 -0
  664. package/dist/shared/subscription-errors.d.ts.map +1 -0
  665. package/dist/shared/subscription-errors.js +49 -0
  666. package/dist/shared/subscription-errors.js.map +1 -0
  667. package/dist/shared/transports.d.ts +28 -0
  668. package/dist/shared/transports.d.ts.map +1 -0
  669. package/dist/shared/transports.js +111 -0
  670. package/dist/shared/transports.js.map +1 -0
  671. package/dist/shared/types.d.ts +11 -0
  672. package/dist/shared/types.d.ts.map +1 -0
  673. package/dist/smart-account/index.d.ts +2 -0
  674. package/dist/smart-account/index.js +2 -0
  675. package/dist/smart-account/smart-account.d.ts +3093 -0
  676. package/dist/smart-account/smart-account.d.ts.map +1 -0
  677. package/dist/smart-account/smart-account.js +94 -0
  678. package/dist/smart-account/smart-account.js.map +1 -0
  679. package/dist/utils/base58-id.js +110 -0
  680. package/dist/utils/base58-id.js.map +1 -0
  681. package/dist/utils/columnar-time.d.ts +11 -0
  682. package/dist/utils/columnar-time.d.ts.map +1 -0
  683. package/dist/utils/columnar-time.js +30 -0
  684. package/dist/utils/columnar-time.js.map +1 -0
  685. package/dist/utils/connect-mfa-errors.d.ts +23 -0
  686. package/dist/utils/connect-mfa-errors.d.ts.map +1 -0
  687. package/dist/utils/connect-mfa-errors.js +34 -0
  688. package/dist/utils/connect-mfa-errors.js.map +1 -0
  689. package/dist/utils/connect-order-errors.d.ts +9 -0
  690. package/dist/utils/connect-order-errors.d.ts.map +1 -0
  691. package/dist/utils/connect-order-errors.js +20 -0
  692. package/dist/utils/connect-order-errors.js.map +1 -0
  693. package/dist/utils/cookie-es/_utils.js +41 -0
  694. package/dist/utils/cookie-es/_utils.js.map +1 -0
  695. package/dist/utils/cookie-es/cookie/parse.js +53 -0
  696. package/dist/utils/cookie-es/cookie/parse.js.map +1 -0
  697. package/dist/utils/cookie-es/cookie/serialize.js +145 -0
  698. package/dist/utils/cookie-es/cookie/serialize.js.map +1 -0
  699. package/dist/utils/cookies.d.ts +7 -0
  700. package/dist/utils/cookies.d.ts.map +1 -0
  701. package/dist/utils/cookies.js +110 -0
  702. package/dist/utils/cookies.js.map +1 -0
  703. package/dist/utils/errors.d.ts +36 -0
  704. package/dist/utils/errors.d.ts.map +1 -0
  705. package/dist/utils/errors.js +111 -0
  706. package/dist/utils/errors.js.map +1 -0
  707. package/dist/utils/event-emitter.d.ts +31 -0
  708. package/dist/utils/event-emitter.d.ts.map +1 -0
  709. package/dist/utils/event-emitter.js +51 -0
  710. package/dist/utils/event-emitter.js.map +1 -0
  711. package/dist/utils/evm.d.ts +33 -0
  712. package/dist/utils/evm.d.ts.map +1 -0
  713. package/dist/utils/evm.js +53 -0
  714. package/dist/utils/evm.js.map +1 -0
  715. package/dist/utils/is-dev.js +57 -0
  716. package/dist/utils/is-dev.js.map +1 -0
  717. package/dist/utils/jwt.d.ts +8 -0
  718. package/dist/utils/jwt.d.ts.map +1 -0
  719. package/dist/utils/jwt.js +74 -0
  720. package/dist/utils/jwt.js.map +1 -0
  721. package/dist/utils/numbers.js +60 -0
  722. package/dist/utils/numbers.js.map +1 -0
  723. package/dist/utils/proto-patch.js +29 -0
  724. package/dist/utils/proto-patch.js.map +1 -0
  725. package/dist/utils/remove-undefined.js +12 -0
  726. package/dist/utils/remove-undefined.js.map +1 -0
  727. package/dist/utils/streams.js +19 -0
  728. package/dist/utils/streams.js.map +1 -0
  729. package/dist/utils/time.d.ts +22 -0
  730. package/dist/utils/time.d.ts.map +1 -0
  731. package/dist/utils/time.js +71 -0
  732. package/dist/utils/time.js.map +1 -0
  733. package/dist/utils/timestamp.js +52 -0
  734. package/dist/utils/timestamp.js.map +1 -0
  735. package/dist/utils/types.d.ts +6 -0
  736. package/dist/utils/types.d.ts.map +1 -0
  737. package/dist/utils/u128.d.ts +8 -0
  738. package/dist/utils/u128.d.ts.map +1 -0
  739. package/dist/utils/u128.js +43 -0
  740. package/dist/utils/u128.js.map +1 -0
  741. package/dist/wired-services.d.ts +15 -0
  742. package/dist/wired-services.d.ts.map +1 -0
  743. package/dist/wired-services.js +67 -0
  744. package/dist/wired-services.js.map +1 -0
  745. package/package.json +117 -0
@@ -0,0 +1,1297 @@
1
+ import { U128 } from "../../../polyester/type/v1/u128_pb.js";
2
+ import { AssetIds, FlowDomain, FlowKind, FlowState, LifecycleReason, LifecycleSource, RequestFee } from "./types_pb.js";
3
+ import { ZipperReasonDetails } from "../../zipper/v1/reason_pb.js";
4
+ import { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
5
+ import { Message } from "@bufbuild/protobuf";
6
+ declare namespace lifecycle_read_pb_d_exports {
7
+ export { FlowDetailView, FlowDetailViewSchema, FlowStep, FlowStepActivityKind, FlowStepActivityKindSchema, FlowStepActivityView, FlowStepActivityViewSchema, FlowStepSchema, FlowStepView, FlowStepViewSchema, FlowSummaryProgressView, FlowSummaryProgressViewSchema, FlowSummaryView, FlowSummaryViewSchema, FlowTimelineItemView, FlowTimelineItemViewSchema, FlowTimelineStatus, FlowTimelineStatusSchema, FlowTxMatchView, FlowTxMatchViewSchema, GetFlowByIdRequest, GetFlowByIdRequestSchema, GetFlowResponse, GetFlowResponseSchema, LifecycleReadService, ListFlowsByTxRequest, ListFlowsByTxRequestSchema, ListFlowsByTxResponse, ListFlowsByTxResponseSchema, ListFlowsRequest, ListFlowsRequestSchema, ListFlowsResponse, ListFlowsResponseSchema, ListOrderBy, ListOrderBySchema, ListScope, ListScopeSchema, Sort, SortSchema, TxLookupKind, TxLookupKindSchema, file_chain_lifecycle_v1_lifecycle_read };
8
+ }
9
+ /**
10
+ * Describes the file chain/lifecycle/v1/lifecycle_read.proto.
11
+ */
12
+ declare const file_chain_lifecycle_v1_lifecycle_read: GenFile;
13
+ /**
14
+ * GetFlowResponse returns one lifecycle flow with summary, factual steps, and
15
+ * estimated timeline data when available.
16
+ *
17
+ * @generated from message chain.lifecycle.v1.GetFlowResponse
18
+ */
19
+ type GetFlowResponse = Message<"chain.lifecycle.v1.GetFlowResponse"> & {
20
+ /**
21
+ * Lifecycle flow detail for the requested intent id.
22
+ *
23
+ * @generated from field: chain.lifecycle.v1.FlowDetailView flow = 1;
24
+ */
25
+ flow?: FlowDetailView | undefined;
26
+ };
27
+ /**
28
+ * Describes the message chain.lifecycle.v1.GetFlowResponse.
29
+ * Use `create(GetFlowResponseSchema)` to create a new message.
30
+ */
31
+ declare const GetFlowResponseSchema: GenMessage<GetFlowResponse>;
32
+ /**
33
+ * GetFlowByIdRequest selects one lifecycle flow by its public flow id.
34
+ *
35
+ * @generated from message chain.lifecycle.v1.GetFlowByIdRequest
36
+ */
37
+ type GetFlowByIdRequest = Message<"chain.lifecycle.v1.GetFlowByIdRequest"> & {
38
+ /**
39
+ * Public, URL-safe lifecycle identifier returned by list/search responses.
40
+ *
41
+ * @generated from field: string flow_id = 1;
42
+ */
43
+ flowId: string;
44
+ };
45
+ /**
46
+ * Describes the message chain.lifecycle.v1.GetFlowByIdRequest.
47
+ * Use `create(GetFlowByIdRequestSchema)` to create a new message.
48
+ */
49
+ declare const GetFlowByIdRequestSchema: GenMessage<GetFlowByIdRequest>;
50
+ /**
51
+ * ListFlowsByTxRequest searches lifecycle flows by transaction identifier. A
52
+ * single chain transaction can map to zero, one, or many lifecycle flows.
53
+ *
54
+ * @generated from message chain.lifecycle.v1.ListFlowsByTxRequest
55
+ */
56
+ type ListFlowsByTxRequest = Message<"chain.lifecycle.v1.ListFlowsByTxRequest"> & {
57
+ /**
58
+ * Chain transaction identifier to search for. Accepts a 0x-prefixed 32-byte
59
+ * EVM hash or a printable chain-native transaction id such as a Solana
60
+ * signature, Bitcoin txid, Litecoin txid, Dogecoin txid, or XRP transaction
61
+ * hash.
62
+ *
63
+ * @generated from field: string tx_hash = 1;
64
+ */
65
+ txHash: string;
66
+ /**
67
+ * Lookup mode that determines which transaction references are searched.
68
+ *
69
+ * @generated from field: chain.lifecycle.v1.TxLookupKind lookup_kind = 2;
70
+ */
71
+ lookupKind: TxLookupKind;
72
+ /**
73
+ * Maximum number of matches to return. Defaults to 100 when omitted; maximum
74
+ * is 500.
75
+ *
76
+ * @generated from field: uint32 limit = 3;
77
+ */
78
+ limit: number;
79
+ /**
80
+ * Opaque keyset cursor returned by a previous response. The cursor is
81
+ * exclusive and bound to the transaction hash and lookup mode.
82
+ *
83
+ * @generated from field: string page_token = 4;
84
+ */
85
+ pageToken: string;
86
+ };
87
+ /**
88
+ * Describes the message chain.lifecycle.v1.ListFlowsByTxRequest.
89
+ * Use `create(ListFlowsByTxRequestSchema)` to create a new message.
90
+ */
91
+ declare const ListFlowsByTxRequestSchema: GenMessage<ListFlowsByTxRequest>;
92
+ /**
93
+ * ListFlowsRequest filters and paginates lifecycle flow summaries.
94
+ *
95
+ * @generated from message chain.lifecycle.v1.ListFlowsRequest
96
+ */
97
+ type ListFlowsRequest = Message<"chain.lifecycle.v1.ListFlowsRequest"> & {
98
+ /**
99
+ * Maximum number of flows to return. Defaults to 100 when omitted; maximum is
100
+ * 500.
101
+ *
102
+ * @generated from field: uint32 limit = 1;
103
+ */
104
+ limit: number;
105
+ /**
106
+ * Sort direction for the selected ordering timestamp.
107
+ *
108
+ * @generated from field: chain.lifecycle.v1.Sort sort = 2;
109
+ */
110
+ sort: Sort;
111
+ /**
112
+ * Optional product flow kind filter. Unspecified includes all kinds.
113
+ *
114
+ * @generated from field: chain.lifecycle.v1.FlowKind flow_kind = 3;
115
+ */
116
+ flowKind: FlowKind;
117
+ /**
118
+ * Optional lifecycle state filter. Unspecified includes all states permitted
119
+ * by the selected scope.
120
+ *
121
+ * @generated from field: chain.lifecycle.v1.FlowState flow_state = 4;
122
+ */
123
+ flowState: FlowState;
124
+ /**
125
+ * Optional transaction reference filter. Matches source or latest activity
126
+ * transaction identifiers across supported chains.
127
+ *
128
+ * @generated from field: string tx_ref = 5;
129
+ */
130
+ txRef: string;
131
+ /**
132
+ * Selects open, terminal, or all lifecycle flows.
133
+ *
134
+ * @generated from field: chain.lifecycle.v1.ListScope scope = 6;
135
+ */
136
+ scope: ListScope;
137
+ /**
138
+ * Optional account selector. Omit to list across accounts the caller is
139
+ * allowed to inspect.
140
+ *
141
+ * @generated from oneof chain.lifecycle.v1.ListFlowsRequest.account_selector
142
+ */
143
+ accountSelector: {
144
+ /**
145
+ * Public account identifier for a main account or subaccount.
146
+ *
147
+ * @generated from field: fixed64 owner_account_id = 7;
148
+ */
149
+ value: bigint;
150
+ case: "ownerAccountId";
151
+ } | {
152
+ /**
153
+ * Smart account address on Polyester Chain.
154
+ *
155
+ * @generated from field: string smart_account_address = 8;
156
+ */
157
+ value: string;
158
+ case: "smartAccountAddress";
159
+ } | {
160
+ case: undefined;
161
+ value?: undefined;
162
+ };
163
+ /**
164
+ * Optional Polyester Chain ids to include. Maximum 100 unique ids.
165
+ *
166
+ * @generated from field: repeated uint32 polyester_chain_ids = 9;
167
+ */
168
+ polyesterChainIds: number[];
169
+ /**
170
+ * Optional chain asset mapping ids to include. Maximum 100 unique ids.
171
+ *
172
+ * @generated from field: repeated uint32 zipped_asset_ids = 10;
173
+ */
174
+ zippedAssetIds: number[];
175
+ /**
176
+ * Optional unified asset ids to include. Maximum 100 unique ids.
177
+ *
178
+ * @generated from field: repeated uint32 unified_asset_ids = 11;
179
+ */
180
+ unifiedAssetIds: number[];
181
+ /**
182
+ * Opaque keyset cursor returned by a previous response. The cursor is
183
+ * exclusive and bound to the caller, filters, account selector, sort
184
+ * direction, and ordering timestamp.
185
+ *
186
+ * @generated from field: string page_token = 12;
187
+ */
188
+ pageToken: string;
189
+ /**
190
+ * Timestamp used for ordering and pagination. Defaults to last activity.
191
+ *
192
+ * @generated from field: chain.lifecycle.v1.ListOrderBy order_by = 13;
193
+ */
194
+ orderBy: ListOrderBy;
195
+ };
196
+ /**
197
+ * Describes the message chain.lifecycle.v1.ListFlowsRequest.
198
+ * Use `create(ListFlowsRequestSchema)` to create a new message.
199
+ */
200
+ declare const ListFlowsRequestSchema: GenMessage<ListFlowsRequest>;
201
+ /**
202
+ * ListFlowsResponse returns one page of flow summaries.
203
+ *
204
+ * @generated from message chain.lifecycle.v1.ListFlowsResponse
205
+ */
206
+ type ListFlowsResponse = Message<"chain.lifecycle.v1.ListFlowsResponse"> & {
207
+ /**
208
+ * Flow summaries ordered by the selected timestamp, then public flow id. Sort
209
+ * direction is controlled by the request `sort` field.
210
+ *
211
+ * @generated from field: repeated chain.lifecycle.v1.FlowSummaryView flows = 1;
212
+ */
213
+ flows: FlowSummaryView[];
214
+ /**
215
+ * Opaque cursor for the next page. Empty when no more results exist.
216
+ *
217
+ * @generated from field: string next_page_token = 2;
218
+ */
219
+ nextPageToken: string;
220
+ };
221
+ /**
222
+ * Describes the message chain.lifecycle.v1.ListFlowsResponse.
223
+ * Use `create(ListFlowsResponseSchema)` to create a new message.
224
+ */
225
+ declare const ListFlowsResponseSchema: GenMessage<ListFlowsResponse>;
226
+ /**
227
+ * FlowTxMatchView is one lifecycle flow matched by a transaction-hash search.
228
+ *
229
+ * @generated from message chain.lifecycle.v1.FlowTxMatchView
230
+ */
231
+ type FlowTxMatchView = Message<"chain.lifecycle.v1.FlowTxMatchView"> & {
232
+ /**
233
+ * Public, URL-safe lifecycle identifier for display, URLs, and user search.
234
+ *
235
+ * @generated from field: string flow_id = 1;
236
+ */
237
+ flowId: string;
238
+ /**
239
+ * Product flow family.
240
+ *
241
+ * @generated from field: chain.lifecycle.v1.FlowKind flow_kind = 3;
242
+ */
243
+ flowKind: FlowKind;
244
+ /**
245
+ * First observed source transaction hash for the flow when known.
246
+ *
247
+ * @generated from field: string source_tx_hash = 4;
248
+ */
249
+ sourceTxHash: string;
250
+ /**
251
+ * Latest transaction reference associated with the current visible state.
252
+ *
253
+ * @generated from field: string latest_tx_ref = 5;
254
+ */
255
+ latestTxRef: string;
256
+ /**
257
+ * Stable occurrence discriminator within a transaction. For source-chain
258
+ * deposits this is the batched leg index; for on-chain facts it is the log or
259
+ * equivalent per-tx occurrence index when available.
260
+ *
261
+ * @generated from field: uint64 tx_occurrence_index = 6;
262
+ */
263
+ txOccurrenceIndex: bigint;
264
+ /**
265
+ * Product domain where the overall flow starts.
266
+ *
267
+ * @generated from field: chain.lifecycle.v1.FlowDomain source_domain = 7;
268
+ */
269
+ sourceDomain: FlowDomain;
270
+ /**
271
+ * Product domain where the overall flow ends or currently settles.
272
+ *
273
+ * @generated from field: chain.lifecycle.v1.FlowDomain destination_domain = 8;
274
+ */
275
+ destinationDomain: FlowDomain;
276
+ /**
277
+ * Current user-facing progress step for this flow.
278
+ *
279
+ * @generated from field: chain.lifecycle.v1.FlowStep current_step = 9;
280
+ */
281
+ currentStep: FlowStep;
282
+ /**
283
+ * True when this flow is still progressing.
284
+ *
285
+ * @generated from field: bool is_open = 10;
286
+ */
287
+ isOpen: boolean;
288
+ /**
289
+ * True when this flow reached a final state.
290
+ *
291
+ * @generated from field: bool is_terminal = 11;
292
+ */
293
+ isTerminal: boolean;
294
+ /**
295
+ * Asset identifiers involved in this flow.
296
+ *
297
+ * @generated from field: chain.lifecycle.v1.AssetIds asset_ids = 12;
298
+ */
299
+ assetIds?: AssetIds | undefined;
300
+ /**
301
+ * Polyester Chain id associated with this flow.
302
+ *
303
+ * @generated from field: uint32 polyester_chain_id = 13;
304
+ */
305
+ polyesterChainId: number;
306
+ /**
307
+ * Gross principal amount for this flow in 18-decimal unified asset units.
308
+ *
309
+ * @generated from field: polyester.type.v1.U128 amount_e18 = 14;
310
+ */
311
+ amountE18?: U128 | undefined;
312
+ /**
313
+ * Source address to show for this flow.
314
+ *
315
+ * @generated from field: string source_address = 15;
316
+ */
317
+ sourceAddress: string;
318
+ /**
319
+ * Destination address to show for this flow.
320
+ *
321
+ * @generated from field: string destination_address = 16;
322
+ */
323
+ destinationAddress: string;
324
+ /**
325
+ * Product-facing reason for failed, dropped, or otherwise notable flows.
326
+ *
327
+ * @generated from field: chain.lifecycle.v1.LifecycleReason lifecycle_reason = 17;
328
+ */
329
+ lifecycleReason: LifecycleReason;
330
+ /**
331
+ * Timestamp used for list ordering in milliseconds since epoch (UTC).
332
+ *
333
+ * @generated from field: uint64 last_activity_at_unix_ms = 18;
334
+ */
335
+ lastActivityAtUnixMs: bigint;
336
+ /**
337
+ * Public account or subaccount identifier that owns this flow.
338
+ *
339
+ * @generated from field: fixed64 owner_account_id = 19;
340
+ */
341
+ ownerAccountId: bigint;
342
+ /**
343
+ * Smart account address on Polyester Chain when known.
344
+ *
345
+ * @generated from field: string smart_account_address = 20;
346
+ */
347
+ smartAccountAddress: string;
348
+ /**
349
+ * Specific reason details when a notable outcome has a catalog entry.
350
+ *
351
+ * @generated from field: chain.zipper.v1.ZipperReasonDetails zipper_reason = 21;
352
+ */
353
+ zipperReason?: ZipperReasonDetails | undefined;
354
+ };
355
+ /**
356
+ * Describes the message chain.lifecycle.v1.FlowTxMatchView.
357
+ * Use `create(FlowTxMatchViewSchema)` to create a new message.
358
+ */
359
+ declare const FlowTxMatchViewSchema: GenMessage<FlowTxMatchView>;
360
+ /**
361
+ * ListFlowsByTxResponse returns a page of lifecycle flows that reference one
362
+ * transaction hash.
363
+ *
364
+ * @generated from message chain.lifecycle.v1.ListFlowsByTxResponse
365
+ */
366
+ type ListFlowsByTxResponse = Message<"chain.lifecycle.v1.ListFlowsByTxResponse"> & {
367
+ /**
368
+ * Transaction hash searched by the request.
369
+ *
370
+ * @generated from field: string tx_hash = 1;
371
+ */
372
+ txHash: string;
373
+ /**
374
+ * Matching flows ordered by tx occurrence, flow kind, domains, activity time,
375
+ * and stable identifiers.
376
+ *
377
+ * @generated from field: repeated chain.lifecycle.v1.FlowTxMatchView matches = 2;
378
+ */
379
+ matches: FlowTxMatchView[];
380
+ /**
381
+ * Opaque cursor for the next page. Empty when no more results exist.
382
+ *
383
+ * @generated from field: string next_page_token = 3;
384
+ */
385
+ nextPageToken: string;
386
+ };
387
+ /**
388
+ * Describes the message chain.lifecycle.v1.ListFlowsByTxResponse.
389
+ * Use `create(ListFlowsByTxResponseSchema)` to create a new message.
390
+ */
391
+ declare const ListFlowsByTxResponseSchema: GenMessage<ListFlowsByTxResponse>;
392
+ /**
393
+ * FlowSummaryView is the compact lifecycle representation used by lists,
394
+ * realtime updates, and the header of a detail view.
395
+ *
396
+ * @generated from message chain.lifecycle.v1.FlowSummaryView
397
+ */
398
+ type FlowSummaryView = Message<"chain.lifecycle.v1.FlowSummaryView"> & {
399
+ /**
400
+ * Public account identifier for the root account or subaccount the flow belongs to.
401
+ *
402
+ * @generated from field: fixed64 owner_account_id = 1;
403
+ */
404
+ ownerAccountId: bigint;
405
+ /**
406
+ * Smart-account address for the account the flow belongs to. This is the
407
+ * stable address selector equivalent of `owner_account_id`; do not derive it
408
+ * from source or destination display addresses.
409
+ *
410
+ * @generated from field: string smart_account_address = 34;
411
+ */
412
+ smartAccountAddress: string;
413
+ /**
414
+ * Public, URL-safe lifecycle identifier for display, URLs, and user search.
415
+ *
416
+ * @generated from field: string flow_id = 33;
417
+ */
418
+ flowId: string;
419
+ /**
420
+ * Product flow family.
421
+ *
422
+ * @generated from field: chain.lifecycle.v1.FlowKind flow_kind = 4;
423
+ */
424
+ flowKind: FlowKind;
425
+ /**
426
+ * Current user-facing progress step for this flow. This may be derived from
427
+ * the flow state before a matching factual observed step exists.
428
+ *
429
+ * @generated from field: chain.lifecycle.v1.FlowStep current_step = 6;
430
+ */
431
+ currentStep: FlowStep;
432
+ /**
433
+ * Asset identifiers involved in the flow.
434
+ *
435
+ * @generated from field: chain.lifecycle.v1.AssetIds asset_ids = 7;
436
+ */
437
+ assetIds?: AssetIds | undefined;
438
+ /**
439
+ * Polyester Chain id associated with this flow when known.
440
+ *
441
+ * @generated from field: uint32 polyester_chain_id = 8;
442
+ */
443
+ polyesterChainId: number;
444
+ /**
445
+ * Gross principal amount for the flow in 18-decimal unified asset units.
446
+ * Request fees are exposed separately in request_fee. Specific fulfillment
447
+ * steps may carry a net movement amount when the step represents external
448
+ * delivery.
449
+ *
450
+ * @generated from field: polyester.type.v1.U128 amount_e18 = 9;
451
+ */
452
+ amountE18?: U128 | undefined;
453
+ /**
454
+ * Request-scoped fee details when a fee applies and should be visible for the
455
+ * current step.
456
+ *
457
+ * @generated from field: chain.lifecycle.v1.RequestFee request_fee = 28;
458
+ */
459
+ requestFee?: RequestFee | undefined;
460
+ /**
461
+ * First observed source transaction hash for the flow when known.
462
+ *
463
+ * @generated from field: string source_tx_hash = 11;
464
+ */
465
+ sourceTxHash: string;
466
+ /**
467
+ * Stable occurrence discriminator within a transaction. For source-chain
468
+ * deposits this is the batched leg index; for on-chain facts it is the log or
469
+ * equivalent per-tx occurrence index when available.
470
+ *
471
+ * @generated from field: uint64 tx_occurrence_index = 32;
472
+ */
473
+ txOccurrenceIndex: bigint;
474
+ /**
475
+ * Source address to show for the overall flow. For internal transfers this is
476
+ * the source smart account address.
477
+ *
478
+ * @generated from field: string source_address = 13;
479
+ */
480
+ sourceAddress: string;
481
+ /**
482
+ * Destination address to show for the overall flow. For internal transfers
483
+ * this is the destination smart account address.
484
+ *
485
+ * @generated from field: string destination_address = 14;
486
+ */
487
+ destinationAddress: string;
488
+ /**
489
+ * Latest transaction reference associated with the current visible state.
490
+ *
491
+ * @generated from field: string latest_tx_ref = 15;
492
+ */
493
+ latestTxRef: string;
494
+ /**
495
+ * Product domain where the overall flow starts. Use with
496
+ * `destination_domain` for route labels such as Funding to Trading.
497
+ *
498
+ * @generated from field: chain.lifecycle.v1.FlowDomain source_domain = 29;
499
+ */
500
+ sourceDomain: FlowDomain;
501
+ /**
502
+ * Product domain where the overall flow ends or currently settles. Do not
503
+ * derive route labels from per-step settlement activity.
504
+ *
505
+ * @generated from field: chain.lifecycle.v1.FlowDomain destination_domain = 30;
506
+ */
507
+ destinationDomain: FlowDomain;
508
+ /**
509
+ * Provenance of the latest meaningful lifecycle activity reflected in this
510
+ * summary. This is not necessarily the source of the entire flow.
511
+ *
512
+ * @generated from field: chain.lifecycle.v1.LifecycleSource latest_lifecycle_source = 16;
513
+ */
514
+ latestLifecycleSource: LifecycleSource;
515
+ /**
516
+ * Product-facing reason for failed, dropped, or otherwise notable flows.
517
+ *
518
+ * @generated from field: chain.lifecycle.v1.LifecycleReason lifecycle_reason = 17;
519
+ */
520
+ lifecycleReason: LifecycleReason;
521
+ /**
522
+ * Specific reason details when a notable outcome has a catalog entry.
523
+ *
524
+ * @generated from field: chain.zipper.v1.ZipperReasonDetails zipper_reason = 35;
525
+ */
526
+ zipperReason?: ZipperReasonDetails | undefined;
527
+ /**
528
+ * First observed business timestamp in milliseconds since epoch (UTC).
529
+ *
530
+ * @generated from field: uint64 started_at_unix_ms = 18;
531
+ */
532
+ startedAtUnixMs: bigint;
533
+ /**
534
+ * Last summary update timestamp in milliseconds since epoch (UTC).
535
+ *
536
+ * @generated from field: uint64 updated_at_unix_ms = 19;
537
+ */
538
+ updatedAtUnixMs: bigint;
539
+ /**
540
+ * Terminal timestamp in milliseconds since epoch (UTC), or zero while open.
541
+ *
542
+ * @generated from field: uint64 terminal_at_unix_ms = 20;
543
+ */
544
+ terminalAtUnixMs: bigint;
545
+ /**
546
+ * Timestamp used for list ordering in milliseconds since epoch (UTC).
547
+ *
548
+ * @generated from field: uint64 last_activity_at_unix_ms = 21;
549
+ */
550
+ lastActivityAtUnixMs: bigint;
551
+ /**
552
+ * True when the flow is still progressing.
553
+ *
554
+ * @generated from field: bool is_open = 22;
555
+ */
556
+ isOpen: boolean;
557
+ /**
558
+ * True when the flow reached a final state.
559
+ *
560
+ * @generated from field: bool is_terminal = 23;
561
+ */
562
+ isTerminal: boolean;
563
+ /**
564
+ * One-based sequence of `current_step` in `progress_timeline`.
565
+ *
566
+ * @generated from field: uint32 current_step_sequence = 24;
567
+ */
568
+ currentStepSequence: number;
569
+ /**
570
+ * Progress data for the current visible step when the flow is open.
571
+ *
572
+ * @generated from field: chain.lifecycle.v1.FlowSummaryProgressView current_progress = 25;
573
+ */
574
+ currentProgress?: FlowSummaryProgressView | undefined;
575
+ /**
576
+ * Progress-bar timeline for list/header UI. This timeline may include a
577
+ * current derived step that is ahead of the latest factual observed step.
578
+ *
579
+ * @generated from field: repeated chain.lifecycle.v1.FlowTimelineItemView progress_timeline = 26;
580
+ */
581
+ progressTimeline: FlowTimelineItemView[];
582
+ /**
583
+ * Estimated Unix completion timestamp in milliseconds.
584
+ *
585
+ * @generated from field: uint64 estimated_completion_unix_ms = 27;
586
+ */
587
+ estimatedCompletionUnixMs: bigint;
588
+ };
589
+ /**
590
+ * Describes the message chain.lifecycle.v1.FlowSummaryView.
591
+ * Use `create(FlowSummaryViewSchema)` to create a new message.
592
+ */
593
+ declare const FlowSummaryViewSchema: GenMessage<FlowSummaryView>;
594
+ /**
595
+ * FlowSummaryProgressView describes progress within the current visible step.
596
+ *
597
+ * @generated from message chain.lifecycle.v1.FlowSummaryProgressView
598
+ */
599
+ type FlowSummaryProgressView = Message<"chain.lifecycle.v1.FlowSummaryProgressView"> & {
600
+ /**
601
+ * Timestamp when the current visible step started, in milliseconds since epoch
602
+ * (UTC).
603
+ *
604
+ * @generated from field: uint64 current_step_started_at_unix_ms = 1;
605
+ */
606
+ currentStepStartedAtUnixMs: bigint;
607
+ /**
608
+ * Expected duration for the current visible step in milliseconds.
609
+ *
610
+ * @generated from field: uint64 current_step_expected_duration_ms = 2;
611
+ */
612
+ currentStepExpectedDurationMs: bigint;
613
+ /**
614
+ * Current source confirmation count when confirmations apply.
615
+ *
616
+ * @generated from field: uint32 current_confirmations = 5;
617
+ */
618
+ currentConfirmations: number;
619
+ /**
620
+ * Required source confirmation count when confirmations apply.
621
+ *
622
+ * @generated from field: uint32 required_confirmations = 6;
623
+ */
624
+ requiredConfirmations: number;
625
+ /**
626
+ * Current approval count when validation applies.
627
+ *
628
+ * @generated from field: uint32 approve_count = 7;
629
+ */
630
+ approveCount: number;
631
+ /**
632
+ * Current rejection count when validation applies.
633
+ *
634
+ * @generated from field: uint32 reject_count = 8;
635
+ */
636
+ rejectCount: number;
637
+ /**
638
+ * Validator set size when validation applies.
639
+ *
640
+ * @generated from field: uint32 validator_count = 9;
641
+ */
642
+ validatorCount: number;
643
+ /**
644
+ * Approval count required for the current validation step.
645
+ *
646
+ * @generated from field: uint32 required_approvals = 10;
647
+ */
648
+ requiredApprovals: number;
649
+ /**
650
+ * Rejection count that would fail the current validation step.
651
+ *
652
+ * @generated from field: uint32 required_rejections = 11;
653
+ */
654
+ requiredRejections: number;
655
+ };
656
+ /**
657
+ * Describes the message chain.lifecycle.v1.FlowSummaryProgressView.
658
+ * Use `create(FlowSummaryProgressViewSchema)` to create a new message.
659
+ */
660
+ declare const FlowSummaryProgressViewSchema: GenMessage<FlowSummaryProgressView>;
661
+ /**
662
+ * FlowStepView is one factual observed visible step in the lifecycle detail
663
+ * view. Use `FlowSummaryView.progress_timeline` for the current projected
664
+ * progress state.
665
+ *
666
+ * @generated from message chain.lifecycle.v1.FlowStepView
667
+ */
668
+ type FlowStepView = Message<"chain.lifecycle.v1.FlowStepView"> & {
669
+ /**
670
+ * One-based observed step sequence for display and audit.
671
+ *
672
+ * @generated from field: uint32 sequence = 1;
673
+ */
674
+ sequence: number;
675
+ /**
676
+ * Business-facing observed step.
677
+ *
678
+ * @generated from field: chain.lifecycle.v1.FlowStep step = 3;
679
+ */
680
+ step: FlowStep;
681
+ /**
682
+ * Asset identifiers involved in this step.
683
+ *
684
+ * @generated from field: chain.lifecycle.v1.AssetIds asset_ids = 7;
685
+ */
686
+ assetIds?: AssetIds | undefined;
687
+ /**
688
+ * Polyester Chain id associated with this step when known.
689
+ *
690
+ * @generated from field: uint32 polyester_chain_id = 8;
691
+ */
692
+ polyesterChainId: number;
693
+ /**
694
+ * Amount represented by this step in 18-decimal unified asset units. Steps
695
+ * may carry the actual net movement amount when fees have already been taken.
696
+ *
697
+ * @generated from field: polyester.type.v1.U128 amount_e18 = 9;
698
+ */
699
+ amountE18?: U128 | undefined;
700
+ /**
701
+ * Request-scoped fee details when a fee applies to this step.
702
+ *
703
+ * @generated from field: chain.lifecycle.v1.RequestFee request_fee = 24;
704
+ */
705
+ requestFee?: RequestFee | undefined;
706
+ /**
707
+ * Transaction reference most relevant to this step.
708
+ *
709
+ * @generated from field: string milestone_tx_ref = 11;
710
+ */
711
+ milestoneTxRef: string;
712
+ /**
713
+ * Source that produced this visible step.
714
+ *
715
+ * @generated from field: chain.lifecycle.v1.LifecycleSource lifecycle_source = 12;
716
+ */
717
+ lifecycleSource: LifecycleSource;
718
+ /**
719
+ * Product-facing reason for failed, dropped, or otherwise notable steps.
720
+ *
721
+ * @generated from field: chain.lifecycle.v1.LifecycleReason lifecycle_reason = 13;
722
+ */
723
+ lifecycleReason: LifecycleReason;
724
+ /**
725
+ * Specific reason details when a notable outcome has a catalog entry.
726
+ *
727
+ * @generated from field: chain.zipper.v1.ZipperReasonDetails zipper_reason = 25;
728
+ */
729
+ zipperReason?: ZipperReasonDetails | undefined;
730
+ /**
731
+ * Current source confirmation count when confirmations apply.
732
+ *
733
+ * @generated from field: uint32 current_confirmations = 14;
734
+ */
735
+ currentConfirmations: number;
736
+ /**
737
+ * Required source confirmation count when confirmations apply.
738
+ *
739
+ * @generated from field: uint32 required_confirmations = 15;
740
+ */
741
+ requiredConfirmations: number;
742
+ /**
743
+ * Current approval count when validation applies.
744
+ *
745
+ * @generated from field: uint32 approve_count = 16;
746
+ */
747
+ approveCount: number;
748
+ /**
749
+ * Current rejection count when validation applies.
750
+ *
751
+ * @generated from field: uint32 reject_count = 17;
752
+ */
753
+ rejectCount: number;
754
+ /**
755
+ * Validator set size when validation applies.
756
+ *
757
+ * @generated from field: uint32 validator_count = 18;
758
+ */
759
+ validatorCount: number;
760
+ /**
761
+ * Approval count required for this validation step.
762
+ *
763
+ * @generated from field: uint32 required_approvals = 22;
764
+ */
765
+ requiredApprovals: number;
766
+ /**
767
+ * Rejection count that would fail this validation step.
768
+ *
769
+ * @generated from field: uint32 required_rejections = 23;
770
+ */
771
+ requiredRejections: number;
772
+ /**
773
+ * Step occurrence timestamp in milliseconds since epoch (UTC).
774
+ *
775
+ * @generated from field: uint64 occurred_at_unix_ms = 19;
776
+ */
777
+ occurredAtUnixMs: bigint;
778
+ /**
779
+ * Source-chain block time moving average in milliseconds when known.
780
+ *
781
+ * @generated from field: uint64 block_time_moving_average_ms = 20;
782
+ */
783
+ blockTimeMovingAverageMs: bigint;
784
+ /**
785
+ * Nested activity rows for expandable UI detail. The top-level step remains
786
+ * one visible lifecycle stage while activities expose the underlying on-chain
787
+ * evidence that advanced it.
788
+ *
789
+ * @generated from field: repeated chain.lifecycle.v1.FlowStepActivityView activities = 21;
790
+ */
791
+ activities: FlowStepActivityView[];
792
+ };
793
+ /**
794
+ * Describes the message chain.lifecycle.v1.FlowStepView.
795
+ * Use `create(FlowStepViewSchema)` to create a new message.
796
+ */
797
+ declare const FlowStepViewSchema: GenMessage<FlowStepView>;
798
+ /**
799
+ * FlowStepActivityView is an expandable detail row underneath a visible step.
800
+ *
801
+ * @generated from message chain.lifecycle.v1.FlowStepActivityView
802
+ */
803
+ type FlowStepActivityView = Message<"chain.lifecycle.v1.FlowStepActivityView"> & {
804
+ /**
805
+ * Sequence of the underlying activity within the flow.
806
+ *
807
+ * @generated from field: uint32 sequence = 1;
808
+ */
809
+ sequence: number;
810
+ /**
811
+ * Transaction reference associated with this activity.
812
+ *
813
+ * @generated from field: string tx_ref = 2;
814
+ */
815
+ txRef: string;
816
+ /**
817
+ * Activity occurrence timestamp in milliseconds since epoch (UTC).
818
+ *
819
+ * @generated from field: uint64 occurred_at_unix_ms = 3;
820
+ */
821
+ occurredAtUnixMs: bigint;
822
+ /**
823
+ * Source that produced this activity.
824
+ *
825
+ * @generated from field: chain.lifecycle.v1.LifecycleSource lifecycle_source = 4;
826
+ */
827
+ lifecycleSource: LifecycleSource;
828
+ /**
829
+ * Product-facing reason for notable activity states.
830
+ *
831
+ * @generated from field: chain.lifecycle.v1.LifecycleReason lifecycle_reason = 5;
832
+ */
833
+ lifecycleReason: LifecycleReason;
834
+ /**
835
+ * Specific reason details when a notable outcome has a catalog entry.
836
+ *
837
+ * @generated from field: chain.zipper.v1.ZipperReasonDetails zipper_reason = 16;
838
+ */
839
+ zipperReason?: ZipperReasonDetails | undefined;
840
+ /**
841
+ * Current source confirmation count when confirmations apply.
842
+ *
843
+ * @generated from field: uint32 current_confirmations = 6;
844
+ */
845
+ currentConfirmations: number;
846
+ /**
847
+ * Required source confirmation count when confirmations apply.
848
+ *
849
+ * @generated from field: uint32 required_confirmations = 7;
850
+ */
851
+ requiredConfirmations: number;
852
+ /**
853
+ * Current approval count when validation applies.
854
+ *
855
+ * @generated from field: uint32 approve_count = 8;
856
+ */
857
+ approveCount: number;
858
+ /**
859
+ * Current rejection count when validation applies.
860
+ *
861
+ * @generated from field: uint32 reject_count = 9;
862
+ */
863
+ rejectCount: number;
864
+ /**
865
+ * Validator set size when validation applies.
866
+ *
867
+ * @generated from field: uint32 validator_count = 10;
868
+ */
869
+ validatorCount: number;
870
+ /**
871
+ * Activity kind for display grouping.
872
+ *
873
+ * @generated from field: chain.lifecycle.v1.FlowStepActivityKind kind = 11;
874
+ */
875
+ kind: FlowStepActivityKind;
876
+ /**
877
+ * Approval count required for this activity.
878
+ *
879
+ * @generated from field: uint32 required_approvals = 12;
880
+ */
881
+ requiredApprovals: number;
882
+ /**
883
+ * Rejection count that would fail this activity.
884
+ *
885
+ * @generated from field: uint32 required_rejections = 13;
886
+ */
887
+ requiredRejections: number;
888
+ /**
889
+ * Amount posted by the underlying movement represented by this activity, in
890
+ * 18-decimal unified asset units. This may be a net movement amount for
891
+ * fee-bearing fulfillment activity.
892
+ *
893
+ * @generated from field: polyester.type.v1.U128 amount_e18 = 14;
894
+ */
895
+ amountE18?: U128 | undefined;
896
+ /**
897
+ * Ledger transfer identifier for ledger-sourced settlement activities.
898
+ *
899
+ * @generated from field: string ledger_transfer_id = 15;
900
+ */
901
+ ledgerTransferId: string;
902
+ };
903
+ /**
904
+ * Describes the message chain.lifecycle.v1.FlowStepActivityView.
905
+ * Use `create(FlowStepActivityViewSchema)` to create a new message.
906
+ */
907
+ declare const FlowStepActivityViewSchema: GenMessage<FlowStepActivityView>;
908
+ /**
909
+ * FlowTimelineItemView is one item in the expected visible lifecycle progress
910
+ * path.
911
+ *
912
+ * @generated from message chain.lifecycle.v1.FlowTimelineItemView
913
+ */
914
+ type FlowTimelineItemView = Message<"chain.lifecycle.v1.FlowTimelineItemView"> & {
915
+ /**
916
+ * One-based sequence within the expected timeline.
917
+ *
918
+ * @generated from field: uint32 sequence = 1;
919
+ */
920
+ sequence: number;
921
+ /**
922
+ * Visible lifecycle step.
923
+ *
924
+ * @generated from field: chain.lifecycle.v1.FlowStep step = 2;
925
+ */
926
+ step: FlowStep;
927
+ /**
928
+ * Progress status for this timeline item.
929
+ *
930
+ * @generated from field: chain.lifecycle.v1.FlowTimelineStatus status = 3;
931
+ */
932
+ status: FlowTimelineStatus;
933
+ /**
934
+ * Expected duration of this visible step in milliseconds, derived from recent
935
+ * observed timing data for the same flow type.
936
+ *
937
+ * @generated from field: uint64 expected_duration_ms = 4;
938
+ */
939
+ expectedDurationMs: bigint;
940
+ };
941
+ /**
942
+ * Describes the message chain.lifecycle.v1.FlowTimelineItemView.
943
+ * Use `create(FlowTimelineItemViewSchema)` to create a new message.
944
+ */
945
+ declare const FlowTimelineItemViewSchema: GenMessage<FlowTimelineItemView>;
946
+ /**
947
+ * FlowDetailView is the full lifecycle detail response model.
948
+ *
949
+ * @generated from message chain.lifecycle.v1.FlowDetailView
950
+ */
951
+ type FlowDetailView = Message<"chain.lifecycle.v1.FlowDetailView"> & {
952
+ /**
953
+ * Compact flow summary for headers and list-style display.
954
+ *
955
+ * @generated from field: chain.lifecycle.v1.FlowSummaryView summary = 1;
956
+ */
957
+ summary?: FlowSummaryView | undefined;
958
+ /**
959
+ * Factual visible steps observed for this flow, ordered by sequence. Open
960
+ * flows may have `summary.current_step` ahead of the last observed step.
961
+ *
962
+ * @generated from field: repeated chain.lifecycle.v1.FlowStepView observed_steps = 2;
963
+ */
964
+ observedSteps: FlowStepView[];
965
+ /**
966
+ * True when this detail was served from live in-memory state rather than
967
+ * historical terminal state.
968
+ *
969
+ * @generated from field: bool from_live_state = 3;
970
+ */
971
+ fromLiveState: boolean;
972
+ };
973
+ /**
974
+ * Describes the message chain.lifecycle.v1.FlowDetailView.
975
+ * Use `create(FlowDetailViewSchema)` to create a new message.
976
+ */
977
+ declare const FlowDetailViewSchema: GenMessage<FlowDetailView>;
978
+ /**
979
+ * TxLookupKind controls which transaction reference fields are searched.
980
+ *
981
+ * @generated from enum chain.lifecycle.v1.TxLookupKind
982
+ */
983
+ declare enum TxLookupKind {
984
+ /**
985
+ * Lookup mode was not specified.
986
+ *
987
+ * @generated from enum value: TX_UNSPECIFIED = 0;
988
+ */
989
+ TX_UNSPECIFIED = 0,
990
+ /**
991
+ * Match only the original source transaction hash for a flow.
992
+ *
993
+ * @generated from enum value: TX_SOURCE = 1;
994
+ */
995
+ TX_SOURCE = 1,
996
+ /**
997
+ * Match either the source transaction hash or the latest known activity
998
+ * transaction reference.
999
+ *
1000
+ * @generated from enum value: TX_ANY = 2;
1001
+ */
1002
+ TX_ANY = 2
1003
+ }
1004
+ /**
1005
+ * Describes the enum chain.lifecycle.v1.TxLookupKind.
1006
+ */
1007
+ declare const TxLookupKindSchema: GenEnum<TxLookupKind>;
1008
+ /**
1009
+ * ListScope selects which lifecycle state bucket should be returned.
1010
+ *
1011
+ * @generated from enum chain.lifecycle.v1.ListScope
1012
+ */
1013
+ declare enum ListScope {
1014
+ /**
1015
+ * No explicit scope; server defaults decide which buckets are included.
1016
+ *
1017
+ * @generated from enum value: LIST_UNSPECIFIED = 0;
1018
+ */
1019
+ LIST_UNSPECIFIED = 0,
1020
+ /**
1021
+ * Include both open and terminal flows.
1022
+ *
1023
+ * @generated from enum value: LIST_ALL = 1;
1024
+ */
1025
+ LIST_ALL = 1,
1026
+ /**
1027
+ * Include only flows that are still progressing.
1028
+ *
1029
+ * @generated from enum value: LIST_OPEN_ONLY = 2;
1030
+ */
1031
+ LIST_OPEN_ONLY = 2,
1032
+ /**
1033
+ * Include only flows that reached a terminal state.
1034
+ *
1035
+ * @generated from enum value: LIST_TERMINAL_ONLY = 3;
1036
+ */
1037
+ LIST_TERMINAL_ONLY = 3
1038
+ }
1039
+ /**
1040
+ * Describes the enum chain.lifecycle.v1.ListScope.
1041
+ */
1042
+ declare const ListScopeSchema: GenEnum<ListScope>;
1043
+ /**
1044
+ * Sort selects lifecycle list direction.
1045
+ *
1046
+ * @generated from enum chain.lifecycle.v1.Sort
1047
+ */
1048
+ declare enum Sort {
1049
+ /**
1050
+ * Sort order was not specified; server defaults apply.
1051
+ *
1052
+ * @generated from enum value: SORT_UNSPECIFIED = 0;
1053
+ */
1054
+ UNSPECIFIED = 0,
1055
+ /**
1056
+ * Return newest rows first for the selected ordering timestamp.
1057
+ *
1058
+ * @generated from enum value: SORT_NEWEST = 1;
1059
+ */
1060
+ NEWEST = 1,
1061
+ /**
1062
+ * Return oldest rows first for the selected ordering timestamp.
1063
+ *
1064
+ * @generated from enum value: SORT_OLDEST = 2;
1065
+ */
1066
+ OLDEST = 2
1067
+ }
1068
+ /**
1069
+ * Describes the enum chain.lifecycle.v1.Sort.
1070
+ */
1071
+ declare const SortSchema: GenEnum<Sort>;
1072
+ /**
1073
+ * ListOrderBy selects which timestamp ListFlows uses for ordering and cursors.
1074
+ *
1075
+ * @generated from enum chain.lifecycle.v1.ListOrderBy
1076
+ */
1077
+ declare enum ListOrderBy {
1078
+ /**
1079
+ * Ordering timestamp was not specified; server defaults to last activity.
1080
+ *
1081
+ * @generated from enum value: ORDER_BY_UNSPECIFIED = 0;
1082
+ */
1083
+ ORDER_BY_UNSPECIFIED = 0,
1084
+ /**
1085
+ * Order by the latest lifecycle activity timestamp.
1086
+ *
1087
+ * @generated from enum value: ORDER_BY_LAST_ACTIVITY = 1;
1088
+ */
1089
+ ORDER_BY_LAST_ACTIVITY = 1,
1090
+ /**
1091
+ * Order by the first observed business timestamp. Rows without a start time
1092
+ * use their terminal timestamp when available.
1093
+ *
1094
+ * @generated from enum value: ORDER_BY_STARTED_AT = 2;
1095
+ */
1096
+ ORDER_BY_STARTED_AT = 2
1097
+ }
1098
+ /**
1099
+ * Describes the enum chain.lifecycle.v1.ListOrderBy.
1100
+ */
1101
+ declare const ListOrderBySchema: GenEnum<ListOrderBy>;
1102
+ /**
1103
+ * FlowStep is the public lifecycle step shown in API and realtime read
1104
+ * models. It is business-facing and intentionally hides the lower-level
1105
+ * technical milestone taxonomy.
1106
+ *
1107
+ * @generated from enum chain.lifecycle.v1.FlowStep
1108
+ */
1109
+ declare enum FlowStep {
1110
+ /**
1111
+ * Step is not specified.
1112
+ *
1113
+ * @generated from enum value: FLOW_STEP_UNSPECIFIED = 0;
1114
+ */
1115
+ UNSPECIFIED = 0,
1116
+ /**
1117
+ * External-chain / relayer source tracking before Polyester can continue.
1118
+ *
1119
+ * @generated from enum value: FLOW_STEP_SOURCE = 1;
1120
+ */
1121
+ SOURCE = 1,
1122
+ /**
1123
+ * Deposit-side mint and downstream crediting / transfer stage.
1124
+ *
1125
+ * @generated from enum value: FLOW_STEP_TRANSFER = 2;
1126
+ */
1127
+ TRANSFER = 2,
1128
+ /**
1129
+ * Polyester request creation stage.
1130
+ *
1131
+ * @generated from enum value: FLOW_STEP_REQUEST = 3;
1132
+ */
1133
+ REQUEST = 3,
1134
+ /**
1135
+ * Polyester validation / quorum stage.
1136
+ *
1137
+ * @generated from enum value: FLOW_STEP_VALIDATION = 4;
1138
+ */
1139
+ VALIDATION = 4,
1140
+ /**
1141
+ * Polyester execution stage.
1142
+ *
1143
+ * @generated from enum value: FLOW_STEP_EXECUTION = 5;
1144
+ */
1145
+ EXECUTION = 5,
1146
+ /**
1147
+ * Bridge fulfillment before final ledger settlement.
1148
+ *
1149
+ * @generated from enum value: FLOW_STEP_BRIDGE_FULFILLMENT = 6;
1150
+ */
1151
+ BRIDGE_FULFILLMENT = 6,
1152
+ /**
1153
+ * Flow was dropped before success.
1154
+ *
1155
+ * @generated from enum value: FLOW_STEP_DROPPED = 7;
1156
+ */
1157
+ DROPPED = 7,
1158
+ /**
1159
+ * Flow failed in a user-visible way.
1160
+ *
1161
+ * @generated from enum value: FLOW_STEP_FAILED = 8;
1162
+ */
1163
+ FAILED = 8,
1164
+ /**
1165
+ * Flow reached a refund or reversal result.
1166
+ *
1167
+ * @generated from enum value: FLOW_STEP_REFUNDED = 9;
1168
+ */
1169
+ REFUNDED = 9,
1170
+ /**
1171
+ * Withdraw destination tx hash was committed and the flow is waiting for the
1172
+ * final fulfillment confirmation.
1173
+ *
1174
+ * @generated from enum value: FLOW_STEP_FULFILLING = 10;
1175
+ */
1176
+ FULFILLING = 10,
1177
+ /**
1178
+ * Off-chain ledger settlement was durably confirmed.
1179
+ *
1180
+ * @generated from enum value: FLOW_STEP_SETTLEMENT = 11;
1181
+ */
1182
+ SETTLEMENT = 11
1183
+ }
1184
+ /**
1185
+ * Describes the enum chain.lifecycle.v1.FlowStep.
1186
+ */
1187
+ declare const FlowStepSchema: GenEnum<FlowStep>;
1188
+ /**
1189
+ * @generated from enum chain.lifecycle.v1.FlowStepActivityKind
1190
+ */
1191
+ declare enum FlowStepActivityKind {
1192
+ /**
1193
+ * Activity kind is not specified.
1194
+ *
1195
+ * @generated from enum value: ACTIVITY_UNSPECIFIED = 0;
1196
+ */
1197
+ ACTIVITY_UNSPECIFIED = 0,
1198
+ /**
1199
+ * Mapped asset was minted on Polyester Chain.
1200
+ *
1201
+ * @generated from enum value: ACTIVITY_MINTED = 1;
1202
+ */
1203
+ ACTIVITY_MINTED = 1,
1204
+ /**
1205
+ * Funding account received the credit.
1206
+ *
1207
+ * @generated from enum value: ACTIVITY_FUNDING = 2;
1208
+ */
1209
+ ACTIVITY_FUNDING = 2,
1210
+ /**
1211
+ * Trading account received the credit.
1212
+ *
1213
+ * @generated from enum value: ACTIVITY_TRADING = 3;
1214
+ */
1215
+ ACTIVITY_TRADING = 3
1216
+ }
1217
+ /**
1218
+ * Describes the enum chain.lifecycle.v1.FlowStepActivityKind.
1219
+ */
1220
+ declare const FlowStepActivityKindSchema: GenEnum<FlowStepActivityKind>;
1221
+ /**
1222
+ * FlowTimelineStatus describes how a progress timeline item relates to the
1223
+ * current user-facing flow state.
1224
+ *
1225
+ * @generated from enum chain.lifecycle.v1.FlowTimelineStatus
1226
+ */
1227
+ declare enum FlowTimelineStatus {
1228
+ /**
1229
+ * Timeline status is not specified.
1230
+ *
1231
+ * @generated from enum value: TIMELINE_STATUS_UNSPECIFIED = 0;
1232
+ */
1233
+ TIMELINE_STATUS_UNSPECIFIED = 0,
1234
+ /**
1235
+ * Step has been observed or is behind the current progress step.
1236
+ *
1237
+ * @generated from enum value: TIMELINE_STATUS_COMPLETED = 1;
1238
+ */
1239
+ TIMELINE_STATUS_COMPLETED = 1,
1240
+ /**
1241
+ * Step is the current active progress step.
1242
+ *
1243
+ * @generated from enum value: TIMELINE_STATUS_CURRENT = 2;
1244
+ */
1245
+ TIMELINE_STATUS_CURRENT = 2,
1246
+ /**
1247
+ * Step is expected but has not been observed yet.
1248
+ *
1249
+ * @generated from enum value: TIMELINE_STATUS_PLANNED = 3;
1250
+ */
1251
+ TIMELINE_STATUS_PLANNED = 3
1252
+ }
1253
+ /**
1254
+ * Describes the enum chain.lifecycle.v1.FlowTimelineStatus.
1255
+ */
1256
+ declare const FlowTimelineStatusSchema: GenEnum<FlowTimelineStatus>;
1257
+ /**
1258
+ * LifecycleReadService exposes lifecycle flow lookup and listing APIs.
1259
+ *
1260
+ * @generated from service chain.lifecycle.v1.LifecycleReadService
1261
+ */
1262
+ declare const LifecycleReadService: GenService<{
1263
+ /**
1264
+ * GetFlowById retrieves one lifecycle flow by public flow id.
1265
+ *
1266
+ * @generated from rpc chain.lifecycle.v1.LifecycleReadService.GetFlowById
1267
+ */
1268
+ getFlowById: {
1269
+ methodKind: "unary";
1270
+ input: typeof GetFlowByIdRequestSchema;
1271
+ output: typeof GetFlowResponseSchema;
1272
+ };
1273
+ /**
1274
+ * ListFlows lists lifecycle flows with optional filters and keyset
1275
+ * pagination.
1276
+ *
1277
+ * @generated from rpc chain.lifecycle.v1.LifecycleReadService.ListFlows
1278
+ */
1279
+ listFlows: {
1280
+ methodKind: "unary";
1281
+ input: typeof ListFlowsRequestSchema;
1282
+ output: typeof ListFlowsResponseSchema;
1283
+ };
1284
+ /**
1285
+ * ListFlowsByTx lists lifecycle flows that reference a transaction hash.
1286
+ *
1287
+ * @generated from rpc chain.lifecycle.v1.LifecycleReadService.ListFlowsByTx
1288
+ */
1289
+ listFlowsByTx: {
1290
+ methodKind: "unary";
1291
+ input: typeof ListFlowsByTxRequestSchema;
1292
+ output: typeof ListFlowsByTxResponseSchema;
1293
+ };
1294
+ }>;
1295
+ //#endregion
1296
+ export { FlowDetailView, FlowDetailViewSchema, FlowStep, FlowStepActivityKind, FlowStepActivityKindSchema, FlowStepActivityView, FlowStepActivityViewSchema, FlowStepSchema, FlowStepView, FlowStepViewSchema, FlowSummaryProgressView, FlowSummaryProgressViewSchema, FlowSummaryView, FlowSummaryViewSchema, FlowTimelineItemView, FlowTimelineItemViewSchema, FlowTimelineStatus, FlowTimelineStatusSchema, FlowTxMatchView, FlowTxMatchViewSchema, GetFlowByIdRequest, GetFlowByIdRequestSchema, GetFlowResponse, GetFlowResponseSchema, LifecycleReadService, ListFlowsByTxRequest, ListFlowsByTxRequestSchema, ListFlowsByTxResponse, ListFlowsByTxResponseSchema, ListFlowsRequest, ListFlowsRequestSchema, ListFlowsResponse, ListFlowsResponseSchema, ListOrderBy, ListOrderBySchema, ListScope, ListScopeSchema, Sort, SortSchema, TxLookupKind, TxLookupKindSchema, file_chain_lifecycle_v1_lifecycle_read, lifecycle_read_pb_d_exports };
1297
+ //# sourceMappingURL=lifecycle_read_pb.d.ts.map