carbon-js-sdk 0.11.20 → 0.11.21

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 (1842) hide show
  1. package/README.md +85 -85
  2. package/lib/CarbonSDK.d.ts +159 -159
  3. package/lib/CarbonSDK.js +466 -470
  4. package/lib/clients/AxelarBridgeClient.d.ts +28 -28
  5. package/lib/clients/AxelarBridgeClient.js +37 -37
  6. package/lib/clients/BatchQueryClient.d.ts +26 -26
  7. package/lib/clients/BatchQueryClient.js +100 -100
  8. package/lib/clients/BlockchainClient.d.ts +16 -16
  9. package/lib/clients/BlockchainClient.js +19 -19
  10. package/lib/clients/CarbonQueryClient.d.ts +118 -118
  11. package/lib/clients/CarbonQueryClient.js +120 -120
  12. package/lib/clients/ETHClient.d.ts +115 -115
  13. package/lib/clients/ETHClient.js +377 -377
  14. package/lib/clients/GasFee.d.ts +12 -12
  15. package/lib/clients/GasFee.js +31 -31
  16. package/lib/clients/GrpcQueryClient.d.ts +22 -22
  17. package/lib/clients/GrpcQueryClient.js +56 -56
  18. package/lib/clients/HydrogenClient.d.ts +31 -31
  19. package/lib/clients/HydrogenClient.js +184 -184
  20. package/lib/clients/InsightsQueryClient.d.ts +70 -70
  21. package/lib/clients/InsightsQueryClient.js +552 -552
  22. package/lib/clients/N3Client.d.ts +73 -73
  23. package/lib/clients/N3Client.js +287 -287
  24. package/lib/clients/NEOClient.d.ts +57 -57
  25. package/lib/clients/NEOClient.js +335 -339
  26. package/lib/clients/TokenClient.d.ts +90 -90
  27. package/lib/clients/TokenClient.js +757 -757
  28. package/lib/clients/ZILClient.d.ts +106 -106
  29. package/lib/clients/ZILClient.js +443 -443
  30. package/lib/clients/index.d.ts +10 -10
  31. package/lib/clients/index.js +26 -26
  32. package/lib/codec/Switcheo/carbon/adl/genesis.d.ts +18 -18
  33. package/lib/codec/Switcheo/carbon/adl/genesis.js +46 -46
  34. package/lib/codec/Switcheo/carbon/adl/query.d.ts +12 -12
  35. package/lib/codec/Switcheo/carbon/adl/query.js +20 -20
  36. package/lib/codec/Switcheo/carbon/adl/tx.d.ts +12 -12
  37. package/lib/codec/Switcheo/carbon/adl/tx.js +20 -20
  38. package/lib/codec/Switcheo/carbon/admin/export.d.ts +2 -2
  39. package/lib/codec/Switcheo/carbon/admin/export.js +13 -13
  40. package/lib/codec/Switcheo/carbon/admin/genesis.d.ts +18 -18
  41. package/lib/codec/Switcheo/carbon/admin/genesis.js +46 -46
  42. package/lib/codec/Switcheo/carbon/admin/query.d.ts +62 -62
  43. package/lib/codec/Switcheo/carbon/admin/query.js +186 -186
  44. package/lib/codec/Switcheo/carbon/admin/tx.d.ts +62 -62
  45. package/lib/codec/Switcheo/carbon/admin/tx.js +198 -198
  46. package/lib/codec/Switcheo/carbon/bank/event.d.ts +65 -65
  47. package/lib/codec/Switcheo/carbon/bank/event.js +332 -332
  48. package/lib/codec/Switcheo/carbon/bank/export.d.ts +3 -3
  49. package/lib/codec/Switcheo/carbon/bank/export.js +23 -23
  50. package/lib/codec/Switcheo/carbon/bank/genesis.d.ts +19 -19
  51. package/lib/codec/Switcheo/carbon/bank/genesis.js +63 -63
  52. package/lib/codec/Switcheo/carbon/bank/query.d.ts +122 -122
  53. package/lib/codec/Switcheo/carbon/bank/query.js +643 -643
  54. package/lib/codec/Switcheo/carbon/bank/tx.d.ts +63 -63
  55. package/lib/codec/Switcheo/carbon/bank/tx.js +210 -210
  56. package/lib/codec/Switcheo/carbon/book/book.d.ts +57 -57
  57. package/lib/codec/Switcheo/carbon/book/book.js +319 -319
  58. package/lib/codec/Switcheo/carbon/book/event.d.ts +41 -41
  59. package/lib/codec/Switcheo/carbon/book/event.js +195 -195
  60. package/lib/codec/Switcheo/carbon/book/export.d.ts +4 -4
  61. package/lib/codec/Switcheo/carbon/book/export.js +25 -25
  62. package/lib/codec/Switcheo/carbon/book/genesis.d.ts +25 -25
  63. package/lib/codec/Switcheo/carbon/book/genesis.js +79 -79
  64. package/lib/codec/Switcheo/carbon/book/legacy.d.ts +22 -22
  65. package/lib/codec/Switcheo/carbon/book/legacy.js +120 -120
  66. package/lib/codec/Switcheo/carbon/book/query.d.ts +147 -147
  67. package/lib/codec/Switcheo/carbon/book/query.js +618 -618
  68. package/lib/codec/Switcheo/carbon/book/tx.d.ts +12 -12
  69. package/lib/codec/Switcheo/carbon/book/tx.js +20 -20
  70. package/lib/codec/Switcheo/carbon/bridge/bridge.d.ts +97 -97
  71. package/lib/codec/Switcheo/carbon/bridge/bridge.js +596 -596
  72. package/lib/codec/Switcheo/carbon/bridge/event.d.ts +293 -293
  73. package/lib/codec/Switcheo/carbon/bridge/event.js +1851 -1851
  74. package/lib/codec/Switcheo/carbon/bridge/export.d.ts +6 -6
  75. package/lib/codec/Switcheo/carbon/bridge/export.js +131 -131
  76. package/lib/codec/Switcheo/carbon/bridge/genesis.d.ts +28 -28
  77. package/lib/codec/Switcheo/carbon/bridge/genesis.js +201 -201
  78. package/lib/codec/Switcheo/carbon/bridge/params.d.ts +47 -47
  79. package/lib/codec/Switcheo/carbon/bridge/params.js +136 -136
  80. package/lib/codec/Switcheo/carbon/bridge/pending_action.d.ts +94 -94
  81. package/lib/codec/Switcheo/carbon/bridge/pending_action.js +698 -698
  82. package/lib/codec/Switcheo/carbon/bridge/query.d.ts +291 -291
  83. package/lib/codec/Switcheo/carbon/bridge/query.js +1301 -1301
  84. package/lib/codec/Switcheo/carbon/bridge/tx.d.ts +810 -810
  85. package/lib/codec/Switcheo/carbon/bridge/tx.js +3970 -3970
  86. package/lib/codec/Switcheo/carbon/broker/amm.d.ts +48 -48
  87. package/lib/codec/Switcheo/carbon/broker/amm.js +312 -312
  88. package/lib/codec/Switcheo/carbon/broker/candlestick.d.ts +27 -27
  89. package/lib/codec/Switcheo/carbon/broker/candlestick.js +211 -211
  90. package/lib/codec/Switcheo/carbon/broker/event.d.ts +53 -53
  91. package/lib/codec/Switcheo/carbon/broker/event.js +485 -485
  92. package/lib/codec/Switcheo/carbon/broker/export.d.ts +7 -7
  93. package/lib/codec/Switcheo/carbon/broker/export.js +27 -27
  94. package/lib/codec/Switcheo/carbon/broker/genesis.d.ts +25 -25
  95. package/lib/codec/Switcheo/carbon/broker/genesis.js +79 -79
  96. package/lib/codec/Switcheo/carbon/broker/incoming_liquidations.d.ts +18 -18
  97. package/lib/codec/Switcheo/carbon/broker/incoming_liquidations.js +93 -93
  98. package/lib/codec/Switcheo/carbon/broker/pagination.d.ts +19 -19
  99. package/lib/codec/Switcheo/carbon/broker/pagination.js +78 -78
  100. package/lib/codec/Switcheo/carbon/broker/query.d.ts +107 -107
  101. package/lib/codec/Switcheo/carbon/broker/query.js +597 -597
  102. package/lib/codec/Switcheo/carbon/broker/tx.d.ts +53 -53
  103. package/lib/codec/Switcheo/carbon/broker/tx.js +176 -176
  104. package/lib/codec/Switcheo/carbon/btcx/denom_cross_chain_info.d.ts +21 -21
  105. package/lib/codec/Switcheo/carbon/btcx/denom_cross_chain_info.js +98 -98
  106. package/lib/codec/Switcheo/carbon/btcx/denom_info.d.ts +24 -24
  107. package/lib/codec/Switcheo/carbon/btcx/denom_info.js +140 -140
  108. package/lib/codec/Switcheo/carbon/btcx/export.d.ts +4 -4
  109. package/lib/codec/Switcheo/carbon/btcx/export.js +19 -19
  110. package/lib/codec/Switcheo/carbon/btcx/genesis.d.ts +18 -18
  111. package/lib/codec/Switcheo/carbon/btcx/genesis.js +46 -46
  112. package/lib/codec/Switcheo/carbon/btcx/query.d.ts +68 -68
  113. package/lib/codec/Switcheo/carbon/btcx/query.js +275 -275
  114. package/lib/codec/Switcheo/carbon/btcx/tx.d.ts +92 -92
  115. package/lib/codec/Switcheo/carbon/btcx/tx.js +436 -436
  116. package/lib/codec/Switcheo/carbon/ccm/export.d.ts +4 -4
  117. package/lib/codec/Switcheo/carbon/ccm/export.js +24 -24
  118. package/lib/codec/Switcheo/carbon/ccm/genesis.d.ts +119 -119
  119. package/lib/codec/Switcheo/carbon/ccm/genesis.js +604 -604
  120. package/lib/codec/Switcheo/carbon/ccm/params.d.ts +28 -28
  121. package/lib/codec/Switcheo/carbon/ccm/params.js +78 -78
  122. package/lib/codec/Switcheo/carbon/ccm/query.d.ts +75 -75
  123. package/lib/codec/Switcheo/carbon/ccm/query.js +284 -284
  124. package/lib/codec/Switcheo/carbon/ccm/tx.d.ts +101 -101
  125. package/lib/codec/Switcheo/carbon/ccm/tx.js +359 -359
  126. package/lib/codec/Switcheo/carbon/cdp/asset_params.d.ts +55 -55
  127. package/lib/codec/Switcheo/carbon/cdp/asset_params.js +396 -396
  128. package/lib/codec/Switcheo/carbon/cdp/cdp_liquidations.d.ts +32 -32
  129. package/lib/codec/Switcheo/carbon/cdp/cdp_liquidations.js +288 -288
  130. package/lib/codec/Switcheo/carbon/cdp/debt_info.d.ts +23 -23
  131. package/lib/codec/Switcheo/carbon/cdp/debt_info.js +158 -158
  132. package/lib/codec/Switcheo/carbon/cdp/e_mode_category.d.ts +23 -23
  133. package/lib/codec/Switcheo/carbon/cdp/e_mode_category.js +135 -135
  134. package/lib/codec/Switcheo/carbon/cdp/event.d.ts +424 -424
  135. package/lib/codec/Switcheo/carbon/cdp/event.js +2695 -2695
  136. package/lib/codec/Switcheo/carbon/cdp/export.d.ts +13 -13
  137. package/lib/codec/Switcheo/carbon/cdp/export.js +196 -196
  138. package/lib/codec/Switcheo/carbon/cdp/genesis.d.ts +134 -134
  139. package/lib/codec/Switcheo/carbon/cdp/genesis.js +823 -823
  140. package/lib/codec/Switcheo/carbon/cdp/params.d.ts +98 -98
  141. package/lib/codec/Switcheo/carbon/cdp/params.js +405 -405
  142. package/lib/codec/Switcheo/carbon/cdp/query.d.ts +669 -669
  143. package/lib/codec/Switcheo/carbon/cdp/query.js +3250 -3250
  144. package/lib/codec/Switcheo/carbon/cdp/rate_strategy_params.d.ts +26 -26
  145. package/lib/codec/Switcheo/carbon/cdp/rate_strategy_params.js +180 -180
  146. package/lib/codec/Switcheo/carbon/cdp/reward_scheme.d.ts +71 -71
  147. package/lib/codec/Switcheo/carbon/cdp/reward_scheme.js +550 -550
  148. package/lib/codec/Switcheo/carbon/cdp/stablecoin_debt_info.d.ts +22 -22
  149. package/lib/codec/Switcheo/carbon/cdp/stablecoin_debt_info.js +144 -144
  150. package/lib/codec/Switcheo/carbon/cdp/stablecoin_interest_info.d.ts +19 -19
  151. package/lib/codec/Switcheo/carbon/cdp/stablecoin_interest_info.js +99 -99
  152. package/lib/codec/Switcheo/carbon/cdp/tx.d.ts +831 -831
  153. package/lib/codec/Switcheo/carbon/cdp/tx.js +3889 -3889
  154. package/lib/codec/Switcheo/carbon/coin/bridge.d.ts +24 -24
  155. package/lib/codec/Switcheo/carbon/coin/bridge.js +151 -151
  156. package/lib/codec/Switcheo/carbon/coin/event.d.ts +143 -143
  157. package/lib/codec/Switcheo/carbon/coin/event.js +775 -775
  158. package/lib/codec/Switcheo/carbon/coin/export.d.ts +8 -8
  159. package/lib/codec/Switcheo/carbon/coin/export.js +111 -111
  160. package/lib/codec/Switcheo/carbon/coin/genesis.d.ts +42 -42
  161. package/lib/codec/Switcheo/carbon/coin/genesis.js +207 -207
  162. package/lib/codec/Switcheo/carbon/coin/group.d.ts +53 -53
  163. package/lib/codec/Switcheo/carbon/coin/group.js +230 -230
  164. package/lib/codec/Switcheo/carbon/coin/proposal.d.ts +21 -21
  165. package/lib/codec/Switcheo/carbon/coin/proposal.js +91 -91
  166. package/lib/codec/Switcheo/carbon/coin/query.d.ts +331 -331
  167. package/lib/codec/Switcheo/carbon/coin/query.js +1526 -1526
  168. package/lib/codec/Switcheo/carbon/coin/token.d.ts +104 -104
  169. package/lib/codec/Switcheo/carbon/coin/token.js +700 -700
  170. package/lib/codec/Switcheo/carbon/coin/tx.d.ts +611 -611
  171. package/lib/codec/Switcheo/carbon/coin/tx.js +3255 -3255
  172. package/lib/codec/Switcheo/carbon/erc20/erc20.d.ts +44 -44
  173. package/lib/codec/Switcheo/carbon/erc20/erc20.js +144 -144
  174. package/lib/codec/Switcheo/carbon/erc20/events.d.ts +82 -82
  175. package/lib/codec/Switcheo/carbon/erc20/events.js +330 -330
  176. package/lib/codec/Switcheo/carbon/erc20/export.d.ts +5 -5
  177. package/lib/codec/Switcheo/carbon/erc20/export.js +38 -38
  178. package/lib/codec/Switcheo/carbon/erc20/genesis.d.ts +24 -24
  179. package/lib/codec/Switcheo/carbon/erc20/genesis.js +81 -81
  180. package/lib/codec/Switcheo/carbon/erc20/params.d.ts +41 -41
  181. package/lib/codec/Switcheo/carbon/erc20/params.js +133 -133
  182. package/lib/codec/Switcheo/carbon/erc20/query.d.ts +120 -120
  183. package/lib/codec/Switcheo/carbon/erc20/query.js +333 -333
  184. package/lib/codec/Switcheo/carbon/erc20/tx.d.ts +251 -251
  185. package/lib/codec/Switcheo/carbon/erc20/tx.js +767 -767
  186. package/lib/codec/Switcheo/carbon/evmbank/export.d.ts +2 -2
  187. package/lib/codec/Switcheo/carbon/evmbank/export.js +8 -8
  188. package/lib/codec/Switcheo/carbon/evmbank/genesis.d.ts +32 -32
  189. package/lib/codec/Switcheo/carbon/evmbank/genesis.js +152 -152
  190. package/lib/codec/Switcheo/carbon/evmbank/query.d.ts +40 -40
  191. package/lib/codec/Switcheo/carbon/evmbank/query.js +116 -116
  192. package/lib/codec/Switcheo/carbon/evmcontract/evm_hooks.d.ts +67 -67
  193. package/lib/codec/Switcheo/carbon/evmcontract/evm_hooks.js +407 -407
  194. package/lib/codec/Switcheo/carbon/evmcontract/export.d.ts +4 -4
  195. package/lib/codec/Switcheo/carbon/evmcontract/export.js +30 -30
  196. package/lib/codec/Switcheo/carbon/evmcontract/genesis.d.ts +24 -24
  197. package/lib/codec/Switcheo/carbon/evmcontract/genesis.js +96 -96
  198. package/lib/codec/Switcheo/carbon/evmcontract/params.d.ts +28 -28
  199. package/lib/codec/Switcheo/carbon/evmcontract/params.js +111 -111
  200. package/lib/codec/Switcheo/carbon/evmcontract/query.d.ts +139 -139
  201. package/lib/codec/Switcheo/carbon/evmcontract/query.js +581 -581
  202. package/lib/codec/Switcheo/carbon/evmcontract/tx.d.ts +89 -89
  203. package/lib/codec/Switcheo/carbon/evmcontract/tx.js +346 -346
  204. package/lib/codec/Switcheo/carbon/evmmerge/address.d.ts +19 -19
  205. package/lib/codec/Switcheo/carbon/evmmerge/address.js +75 -75
  206. package/lib/codec/Switcheo/carbon/evmmerge/event.d.ts +20 -20
  207. package/lib/codec/Switcheo/carbon/evmmerge/event.js +90 -90
  208. package/lib/codec/Switcheo/carbon/evmmerge/export.d.ts +6 -6
  209. package/lib/codec/Switcheo/carbon/evmmerge/export.js +20 -20
  210. package/lib/codec/Switcheo/carbon/evmmerge/genesis.d.ts +48 -48
  211. package/lib/codec/Switcheo/carbon/evmmerge/genesis.js +216 -216
  212. package/lib/codec/Switcheo/carbon/evmmerge/offchain.d.ts +25 -25
  213. package/lib/codec/Switcheo/carbon/evmmerge/offchain.js +105 -105
  214. package/lib/codec/Switcheo/carbon/evmmerge/query.d.ts +87 -87
  215. package/lib/codec/Switcheo/carbon/evmmerge/query.js +254 -254
  216. package/lib/codec/Switcheo/carbon/evmmerge/tx.d.ts +51 -51
  217. package/lib/codec/Switcheo/carbon/evmmerge/tx.js +128 -128
  218. package/lib/codec/Switcheo/carbon/fee/event.d.ts +20 -20
  219. package/lib/codec/Switcheo/carbon/fee/event.js +83 -83
  220. package/lib/codec/Switcheo/carbon/fee/export.d.ts +4 -4
  221. package/lib/codec/Switcheo/carbon/fee/export.js +27 -27
  222. package/lib/codec/Switcheo/carbon/fee/fee.d.ts +42 -42
  223. package/lib/codec/Switcheo/carbon/fee/fee.js +183 -183
  224. package/lib/codec/Switcheo/carbon/fee/genesis.d.ts +23 -23
  225. package/lib/codec/Switcheo/carbon/fee/genesis.js +79 -79
  226. package/lib/codec/Switcheo/carbon/fee/query.d.ts +114 -114
  227. package/lib/codec/Switcheo/carbon/fee/query.js +470 -470
  228. package/lib/codec/Switcheo/carbon/fee/tx.d.ts +108 -108
  229. package/lib/codec/Switcheo/carbon/fee/tx.js +415 -415
  230. package/lib/codec/Switcheo/carbon/headersync/consensus_peers.d.ts +71 -71
  231. package/lib/codec/Switcheo/carbon/headersync/consensus_peers.js +383 -383
  232. package/lib/codec/Switcheo/carbon/headersync/export.d.ts +4 -4
  233. package/lib/codec/Switcheo/carbon/headersync/export.js +22 -22
  234. package/lib/codec/Switcheo/carbon/headersync/genesis.d.ts +82 -82
  235. package/lib/codec/Switcheo/carbon/headersync/genesis.js +419 -419
  236. package/lib/codec/Switcheo/carbon/headersync/query.d.ts +42 -42
  237. package/lib/codec/Switcheo/carbon/headersync/query.js +125 -125
  238. package/lib/codec/Switcheo/carbon/headersync/tx.d.ts +64 -64
  239. package/lib/codec/Switcheo/carbon/headersync/tx.js +215 -215
  240. package/lib/codec/Switcheo/carbon/inflation/export.d.ts +2 -2
  241. package/lib/codec/Switcheo/carbon/inflation/export.js +8 -8
  242. package/lib/codec/Switcheo/carbon/inflation/genesis.d.ts +25 -25
  243. package/lib/codec/Switcheo/carbon/inflation/genesis.js +79 -79
  244. package/lib/codec/Switcheo/carbon/inflation/inflation.d.ts +29 -29
  245. package/lib/codec/Switcheo/carbon/inflation/inflation.js +165 -165
  246. package/lib/codec/Switcheo/carbon/inflation/query.d.ts +41 -41
  247. package/lib/codec/Switcheo/carbon/inflation/query.js +109 -109
  248. package/lib/codec/Switcheo/carbon/inflation/tx.d.ts +12 -12
  249. package/lib/codec/Switcheo/carbon/inflation/tx.js +20 -20
  250. package/lib/codec/Switcheo/carbon/insurance/event.d.ts +24 -24
  251. package/lib/codec/Switcheo/carbon/insurance/event.js +46 -46
  252. package/lib/codec/Switcheo/carbon/insurance/export.d.ts +5 -5
  253. package/lib/codec/Switcheo/carbon/insurance/export.js +21 -21
  254. package/lib/codec/Switcheo/carbon/insurance/fund.d.ts +29 -29
  255. package/lib/codec/Switcheo/carbon/insurance/fund.js +148 -148
  256. package/lib/codec/Switcheo/carbon/insurance/genesis.d.ts +24 -24
  257. package/lib/codec/Switcheo/carbon/insurance/genesis.js +63 -63
  258. package/lib/codec/Switcheo/carbon/insurance/params.d.ts +29 -29
  259. package/lib/codec/Switcheo/carbon/insurance/params.js +113 -113
  260. package/lib/codec/Switcheo/carbon/insurance/query.d.ts +63 -63
  261. package/lib/codec/Switcheo/carbon/insurance/query.js +195 -195
  262. package/lib/codec/Switcheo/carbon/insurance/tx.d.ts +69 -69
  263. package/lib/codec/Switcheo/carbon/insurance/tx.js +246 -246
  264. package/lib/codec/Switcheo/carbon/leverage/event.d.ts +21 -21
  265. package/lib/codec/Switcheo/carbon/leverage/event.js +100 -100
  266. package/lib/codec/Switcheo/carbon/leverage/export.d.ts +4 -4
  267. package/lib/codec/Switcheo/carbon/leverage/export.js +16 -16
  268. package/lib/codec/Switcheo/carbon/leverage/genesis.d.ts +24 -24
  269. package/lib/codec/Switcheo/carbon/leverage/genesis.js +64 -64
  270. package/lib/codec/Switcheo/carbon/leverage/leverage.d.ts +30 -30
  271. package/lib/codec/Switcheo/carbon/leverage/leverage.js +134 -134
  272. package/lib/codec/Switcheo/carbon/leverage/query.d.ts +70 -70
  273. package/lib/codec/Switcheo/carbon/leverage/query.js +234 -234
  274. package/lib/codec/Switcheo/carbon/leverage/tx.d.ts +43 -43
  275. package/lib/codec/Switcheo/carbon/leverage/tx.js +127 -127
  276. package/lib/codec/Switcheo/carbon/liquidation/event.d.ts +23 -23
  277. package/lib/codec/Switcheo/carbon/liquidation/event.js +154 -154
  278. package/lib/codec/Switcheo/carbon/liquidation/export.d.ts +5 -5
  279. package/lib/codec/Switcheo/carbon/liquidation/export.js +15 -15
  280. package/lib/codec/Switcheo/carbon/liquidation/genesis.d.ts +37 -37
  281. package/lib/codec/Switcheo/carbon/liquidation/genesis.js +136 -136
  282. package/lib/codec/Switcheo/carbon/liquidation/outstanding_position.d.ts +33 -33
  283. package/lib/codec/Switcheo/carbon/liquidation/outstanding_position.js +203 -203
  284. package/lib/codec/Switcheo/carbon/liquidation/query.d.ts +52 -52
  285. package/lib/codec/Switcheo/carbon/liquidation/query.js +254 -254
  286. package/lib/codec/Switcheo/carbon/liquidation/quote_changes.d.ts +22 -22
  287. package/lib/codec/Switcheo/carbon/liquidation/quote_changes.js +95 -95
  288. package/lib/codec/Switcheo/carbon/liquidation/tx.d.ts +12 -12
  289. package/lib/codec/Switcheo/carbon/liquidation/tx.js +20 -20
  290. package/lib/codec/Switcheo/carbon/liquiditypool/event.d.ts +182 -182
  291. package/lib/codec/Switcheo/carbon/liquiditypool/event.js +1268 -1268
  292. package/lib/codec/Switcheo/carbon/liquiditypool/export.d.ts +7 -7
  293. package/lib/codec/Switcheo/carbon/liquiditypool/export.js +132 -132
  294. package/lib/codec/Switcheo/carbon/liquiditypool/genesis.d.ts +33 -33
  295. package/lib/codec/Switcheo/carbon/liquiditypool/genesis.js +229 -229
  296. package/lib/codec/Switcheo/carbon/liquiditypool/liquiditypool.d.ts +147 -147
  297. package/lib/codec/Switcheo/carbon/liquiditypool/liquiditypool.js +1081 -1081
  298. package/lib/codec/Switcheo/carbon/liquiditypool/params.d.ts +30 -30
  299. package/lib/codec/Switcheo/carbon/liquiditypool/params.js +149 -149
  300. package/lib/codec/Switcheo/carbon/liquiditypool/proposal.d.ts +117 -117
  301. package/lib/codec/Switcheo/carbon/liquiditypool/proposal.js +697 -697
  302. package/lib/codec/Switcheo/carbon/liquiditypool/query.d.ts +393 -393
  303. package/lib/codec/Switcheo/carbon/liquiditypool/query.js +1826 -1826
  304. package/lib/codec/Switcheo/carbon/liquiditypool/reward.d.ts +196 -196
  305. package/lib/codec/Switcheo/carbon/liquiditypool/reward.js +1204 -1204
  306. package/lib/codec/Switcheo/carbon/liquiditypool/tx.d.ts +495 -495
  307. package/lib/codec/Switcheo/carbon/liquiditypool/tx.js +2522 -2522
  308. package/lib/codec/Switcheo/carbon/lockproxy/event.d.ts +46 -46
  309. package/lib/codec/Switcheo/carbon/lockproxy/event.js +348 -348
  310. package/lib/codec/Switcheo/carbon/lockproxy/export.d.ts +5 -5
  311. package/lib/codec/Switcheo/carbon/lockproxy/export.js +28 -28
  312. package/lib/codec/Switcheo/carbon/lockproxy/genesis.d.ts +68 -68
  313. package/lib/codec/Switcheo/carbon/lockproxy/genesis.js +355 -355
  314. package/lib/codec/Switcheo/carbon/lockproxy/lockproxy.d.ts +22 -22
  315. package/lib/codec/Switcheo/carbon/lockproxy/lockproxy.js +147 -147
  316. package/lib/codec/Switcheo/carbon/lockproxy/query.d.ts +67 -67
  317. package/lib/codec/Switcheo/carbon/lockproxy/query.js +274 -274
  318. package/lib/codec/Switcheo/carbon/lockproxy/tx.d.ts +147 -147
  319. package/lib/codec/Switcheo/carbon/lockproxy/tx.js +808 -808
  320. package/lib/codec/Switcheo/carbon/market/event.d.ts +20 -20
  321. package/lib/codec/Switcheo/carbon/market/event.js +76 -76
  322. package/lib/codec/Switcheo/carbon/market/export.d.ts +7 -7
  323. package/lib/codec/Switcheo/carbon/market/export.js +71 -71
  324. package/lib/codec/Switcheo/carbon/market/fee.d.ts +129 -129
  325. package/lib/codec/Switcheo/carbon/market/fee.js +334 -334
  326. package/lib/codec/Switcheo/carbon/market/genesis.d.ts +32 -32
  327. package/lib/codec/Switcheo/carbon/market/genesis.js +146 -146
  328. package/lib/codec/Switcheo/carbon/market/market.d.ts +96 -96
  329. package/lib/codec/Switcheo/carbon/market/market.js +880 -880
  330. package/lib/codec/Switcheo/carbon/market/params.d.ts +85 -85
  331. package/lib/codec/Switcheo/carbon/market/params.js +821 -821
  332. package/lib/codec/Switcheo/carbon/market/proposal.d.ts +46 -46
  333. package/lib/codec/Switcheo/carbon/market/proposal.js +245 -245
  334. package/lib/codec/Switcheo/carbon/market/query.d.ts +276 -276
  335. package/lib/codec/Switcheo/carbon/market/query.js +1250 -1250
  336. package/lib/codec/Switcheo/carbon/market/tx.d.ts +337 -337
  337. package/lib/codec/Switcheo/carbon/market/tx.js +1601 -1601
  338. package/lib/codec/Switcheo/carbon/marketstats/export.d.ts +2 -2
  339. package/lib/codec/Switcheo/carbon/marketstats/export.js +8 -8
  340. package/lib/codec/Switcheo/carbon/marketstats/genesis.d.ts +18 -18
  341. package/lib/codec/Switcheo/carbon/marketstats/genesis.js +46 -46
  342. package/lib/codec/Switcheo/carbon/marketstats/marketstats.d.ts +31 -31
  343. package/lib/codec/Switcheo/carbon/marketstats/marketstats.js +258 -258
  344. package/lib/codec/Switcheo/carbon/marketstats/query.d.ts +40 -40
  345. package/lib/codec/Switcheo/carbon/marketstats/query.js +108 -108
  346. package/lib/codec/Switcheo/carbon/marketstats/tx.d.ts +12 -12
  347. package/lib/codec/Switcheo/carbon/marketstats/tx.js +20 -20
  348. package/lib/codec/Switcheo/carbon/misc/block.d.ts +21 -21
  349. package/lib/codec/Switcheo/carbon/misc/block.js +105 -105
  350. package/lib/codec/Switcheo/carbon/misc/export.d.ts +6 -6
  351. package/lib/codec/Switcheo/carbon/misc/export.js +29 -29
  352. package/lib/codec/Switcheo/carbon/misc/message.d.ts +24 -24
  353. package/lib/codec/Switcheo/carbon/misc/message.js +157 -157
  354. package/lib/codec/Switcheo/carbon/misc/message_type.d.ts +18 -18
  355. package/lib/codec/Switcheo/carbon/misc/message_type.js +60 -60
  356. package/lib/codec/Switcheo/carbon/misc/query.d.ts +192 -192
  357. package/lib/codec/Switcheo/carbon/misc/query.js +884 -884
  358. package/lib/codec/Switcheo/carbon/misc/trade.d.ts +28 -28
  359. package/lib/codec/Switcheo/carbon/misc/trade.js +224 -224
  360. package/lib/codec/Switcheo/carbon/misc/transaction.d.ts +45 -45
  361. package/lib/codec/Switcheo/carbon/misc/transaction.js +369 -369
  362. package/lib/codec/Switcheo/carbon/oracle/event.d.ts +37 -37
  363. package/lib/codec/Switcheo/carbon/oracle/event.js +228 -228
  364. package/lib/codec/Switcheo/carbon/oracle/export.d.ts +6 -6
  365. package/lib/codec/Switcheo/carbon/oracle/export.js +67 -67
  366. package/lib/codec/Switcheo/carbon/oracle/genesis.d.ts +28 -28
  367. package/lib/codec/Switcheo/carbon/oracle/genesis.js +127 -127
  368. package/lib/codec/Switcheo/carbon/oracle/oracle.d.ts +50 -50
  369. package/lib/codec/Switcheo/carbon/oracle/oracle.js +324 -324
  370. package/lib/codec/Switcheo/carbon/oracle/params.d.ts +47 -47
  371. package/lib/codec/Switcheo/carbon/oracle/params.js +389 -389
  372. package/lib/codec/Switcheo/carbon/oracle/query.d.ts +331 -331
  373. package/lib/codec/Switcheo/carbon/oracle/query.js +1501 -1501
  374. package/lib/codec/Switcheo/carbon/oracle/slashing.d.ts +33 -33
  375. package/lib/codec/Switcheo/carbon/oracle/slashing.js +191 -191
  376. package/lib/codec/Switcheo/carbon/oracle/tx.d.ts +306 -306
  377. package/lib/codec/Switcheo/carbon/oracle/tx.js +1496 -1496
  378. package/lib/codec/Switcheo/carbon/order/event.d.ts +23 -23
  379. package/lib/codec/Switcheo/carbon/order/event.js +146 -146
  380. package/lib/codec/Switcheo/carbon/order/evm_hooks.d.ts +57 -57
  381. package/lib/codec/Switcheo/carbon/order/evm_hooks.js +356 -356
  382. package/lib/codec/Switcheo/carbon/order/export.d.ts +7 -7
  383. package/lib/codec/Switcheo/carbon/order/export.js +48 -48
  384. package/lib/codec/Switcheo/carbon/order/genesis.d.ts +63 -63
  385. package/lib/codec/Switcheo/carbon/order/genesis.js +323 -323
  386. package/lib/codec/Switcheo/carbon/order/order.d.ts +103 -103
  387. package/lib/codec/Switcheo/carbon/order/order.js +847 -847
  388. package/lib/codec/Switcheo/carbon/order/params.d.ts +28 -28
  389. package/lib/codec/Switcheo/carbon/order/params.js +109 -109
  390. package/lib/codec/Switcheo/carbon/order/query.d.ts +144 -144
  391. package/lib/codec/Switcheo/carbon/order/query.js +597 -597
  392. package/lib/codec/Switcheo/carbon/order/tx.d.ts +188 -188
  393. package/lib/codec/Switcheo/carbon/order/tx.js +817 -817
  394. package/lib/codec/Switcheo/carbon/otc/event.d.ts +34 -0
  395. package/lib/codec/Switcheo/carbon/otc/event.js +174 -0
  396. package/lib/codec/Switcheo/carbon/otc/export.d.ts +6 -0
  397. package/lib/codec/Switcheo/carbon/otc/export.js +36 -0
  398. package/lib/codec/{marketstats → Switcheo/carbon/otc}/genesis.d.ts +25 -21
  399. package/lib/codec/{marketstats → Switcheo/carbon/otc}/genesis.js +97 -63
  400. package/lib/codec/Switcheo/carbon/otc/params.d.ts +45 -0
  401. package/lib/codec/Switcheo/carbon/otc/params.js +332 -0
  402. package/lib/codec/Switcheo/carbon/otc/query.d.ts +170 -0
  403. package/lib/codec/Switcheo/carbon/otc/query.js +675 -0
  404. package/lib/codec/Switcheo/carbon/otc/quote.d.ts +34 -0
  405. package/lib/codec/Switcheo/carbon/otc/quote.js +197 -0
  406. package/lib/codec/Switcheo/carbon/otc/rfq.d.ts +34 -0
  407. package/lib/codec/Switcheo/carbon/otc/rfq.js +197 -0
  408. package/lib/codec/Switcheo/carbon/otc/tx.d.ts +137 -0
  409. package/lib/codec/Switcheo/carbon/otc/tx.js +578 -0
  410. package/lib/codec/Switcheo/carbon/perpspool/event.d.ts +95 -95
  411. package/lib/codec/Switcheo/carbon/perpspool/event.js +561 -561
  412. package/lib/codec/Switcheo/carbon/perpspool/export.d.ts +7 -7
  413. package/lib/codec/Switcheo/carbon/perpspool/export.js +69 -69
  414. package/lib/codec/Switcheo/carbon/perpspool/genesis.d.ts +61 -61
  415. package/lib/codec/Switcheo/carbon/perpspool/genesis.js +343 -343
  416. package/lib/codec/Switcheo/carbon/perpspool/market.d.ts +109 -109
  417. package/lib/codec/Switcheo/carbon/perpspool/market.js +493 -493
  418. package/lib/codec/Switcheo/carbon/perpspool/params.d.ts +49 -49
  419. package/lib/codec/Switcheo/carbon/perpspool/params.js +363 -363
  420. package/lib/codec/Switcheo/carbon/perpspool/pool.d.ts +109 -109
  421. package/lib/codec/Switcheo/carbon/perpspool/pool.js +638 -638
  422. package/lib/codec/Switcheo/carbon/perpspool/query.d.ts +247 -247
  423. package/lib/codec/Switcheo/carbon/perpspool/query.js +1141 -1141
  424. package/lib/codec/Switcheo/carbon/perpspool/tx.d.ts +242 -242
  425. package/lib/codec/Switcheo/carbon/perpspool/tx.js +1065 -1065
  426. package/lib/codec/Switcheo/carbon/position/event.d.ts +36 -36
  427. package/lib/codec/Switcheo/carbon/position/event.js +230 -230
  428. package/lib/codec/Switcheo/carbon/position/evm_hooks.d.ts +32 -32
  429. package/lib/codec/Switcheo/carbon/position/evm_hooks.js +195 -195
  430. package/lib/codec/Switcheo/carbon/position/export.d.ts +5 -5
  431. package/lib/codec/Switcheo/carbon/position/export.js +29 -29
  432. package/lib/codec/Switcheo/carbon/position/genesis.d.ts +24 -24
  433. package/lib/codec/Switcheo/carbon/position/genesis.js +64 -64
  434. package/lib/codec/Switcheo/carbon/position/position.d.ts +85 -85
  435. package/lib/codec/Switcheo/carbon/position/position.js +659 -659
  436. package/lib/codec/Switcheo/carbon/position/query.d.ts +135 -135
  437. package/lib/codec/Switcheo/carbon/position/query.js +588 -588
  438. package/lib/codec/Switcheo/carbon/position/tx.d.ts +42 -42
  439. package/lib/codec/Switcheo/carbon/position/tx.js +127 -127
  440. package/lib/codec/Switcheo/carbon/pricing/event.d.ts +84 -84
  441. package/lib/codec/Switcheo/carbon/pricing/event.js +411 -411
  442. package/lib/codec/Switcheo/carbon/pricing/export.d.ts +6 -6
  443. package/lib/codec/Switcheo/carbon/pricing/export.js +51 -51
  444. package/lib/codec/Switcheo/carbon/pricing/genesis.d.ts +27 -27
  445. package/lib/codec/Switcheo/carbon/pricing/genesis.js +96 -96
  446. package/lib/codec/Switcheo/carbon/pricing/legacy.d.ts +22 -22
  447. package/lib/codec/Switcheo/carbon/pricing/legacy.js +93 -93
  448. package/lib/codec/Switcheo/carbon/pricing/params.d.ts +37 -37
  449. package/lib/codec/Switcheo/carbon/pricing/params.js +252 -252
  450. package/lib/codec/Switcheo/carbon/pricing/pricing.d.ts +45 -45
  451. package/lib/codec/Switcheo/carbon/pricing/pricing.js +357 -357
  452. package/lib/codec/Switcheo/carbon/pricing/query.d.ts +184 -184
  453. package/lib/codec/Switcheo/carbon/pricing/query.js +760 -760
  454. package/lib/codec/Switcheo/carbon/pricing/tx.d.ts +220 -220
  455. package/lib/codec/Switcheo/carbon/pricing/tx.js +851 -851
  456. package/lib/codec/Switcheo/carbon/profile/event.d.ts +20 -20
  457. package/lib/codec/Switcheo/carbon/profile/event.js +78 -78
  458. package/lib/codec/Switcheo/carbon/profile/export.d.ts +4 -4
  459. package/lib/codec/Switcheo/carbon/profile/export.js +17 -17
  460. package/lib/codec/Switcheo/carbon/profile/genesis.d.ts +24 -24
  461. package/lib/codec/Switcheo/carbon/profile/genesis.js +64 -64
  462. package/lib/codec/Switcheo/carbon/profile/profile.d.ts +20 -20
  463. package/lib/codec/Switcheo/carbon/profile/profile.js +83 -83
  464. package/lib/codec/Switcheo/carbon/profile/query.d.ts +91 -91
  465. package/lib/codec/Switcheo/carbon/profile/query.js +347 -347
  466. package/lib/codec/Switcheo/carbon/profile/tx.d.ts +43 -43
  467. package/lib/codec/Switcheo/carbon/profile/tx.js +127 -127
  468. package/lib/codec/Switcheo/carbon/sequence/export.d.ts +3 -3
  469. package/lib/codec/Switcheo/carbon/sequence/export.js +13 -13
  470. package/lib/codec/Switcheo/carbon/sequence/genesis.d.ts +30 -30
  471. package/lib/codec/Switcheo/carbon/sequence/genesis.js +122 -122
  472. package/lib/codec/Switcheo/carbon/sequence/query.d.ts +66 -66
  473. package/lib/codec/Switcheo/carbon/sequence/query.js +245 -245
  474. package/lib/codec/Switcheo/carbon/sequence/tx.d.ts +41 -41
  475. package/lib/codec/Switcheo/carbon/sequence/tx.js +148 -148
  476. package/lib/codec/Switcheo/carbon/subaccount/export.d.ts +5 -5
  477. package/lib/codec/Switcheo/carbon/subaccount/export.js +39 -39
  478. package/lib/codec/Switcheo/carbon/subaccount/genesis.d.ts +29 -29
  479. package/lib/codec/Switcheo/carbon/subaccount/genesis.js +111 -111
  480. package/lib/codec/Switcheo/carbon/subaccount/legacy.d.ts +19 -19
  481. package/lib/codec/Switcheo/carbon/subaccount/legacy.js +72 -72
  482. package/lib/codec/Switcheo/carbon/subaccount/params.d.ts +29 -29
  483. package/lib/codec/Switcheo/carbon/subaccount/params.js +119 -119
  484. package/lib/codec/Switcheo/carbon/subaccount/query.d.ts +230 -230
  485. package/lib/codec/Switcheo/carbon/subaccount/query.js +1027 -1027
  486. package/lib/codec/Switcheo/carbon/subaccount/subaccount.d.ts +46 -46
  487. package/lib/codec/Switcheo/carbon/subaccount/subaccount.js +296 -296
  488. package/lib/codec/Switcheo/carbon/subaccount/tx.d.ts +134 -134
  489. package/lib/codec/Switcheo/carbon/subaccount/tx.js +497 -497
  490. package/lib/codec/alliance/alliance/alliance.d.ts +65 -65
  491. package/lib/codec/alliance/alliance/alliance.js +354 -354
  492. package/lib/codec/alliance/alliance/delegations.d.ts +63 -63
  493. package/lib/codec/alliance/alliance/delegations.js +344 -344
  494. package/lib/codec/alliance/alliance/events.d.ts +71 -71
  495. package/lib/codec/alliance/alliance/events.js +452 -452
  496. package/lib/codec/alliance/alliance/export.d.ts +10 -10
  497. package/lib/codec/alliance/alliance/export.js +84 -84
  498. package/lib/codec/alliance/alliance/genesis.d.ts +75 -75
  499. package/lib/codec/alliance/alliance/genesis.js +470 -470
  500. package/lib/codec/alliance/alliance/gov.d.ts +80 -80
  501. package/lib/codec/alliance/alliance/gov.js +400 -400
  502. package/lib/codec/alliance/alliance/params.d.ts +35 -35
  503. package/lib/codec/alliance/alliance/params.js +194 -194
  504. package/lib/codec/alliance/alliance/query.d.ts +404 -404
  505. package/lib/codec/alliance/alliance/query.js +1982 -1982
  506. package/lib/codec/alliance/alliance/redelegations.d.ts +57 -57
  507. package/lib/codec/alliance/alliance/redelegations.js +294 -294
  508. package/lib/codec/alliance/alliance/tx.d.ts +230 -230
  509. package/lib/codec/alliance/alliance/tx.js +1050 -1050
  510. package/lib/codec/alliance/alliance/unbonding.d.ts +26 -26
  511. package/lib/codec/alliance/alliance/unbonding.js +126 -126
  512. package/lib/codec/amino/amino.d.ts +1 -1
  513. package/lib/codec/amino/amino.js +14 -14
  514. package/lib/codec/carbon-models.d.ts +29 -29
  515. package/lib/codec/carbon-models.js +51 -55
  516. package/lib/codec/cosmos/app/runtime/v1alpha1/module.d.ts +84 -84
  517. package/lib/codec/cosmos/app/runtime/v1alpha1/module.js +246 -246
  518. package/lib/codec/cosmos/app/v1alpha1/config.d.ts +83 -83
  519. package/lib/codec/cosmos/app/v1alpha1/config.js +215 -215
  520. package/lib/codec/cosmos/app/v1alpha1/module.d.ts +109 -109
  521. package/lib/codec/cosmos/app/v1alpha1/module.js +192 -192
  522. package/lib/codec/cosmos/app/v1alpha1/query.d.ts +44 -44
  523. package/lib/codec/cosmos/app/v1alpha1/query.js +107 -107
  524. package/lib/codec/cosmos/auth/module/v1/module.d.ts +41 -41
  525. package/lib/codec/cosmos/auth/module/v1/module.js +149 -149
  526. package/lib/codec/cosmos/auth/v1beta1/auth.d.ts +76 -76
  527. package/lib/codec/cosmos/auth/v1beta1/auth.js +408 -408
  528. package/lib/codec/cosmos/auth/v1beta1/export.d.ts +3 -3
  529. package/lib/codec/cosmos/auth/v1beta1/export.js +32 -32
  530. package/lib/codec/cosmos/auth/v1beta1/genesis.d.ts +24 -24
  531. package/lib/codec/cosmos/auth/v1beta1/genesis.js +81 -81
  532. package/lib/codec/cosmos/auth/v1beta1/query.d.ts +379 -379
  533. package/lib/codec/cosmos/auth/v1beta1/query.js +1050 -1050
  534. package/lib/codec/cosmos/auth/v1beta1/tx.d.ts +64 -64
  535. package/lib/codec/cosmos/auth/v1beta1/tx.js +120 -120
  536. package/lib/codec/cosmos/authz/module/v1/module.d.ts +18 -18
  537. package/lib/codec/cosmos/authz/module/v1/module.js +46 -46
  538. package/lib/codec/cosmos/authz/v1beta1/authz.d.ts +74 -74
  539. package/lib/codec/cosmos/authz/v1beta1/authz.js +284 -284
  540. package/lib/codec/cosmos/authz/v1beta1/event.d.ts +41 -41
  541. package/lib/codec/cosmos/authz/v1beta1/event.js +152 -152
  542. package/lib/codec/cosmos/authz/v1beta1/genesis.d.ts +21 -21
  543. package/lib/codec/cosmos/authz/v1beta1/genesis.js +64 -64
  544. package/lib/codec/cosmos/authz/v1beta1/query.d.ts +122 -122
  545. package/lib/codec/cosmos/authz/v1beta1/query.js +458 -458
  546. package/lib/codec/cosmos/authz/v1beta1/tx.d.ts +126 -126
  547. package/lib/codec/cosmos/authz/v1beta1/tx.js +386 -386
  548. package/lib/codec/cosmos/autocli/v1/options.d.ts +184 -184
  549. package/lib/codec/cosmos/autocli/v1/options.js +686 -686
  550. package/lib/codec/cosmos/autocli/v1/query.d.ts +60 -60
  551. package/lib/codec/cosmos/autocli/v1/query.js +180 -180
  552. package/lib/codec/cosmos/bank/module/v1/module.d.ts +26 -26
  553. package/lib/codec/cosmos/bank/module/v1/module.js +76 -76
  554. package/lib/codec/cosmos/bank/v1beta1/authz.d.ts +32 -32
  555. package/lib/codec/cosmos/bank/v1beta1/authz.js +79 -79
  556. package/lib/codec/cosmos/bank/v1beta1/bank.d.ts +160 -160
  557. package/lib/codec/cosmos/bank/v1beta1/bank.js +519 -519
  558. package/lib/codec/cosmos/bank/v1beta1/export.d.ts +5 -5
  559. package/lib/codec/cosmos/bank/v1beta1/export.js +52 -52
  560. package/lib/codec/cosmos/bank/v1beta1/genesis.d.ts +54 -54
  561. package/lib/codec/cosmos/bank/v1beta1/genesis.js +187 -187
  562. package/lib/codec/cosmos/bank/v1beta1/query.d.ts +557 -557
  563. package/lib/codec/cosmos/bank/v1beta1/query.js +1649 -1649
  564. package/lib/codec/cosmos/bank/v1beta1/tx.d.ts +173 -173
  565. package/lib/codec/cosmos/bank/v1beta1/tx.js +449 -449
  566. package/lib/codec/cosmos/base/abci/v1beta1/abci.d.ts +258 -258
  567. package/lib/codec/cosmos/base/abci/v1beta1/abci.js +1068 -1068
  568. package/lib/codec/cosmos/base/node/v1beta1/query.d.ts +78 -78
  569. package/lib/codec/cosmos/base/node/v1beta1/query.js +358 -358
  570. package/lib/codec/cosmos/base/query/v1beta1/pagination.d.ts +85 -85
  571. package/lib/codec/cosmos/base/query/v1beta1/pagination.js +215 -215
  572. package/lib/codec/cosmos/base/reflection/v1beta1/reflection.d.ts +81 -81
  573. package/lib/codec/cosmos/base/reflection/v1beta1/reflection.js +210 -210
  574. package/lib/codec/cosmos/base/reflection/v2alpha1/reflection.d.ts +414 -414
  575. package/lib/codec/cosmos/base/reflection/v2alpha1/reflection.js +1438 -1438
  576. package/lib/codec/cosmos/base/tendermint/v1beta1/query.d.ts +321 -321
  577. package/lib/codec/cosmos/base/tendermint/v1beta1/query.js +1490 -1490
  578. package/lib/codec/cosmos/base/tendermint/v1beta1/types.d.ts +67 -67
  579. package/lib/codec/cosmos/base/tendermint/v1beta1/types.js +423 -423
  580. package/lib/codec/cosmos/base/v1beta1/coin.d.ts +70 -70
  581. package/lib/codec/cosmos/base/v1beta1/coin.js +214 -214
  582. package/lib/codec/cosmos/circuit/module/v1/module.d.ts +20 -20
  583. package/lib/codec/cosmos/circuit/module/v1/module.js +59 -59
  584. package/lib/codec/cosmos/circuit/v1/query.d.ts +97 -97
  585. package/lib/codec/cosmos/circuit/v1/query.js +333 -333
  586. package/lib/codec/cosmos/circuit/v1/tx.d.ts +128 -128
  587. package/lib/codec/cosmos/circuit/v1/tx.js +371 -371
  588. package/lib/codec/cosmos/circuit/v1/types.d.ts +81 -81
  589. package/lib/codec/cosmos/circuit/v1/types.js +266 -266
  590. package/lib/codec/cosmos/consensus/module/v1/module.d.ts +20 -20
  591. package/lib/codec/cosmos/consensus/module/v1/module.js +59 -59
  592. package/lib/codec/cosmos/consensus/v1/query.d.ts +49 -49
  593. package/lib/codec/cosmos/consensus/v1/query.js +109 -109
  594. package/lib/codec/cosmos/consensus/v1/tx.d.ts +65 -65
  595. package/lib/codec/cosmos/consensus/v1/tx.js +174 -174
  596. package/lib/codec/cosmos/crisis/module/v1/module.d.ts +22 -22
  597. package/lib/codec/cosmos/crisis/module/v1/module.js +72 -72
  598. package/lib/codec/cosmos/crisis/v1beta1/genesis.d.ts +24 -24
  599. package/lib/codec/cosmos/crisis/v1beta1/genesis.js +65 -65
  600. package/lib/codec/cosmos/crisis/v1beta1/tx.d.ts +89 -89
  601. package/lib/codec/cosmos/crisis/v1beta1/tx.js +236 -236
  602. package/lib/codec/cosmos/crypto/ed25519/keys.d.ts +39 -39
  603. package/lib/codec/cosmos/crypto/ed25519/keys.js +138 -138
  604. package/lib/codec/cosmos/crypto/hd/v1/hd.d.ts +32 -32
  605. package/lib/codec/cosmos/crypto/hd/v1/hd.js +114 -114
  606. package/lib/codec/cosmos/crypto/keyring/v1/record.d.ts +78 -78
  607. package/lib/codec/cosmos/crypto/keyring/v1/record.js +309 -309
  608. package/lib/codec/cosmos/crypto/multisig/keys.d.ts +25 -25
  609. package/lib/codec/cosmos/crypto/multisig/keys.js +76 -76
  610. package/lib/codec/cosmos/crypto/multisig/v1beta1/multisig.d.ts +40 -40
  611. package/lib/codec/cosmos/crypto/multisig/v1beta1/multisig.js +153 -153
  612. package/lib/codec/cosmos/crypto/secp256k1/keys.d.ts +36 -36
  613. package/lib/codec/cosmos/crypto/secp256k1/keys.js +138 -138
  614. package/lib/codec/cosmos/crypto/secp256r1/keys.d.ts +36 -36
  615. package/lib/codec/cosmos/crypto/secp256r1/keys.js +138 -138
  616. package/lib/codec/cosmos/distribution/module/v1/module.d.ts +21 -21
  617. package/lib/codec/cosmos/distribution/module/v1/module.js +72 -72
  618. package/lib/codec/cosmos/distribution/v1beta1/distribution.d.ts +225 -225
  619. package/lib/codec/cosmos/distribution/v1beta1/distribution.js +858 -858
  620. package/lib/codec/cosmos/distribution/v1beta1/export.d.ts +4 -4
  621. package/lib/codec/cosmos/distribution/v1beta1/export.js +63 -63
  622. package/lib/codec/cosmos/distribution/v1beta1/genesis.d.ts +156 -156
  623. package/lib/codec/cosmos/distribution/v1beta1/genesis.js +722 -722
  624. package/lib/codec/cosmos/distribution/v1beta1/query.d.ts +384 -384
  625. package/lib/codec/cosmos/distribution/v1beta1/query.js +1232 -1232
  626. package/lib/codec/cosmos/distribution/v1beta1/tx.d.ts +287 -287
  627. package/lib/codec/cosmos/distribution/v1beta1/tx.js +766 -766
  628. package/lib/codec/cosmos/evidence/module/v1/module.d.ts +18 -18
  629. package/lib/codec/cosmos/evidence/module/v1/module.js +46 -46
  630. package/lib/codec/cosmos/evidence/v1beta1/evidence.d.ts +29 -29
  631. package/lib/codec/cosmos/evidence/v1beta1/evidence.js +133 -133
  632. package/lib/codec/cosmos/evidence/v1beta1/genesis.d.ts +21 -21
  633. package/lib/codec/cosmos/evidence/v1beta1/genesis.js +64 -64
  634. package/lib/codec/cosmos/evidence/v1beta1/query.d.ts +93 -93
  635. package/lib/codec/cosmos/evidence/v1beta1/query.js +292 -292
  636. package/lib/codec/cosmos/evidence/v1beta1/tx.d.ts +54 -54
  637. package/lib/codec/cosmos/evidence/v1beta1/tx.js +167 -167
  638. package/lib/codec/cosmos/feegrant/module/v1/module.d.ts +18 -18
  639. package/lib/codec/cosmos/feegrant/module/v1/module.js +46 -46
  640. package/lib/codec/cosmos/feegrant/v1beta1/feegrant.d.ts +96 -96
  641. package/lib/codec/cosmos/feegrant/v1beta1/feegrant.js +359 -359
  642. package/lib/codec/cosmos/feegrant/v1beta1/genesis.d.ts +21 -21
  643. package/lib/codec/cosmos/feegrant/v1beta1/genesis.js +64 -64
  644. package/lib/codec/cosmos/feegrant/v1beta1/query.d.ts +122 -122
  645. package/lib/codec/cosmos/feegrant/v1beta1/query.js +407 -407
  646. package/lib/codec/cosmos/feegrant/v1beta1/tx.d.ts +122 -122
  647. package/lib/codec/cosmos/feegrant/v1beta1/tx.js +312 -312
  648. package/lib/codec/cosmos/genutil/module/v1/module.d.ts +18 -18
  649. package/lib/codec/cosmos/genutil/module/v1/module.js +46 -46
  650. package/lib/codec/cosmos/genutil/v1beta1/genesis.d.ts +20 -20
  651. package/lib/codec/cosmos/genutil/v1beta1/genesis.js +93 -93
  652. package/lib/codec/cosmos/gov/module/v1/module.d.ts +25 -25
  653. package/lib/codec/cosmos/gov/module/v1/module.js +75 -75
  654. package/lib/codec/cosmos/gov/v1/export.d.ts +3 -3
  655. package/lib/codec/cosmos/gov/v1/export.js +53 -53
  656. package/lib/codec/cosmos/gov/v1/genesis.d.ts +64 -64
  657. package/lib/codec/cosmos/gov/v1/genesis.js +198 -198
  658. package/lib/codec/cosmos/gov/v1/gov.d.ts +345 -345
  659. package/lib/codec/cosmos/gov/v1/gov.js +1204 -1204
  660. package/lib/codec/cosmos/gov/v1/query.d.ts +312 -312
  661. package/lib/codec/cosmos/gov/v1/query.js +1145 -1145
  662. package/lib/codec/cosmos/gov/v1/tx.d.ts +291 -291
  663. package/lib/codec/cosmos/gov/v1/tx.js +953 -953
  664. package/lib/codec/cosmos/gov/v1beta1/genesis.d.ts +33 -33
  665. package/lib/codec/cosmos/gov/v1beta1/genesis.js +166 -166
  666. package/lib/codec/cosmos/gov/v1beta1/gov.d.ts +246 -246
  667. package/lib/codec/cosmos/gov/v1beta1/gov.js +929 -929
  668. package/lib/codec/cosmos/gov/v1beta1/query.d.ts +265 -265
  669. package/lib/codec/cosmos/gov/v1beta1/query.js +1045 -1045
  670. package/lib/codec/cosmos/gov/v1beta1/tx.d.ts +154 -154
  671. package/lib/codec/cosmos/gov/v1beta1/tx.js +496 -496
  672. package/lib/codec/cosmos/group/module/v1/module.d.ts +29 -29
  673. package/lib/codec/cosmos/group/module/v1/module.js +83 -83
  674. package/lib/codec/cosmos/group/v1/events.d.ts +140 -140
  675. package/lib/codec/cosmos/group/v1/events.js +560 -560
  676. package/lib/codec/cosmos/group/v1/genesis.d.ts +45 -45
  677. package/lib/codec/cosmos/group/v1/genesis.js +176 -176
  678. package/lib/codec/cosmos/group/v1/query.d.ts +453 -453
  679. package/lib/codec/cosmos/group/v1/query.js +1771 -1771
  680. package/lib/codec/cosmos/group/v1/tx.d.ts +495 -495
  681. package/lib/codec/cosmos/group/v1/tx.js +1866 -1866
  682. package/lib/codec/cosmos/group/v1/types.d.ts +382 -382
  683. package/lib/codec/cosmos/group/v1/types.js +1332 -1332
  684. package/lib/codec/cosmos/ics23/v1/proofs.d.ts +328 -328
  685. package/lib/codec/cosmos/ics23/v1/proofs.js +1347 -1347
  686. package/lib/codec/cosmos/mint/module/v1/module.d.ts +21 -21
  687. package/lib/codec/cosmos/mint/module/v1/module.js +72 -72
  688. package/lib/codec/cosmos/mint/v1beta1/export.d.ts +3 -3
  689. package/lib/codec/cosmos/mint/v1beta1/export.js +16 -16
  690. package/lib/codec/cosmos/mint/v1beta1/genesis.d.ts +23 -23
  691. package/lib/codec/cosmos/mint/v1beta1/genesis.js +79 -79
  692. package/lib/codec/cosmos/mint/v1beta1/mint.d.ts +44 -44
  693. package/lib/codec/cosmos/mint/v1beta1/mint.js +192 -192
  694. package/lib/codec/cosmos/mint/v1beta1/query.d.ts +103 -103
  695. package/lib/codec/cosmos/mint/v1beta1/query.js +309 -309
  696. package/lib/codec/cosmos/mint/v1beta1/tx.d.ts +64 -64
  697. package/lib/codec/cosmos/mint/v1beta1/tx.js +120 -120
  698. package/lib/codec/cosmos/msg/textual/v1/textual.d.ts +1 -1
  699. package/lib/codec/cosmos/msg/textual/v1/textual.js +14 -14
  700. package/lib/codec/cosmos/msg/v1/msg.d.ts +1 -1
  701. package/lib/codec/cosmos/msg/v1/msg.js +14 -14
  702. package/lib/codec/cosmos/nft/module/v1/module.d.ts +18 -18
  703. package/lib/codec/cosmos/nft/module/v1/module.js +46 -46
  704. package/lib/codec/cosmos/nft/v1beta1/event.d.ts +58 -58
  705. package/lib/codec/cosmos/nft/v1beta1/event.js +227 -227
  706. package/lib/codec/cosmos/nft/v1beta1/genesis.d.ts +37 -37
  707. package/lib/codec/cosmos/nft/v1beta1/genesis.js +140 -140
  708. package/lib/codec/cosmos/nft/v1beta1/nft.d.ts +53 -53
  709. package/lib/codec/cosmos/nft/v1beta1/nft.js +233 -233
  710. package/lib/codec/cosmos/nft/v1beta1/query.d.ts +226 -226
  711. package/lib/codec/cosmos/nft/v1beta1/query.js +817 -817
  712. package/lib/codec/cosmos/nft/v1beta1/tx.d.ts +49 -49
  713. package/lib/codec/cosmos/nft/v1beta1/tx.js +137 -137
  714. package/lib/codec/cosmos/orm/module/v1alpha1/module.d.ts +22 -22
  715. package/lib/codec/cosmos/orm/module/v1alpha1/module.js +46 -46
  716. package/lib/codec/cosmos/orm/query/v1alpha1/query.d.ts +173 -173
  717. package/lib/codec/cosmos/orm/query/v1alpha1/query.js +652 -652
  718. package/lib/codec/cosmos/orm/v1/orm.d.ts +126 -126
  719. package/lib/codec/cosmos/orm/v1/orm.js +263 -263
  720. package/lib/codec/cosmos/orm/v1alpha1/schema.d.ts +76 -76
  721. package/lib/codec/cosmos/orm/v1alpha1/schema.js +235 -235
  722. package/lib/codec/cosmos/params/module/v1/module.d.ts +18 -18
  723. package/lib/codec/cosmos/params/module/v1/module.js +46 -46
  724. package/lib/codec/cosmos/params/v1beta1/export.d.ts +2 -2
  725. package/lib/codec/cosmos/params/v1beta1/export.js +12 -12
  726. package/lib/codec/cosmos/params/v1beta1/params.d.ts +37 -37
  727. package/lib/codec/cosmos/params/v1beta1/params.js +155 -155
  728. package/lib/codec/cosmos/params/v1beta1/query.d.ts +106 -106
  729. package/lib/codec/cosmos/params/v1beta1/query.js +280 -280
  730. package/lib/codec/cosmos/query/v1/query.d.ts +1 -1
  731. package/lib/codec/cosmos/query/v1/query.js +14 -14
  732. package/lib/codec/cosmos/reflection/v1/reflection.d.ts +50 -50
  733. package/lib/codec/cosmos/reflection/v1/reflection.js +108 -108
  734. package/lib/codec/cosmos/slashing/module/v1/module.d.ts +20 -20
  735. package/lib/codec/cosmos/slashing/module/v1/module.js +59 -59
  736. package/lib/codec/cosmos/slashing/v1beta1/export.d.ts +4 -4
  737. package/lib/codec/cosmos/slashing/v1beta1/export.js +22 -22
  738. package/lib/codec/cosmos/slashing/v1beta1/genesis.d.ts +76 -76
  739. package/lib/codec/cosmos/slashing/v1beta1/genesis.js +282 -282
  740. package/lib/codec/cosmos/slashing/v1beta1/query.d.ts +110 -110
  741. package/lib/codec/cosmos/slashing/v1beta1/query.js +333 -333
  742. package/lib/codec/cosmos/slashing/v1beta1/slashing.d.ts +59 -59
  743. package/lib/codec/cosmos/slashing/v1beta1/slashing.js +320 -320
  744. package/lib/codec/cosmos/slashing/v1beta1/tx.d.ts +92 -92
  745. package/lib/codec/cosmos/slashing/v1beta1/tx.js +204 -204
  746. package/lib/codec/cosmos/staking/module/v1/module.d.ts +30 -30
  747. package/lib/codec/cosmos/staking/module/v1/module.js +108 -108
  748. package/lib/codec/cosmos/staking/v1beta1/authz.d.ts +68 -68
  749. package/lib/codec/cosmos/staking/v1beta1/authz.js +225 -225
  750. package/lib/codec/cosmos/staking/v1beta1/export.d.ts +5 -5
  751. package/lib/codec/cosmos/staking/v1beta1/export.js +84 -84
  752. package/lib/codec/cosmos/staking/v1beta1/genesis.d.ts +55 -55
  753. package/lib/codec/cosmos/staking/v1beta1/genesis.js +259 -259
  754. package/lib/codec/cosmos/staking/v1beta1/query.d.ts +525 -525
  755. package/lib/codec/cosmos/staking/v1beta1/query.js +1750 -1750
  756. package/lib/codec/cosmos/staking/v1beta1/staking.d.ts +427 -427
  757. package/lib/codec/cosmos/staking/v1beta1/staking.js +1900 -1900
  758. package/lib/codec/cosmos/staking/v1beta1/tx.d.ts +282 -282
  759. package/lib/codec/cosmos/staking/v1beta1/tx.js +1001 -1001
  760. package/lib/codec/cosmos/store/internal/kv/v1beta1/kv.d.ts +31 -31
  761. package/lib/codec/cosmos/store/internal/kv/v1beta1/kv.js +154 -154
  762. package/lib/codec/cosmos/store/snapshots/v1/snapshot.d.ts +119 -119
  763. package/lib/codec/cosmos/store/snapshots/v1/snapshot.js +540 -540
  764. package/lib/codec/cosmos/store/streaming/abci/grpc.d.ts +72 -72
  765. package/lib/codec/cosmos/store/streaming/abci/grpc.js +247 -247
  766. package/lib/codec/cosmos/store/v1beta1/commit_info.d.ts +54 -54
  767. package/lib/codec/cosmos/store/v1beta1/commit_info.js +273 -273
  768. package/lib/codec/cosmos/store/v1beta1/listening.d.ts +48 -48
  769. package/lib/codec/cosmos/store/v1beta1/listening.js +220 -220
  770. package/lib/codec/cosmos/tx/config/v1/config.d.ts +28 -28
  771. package/lib/codec/cosmos/tx/config/v1/config.js +73 -73
  772. package/lib/codec/cosmos/tx/signing/v1beta1/signing.d.ts +147 -147
  773. package/lib/codec/cosmos/tx/signing/v1beta1/signing.js +477 -477
  774. package/lib/codec/cosmos/tx/v1beta1/export.d.ts +2 -2
  775. package/lib/codec/cosmos/tx/v1beta1/export.js +43 -43
  776. package/lib/codec/cosmos/tx/v1beta1/service.d.ts +460 -460
  777. package/lib/codec/cosmos/tx/v1beta1/service.js +1340 -1340
  778. package/lib/codec/cosmos/tx/v1beta1/tx.d.ts +377 -377
  779. package/lib/codec/cosmos/tx/v1beta1/tx.js +1121 -1121
  780. package/lib/codec/cosmos/upgrade/module/v1/module.d.ts +20 -20
  781. package/lib/codec/cosmos/upgrade/module/v1/module.js +59 -59
  782. package/lib/codec/cosmos/upgrade/v1beta1/query.d.ts +213 -213
  783. package/lib/codec/cosmos/upgrade/v1beta1/query.js +526 -526
  784. package/lib/codec/cosmos/upgrade/v1beta1/tx.d.ts +97 -97
  785. package/lib/codec/cosmos/upgrade/v1beta1/tx.js +203 -203
  786. package/lib/codec/cosmos/upgrade/v1beta1/upgrade.d.ts +114 -114
  787. package/lib/codec/cosmos/upgrade/v1beta1/upgrade.js +341 -341
  788. package/lib/codec/cosmos/vesting/module/v1/module.d.ts +18 -18
  789. package/lib/codec/cosmos/vesting/module/v1/module.js +46 -46
  790. package/lib/codec/cosmos/vesting/v1beta1/export.d.ts +2 -2
  791. package/lib/codec/cosmos/vesting/v1beta1/export.js +17 -17
  792. package/lib/codec/cosmos/vesting/v1beta1/tx.d.ts +138 -138
  793. package/lib/codec/cosmos/vesting/v1beta1/tx.js +416 -416
  794. package/lib/codec/cosmos/vesting/v1beta1/vesting.d.ts +106 -106
  795. package/lib/codec/cosmos/vesting/v1beta1/vesting.js +451 -451
  796. package/lib/codec/cosmos-models.d.ts +10 -10
  797. package/lib/codec/cosmos-models.js +32 -36
  798. package/lib/codec/ethermint/crypto/v1/ethsecp256k1/export.d.ts +1 -1
  799. package/lib/codec/ethermint/crypto/v1/ethsecp256k1/export.js +6 -6
  800. package/lib/codec/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +39 -39
  801. package/lib/codec/ethermint/crypto/v1/ethsecp256k1/keys.js +138 -138
  802. package/lib/codec/ethermint/evm/v1/events.d.ts +72 -72
  803. package/lib/codec/ethermint/evm/v1/events.js +303 -303
  804. package/lib/codec/ethermint/evm/v1/evm.d.ts +239 -239
  805. package/lib/codec/ethermint/evm/v1/evm.js +1140 -1140
  806. package/lib/codec/ethermint/evm/v1/export.d.ts +5 -5
  807. package/lib/codec/ethermint/evm/v1/export.js +53 -53
  808. package/lib/codec/ethermint/evm/v1/genesis.d.ts +43 -43
  809. package/lib/codec/ethermint/evm/v1/genesis.js +153 -153
  810. package/lib/codec/ethermint/evm/v1/query.d.ts +424 -424
  811. package/lib/codec/ethermint/evm/v1/query.js +1637 -1637
  812. package/lib/codec/ethermint/evm/v1/tx.d.ts +219 -219
  813. package/lib/codec/ethermint/evm/v1/tx.js +935 -935
  814. package/lib/codec/ethermint/feemarket/v1/events.d.ts +34 -34
  815. package/lib/codec/ethermint/feemarket/v1/events.js +116 -116
  816. package/lib/codec/ethermint/feemarket/v1/export.d.ts +4 -4
  817. package/lib/codec/ethermint/feemarket/v1/export.js +18 -18
  818. package/lib/codec/ethermint/feemarket/v1/feemarket.d.ts +51 -51
  819. package/lib/codec/ethermint/feemarket/v1/feemarket.js +176 -176
  820. package/lib/codec/ethermint/feemarket/v1/genesis.d.ts +26 -26
  821. package/lib/codec/ethermint/feemarket/v1/genesis.js +79 -79
  822. package/lib/codec/ethermint/feemarket/v1/query.d.ts +100 -100
  823. package/lib/codec/ethermint/feemarket/v1/query.js +276 -276
  824. package/lib/codec/ethermint/feemarket/v1/tx.d.ts +55 -55
  825. package/lib/codec/ethermint/feemarket/v1/tx.js +120 -120
  826. package/lib/codec/ethermint/types/v1/account.d.ts +26 -26
  827. package/lib/codec/ethermint/types/v1/account.js +78 -78
  828. package/lib/codec/ethermint/types/v1/dynamic_fee.d.ts +20 -20
  829. package/lib/codec/ethermint/types/v1/dynamic_fee.js +60 -60
  830. package/lib/codec/ethermint/types/v1/export.d.ts +4 -4
  831. package/lib/codec/ethermint/types/v1/export.js +11 -11
  832. package/lib/codec/ethermint/types/v1/indexer.d.ts +41 -41
  833. package/lib/codec/ethermint/types/v1/indexer.js +153 -153
  834. package/lib/codec/ethermint/types/v1/web3.d.ts +36 -36
  835. package/lib/codec/ethermint/types/v1/web3.js +124 -124
  836. package/lib/codec/ethermint-models.d.ts +4 -4
  837. package/lib/codec/ethermint-models.js +26 -30
  838. package/lib/codec/google/protobuf/any.d.ts +137 -137
  839. package/lib/codec/google/protobuf/any.js +103 -103
  840. package/lib/codec/google/protobuf/descriptor.d.ts +1372 -1372
  841. package/lib/codec/google/protobuf/descriptor.js +4471 -4471
  842. package/lib/codec/google/protobuf/duration.d.ts +92 -92
  843. package/lib/codec/google/protobuf/duration.js +75 -75
  844. package/lib/codec/google/protobuf/empty.d.ts +26 -26
  845. package/lib/codec/google/protobuf/empty.js +46 -46
  846. package/lib/codec/google/protobuf/timestamp.d.ts +121 -121
  847. package/lib/codec/google/protobuf/timestamp.js +75 -75
  848. package/lib/codec/google/protobuf/wrappers.d.ts +152 -152
  849. package/lib/codec/google/protobuf/wrappers.js +457 -457
  850. package/lib/codec/ibc/applications/fee/v1/ack.d.ts +24 -24
  851. package/lib/codec/ibc/applications/fee/v1/ack.js +125 -125
  852. package/lib/codec/ibc/applications/fee/v1/fee.d.ts +68 -68
  853. package/lib/codec/ibc/applications/fee/v1/fee.js +289 -289
  854. package/lib/codec/ibc/applications/fee/v1/genesis.d.ts +93 -93
  855. package/lib/codec/ibc/applications/fee/v1/genesis.js +390 -390
  856. package/lib/codec/ibc/applications/fee/v1/metadata.d.ts +25 -25
  857. package/lib/codec/ibc/applications/fee/v1/metadata.js +71 -71
  858. package/lib/codec/ibc/applications/fee/v1/query.d.ts +318 -318
  859. package/lib/codec/ibc/applications/fee/v1/query.js +1241 -1241
  860. package/lib/codec/ibc/applications/fee/v1/tx.d.ts +171 -171
  861. package/lib/codec/ibc/applications/fee/v1/tx.js +524 -524
  862. package/lib/codec/ibc/applications/interchain_accounts/controller/export.d.ts +3 -3
  863. package/lib/codec/ibc/applications/interchain_accounts/controller/export.js +17 -17
  864. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +23 -23
  865. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/controller.js +61 -61
  866. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/query.d.ts +70 -70
  867. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/query.js +219 -219
  868. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +113 -113
  869. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/tx.js +426 -426
  870. package/lib/codec/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +80 -80
  871. package/lib/codec/ibc/applications/interchain_accounts/genesis/v1/genesis.js +439 -439
  872. package/lib/codec/ibc/applications/interchain_accounts/host/export.d.ts +3 -3
  873. package/lib/codec/ibc/applications/interchain_accounts/host/export.js +11 -11
  874. package/lib/codec/ibc/applications/interchain_accounts/host/v1/host.d.ts +25 -25
  875. package/lib/codec/ibc/applications/interchain_accounts/host/v1/host.js +76 -76
  876. package/lib/codec/ibc/applications/interchain_accounts/host/v1/query.d.ts +44 -44
  877. package/lib/codec/ibc/applications/interchain_accounts/host/v1/query.js +107 -107
  878. package/lib/codec/ibc/applications/interchain_accounts/host/v1/tx.d.ts +50 -50
  879. package/lib/codec/ibc/applications/interchain_accounts/host/v1/tx.js +120 -120
  880. package/lib/codec/ibc/applications/interchain_accounts/v1/account.d.ts +21 -21
  881. package/lib/codec/ibc/applications/interchain_accounts/v1/account.js +79 -79
  882. package/lib/codec/ibc/applications/interchain_accounts/v1/export.d.ts +3 -3
  883. package/lib/codec/ibc/applications/interchain_accounts/v1/export.js +13 -13
  884. package/lib/codec/ibc/applications/interchain_accounts/v1/metadata.d.ts +36 -36
  885. package/lib/codec/ibc/applications/interchain_accounts/v1/metadata.js +129 -129
  886. package/lib/codec/ibc/applications/interchain_accounts/v1/packet.d.ts +46 -46
  887. package/lib/codec/ibc/applications/interchain_accounts/v1/packet.js +203 -203
  888. package/lib/codec/ibc/applications/transfer/v1/authz.d.ts +47 -47
  889. package/lib/codec/ibc/applications/transfer/v1/authz.js +173 -173
  890. package/lib/codec/ibc/applications/transfer/v1/export.d.ts +4 -4
  891. package/lib/codec/ibc/applications/transfer/v1/export.js +27 -27
  892. package/lib/codec/ibc/applications/transfer/v1/genesis.d.ts +28 -28
  893. package/lib/codec/ibc/applications/transfer/v1/genesis.js +108 -108
  894. package/lib/codec/ibc/applications/transfer/v1/query.d.ts +201 -201
  895. package/lib/codec/ibc/applications/transfer/v1/query.js +637 -637
  896. package/lib/codec/ibc/applications/transfer/v1/transfer.d.ts +53 -53
  897. package/lib/codec/ibc/applications/transfer/v1/transfer.js +130 -130
  898. package/lib/codec/ibc/applications/transfer/v1/tx.d.ts +106 -106
  899. package/lib/codec/ibc/applications/transfer/v1/tx.js +327 -327
  900. package/lib/codec/ibc/applications/transfer/v2/export.d.ts +1 -1
  901. package/lib/codec/ibc/applications/transfer/v2/export.js +5 -5
  902. package/lib/codec/ibc/applications/transfer/v2/packet.d.ts +32 -32
  903. package/lib/codec/ibc/applications/transfer/v2/packet.js +113 -113
  904. package/lib/codec/ibc/core/channel/v1/channel.d.ts +257 -257
  905. package/lib/codec/ibc/core/channel/v1/channel.js +1003 -1003
  906. package/lib/codec/ibc/core/channel/v1/export.d.ts +5 -5
  907. package/lib/codec/ibc/core/channel/v1/export.js +103 -103
  908. package/lib/codec/ibc/core/channel/v1/genesis.d.ts +45 -45
  909. package/lib/codec/ibc/core/channel/v1/genesis.js +265 -265
  910. package/lib/codec/ibc/core/channel/v1/query.d.ts +687 -687
  911. package/lib/codec/ibc/core/channel/v1/query.js +2693 -2693
  912. package/lib/codec/ibc/core/channel/v1/tx.d.ts +643 -643
  913. package/lib/codec/ibc/core/channel/v1/tx.js +3315 -3315
  914. package/lib/codec/ibc/core/channel/v1/upgrade.d.ts +62 -62
  915. package/lib/codec/ibc/core/channel/v1/upgrade.js +238 -238
  916. package/lib/codec/ibc/core/client/v1/client.d.ts +161 -161
  917. package/lib/codec/ibc/core/client/v1/client.js +506 -506
  918. package/lib/codec/ibc/core/client/v1/export.d.ts +4 -4
  919. package/lib/codec/ibc/core/client/v1/export.js +48 -48
  920. package/lib/codec/ibc/core/client/v1/genesis.d.ts +67 -67
  921. package/lib/codec/ibc/core/client/v1/genesis.js +296 -296
  922. package/lib/codec/ibc/core/client/v1/query.d.ts +346 -346
  923. package/lib/codec/ibc/core/client/v1/query.js +1128 -1128
  924. package/lib/codec/ibc/core/client/v1/tx.d.ts +264 -264
  925. package/lib/codec/ibc/core/client/v1/tx.js +896 -896
  926. package/lib/codec/ibc/core/commitment/v1/commitment.d.ts +70 -70
  927. package/lib/codec/ibc/core/commitment/v1/commitment.js +237 -237
  928. package/lib/codec/ibc/core/commitment/v1/export.d.ts +1 -1
  929. package/lib/codec/ibc/core/commitment/v1/export.js +8 -8
  930. package/lib/codec/ibc/core/connection/v1/connection.d.ts +170 -170
  931. package/lib/codec/ibc/core/connection/v1/connection.js +600 -600
  932. package/lib/codec/ibc/core/connection/v1/export.d.ts +3 -3
  933. package/lib/codec/ibc/core/connection/v1/export.js +38 -38
  934. package/lib/codec/ibc/core/connection/v1/genesis.d.ts +24 -24
  935. package/lib/codec/ibc/core/connection/v1/genesis.js +113 -113
  936. package/lib/codec/ibc/core/connection/v1/query.d.ts +245 -245
  937. package/lib/codec/ibc/core/connection/v1/query.js +866 -866
  938. package/lib/codec/ibc/core/connection/v1/tx.d.ts +221 -221
  939. package/lib/codec/ibc/core/connection/v1/tx.js +963 -963
  940. package/lib/codec/ibc/core/types/v1/genesis.d.ts +27 -27
  941. package/lib/codec/ibc/core/types/v1/genesis.js +105 -105
  942. package/lib/codec/ibc/lightclients/localhost/v2/export.d.ts +1 -1
  943. package/lib/codec/ibc/lightclients/localhost/v2/export.js +5 -5
  944. package/lib/codec/ibc/lightclients/localhost/v2/localhost.d.ts +21 -21
  945. package/lib/codec/ibc/lightclients/localhost/v2/localhost.js +65 -65
  946. package/lib/codec/ibc/lightclients/solomachine/v2/export.d.ts +1 -1
  947. package/lib/codec/ibc/lightclients/solomachine/v2/export.js +23 -23
  948. package/lib/codec/ibc/lightclients/solomachine/v2/solomachine.d.ts +298 -298
  949. package/lib/codec/ibc/lightclients/solomachine/v2/solomachine.js +1352 -1352
  950. package/lib/codec/ibc/lightclients/solomachine/v3/export.d.ts +1 -1
  951. package/lib/codec/ibc/lightclients/solomachine/v3/export.js +12 -12
  952. package/lib/codec/ibc/lightclients/solomachine/v3/solomachine.d.ts +146 -146
  953. package/lib/codec/ibc/lightclients/solomachine/v3/solomachine.js +712 -712
  954. package/lib/codec/ibc/lightclients/tendermint/v1/export.d.ts +1 -1
  955. package/lib/codec/ibc/lightclients/tendermint/v1/export.js +9 -9
  956. package/lib/codec/ibc/lightclients/tendermint/v1/tendermint.d.ts +147 -147
  957. package/lib/codec/ibc/lightclients/tendermint/v1/tendermint.js +623 -623
  958. package/lib/codec/ibc/lightclients/wasm/v1/genesis.d.ts +32 -32
  959. package/lib/codec/ibc/lightclients/wasm/v1/genesis.js +140 -140
  960. package/lib/codec/ibc/lightclients/wasm/v1/query.d.ts +74 -74
  961. package/lib/codec/ibc/lightclients/wasm/v1/query.js +272 -272
  962. package/lib/codec/ibc/lightclients/wasm/v1/tx.d.ts +105 -105
  963. package/lib/codec/ibc/lightclients/wasm/v1/tx.js +384 -384
  964. package/lib/codec/ibc/lightclients/wasm/v1/wasm.d.ts +70 -70
  965. package/lib/codec/ibc/lightclients/wasm/v1/wasm.js +267 -267
  966. package/lib/codec/ibc-models.d.ts +13 -13
  967. package/lib/codec/ibc-models.js +35 -39
  968. package/lib/codec/index.d.ts +662 -662
  969. package/lib/codec/index.js +30969 -30973
  970. package/lib/codec/oraclesvc/query.d.ts +20 -20
  971. package/lib/codec/oraclesvc/query.js +29 -29
  972. package/lib/codec/polynetwork-models.d.ts +4 -4
  973. package/lib/codec/polynetwork-models.js +26 -30
  974. package/lib/codec/tendermint/abci/types.d.ts +817 -817
  975. package/lib/codec/tendermint/abci/types.js +4769 -4769
  976. package/lib/codec/tendermint/crypto/keys.d.ts +20 -20
  977. package/lib/codec/tendermint/crypto/keys.js +109 -109
  978. package/lib/codec/tendermint/crypto/proof.d.ts +74 -74
  979. package/lib/codec/tendermint/crypto/proof.js +391 -391
  980. package/lib/codec/tendermint/libs/bits/types.d.ts +19 -19
  981. package/lib/codec/tendermint/libs/bits/types.js +89 -89
  982. package/lib/codec/tendermint/oracle/types.d.ts +90 -90
  983. package/lib/codec/tendermint/oracle/types.js +629 -629
  984. package/lib/codec/tendermint/p2p/types.d.ts +60 -60
  985. package/lib/codec/tendermint/p2p/types.js +400 -400
  986. package/lib/codec/tendermint/types/block.d.ts +23 -23
  987. package/lib/codec/tendermint/types/block.js +116 -116
  988. package/lib/codec/tendermint/types/evidence.d.ts +61 -61
  989. package/lib/codec/tendermint/types/evidence.js +390 -390
  990. package/lib/codec/tendermint/types/params.d.ts +141 -141
  991. package/lib/codec/tendermint/types/params.js +498 -498
  992. package/lib/codec/tendermint/types/types.d.ts +274 -274
  993. package/lib/codec/tendermint/types/types.js +1643 -1643
  994. package/lib/codec/tendermint/types/validator.d.ts +59 -59
  995. package/lib/codec/tendermint/types/validator.js +343 -343
  996. package/lib/codec/tendermint/version/types.d.ts +40 -40
  997. package/lib/codec/tendermint/version/types.js +139 -139
  998. package/lib/constant/address.d.ts +3 -3
  999. package/lib/constant/address.js +5 -5
  1000. package/lib/constant/eip6963Provider.d.ts +66 -66
  1001. package/lib/constant/eip6963Provider.js +31 -31
  1002. package/lib/constant/eip712.d.ts +46 -46
  1003. package/lib/constant/eip712.js +106 -106
  1004. package/lib/constant/generic.d.ts +24 -24
  1005. package/lib/constant/generic.js +24 -24
  1006. package/lib/constant/grant.d.ts +1 -1
  1007. package/lib/constant/grant.js +4 -4
  1008. package/lib/constant/ibc.d.ts +190 -190
  1009. package/lib/constant/ibc.js +2131 -2135
  1010. package/lib/constant/index.d.ts +9 -9
  1011. package/lib/constant/index.js +21 -25
  1012. package/lib/constant/network.d.ts +76 -76
  1013. package/lib/constant/network.js +349 -349
  1014. package/lib/constant/node.d.ts +5 -5
  1015. package/lib/constant/node.js +80 -80
  1016. package/lib/constant/token.d.ts +11 -11
  1017. package/lib/constant/token.js +373 -373
  1018. package/lib/constant/walletProvider.d.ts +10 -10
  1019. package/lib/constant/walletProvider.js +15 -15
  1020. package/lib/constant/web3Config.d.ts +33 -33
  1021. package/lib/constant/web3Config.js +175 -175
  1022. package/lib/eth/abis/axelarBridge.json +1150 -1150
  1023. package/lib/eth/abis/balanceReader.json +26 -26
  1024. package/lib/eth/abis/bridgeEntrance.json +105 -105
  1025. package/lib/eth/abis/erc20.json +222 -222
  1026. package/lib/eth/abis/index.d.ts +8 -8
  1027. package/lib/eth/abis/index.js +20 -20
  1028. package/lib/eth/abis/keyStorage.json +44 -44
  1029. package/lib/eth/abis/lockProxy.json +574 -574
  1030. package/lib/eth/abis/vault.json +119 -119
  1031. package/lib/eth/index.d.ts +1 -1
  1032. package/lib/eth/index.js +23 -27
  1033. package/lib/hydrogen/feeQuote.d.ts +23 -23
  1034. package/lib/hydrogen/feeQuote.js +2 -2
  1035. package/lib/hydrogen/index.d.ts +3 -3
  1036. package/lib/hydrogen/index.js +15 -19
  1037. package/lib/hydrogen/relays.d.ts +34 -34
  1038. package/lib/hydrogen/relays.js +2 -2
  1039. package/lib/hydrogen/stats.d.ts +26 -26
  1040. package/lib/hydrogen/stats.js +2 -2
  1041. package/lib/hydrogen/transfer.d.ts +159 -159
  1042. package/lib/hydrogen/transfer.js +10 -10
  1043. package/lib/index.d.ts +12 -12
  1044. package/lib/index.js +59 -63
  1045. package/lib/insights/alliances.d.ts +39 -39
  1046. package/lib/insights/alliances.js +2 -2
  1047. package/lib/insights/balance.d.ts +74 -74
  1048. package/lib/insights/balance.js +2 -2
  1049. package/lib/insights/block.d.ts +25 -25
  1050. package/lib/insights/block.js +2 -2
  1051. package/lib/insights/chain.d.ts +40 -40
  1052. package/lib/insights/chain.js +2 -2
  1053. package/lib/insights/common.d.ts +93 -93
  1054. package/lib/insights/common.js +73 -73
  1055. package/lib/insights/competition.d.ts +196 -196
  1056. package/lib/insights/competition.js +2 -2
  1057. package/lib/insights/delegation.d.ts +26 -26
  1058. package/lib/insights/delegation.js +2 -2
  1059. package/lib/insights/funding.d.ts +41 -41
  1060. package/lib/insights/funding.js +2 -2
  1061. package/lib/insights/index.d.ts +15 -15
  1062. package/lib/insights/index.js +27 -31
  1063. package/lib/insights/inflation.d.ts +6 -6
  1064. package/lib/insights/inflation.js +2 -2
  1065. package/lib/insights/market.d.ts +20 -20
  1066. package/lib/insights/market.js +2 -2
  1067. package/lib/insights/node.d.ts +32 -32
  1068. package/lib/insights/node.js +2 -2
  1069. package/lib/insights/oracles.d.ts +17 -17
  1070. package/lib/insights/oracles.js +2 -2
  1071. package/lib/insights/pool.d.ts +143 -143
  1072. package/lib/insights/pool.js +2 -2
  1073. package/lib/insights/position.d.ts +104 -104
  1074. package/lib/insights/position.js +10 -10
  1075. package/lib/insights/proposal.d.ts +21 -21
  1076. package/lib/insights/proposal.js +2 -2
  1077. package/lib/insights/transaction.d.ts +30 -30
  1078. package/lib/insights/transaction.js +2 -2
  1079. package/lib/insights/user.d.ts +148 -148
  1080. package/lib/insights/user.js +2 -2
  1081. package/lib/modules/admin.d.ts +377 -377
  1082. package/lib/modules/admin.js +715 -715
  1083. package/lib/modules/alliance.d.ts +43 -43
  1084. package/lib/modules/alliance.js +102 -102
  1085. package/lib/modules/bank.d.ts +14 -14
  1086. package/lib/modules/bank.js +35 -35
  1087. package/lib/modules/base.d.ts +12 -12
  1088. package/lib/modules/base.js +29 -29
  1089. package/lib/modules/bridge.d.ts +27 -27
  1090. package/lib/modules/bridge.js +68 -68
  1091. package/lib/modules/broker.d.ts +16 -16
  1092. package/lib/modules/broker.js +50 -50
  1093. package/lib/modules/cdp.d.ts +189 -189
  1094. package/lib/modules/cdp.js +973 -973
  1095. package/lib/modules/coin.d.ts +54 -54
  1096. package/lib/modules/coin.js +138 -138
  1097. package/lib/modules/cosmwasm.d.ts +20 -20
  1098. package/lib/modules/cosmwasm.js +88 -88
  1099. package/lib/modules/erc20.d.ts +30 -30
  1100. package/lib/modules/erc20.js +81 -81
  1101. package/lib/modules/evm.d.ts +45 -45
  1102. package/lib/modules/evm.js +85 -85
  1103. package/lib/modules/evmmerge.d.ts +12 -12
  1104. package/lib/modules/evmmerge.js +35 -35
  1105. package/lib/modules/fee.d.ts +5 -5
  1106. package/lib/modules/fee.js +27 -27
  1107. package/lib/modules/gov.d.ts +21 -21
  1108. package/lib/modules/gov.js +70 -70
  1109. package/lib/modules/grant.d.ts +33 -33
  1110. package/lib/modules/grant.js +196 -196
  1111. package/lib/modules/ibc.d.ts +46 -46
  1112. package/lib/modules/ibc.js +236 -236
  1113. package/lib/modules/index.d.ts +24 -24
  1114. package/lib/modules/index.js +36 -40
  1115. package/lib/modules/leverage.d.ts +13 -13
  1116. package/lib/modules/leverage.js +52 -52
  1117. package/lib/modules/liquiditypool.d.ts +84 -84
  1118. package/lib/modules/liquiditypool.js +198 -198
  1119. package/lib/modules/market.d.ts +104 -104
  1120. package/lib/modules/market.js +183 -183
  1121. package/lib/modules/oracle.d.ts +5 -5
  1122. package/lib/modules/oracle.js +10 -10
  1123. package/lib/modules/order.d.ts +70 -70
  1124. package/lib/modules/order.js +194 -194
  1125. package/lib/modules/perpspool.d.ts +49 -49
  1126. package/lib/modules/perpspool.js +117 -117
  1127. package/lib/modules/position.d.ts +13 -13
  1128. package/lib/modules/position.js +52 -52
  1129. package/lib/modules/profile.d.ts +11 -11
  1130. package/lib/modules/profile.js +35 -35
  1131. package/lib/modules/staking.d.ts +36 -36
  1132. package/lib/modules/staking.js +107 -107
  1133. package/lib/modules/subaccount.d.ts +24 -24
  1134. package/lib/modules/subaccount.js +66 -66
  1135. package/lib/modules/xchain.d.ts +22 -22
  1136. package/lib/modules/xchain.js +53 -53
  1137. package/lib/provider/account/NeoLedgerAccount/N3Ledger/BIP44.d.ts +5 -5
  1138. package/lib/provider/account/NeoLedgerAccount/N3Ledger/BIP44.js +26 -26
  1139. package/lib/provider/account/NeoLedgerAccount/N3Ledger/ErrorCode.d.ts +40 -40
  1140. package/lib/provider/account/NeoLedgerAccount/N3Ledger/ErrorCode.js +62 -62
  1141. package/lib/provider/account/NeoLedgerAccount/N3Ledger/index.d.ts +3 -3
  1142. package/lib/provider/account/NeoLedgerAccount/N3Ledger/index.js +17 -21
  1143. package/lib/provider/account/NeoLedgerAccount/N3Ledger/main.d.ts +42 -42
  1144. package/lib/provider/account/NeoLedgerAccount/N3Ledger/main.js +181 -181
  1145. package/lib/provider/account/NeoLedgerAccount/NeoLedgerAccount.d.ts +24 -24
  1146. package/lib/provider/account/NeoLedgerAccount/NeoLedgerAccount.js +146 -150
  1147. package/lib/provider/account/NeoLedgerAccount/NeonLedger.d.ts +59 -59
  1148. package/lib/provider/account/NeoLedgerAccount/NeonLedger.js +180 -180
  1149. package/lib/provider/account/NeoLedgerAccount/index.d.ts +1 -1
  1150. package/lib/provider/account/NeoLedgerAccount/index.js +13 -17
  1151. package/lib/provider/account/index.d.ts +1 -1
  1152. package/lib/provider/account/index.js +13 -17
  1153. package/lib/provider/amino/AminoTypesMap.d.ts +3 -3
  1154. package/lib/provider/amino/AminoTypesMap.js +6 -6
  1155. package/lib/provider/amino/index.d.ts +1 -1
  1156. package/lib/provider/amino/index.js +8 -8
  1157. package/lib/provider/amino/types/admin.d.ts +4 -4
  1158. package/lib/provider/amino/types/admin.js +242 -246
  1159. package/lib/provider/amino/types/bank.d.ts +4 -4
  1160. package/lib/provider/amino/types/bank.js +34 -38
  1161. package/lib/provider/amino/types/bridge.d.ts +4 -4
  1162. package/lib/provider/amino/types/bridge.js +36 -40
  1163. package/lib/provider/amino/types/broker.d.ts +4 -4
  1164. package/lib/provider/amino/types/broker.js +34 -38
  1165. package/lib/provider/amino/types/cdp.d.ts +4 -4
  1166. package/lib/provider/amino/types/cdp.js +173 -177
  1167. package/lib/provider/amino/types/coin.d.ts +4 -4
  1168. package/lib/provider/amino/types/coin.js +52 -56
  1169. package/lib/provider/amino/types/erc20.d.ts +4 -4
  1170. package/lib/provider/amino/types/erc20.js +40 -44
  1171. package/lib/provider/amino/types/evm.d.ts +4 -4
  1172. package/lib/provider/amino/types/evm.js +34 -38
  1173. package/lib/provider/amino/types/evmmerge.d.ts +4 -4
  1174. package/lib/provider/amino/types/evmmerge.js +34 -38
  1175. package/lib/provider/amino/types/feemarket.d.ts +4 -4
  1176. package/lib/provider/amino/types/feemarket.js +34 -38
  1177. package/lib/provider/amino/types/gov.d.ts +4 -4
  1178. package/lib/provider/amino/types/gov.js +413 -417
  1179. package/lib/provider/amino/types/grant.d.ts +13 -13
  1180. package/lib/provider/amino/types/grant.js +198 -202
  1181. package/lib/provider/amino/types/ibc.d.ts +4 -4
  1182. package/lib/provider/amino/types/ibc.js +57 -61
  1183. package/lib/provider/amino/types/index.d.ts +23 -23
  1184. package/lib/provider/amino/types/index.js +52 -52
  1185. package/lib/provider/amino/types/leverage.d.ts +4 -4
  1186. package/lib/provider/amino/types/leverage.js +36 -40
  1187. package/lib/provider/amino/types/liquidityPool.d.ts +4 -4
  1188. package/lib/provider/amino/types/liquidityPool.js +97 -101
  1189. package/lib/provider/amino/types/market.d.ts +4 -4
  1190. package/lib/provider/amino/types/market.js +90 -94
  1191. package/lib/provider/amino/types/oracle.d.ts +4 -4
  1192. package/lib/provider/amino/types/oracle.js +4 -4
  1193. package/lib/provider/amino/types/order.d.ts +4 -4
  1194. package/lib/provider/amino/types/order.js +84 -88
  1195. package/lib/provider/amino/types/perpspool.d.ts +4 -4
  1196. package/lib/provider/amino/types/perpspool.js +73 -77
  1197. package/lib/provider/amino/types/position.d.ts +4 -4
  1198. package/lib/provider/amino/types/position.js +34 -38
  1199. package/lib/provider/amino/types/profile.d.ts +4 -4
  1200. package/lib/provider/amino/types/profile.js +50 -54
  1201. package/lib/provider/amino/types/staking.d.ts +4 -4
  1202. package/lib/provider/amino/types/staking.js +52 -56
  1203. package/lib/provider/amino/types/subaccount.d.ts +4 -4
  1204. package/lib/provider/amino/types/subaccount.js +46 -50
  1205. package/lib/provider/amino/utils.d.ts +44 -44
  1206. package/lib/provider/amino/utils.js +247 -246
  1207. package/lib/provider/chainProvider/GetSigningCosmosClientOptions.d.ts +2 -2
  1208. package/lib/provider/chainProvider/GetSigningCosmosClientOptions.js +18 -18
  1209. package/lib/provider/chainProvider/index.d.ts +2 -2
  1210. package/lib/provider/chainProvider/index.js +5 -5
  1211. package/lib/provider/eip6963Provider/Eip6963Provider.d.ts +8 -8
  1212. package/lib/provider/eip6963Provider/Eip6963Provider.js +24 -24
  1213. package/lib/provider/eip6963Provider/index.d.ts +1 -1
  1214. package/lib/provider/eip6963Provider/index.js +8 -8
  1215. package/lib/provider/index.d.ts +13 -13
  1216. package/lib/provider/index.js +29 -29
  1217. package/lib/provider/keplr/KeplrAccount.d.ts +27 -27
  1218. package/lib/provider/keplr/KeplrAccount.js +230 -230
  1219. package/lib/provider/keplr/KeplrStore.js +1 -1
  1220. package/lib/provider/keplr/index.d.ts +3 -3
  1221. package/lib/provider/keplr/index.js +8 -8
  1222. package/lib/provider/leap/LeapAccount.d.ts +28 -28
  1223. package/lib/provider/leap/LeapAccount.js +208 -208
  1224. package/lib/provider/leap/index.d.ts +3 -3
  1225. package/lib/provider/leap/index.js +8 -8
  1226. package/lib/provider/ledger/index.d.ts +1 -1
  1227. package/lib/provider/ledger/index.js +8 -8
  1228. package/lib/provider/ledger/ledger.d.ts +28 -28
  1229. package/lib/provider/ledger/ledger.js +336 -339
  1230. package/lib/provider/metamask/MetaMask.d.ts +76 -76
  1231. package/lib/provider/metamask/MetaMask.js +730 -734
  1232. package/lib/provider/metamask/error.d.ts +2 -2
  1233. package/lib/provider/metamask/error.js +18 -18
  1234. package/lib/provider/metamask/index.d.ts +1 -1
  1235. package/lib/provider/metamask/index.js +5 -5
  1236. package/lib/provider/metamask/legacy-accounts.d.ts +11 -11
  1237. package/lib/provider/metamask/legacy-accounts.js +2254 -2254
  1238. package/lib/provider/o3/O3Types.d.ts +84 -84
  1239. package/lib/provider/o3/O3Types.js +41 -41
  1240. package/lib/provider/o3/O3Wallet.d.ts +29 -29
  1241. package/lib/provider/o3/O3Wallet.js +238 -242
  1242. package/lib/provider/o3/index.d.ts +2 -2
  1243. package/lib/provider/o3/index.js +28 -32
  1244. package/lib/provider/rainbowKit/RainbowKitAccount.d.ts +37 -37
  1245. package/lib/provider/rainbowKit/RainbowKitAccount.js +341 -341
  1246. package/lib/provider/rainbowKit/index.d.ts +1 -1
  1247. package/lib/provider/rainbowKit/index.js +8 -8
  1248. package/lib/provider/sdk/SDKProvider.d.ts +13 -13
  1249. package/lib/provider/sdk/SDKProvider.js +2 -2
  1250. package/lib/provider/sdk/index.d.ts +1 -1
  1251. package/lib/provider/sdk/index.js +2 -2
  1252. package/lib/provider/zilpay/Zilpay.d.ts +33 -33
  1253. package/lib/provider/zilpay/Zilpay.js +82 -82
  1254. package/lib/provider/zilpay/index.d.ts +1 -1
  1255. package/lib/provider/zilpay/index.js +13 -17
  1256. package/lib/util/address.d.ts +80 -80
  1257. package/lib/util/address.js +324 -328
  1258. package/lib/util/alliance.d.ts +2 -2
  1259. package/lib/util/alliance.js +27 -27
  1260. package/lib/util/api.d.ts +117 -117
  1261. package/lib/util/api.js +177 -177
  1262. package/lib/util/blockchain.d.ts +107 -107
  1263. package/lib/util/blockchain.js +479 -479
  1264. package/lib/util/eip712.d.ts +10 -10
  1265. package/lib/util/eip712.js +198 -198
  1266. package/lib/util/ethermint.d.ts +9 -9
  1267. package/lib/util/ethermint.js +118 -118
  1268. package/lib/util/external.d.ts +11 -11
  1269. package/lib/util/external.js +8 -8
  1270. package/lib/util/fetch.d.ts +1 -1
  1271. package/lib/util/fetch.js +16 -16
  1272. package/lib/util/generic.d.ts +41 -42
  1273. package/lib/util/generic.js +171 -171
  1274. package/lib/util/gov.d.ts +55 -55
  1275. package/lib/util/gov.js +301 -301
  1276. package/lib/util/grant.d.ts +10 -10
  1277. package/lib/util/grant.js +30 -30
  1278. package/lib/util/ibc.d.ts +19 -19
  1279. package/lib/util/ibc.js +150 -150
  1280. package/lib/util/index.d.ts +17 -17
  1281. package/lib/util/index.js +39 -43
  1282. package/lib/util/ledger.d.ts +3 -3
  1283. package/lib/util/ledger.js +59 -59
  1284. package/lib/util/legacyEIP712.d.ts +20 -20
  1285. package/lib/util/legacyEIP712.js +98 -98
  1286. package/lib/util/message.d.ts +2 -2
  1287. package/lib/util/message.js +24 -24
  1288. package/lib/util/network.d.ts +9 -9
  1289. package/lib/util/network.js +40 -40
  1290. package/lib/util/number.d.ts +9 -9
  1291. package/lib/util/number.js +47 -47
  1292. package/lib/util/order.d.ts +3 -3
  1293. package/lib/util/order.js +13 -13
  1294. package/lib/util/provider.d.ts +1 -1
  1295. package/lib/util/provider.js +24 -24
  1296. package/lib/util/token.d.ts +16 -16
  1297. package/lib/util/token.js +23 -23
  1298. package/lib/util/transferfees.d.ts +18 -18
  1299. package/lib/util/transferfees.js +9 -9
  1300. package/lib/util/tx.d.ts +709 -709
  1301. package/lib/util/tx.js +156 -160
  1302. package/lib/util/type.d.ts +22 -22
  1303. package/lib/util/type.js +45 -45
  1304. package/lib/wallet/CarbonSigner.d.ts +68 -68
  1305. package/lib/wallet/CarbonSigner.js +170 -170
  1306. package/lib/wallet/CarbonSigningClient.d.ts +41 -41
  1307. package/lib/wallet/CarbonSigningClient.js +210 -210
  1308. package/lib/wallet/CarbonWallet.d.ts +220 -220
  1309. package/lib/wallet/CarbonWallet.js +756 -756
  1310. package/lib/wallet/index.d.ts +2 -2
  1311. package/lib/wallet/index.js +14 -18
  1312. package/lib/websocket/channel.d.ts +3 -3
  1313. package/lib/websocket/channel.js +286 -286
  1314. package/lib/websocket/connector.d.ts +234 -234
  1315. package/lib/websocket/connector.js +514 -518
  1316. package/lib/websocket/index.d.ts +1 -1
  1317. package/lib/websocket/index.js +13 -17
  1318. package/lib/websocket/models.d.ts +331 -331
  1319. package/lib/websocket/models.js +2 -2
  1320. package/lib/websocket/types.d.ts +233 -233
  1321. package/lib/websocket/types.js +73 -73
  1322. package/package.json +92 -92
  1323. package/lib/codec/Switcheo/carbon/ccm/ccm.d.ts +0 -19
  1324. package/lib/codec/Switcheo/carbon/ccm/ccm.js +0 -60
  1325. package/lib/codec/Switcheo/carbon/fee/proposal.d.ts +0 -57
  1326. package/lib/codec/Switcheo/carbon/fee/proposal.js +0 -311
  1327. package/lib/codec/Switcheo/carbon/liquidation/liquidation.d.ts +0 -17
  1328. package/lib/codec/Switcheo/carbon/liquidation/liquidation.js +0 -46
  1329. package/lib/codec/Switcheo/carbon/marketstats/params.d.ts +0 -18
  1330. package/lib/codec/Switcheo/carbon/marketstats/params.js +0 -46
  1331. package/lib/codec/Switcheo/carbon/oracle/proposal.d.ts +0 -21
  1332. package/lib/codec/Switcheo/carbon/oracle/proposal.js +0 -91
  1333. package/lib/codec/Switcheo/carbon/pricing/proposal.d.ts +0 -31
  1334. package/lib/codec/Switcheo/carbon/pricing/proposal.js +0 -148
  1335. package/lib/codec/adl/genesis.d.ts +0 -18
  1336. package/lib/codec/adl/genesis.js +0 -46
  1337. package/lib/codec/adl/query.d.ts +0 -12
  1338. package/lib/codec/adl/query.js +0 -20
  1339. package/lib/codec/adl/tx.d.ts +0 -12
  1340. package/lib/codec/adl/tx.js +0 -20
  1341. package/lib/codec/admin/export.d.ts +0 -2
  1342. package/lib/codec/admin/export.js +0 -13
  1343. package/lib/codec/admin/genesis.d.ts +0 -18
  1344. package/lib/codec/admin/genesis.js +0 -46
  1345. package/lib/codec/admin/query.d.ts +0 -62
  1346. package/lib/codec/admin/query.js +0 -186
  1347. package/lib/codec/admin/tx.d.ts +0 -62
  1348. package/lib/codec/admin/tx.js +0 -198
  1349. package/lib/codec/alliance/alliance.d.ts +0 -65
  1350. package/lib/codec/alliance/alliance.js +0 -354
  1351. package/lib/codec/alliance/delegations.d.ts +0 -86
  1352. package/lib/codec/alliance/delegations.js +0 -489
  1353. package/lib/codec/alliance/events.d.ts +0 -61
  1354. package/lib/codec/alliance/events.js +0 -403
  1355. package/lib/codec/alliance/export.d.ts +0 -8
  1356. package/lib/codec/alliance/export.js +0 -64
  1357. package/lib/codec/alliance/genesis.d.ts +0 -74
  1358. package/lib/codec/alliance/genesis.js +0 -469
  1359. package/lib/codec/alliance/gov.d.ts +0 -78
  1360. package/lib/codec/alliance/gov.js +0 -380
  1361. package/lib/codec/alliance/params.d.ts +0 -34
  1362. package/lib/codec/alliance/params.js +0 -182
  1363. package/lib/codec/alliance/query.d.ts +0 -333
  1364. package/lib/codec/alliance/query.js +0 -1497
  1365. package/lib/codec/alliance/tx.d.ts +0 -111
  1366. package/lib/codec/alliance/tx.js +0 -495
  1367. package/lib/codec/bank/event.d.ts +0 -65
  1368. package/lib/codec/bank/event.js +0 -332
  1369. package/lib/codec/bank/export.d.ts +0 -2
  1370. package/lib/codec/bank/export.js +0 -14
  1371. package/lib/codec/bank/genesis.d.ts +0 -18
  1372. package/lib/codec/bank/genesis.js +0 -46
  1373. package/lib/codec/bank/query.d.ts +0 -77
  1374. package/lib/codec/bank/query.js +0 -459
  1375. package/lib/codec/book/book.d.ts +0 -57
  1376. package/lib/codec/book/book.js +0 -319
  1377. package/lib/codec/book/event.d.ts +0 -22
  1378. package/lib/codec/book/event.js +0 -113
  1379. package/lib/codec/book/export.d.ts +0 -4
  1380. package/lib/codec/book/export.js +0 -23
  1381. package/lib/codec/book/genesis.d.ts +0 -25
  1382. package/lib/codec/book/genesis.js +0 -79
  1383. package/lib/codec/book/legacy.d.ts +0 -22
  1384. package/lib/codec/book/legacy.js +0 -120
  1385. package/lib/codec/book/query.d.ts +0 -141
  1386. package/lib/codec/book/query.js +0 -606
  1387. package/lib/codec/book/tx.d.ts +0 -12
  1388. package/lib/codec/book/tx.js +0 -20
  1389. package/lib/codec/broker/amm.d.ts +0 -50
  1390. package/lib/codec/broker/amm.js +0 -326
  1391. package/lib/codec/broker/candlestick.d.ts +0 -27
  1392. package/lib/codec/broker/candlestick.js +0 -211
  1393. package/lib/codec/broker/event.d.ts +0 -53
  1394. package/lib/codec/broker/event.js +0 -485
  1395. package/lib/codec/broker/export.d.ts +0 -7
  1396. package/lib/codec/broker/export.js +0 -27
  1397. package/lib/codec/broker/genesis.d.ts +0 -25
  1398. package/lib/codec/broker/genesis.js +0 -79
  1399. package/lib/codec/broker/incoming_liquidations.d.ts +0 -18
  1400. package/lib/codec/broker/incoming_liquidations.js +0 -93
  1401. package/lib/codec/broker/incoming_pool_swap.d.ts +0 -23
  1402. package/lib/codec/broker/incoming_pool_swap.js +0 -136
  1403. package/lib/codec/broker/pagination.d.ts +0 -19
  1404. package/lib/codec/broker/pagination.js +0 -78
  1405. package/lib/codec/broker/query.d.ts +0 -107
  1406. package/lib/codec/broker/query.js +0 -597
  1407. package/lib/codec/broker/tx.d.ts +0 -53
  1408. package/lib/codec/broker/tx.js +0 -176
  1409. package/lib/codec/btcx/denom_cross_chain_info.d.ts +0 -21
  1410. package/lib/codec/btcx/denom_cross_chain_info.js +0 -98
  1411. package/lib/codec/btcx/denom_info.d.ts +0 -24
  1412. package/lib/codec/btcx/denom_info.js +0 -140
  1413. package/lib/codec/btcx/export.d.ts +0 -4
  1414. package/lib/codec/btcx/export.js +0 -19
  1415. package/lib/codec/btcx/genesis.d.ts +0 -18
  1416. package/lib/codec/btcx/genesis.js +0 -46
  1417. package/lib/codec/btcx/query.d.ts +0 -68
  1418. package/lib/codec/btcx/query.js +0 -275
  1419. package/lib/codec/btcx/tx.d.ts +0 -92
  1420. package/lib/codec/btcx/tx.js +0 -436
  1421. package/lib/codec/ccm/ccm.d.ts +0 -19
  1422. package/lib/codec/ccm/ccm.js +0 -60
  1423. package/lib/codec/ccm/export.d.ts +0 -4
  1424. package/lib/codec/ccm/export.js +0 -20
  1425. package/lib/codec/ccm/genesis.d.ts +0 -83
  1426. package/lib/codec/ccm/genesis.js +0 -438
  1427. package/lib/codec/ccm/query.d.ts +0 -45
  1428. package/lib/codec/ccm/query.js +0 -197
  1429. package/lib/codec/ccm/tx.d.ts +0 -97
  1430. package/lib/codec/ccm/tx.js +0 -462
  1431. package/lib/codec/cdp/asset_params.d.ts +0 -57
  1432. package/lib/codec/cdp/asset_params.js +0 -411
  1433. package/lib/codec/cdp/cdp_liquidations.d.ts +0 -32
  1434. package/lib/codec/cdp/cdp_liquidations.js +0 -288
  1435. package/lib/codec/cdp/debt_info.d.ts +0 -23
  1436. package/lib/codec/cdp/debt_info.js +0 -158
  1437. package/lib/codec/cdp/e_mode_category.d.ts +0 -23
  1438. package/lib/codec/cdp/e_mode_category.js +0 -135
  1439. package/lib/codec/cdp/event.d.ts +0 -446
  1440. package/lib/codec/cdp/event.js +0 -2913
  1441. package/lib/codec/cdp/export.d.ts +0 -13
  1442. package/lib/codec/cdp/export.js +0 -210
  1443. package/lib/codec/cdp/genesis.d.ts +0 -134
  1444. package/lib/codec/cdp/genesis.js +0 -825
  1445. package/lib/codec/cdp/params.d.ts +0 -68
  1446. package/lib/codec/cdp/params.js +0 -210
  1447. package/lib/codec/cdp/query.d.ts +0 -644
  1448. package/lib/codec/cdp/query.js +0 -3099
  1449. package/lib/codec/cdp/rate_strategy_params.d.ts +0 -26
  1450. package/lib/codec/cdp/rate_strategy_params.js +0 -180
  1451. package/lib/codec/cdp/reward_scheme.d.ts +0 -71
  1452. package/lib/codec/cdp/reward_scheme.js +0 -550
  1453. package/lib/codec/cdp/stablecoin_debt_info.d.ts +0 -22
  1454. package/lib/codec/cdp/stablecoin_debt_info.js +0 -144
  1455. package/lib/codec/cdp/stablecoin_interest_info.d.ts +0 -19
  1456. package/lib/codec/cdp/stablecoin_interest_info.js +0 -99
  1457. package/lib/codec/cdp/tx.d.ts +0 -1026
  1458. package/lib/codec/cdp/tx.js +0 -5191
  1459. package/lib/codec/coin/bridge.d.ts +0 -24
  1460. package/lib/codec/coin/bridge.js +0 -151
  1461. package/lib/codec/coin/event.d.ts +0 -143
  1462. package/lib/codec/coin/event.js +0 -775
  1463. package/lib/codec/coin/export.d.ts +0 -8
  1464. package/lib/codec/coin/export.js +0 -107
  1465. package/lib/codec/coin/genesis.d.ts +0 -42
  1466. package/lib/codec/coin/genesis.js +0 -207
  1467. package/lib/codec/coin/group.d.ts +0 -50
  1468. package/lib/codec/coin/group.js +0 -230
  1469. package/lib/codec/coin/proposal.d.ts +0 -21
  1470. package/lib/codec/coin/proposal.js +0 -91
  1471. package/lib/codec/coin/query.d.ts +0 -310
  1472. package/lib/codec/coin/query.js +0 -1439
  1473. package/lib/codec/coin/token.d.ts +0 -104
  1474. package/lib/codec/coin/token.js +0 -700
  1475. package/lib/codec/coin/tx.d.ts +0 -586
  1476. package/lib/codec/coin/tx.js +0 -3131
  1477. package/lib/codec/cosmos/app/module/v1alpha1/module.d.ts +0 -18
  1478. package/lib/codec/cosmos/app/module/v1alpha1/module.js +0 -46
  1479. package/lib/codec/cosmos/base/kv/v1beta1/kv.d.ts +0 -31
  1480. package/lib/codec/cosmos/base/kv/v1beta1/kv.js +0 -154
  1481. package/lib/codec/cosmos/base/snapshots/v1beta1/snapshot.d.ts +0 -160
  1482. package/lib/codec/cosmos/base/snapshots/v1beta1/snapshot.js +0 -684
  1483. package/lib/codec/cosmos/base/store/v1beta1/commit_info.d.ts +0 -54
  1484. package/lib/codec/cosmos/base/store/v1beta1/commit_info.js +0 -273
  1485. package/lib/codec/cosmos/base/store/v1beta1/listening.d.ts +0 -62
  1486. package/lib/codec/cosmos/base/store/v1beta1/listening.js +0 -341
  1487. package/lib/codec/cosmos/capability/module/v1/module.d.ts +0 -23
  1488. package/lib/codec/cosmos/capability/module/v1/module.js +0 -59
  1489. package/lib/codec/cosmos/capability/v1beta1/capability.d.ts +0 -51
  1490. package/lib/codec/cosmos/capability/v1beta1/capability.js +0 -168
  1491. package/lib/codec/cosmos/capability/v1beta1/genesis.d.ts +0 -40
  1492. package/lib/codec/cosmos/capability/v1beta1/genesis.js +0 -146
  1493. package/lib/codec/cosmos/gov/v1beta1/export.d.ts +0 -3
  1494. package/lib/codec/cosmos/gov/v1beta1/export.js +0 -45
  1495. package/lib/codec/crisis/genesis.d.ts +0 -18
  1496. package/lib/codec/crisis/genesis.js +0 -46
  1497. package/lib/codec/crisis/query.d.ts +0 -43
  1498. package/lib/codec/crisis/query.js +0 -103
  1499. package/lib/codec/crisis/tx.d.ts +0 -12
  1500. package/lib/codec/crisis/tx.js +0 -20
  1501. package/lib/codec/erc20/erc20.d.ts +0 -41
  1502. package/lib/codec/erc20/erc20.js +0 -144
  1503. package/lib/codec/erc20/events.d.ts +0 -76
  1504. package/lib/codec/erc20/events.js +0 -330
  1505. package/lib/codec/erc20/export.d.ts +0 -5
  1506. package/lib/codec/erc20/export.js +0 -37
  1507. package/lib/codec/erc20/genesis.d.ts +0 -40
  1508. package/lib/codec/erc20/genesis.js +0 -139
  1509. package/lib/codec/erc20/query.d.ts +0 -117
  1510. package/lib/codec/erc20/query.js +0 -333
  1511. package/lib/codec/erc20/tx.d.ts +0 -232
  1512. package/lib/codec/erc20/tx.js +0 -765
  1513. package/lib/codec/evmbank/export.d.ts +0 -2
  1514. package/lib/codec/evmbank/export.js +0 -8
  1515. package/lib/codec/evmbank/genesis.d.ts +0 -32
  1516. package/lib/codec/evmbank/genesis.js +0 -152
  1517. package/lib/codec/evmbank/query.d.ts +0 -40
  1518. package/lib/codec/evmbank/query.js +0 -116
  1519. package/lib/codec/evmcontract/genesis.d.ts +0 -18
  1520. package/lib/codec/evmcontract/genesis.js +0 -46
  1521. package/lib/codec/evmcontract/query.d.ts +0 -12
  1522. package/lib/codec/evmcontract/query.js +0 -20
  1523. package/lib/codec/evmcontract/tx.d.ts +0 -12
  1524. package/lib/codec/evmcontract/tx.js +0 -20
  1525. package/lib/codec/evmmerge/address.d.ts +0 -19
  1526. package/lib/codec/evmmerge/address.js +0 -75
  1527. package/lib/codec/evmmerge/event.d.ts +0 -20
  1528. package/lib/codec/evmmerge/event.js +0 -90
  1529. package/lib/codec/evmmerge/export.d.ts +0 -6
  1530. package/lib/codec/evmmerge/export.js +0 -20
  1531. package/lib/codec/evmmerge/genesis.d.ts +0 -48
  1532. package/lib/codec/evmmerge/genesis.js +0 -216
  1533. package/lib/codec/evmmerge/offchain.d.ts +0 -22
  1534. package/lib/codec/evmmerge/offchain.js +0 -105
  1535. package/lib/codec/evmmerge/query.d.ts +0 -75
  1536. package/lib/codec/evmmerge/query.js +0 -254
  1537. package/lib/codec/evmmerge/tx.d.ts +0 -45
  1538. package/lib/codec/evmmerge/tx.js +0 -128
  1539. package/lib/codec/fee/event.d.ts +0 -20
  1540. package/lib/codec/fee/event.js +0 -83
  1541. package/lib/codec/fee/export.d.ts +0 -5
  1542. package/lib/codec/fee/export.js +0 -32
  1543. package/lib/codec/fee/fee.d.ts +0 -42
  1544. package/lib/codec/fee/fee.js +0 -183
  1545. package/lib/codec/fee/genesis.d.ts +0 -23
  1546. package/lib/codec/fee/genesis.js +0 -79
  1547. package/lib/codec/fee/proposal.d.ts +0 -57
  1548. package/lib/codec/fee/proposal.js +0 -311
  1549. package/lib/codec/fee/query.d.ts +0 -114
  1550. package/lib/codec/fee/query.js +0 -470
  1551. package/lib/codec/fee/tx.d.ts +0 -108
  1552. package/lib/codec/fee/tx.js +0 -415
  1553. package/lib/codec/headersync/consensus_peers.d.ts +0 -70
  1554. package/lib/codec/headersync/consensus_peers.js +0 -383
  1555. package/lib/codec/headersync/export.d.ts +0 -4
  1556. package/lib/codec/headersync/export.js +0 -24
  1557. package/lib/codec/headersync/genesis.d.ts +0 -79
  1558. package/lib/codec/headersync/genesis.js +0 -419
  1559. package/lib/codec/headersync/query.d.ts +0 -64
  1560. package/lib/codec/headersync/query.js +0 -231
  1561. package/lib/codec/headersync/tx.d.ts +0 -64
  1562. package/lib/codec/headersync/tx.js +0 -215
  1563. package/lib/codec/ibc/applications/interchain_accounts/v1/genesis.d.ts +0 -76
  1564. package/lib/codec/ibc/applications/interchain_accounts/v1/genesis.js +0 -424
  1565. package/lib/codec/ibc/lightclients/localhost/v1/export.d.ts +0 -1
  1566. package/lib/codec/ibc/lightclients/localhost/v1/export.js +0 -5
  1567. package/lib/codec/ibc/lightclients/localhost/v1/localhost.d.ts +0 -26
  1568. package/lib/codec/ibc/lightclients/localhost/v1/localhost.js +0 -76
  1569. package/lib/codec/ibc/lightclients/solomachine/v1/export.d.ts +0 -1
  1570. package/lib/codec/ibc/lightclients/solomachine/v1/export.js +0 -23
  1571. package/lib/codec/ibc/lightclients/solomachine/v1/solomachine.d.ts +0 -298
  1572. package/lib/codec/ibc/lightclients/solomachine/v1/solomachine.js +0 -1356
  1573. package/lib/codec/inflation/export.d.ts +0 -2
  1574. package/lib/codec/inflation/export.js +0 -8
  1575. package/lib/codec/inflation/genesis.d.ts +0 -25
  1576. package/lib/codec/inflation/genesis.js +0 -79
  1577. package/lib/codec/inflation/inflation.d.ts +0 -26
  1578. package/lib/codec/inflation/inflation.js +0 -165
  1579. package/lib/codec/inflation/query.d.ts +0 -41
  1580. package/lib/codec/inflation/query.js +0 -109
  1581. package/lib/codec/inflation/tx.d.ts +0 -12
  1582. package/lib/codec/inflation/tx.js +0 -20
  1583. package/lib/codec/insurance/event.d.ts +0 -24
  1584. package/lib/codec/insurance/event.js +0 -46
  1585. package/lib/codec/insurance/export.d.ts +0 -4
  1586. package/lib/codec/insurance/export.js +0 -14
  1587. package/lib/codec/insurance/fund.d.ts +0 -29
  1588. package/lib/codec/insurance/fund.js +0 -148
  1589. package/lib/codec/insurance/genesis.d.ts +0 -18
  1590. package/lib/codec/insurance/genesis.js +0 -46
  1591. package/lib/codec/insurance/query.d.ts +0 -41
  1592. package/lib/codec/insurance/query.js +0 -108
  1593. package/lib/codec/insurance/tx.d.ts +0 -44
  1594. package/lib/codec/insurance/tx.js +0 -144
  1595. package/lib/codec/leverage/event.d.ts +0 -21
  1596. package/lib/codec/leverage/event.js +0 -100
  1597. package/lib/codec/leverage/export.d.ts +0 -4
  1598. package/lib/codec/leverage/export.js +0 -16
  1599. package/lib/codec/leverage/genesis.d.ts +0 -24
  1600. package/lib/codec/leverage/genesis.js +0 -64
  1601. package/lib/codec/leverage/leverage.d.ts +0 -30
  1602. package/lib/codec/leverage/leverage.js +0 -134
  1603. package/lib/codec/leverage/query.d.ts +0 -70
  1604. package/lib/codec/leverage/query.js +0 -234
  1605. package/lib/codec/leverage/tx.d.ts +0 -43
  1606. package/lib/codec/leverage/tx.js +0 -127
  1607. package/lib/codec/liquidation/export.d.ts +0 -5
  1608. package/lib/codec/liquidation/export.js +0 -17
  1609. package/lib/codec/liquidation/genesis.d.ts +0 -37
  1610. package/lib/codec/liquidation/genesis.js +0 -136
  1611. package/lib/codec/liquidation/liquidation.d.ts +0 -17
  1612. package/lib/codec/liquidation/liquidation.js +0 -46
  1613. package/lib/codec/liquidation/outstanding_position.d.ts +0 -33
  1614. package/lib/codec/liquidation/outstanding_position.js +0 -203
  1615. package/lib/codec/liquidation/query.d.ts +0 -77
  1616. package/lib/codec/liquidation/query.js +0 -341
  1617. package/lib/codec/liquidation/quote_changes.d.ts +0 -22
  1618. package/lib/codec/liquidation/quote_changes.js +0 -95
  1619. package/lib/codec/liquidation/tx.d.ts +0 -12
  1620. package/lib/codec/liquidation/tx.js +0 -20
  1621. package/lib/codec/liquiditypool/event.d.ts +0 -182
  1622. package/lib/codec/liquiditypool/event.js +0 -1268
  1623. package/lib/codec/liquiditypool/export.d.ts +0 -6
  1624. package/lib/codec/liquiditypool/export.js +0 -125
  1625. package/lib/codec/liquiditypool/genesis.d.ts +0 -32
  1626. package/lib/codec/liquiditypool/genesis.js +0 -228
  1627. package/lib/codec/liquiditypool/liquiditypool.d.ts +0 -138
  1628. package/lib/codec/liquiditypool/liquiditypool.js +0 -943
  1629. package/lib/codec/liquiditypool/proposal.d.ts +0 -117
  1630. package/lib/codec/liquiditypool/proposal.js +0 -697
  1631. package/lib/codec/liquiditypool/query.d.ts +0 -370
  1632. package/lib/codec/liquiditypool/query.js +0 -1738
  1633. package/lib/codec/liquiditypool/reward.d.ts +0 -196
  1634. package/lib/codec/liquiditypool/reward.js +0 -1204
  1635. package/lib/codec/liquiditypool/tx.d.ts +0 -453
  1636. package/lib/codec/liquiditypool/tx.js +0 -2423
  1637. package/lib/codec/lockproxy/event.d.ts +0 -46
  1638. package/lib/codec/lockproxy/event.js +0 -348
  1639. package/lib/codec/lockproxy/export.d.ts +0 -5
  1640. package/lib/codec/lockproxy/export.js +0 -28
  1641. package/lib/codec/lockproxy/genesis.d.ts +0 -68
  1642. package/lib/codec/lockproxy/genesis.js +0 -355
  1643. package/lib/codec/lockproxy/lockproxy.d.ts +0 -22
  1644. package/lib/codec/lockproxy/lockproxy.js +0 -147
  1645. package/lib/codec/lockproxy/query.d.ts +0 -67
  1646. package/lib/codec/lockproxy/query.js +0 -274
  1647. package/lib/codec/lockproxy/tx.d.ts +0 -147
  1648. package/lib/codec/lockproxy/tx.js +0 -808
  1649. package/lib/codec/market/event.d.ts +0 -20
  1650. package/lib/codec/market/event.js +0 -76
  1651. package/lib/codec/market/export.d.ts +0 -6
  1652. package/lib/codec/market/export.js +0 -61
  1653. package/lib/codec/market/fee.d.ts +0 -123
  1654. package/lib/codec/market/fee.js +0 -334
  1655. package/lib/codec/market/genesis.d.ts +0 -31
  1656. package/lib/codec/market/genesis.js +0 -147
  1657. package/lib/codec/market/legacy.d.ts +0 -62
  1658. package/lib/codec/market/legacy.js +0 -630
  1659. package/lib/codec/market/market.d.ts +0 -131
  1660. package/lib/codec/market/market.js +0 -1245
  1661. package/lib/codec/market/proposal.d.ts +0 -46
  1662. package/lib/codec/market/proposal.js +0 -245
  1663. package/lib/codec/market/query.d.ts +0 -233
  1664. package/lib/codec/market/query.js +0 -938
  1665. package/lib/codec/market/tx.d.ts +0 -250
  1666. package/lib/codec/market/tx.js +0 -1265
  1667. package/lib/codec/marketstats/export.d.ts +0 -3
  1668. package/lib/codec/marketstats/export.js +0 -12
  1669. package/lib/codec/marketstats/marketstats.d.ts +0 -31
  1670. package/lib/codec/marketstats/marketstats.js +0 -258
  1671. package/lib/codec/marketstats/params.d.ts +0 -18
  1672. package/lib/codec/marketstats/params.js +0 -46
  1673. package/lib/codec/marketstats/query.d.ts +0 -66
  1674. package/lib/codec/marketstats/query.js +0 -195
  1675. package/lib/codec/marketstats/tx.d.ts +0 -12
  1676. package/lib/codec/marketstats/tx.js +0 -20
  1677. package/lib/codec/misc/block.d.ts +0 -21
  1678. package/lib/codec/misc/block.js +0 -105
  1679. package/lib/codec/misc/export.d.ts +0 -6
  1680. package/lib/codec/misc/export.js +0 -29
  1681. package/lib/codec/misc/message.d.ts +0 -22
  1682. package/lib/codec/misc/message.js +0 -128
  1683. package/lib/codec/misc/message_type.d.ts +0 -18
  1684. package/lib/codec/misc/message_type.js +0 -60
  1685. package/lib/codec/misc/query.d.ts +0 -192
  1686. package/lib/codec/misc/query.js +0 -884
  1687. package/lib/codec/misc/trade.d.ts +0 -28
  1688. package/lib/codec/misc/trade.js +0 -224
  1689. package/lib/codec/misc/transaction.d.ts +0 -45
  1690. package/lib/codec/misc/transaction.js +0 -369
  1691. package/lib/codec/oracle/event.d.ts +0 -37
  1692. package/lib/codec/oracle/event.js +0 -228
  1693. package/lib/codec/oracle/export.d.ts +0 -6
  1694. package/lib/codec/oracle/export.js +0 -58
  1695. package/lib/codec/oracle/genesis.d.ts +0 -28
  1696. package/lib/codec/oracle/genesis.js +0 -141
  1697. package/lib/codec/oracle/oracle.d.ts +0 -94
  1698. package/lib/codec/oracle/oracle.js +0 -650
  1699. package/lib/codec/oracle/proposal.d.ts +0 -21
  1700. package/lib/codec/oracle/proposal.js +0 -91
  1701. package/lib/codec/oracle/query.d.ts +0 -336
  1702. package/lib/codec/oracle/query.js +0 -1551
  1703. package/lib/codec/oracle/slashing.d.ts +0 -33
  1704. package/lib/codec/oracle/slashing.js +0 -191
  1705. package/lib/codec/oracle/tx.d.ts +0 -169
  1706. package/lib/codec/oracle/tx.js +0 -877
  1707. package/lib/codec/order/event.d.ts +0 -23
  1708. package/lib/codec/order/event.js +0 -146
  1709. package/lib/codec/order/export.d.ts +0 -5
  1710. package/lib/codec/order/export.js +0 -39
  1711. package/lib/codec/order/genesis.d.ts +0 -62
  1712. package/lib/codec/order/genesis.js +0 -322
  1713. package/lib/codec/order/order.d.ts +0 -113
  1714. package/lib/codec/order/order.js +0 -875
  1715. package/lib/codec/order/query.d.ts +0 -143
  1716. package/lib/codec/order/query.js +0 -596
  1717. package/lib/codec/order/tx.d.ts +0 -146
  1718. package/lib/codec/order/tx.js +0 -715
  1719. package/lib/codec/perpsliquidity/event.d.ts +0 -115
  1720. package/lib/codec/perpsliquidity/event.js +0 -657
  1721. package/lib/codec/perpsliquidity/genesis.d.ts +0 -36
  1722. package/lib/codec/perpsliquidity/genesis.js +0 -163
  1723. package/lib/codec/perpsliquidity/market.d.ts +0 -84
  1724. package/lib/codec/perpsliquidity/market.js +0 -431
  1725. package/lib/codec/perpsliquidity/params.d.ts +0 -27
  1726. package/lib/codec/perpsliquidity/params.js +0 -129
  1727. package/lib/codec/perpsliquidity/pool.d.ts +0 -119
  1728. package/lib/codec/perpsliquidity/pool.js +0 -774
  1729. package/lib/codec/perpsliquidity/query.d.ts +0 -246
  1730. package/lib/codec/perpsliquidity/query.js +0 -1125
  1731. package/lib/codec/perpsliquidity/tx.d.ts +0 -203
  1732. package/lib/codec/perpsliquidity/tx.js +0 -973
  1733. package/lib/codec/perpspool/event.d.ts +0 -95
  1734. package/lib/codec/perpspool/event.js +0 -561
  1735. package/lib/codec/perpspool/export.d.ts +0 -7
  1736. package/lib/codec/perpspool/export.js +0 -68
  1737. package/lib/codec/perpspool/genesis.d.ts +0 -61
  1738. package/lib/codec/perpspool/genesis.js +0 -343
  1739. package/lib/codec/perpspool/market.d.ts +0 -96
  1740. package/lib/codec/perpspool/market.js +0 -493
  1741. package/lib/codec/perpspool/params.d.ts +0 -30
  1742. package/lib/codec/perpspool/params.js +0 -189
  1743. package/lib/codec/perpspool/pool.d.ts +0 -103
  1744. package/lib/codec/perpspool/pool.js +0 -638
  1745. package/lib/codec/perpspool/query.d.ts +0 -247
  1746. package/lib/codec/perpspool/query.js +0 -1141
  1747. package/lib/codec/perpspool/tx.d.ts +0 -229
  1748. package/lib/codec/perpspool/tx.js +0 -1144
  1749. package/lib/codec/position/event.d.ts +0 -26
  1750. package/lib/codec/position/event.js +0 -180
  1751. package/lib/codec/position/export.d.ts +0 -4
  1752. package/lib/codec/position/export.js +0 -20
  1753. package/lib/codec/position/genesis.d.ts +0 -24
  1754. package/lib/codec/position/genesis.js +0 -64
  1755. package/lib/codec/position/position.d.ts +0 -74
  1756. package/lib/codec/position/position.js +0 -601
  1757. package/lib/codec/position/query.d.ts +0 -92
  1758. package/lib/codec/position/query.js +0 -400
  1759. package/lib/codec/position/tx.d.ts +0 -42
  1760. package/lib/codec/position/tx.js +0 -127
  1761. package/lib/codec/pricing/event.d.ts +0 -74
  1762. package/lib/codec/pricing/event.js +0 -361
  1763. package/lib/codec/pricing/export.d.ts +0 -6
  1764. package/lib/codec/pricing/export.js +0 -45
  1765. package/lib/codec/pricing/genesis.d.ts +0 -26
  1766. package/lib/codec/pricing/genesis.js +0 -95
  1767. package/lib/codec/pricing/legacy.d.ts +0 -22
  1768. package/lib/codec/pricing/legacy.js +0 -93
  1769. package/lib/codec/pricing/pricing.d.ts +0 -60
  1770. package/lib/codec/pricing/pricing.js +0 -456
  1771. package/lib/codec/pricing/proposal.d.ts +0 -31
  1772. package/lib/codec/pricing/proposal.js +0 -148
  1773. package/lib/codec/pricing/query.d.ts +0 -183
  1774. package/lib/codec/pricing/query.js +0 -759
  1775. package/lib/codec/pricing/tx.d.ts +0 -131
  1776. package/lib/codec/pricing/tx.js +0 -529
  1777. package/lib/codec/profile/event.d.ts +0 -20
  1778. package/lib/codec/profile/event.js +0 -78
  1779. package/lib/codec/profile/export.d.ts +0 -4
  1780. package/lib/codec/profile/export.js +0 -17
  1781. package/lib/codec/profile/genesis.d.ts +0 -24
  1782. package/lib/codec/profile/genesis.js +0 -64
  1783. package/lib/codec/profile/profile.d.ts +0 -20
  1784. package/lib/codec/profile/profile.js +0 -83
  1785. package/lib/codec/profile/query.d.ts +0 -92
  1786. package/lib/codec/profile/query.js +0 -360
  1787. package/lib/codec/profile/tx.d.ts +0 -43
  1788. package/lib/codec/profile/tx.js +0 -127
  1789. package/lib/codec/proofs.d.ts +0 -315
  1790. package/lib/codec/proofs.js +0 -1304
  1791. package/lib/codec/query/pagination.d.ts +0 -29
  1792. package/lib/codec/query/pagination.js +0 -126
  1793. package/lib/codec/sequence/export.d.ts +0 -3
  1794. package/lib/codec/sequence/export.js +0 -13
  1795. package/lib/codec/sequence/genesis.d.ts +0 -30
  1796. package/lib/codec/sequence/genesis.js +0 -122
  1797. package/lib/codec/sequence/query.d.ts +0 -63
  1798. package/lib/codec/sequence/query.js +0 -208
  1799. package/lib/codec/sequence/tx.d.ts +0 -41
  1800. package/lib/codec/sequence/tx.js +0 -148
  1801. package/lib/codec/subaccount/export.d.ts +0 -4
  1802. package/lib/codec/subaccount/export.js +0 -35
  1803. package/lib/codec/subaccount/genesis.d.ts +0 -28
  1804. package/lib/codec/subaccount/genesis.js +0 -110
  1805. package/lib/codec/subaccount/legacy.d.ts +0 -19
  1806. package/lib/codec/subaccount/legacy.js +0 -72
  1807. package/lib/codec/subaccount/query.d.ts +0 -229
  1808. package/lib/codec/subaccount/query.js +0 -1026
  1809. package/lib/codec/subaccount/subaccount.d.ts +0 -57
  1810. package/lib/codec/subaccount/subaccount.js +0 -349
  1811. package/lib/codec/subaccount/tx.d.ts +0 -92
  1812. package/lib/codec/subaccount/tx.js +0 -395
  1813. package/lib/constant/amino.d.ts +0 -0
  1814. package/lib/constant/amino.js +0 -1
  1815. package/lib/constant/chainConfig.d.ts +0 -26
  1816. package/lib/constant/chainConfig.js +0 -154
  1817. package/lib/constant/signless.d.ts +0 -2
  1818. package/lib/constant/signless.js +0 -5
  1819. package/lib/modules/feemarket.d.ts +0 -20
  1820. package/lib/modules/feemarket.js +0 -45
  1821. package/lib/modules/perpsliquidity.d.ts +0 -49
  1822. package/lib/modules/perpsliquidity.js +0 -118
  1823. package/lib/modules/signless.d.ts +0 -24
  1824. package/lib/modules/signless.js +0 -108
  1825. package/lib/modules/vault.d.ts +0 -56
  1826. package/lib/modules/vault.js +0 -128
  1827. package/lib/provider/account/EthLedgerAccount/EthLedgerAccount.d.ts +0 -29
  1828. package/lib/provider/account/EthLedgerAccount/EthLedgerAccount.js +0 -178
  1829. package/lib/provider/account/EthLedgerAccount/EthLedgerSigner.d.ts +0 -13
  1830. package/lib/provider/account/EthLedgerAccount/EthLedgerSigner.js +0 -81
  1831. package/lib/provider/account/EthLedgerAccount/index.d.ts +0 -2
  1832. package/lib/provider/account/EthLedgerAccount/index.js +0 -14
  1833. package/lib/provider/amino/types/perpsliquidity.d.ts +0 -4
  1834. package/lib/provider/amino/types/perpsliquidity.js +0 -73
  1835. package/lib/provider/amino/types/signless.d.ts +0 -12
  1836. package/lib/provider/amino/types/signless.js +0 -193
  1837. package/lib/provider/station/StationAccount.d.ts +0 -28
  1838. package/lib/provider/station/StationAccount.js +0 -168
  1839. package/lib/provider/station/index.d.ts +0 -2
  1840. package/lib/provider/station/index.js +0 -10
  1841. package/lib/util/signless.d.ts +0 -11
  1842. package/lib/util/signless.js +0 -92
@@ -1,1372 +1,1372 @@
1
- import Long from "long";
2
- import _m0 from "protobufjs/minimal";
3
- export declare const protobufPackage = "google.protobuf";
4
- /** The full set of known editions. */
5
- export declare enum Edition {
6
- /** EDITION_UNKNOWN - A placeholder for an unknown edition value. */
7
- EDITION_UNKNOWN = 0,
8
- /**
9
- * EDITION_PROTO2 - Legacy syntax "editions". These pre-date editions, but behave much like
10
- * distinct editions. These can't be used to specify the edition of proto
11
- * files, but feature definitions must supply proto2/proto3 defaults for
12
- * backwards compatibility.
13
- */
14
- EDITION_PROTO2 = 998,
15
- EDITION_PROTO3 = 999,
16
- /**
17
- * EDITION_2023 - Editions that have been released. The specific values are arbitrary and
18
- * should not be depended on, but they will always be time-ordered for easy
19
- * comparison.
20
- */
21
- EDITION_2023 = 1000,
22
- /**
23
- * EDITION_1_TEST_ONLY - Placeholder editions for testing feature resolution. These should not be
24
- * used or relyed on outside of tests.
25
- */
26
- EDITION_1_TEST_ONLY = 1,
27
- EDITION_2_TEST_ONLY = 2,
28
- EDITION_99997_TEST_ONLY = 99997,
29
- EDITION_99998_TEST_ONLY = 99998,
30
- EDITION_99999_TEST_ONLY = 99999,
31
- UNRECOGNIZED = -1
32
- }
33
- export declare function editionFromJSON(object: any): Edition;
34
- export declare function editionToJSON(object: Edition): string;
35
- /**
36
- * The protocol compiler can output a FileDescriptorSet containing the .proto
37
- * files it parses.
38
- */
39
- export interface FileDescriptorSet {
40
- file: FileDescriptorProto[];
41
- }
42
- /** Describes a complete .proto file. */
43
- export interface FileDescriptorProto {
44
- /** file name, relative to root of source tree */
45
- name: string;
46
- /** e.g. "foo", "foo.bar", etc. */
47
- package: string;
48
- /** Names of files imported by this file. */
49
- dependency: string[];
50
- /** Indexes of the public imported files in the dependency list above. */
51
- publicDependency: number[];
52
- /**
53
- * Indexes of the weak imported files in the dependency list.
54
- * For Google-internal migration only. Do not use.
55
- */
56
- weakDependency: number[];
57
- /** All top-level definitions in this file. */
58
- messageType: DescriptorProto[];
59
- enumType: EnumDescriptorProto[];
60
- service: ServiceDescriptorProto[];
61
- extension: FieldDescriptorProto[];
62
- options?: FileOptions;
63
- /**
64
- * This field contains optional information about the original source code.
65
- * You may safely remove this entire field without harming runtime
66
- * functionality of the descriptors -- the information is needed only by
67
- * development tools.
68
- */
69
- sourceCodeInfo?: SourceCodeInfo;
70
- /**
71
- * The syntax of the proto file.
72
- * The supported values are "proto2", "proto3", and "editions".
73
- *
74
- * If `edition` is present, this value must be "editions".
75
- */
76
- syntax: string;
77
- /** The edition of the proto file. */
78
- edition: Edition;
79
- }
80
- /** Describes a message type. */
81
- export interface DescriptorProto {
82
- name: string;
83
- field: FieldDescriptorProto[];
84
- extension: FieldDescriptorProto[];
85
- nestedType: DescriptorProto[];
86
- enumType: EnumDescriptorProto[];
87
- extensionRange: DescriptorProto_ExtensionRange[];
88
- oneofDecl: OneofDescriptorProto[];
89
- options?: MessageOptions;
90
- reservedRange: DescriptorProto_ReservedRange[];
91
- /**
92
- * Reserved field names, which may not be used by fields in the same message.
93
- * A given name may only be reserved once.
94
- */
95
- reservedName: string[];
96
- }
97
- export interface DescriptorProto_ExtensionRange {
98
- /** Inclusive. */
99
- start: number;
100
- /** Exclusive. */
101
- end: number;
102
- options?: ExtensionRangeOptions;
103
- }
104
- /**
105
- * Range of reserved tag numbers. Reserved tag numbers may not be used by
106
- * fields or extension ranges in the same message. Reserved ranges may
107
- * not overlap.
108
- */
109
- export interface DescriptorProto_ReservedRange {
110
- /** Inclusive. */
111
- start: number;
112
- /** Exclusive. */
113
- end: number;
114
- }
115
- export interface ExtensionRangeOptions {
116
- /** The parser stores options it doesn't recognize here. See above. */
117
- uninterpretedOption: UninterpretedOption[];
118
- /**
119
- * For external users: DO NOT USE. We are in the process of open sourcing
120
- * extension declaration and executing internal cleanups before it can be
121
- * used externally.
122
- */
123
- declaration: ExtensionRangeOptions_Declaration[];
124
- /** Any features defined in the specific edition. */
125
- features?: FeatureSet;
126
- /**
127
- * The verification state of the range.
128
- * TODO: flip the default to DECLARATION once all empty ranges
129
- * are marked as UNVERIFIED.
130
- */
131
- verification: ExtensionRangeOptions_VerificationState;
132
- }
133
- /** The verification state of the extension range. */
134
- export declare enum ExtensionRangeOptions_VerificationState {
135
- /** DECLARATION - All the extensions of the range must be declared. */
136
- DECLARATION = 0,
137
- UNVERIFIED = 1,
138
- UNRECOGNIZED = -1
139
- }
140
- export declare function extensionRangeOptions_VerificationStateFromJSON(object: any): ExtensionRangeOptions_VerificationState;
141
- export declare function extensionRangeOptions_VerificationStateToJSON(object: ExtensionRangeOptions_VerificationState): string;
142
- export interface ExtensionRangeOptions_Declaration {
143
- /** The extension number declared within the extension range. */
144
- number: number;
145
- /**
146
- * The fully-qualified name of the extension field. There must be a leading
147
- * dot in front of the full name.
148
- */
149
- fullName: string;
150
- /**
151
- * The fully-qualified type name of the extension field. Unlike
152
- * Metadata.type, Declaration.type must have a leading dot for messages
153
- * and enums.
154
- */
155
- type: string;
156
- /**
157
- * If true, indicates that the number is reserved in the extension range,
158
- * and any extension field with the number will fail to compile. Set this
159
- * when a declared extension field is deleted.
160
- */
161
- reserved: boolean;
162
- /**
163
- * If true, indicates that the extension must be defined as repeated.
164
- * Otherwise the extension must be defined as optional.
165
- */
166
- repeated: boolean;
167
- }
168
- /** Describes a field within a message. */
169
- export interface FieldDescriptorProto {
170
- name: string;
171
- number: number;
172
- label: FieldDescriptorProto_Label;
173
- /**
174
- * If type_name is set, this need not be set. If both this and type_name
175
- * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
176
- */
177
- type: FieldDescriptorProto_Type;
178
- /**
179
- * For message and enum types, this is the name of the type. If the name
180
- * starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
181
- * rules are used to find the type (i.e. first the nested types within this
182
- * message are searched, then within the parent, on up to the root
183
- * namespace).
184
- */
185
- typeName: string;
186
- /**
187
- * For extensions, this is the name of the type being extended. It is
188
- * resolved in the same manner as type_name.
189
- */
190
- extendee: string;
191
- /**
192
- * For numeric types, contains the original text representation of the value.
193
- * For booleans, "true" or "false".
194
- * For strings, contains the default text contents (not escaped in any way).
195
- * For bytes, contains the C escaped value. All bytes >= 128 are escaped.
196
- */
197
- defaultValue: string;
198
- /**
199
- * If set, gives the index of a oneof in the containing type's oneof_decl
200
- * list. This field is a member of that oneof.
201
- */
202
- oneofIndex: number;
203
- /**
204
- * JSON name of this field. The value is set by protocol compiler. If the
205
- * user has set a "json_name" option on this field, that option's value
206
- * will be used. Otherwise, it's deduced from the field's name by converting
207
- * it to camelCase.
208
- */
209
- jsonName: string;
210
- options?: FieldOptions;
211
- /**
212
- * If true, this is a proto3 "optional". When a proto3 field is optional, it
213
- * tracks presence regardless of field type.
214
- *
215
- * When proto3_optional is true, this field must be belong to a oneof to
216
- * signal to old proto3 clients that presence is tracked for this field. This
217
- * oneof is known as a "synthetic" oneof, and this field must be its sole
218
- * member (each proto3 optional field gets its own synthetic oneof). Synthetic
219
- * oneofs exist in the descriptor only, and do not generate any API. Synthetic
220
- * oneofs must be ordered after all "real" oneofs.
221
- *
222
- * For message fields, proto3_optional doesn't create any semantic change,
223
- * since non-repeated message fields always track presence. However it still
224
- * indicates the semantic detail of whether the user wrote "optional" or not.
225
- * This can be useful for round-tripping the .proto file. For consistency we
226
- * give message fields a synthetic oneof also, even though it is not required
227
- * to track presence. This is especially important because the parser can't
228
- * tell if a field is a message or an enum, so it must always create a
229
- * synthetic oneof.
230
- *
231
- * Proto2 optional fields do not set this flag, because they already indicate
232
- * optional with `LABEL_OPTIONAL`.
233
- */
234
- proto3Optional: boolean;
235
- }
236
- export declare enum FieldDescriptorProto_Type {
237
- /**
238
- * TYPE_DOUBLE - 0 is reserved for errors.
239
- * Order is weird for historical reasons.
240
- */
241
- TYPE_DOUBLE = 1,
242
- TYPE_FLOAT = 2,
243
- /**
244
- * TYPE_INT64 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
245
- * negative values are likely.
246
- */
247
- TYPE_INT64 = 3,
248
- TYPE_UINT64 = 4,
249
- /**
250
- * TYPE_INT32 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
251
- * negative values are likely.
252
- */
253
- TYPE_INT32 = 5,
254
- TYPE_FIXED64 = 6,
255
- TYPE_FIXED32 = 7,
256
- TYPE_BOOL = 8,
257
- TYPE_STRING = 9,
258
- /**
259
- * TYPE_GROUP - Tag-delimited aggregate.
260
- * Group type is deprecated and not supported after google.protobuf. However, Proto3
261
- * implementations should still be able to parse the group wire format and
262
- * treat group fields as unknown fields. In Editions, the group wire format
263
- * can be enabled via the `message_encoding` feature.
264
- */
265
- TYPE_GROUP = 10,
266
- /** TYPE_MESSAGE - Length-delimited aggregate. */
267
- TYPE_MESSAGE = 11,
268
- /** TYPE_BYTES - New in version 2. */
269
- TYPE_BYTES = 12,
270
- TYPE_UINT32 = 13,
271
- TYPE_ENUM = 14,
272
- TYPE_SFIXED32 = 15,
273
- TYPE_SFIXED64 = 16,
274
- /** TYPE_SINT32 - Uses ZigZag encoding. */
275
- TYPE_SINT32 = 17,
276
- /** TYPE_SINT64 - Uses ZigZag encoding. */
277
- TYPE_SINT64 = 18,
278
- UNRECOGNIZED = -1
279
- }
280
- export declare function fieldDescriptorProto_TypeFromJSON(object: any): FieldDescriptorProto_Type;
281
- export declare function fieldDescriptorProto_TypeToJSON(object: FieldDescriptorProto_Type): string;
282
- export declare enum FieldDescriptorProto_Label {
283
- /** LABEL_OPTIONAL - 0 is reserved for errors */
284
- LABEL_OPTIONAL = 1,
285
- LABEL_REPEATED = 3,
286
- /**
287
- * LABEL_REQUIRED - The required label is only allowed in google.protobuf. In proto3 and Editions
288
- * it's explicitly prohibited. In Editions, the `field_presence` feature
289
- * can be used to get this behavior.
290
- */
291
- LABEL_REQUIRED = 2,
292
- UNRECOGNIZED = -1
293
- }
294
- export declare function fieldDescriptorProto_LabelFromJSON(object: any): FieldDescriptorProto_Label;
295
- export declare function fieldDescriptorProto_LabelToJSON(object: FieldDescriptorProto_Label): string;
296
- /** Describes a oneof. */
297
- export interface OneofDescriptorProto {
298
- name: string;
299
- options?: OneofOptions;
300
- }
301
- /** Describes an enum type. */
302
- export interface EnumDescriptorProto {
303
- name: string;
304
- value: EnumValueDescriptorProto[];
305
- options?: EnumOptions;
306
- /**
307
- * Range of reserved numeric values. Reserved numeric values may not be used
308
- * by enum values in the same enum declaration. Reserved ranges may not
309
- * overlap.
310
- */
311
- reservedRange: EnumDescriptorProto_EnumReservedRange[];
312
- /**
313
- * Reserved enum value names, which may not be reused. A given name may only
314
- * be reserved once.
315
- */
316
- reservedName: string[];
317
- }
318
- /**
319
- * Range of reserved numeric values. Reserved values may not be used by
320
- * entries in the same enum. Reserved ranges may not overlap.
321
- *
322
- * Note that this is distinct from DescriptorProto.ReservedRange in that it
323
- * is inclusive such that it can appropriately represent the entire int32
324
- * domain.
325
- */
326
- export interface EnumDescriptorProto_EnumReservedRange {
327
- /** Inclusive. */
328
- start: number;
329
- /** Inclusive. */
330
- end: number;
331
- }
332
- /** Describes a value within an enum. */
333
- export interface EnumValueDescriptorProto {
334
- name: string;
335
- number: number;
336
- options?: EnumValueOptions;
337
- }
338
- /** Describes a service. */
339
- export interface ServiceDescriptorProto {
340
- name: string;
341
- method: MethodDescriptorProto[];
342
- options?: ServiceOptions;
343
- }
344
- /** Describes a method of a service. */
345
- export interface MethodDescriptorProto {
346
- name: string;
347
- /**
348
- * Input and output type names. These are resolved in the same way as
349
- * FieldDescriptorProto.type_name, but must refer to a message type.
350
- */
351
- inputType: string;
352
- outputType: string;
353
- options?: MethodOptions;
354
- /** Identifies if client streams multiple client messages */
355
- clientStreaming: boolean;
356
- /** Identifies if server streams multiple server messages */
357
- serverStreaming: boolean;
358
- }
359
- export interface FileOptions {
360
- /**
361
- * Sets the Java package where classes generated from this .proto will be
362
- * placed. By default, the proto package is used, but this is often
363
- * inappropriate because proto packages do not normally start with backwards
364
- * domain names.
365
- */
366
- javaPackage: string;
367
- /**
368
- * Controls the name of the wrapper Java class generated for the .proto file.
369
- * That class will always contain the .proto file's getDescriptor() method as
370
- * well as any top-level extensions defined in the .proto file.
371
- * If java_multiple_files is disabled, then all the other classes from the
372
- * .proto file will be nested inside the single wrapper outer class.
373
- */
374
- javaOuterClassname: string;
375
- /**
376
- * If enabled, then the Java code generator will generate a separate .java
377
- * file for each top-level message, enum, and service defined in the .proto
378
- * file. Thus, these types will *not* be nested inside the wrapper class
379
- * named by java_outer_classname. However, the wrapper class will still be
380
- * generated to contain the file's getDescriptor() method as well as any
381
- * top-level extensions defined in the file.
382
- */
383
- javaMultipleFiles: boolean;
384
- /**
385
- * This option does nothing.
386
- *
387
- * @deprecated
388
- */
389
- javaGenerateEqualsAndHash: boolean;
390
- /**
391
- * If set true, then the Java2 code generator will generate code that
392
- * throws an exception whenever an attempt is made to assign a non-UTF-8
393
- * byte sequence to a string field.
394
- * Message reflection will do the same.
395
- * However, an extension field still accepts non-UTF-8 byte sequences.
396
- * This option has no effect on when used with the lite runtime.
397
- */
398
- javaStringCheckUtf8: boolean;
399
- optimizeFor: FileOptions_OptimizeMode;
400
- /**
401
- * Sets the Go package where structs generated from this .proto will be
402
- * placed. If omitted, the Go package will be derived from the following:
403
- * - The basename of the package import path, if provided.
404
- * - Otherwise, the package statement in the .proto file, if present.
405
- * - Otherwise, the basename of the .proto file, without extension.
406
- */
407
- goPackage: string;
408
- /**
409
- * Should generic services be generated in each language? "Generic" services
410
- * are not specific to any particular RPC system. They are generated by the
411
- * main code generators in each language (without additional plugins).
412
- * Generic services were the only kind of service generation supported by
413
- * early versions of google.protobuf.
414
- *
415
- * Generic services are now considered deprecated in favor of using plugins
416
- * that generate code specific to your particular RPC system. Therefore,
417
- * these default to false. Old code which depends on generic services should
418
- * explicitly set them to true.
419
- */
420
- ccGenericServices: boolean;
421
- javaGenericServices: boolean;
422
- pyGenericServices: boolean;
423
- phpGenericServices: boolean;
424
- /**
425
- * Is this file deprecated?
426
- * Depending on the target platform, this can emit Deprecated annotations
427
- * for everything in the file, or it will be completely ignored; in the very
428
- * least, this is a formalization for deprecating files.
429
- */
430
- deprecated: boolean;
431
- /**
432
- * Enables the use of arenas for the proto messages in this file. This applies
433
- * only to generated classes for C++.
434
- */
435
- ccEnableArenas: boolean;
436
- /**
437
- * Sets the objective c class prefix which is prepended to all objective c
438
- * generated classes from this .proto. There is no default.
439
- */
440
- objcClassPrefix: string;
441
- /** Namespace for generated classes; defaults to the package. */
442
- csharpNamespace: string;
443
- /**
444
- * By default Swift generators will take the proto package and CamelCase it
445
- * replacing '.' with underscore and use that to prefix the types/symbols
446
- * defined. When this options is provided, they will use this value instead
447
- * to prefix the types/symbols defined.
448
- */
449
- swiftPrefix: string;
450
- /**
451
- * Sets the php class prefix which is prepended to all php generated classes
452
- * from this .proto. Default is empty.
453
- */
454
- phpClassPrefix: string;
455
- /**
456
- * Use this option to change the namespace of php generated classes. Default
457
- * is empty. When this option is empty, the package name will be used for
458
- * determining the namespace.
459
- */
460
- phpNamespace: string;
461
- /**
462
- * Use this option to change the namespace of php generated metadata classes.
463
- * Default is empty. When this option is empty, the proto file name will be
464
- * used for determining the namespace.
465
- */
466
- phpMetadataNamespace: string;
467
- /**
468
- * Use this option to change the package of ruby generated classes. Default
469
- * is empty. When this option is not set, the package name will be used for
470
- * determining the ruby package.
471
- */
472
- rubyPackage: string;
473
- /** Any features defined in the specific edition. */
474
- features?: FeatureSet;
475
- /**
476
- * The parser stores options it doesn't recognize here.
477
- * See the documentation for the "Options" section above.
478
- */
479
- uninterpretedOption: UninterpretedOption[];
480
- }
481
- /** Generated classes can be optimized for speed or code size. */
482
- export declare enum FileOptions_OptimizeMode {
483
- /** SPEED - Generate complete code for parsing, serialization, */
484
- SPEED = 1,
485
- /** CODE_SIZE - etc. */
486
- CODE_SIZE = 2,
487
- /** LITE_RUNTIME - Generate code using MessageLite and the lite runtime. */
488
- LITE_RUNTIME = 3,
489
- UNRECOGNIZED = -1
490
- }
491
- export declare function fileOptions_OptimizeModeFromJSON(object: any): FileOptions_OptimizeMode;
492
- export declare function fileOptions_OptimizeModeToJSON(object: FileOptions_OptimizeMode): string;
493
- export interface MessageOptions {
494
- /**
495
- * Set true to use the old proto1 MessageSet wire format for extensions.
496
- * This is provided for backwards-compatibility with the MessageSet wire
497
- * format. You should not use this for any other reason: It's less
498
- * efficient, has fewer features, and is more complicated.
499
- *
500
- * The message must be defined exactly as follows:
501
- * message Foo {
502
- * option message_set_wire_format = true;
503
- * extensions 4 to max;
504
- * }
505
- * Note that the message cannot have any defined fields; MessageSets only
506
- * have extensions.
507
- *
508
- * All extensions of your type must be singular messages; e.g. they cannot
509
- * be int32s, enums, or repeated messages.
510
- *
511
- * Because this is an option, the above two restrictions are not enforced by
512
- * the protocol compiler.
513
- */
514
- messageSetWireFormat: boolean;
515
- /**
516
- * Disables the generation of the standard "descriptor()" accessor, which can
517
- * conflict with a field of the same name. This is meant to make migration
518
- * from proto1 easier; new code should avoid fields named "descriptor".
519
- */
520
- noStandardDescriptorAccessor: boolean;
521
- /**
522
- * Is this message deprecated?
523
- * Depending on the target platform, this can emit Deprecated annotations
524
- * for the message, or it will be completely ignored; in the very least,
525
- * this is a formalization for deprecating messages.
526
- */
527
- deprecated: boolean;
528
- /**
529
- * NOTE: Do not set the option in .proto files. Always use the maps syntax
530
- * instead. The option should only be implicitly set by the proto compiler
531
- * parser.
532
- *
533
- * Whether the message is an automatically generated map entry type for the
534
- * maps field.
535
- *
536
- * For maps fields:
537
- * map<KeyType, ValueType> map_field = 1;
538
- * The parsed descriptor looks like:
539
- * message MapFieldEntry {
540
- * option map_entry = true;
541
- * optional KeyType key = 1;
542
- * optional ValueType value = 2;
543
- * }
544
- * repeated MapFieldEntry map_field = 1;
545
- *
546
- * Implementations may choose not to generate the map_entry=true message, but
547
- * use a native map in the target language to hold the keys and values.
548
- * The reflection APIs in such implementations still need to work as
549
- * if the field is a repeated message field.
550
- */
551
- mapEntry: boolean;
552
- /**
553
- * Enable the legacy handling of JSON field name conflicts. This lowercases
554
- * and strips underscored from the fields before comparison in proto3 only.
555
- * The new behavior takes `json_name` into account and applies to proto2 as
556
- * well.
557
- *
558
- * This should only be used as a temporary measure against broken builds due
559
- * to the change in behavior for JSON field name conflicts.
560
- *
561
- * TODO This is legacy behavior we plan to remove once downstream
562
- * teams have had time to migrate.
563
- *
564
- * @deprecated
565
- */
566
- deprecatedLegacyJsonFieldConflicts: boolean;
567
- /** Any features defined in the specific edition. */
568
- features?: FeatureSet;
569
- /** The parser stores options it doesn't recognize here. See above. */
570
- uninterpretedOption: UninterpretedOption[];
571
- }
572
- export interface FieldOptions {
573
- /**
574
- * The ctype option instructs the C++ code generator to use a different
575
- * representation of the field than it normally would. See the specific
576
- * options below. This option is only implemented to support use of
577
- * [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of
578
- * type "bytes" in the open source release -- sorry, we'll try to include
579
- * other types in a future version!
580
- */
581
- ctype: FieldOptions_CType;
582
- /**
583
- * The packed option can be enabled for repeated primitive fields to enable
584
- * a more efficient representation on the wire. Rather than repeatedly
585
- * writing the tag and type for each element, the entire array is encoded as
586
- * a single length-delimited blob. In proto3, only explicit setting it to
587
- * false will avoid using packed encoding. This option is prohibited in
588
- * Editions, but the `repeated_field_encoding` feature can be used to control
589
- * the behavior.
590
- */
591
- packed: boolean;
592
- /**
593
- * The jstype option determines the JavaScript type used for values of the
594
- * field. The option is permitted only for 64 bit integral and fixed types
595
- * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
596
- * is represented as JavaScript string, which avoids loss of precision that
597
- * can happen when a large value is converted to a floating point JavaScript.
598
- * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
599
- * use the JavaScript "number" type. The behavior of the default option
600
- * JS_NORMAL is implementation dependent.
601
- *
602
- * This option is an enum to permit additional types to be added, e.g.
603
- * goog.math.Integer.
604
- */
605
- jstype: FieldOptions_JSType;
606
- /**
607
- * Should this field be parsed lazily? Lazy applies only to message-type
608
- * fields. It means that when the outer message is initially parsed, the
609
- * inner message's contents will not be parsed but instead stored in encoded
610
- * form. The inner message will actually be parsed when it is first accessed.
611
- *
612
- * This is only a hint. Implementations are free to choose whether to use
613
- * eager or lazy parsing regardless of the value of this option. However,
614
- * setting this option true suggests that the protocol author believes that
615
- * using lazy parsing on this field is worth the additional bookkeeping
616
- * overhead typically needed to implement it.
617
- *
618
- * This option does not affect the public interface of any generated code;
619
- * all method signatures remain the same. Furthermore, thread-safety of the
620
- * interface is not affected by this option; const methods remain safe to
621
- * call from multiple threads concurrently, while non-const methods continue
622
- * to require exclusive access.
623
- *
624
- * Note that implementations may choose not to check required fields within
625
- * a lazy sub-message. That is, calling IsInitialized() on the outer message
626
- * may return true even if the inner message has missing required fields.
627
- * This is necessary because otherwise the inner message would have to be
628
- * parsed in order to perform the check, defeating the purpose of lazy
629
- * parsing. An implementation which chooses not to check required fields
630
- * must be consistent about it. That is, for any particular sub-message, the
631
- * implementation must either *always* check its required fields, or *never*
632
- * check its required fields, regardless of whether or not the message has
633
- * been parsed.
634
- *
635
- * As of May 2022, lazy verifies the contents of the byte stream during
636
- * parsing. An invalid byte stream will cause the overall parsing to fail.
637
- */
638
- lazy: boolean;
639
- /**
640
- * unverified_lazy does no correctness checks on the byte stream. This should
641
- * only be used where lazy with verification is prohibitive for performance
642
- * reasons.
643
- */
644
- unverifiedLazy: boolean;
645
- /**
646
- * Is this field deprecated?
647
- * Depending on the target platform, this can emit Deprecated annotations
648
- * for accessors, or it will be completely ignored; in the very least, this
649
- * is a formalization for deprecating fields.
650
- */
651
- deprecated: boolean;
652
- /** For Google-internal migration only. Do not use. */
653
- weak: boolean;
654
- /**
655
- * Indicate that the field value should not be printed out when using debug
656
- * formats, e.g. when the field contains sensitive credentials.
657
- */
658
- debugRedact: boolean;
659
- retention: FieldOptions_OptionRetention;
660
- targets: FieldOptions_OptionTargetType[];
661
- editionDefaults: FieldOptions_EditionDefault[];
662
- /** Any features defined in the specific edition. */
663
- features?: FeatureSet;
664
- /** The parser stores options it doesn't recognize here. See above. */
665
- uninterpretedOption: UninterpretedOption[];
666
- }
667
- export declare enum FieldOptions_CType {
668
- /** STRING - Default mode. */
669
- STRING = 0,
670
- /**
671
- * CORD - The option [ctype=CORD] may be applied to a non-repeated field of type
672
- * "bytes". It indicates that in C++, the data should be stored in a Cord
673
- * instead of a string. For very large strings, this may reduce memory
674
- * fragmentation. It may also allow better performance when parsing from a
675
- * Cord, or when parsing with aliasing enabled, as the parsed Cord may then
676
- * alias the original buffer.
677
- */
678
- CORD = 1,
679
- STRING_PIECE = 2,
680
- UNRECOGNIZED = -1
681
- }
682
- export declare function fieldOptions_CTypeFromJSON(object: any): FieldOptions_CType;
683
- export declare function fieldOptions_CTypeToJSON(object: FieldOptions_CType): string;
684
- export declare enum FieldOptions_JSType {
685
- /** JS_NORMAL - Use the default type. */
686
- JS_NORMAL = 0,
687
- /** JS_STRING - Use JavaScript strings. */
688
- JS_STRING = 1,
689
- /** JS_NUMBER - Use JavaScript numbers. */
690
- JS_NUMBER = 2,
691
- UNRECOGNIZED = -1
692
- }
693
- export declare function fieldOptions_JSTypeFromJSON(object: any): FieldOptions_JSType;
694
- export declare function fieldOptions_JSTypeToJSON(object: FieldOptions_JSType): string;
695
- /**
696
- * If set to RETENTION_SOURCE, the option will be omitted from the binary.
697
- * Note: as of January 2023, support for this is in progress and does not yet
698
- * have an effect (b/264593489).
699
- */
700
- export declare enum FieldOptions_OptionRetention {
701
- RETENTION_UNKNOWN = 0,
702
- RETENTION_RUNTIME = 1,
703
- RETENTION_SOURCE = 2,
704
- UNRECOGNIZED = -1
705
- }
706
- export declare function fieldOptions_OptionRetentionFromJSON(object: any): FieldOptions_OptionRetention;
707
- export declare function fieldOptions_OptionRetentionToJSON(object: FieldOptions_OptionRetention): string;
708
- /**
709
- * This indicates the types of entities that the field may apply to when used
710
- * as an option. If it is unset, then the field may be freely used as an
711
- * option on any kind of entity. Note: as of January 2023, support for this is
712
- * in progress and does not yet have an effect (b/264593489).
713
- */
714
- export declare enum FieldOptions_OptionTargetType {
715
- TARGET_TYPE_UNKNOWN = 0,
716
- TARGET_TYPE_FILE = 1,
717
- TARGET_TYPE_EXTENSION_RANGE = 2,
718
- TARGET_TYPE_MESSAGE = 3,
719
- TARGET_TYPE_FIELD = 4,
720
- TARGET_TYPE_ONEOF = 5,
721
- TARGET_TYPE_ENUM = 6,
722
- TARGET_TYPE_ENUM_ENTRY = 7,
723
- TARGET_TYPE_SERVICE = 8,
724
- TARGET_TYPE_METHOD = 9,
725
- UNRECOGNIZED = -1
726
- }
727
- export declare function fieldOptions_OptionTargetTypeFromJSON(object: any): FieldOptions_OptionTargetType;
728
- export declare function fieldOptions_OptionTargetTypeToJSON(object: FieldOptions_OptionTargetType): string;
729
- export interface FieldOptions_EditionDefault {
730
- edition: Edition;
731
- /** Textproto value. */
732
- value: string;
733
- }
734
- export interface OneofOptions {
735
- /** Any features defined in the specific edition. */
736
- features?: FeatureSet;
737
- /** The parser stores options it doesn't recognize here. See above. */
738
- uninterpretedOption: UninterpretedOption[];
739
- }
740
- export interface EnumOptions {
741
- /**
742
- * Set this option to true to allow mapping different tag names to the same
743
- * value.
744
- */
745
- allowAlias: boolean;
746
- /**
747
- * Is this enum deprecated?
748
- * Depending on the target platform, this can emit Deprecated annotations
749
- * for the enum, or it will be completely ignored; in the very least, this
750
- * is a formalization for deprecating enums.
751
- */
752
- deprecated: boolean;
753
- /**
754
- * Enable the legacy handling of JSON field name conflicts. This lowercases
755
- * and strips underscored from the fields before comparison in proto3 only.
756
- * The new behavior takes `json_name` into account and applies to proto2 as
757
- * well.
758
- * TODO Remove this legacy behavior once downstream teams have
759
- * had time to migrate.
760
- *
761
- * @deprecated
762
- */
763
- deprecatedLegacyJsonFieldConflicts: boolean;
764
- /** Any features defined in the specific edition. */
765
- features?: FeatureSet;
766
- /** The parser stores options it doesn't recognize here. See above. */
767
- uninterpretedOption: UninterpretedOption[];
768
- }
769
- export interface EnumValueOptions {
770
- /**
771
- * Is this enum value deprecated?
772
- * Depending on the target platform, this can emit Deprecated annotations
773
- * for the enum value, or it will be completely ignored; in the very least,
774
- * this is a formalization for deprecating enum values.
775
- */
776
- deprecated: boolean;
777
- /** Any features defined in the specific edition. */
778
- features?: FeatureSet;
779
- /**
780
- * Indicate that fields annotated with this enum value should not be printed
781
- * out when using debug formats, e.g. when the field contains sensitive
782
- * credentials.
783
- */
784
- debugRedact: boolean;
785
- /** The parser stores options it doesn't recognize here. See above. */
786
- uninterpretedOption: UninterpretedOption[];
787
- }
788
- export interface ServiceOptions {
789
- /** Any features defined in the specific edition. */
790
- features?: FeatureSet;
791
- /**
792
- * Is this service deprecated?
793
- * Depending on the target platform, this can emit Deprecated annotations
794
- * for the service, or it will be completely ignored; in the very least,
795
- * this is a formalization for deprecating services.
796
- */
797
- deprecated: boolean;
798
- /** The parser stores options it doesn't recognize here. See above. */
799
- uninterpretedOption: UninterpretedOption[];
800
- }
801
- export interface MethodOptions {
802
- /**
803
- * Is this method deprecated?
804
- * Depending on the target platform, this can emit Deprecated annotations
805
- * for the method, or it will be completely ignored; in the very least,
806
- * this is a formalization for deprecating methods.
807
- */
808
- deprecated: boolean;
809
- idempotencyLevel: MethodOptions_IdempotencyLevel;
810
- /** Any features defined in the specific edition. */
811
- features?: FeatureSet;
812
- /** The parser stores options it doesn't recognize here. See above. */
813
- uninterpretedOption: UninterpretedOption[];
814
- }
815
- /**
816
- * Is this method side-effect-free (or safe in HTTP parlance), or idempotent,
817
- * or neither? HTTP based RPC implementation may choose GET verb for safe
818
- * methods, and PUT verb for idempotent methods instead of the default POST.
819
- */
820
- export declare enum MethodOptions_IdempotencyLevel {
821
- IDEMPOTENCY_UNKNOWN = 0,
822
- /** NO_SIDE_EFFECTS - implies idempotent */
823
- NO_SIDE_EFFECTS = 1,
824
- /** IDEMPOTENT - idempotent, but may have side effects */
825
- IDEMPOTENT = 2,
826
- UNRECOGNIZED = -1
827
- }
828
- export declare function methodOptions_IdempotencyLevelFromJSON(object: any): MethodOptions_IdempotencyLevel;
829
- export declare function methodOptions_IdempotencyLevelToJSON(object: MethodOptions_IdempotencyLevel): string;
830
- /**
831
- * A message representing a option the parser does not recognize. This only
832
- * appears in options protos created by the compiler::Parser class.
833
- * DescriptorPool resolves these when building Descriptor objects. Therefore,
834
- * options protos in descriptor objects (e.g. returned by Descriptor::options(),
835
- * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
836
- * in them.
837
- */
838
- export interface UninterpretedOption {
839
- name: UninterpretedOption_NamePart[];
840
- /**
841
- * The value of the uninterpreted option, in whatever type the tokenizer
842
- * identified it as during parsing. Exactly one of these should be set.
843
- */
844
- identifierValue: string;
845
- positiveIntValue: Long;
846
- negativeIntValue: Long;
847
- doubleValue: number;
848
- stringValue: Uint8Array;
849
- aggregateValue: string;
850
- }
851
- /**
852
- * The name of the uninterpreted option. Each string represents a segment in
853
- * a dot-separated name. is_extension is true iff a segment represents an
854
- * extension (denoted with parentheses in options specs in .proto files).
855
- * E.g.,{ ["foo", false], ["bar.baz", true], ["moo", false] } represents
856
- * "foo.(bar.baz).moo".
857
- */
858
- export interface UninterpretedOption_NamePart {
859
- namePart: string;
860
- isExtension: boolean;
861
- }
862
- /**
863
- * TODO Enums in C++ gencode (and potentially other languages) are
864
- * not well scoped. This means that each of the feature enums below can clash
865
- * with each other. The short names we've chosen maximize call-site
866
- * readability, but leave us very open to this scenario. A future feature will
867
- * be designed and implemented to handle this, hopefully before we ever hit a
868
- * conflict here.
869
- */
870
- export interface FeatureSet {
871
- fieldPresence: FeatureSet_FieldPresence;
872
- enumType: FeatureSet_EnumType;
873
- repeatedFieldEncoding: FeatureSet_RepeatedFieldEncoding;
874
- utf8Validation: FeatureSet_Utf8Validation;
875
- messageEncoding: FeatureSet_MessageEncoding;
876
- jsonFormat: FeatureSet_JsonFormat;
877
- }
878
- export declare enum FeatureSet_FieldPresence {
879
- FIELD_PRESENCE_UNKNOWN = 0,
880
- EXPLICIT = 1,
881
- IMPLICIT = 2,
882
- LEGACY_REQUIRED = 3,
883
- UNRECOGNIZED = -1
884
- }
885
- export declare function featureSet_FieldPresenceFromJSON(object: any): FeatureSet_FieldPresence;
886
- export declare function featureSet_FieldPresenceToJSON(object: FeatureSet_FieldPresence): string;
887
- export declare enum FeatureSet_EnumType {
888
- ENUM_TYPE_UNKNOWN = 0,
889
- OPEN = 1,
890
- CLOSED = 2,
891
- UNRECOGNIZED = -1
892
- }
893
- export declare function featureSet_EnumTypeFromJSON(object: any): FeatureSet_EnumType;
894
- export declare function featureSet_EnumTypeToJSON(object: FeatureSet_EnumType): string;
895
- export declare enum FeatureSet_RepeatedFieldEncoding {
896
- REPEATED_FIELD_ENCODING_UNKNOWN = 0,
897
- PACKED = 1,
898
- EXPANDED = 2,
899
- UNRECOGNIZED = -1
900
- }
901
- export declare function featureSet_RepeatedFieldEncodingFromJSON(object: any): FeatureSet_RepeatedFieldEncoding;
902
- export declare function featureSet_RepeatedFieldEncodingToJSON(object: FeatureSet_RepeatedFieldEncoding): string;
903
- export declare enum FeatureSet_Utf8Validation {
904
- UTF8_VALIDATION_UNKNOWN = 0,
905
- NONE = 1,
906
- VERIFY = 2,
907
- UNRECOGNIZED = -1
908
- }
909
- export declare function featureSet_Utf8ValidationFromJSON(object: any): FeatureSet_Utf8Validation;
910
- export declare function featureSet_Utf8ValidationToJSON(object: FeatureSet_Utf8Validation): string;
911
- export declare enum FeatureSet_MessageEncoding {
912
- MESSAGE_ENCODING_UNKNOWN = 0,
913
- LENGTH_PREFIXED = 1,
914
- DELIMITED = 2,
915
- UNRECOGNIZED = -1
916
- }
917
- export declare function featureSet_MessageEncodingFromJSON(object: any): FeatureSet_MessageEncoding;
918
- export declare function featureSet_MessageEncodingToJSON(object: FeatureSet_MessageEncoding): string;
919
- export declare enum FeatureSet_JsonFormat {
920
- JSON_FORMAT_UNKNOWN = 0,
921
- ALLOW = 1,
922
- LEGACY_BEST_EFFORT = 2,
923
- UNRECOGNIZED = -1
924
- }
925
- export declare function featureSet_JsonFormatFromJSON(object: any): FeatureSet_JsonFormat;
926
- export declare function featureSet_JsonFormatToJSON(object: FeatureSet_JsonFormat): string;
927
- /**
928
- * A compiled specification for the defaults of a set of features. These
929
- * messages are generated from FeatureSet extensions and can be used to seed
930
- * feature resolution. The resolution with this object becomes a simple search
931
- * for the closest matching edition, followed by proto merges.
932
- */
933
- export interface FeatureSetDefaults {
934
- defaults: FeatureSetDefaults_FeatureSetEditionDefault[];
935
- /**
936
- * The minimum supported edition (inclusive) when this was constructed.
937
- * Editions before this will not have defaults.
938
- */
939
- minimumEdition: Edition;
940
- /**
941
- * The maximum known edition (inclusive) when this was constructed. Editions
942
- * after this will not have reliable defaults.
943
- */
944
- maximumEdition: Edition;
945
- }
946
- /**
947
- * A map from every known edition with a unique set of defaults to its
948
- * defaults. Not all editions may be contained here. For a given edition,
949
- * the defaults at the closest matching edition ordered at or before it should
950
- * be used. This field must be in strict ascending order by edition.
951
- */
952
- export interface FeatureSetDefaults_FeatureSetEditionDefault {
953
- edition: Edition;
954
- features?: FeatureSet;
955
- }
956
- /**
957
- * Encapsulates information about the original source file from which a
958
- * FileDescriptorProto was generated.
959
- */
960
- export interface SourceCodeInfo {
961
- /**
962
- * A Location identifies a piece of source code in a .proto file which
963
- * corresponds to a particular definition. This information is intended
964
- * to be useful to IDEs, code indexers, documentation generators, and similar
965
- * tools.
966
- *
967
- * For example, say we have a file like:
968
- * message Foo {
969
- * optional string foo = 1;
970
- * }
971
- * Let's look at just the field definition:
972
- * optional string foo = 1;
973
- * ^ ^^ ^^ ^ ^^^
974
- * a bc de f ghi
975
- * We have the following locations:
976
- * span path represents
977
- * [a,i) [ 4, 0, 2, 0 ] The whole field definition.
978
- * [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).
979
- * [c,d) [ 4, 0, 2, 0, 5 ] The type (string).
980
- * [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).
981
- * [g,h) [ 4, 0, 2, 0, 3 ] The number (1).
982
- *
983
- * Notes:
984
- * - A location may refer to a repeated field itself (i.e. not to any
985
- * particular index within it). This is used whenever a set of elements are
986
- * logically enclosed in a single code segment. For example, an entire
987
- * extend block (possibly containing multiple extension definitions) will
988
- * have an outer location whose path refers to the "extensions" repeated
989
- * field without an index.
990
- * - Multiple locations may have the same path. This happens when a single
991
- * logical declaration is spread out across multiple places. The most
992
- * obvious example is the "extend" block again -- there may be multiple
993
- * extend blocks in the same scope, each of which will have the same path.
994
- * - A location's span is not always a subset of its parent's span. For
995
- * example, the "extendee" of an extension declaration appears at the
996
- * beginning of the "extend" block and is shared by all extensions within
997
- * the block.
998
- * - Just because a location's span is a subset of some other location's span
999
- * does not mean that it is a descendant. For example, a "group" defines
1000
- * both a type and a field in a single declaration. Thus, the locations
1001
- * corresponding to the type and field and their components will overlap.
1002
- * - Code which tries to interpret locations should probably be designed to
1003
- * ignore those that it doesn't understand, as more types of locations could
1004
- * be recorded in the future.
1005
- */
1006
- location: SourceCodeInfo_Location[];
1007
- }
1008
- export interface SourceCodeInfo_Location {
1009
- /**
1010
- * Identifies which part of the FileDescriptorProto was defined at this
1011
- * location.
1012
- *
1013
- * Each element is a field number or an index. They form a path from
1014
- * the root FileDescriptorProto to the place where the definition occurs.
1015
- * For example, this path:
1016
- * [ 4, 3, 2, 7, 1 ]
1017
- * refers to:
1018
- * file.message_type(3) // 4, 3
1019
- * .field(7) // 2, 7
1020
- * .name() // 1
1021
- * This is because FileDescriptorProto.message_type has field number 4:
1022
- * repeated DescriptorProto message_type = 4;
1023
- * and DescriptorProto.field has field number 2:
1024
- * repeated FieldDescriptorProto field = 2;
1025
- * and FieldDescriptorProto.name has field number 1:
1026
- * optional string name = 1;
1027
- *
1028
- * Thus, the above path gives the location of a field name. If we removed
1029
- * the last element:
1030
- * [ 4, 3, 2, 7 ]
1031
- * this path refers to the whole field declaration (from the beginning
1032
- * of the label to the terminating semicolon).
1033
- */
1034
- path: number[];
1035
- /**
1036
- * Always has exactly three or four elements: start line, start column,
1037
- * end line (optional, otherwise assumed same as start line), end column.
1038
- * These are packed into a single field for efficiency. Note that line
1039
- * and column numbers are zero-based -- typically you will want to add
1040
- * 1 to each before displaying to a user.
1041
- */
1042
- span: number[];
1043
- /**
1044
- * If this SourceCodeInfo represents a complete declaration, these are any
1045
- * comments appearing before and after the declaration which appear to be
1046
- * attached to the declaration.
1047
- *
1048
- * A series of line comments appearing on consecutive lines, with no other
1049
- * tokens appearing on those lines, will be treated as a single comment.
1050
- *
1051
- * leading_detached_comments will keep paragraphs of comments that appear
1052
- * before (but not connected to) the current element. Each paragraph,
1053
- * separated by empty lines, will be one comment element in the repeated
1054
- * field.
1055
- *
1056
- * Only the comment content is provided; comment markers (e.g. //) are
1057
- * stripped out. For block comments, leading whitespace and an asterisk
1058
- * will be stripped from the beginning of each line other than the first.
1059
- * Newlines are included in the output.
1060
- *
1061
- * Examples:
1062
- *
1063
- * optional int32 foo = 1; // Comment attached to foo.
1064
- * // Comment attached to bar.
1065
- * optional int32 bar = 2;
1066
- *
1067
- * optional string baz = 3;
1068
- * // Comment attached to baz.
1069
- * // Another line attached to baz.
1070
- *
1071
- * // Comment attached to moo.
1072
- * //
1073
- * // Another line attached to moo.
1074
- * optional double moo = 4;
1075
- *
1076
- * // Detached comment for corge. This is not leading or trailing comments
1077
- * // to moo or corge because there are blank lines separating it from
1078
- * // both.
1079
- *
1080
- * // Detached comment for corge paragraph 2.
1081
- *
1082
- * optional string corge = 5;
1083
- * /* Block comment attached
1084
- * * to corge. Leading asterisks
1085
- * * will be removed. * /
1086
- * /* Block comment attached to
1087
- * * grault. * /
1088
- * optional int32 grault = 6;
1089
- *
1090
- * // ignored detached comments.
1091
- */
1092
- leadingComments: string;
1093
- trailingComments: string;
1094
- leadingDetachedComments: string[];
1095
- }
1096
- /**
1097
- * Describes the relationship between generated code and its original source
1098
- * file. A GeneratedCodeInfo message is associated with only one generated
1099
- * source file, but may contain references to different source .proto files.
1100
- */
1101
- export interface GeneratedCodeInfo {
1102
- /**
1103
- * An Annotation connects some span of text in generated code to an element
1104
- * of its generating .proto file.
1105
- */
1106
- annotation: GeneratedCodeInfo_Annotation[];
1107
- }
1108
- export interface GeneratedCodeInfo_Annotation {
1109
- /**
1110
- * Identifies the element in the original source .proto file. This field
1111
- * is formatted the same as SourceCodeInfo.Location.path.
1112
- */
1113
- path: number[];
1114
- /** Identifies the filesystem path to the original source .proto. */
1115
- sourceFile: string;
1116
- /**
1117
- * Identifies the starting offset in bytes in the generated code
1118
- * that relates to the identified object.
1119
- */
1120
- begin: number;
1121
- /**
1122
- * Identifies the ending offset in bytes in the generated code that
1123
- * relates to the identified object. The end offset should be one past
1124
- * the last relevant byte (so the length of the text = end - begin).
1125
- */
1126
- end: number;
1127
- semantic: GeneratedCodeInfo_Annotation_Semantic;
1128
- }
1129
- /**
1130
- * Represents the identified object's effect on the element in the original
1131
- * .proto file.
1132
- */
1133
- export declare enum GeneratedCodeInfo_Annotation_Semantic {
1134
- /** NONE - There is no effect or the effect is indescribable. */
1135
- NONE = 0,
1136
- /** SET - The element is set or otherwise mutated. */
1137
- SET = 1,
1138
- /** ALIAS - An alias to the element is returned. */
1139
- ALIAS = 2,
1140
- UNRECOGNIZED = -1
1141
- }
1142
- export declare function generatedCodeInfo_Annotation_SemanticFromJSON(object: any): GeneratedCodeInfo_Annotation_Semantic;
1143
- export declare function generatedCodeInfo_Annotation_SemanticToJSON(object: GeneratedCodeInfo_Annotation_Semantic): string;
1144
- export declare const FileDescriptorSet: {
1145
- encode(message: FileDescriptorSet, writer?: _m0.Writer): _m0.Writer;
1146
- decode(input: _m0.Reader | Uint8Array, length?: number): FileDescriptorSet;
1147
- fromJSON(object: any): FileDescriptorSet;
1148
- toJSON(message: FileDescriptorSet): unknown;
1149
- fromPartial(object: DeepPartial<FileDescriptorSet>): FileDescriptorSet;
1150
- };
1151
- export declare const FileDescriptorProto: {
1152
- encode(message: FileDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1153
- decode(input: _m0.Reader | Uint8Array, length?: number): FileDescriptorProto;
1154
- fromJSON(object: any): FileDescriptorProto;
1155
- toJSON(message: FileDescriptorProto): unknown;
1156
- fromPartial(object: DeepPartial<FileDescriptorProto>): FileDescriptorProto;
1157
- };
1158
- export declare const DescriptorProto: {
1159
- encode(message: DescriptorProto, writer?: _m0.Writer): _m0.Writer;
1160
- decode(input: _m0.Reader | Uint8Array, length?: number): DescriptorProto;
1161
- fromJSON(object: any): DescriptorProto;
1162
- toJSON(message: DescriptorProto): unknown;
1163
- fromPartial(object: DeepPartial<DescriptorProto>): DescriptorProto;
1164
- };
1165
- export declare const DescriptorProto_ExtensionRange: {
1166
- encode(message: DescriptorProto_ExtensionRange, writer?: _m0.Writer): _m0.Writer;
1167
- decode(input: _m0.Reader | Uint8Array, length?: number): DescriptorProto_ExtensionRange;
1168
- fromJSON(object: any): DescriptorProto_ExtensionRange;
1169
- toJSON(message: DescriptorProto_ExtensionRange): unknown;
1170
- fromPartial(object: DeepPartial<DescriptorProto_ExtensionRange>): DescriptorProto_ExtensionRange;
1171
- };
1172
- export declare const DescriptorProto_ReservedRange: {
1173
- encode(message: DescriptorProto_ReservedRange, writer?: _m0.Writer): _m0.Writer;
1174
- decode(input: _m0.Reader | Uint8Array, length?: number): DescriptorProto_ReservedRange;
1175
- fromJSON(object: any): DescriptorProto_ReservedRange;
1176
- toJSON(message: DescriptorProto_ReservedRange): unknown;
1177
- fromPartial(object: DeepPartial<DescriptorProto_ReservedRange>): DescriptorProto_ReservedRange;
1178
- };
1179
- export declare const ExtensionRangeOptions: {
1180
- encode(message: ExtensionRangeOptions, writer?: _m0.Writer): _m0.Writer;
1181
- decode(input: _m0.Reader | Uint8Array, length?: number): ExtensionRangeOptions;
1182
- fromJSON(object: any): ExtensionRangeOptions;
1183
- toJSON(message: ExtensionRangeOptions): unknown;
1184
- fromPartial(object: DeepPartial<ExtensionRangeOptions>): ExtensionRangeOptions;
1185
- };
1186
- export declare const ExtensionRangeOptions_Declaration: {
1187
- encode(message: ExtensionRangeOptions_Declaration, writer?: _m0.Writer): _m0.Writer;
1188
- decode(input: _m0.Reader | Uint8Array, length?: number): ExtensionRangeOptions_Declaration;
1189
- fromJSON(object: any): ExtensionRangeOptions_Declaration;
1190
- toJSON(message: ExtensionRangeOptions_Declaration): unknown;
1191
- fromPartial(object: DeepPartial<ExtensionRangeOptions_Declaration>): ExtensionRangeOptions_Declaration;
1192
- };
1193
- export declare const FieldDescriptorProto: {
1194
- encode(message: FieldDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1195
- decode(input: _m0.Reader | Uint8Array, length?: number): FieldDescriptorProto;
1196
- fromJSON(object: any): FieldDescriptorProto;
1197
- toJSON(message: FieldDescriptorProto): unknown;
1198
- fromPartial(object: DeepPartial<FieldDescriptorProto>): FieldDescriptorProto;
1199
- };
1200
- export declare const OneofDescriptorProto: {
1201
- encode(message: OneofDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1202
- decode(input: _m0.Reader | Uint8Array, length?: number): OneofDescriptorProto;
1203
- fromJSON(object: any): OneofDescriptorProto;
1204
- toJSON(message: OneofDescriptorProto): unknown;
1205
- fromPartial(object: DeepPartial<OneofDescriptorProto>): OneofDescriptorProto;
1206
- };
1207
- export declare const EnumDescriptorProto: {
1208
- encode(message: EnumDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1209
- decode(input: _m0.Reader | Uint8Array, length?: number): EnumDescriptorProto;
1210
- fromJSON(object: any): EnumDescriptorProto;
1211
- toJSON(message: EnumDescriptorProto): unknown;
1212
- fromPartial(object: DeepPartial<EnumDescriptorProto>): EnumDescriptorProto;
1213
- };
1214
- export declare const EnumDescriptorProto_EnumReservedRange: {
1215
- encode(message: EnumDescriptorProto_EnumReservedRange, writer?: _m0.Writer): _m0.Writer;
1216
- decode(input: _m0.Reader | Uint8Array, length?: number): EnumDescriptorProto_EnumReservedRange;
1217
- fromJSON(object: any): EnumDescriptorProto_EnumReservedRange;
1218
- toJSON(message: EnumDescriptorProto_EnumReservedRange): unknown;
1219
- fromPartial(object: DeepPartial<EnumDescriptorProto_EnumReservedRange>): EnumDescriptorProto_EnumReservedRange;
1220
- };
1221
- export declare const EnumValueDescriptorProto: {
1222
- encode(message: EnumValueDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1223
- decode(input: _m0.Reader | Uint8Array, length?: number): EnumValueDescriptorProto;
1224
- fromJSON(object: any): EnumValueDescriptorProto;
1225
- toJSON(message: EnumValueDescriptorProto): unknown;
1226
- fromPartial(object: DeepPartial<EnumValueDescriptorProto>): EnumValueDescriptorProto;
1227
- };
1228
- export declare const ServiceDescriptorProto: {
1229
- encode(message: ServiceDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1230
- decode(input: _m0.Reader | Uint8Array, length?: number): ServiceDescriptorProto;
1231
- fromJSON(object: any): ServiceDescriptorProto;
1232
- toJSON(message: ServiceDescriptorProto): unknown;
1233
- fromPartial(object: DeepPartial<ServiceDescriptorProto>): ServiceDescriptorProto;
1234
- };
1235
- export declare const MethodDescriptorProto: {
1236
- encode(message: MethodDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1237
- decode(input: _m0.Reader | Uint8Array, length?: number): MethodDescriptorProto;
1238
- fromJSON(object: any): MethodDescriptorProto;
1239
- toJSON(message: MethodDescriptorProto): unknown;
1240
- fromPartial(object: DeepPartial<MethodDescriptorProto>): MethodDescriptorProto;
1241
- };
1242
- export declare const FileOptions: {
1243
- encode(message: FileOptions, writer?: _m0.Writer): _m0.Writer;
1244
- decode(input: _m0.Reader | Uint8Array, length?: number): FileOptions;
1245
- fromJSON(object: any): FileOptions;
1246
- toJSON(message: FileOptions): unknown;
1247
- fromPartial(object: DeepPartial<FileOptions>): FileOptions;
1248
- };
1249
- export declare const MessageOptions: {
1250
- encode(message: MessageOptions, writer?: _m0.Writer): _m0.Writer;
1251
- decode(input: _m0.Reader | Uint8Array, length?: number): MessageOptions;
1252
- fromJSON(object: any): MessageOptions;
1253
- toJSON(message: MessageOptions): unknown;
1254
- fromPartial(object: DeepPartial<MessageOptions>): MessageOptions;
1255
- };
1256
- export declare const FieldOptions: {
1257
- encode(message: FieldOptions, writer?: _m0.Writer): _m0.Writer;
1258
- decode(input: _m0.Reader | Uint8Array, length?: number): FieldOptions;
1259
- fromJSON(object: any): FieldOptions;
1260
- toJSON(message: FieldOptions): unknown;
1261
- fromPartial(object: DeepPartial<FieldOptions>): FieldOptions;
1262
- };
1263
- export declare const FieldOptions_EditionDefault: {
1264
- encode(message: FieldOptions_EditionDefault, writer?: _m0.Writer): _m0.Writer;
1265
- decode(input: _m0.Reader | Uint8Array, length?: number): FieldOptions_EditionDefault;
1266
- fromJSON(object: any): FieldOptions_EditionDefault;
1267
- toJSON(message: FieldOptions_EditionDefault): unknown;
1268
- fromPartial(object: DeepPartial<FieldOptions_EditionDefault>): FieldOptions_EditionDefault;
1269
- };
1270
- export declare const OneofOptions: {
1271
- encode(message: OneofOptions, writer?: _m0.Writer): _m0.Writer;
1272
- decode(input: _m0.Reader | Uint8Array, length?: number): OneofOptions;
1273
- fromJSON(object: any): OneofOptions;
1274
- toJSON(message: OneofOptions): unknown;
1275
- fromPartial(object: DeepPartial<OneofOptions>): OneofOptions;
1276
- };
1277
- export declare const EnumOptions: {
1278
- encode(message: EnumOptions, writer?: _m0.Writer): _m0.Writer;
1279
- decode(input: _m0.Reader | Uint8Array, length?: number): EnumOptions;
1280
- fromJSON(object: any): EnumOptions;
1281
- toJSON(message: EnumOptions): unknown;
1282
- fromPartial(object: DeepPartial<EnumOptions>): EnumOptions;
1283
- };
1284
- export declare const EnumValueOptions: {
1285
- encode(message: EnumValueOptions, writer?: _m0.Writer): _m0.Writer;
1286
- decode(input: _m0.Reader | Uint8Array, length?: number): EnumValueOptions;
1287
- fromJSON(object: any): EnumValueOptions;
1288
- toJSON(message: EnumValueOptions): unknown;
1289
- fromPartial(object: DeepPartial<EnumValueOptions>): EnumValueOptions;
1290
- };
1291
- export declare const ServiceOptions: {
1292
- encode(message: ServiceOptions, writer?: _m0.Writer): _m0.Writer;
1293
- decode(input: _m0.Reader | Uint8Array, length?: number): ServiceOptions;
1294
- fromJSON(object: any): ServiceOptions;
1295
- toJSON(message: ServiceOptions): unknown;
1296
- fromPartial(object: DeepPartial<ServiceOptions>): ServiceOptions;
1297
- };
1298
- export declare const MethodOptions: {
1299
- encode(message: MethodOptions, writer?: _m0.Writer): _m0.Writer;
1300
- decode(input: _m0.Reader | Uint8Array, length?: number): MethodOptions;
1301
- fromJSON(object: any): MethodOptions;
1302
- toJSON(message: MethodOptions): unknown;
1303
- fromPartial(object: DeepPartial<MethodOptions>): MethodOptions;
1304
- };
1305
- export declare const UninterpretedOption: {
1306
- encode(message: UninterpretedOption, writer?: _m0.Writer): _m0.Writer;
1307
- decode(input: _m0.Reader | Uint8Array, length?: number): UninterpretedOption;
1308
- fromJSON(object: any): UninterpretedOption;
1309
- toJSON(message: UninterpretedOption): unknown;
1310
- fromPartial(object: DeepPartial<UninterpretedOption>): UninterpretedOption;
1311
- };
1312
- export declare const UninterpretedOption_NamePart: {
1313
- encode(message: UninterpretedOption_NamePart, writer?: _m0.Writer): _m0.Writer;
1314
- decode(input: _m0.Reader | Uint8Array, length?: number): UninterpretedOption_NamePart;
1315
- fromJSON(object: any): UninterpretedOption_NamePart;
1316
- toJSON(message: UninterpretedOption_NamePart): unknown;
1317
- fromPartial(object: DeepPartial<UninterpretedOption_NamePart>): UninterpretedOption_NamePart;
1318
- };
1319
- export declare const FeatureSet: {
1320
- encode(message: FeatureSet, writer?: _m0.Writer): _m0.Writer;
1321
- decode(input: _m0.Reader | Uint8Array, length?: number): FeatureSet;
1322
- fromJSON(object: any): FeatureSet;
1323
- toJSON(message: FeatureSet): unknown;
1324
- fromPartial(object: DeepPartial<FeatureSet>): FeatureSet;
1325
- };
1326
- export declare const FeatureSetDefaults: {
1327
- encode(message: FeatureSetDefaults, writer?: _m0.Writer): _m0.Writer;
1328
- decode(input: _m0.Reader | Uint8Array, length?: number): FeatureSetDefaults;
1329
- fromJSON(object: any): FeatureSetDefaults;
1330
- toJSON(message: FeatureSetDefaults): unknown;
1331
- fromPartial(object: DeepPartial<FeatureSetDefaults>): FeatureSetDefaults;
1332
- };
1333
- export declare const FeatureSetDefaults_FeatureSetEditionDefault: {
1334
- encode(message: FeatureSetDefaults_FeatureSetEditionDefault, writer?: _m0.Writer): _m0.Writer;
1335
- decode(input: _m0.Reader | Uint8Array, length?: number): FeatureSetDefaults_FeatureSetEditionDefault;
1336
- fromJSON(object: any): FeatureSetDefaults_FeatureSetEditionDefault;
1337
- toJSON(message: FeatureSetDefaults_FeatureSetEditionDefault): unknown;
1338
- fromPartial(object: DeepPartial<FeatureSetDefaults_FeatureSetEditionDefault>): FeatureSetDefaults_FeatureSetEditionDefault;
1339
- };
1340
- export declare const SourceCodeInfo: {
1341
- encode(message: SourceCodeInfo, writer?: _m0.Writer): _m0.Writer;
1342
- decode(input: _m0.Reader | Uint8Array, length?: number): SourceCodeInfo;
1343
- fromJSON(object: any): SourceCodeInfo;
1344
- toJSON(message: SourceCodeInfo): unknown;
1345
- fromPartial(object: DeepPartial<SourceCodeInfo>): SourceCodeInfo;
1346
- };
1347
- export declare const SourceCodeInfo_Location: {
1348
- encode(message: SourceCodeInfo_Location, writer?: _m0.Writer): _m0.Writer;
1349
- decode(input: _m0.Reader | Uint8Array, length?: number): SourceCodeInfo_Location;
1350
- fromJSON(object: any): SourceCodeInfo_Location;
1351
- toJSON(message: SourceCodeInfo_Location): unknown;
1352
- fromPartial(object: DeepPartial<SourceCodeInfo_Location>): SourceCodeInfo_Location;
1353
- };
1354
- export declare const GeneratedCodeInfo: {
1355
- encode(message: GeneratedCodeInfo, writer?: _m0.Writer): _m0.Writer;
1356
- decode(input: _m0.Reader | Uint8Array, length?: number): GeneratedCodeInfo;
1357
- fromJSON(object: any): GeneratedCodeInfo;
1358
- toJSON(message: GeneratedCodeInfo): unknown;
1359
- fromPartial(object: DeepPartial<GeneratedCodeInfo>): GeneratedCodeInfo;
1360
- };
1361
- export declare const GeneratedCodeInfo_Annotation: {
1362
- encode(message: GeneratedCodeInfo_Annotation, writer?: _m0.Writer): _m0.Writer;
1363
- decode(input: _m0.Reader | Uint8Array, length?: number): GeneratedCodeInfo_Annotation;
1364
- fromJSON(object: any): GeneratedCodeInfo_Annotation;
1365
- toJSON(message: GeneratedCodeInfo_Annotation): unknown;
1366
- fromPartial(object: DeepPartial<GeneratedCodeInfo_Annotation>): GeneratedCodeInfo_Annotation;
1367
- };
1368
- type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
1369
- export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
1370
- [K in keyof T]?: DeepPartial<T[K]>;
1371
- } : Partial<T>;
1372
- export {};
1
+ import Long from "long";
2
+ import _m0 from "protobufjs/minimal";
3
+ export declare const protobufPackage = "google.protobuf";
4
+ /** The full set of known editions. */
5
+ export declare enum Edition {
6
+ /** EDITION_UNKNOWN - A placeholder for an unknown edition value. */
7
+ EDITION_UNKNOWN = 0,
8
+ /**
9
+ * EDITION_PROTO2 - Legacy syntax "editions". These pre-date editions, but behave much like
10
+ * distinct editions. These can't be used to specify the edition of proto
11
+ * files, but feature definitions must supply proto2/proto3 defaults for
12
+ * backwards compatibility.
13
+ */
14
+ EDITION_PROTO2 = 998,
15
+ EDITION_PROTO3 = 999,
16
+ /**
17
+ * EDITION_2023 - Editions that have been released. The specific values are arbitrary and
18
+ * should not be depended on, but they will always be time-ordered for easy
19
+ * comparison.
20
+ */
21
+ EDITION_2023 = 1000,
22
+ /**
23
+ * EDITION_1_TEST_ONLY - Placeholder editions for testing feature resolution. These should not be
24
+ * used or relyed on outside of tests.
25
+ */
26
+ EDITION_1_TEST_ONLY = 1,
27
+ EDITION_2_TEST_ONLY = 2,
28
+ EDITION_99997_TEST_ONLY = 99997,
29
+ EDITION_99998_TEST_ONLY = 99998,
30
+ EDITION_99999_TEST_ONLY = 99999,
31
+ UNRECOGNIZED = -1
32
+ }
33
+ export declare function editionFromJSON(object: any): Edition;
34
+ export declare function editionToJSON(object: Edition): string;
35
+ /**
36
+ * The protocol compiler can output a FileDescriptorSet containing the .proto
37
+ * files it parses.
38
+ */
39
+ export interface FileDescriptorSet {
40
+ file: FileDescriptorProto[];
41
+ }
42
+ /** Describes a complete .proto file. */
43
+ export interface FileDescriptorProto {
44
+ /** file name, relative to root of source tree */
45
+ name: string;
46
+ /** e.g. "foo", "foo.bar", etc. */
47
+ package: string;
48
+ /** Names of files imported by this file. */
49
+ dependency: string[];
50
+ /** Indexes of the public imported files in the dependency list above. */
51
+ publicDependency: number[];
52
+ /**
53
+ * Indexes of the weak imported files in the dependency list.
54
+ * For Google-internal migration only. Do not use.
55
+ */
56
+ weakDependency: number[];
57
+ /** All top-level definitions in this file. */
58
+ messageType: DescriptorProto[];
59
+ enumType: EnumDescriptorProto[];
60
+ service: ServiceDescriptorProto[];
61
+ extension: FieldDescriptorProto[];
62
+ options?: FileOptions;
63
+ /**
64
+ * This field contains optional information about the original source code.
65
+ * You may safely remove this entire field without harming runtime
66
+ * functionality of the descriptors -- the information is needed only by
67
+ * development tools.
68
+ */
69
+ sourceCodeInfo?: SourceCodeInfo;
70
+ /**
71
+ * The syntax of the proto file.
72
+ * The supported values are "proto2", "proto3", and "editions".
73
+ *
74
+ * If `edition` is present, this value must be "editions".
75
+ */
76
+ syntax: string;
77
+ /** The edition of the proto file. */
78
+ edition: Edition;
79
+ }
80
+ /** Describes a message type. */
81
+ export interface DescriptorProto {
82
+ name: string;
83
+ field: FieldDescriptorProto[];
84
+ extension: FieldDescriptorProto[];
85
+ nestedType: DescriptorProto[];
86
+ enumType: EnumDescriptorProto[];
87
+ extensionRange: DescriptorProto_ExtensionRange[];
88
+ oneofDecl: OneofDescriptorProto[];
89
+ options?: MessageOptions;
90
+ reservedRange: DescriptorProto_ReservedRange[];
91
+ /**
92
+ * Reserved field names, which may not be used by fields in the same message.
93
+ * A given name may only be reserved once.
94
+ */
95
+ reservedName: string[];
96
+ }
97
+ export interface DescriptorProto_ExtensionRange {
98
+ /** Inclusive. */
99
+ start: number;
100
+ /** Exclusive. */
101
+ end: number;
102
+ options?: ExtensionRangeOptions;
103
+ }
104
+ /**
105
+ * Range of reserved tag numbers. Reserved tag numbers may not be used by
106
+ * fields or extension ranges in the same message. Reserved ranges may
107
+ * not overlap.
108
+ */
109
+ export interface DescriptorProto_ReservedRange {
110
+ /** Inclusive. */
111
+ start: number;
112
+ /** Exclusive. */
113
+ end: number;
114
+ }
115
+ export interface ExtensionRangeOptions {
116
+ /** The parser stores options it doesn't recognize here. See above. */
117
+ uninterpretedOption: UninterpretedOption[];
118
+ /**
119
+ * For external users: DO NOT USE. We are in the process of open sourcing
120
+ * extension declaration and executing internal cleanups before it can be
121
+ * used externally.
122
+ */
123
+ declaration: ExtensionRangeOptions_Declaration[];
124
+ /** Any features defined in the specific edition. */
125
+ features?: FeatureSet;
126
+ /**
127
+ * The verification state of the range.
128
+ * TODO: flip the default to DECLARATION once all empty ranges
129
+ * are marked as UNVERIFIED.
130
+ */
131
+ verification: ExtensionRangeOptions_VerificationState;
132
+ }
133
+ /** The verification state of the extension range. */
134
+ export declare enum ExtensionRangeOptions_VerificationState {
135
+ /** DECLARATION - All the extensions of the range must be declared. */
136
+ DECLARATION = 0,
137
+ UNVERIFIED = 1,
138
+ UNRECOGNIZED = -1
139
+ }
140
+ export declare function extensionRangeOptions_VerificationStateFromJSON(object: any): ExtensionRangeOptions_VerificationState;
141
+ export declare function extensionRangeOptions_VerificationStateToJSON(object: ExtensionRangeOptions_VerificationState): string;
142
+ export interface ExtensionRangeOptions_Declaration {
143
+ /** The extension number declared within the extension range. */
144
+ number: number;
145
+ /**
146
+ * The fully-qualified name of the extension field. There must be a leading
147
+ * dot in front of the full name.
148
+ */
149
+ fullName: string;
150
+ /**
151
+ * The fully-qualified type name of the extension field. Unlike
152
+ * Metadata.type, Declaration.type must have a leading dot for messages
153
+ * and enums.
154
+ */
155
+ type: string;
156
+ /**
157
+ * If true, indicates that the number is reserved in the extension range,
158
+ * and any extension field with the number will fail to compile. Set this
159
+ * when a declared extension field is deleted.
160
+ */
161
+ reserved: boolean;
162
+ /**
163
+ * If true, indicates that the extension must be defined as repeated.
164
+ * Otherwise the extension must be defined as optional.
165
+ */
166
+ repeated: boolean;
167
+ }
168
+ /** Describes a field within a message. */
169
+ export interface FieldDescriptorProto {
170
+ name: string;
171
+ number: number;
172
+ label: FieldDescriptorProto_Label;
173
+ /**
174
+ * If type_name is set, this need not be set. If both this and type_name
175
+ * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
176
+ */
177
+ type: FieldDescriptorProto_Type;
178
+ /**
179
+ * For message and enum types, this is the name of the type. If the name
180
+ * starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
181
+ * rules are used to find the type (i.e. first the nested types within this
182
+ * message are searched, then within the parent, on up to the root
183
+ * namespace).
184
+ */
185
+ typeName: string;
186
+ /**
187
+ * For extensions, this is the name of the type being extended. It is
188
+ * resolved in the same manner as type_name.
189
+ */
190
+ extendee: string;
191
+ /**
192
+ * For numeric types, contains the original text representation of the value.
193
+ * For booleans, "true" or "false".
194
+ * For strings, contains the default text contents (not escaped in any way).
195
+ * For bytes, contains the C escaped value. All bytes >= 128 are escaped.
196
+ */
197
+ defaultValue: string;
198
+ /**
199
+ * If set, gives the index of a oneof in the containing type's oneof_decl
200
+ * list. This field is a member of that oneof.
201
+ */
202
+ oneofIndex: number;
203
+ /**
204
+ * JSON name of this field. The value is set by protocol compiler. If the
205
+ * user has set a "json_name" option on this field, that option's value
206
+ * will be used. Otherwise, it's deduced from the field's name by converting
207
+ * it to camelCase.
208
+ */
209
+ jsonName: string;
210
+ options?: FieldOptions;
211
+ /**
212
+ * If true, this is a proto3 "optional". When a proto3 field is optional, it
213
+ * tracks presence regardless of field type.
214
+ *
215
+ * When proto3_optional is true, this field must be belong to a oneof to
216
+ * signal to old proto3 clients that presence is tracked for this field. This
217
+ * oneof is known as a "synthetic" oneof, and this field must be its sole
218
+ * member (each proto3 optional field gets its own synthetic oneof). Synthetic
219
+ * oneofs exist in the descriptor only, and do not generate any API. Synthetic
220
+ * oneofs must be ordered after all "real" oneofs.
221
+ *
222
+ * For message fields, proto3_optional doesn't create any semantic change,
223
+ * since non-repeated message fields always track presence. However it still
224
+ * indicates the semantic detail of whether the user wrote "optional" or not.
225
+ * This can be useful for round-tripping the .proto file. For consistency we
226
+ * give message fields a synthetic oneof also, even though it is not required
227
+ * to track presence. This is especially important because the parser can't
228
+ * tell if a field is a message or an enum, so it must always create a
229
+ * synthetic oneof.
230
+ *
231
+ * Proto2 optional fields do not set this flag, because they already indicate
232
+ * optional with `LABEL_OPTIONAL`.
233
+ */
234
+ proto3Optional: boolean;
235
+ }
236
+ export declare enum FieldDescriptorProto_Type {
237
+ /**
238
+ * TYPE_DOUBLE - 0 is reserved for errors.
239
+ * Order is weird for historical reasons.
240
+ */
241
+ TYPE_DOUBLE = 1,
242
+ TYPE_FLOAT = 2,
243
+ /**
244
+ * TYPE_INT64 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
245
+ * negative values are likely.
246
+ */
247
+ TYPE_INT64 = 3,
248
+ TYPE_UINT64 = 4,
249
+ /**
250
+ * TYPE_INT32 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
251
+ * negative values are likely.
252
+ */
253
+ TYPE_INT32 = 5,
254
+ TYPE_FIXED64 = 6,
255
+ TYPE_FIXED32 = 7,
256
+ TYPE_BOOL = 8,
257
+ TYPE_STRING = 9,
258
+ /**
259
+ * TYPE_GROUP - Tag-delimited aggregate.
260
+ * Group type is deprecated and not supported after google.protobuf. However, Proto3
261
+ * implementations should still be able to parse the group wire format and
262
+ * treat group fields as unknown fields. In Editions, the group wire format
263
+ * can be enabled via the `message_encoding` feature.
264
+ */
265
+ TYPE_GROUP = 10,
266
+ /** TYPE_MESSAGE - Length-delimited aggregate. */
267
+ TYPE_MESSAGE = 11,
268
+ /** TYPE_BYTES - New in version 2. */
269
+ TYPE_BYTES = 12,
270
+ TYPE_UINT32 = 13,
271
+ TYPE_ENUM = 14,
272
+ TYPE_SFIXED32 = 15,
273
+ TYPE_SFIXED64 = 16,
274
+ /** TYPE_SINT32 - Uses ZigZag encoding. */
275
+ TYPE_SINT32 = 17,
276
+ /** TYPE_SINT64 - Uses ZigZag encoding. */
277
+ TYPE_SINT64 = 18,
278
+ UNRECOGNIZED = -1
279
+ }
280
+ export declare function fieldDescriptorProto_TypeFromJSON(object: any): FieldDescriptorProto_Type;
281
+ export declare function fieldDescriptorProto_TypeToJSON(object: FieldDescriptorProto_Type): string;
282
+ export declare enum FieldDescriptorProto_Label {
283
+ /** LABEL_OPTIONAL - 0 is reserved for errors */
284
+ LABEL_OPTIONAL = 1,
285
+ LABEL_REPEATED = 3,
286
+ /**
287
+ * LABEL_REQUIRED - The required label is only allowed in google.protobuf. In proto3 and Editions
288
+ * it's explicitly prohibited. In Editions, the `field_presence` feature
289
+ * can be used to get this behavior.
290
+ */
291
+ LABEL_REQUIRED = 2,
292
+ UNRECOGNIZED = -1
293
+ }
294
+ export declare function fieldDescriptorProto_LabelFromJSON(object: any): FieldDescriptorProto_Label;
295
+ export declare function fieldDescriptorProto_LabelToJSON(object: FieldDescriptorProto_Label): string;
296
+ /** Describes a oneof. */
297
+ export interface OneofDescriptorProto {
298
+ name: string;
299
+ options?: OneofOptions;
300
+ }
301
+ /** Describes an enum type. */
302
+ export interface EnumDescriptorProto {
303
+ name: string;
304
+ value: EnumValueDescriptorProto[];
305
+ options?: EnumOptions;
306
+ /**
307
+ * Range of reserved numeric values. Reserved numeric values may not be used
308
+ * by enum values in the same enum declaration. Reserved ranges may not
309
+ * overlap.
310
+ */
311
+ reservedRange: EnumDescriptorProto_EnumReservedRange[];
312
+ /**
313
+ * Reserved enum value names, which may not be reused. A given name may only
314
+ * be reserved once.
315
+ */
316
+ reservedName: string[];
317
+ }
318
+ /**
319
+ * Range of reserved numeric values. Reserved values may not be used by
320
+ * entries in the same enum. Reserved ranges may not overlap.
321
+ *
322
+ * Note that this is distinct from DescriptorProto.ReservedRange in that it
323
+ * is inclusive such that it can appropriately represent the entire int32
324
+ * domain.
325
+ */
326
+ export interface EnumDescriptorProto_EnumReservedRange {
327
+ /** Inclusive. */
328
+ start: number;
329
+ /** Inclusive. */
330
+ end: number;
331
+ }
332
+ /** Describes a value within an enum. */
333
+ export interface EnumValueDescriptorProto {
334
+ name: string;
335
+ number: number;
336
+ options?: EnumValueOptions;
337
+ }
338
+ /** Describes a service. */
339
+ export interface ServiceDescriptorProto {
340
+ name: string;
341
+ method: MethodDescriptorProto[];
342
+ options?: ServiceOptions;
343
+ }
344
+ /** Describes a method of a service. */
345
+ export interface MethodDescriptorProto {
346
+ name: string;
347
+ /**
348
+ * Input and output type names. These are resolved in the same way as
349
+ * FieldDescriptorProto.type_name, but must refer to a message type.
350
+ */
351
+ inputType: string;
352
+ outputType: string;
353
+ options?: MethodOptions;
354
+ /** Identifies if client streams multiple client messages */
355
+ clientStreaming: boolean;
356
+ /** Identifies if server streams multiple server messages */
357
+ serverStreaming: boolean;
358
+ }
359
+ export interface FileOptions {
360
+ /**
361
+ * Sets the Java package where classes generated from this .proto will be
362
+ * placed. By default, the proto package is used, but this is often
363
+ * inappropriate because proto packages do not normally start with backwards
364
+ * domain names.
365
+ */
366
+ javaPackage: string;
367
+ /**
368
+ * Controls the name of the wrapper Java class generated for the .proto file.
369
+ * That class will always contain the .proto file's getDescriptor() method as
370
+ * well as any top-level extensions defined in the .proto file.
371
+ * If java_multiple_files is disabled, then all the other classes from the
372
+ * .proto file will be nested inside the single wrapper outer class.
373
+ */
374
+ javaOuterClassname: string;
375
+ /**
376
+ * If enabled, then the Java code generator will generate a separate .java
377
+ * file for each top-level message, enum, and service defined in the .proto
378
+ * file. Thus, these types will *not* be nested inside the wrapper class
379
+ * named by java_outer_classname. However, the wrapper class will still be
380
+ * generated to contain the file's getDescriptor() method as well as any
381
+ * top-level extensions defined in the file.
382
+ */
383
+ javaMultipleFiles: boolean;
384
+ /**
385
+ * This option does nothing.
386
+ *
387
+ * @deprecated
388
+ */
389
+ javaGenerateEqualsAndHash: boolean;
390
+ /**
391
+ * If set true, then the Java2 code generator will generate code that
392
+ * throws an exception whenever an attempt is made to assign a non-UTF-8
393
+ * byte sequence to a string field.
394
+ * Message reflection will do the same.
395
+ * However, an extension field still accepts non-UTF-8 byte sequences.
396
+ * This option has no effect on when used with the lite runtime.
397
+ */
398
+ javaStringCheckUtf8: boolean;
399
+ optimizeFor: FileOptions_OptimizeMode;
400
+ /**
401
+ * Sets the Go package where structs generated from this .proto will be
402
+ * placed. If omitted, the Go package will be derived from the following:
403
+ * - The basename of the package import path, if provided.
404
+ * - Otherwise, the package statement in the .proto file, if present.
405
+ * - Otherwise, the basename of the .proto file, without extension.
406
+ */
407
+ goPackage: string;
408
+ /**
409
+ * Should generic services be generated in each language? "Generic" services
410
+ * are not specific to any particular RPC system. They are generated by the
411
+ * main code generators in each language (without additional plugins).
412
+ * Generic services were the only kind of service generation supported by
413
+ * early versions of google.protobuf.
414
+ *
415
+ * Generic services are now considered deprecated in favor of using plugins
416
+ * that generate code specific to your particular RPC system. Therefore,
417
+ * these default to false. Old code which depends on generic services should
418
+ * explicitly set them to true.
419
+ */
420
+ ccGenericServices: boolean;
421
+ javaGenericServices: boolean;
422
+ pyGenericServices: boolean;
423
+ phpGenericServices: boolean;
424
+ /**
425
+ * Is this file deprecated?
426
+ * Depending on the target platform, this can emit Deprecated annotations
427
+ * for everything in the file, or it will be completely ignored; in the very
428
+ * least, this is a formalization for deprecating files.
429
+ */
430
+ deprecated: boolean;
431
+ /**
432
+ * Enables the use of arenas for the proto messages in this file. This applies
433
+ * only to generated classes for C++.
434
+ */
435
+ ccEnableArenas: boolean;
436
+ /**
437
+ * Sets the objective c class prefix which is prepended to all objective c
438
+ * generated classes from this .proto. There is no default.
439
+ */
440
+ objcClassPrefix: string;
441
+ /** Namespace for generated classes; defaults to the package. */
442
+ csharpNamespace: string;
443
+ /**
444
+ * By default Swift generators will take the proto package and CamelCase it
445
+ * replacing '.' with underscore and use that to prefix the types/symbols
446
+ * defined. When this options is provided, they will use this value instead
447
+ * to prefix the types/symbols defined.
448
+ */
449
+ swiftPrefix: string;
450
+ /**
451
+ * Sets the php class prefix which is prepended to all php generated classes
452
+ * from this .proto. Default is empty.
453
+ */
454
+ phpClassPrefix: string;
455
+ /**
456
+ * Use this option to change the namespace of php generated classes. Default
457
+ * is empty. When this option is empty, the package name will be used for
458
+ * determining the namespace.
459
+ */
460
+ phpNamespace: string;
461
+ /**
462
+ * Use this option to change the namespace of php generated metadata classes.
463
+ * Default is empty. When this option is empty, the proto file name will be
464
+ * used for determining the namespace.
465
+ */
466
+ phpMetadataNamespace: string;
467
+ /**
468
+ * Use this option to change the package of ruby generated classes. Default
469
+ * is empty. When this option is not set, the package name will be used for
470
+ * determining the ruby package.
471
+ */
472
+ rubyPackage: string;
473
+ /** Any features defined in the specific edition. */
474
+ features?: FeatureSet;
475
+ /**
476
+ * The parser stores options it doesn't recognize here.
477
+ * See the documentation for the "Options" section above.
478
+ */
479
+ uninterpretedOption: UninterpretedOption[];
480
+ }
481
+ /** Generated classes can be optimized for speed or code size. */
482
+ export declare enum FileOptions_OptimizeMode {
483
+ /** SPEED - Generate complete code for parsing, serialization, */
484
+ SPEED = 1,
485
+ /** CODE_SIZE - etc. */
486
+ CODE_SIZE = 2,
487
+ /** LITE_RUNTIME - Generate code using MessageLite and the lite runtime. */
488
+ LITE_RUNTIME = 3,
489
+ UNRECOGNIZED = -1
490
+ }
491
+ export declare function fileOptions_OptimizeModeFromJSON(object: any): FileOptions_OptimizeMode;
492
+ export declare function fileOptions_OptimizeModeToJSON(object: FileOptions_OptimizeMode): string;
493
+ export interface MessageOptions {
494
+ /**
495
+ * Set true to use the old proto1 MessageSet wire format for extensions.
496
+ * This is provided for backwards-compatibility with the MessageSet wire
497
+ * format. You should not use this for any other reason: It's less
498
+ * efficient, has fewer features, and is more complicated.
499
+ *
500
+ * The message must be defined exactly as follows:
501
+ * message Foo {
502
+ * option message_set_wire_format = true;
503
+ * extensions 4 to max;
504
+ * }
505
+ * Note that the message cannot have any defined fields; MessageSets only
506
+ * have extensions.
507
+ *
508
+ * All extensions of your type must be singular messages; e.g. they cannot
509
+ * be int32s, enums, or repeated messages.
510
+ *
511
+ * Because this is an option, the above two restrictions are not enforced by
512
+ * the protocol compiler.
513
+ */
514
+ messageSetWireFormat: boolean;
515
+ /**
516
+ * Disables the generation of the standard "descriptor()" accessor, which can
517
+ * conflict with a field of the same name. This is meant to make migration
518
+ * from proto1 easier; new code should avoid fields named "descriptor".
519
+ */
520
+ noStandardDescriptorAccessor: boolean;
521
+ /**
522
+ * Is this message deprecated?
523
+ * Depending on the target platform, this can emit Deprecated annotations
524
+ * for the message, or it will be completely ignored; in the very least,
525
+ * this is a formalization for deprecating messages.
526
+ */
527
+ deprecated: boolean;
528
+ /**
529
+ * NOTE: Do not set the option in .proto files. Always use the maps syntax
530
+ * instead. The option should only be implicitly set by the proto compiler
531
+ * parser.
532
+ *
533
+ * Whether the message is an automatically generated map entry type for the
534
+ * maps field.
535
+ *
536
+ * For maps fields:
537
+ * map<KeyType, ValueType> map_field = 1;
538
+ * The parsed descriptor looks like:
539
+ * message MapFieldEntry {
540
+ * option map_entry = true;
541
+ * optional KeyType key = 1;
542
+ * optional ValueType value = 2;
543
+ * }
544
+ * repeated MapFieldEntry map_field = 1;
545
+ *
546
+ * Implementations may choose not to generate the map_entry=true message, but
547
+ * use a native map in the target language to hold the keys and values.
548
+ * The reflection APIs in such implementations still need to work as
549
+ * if the field is a repeated message field.
550
+ */
551
+ mapEntry: boolean;
552
+ /**
553
+ * Enable the legacy handling of JSON field name conflicts. This lowercases
554
+ * and strips underscored from the fields before comparison in proto3 only.
555
+ * The new behavior takes `json_name` into account and applies to proto2 as
556
+ * well.
557
+ *
558
+ * This should only be used as a temporary measure against broken builds due
559
+ * to the change in behavior for JSON field name conflicts.
560
+ *
561
+ * TODO This is legacy behavior we plan to remove once downstream
562
+ * teams have had time to migrate.
563
+ *
564
+ * @deprecated
565
+ */
566
+ deprecatedLegacyJsonFieldConflicts: boolean;
567
+ /** Any features defined in the specific edition. */
568
+ features?: FeatureSet;
569
+ /** The parser stores options it doesn't recognize here. See above. */
570
+ uninterpretedOption: UninterpretedOption[];
571
+ }
572
+ export interface FieldOptions {
573
+ /**
574
+ * The ctype option instructs the C++ code generator to use a different
575
+ * representation of the field than it normally would. See the specific
576
+ * options below. This option is only implemented to support use of
577
+ * [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of
578
+ * type "bytes" in the open source release -- sorry, we'll try to include
579
+ * other types in a future version!
580
+ */
581
+ ctype: FieldOptions_CType;
582
+ /**
583
+ * The packed option can be enabled for repeated primitive fields to enable
584
+ * a more efficient representation on the wire. Rather than repeatedly
585
+ * writing the tag and type for each element, the entire array is encoded as
586
+ * a single length-delimited blob. In proto3, only explicit setting it to
587
+ * false will avoid using packed encoding. This option is prohibited in
588
+ * Editions, but the `repeated_field_encoding` feature can be used to control
589
+ * the behavior.
590
+ */
591
+ packed: boolean;
592
+ /**
593
+ * The jstype option determines the JavaScript type used for values of the
594
+ * field. The option is permitted only for 64 bit integral and fixed types
595
+ * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
596
+ * is represented as JavaScript string, which avoids loss of precision that
597
+ * can happen when a large value is converted to a floating point JavaScript.
598
+ * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
599
+ * use the JavaScript "number" type. The behavior of the default option
600
+ * JS_NORMAL is implementation dependent.
601
+ *
602
+ * This option is an enum to permit additional types to be added, e.g.
603
+ * goog.math.Integer.
604
+ */
605
+ jstype: FieldOptions_JSType;
606
+ /**
607
+ * Should this field be parsed lazily? Lazy applies only to message-type
608
+ * fields. It means that when the outer message is initially parsed, the
609
+ * inner message's contents will not be parsed but instead stored in encoded
610
+ * form. The inner message will actually be parsed when it is first accessed.
611
+ *
612
+ * This is only a hint. Implementations are free to choose whether to use
613
+ * eager or lazy parsing regardless of the value of this option. However,
614
+ * setting this option true suggests that the protocol author believes that
615
+ * using lazy parsing on this field is worth the additional bookkeeping
616
+ * overhead typically needed to implement it.
617
+ *
618
+ * This option does not affect the public interface of any generated code;
619
+ * all method signatures remain the same. Furthermore, thread-safety of the
620
+ * interface is not affected by this option; const methods remain safe to
621
+ * call from multiple threads concurrently, while non-const methods continue
622
+ * to require exclusive access.
623
+ *
624
+ * Note that implementations may choose not to check required fields within
625
+ * a lazy sub-message. That is, calling IsInitialized() on the outer message
626
+ * may return true even if the inner message has missing required fields.
627
+ * This is necessary because otherwise the inner message would have to be
628
+ * parsed in order to perform the check, defeating the purpose of lazy
629
+ * parsing. An implementation which chooses not to check required fields
630
+ * must be consistent about it. That is, for any particular sub-message, the
631
+ * implementation must either *always* check its required fields, or *never*
632
+ * check its required fields, regardless of whether or not the message has
633
+ * been parsed.
634
+ *
635
+ * As of May 2022, lazy verifies the contents of the byte stream during
636
+ * parsing. An invalid byte stream will cause the overall parsing to fail.
637
+ */
638
+ lazy: boolean;
639
+ /**
640
+ * unverified_lazy does no correctness checks on the byte stream. This should
641
+ * only be used where lazy with verification is prohibitive for performance
642
+ * reasons.
643
+ */
644
+ unverifiedLazy: boolean;
645
+ /**
646
+ * Is this field deprecated?
647
+ * Depending on the target platform, this can emit Deprecated annotations
648
+ * for accessors, or it will be completely ignored; in the very least, this
649
+ * is a formalization for deprecating fields.
650
+ */
651
+ deprecated: boolean;
652
+ /** For Google-internal migration only. Do not use. */
653
+ weak: boolean;
654
+ /**
655
+ * Indicate that the field value should not be printed out when using debug
656
+ * formats, e.g. when the field contains sensitive credentials.
657
+ */
658
+ debugRedact: boolean;
659
+ retention: FieldOptions_OptionRetention;
660
+ targets: FieldOptions_OptionTargetType[];
661
+ editionDefaults: FieldOptions_EditionDefault[];
662
+ /** Any features defined in the specific edition. */
663
+ features?: FeatureSet;
664
+ /** The parser stores options it doesn't recognize here. See above. */
665
+ uninterpretedOption: UninterpretedOption[];
666
+ }
667
+ export declare enum FieldOptions_CType {
668
+ /** STRING - Default mode. */
669
+ STRING = 0,
670
+ /**
671
+ * CORD - The option [ctype=CORD] may be applied to a non-repeated field of type
672
+ * "bytes". It indicates that in C++, the data should be stored in a Cord
673
+ * instead of a string. For very large strings, this may reduce memory
674
+ * fragmentation. It may also allow better performance when parsing from a
675
+ * Cord, or when parsing with aliasing enabled, as the parsed Cord may then
676
+ * alias the original buffer.
677
+ */
678
+ CORD = 1,
679
+ STRING_PIECE = 2,
680
+ UNRECOGNIZED = -1
681
+ }
682
+ export declare function fieldOptions_CTypeFromJSON(object: any): FieldOptions_CType;
683
+ export declare function fieldOptions_CTypeToJSON(object: FieldOptions_CType): string;
684
+ export declare enum FieldOptions_JSType {
685
+ /** JS_NORMAL - Use the default type. */
686
+ JS_NORMAL = 0,
687
+ /** JS_STRING - Use JavaScript strings. */
688
+ JS_STRING = 1,
689
+ /** JS_NUMBER - Use JavaScript numbers. */
690
+ JS_NUMBER = 2,
691
+ UNRECOGNIZED = -1
692
+ }
693
+ export declare function fieldOptions_JSTypeFromJSON(object: any): FieldOptions_JSType;
694
+ export declare function fieldOptions_JSTypeToJSON(object: FieldOptions_JSType): string;
695
+ /**
696
+ * If set to RETENTION_SOURCE, the option will be omitted from the binary.
697
+ * Note: as of January 2023, support for this is in progress and does not yet
698
+ * have an effect (b/264593489).
699
+ */
700
+ export declare enum FieldOptions_OptionRetention {
701
+ RETENTION_UNKNOWN = 0,
702
+ RETENTION_RUNTIME = 1,
703
+ RETENTION_SOURCE = 2,
704
+ UNRECOGNIZED = -1
705
+ }
706
+ export declare function fieldOptions_OptionRetentionFromJSON(object: any): FieldOptions_OptionRetention;
707
+ export declare function fieldOptions_OptionRetentionToJSON(object: FieldOptions_OptionRetention): string;
708
+ /**
709
+ * This indicates the types of entities that the field may apply to when used
710
+ * as an option. If it is unset, then the field may be freely used as an
711
+ * option on any kind of entity. Note: as of January 2023, support for this is
712
+ * in progress and does not yet have an effect (b/264593489).
713
+ */
714
+ export declare enum FieldOptions_OptionTargetType {
715
+ TARGET_TYPE_UNKNOWN = 0,
716
+ TARGET_TYPE_FILE = 1,
717
+ TARGET_TYPE_EXTENSION_RANGE = 2,
718
+ TARGET_TYPE_MESSAGE = 3,
719
+ TARGET_TYPE_FIELD = 4,
720
+ TARGET_TYPE_ONEOF = 5,
721
+ TARGET_TYPE_ENUM = 6,
722
+ TARGET_TYPE_ENUM_ENTRY = 7,
723
+ TARGET_TYPE_SERVICE = 8,
724
+ TARGET_TYPE_METHOD = 9,
725
+ UNRECOGNIZED = -1
726
+ }
727
+ export declare function fieldOptions_OptionTargetTypeFromJSON(object: any): FieldOptions_OptionTargetType;
728
+ export declare function fieldOptions_OptionTargetTypeToJSON(object: FieldOptions_OptionTargetType): string;
729
+ export interface FieldOptions_EditionDefault {
730
+ edition: Edition;
731
+ /** Textproto value. */
732
+ value: string;
733
+ }
734
+ export interface OneofOptions {
735
+ /** Any features defined in the specific edition. */
736
+ features?: FeatureSet;
737
+ /** The parser stores options it doesn't recognize here. See above. */
738
+ uninterpretedOption: UninterpretedOption[];
739
+ }
740
+ export interface EnumOptions {
741
+ /**
742
+ * Set this option to true to allow mapping different tag names to the same
743
+ * value.
744
+ */
745
+ allowAlias: boolean;
746
+ /**
747
+ * Is this enum deprecated?
748
+ * Depending on the target platform, this can emit Deprecated annotations
749
+ * for the enum, or it will be completely ignored; in the very least, this
750
+ * is a formalization for deprecating enums.
751
+ */
752
+ deprecated: boolean;
753
+ /**
754
+ * Enable the legacy handling of JSON field name conflicts. This lowercases
755
+ * and strips underscored from the fields before comparison in proto3 only.
756
+ * The new behavior takes `json_name` into account and applies to proto2 as
757
+ * well.
758
+ * TODO Remove this legacy behavior once downstream teams have
759
+ * had time to migrate.
760
+ *
761
+ * @deprecated
762
+ */
763
+ deprecatedLegacyJsonFieldConflicts: boolean;
764
+ /** Any features defined in the specific edition. */
765
+ features?: FeatureSet;
766
+ /** The parser stores options it doesn't recognize here. See above. */
767
+ uninterpretedOption: UninterpretedOption[];
768
+ }
769
+ export interface EnumValueOptions {
770
+ /**
771
+ * Is this enum value deprecated?
772
+ * Depending on the target platform, this can emit Deprecated annotations
773
+ * for the enum value, or it will be completely ignored; in the very least,
774
+ * this is a formalization for deprecating enum values.
775
+ */
776
+ deprecated: boolean;
777
+ /** Any features defined in the specific edition. */
778
+ features?: FeatureSet;
779
+ /**
780
+ * Indicate that fields annotated with this enum value should not be printed
781
+ * out when using debug formats, e.g. when the field contains sensitive
782
+ * credentials.
783
+ */
784
+ debugRedact: boolean;
785
+ /** The parser stores options it doesn't recognize here. See above. */
786
+ uninterpretedOption: UninterpretedOption[];
787
+ }
788
+ export interface ServiceOptions {
789
+ /** Any features defined in the specific edition. */
790
+ features?: FeatureSet;
791
+ /**
792
+ * Is this service deprecated?
793
+ * Depending on the target platform, this can emit Deprecated annotations
794
+ * for the service, or it will be completely ignored; in the very least,
795
+ * this is a formalization for deprecating services.
796
+ */
797
+ deprecated: boolean;
798
+ /** The parser stores options it doesn't recognize here. See above. */
799
+ uninterpretedOption: UninterpretedOption[];
800
+ }
801
+ export interface MethodOptions {
802
+ /**
803
+ * Is this method deprecated?
804
+ * Depending on the target platform, this can emit Deprecated annotations
805
+ * for the method, or it will be completely ignored; in the very least,
806
+ * this is a formalization for deprecating methods.
807
+ */
808
+ deprecated: boolean;
809
+ idempotencyLevel: MethodOptions_IdempotencyLevel;
810
+ /** Any features defined in the specific edition. */
811
+ features?: FeatureSet;
812
+ /** The parser stores options it doesn't recognize here. See above. */
813
+ uninterpretedOption: UninterpretedOption[];
814
+ }
815
+ /**
816
+ * Is this method side-effect-free (or safe in HTTP parlance), or idempotent,
817
+ * or neither? HTTP based RPC implementation may choose GET verb for safe
818
+ * methods, and PUT verb for idempotent methods instead of the default POST.
819
+ */
820
+ export declare enum MethodOptions_IdempotencyLevel {
821
+ IDEMPOTENCY_UNKNOWN = 0,
822
+ /** NO_SIDE_EFFECTS - implies idempotent */
823
+ NO_SIDE_EFFECTS = 1,
824
+ /** IDEMPOTENT - idempotent, but may have side effects */
825
+ IDEMPOTENT = 2,
826
+ UNRECOGNIZED = -1
827
+ }
828
+ export declare function methodOptions_IdempotencyLevelFromJSON(object: any): MethodOptions_IdempotencyLevel;
829
+ export declare function methodOptions_IdempotencyLevelToJSON(object: MethodOptions_IdempotencyLevel): string;
830
+ /**
831
+ * A message representing a option the parser does not recognize. This only
832
+ * appears in options protos created by the compiler::Parser class.
833
+ * DescriptorPool resolves these when building Descriptor objects. Therefore,
834
+ * options protos in descriptor objects (e.g. returned by Descriptor::options(),
835
+ * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
836
+ * in them.
837
+ */
838
+ export interface UninterpretedOption {
839
+ name: UninterpretedOption_NamePart[];
840
+ /**
841
+ * The value of the uninterpreted option, in whatever type the tokenizer
842
+ * identified it as during parsing. Exactly one of these should be set.
843
+ */
844
+ identifierValue: string;
845
+ positiveIntValue: Long;
846
+ negativeIntValue: Long;
847
+ doubleValue: number;
848
+ stringValue: Uint8Array;
849
+ aggregateValue: string;
850
+ }
851
+ /**
852
+ * The name of the uninterpreted option. Each string represents a segment in
853
+ * a dot-separated name. is_extension is true iff a segment represents an
854
+ * extension (denoted with parentheses in options specs in .proto files).
855
+ * E.g.,{ ["foo", false], ["bar.baz", true], ["moo", false] } represents
856
+ * "foo.(bar.baz).moo".
857
+ */
858
+ export interface UninterpretedOption_NamePart {
859
+ namePart: string;
860
+ isExtension: boolean;
861
+ }
862
+ /**
863
+ * TODO Enums in C++ gencode (and potentially other languages) are
864
+ * not well scoped. This means that each of the feature enums below can clash
865
+ * with each other. The short names we've chosen maximize call-site
866
+ * readability, but leave us very open to this scenario. A future feature will
867
+ * be designed and implemented to handle this, hopefully before we ever hit a
868
+ * conflict here.
869
+ */
870
+ export interface FeatureSet {
871
+ fieldPresence: FeatureSet_FieldPresence;
872
+ enumType: FeatureSet_EnumType;
873
+ repeatedFieldEncoding: FeatureSet_RepeatedFieldEncoding;
874
+ utf8Validation: FeatureSet_Utf8Validation;
875
+ messageEncoding: FeatureSet_MessageEncoding;
876
+ jsonFormat: FeatureSet_JsonFormat;
877
+ }
878
+ export declare enum FeatureSet_FieldPresence {
879
+ FIELD_PRESENCE_UNKNOWN = 0,
880
+ EXPLICIT = 1,
881
+ IMPLICIT = 2,
882
+ LEGACY_REQUIRED = 3,
883
+ UNRECOGNIZED = -1
884
+ }
885
+ export declare function featureSet_FieldPresenceFromJSON(object: any): FeatureSet_FieldPresence;
886
+ export declare function featureSet_FieldPresenceToJSON(object: FeatureSet_FieldPresence): string;
887
+ export declare enum FeatureSet_EnumType {
888
+ ENUM_TYPE_UNKNOWN = 0,
889
+ OPEN = 1,
890
+ CLOSED = 2,
891
+ UNRECOGNIZED = -1
892
+ }
893
+ export declare function featureSet_EnumTypeFromJSON(object: any): FeatureSet_EnumType;
894
+ export declare function featureSet_EnumTypeToJSON(object: FeatureSet_EnumType): string;
895
+ export declare enum FeatureSet_RepeatedFieldEncoding {
896
+ REPEATED_FIELD_ENCODING_UNKNOWN = 0,
897
+ PACKED = 1,
898
+ EXPANDED = 2,
899
+ UNRECOGNIZED = -1
900
+ }
901
+ export declare function featureSet_RepeatedFieldEncodingFromJSON(object: any): FeatureSet_RepeatedFieldEncoding;
902
+ export declare function featureSet_RepeatedFieldEncodingToJSON(object: FeatureSet_RepeatedFieldEncoding): string;
903
+ export declare enum FeatureSet_Utf8Validation {
904
+ UTF8_VALIDATION_UNKNOWN = 0,
905
+ NONE = 1,
906
+ VERIFY = 2,
907
+ UNRECOGNIZED = -1
908
+ }
909
+ export declare function featureSet_Utf8ValidationFromJSON(object: any): FeatureSet_Utf8Validation;
910
+ export declare function featureSet_Utf8ValidationToJSON(object: FeatureSet_Utf8Validation): string;
911
+ export declare enum FeatureSet_MessageEncoding {
912
+ MESSAGE_ENCODING_UNKNOWN = 0,
913
+ LENGTH_PREFIXED = 1,
914
+ DELIMITED = 2,
915
+ UNRECOGNIZED = -1
916
+ }
917
+ export declare function featureSet_MessageEncodingFromJSON(object: any): FeatureSet_MessageEncoding;
918
+ export declare function featureSet_MessageEncodingToJSON(object: FeatureSet_MessageEncoding): string;
919
+ export declare enum FeatureSet_JsonFormat {
920
+ JSON_FORMAT_UNKNOWN = 0,
921
+ ALLOW = 1,
922
+ LEGACY_BEST_EFFORT = 2,
923
+ UNRECOGNIZED = -1
924
+ }
925
+ export declare function featureSet_JsonFormatFromJSON(object: any): FeatureSet_JsonFormat;
926
+ export declare function featureSet_JsonFormatToJSON(object: FeatureSet_JsonFormat): string;
927
+ /**
928
+ * A compiled specification for the defaults of a set of features. These
929
+ * messages are generated from FeatureSet extensions and can be used to seed
930
+ * feature resolution. The resolution with this object becomes a simple search
931
+ * for the closest matching edition, followed by proto merges.
932
+ */
933
+ export interface FeatureSetDefaults {
934
+ defaults: FeatureSetDefaults_FeatureSetEditionDefault[];
935
+ /**
936
+ * The minimum supported edition (inclusive) when this was constructed.
937
+ * Editions before this will not have defaults.
938
+ */
939
+ minimumEdition: Edition;
940
+ /**
941
+ * The maximum known edition (inclusive) when this was constructed. Editions
942
+ * after this will not have reliable defaults.
943
+ */
944
+ maximumEdition: Edition;
945
+ }
946
+ /**
947
+ * A map from every known edition with a unique set of defaults to its
948
+ * defaults. Not all editions may be contained here. For a given edition,
949
+ * the defaults at the closest matching edition ordered at or before it should
950
+ * be used. This field must be in strict ascending order by edition.
951
+ */
952
+ export interface FeatureSetDefaults_FeatureSetEditionDefault {
953
+ edition: Edition;
954
+ features?: FeatureSet;
955
+ }
956
+ /**
957
+ * Encapsulates information about the original source file from which a
958
+ * FileDescriptorProto was generated.
959
+ */
960
+ export interface SourceCodeInfo {
961
+ /**
962
+ * A Location identifies a piece of source code in a .proto file which
963
+ * corresponds to a particular definition. This information is intended
964
+ * to be useful to IDEs, code indexers, documentation generators, and similar
965
+ * tools.
966
+ *
967
+ * For example, say we have a file like:
968
+ * message Foo {
969
+ * optional string foo = 1;
970
+ * }
971
+ * Let's look at just the field definition:
972
+ * optional string foo = 1;
973
+ * ^ ^^ ^^ ^ ^^^
974
+ * a bc de f ghi
975
+ * We have the following locations:
976
+ * span path represents
977
+ * [a,i) [ 4, 0, 2, 0 ] The whole field definition.
978
+ * [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).
979
+ * [c,d) [ 4, 0, 2, 0, 5 ] The type (string).
980
+ * [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).
981
+ * [g,h) [ 4, 0, 2, 0, 3 ] The number (1).
982
+ *
983
+ * Notes:
984
+ * - A location may refer to a repeated field itself (i.e. not to any
985
+ * particular index within it). This is used whenever a set of elements are
986
+ * logically enclosed in a single code segment. For example, an entire
987
+ * extend block (possibly containing multiple extension definitions) will
988
+ * have an outer location whose path refers to the "extensions" repeated
989
+ * field without an index.
990
+ * - Multiple locations may have the same path. This happens when a single
991
+ * logical declaration is spread out across multiple places. The most
992
+ * obvious example is the "extend" block again -- there may be multiple
993
+ * extend blocks in the same scope, each of which will have the same path.
994
+ * - A location's span is not always a subset of its parent's span. For
995
+ * example, the "extendee" of an extension declaration appears at the
996
+ * beginning of the "extend" block and is shared by all extensions within
997
+ * the block.
998
+ * - Just because a location's span is a subset of some other location's span
999
+ * does not mean that it is a descendant. For example, a "group" defines
1000
+ * both a type and a field in a single declaration. Thus, the locations
1001
+ * corresponding to the type and field and their components will overlap.
1002
+ * - Code which tries to interpret locations should probably be designed to
1003
+ * ignore those that it doesn't understand, as more types of locations could
1004
+ * be recorded in the future.
1005
+ */
1006
+ location: SourceCodeInfo_Location[];
1007
+ }
1008
+ export interface SourceCodeInfo_Location {
1009
+ /**
1010
+ * Identifies which part of the FileDescriptorProto was defined at this
1011
+ * location.
1012
+ *
1013
+ * Each element is a field number or an index. They form a path from
1014
+ * the root FileDescriptorProto to the place where the definition occurs.
1015
+ * For example, this path:
1016
+ * [ 4, 3, 2, 7, 1 ]
1017
+ * refers to:
1018
+ * file.message_type(3) // 4, 3
1019
+ * .field(7) // 2, 7
1020
+ * .name() // 1
1021
+ * This is because FileDescriptorProto.message_type has field number 4:
1022
+ * repeated DescriptorProto message_type = 4;
1023
+ * and DescriptorProto.field has field number 2:
1024
+ * repeated FieldDescriptorProto field = 2;
1025
+ * and FieldDescriptorProto.name has field number 1:
1026
+ * optional string name = 1;
1027
+ *
1028
+ * Thus, the above path gives the location of a field name. If we removed
1029
+ * the last element:
1030
+ * [ 4, 3, 2, 7 ]
1031
+ * this path refers to the whole field declaration (from the beginning
1032
+ * of the label to the terminating semicolon).
1033
+ */
1034
+ path: number[];
1035
+ /**
1036
+ * Always has exactly three or four elements: start line, start column,
1037
+ * end line (optional, otherwise assumed same as start line), end column.
1038
+ * These are packed into a single field for efficiency. Note that line
1039
+ * and column numbers are zero-based -- typically you will want to add
1040
+ * 1 to each before displaying to a user.
1041
+ */
1042
+ span: number[];
1043
+ /**
1044
+ * If this SourceCodeInfo represents a complete declaration, these are any
1045
+ * comments appearing before and after the declaration which appear to be
1046
+ * attached to the declaration.
1047
+ *
1048
+ * A series of line comments appearing on consecutive lines, with no other
1049
+ * tokens appearing on those lines, will be treated as a single comment.
1050
+ *
1051
+ * leading_detached_comments will keep paragraphs of comments that appear
1052
+ * before (but not connected to) the current element. Each paragraph,
1053
+ * separated by empty lines, will be one comment element in the repeated
1054
+ * field.
1055
+ *
1056
+ * Only the comment content is provided; comment markers (e.g. //) are
1057
+ * stripped out. For block comments, leading whitespace and an asterisk
1058
+ * will be stripped from the beginning of each line other than the first.
1059
+ * Newlines are included in the output.
1060
+ *
1061
+ * Examples:
1062
+ *
1063
+ * optional int32 foo = 1; // Comment attached to foo.
1064
+ * // Comment attached to bar.
1065
+ * optional int32 bar = 2;
1066
+ *
1067
+ * optional string baz = 3;
1068
+ * // Comment attached to baz.
1069
+ * // Another line attached to baz.
1070
+ *
1071
+ * // Comment attached to moo.
1072
+ * //
1073
+ * // Another line attached to moo.
1074
+ * optional double moo = 4;
1075
+ *
1076
+ * // Detached comment for corge. This is not leading or trailing comments
1077
+ * // to moo or corge because there are blank lines separating it from
1078
+ * // both.
1079
+ *
1080
+ * // Detached comment for corge paragraph 2.
1081
+ *
1082
+ * optional string corge = 5;
1083
+ * /* Block comment attached
1084
+ * * to corge. Leading asterisks
1085
+ * * will be removed. * /
1086
+ * /* Block comment attached to
1087
+ * * grault. * /
1088
+ * optional int32 grault = 6;
1089
+ *
1090
+ * // ignored detached comments.
1091
+ */
1092
+ leadingComments: string;
1093
+ trailingComments: string;
1094
+ leadingDetachedComments: string[];
1095
+ }
1096
+ /**
1097
+ * Describes the relationship between generated code and its original source
1098
+ * file. A GeneratedCodeInfo message is associated with only one generated
1099
+ * source file, but may contain references to different source .proto files.
1100
+ */
1101
+ export interface GeneratedCodeInfo {
1102
+ /**
1103
+ * An Annotation connects some span of text in generated code to an element
1104
+ * of its generating .proto file.
1105
+ */
1106
+ annotation: GeneratedCodeInfo_Annotation[];
1107
+ }
1108
+ export interface GeneratedCodeInfo_Annotation {
1109
+ /**
1110
+ * Identifies the element in the original source .proto file. This field
1111
+ * is formatted the same as SourceCodeInfo.Location.path.
1112
+ */
1113
+ path: number[];
1114
+ /** Identifies the filesystem path to the original source .proto. */
1115
+ sourceFile: string;
1116
+ /**
1117
+ * Identifies the starting offset in bytes in the generated code
1118
+ * that relates to the identified object.
1119
+ */
1120
+ begin: number;
1121
+ /**
1122
+ * Identifies the ending offset in bytes in the generated code that
1123
+ * relates to the identified object. The end offset should be one past
1124
+ * the last relevant byte (so the length of the text = end - begin).
1125
+ */
1126
+ end: number;
1127
+ semantic: GeneratedCodeInfo_Annotation_Semantic;
1128
+ }
1129
+ /**
1130
+ * Represents the identified object's effect on the element in the original
1131
+ * .proto file.
1132
+ */
1133
+ export declare enum GeneratedCodeInfo_Annotation_Semantic {
1134
+ /** NONE - There is no effect or the effect is indescribable. */
1135
+ NONE = 0,
1136
+ /** SET - The element is set or otherwise mutated. */
1137
+ SET = 1,
1138
+ /** ALIAS - An alias to the element is returned. */
1139
+ ALIAS = 2,
1140
+ UNRECOGNIZED = -1
1141
+ }
1142
+ export declare function generatedCodeInfo_Annotation_SemanticFromJSON(object: any): GeneratedCodeInfo_Annotation_Semantic;
1143
+ export declare function generatedCodeInfo_Annotation_SemanticToJSON(object: GeneratedCodeInfo_Annotation_Semantic): string;
1144
+ export declare const FileDescriptorSet: {
1145
+ encode(message: FileDescriptorSet, writer?: _m0.Writer): _m0.Writer;
1146
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): FileDescriptorSet;
1147
+ fromJSON(object: any): FileDescriptorSet;
1148
+ toJSON(message: FileDescriptorSet): unknown;
1149
+ fromPartial(object: DeepPartial<FileDescriptorSet>): FileDescriptorSet;
1150
+ };
1151
+ export declare const FileDescriptorProto: {
1152
+ encode(message: FileDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1153
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): FileDescriptorProto;
1154
+ fromJSON(object: any): FileDescriptorProto;
1155
+ toJSON(message: FileDescriptorProto): unknown;
1156
+ fromPartial(object: DeepPartial<FileDescriptorProto>): FileDescriptorProto;
1157
+ };
1158
+ export declare const DescriptorProto: {
1159
+ encode(message: DescriptorProto, writer?: _m0.Writer): _m0.Writer;
1160
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): DescriptorProto;
1161
+ fromJSON(object: any): DescriptorProto;
1162
+ toJSON(message: DescriptorProto): unknown;
1163
+ fromPartial(object: DeepPartial<DescriptorProto>): DescriptorProto;
1164
+ };
1165
+ export declare const DescriptorProto_ExtensionRange: {
1166
+ encode(message: DescriptorProto_ExtensionRange, writer?: _m0.Writer): _m0.Writer;
1167
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): DescriptorProto_ExtensionRange;
1168
+ fromJSON(object: any): DescriptorProto_ExtensionRange;
1169
+ toJSON(message: DescriptorProto_ExtensionRange): unknown;
1170
+ fromPartial(object: DeepPartial<DescriptorProto_ExtensionRange>): DescriptorProto_ExtensionRange;
1171
+ };
1172
+ export declare const DescriptorProto_ReservedRange: {
1173
+ encode(message: DescriptorProto_ReservedRange, writer?: _m0.Writer): _m0.Writer;
1174
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): DescriptorProto_ReservedRange;
1175
+ fromJSON(object: any): DescriptorProto_ReservedRange;
1176
+ toJSON(message: DescriptorProto_ReservedRange): unknown;
1177
+ fromPartial(object: DeepPartial<DescriptorProto_ReservedRange>): DescriptorProto_ReservedRange;
1178
+ };
1179
+ export declare const ExtensionRangeOptions: {
1180
+ encode(message: ExtensionRangeOptions, writer?: _m0.Writer): _m0.Writer;
1181
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): ExtensionRangeOptions;
1182
+ fromJSON(object: any): ExtensionRangeOptions;
1183
+ toJSON(message: ExtensionRangeOptions): unknown;
1184
+ fromPartial(object: DeepPartial<ExtensionRangeOptions>): ExtensionRangeOptions;
1185
+ };
1186
+ export declare const ExtensionRangeOptions_Declaration: {
1187
+ encode(message: ExtensionRangeOptions_Declaration, writer?: _m0.Writer): _m0.Writer;
1188
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): ExtensionRangeOptions_Declaration;
1189
+ fromJSON(object: any): ExtensionRangeOptions_Declaration;
1190
+ toJSON(message: ExtensionRangeOptions_Declaration): unknown;
1191
+ fromPartial(object: DeepPartial<ExtensionRangeOptions_Declaration>): ExtensionRangeOptions_Declaration;
1192
+ };
1193
+ export declare const FieldDescriptorProto: {
1194
+ encode(message: FieldDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1195
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): FieldDescriptorProto;
1196
+ fromJSON(object: any): FieldDescriptorProto;
1197
+ toJSON(message: FieldDescriptorProto): unknown;
1198
+ fromPartial(object: DeepPartial<FieldDescriptorProto>): FieldDescriptorProto;
1199
+ };
1200
+ export declare const OneofDescriptorProto: {
1201
+ encode(message: OneofDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1202
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): OneofDescriptorProto;
1203
+ fromJSON(object: any): OneofDescriptorProto;
1204
+ toJSON(message: OneofDescriptorProto): unknown;
1205
+ fromPartial(object: DeepPartial<OneofDescriptorProto>): OneofDescriptorProto;
1206
+ };
1207
+ export declare const EnumDescriptorProto: {
1208
+ encode(message: EnumDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1209
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): EnumDescriptorProto;
1210
+ fromJSON(object: any): EnumDescriptorProto;
1211
+ toJSON(message: EnumDescriptorProto): unknown;
1212
+ fromPartial(object: DeepPartial<EnumDescriptorProto>): EnumDescriptorProto;
1213
+ };
1214
+ export declare const EnumDescriptorProto_EnumReservedRange: {
1215
+ encode(message: EnumDescriptorProto_EnumReservedRange, writer?: _m0.Writer): _m0.Writer;
1216
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): EnumDescriptorProto_EnumReservedRange;
1217
+ fromJSON(object: any): EnumDescriptorProto_EnumReservedRange;
1218
+ toJSON(message: EnumDescriptorProto_EnumReservedRange): unknown;
1219
+ fromPartial(object: DeepPartial<EnumDescriptorProto_EnumReservedRange>): EnumDescriptorProto_EnumReservedRange;
1220
+ };
1221
+ export declare const EnumValueDescriptorProto: {
1222
+ encode(message: EnumValueDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1223
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): EnumValueDescriptorProto;
1224
+ fromJSON(object: any): EnumValueDescriptorProto;
1225
+ toJSON(message: EnumValueDescriptorProto): unknown;
1226
+ fromPartial(object: DeepPartial<EnumValueDescriptorProto>): EnumValueDescriptorProto;
1227
+ };
1228
+ export declare const ServiceDescriptorProto: {
1229
+ encode(message: ServiceDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1230
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): ServiceDescriptorProto;
1231
+ fromJSON(object: any): ServiceDescriptorProto;
1232
+ toJSON(message: ServiceDescriptorProto): unknown;
1233
+ fromPartial(object: DeepPartial<ServiceDescriptorProto>): ServiceDescriptorProto;
1234
+ };
1235
+ export declare const MethodDescriptorProto: {
1236
+ encode(message: MethodDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1237
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MethodDescriptorProto;
1238
+ fromJSON(object: any): MethodDescriptorProto;
1239
+ toJSON(message: MethodDescriptorProto): unknown;
1240
+ fromPartial(object: DeepPartial<MethodDescriptorProto>): MethodDescriptorProto;
1241
+ };
1242
+ export declare const FileOptions: {
1243
+ encode(message: FileOptions, writer?: _m0.Writer): _m0.Writer;
1244
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): FileOptions;
1245
+ fromJSON(object: any): FileOptions;
1246
+ toJSON(message: FileOptions): unknown;
1247
+ fromPartial(object: DeepPartial<FileOptions>): FileOptions;
1248
+ };
1249
+ export declare const MessageOptions: {
1250
+ encode(message: MessageOptions, writer?: _m0.Writer): _m0.Writer;
1251
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MessageOptions;
1252
+ fromJSON(object: any): MessageOptions;
1253
+ toJSON(message: MessageOptions): unknown;
1254
+ fromPartial(object: DeepPartial<MessageOptions>): MessageOptions;
1255
+ };
1256
+ export declare const FieldOptions: {
1257
+ encode(message: FieldOptions, writer?: _m0.Writer): _m0.Writer;
1258
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): FieldOptions;
1259
+ fromJSON(object: any): FieldOptions;
1260
+ toJSON(message: FieldOptions): unknown;
1261
+ fromPartial(object: DeepPartial<FieldOptions>): FieldOptions;
1262
+ };
1263
+ export declare const FieldOptions_EditionDefault: {
1264
+ encode(message: FieldOptions_EditionDefault, writer?: _m0.Writer): _m0.Writer;
1265
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): FieldOptions_EditionDefault;
1266
+ fromJSON(object: any): FieldOptions_EditionDefault;
1267
+ toJSON(message: FieldOptions_EditionDefault): unknown;
1268
+ fromPartial(object: DeepPartial<FieldOptions_EditionDefault>): FieldOptions_EditionDefault;
1269
+ };
1270
+ export declare const OneofOptions: {
1271
+ encode(message: OneofOptions, writer?: _m0.Writer): _m0.Writer;
1272
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): OneofOptions;
1273
+ fromJSON(object: any): OneofOptions;
1274
+ toJSON(message: OneofOptions): unknown;
1275
+ fromPartial(object: DeepPartial<OneofOptions>): OneofOptions;
1276
+ };
1277
+ export declare const EnumOptions: {
1278
+ encode(message: EnumOptions, writer?: _m0.Writer): _m0.Writer;
1279
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): EnumOptions;
1280
+ fromJSON(object: any): EnumOptions;
1281
+ toJSON(message: EnumOptions): unknown;
1282
+ fromPartial(object: DeepPartial<EnumOptions>): EnumOptions;
1283
+ };
1284
+ export declare const EnumValueOptions: {
1285
+ encode(message: EnumValueOptions, writer?: _m0.Writer): _m0.Writer;
1286
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): EnumValueOptions;
1287
+ fromJSON(object: any): EnumValueOptions;
1288
+ toJSON(message: EnumValueOptions): unknown;
1289
+ fromPartial(object: DeepPartial<EnumValueOptions>): EnumValueOptions;
1290
+ };
1291
+ export declare const ServiceOptions: {
1292
+ encode(message: ServiceOptions, writer?: _m0.Writer): _m0.Writer;
1293
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): ServiceOptions;
1294
+ fromJSON(object: any): ServiceOptions;
1295
+ toJSON(message: ServiceOptions): unknown;
1296
+ fromPartial(object: DeepPartial<ServiceOptions>): ServiceOptions;
1297
+ };
1298
+ export declare const MethodOptions: {
1299
+ encode(message: MethodOptions, writer?: _m0.Writer): _m0.Writer;
1300
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MethodOptions;
1301
+ fromJSON(object: any): MethodOptions;
1302
+ toJSON(message: MethodOptions): unknown;
1303
+ fromPartial(object: DeepPartial<MethodOptions>): MethodOptions;
1304
+ };
1305
+ export declare const UninterpretedOption: {
1306
+ encode(message: UninterpretedOption, writer?: _m0.Writer): _m0.Writer;
1307
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): UninterpretedOption;
1308
+ fromJSON(object: any): UninterpretedOption;
1309
+ toJSON(message: UninterpretedOption): unknown;
1310
+ fromPartial(object: DeepPartial<UninterpretedOption>): UninterpretedOption;
1311
+ };
1312
+ export declare const UninterpretedOption_NamePart: {
1313
+ encode(message: UninterpretedOption_NamePart, writer?: _m0.Writer): _m0.Writer;
1314
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): UninterpretedOption_NamePart;
1315
+ fromJSON(object: any): UninterpretedOption_NamePart;
1316
+ toJSON(message: UninterpretedOption_NamePart): unknown;
1317
+ fromPartial(object: DeepPartial<UninterpretedOption_NamePart>): UninterpretedOption_NamePart;
1318
+ };
1319
+ export declare const FeatureSet: {
1320
+ encode(message: FeatureSet, writer?: _m0.Writer): _m0.Writer;
1321
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): FeatureSet;
1322
+ fromJSON(object: any): FeatureSet;
1323
+ toJSON(message: FeatureSet): unknown;
1324
+ fromPartial(object: DeepPartial<FeatureSet>): FeatureSet;
1325
+ };
1326
+ export declare const FeatureSetDefaults: {
1327
+ encode(message: FeatureSetDefaults, writer?: _m0.Writer): _m0.Writer;
1328
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): FeatureSetDefaults;
1329
+ fromJSON(object: any): FeatureSetDefaults;
1330
+ toJSON(message: FeatureSetDefaults): unknown;
1331
+ fromPartial(object: DeepPartial<FeatureSetDefaults>): FeatureSetDefaults;
1332
+ };
1333
+ export declare const FeatureSetDefaults_FeatureSetEditionDefault: {
1334
+ encode(message: FeatureSetDefaults_FeatureSetEditionDefault, writer?: _m0.Writer): _m0.Writer;
1335
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): FeatureSetDefaults_FeatureSetEditionDefault;
1336
+ fromJSON(object: any): FeatureSetDefaults_FeatureSetEditionDefault;
1337
+ toJSON(message: FeatureSetDefaults_FeatureSetEditionDefault): unknown;
1338
+ fromPartial(object: DeepPartial<FeatureSetDefaults_FeatureSetEditionDefault>): FeatureSetDefaults_FeatureSetEditionDefault;
1339
+ };
1340
+ export declare const SourceCodeInfo: {
1341
+ encode(message: SourceCodeInfo, writer?: _m0.Writer): _m0.Writer;
1342
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): SourceCodeInfo;
1343
+ fromJSON(object: any): SourceCodeInfo;
1344
+ toJSON(message: SourceCodeInfo): unknown;
1345
+ fromPartial(object: DeepPartial<SourceCodeInfo>): SourceCodeInfo;
1346
+ };
1347
+ export declare const SourceCodeInfo_Location: {
1348
+ encode(message: SourceCodeInfo_Location, writer?: _m0.Writer): _m0.Writer;
1349
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): SourceCodeInfo_Location;
1350
+ fromJSON(object: any): SourceCodeInfo_Location;
1351
+ toJSON(message: SourceCodeInfo_Location): unknown;
1352
+ fromPartial(object: DeepPartial<SourceCodeInfo_Location>): SourceCodeInfo_Location;
1353
+ };
1354
+ export declare const GeneratedCodeInfo: {
1355
+ encode(message: GeneratedCodeInfo, writer?: _m0.Writer): _m0.Writer;
1356
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GeneratedCodeInfo;
1357
+ fromJSON(object: any): GeneratedCodeInfo;
1358
+ toJSON(message: GeneratedCodeInfo): unknown;
1359
+ fromPartial(object: DeepPartial<GeneratedCodeInfo>): GeneratedCodeInfo;
1360
+ };
1361
+ export declare const GeneratedCodeInfo_Annotation: {
1362
+ encode(message: GeneratedCodeInfo_Annotation, writer?: _m0.Writer): _m0.Writer;
1363
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GeneratedCodeInfo_Annotation;
1364
+ fromJSON(object: any): GeneratedCodeInfo_Annotation;
1365
+ toJSON(message: GeneratedCodeInfo_Annotation): unknown;
1366
+ fromPartial(object: DeepPartial<GeneratedCodeInfo_Annotation>): GeneratedCodeInfo_Annotation;
1367
+ };
1368
+ declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
1369
+ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
1370
+ [K in keyof T]?: DeepPartial<T[K]>;
1371
+ } : Partial<T>;
1372
+ export {};