juno-network 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (287) hide show
  1. package/main/codegen/cosmos/client.js +11 -5
  2. package/main/codegen/cosmwasm/client.js +11 -5
  3. package/main/codegen/ibc/client.js +11 -5
  4. package/package.json +3 -3
  5. package/types/codegen/JunoSwap.client.d.ts +120 -0
  6. package/types/codegen/JunoSwap.types.d.ts +124 -0
  7. package/types/codegen/confio/proofs.d.ts +495 -0
  8. package/types/codegen/contracts.d.ts +12 -0
  9. package/types/codegen/cosmos/app/v1alpha1/config.d.ts +51 -0
  10. package/types/codegen/cosmos/app/v1alpha1/module.d.ts +105 -0
  11. package/types/codegen/cosmos/app/v1alpha1/query.d.ts +25 -0
  12. package/types/codegen/cosmos/app/v1alpha1/query.rpc.query.d.ts +11 -0
  13. package/types/codegen/cosmos/auth/v1beta1/auth.d.ts +49 -0
  14. package/types/codegen/cosmos/auth/v1beta1/genesis.d.ts +18 -0
  15. package/types/codegen/cosmos/auth/v1beta1/query.d.ts +171 -0
  16. package/types/codegen/cosmos/auth/v1beta1/query.lcd.d.ts +14 -0
  17. package/types/codegen/cosmos/auth/v1beta1/query.rpc.query.d.ts +23 -0
  18. package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +95 -0
  19. package/types/codegen/cosmos/authz/v1beta1/event.d.ts +48 -0
  20. package/types/codegen/cosmos/authz/v1beta1/genesis.d.ts +16 -0
  21. package/types/codegen/cosmos/authz/v1beta1/query.d.ts +118 -0
  22. package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +11 -0
  23. package/types/codegen/cosmos/authz/v1beta1/query.rpc.query.d.ts +21 -0
  24. package/types/codegen/cosmos/authz/v1beta1/tx.amino.d.ts +54 -0
  25. package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +118 -0
  26. package/types/codegen/cosmos/authz/v1beta1/tx.registry.d.ts +76 -0
  27. package/types/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +15 -0
  28. package/types/codegen/cosmos/bank/v1beta1/authz.d.ts +26 -0
  29. package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +222 -0
  30. package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +62 -0
  31. package/types/codegen/cosmos/bank/v1beta1/query.d.ts +396 -0
  32. package/types/codegen/cosmos/bank/v1beta1/query.lcd.d.ts +17 -0
  33. package/types/codegen/cosmos/bank/v1beta1/query.rpc.query.d.ts +39 -0
  34. package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +44 -0
  35. package/types/codegen/cosmos/bank/v1beta1/tx.d.ts +58 -0
  36. package/types/codegen/cosmos/bank/v1beta1/tx.registry.d.ts +36 -0
  37. package/types/codegen/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +13 -0
  38. package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +354 -0
  39. package/types/codegen/cosmos/base/kv/v1beta1/kv.d.ts +25 -0
  40. package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +138 -0
  41. package/types/codegen/cosmos/base/reflection/v1beta1/reflection.d.ts +53 -0
  42. package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +514 -0
  43. package/types/codegen/cosmos/base/snapshots/v1beta1/snapshot.d.ts +118 -0
  44. package/types/codegen/cosmos/base/store/v1beta1/commit_info.d.ts +47 -0
  45. package/types/codegen/cosmos/base/store/v1beta1/listening.d.ts +24 -0
  46. package/types/codegen/cosmos/base/tendermint/v1beta1/query.d.ts +197 -0
  47. package/types/codegen/cosmos/base/tendermint/v1beta1/query.lcd.d.ts +13 -0
  48. package/types/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.d.ts +21 -0
  49. package/types/codegen/cosmos/base/v1beta1/coin.d.ts +78 -0
  50. package/types/codegen/cosmos/bundle.d.ts +6233 -0
  51. package/types/codegen/cosmos/capability/v1beta1/capability.d.ts +45 -0
  52. package/types/codegen/cosmos/capability/v1beta1/genesis.d.ts +34 -0
  53. package/types/codegen/cosmos/client.d.ts +473 -0
  54. package/types/codegen/cosmos/crisis/v1beta1/genesis.d.ts +18 -0
  55. package/types/codegen/cosmos/crisis/v1beta1/tx.amino.d.ts +17 -0
  56. package/types/codegen/cosmos/crisis/v1beta1/tx.d.ts +25 -0
  57. package/types/codegen/cosmos/crisis/v1beta1/tx.registry.d.ts +36 -0
  58. package/types/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.d.ts +11 -0
  59. package/types/codegen/cosmos/crypto/ed25519/keys.d.ts +46 -0
  60. package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +39 -0
  61. package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +95 -0
  62. package/types/codegen/cosmos/crypto/multisig/keys.d.ts +26 -0
  63. package/types/codegen/cosmos/crypto/multisig/v1beta1/multisig.d.ts +48 -0
  64. package/types/codegen/cosmos/crypto/secp256k1/keys.d.ts +40 -0
  65. package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +38 -0
  66. package/types/codegen/cosmos/distribution/v1beta1/distribution.d.ts +281 -0
  67. package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +224 -0
  68. package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +385 -0
  69. package/types/codegen/cosmos/distribution/v1beta1/query.lcd.d.ts +17 -0
  70. package/types/codegen/cosmos/distribution/v1beta1/query.rpc.query.d.ts +39 -0
  71. package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +54 -0
  72. package/types/codegen/cosmos/distribution/v1beta1/tx.d.ts +133 -0
  73. package/types/codegen/cosmos/distribution/v1beta1/tx.registry.d.ts +60 -0
  74. package/types/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +17 -0
  75. package/types/codegen/cosmos/evidence/v1beta1/evidence.d.ts +19 -0
  76. package/types/codegen/cosmos/evidence/v1beta1/genesis.d.ts +15 -0
  77. package/types/codegen/cosmos/evidence/v1beta1/query.d.ts +60 -0
  78. package/types/codegen/cosmos/evidence/v1beta1/query.lcd.d.ts +9 -0
  79. package/types/codegen/cosmos/evidence/v1beta1/query.rpc.query.d.ts +13 -0
  80. package/types/codegen/cosmos/evidence/v1beta1/tx.amino.d.ts +19 -0
  81. package/types/codegen/cosmos/evidence/v1beta1/tx.d.ts +30 -0
  82. package/types/codegen/cosmos/evidence/v1beta1/tx.registry.d.ts +36 -0
  83. package/types/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.d.ts +11 -0
  84. package/types/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +89 -0
  85. package/types/codegen/cosmos/feegrant/v1beta1/genesis.d.ts +14 -0
  86. package/types/codegen/cosmos/feegrant/v1beta1/query.d.ts +84 -0
  87. package/types/codegen/cosmos/feegrant/v1beta1/query.lcd.d.ts +10 -0
  88. package/types/codegen/cosmos/feegrant/v1beta1/query.rpc.query.d.ts +15 -0
  89. package/types/codegen/cosmos/feegrant/v1beta1/tx.amino.d.ts +32 -0
  90. package/types/codegen/cosmos/feegrant/v1beta1/tx.d.ts +56 -0
  91. package/types/codegen/cosmos/feegrant/v1beta1/tx.registry.d.ts +56 -0
  92. package/types/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +13 -0
  93. package/types/codegen/cosmos/genutil/v1beta1/genesis.d.ts +14 -0
  94. package/types/codegen/cosmos/gov/v1/genesis.d.ts +42 -0
  95. package/types/codegen/cosmos/gov/v1/gov.d.ts +301 -0
  96. package/types/codegen/cosmos/gov/v1/query.d.ts +298 -0
  97. package/types/codegen/cosmos/gov/v1/query.lcd.d.ts +16 -0
  98. package/types/codegen/cosmos/gov/v1/query.rpc.query.d.ts +36 -0
  99. package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +86 -0
  100. package/types/codegen/cosmos/gov/v1/tx.d.ts +169 -0
  101. package/types/codegen/cosmos/gov/v1/tx.registry.d.ts +72 -0
  102. package/types/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +19 -0
  103. package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +42 -0
  104. package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +338 -0
  105. package/types/codegen/cosmos/gov/v1beta1/query.d.ts +298 -0
  106. package/types/codegen/cosmos/gov/v1beta1/query.lcd.d.ts +16 -0
  107. package/types/codegen/cosmos/gov/v1beta1/query.rpc.query.d.ts +36 -0
  108. package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +68 -0
  109. package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +141 -0
  110. package/types/codegen/cosmos/gov/v1beta1/tx.registry.d.ts +60 -0
  111. package/types/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +17 -0
  112. package/types/codegen/cosmos/group/v1/events.d.ts +115 -0
  113. package/types/codegen/cosmos/group/v1/genesis.d.ts +38 -0
  114. package/types/codegen/cosmos/group/v1/query.d.ts +350 -0
  115. package/types/codegen/cosmos/group/v1/query.lcd.d.ts +20 -0
  116. package/types/codegen/cosmos/group/v1/query.rpc.query.d.ts +35 -0
  117. package/types/codegen/cosmos/group/v1/tx.amino.d.ts +227 -0
  118. package/types/codegen/cosmos/group/v1/tx.d.ts +419 -0
  119. package/types/codegen/cosmos/group/v1/tx.registry.d.ts +296 -0
  120. package/types/codegen/cosmos/group/v1/tx.rpc.msg.d.ts +37 -0
  121. package/types/codegen/cosmos/group/v1/types.d.ts +324 -0
  122. package/types/codegen/cosmos/lcd.d.ts +28 -0
  123. package/types/codegen/cosmos/mint/v1beta1/genesis.d.ts +17 -0
  124. package/types/codegen/cosmos/mint/v1beta1/mint.d.ts +38 -0
  125. package/types/codegen/cosmos/mint/v1beta1/query.d.ts +78 -0
  126. package/types/codegen/cosmos/mint/v1beta1/query.lcd.d.ts +10 -0
  127. package/types/codegen/cosmos/mint/v1beta1/query.rpc.query.d.ts +15 -0
  128. package/types/codegen/cosmos/msg/v1/msg.d.ts +1 -0
  129. package/types/codegen/cosmos/nft/v1beta1/event.d.ts +42 -0
  130. package/types/codegen/cosmos/nft/v1beta1/genesis.d.ts +30 -0
  131. package/types/codegen/cosmos/nft/v1beta1/nft.d.ts +47 -0
  132. package/types/codegen/cosmos/nft/v1beta1/query.d.ts +166 -0
  133. package/types/codegen/cosmos/nft/v1beta1/query.lcd.d.ts +14 -0
  134. package/types/codegen/cosmos/nft/v1beta1/query.rpc.query.d.ts +23 -0
  135. package/types/codegen/cosmos/nft/v1beta1/tx.amino.d.ts +18 -0
  136. package/types/codegen/cosmos/nft/v1beta1/tx.d.ts +30 -0
  137. package/types/codegen/cosmos/nft/v1beta1/tx.registry.d.ts +36 -0
  138. package/types/codegen/cosmos/nft/v1beta1/tx.rpc.msg.d.ts +11 -0
  139. package/types/codegen/cosmos/orm/v1/orm.d.ts +117 -0
  140. package/types/codegen/cosmos/orm/v1alpha1/schema.d.ts +90 -0
  141. package/types/codegen/cosmos/params/v1beta1/params.d.ts +31 -0
  142. package/types/codegen/cosmos/params/v1beta1/query.d.ts +71 -0
  143. package/types/codegen/cosmos/params/v1beta1/query.lcd.d.ts +9 -0
  144. package/types/codegen/cosmos/params/v1beta1/query.rpc.query.d.ts +13 -0
  145. package/types/codegen/cosmos/rpc.query.d.ts +97 -0
  146. package/types/codegen/cosmos/rpc.tx.d.ts +26 -0
  147. package/types/codegen/cosmos/slashing/v1beta1/genesis.d.ts +70 -0
  148. package/types/codegen/cosmos/slashing/v1beta1/query.d.ts +85 -0
  149. package/types/codegen/cosmos/slashing/v1beta1/query.lcd.d.ts +10 -0
  150. package/types/codegen/cosmos/slashing/v1beta1/query.rpc.query.d.ts +15 -0
  151. package/types/codegen/cosmos/slashing/v1beta1/slashing.d.ts +52 -0
  152. package/types/codegen/cosmos/slashing/v1beta1/tx.amino.d.ts +15 -0
  153. package/types/codegen/cosmos/slashing/v1beta1/tx.d.ts +23 -0
  154. package/types/codegen/cosmos/slashing/v1beta1/tx.registry.d.ts +36 -0
  155. package/types/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.d.ts +11 -0
  156. package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +97 -0
  157. package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +75 -0
  158. package/types/codegen/cosmos/staking/v1beta1/query.d.ts +592 -0
  159. package/types/codegen/cosmos/staking/v1beta1/query.lcd.d.ts +22 -0
  160. package/types/codegen/cosmos/staking/v1beta1/query.rpc.query.d.ts +54 -0
  161. package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +568 -0
  162. package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +106 -0
  163. package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +191 -0
  164. package/types/codegen/cosmos/staking/v1beta1/tx.registry.d.ts +72 -0
  165. package/types/codegen/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +19 -0
  166. package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +203 -0
  167. package/types/codegen/cosmos/tx/v1beta1/service.d.ts +339 -0
  168. package/types/codegen/cosmos/tx/v1beta1/service.lcd.d.ts +11 -0
  169. package/types/codegen/cosmos/tx/v1beta1/service.rpc.svc.d.ts +27 -0
  170. package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +603 -0
  171. package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +233 -0
  172. package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +13 -0
  173. package/types/codegen/cosmos/upgrade/v1beta1/query.rpc.query.d.ts +27 -0
  174. package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +39 -0
  175. package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +91 -0
  176. package/types/codegen/cosmos/upgrade/v1beta1/tx.registry.d.ts +36 -0
  177. package/types/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +13 -0
  178. package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +165 -0
  179. package/types/codegen/cosmos/vesting/v1beta1/tx.amino.d.ts +58 -0
  180. package/types/codegen/cosmos/vesting/v1beta1/tx.d.ts +88 -0
  181. package/types/codegen/cosmos/vesting/v1beta1/tx.registry.d.ts +76 -0
  182. package/types/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +15 -0
  183. package/types/codegen/cosmos/vesting/v1beta1/vesting.d.ts +97 -0
  184. package/types/codegen/cosmos_proto/bundle.d.ts +24 -0
  185. package/types/codegen/cosmos_proto/cosmos.d.ts +124 -0
  186. package/types/codegen/cosmwasm/bundle.d.ts +1109 -0
  187. package/types/codegen/cosmwasm/client.d.ts +120 -0
  188. package/types/codegen/cosmwasm/lcd.d.ts +33 -0
  189. package/types/codegen/cosmwasm/rpc.query.d.ts +112 -0
  190. package/types/codegen/cosmwasm/rpc.tx.d.ts +31 -0
  191. package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +101 -0
  192. package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +60 -0
  193. package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +297 -0
  194. package/types/codegen/cosmwasm/wasm/v1/query.d.ts +411 -0
  195. package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +17 -0
  196. package/types/codegen/cosmwasm/wasm/v1/query.rpc.query.d.ts +39 -0
  197. package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +95 -0
  198. package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +262 -0
  199. package/types/codegen/cosmwasm/wasm/v1/tx.registry.d.ts +84 -0
  200. package/types/codegen/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +21 -0
  201. package/types/codegen/cosmwasm/wasm/v1/types.d.ts +247 -0
  202. package/types/codegen/gogoproto/bundle.d.ts +1 -0
  203. package/types/codegen/gogoproto/gogo.d.ts +1 -0
  204. package/types/codegen/google/api/annotations.d.ts +1 -0
  205. package/types/codegen/google/api/http.d.ts +375 -0
  206. package/types/codegen/google/bundle.d.ts +1545 -0
  207. package/types/codegen/google/protobuf/any.d.ts +237 -0
  208. package/types/codegen/google/protobuf/descriptor.d.ts +1725 -0
  209. package/types/codegen/google/protobuf/duration.d.ts +161 -0
  210. package/types/codegen/google/protobuf/empty.d.ts +33 -0
  211. package/types/codegen/google/protobuf/field_mask.d.ts +417 -0
  212. package/types/codegen/google/protobuf/struct.d.ts +148 -0
  213. package/types/codegen/google/protobuf/timestamp.d.ts +205 -0
  214. package/types/codegen/google/protobuf/wrappers.d.ts +209 -0
  215. package/types/codegen/ibc/applications/transfer/v1/genesis.d.ts +20 -0
  216. package/types/codegen/ibc/applications/transfer/v1/query.d.ts +118 -0
  217. package/types/codegen/ibc/applications/transfer/v1/query.lcd.d.ts +11 -0
  218. package/types/codegen/ibc/applications/transfer/v1/query.rpc.query.d.ts +21 -0
  219. package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +74 -0
  220. package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +25 -0
  221. package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +74 -0
  222. package/types/codegen/ibc/applications/transfer/v1/tx.registry.d.ts +24 -0
  223. package/types/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +11 -0
  224. package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +37 -0
  225. package/types/codegen/ibc/bundle.d.ts +3781 -0
  226. package/types/codegen/ibc/client.d.ts +559 -0
  227. package/types/codegen/ibc/core/channel/v1/channel.d.ts +313 -0
  228. package/types/codegen/ibc/core/channel/v1/genesis.d.ts +55 -0
  229. package/types/codegen/ibc/core/channel/v1/query.d.ts +726 -0
  230. package/types/codegen/ibc/core/channel/v1/query.lcd.d.ts +21 -0
  231. package/types/codegen/ibc/core/channel/v1/query.rpc.query.d.ts +51 -0
  232. package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +209 -0
  233. package/types/codegen/ibc/core/channel/v1/tx.d.ts +380 -0
  234. package/types/codegen/ibc/core/channel/v1/tx.registry.d.ts +132 -0
  235. package/types/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +29 -0
  236. package/types/codegen/ibc/core/client/v1/client.d.ts +219 -0
  237. package/types/codegen/ibc/core/client/v1/genesis.d.ts +82 -0
  238. package/types/codegen/ibc/core/client/v1/query.d.ts +377 -0
  239. package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +16 -0
  240. package/types/codegen/ibc/core/client/v1/query.rpc.query.d.ts +36 -0
  241. package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +77 -0
  242. package/types/codegen/ibc/core/client/v1/tx.d.ts +187 -0
  243. package/types/codegen/ibc/core/client/v1/tx.registry.d.ts +60 -0
  244. package/types/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +17 -0
  245. package/types/codegen/ibc/core/commitment/v1/commitment.d.ts +89 -0
  246. package/types/codegen/ibc/core/connection/v1/connection.d.ts +260 -0
  247. package/types/codegen/ibc/core/connection/v1/genesis.d.ts +24 -0
  248. package/types/codegen/ibc/core/connection/v1/query.d.ts +264 -0
  249. package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +13 -0
  250. package/types/codegen/ibc/core/connection/v1/query.rpc.query.d.ts +27 -0
  251. package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +103 -0
  252. package/types/codegen/ibc/core/connection/v1/tx.d.ts +225 -0
  253. package/types/codegen/ibc/core/connection/v1/tx.registry.d.ts +60 -0
  254. package/types/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +17 -0
  255. package/types/codegen/ibc/core/port/v1/query.d.ts +37 -0
  256. package/types/codegen/ibc/core/port/v1/query.rpc.query.d.ts +11 -0
  257. package/types/codegen/ibc/core/types/v1/genesis.d.ts +21 -0
  258. package/types/codegen/ibc/lcd.d.ts +46 -0
  259. package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +28 -0
  260. package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +433 -0
  261. package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +433 -0
  262. package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +215 -0
  263. package/types/codegen/ibc/rpc.query.d.ts +148 -0
  264. package/types/codegen/ibc/rpc.tx.d.ts +44 -0
  265. package/types/codegen/ics23/bundle.d.ts +545 -0
  266. package/types/codegen/index.d.ts +18 -0
  267. package/types/codegen/juno/bundle.d.ts +226 -0
  268. package/types/codegen/juno/lcd.d.ts +31 -0
  269. package/types/codegen/juno/mint/genesis.d.ts +22 -0
  270. package/types/codegen/juno/mint/mint.d.ts +44 -0
  271. package/types/codegen/juno/mint/query.d.ts +99 -0
  272. package/types/codegen/juno/mint/query.lcd.d.ts +11 -0
  273. package/types/codegen/juno/mint/query.rpc.query.d.ts +21 -0
  274. package/types/codegen/juno/rpc.query.d.ts +104 -0
  275. package/types/codegen/tendermint/abci/types.d.ts +902 -0
  276. package/types/codegen/tendermint/bundle.d.ts +2065 -0
  277. package/types/codegen/tendermint/crypto/keys.d.ts +17 -0
  278. package/types/codegen/tendermint/crypto/proof.d.ts +89 -0
  279. package/types/codegen/tendermint/libs/bits/types.d.ts +15 -0
  280. package/types/codegen/tendermint/p2p/types.d.ts +87 -0
  281. package/types/codegen/tendermint/types/block.d.ts +21 -0
  282. package/types/codegen/tendermint/types/evidence.d.ts +70 -0
  283. package/types/codegen/tendermint/types/params.d.ts +181 -0
  284. package/types/codegen/tendermint/types/types.d.ts +326 -0
  285. package/types/codegen/tendermint/types/validator.d.ts +48 -0
  286. package/types/codegen/tendermint/version/types.d.ts +48 -0
  287. package/types/index.d.ts +1 -0
@@ -0,0 +1,1545 @@
1
+ import * as _52 from "./protobuf/any";
2
+ import * as _53 from "./protobuf/descriptor";
3
+ import * as _54 from "./protobuf/duration";
4
+ import * as _55 from "./protobuf/empty";
5
+ import * as _56 from "./protobuf/timestamp";
6
+ import * as _57 from "./protobuf/struct";
7
+ import * as _58 from "./protobuf/wrappers";
8
+ import * as _59 from "./protobuf/field_mask";
9
+ export declare namespace google {
10
+ const protobuf: {
11
+ FieldMask: {
12
+ encode(message: _59.FieldMask, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
13
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _59.FieldMask;
14
+ fromPartial(object: {
15
+ paths?: string[];
16
+ }): _59.FieldMask;
17
+ };
18
+ DoubleValue: {
19
+ encode(message: _58.DoubleValue, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
20
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _58.DoubleValue;
21
+ fromPartial(object: {
22
+ value?: number;
23
+ }): _58.DoubleValue;
24
+ };
25
+ FloatValue: {
26
+ encode(message: _58.FloatValue, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
27
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _58.FloatValue;
28
+ fromPartial(object: {
29
+ value?: number;
30
+ }): _58.FloatValue;
31
+ };
32
+ Int64Value: {
33
+ encode(message: _58.Int64Value, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
34
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _58.Int64Value;
35
+ fromPartial(object: {
36
+ value?: any;
37
+ }): _58.Int64Value;
38
+ };
39
+ UInt64Value: {
40
+ encode(message: _58.UInt64Value, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
41
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _58.UInt64Value;
42
+ fromPartial(object: {
43
+ value?: any;
44
+ }): _58.UInt64Value;
45
+ };
46
+ Int32Value: {
47
+ encode(message: _58.Int32Value, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
48
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _58.Int32Value;
49
+ fromPartial(object: {
50
+ value?: number;
51
+ }): _58.Int32Value;
52
+ };
53
+ UInt32Value: {
54
+ encode(message: _58.UInt32Value, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
55
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _58.UInt32Value;
56
+ fromPartial(object: {
57
+ value?: number;
58
+ }): _58.UInt32Value;
59
+ };
60
+ BoolValue: {
61
+ encode(message: _58.BoolValue, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
62
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _58.BoolValue;
63
+ fromPartial(object: {
64
+ value?: boolean;
65
+ }): _58.BoolValue;
66
+ };
67
+ StringValue: {
68
+ encode(message: _58.StringValue, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
69
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _58.StringValue;
70
+ fromPartial(object: {
71
+ value?: string;
72
+ }): _58.StringValue;
73
+ };
74
+ BytesValue: {
75
+ encode(message: _58.BytesValue, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
76
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _58.BytesValue;
77
+ fromPartial(object: {
78
+ value?: Uint8Array;
79
+ }): _58.BytesValue;
80
+ };
81
+ nullValueFromJSON(object: any): _57.NullValue;
82
+ nullValueToJSON(object: _57.NullValue): string;
83
+ NullValue: typeof _57.NullValue;
84
+ NullValueSDKType: typeof _57.NullValueSDKType;
85
+ Struct_FieldsEntry: {
86
+ encode(message: _57.Struct_FieldsEntry, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
87
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _57.Struct_FieldsEntry;
88
+ fromPartial(object: {
89
+ key?: string;
90
+ value?: {
91
+ nullValue?: _57.NullValue;
92
+ numberValue?: number;
93
+ stringValue?: string;
94
+ boolValue?: boolean;
95
+ structValue?: {
96
+ fields?: {
97
+ [x: string]: any;
98
+ };
99
+ };
100
+ listValue?: {
101
+ values?: any[];
102
+ };
103
+ };
104
+ }): _57.Struct_FieldsEntry;
105
+ };
106
+ Struct: {
107
+ encode(message: _57.Struct, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
108
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _57.Struct;
109
+ fromPartial(object: {
110
+ fields?: {
111
+ [x: string]: any;
112
+ };
113
+ }): _57.Struct;
114
+ };
115
+ Value: {
116
+ encode(message: _57.Value, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
117
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _57.Value;
118
+ fromPartial(object: {
119
+ nullValue?: _57.NullValue;
120
+ numberValue?: number;
121
+ stringValue?: string;
122
+ boolValue?: boolean;
123
+ structValue?: {
124
+ fields?: {
125
+ [x: string]: any;
126
+ };
127
+ };
128
+ listValue?: {
129
+ values?: any[];
130
+ };
131
+ }): _57.Value;
132
+ };
133
+ ListValue: {
134
+ encode(message: _57.ListValue, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
135
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _57.ListValue;
136
+ fromPartial(object: {
137
+ values?: any[];
138
+ }): _57.ListValue;
139
+ };
140
+ Timestamp: {
141
+ encode(message: _56.Timestamp, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
142
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _56.Timestamp;
143
+ fromPartial(object: {
144
+ seconds?: any;
145
+ nanos?: number;
146
+ }): _56.Timestamp;
147
+ };
148
+ Empty: {
149
+ encode(_: _55.Empty, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
150
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _55.Empty;
151
+ fromPartial(_: {}): _55.Empty;
152
+ };
153
+ Duration: {
154
+ encode(message: _54.Duration, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
155
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _54.Duration;
156
+ fromPartial(object: {
157
+ seconds?: any;
158
+ nanos?: number;
159
+ }): _54.Duration;
160
+ };
161
+ fieldDescriptorProto_TypeFromJSON(object: any): _53.FieldDescriptorProto_Type;
162
+ fieldDescriptorProto_TypeToJSON(object: _53.FieldDescriptorProto_Type): string;
163
+ fieldDescriptorProto_LabelFromJSON(object: any): _53.FieldDescriptorProto_Label;
164
+ fieldDescriptorProto_LabelToJSON(object: _53.FieldDescriptorProto_Label): string;
165
+ fileOptions_OptimizeModeFromJSON(object: any): _53.FileOptions_OptimizeMode;
166
+ fileOptions_OptimizeModeToJSON(object: _53.FileOptions_OptimizeMode): string;
167
+ fieldOptions_CTypeFromJSON(object: any): _53.FieldOptions_CType;
168
+ fieldOptions_CTypeToJSON(object: _53.FieldOptions_CType): string;
169
+ fieldOptions_JSTypeFromJSON(object: any): _53.FieldOptions_JSType;
170
+ fieldOptions_JSTypeToJSON(object: _53.FieldOptions_JSType): string;
171
+ methodOptions_IdempotencyLevelFromJSON(object: any): _53.MethodOptions_IdempotencyLevel;
172
+ methodOptions_IdempotencyLevelToJSON(object: _53.MethodOptions_IdempotencyLevel): string;
173
+ FieldDescriptorProto_Type: typeof _53.FieldDescriptorProto_Type;
174
+ FieldDescriptorProto_TypeSDKType: typeof _53.FieldDescriptorProto_TypeSDKType;
175
+ FieldDescriptorProto_Label: typeof _53.FieldDescriptorProto_Label;
176
+ FieldDescriptorProto_LabelSDKType: typeof _53.FieldDescriptorProto_LabelSDKType;
177
+ FileOptions_OptimizeMode: typeof _53.FileOptions_OptimizeMode;
178
+ FileOptions_OptimizeModeSDKType: typeof _53.FileOptions_OptimizeModeSDKType;
179
+ FieldOptions_CType: typeof _53.FieldOptions_CType;
180
+ FieldOptions_CTypeSDKType: typeof _53.FieldOptions_CTypeSDKType;
181
+ FieldOptions_JSType: typeof _53.FieldOptions_JSType;
182
+ FieldOptions_JSTypeSDKType: typeof _53.FieldOptions_JSTypeSDKType;
183
+ MethodOptions_IdempotencyLevel: typeof _53.MethodOptions_IdempotencyLevel;
184
+ MethodOptions_IdempotencyLevelSDKType: typeof _53.MethodOptions_IdempotencyLevelSDKType;
185
+ FileDescriptorSet: {
186
+ encode(message: _53.FileDescriptorSet, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
187
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.FileDescriptorSet;
188
+ fromPartial(object: {
189
+ file?: {
190
+ name?: string;
191
+ package?: string;
192
+ dependency?: string[];
193
+ publicDependency?: number[];
194
+ weakDependency?: number[];
195
+ messageType?: {
196
+ name?: string;
197
+ field?: {
198
+ name?: string;
199
+ number?: number;
200
+ label?: _53.FieldDescriptorProto_Label;
201
+ type?: _53.FieldDescriptorProto_Type;
202
+ typeName?: string;
203
+ extendee?: string;
204
+ defaultValue?: string;
205
+ oneofIndex?: number;
206
+ jsonName?: string;
207
+ options?: {
208
+ ctype?: _53.FieldOptions_CType;
209
+ packed?: boolean;
210
+ jstype?: _53.FieldOptions_JSType;
211
+ lazy?: boolean;
212
+ deprecated?: boolean;
213
+ weak?: boolean;
214
+ uninterpretedOption?: {
215
+ name?: {
216
+ namePart?: string;
217
+ isExtension?: boolean;
218
+ }[];
219
+ identifierValue?: string;
220
+ positiveIntValue?: any;
221
+ negativeIntValue?: any;
222
+ doubleValue?: number;
223
+ stringValue?: Uint8Array;
224
+ aggregateValue?: string;
225
+ }[];
226
+ };
227
+ }[];
228
+ extension?: {
229
+ name?: string;
230
+ number?: number;
231
+ label?: _53.FieldDescriptorProto_Label;
232
+ type?: _53.FieldDescriptorProto_Type;
233
+ typeName?: string;
234
+ extendee?: string;
235
+ defaultValue?: string;
236
+ oneofIndex?: number;
237
+ jsonName?: string;
238
+ options?: {
239
+ ctype?: _53.FieldOptions_CType;
240
+ packed?: boolean;
241
+ jstype?: _53.FieldOptions_JSType;
242
+ lazy?: boolean;
243
+ deprecated?: boolean;
244
+ weak?: boolean;
245
+ uninterpretedOption?: {
246
+ name?: {
247
+ namePart?: string;
248
+ isExtension?: boolean;
249
+ }[];
250
+ identifierValue?: string;
251
+ positiveIntValue?: any;
252
+ negativeIntValue?: any;
253
+ doubleValue?: number;
254
+ stringValue?: Uint8Array;
255
+ aggregateValue?: string;
256
+ }[];
257
+ };
258
+ }[];
259
+ nestedType?: any[];
260
+ enumType?: {
261
+ name?: string;
262
+ value?: {
263
+ name?: string;
264
+ number?: number;
265
+ options?: {
266
+ deprecated?: boolean;
267
+ uninterpretedOption?: {
268
+ name?: {
269
+ namePart?: string;
270
+ isExtension?: boolean;
271
+ }[];
272
+ identifierValue?: string;
273
+ positiveIntValue?: any;
274
+ negativeIntValue?: any;
275
+ doubleValue?: number;
276
+ stringValue?: Uint8Array;
277
+ aggregateValue?: string;
278
+ }[];
279
+ };
280
+ }[];
281
+ options?: {
282
+ allowAlias?: boolean;
283
+ deprecated?: boolean;
284
+ uninterpretedOption?: {
285
+ name?: {
286
+ namePart?: string;
287
+ isExtension?: boolean;
288
+ }[];
289
+ identifierValue?: string;
290
+ positiveIntValue?: any;
291
+ negativeIntValue?: any;
292
+ doubleValue?: number;
293
+ stringValue?: Uint8Array;
294
+ aggregateValue?: string;
295
+ }[];
296
+ };
297
+ reservedRange?: {
298
+ start?: number;
299
+ end?: number;
300
+ }[];
301
+ reservedName?: string[];
302
+ }[];
303
+ extensionRange?: {
304
+ start?: number;
305
+ end?: number;
306
+ options?: {
307
+ uninterpretedOption?: {
308
+ name?: {
309
+ namePart?: string;
310
+ isExtension?: boolean;
311
+ }[];
312
+ identifierValue?: string;
313
+ positiveIntValue?: any;
314
+ negativeIntValue?: any;
315
+ doubleValue?: number;
316
+ stringValue?: Uint8Array;
317
+ aggregateValue?: string;
318
+ }[];
319
+ };
320
+ }[];
321
+ oneofDecl?: {
322
+ name?: string;
323
+ options?: {
324
+ uninterpretedOption?: {
325
+ name?: {
326
+ namePart?: string;
327
+ isExtension?: boolean;
328
+ }[];
329
+ identifierValue?: string;
330
+ positiveIntValue?: any;
331
+ negativeIntValue?: any;
332
+ doubleValue?: number;
333
+ stringValue?: Uint8Array;
334
+ aggregateValue?: string;
335
+ }[];
336
+ };
337
+ }[];
338
+ options?: {
339
+ messageSetWireFormat?: boolean;
340
+ noStandardDescriptorAccessor?: boolean;
341
+ deprecated?: boolean;
342
+ mapEntry?: boolean;
343
+ uninterpretedOption?: {
344
+ name?: {
345
+ namePart?: string;
346
+ isExtension?: boolean;
347
+ }[];
348
+ identifierValue?: string;
349
+ positiveIntValue?: any;
350
+ negativeIntValue?: any;
351
+ doubleValue?: number;
352
+ stringValue?: Uint8Array;
353
+ aggregateValue?: string;
354
+ }[];
355
+ };
356
+ reservedRange?: {
357
+ start?: number;
358
+ end?: number;
359
+ }[];
360
+ reservedName?: string[];
361
+ }[];
362
+ enumType?: {
363
+ name?: string;
364
+ value?: {
365
+ name?: string;
366
+ number?: number;
367
+ options?: {
368
+ deprecated?: boolean;
369
+ uninterpretedOption?: {
370
+ name?: {
371
+ namePart?: string;
372
+ isExtension?: boolean;
373
+ }[];
374
+ identifierValue?: string;
375
+ positiveIntValue?: any;
376
+ negativeIntValue?: any;
377
+ doubleValue?: number;
378
+ stringValue?: Uint8Array;
379
+ aggregateValue?: string;
380
+ }[];
381
+ };
382
+ }[];
383
+ options?: {
384
+ allowAlias?: boolean;
385
+ deprecated?: boolean;
386
+ uninterpretedOption?: {
387
+ name?: {
388
+ namePart?: string;
389
+ isExtension?: boolean;
390
+ }[];
391
+ identifierValue?: string;
392
+ positiveIntValue?: any;
393
+ negativeIntValue?: any;
394
+ doubleValue?: number;
395
+ stringValue?: Uint8Array;
396
+ aggregateValue?: string;
397
+ }[];
398
+ };
399
+ reservedRange?: {
400
+ start?: number;
401
+ end?: number;
402
+ }[];
403
+ reservedName?: string[];
404
+ }[];
405
+ service?: {
406
+ name?: string;
407
+ method?: {
408
+ name?: string;
409
+ inputType?: string;
410
+ outputType?: string;
411
+ options?: {
412
+ deprecated?: boolean;
413
+ idempotencyLevel?: _53.MethodOptions_IdempotencyLevel;
414
+ uninterpretedOption?: {
415
+ name?: {
416
+ namePart?: string;
417
+ isExtension?: boolean;
418
+ }[];
419
+ identifierValue?: string;
420
+ positiveIntValue?: any;
421
+ negativeIntValue?: any;
422
+ doubleValue?: number;
423
+ stringValue?: Uint8Array;
424
+ aggregateValue?: string;
425
+ }[];
426
+ };
427
+ clientStreaming?: boolean;
428
+ serverStreaming?: boolean;
429
+ }[];
430
+ options?: {
431
+ deprecated?: boolean;
432
+ uninterpretedOption?: {
433
+ name?: {
434
+ namePart?: string;
435
+ isExtension?: boolean;
436
+ }[];
437
+ identifierValue?: string;
438
+ positiveIntValue?: any;
439
+ negativeIntValue?: any;
440
+ doubleValue?: number;
441
+ stringValue?: Uint8Array;
442
+ aggregateValue?: string;
443
+ }[];
444
+ };
445
+ }[];
446
+ extension?: {
447
+ name?: string;
448
+ number?: number;
449
+ label?: _53.FieldDescriptorProto_Label;
450
+ type?: _53.FieldDescriptorProto_Type;
451
+ typeName?: string;
452
+ extendee?: string;
453
+ defaultValue?: string;
454
+ oneofIndex?: number;
455
+ jsonName?: string;
456
+ options?: {
457
+ ctype?: _53.FieldOptions_CType;
458
+ packed?: boolean;
459
+ jstype?: _53.FieldOptions_JSType;
460
+ lazy?: boolean;
461
+ deprecated?: boolean;
462
+ weak?: boolean;
463
+ uninterpretedOption?: {
464
+ name?: {
465
+ namePart?: string;
466
+ isExtension?: boolean;
467
+ }[];
468
+ identifierValue?: string;
469
+ positiveIntValue?: any;
470
+ negativeIntValue?: any;
471
+ doubleValue?: number;
472
+ stringValue?: Uint8Array;
473
+ aggregateValue?: string;
474
+ }[];
475
+ };
476
+ }[];
477
+ options?: {
478
+ javaPackage?: string;
479
+ javaOuterClassname?: string;
480
+ javaMultipleFiles?: boolean;
481
+ javaGenerateEqualsAndHash?: boolean;
482
+ javaStringCheckUtf8?: boolean;
483
+ optimizeFor?: _53.FileOptions_OptimizeMode;
484
+ goPackage?: string;
485
+ ccGenericServices?: boolean;
486
+ javaGenericServices?: boolean;
487
+ pyGenericServices?: boolean;
488
+ phpGenericServices?: boolean;
489
+ deprecated?: boolean;
490
+ ccEnableArenas?: boolean;
491
+ objcClassPrefix?: string;
492
+ csharpNamespace?: string;
493
+ swiftPrefix?: string;
494
+ phpClassPrefix?: string;
495
+ phpNamespace?: string;
496
+ phpMetadataNamespace?: string;
497
+ rubyPackage?: string;
498
+ uninterpretedOption?: {
499
+ name?: {
500
+ namePart?: string;
501
+ isExtension?: boolean;
502
+ }[];
503
+ identifierValue?: string;
504
+ positiveIntValue?: any;
505
+ negativeIntValue?: any;
506
+ doubleValue?: number;
507
+ stringValue?: Uint8Array;
508
+ aggregateValue?: string;
509
+ }[];
510
+ };
511
+ sourceCodeInfo?: {
512
+ location?: {
513
+ path?: number[];
514
+ span?: number[];
515
+ leadingComments?: string;
516
+ trailingComments?: string;
517
+ leadingDetachedComments?: string[];
518
+ }[];
519
+ };
520
+ syntax?: string;
521
+ }[];
522
+ }): _53.FileDescriptorSet;
523
+ };
524
+ FileDescriptorProto: {
525
+ encode(message: _53.FileDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
526
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.FileDescriptorProto;
527
+ fromPartial(object: {
528
+ name?: string;
529
+ package?: string;
530
+ dependency?: string[];
531
+ publicDependency?: number[];
532
+ weakDependency?: number[];
533
+ messageType?: {
534
+ name?: string;
535
+ field?: {
536
+ name?: string;
537
+ number?: number;
538
+ label?: _53.FieldDescriptorProto_Label;
539
+ type?: _53.FieldDescriptorProto_Type;
540
+ typeName?: string;
541
+ extendee?: string;
542
+ defaultValue?: string;
543
+ oneofIndex?: number;
544
+ jsonName?: string;
545
+ options?: {
546
+ ctype?: _53.FieldOptions_CType;
547
+ packed?: boolean;
548
+ jstype?: _53.FieldOptions_JSType;
549
+ lazy?: boolean;
550
+ deprecated?: boolean;
551
+ weak?: boolean;
552
+ uninterpretedOption?: {
553
+ name?: {
554
+ namePart?: string;
555
+ isExtension?: boolean;
556
+ }[];
557
+ identifierValue?: string;
558
+ positiveIntValue?: any;
559
+ negativeIntValue?: any;
560
+ doubleValue?: number;
561
+ stringValue?: Uint8Array;
562
+ aggregateValue?: string;
563
+ }[];
564
+ };
565
+ }[];
566
+ extension?: {
567
+ name?: string;
568
+ number?: number;
569
+ label?: _53.FieldDescriptorProto_Label;
570
+ type?: _53.FieldDescriptorProto_Type;
571
+ typeName?: string;
572
+ extendee?: string;
573
+ defaultValue?: string;
574
+ oneofIndex?: number;
575
+ jsonName?: string;
576
+ options?: {
577
+ ctype?: _53.FieldOptions_CType;
578
+ packed?: boolean;
579
+ jstype?: _53.FieldOptions_JSType;
580
+ lazy?: boolean;
581
+ deprecated?: boolean;
582
+ weak?: boolean;
583
+ uninterpretedOption?: {
584
+ name?: {
585
+ namePart?: string;
586
+ isExtension?: boolean;
587
+ }[];
588
+ identifierValue?: string;
589
+ positiveIntValue?: any;
590
+ negativeIntValue?: any;
591
+ doubleValue?: number;
592
+ stringValue?: Uint8Array;
593
+ aggregateValue?: string;
594
+ }[];
595
+ };
596
+ }[];
597
+ nestedType?: any[];
598
+ enumType?: {
599
+ name?: string;
600
+ value?: {
601
+ name?: string;
602
+ number?: number;
603
+ options?: {
604
+ deprecated?: boolean;
605
+ uninterpretedOption?: {
606
+ name?: {
607
+ namePart?: string;
608
+ isExtension?: boolean;
609
+ }[];
610
+ identifierValue?: string;
611
+ positiveIntValue?: any;
612
+ negativeIntValue?: any;
613
+ doubleValue?: number;
614
+ stringValue?: Uint8Array;
615
+ aggregateValue?: string;
616
+ }[];
617
+ };
618
+ }[];
619
+ options?: {
620
+ allowAlias?: boolean;
621
+ deprecated?: boolean;
622
+ uninterpretedOption?: {
623
+ name?: {
624
+ namePart?: string;
625
+ isExtension?: boolean;
626
+ }[];
627
+ identifierValue?: string;
628
+ positiveIntValue?: any;
629
+ negativeIntValue?: any;
630
+ doubleValue?: number;
631
+ stringValue?: Uint8Array;
632
+ aggregateValue?: string;
633
+ }[];
634
+ };
635
+ reservedRange?: {
636
+ start?: number;
637
+ end?: number;
638
+ }[];
639
+ reservedName?: string[];
640
+ }[];
641
+ extensionRange?: {
642
+ start?: number;
643
+ end?: number;
644
+ options?: {
645
+ uninterpretedOption?: {
646
+ name?: {
647
+ namePart?: string;
648
+ isExtension?: boolean;
649
+ }[];
650
+ identifierValue?: string;
651
+ positiveIntValue?: any;
652
+ negativeIntValue?: any;
653
+ doubleValue?: number;
654
+ stringValue?: Uint8Array;
655
+ aggregateValue?: string;
656
+ }[];
657
+ };
658
+ }[];
659
+ oneofDecl?: {
660
+ name?: string;
661
+ options?: {
662
+ uninterpretedOption?: {
663
+ name?: {
664
+ namePart?: string;
665
+ isExtension?: boolean;
666
+ }[];
667
+ identifierValue?: string;
668
+ positiveIntValue?: any;
669
+ negativeIntValue?: any;
670
+ doubleValue?: number;
671
+ stringValue?: Uint8Array;
672
+ aggregateValue?: string;
673
+ }[];
674
+ };
675
+ }[];
676
+ options?: {
677
+ messageSetWireFormat?: boolean;
678
+ noStandardDescriptorAccessor?: boolean;
679
+ deprecated?: boolean;
680
+ mapEntry?: boolean;
681
+ uninterpretedOption?: {
682
+ name?: {
683
+ namePart?: string;
684
+ isExtension?: boolean;
685
+ }[];
686
+ identifierValue?: string;
687
+ positiveIntValue?: any;
688
+ negativeIntValue?: any;
689
+ doubleValue?: number;
690
+ stringValue?: Uint8Array;
691
+ aggregateValue?: string;
692
+ }[];
693
+ };
694
+ reservedRange?: {
695
+ start?: number;
696
+ end?: number;
697
+ }[];
698
+ reservedName?: string[];
699
+ }[];
700
+ enumType?: {
701
+ name?: string;
702
+ value?: {
703
+ name?: string;
704
+ number?: number;
705
+ options?: {
706
+ deprecated?: boolean;
707
+ uninterpretedOption?: {
708
+ name?: {
709
+ namePart?: string;
710
+ isExtension?: boolean;
711
+ }[];
712
+ identifierValue?: string;
713
+ positiveIntValue?: any;
714
+ negativeIntValue?: any;
715
+ doubleValue?: number;
716
+ stringValue?: Uint8Array;
717
+ aggregateValue?: string;
718
+ }[];
719
+ };
720
+ }[];
721
+ options?: {
722
+ allowAlias?: boolean;
723
+ deprecated?: boolean;
724
+ uninterpretedOption?: {
725
+ name?: {
726
+ namePart?: string;
727
+ isExtension?: boolean;
728
+ }[];
729
+ identifierValue?: string;
730
+ positiveIntValue?: any;
731
+ negativeIntValue?: any;
732
+ doubleValue?: number;
733
+ stringValue?: Uint8Array;
734
+ aggregateValue?: string;
735
+ }[];
736
+ };
737
+ reservedRange?: {
738
+ start?: number;
739
+ end?: number;
740
+ }[];
741
+ reservedName?: string[];
742
+ }[];
743
+ service?: {
744
+ name?: string;
745
+ method?: {
746
+ name?: string;
747
+ inputType?: string;
748
+ outputType?: string;
749
+ options?: {
750
+ deprecated?: boolean;
751
+ idempotencyLevel?: _53.MethodOptions_IdempotencyLevel;
752
+ uninterpretedOption?: {
753
+ name?: {
754
+ namePart?: string;
755
+ isExtension?: boolean;
756
+ }[];
757
+ identifierValue?: string;
758
+ positiveIntValue?: any;
759
+ negativeIntValue?: any;
760
+ doubleValue?: number;
761
+ stringValue?: Uint8Array;
762
+ aggregateValue?: string;
763
+ }[];
764
+ };
765
+ clientStreaming?: boolean;
766
+ serverStreaming?: boolean;
767
+ }[];
768
+ options?: {
769
+ deprecated?: boolean;
770
+ uninterpretedOption?: {
771
+ name?: {
772
+ namePart?: string;
773
+ isExtension?: boolean;
774
+ }[];
775
+ identifierValue?: string;
776
+ positiveIntValue?: any;
777
+ negativeIntValue?: any;
778
+ doubleValue?: number;
779
+ stringValue?: Uint8Array;
780
+ aggregateValue?: string;
781
+ }[];
782
+ };
783
+ }[];
784
+ extension?: {
785
+ name?: string;
786
+ number?: number;
787
+ label?: _53.FieldDescriptorProto_Label;
788
+ type?: _53.FieldDescriptorProto_Type;
789
+ typeName?: string;
790
+ extendee?: string;
791
+ defaultValue?: string;
792
+ oneofIndex?: number;
793
+ jsonName?: string;
794
+ options?: {
795
+ ctype?: _53.FieldOptions_CType;
796
+ packed?: boolean;
797
+ jstype?: _53.FieldOptions_JSType;
798
+ lazy?: boolean;
799
+ deprecated?: boolean;
800
+ weak?: boolean;
801
+ uninterpretedOption?: {
802
+ name?: {
803
+ namePart?: string;
804
+ isExtension?: boolean;
805
+ }[];
806
+ identifierValue?: string;
807
+ positiveIntValue?: any;
808
+ negativeIntValue?: any;
809
+ doubleValue?: number;
810
+ stringValue?: Uint8Array;
811
+ aggregateValue?: string;
812
+ }[];
813
+ };
814
+ }[];
815
+ options?: {
816
+ javaPackage?: string;
817
+ javaOuterClassname?: string;
818
+ javaMultipleFiles?: boolean;
819
+ javaGenerateEqualsAndHash?: boolean;
820
+ javaStringCheckUtf8?: boolean;
821
+ optimizeFor?: _53.FileOptions_OptimizeMode;
822
+ goPackage?: string;
823
+ ccGenericServices?: boolean;
824
+ javaGenericServices?: boolean;
825
+ pyGenericServices?: boolean;
826
+ phpGenericServices?: boolean;
827
+ deprecated?: boolean;
828
+ ccEnableArenas?: boolean;
829
+ objcClassPrefix?: string;
830
+ csharpNamespace?: string;
831
+ swiftPrefix?: string;
832
+ phpClassPrefix?: string;
833
+ phpNamespace?: string;
834
+ phpMetadataNamespace?: string;
835
+ rubyPackage?: string;
836
+ uninterpretedOption?: {
837
+ name?: {
838
+ namePart?: string;
839
+ isExtension?: boolean;
840
+ }[];
841
+ identifierValue?: string;
842
+ positiveIntValue?: any;
843
+ negativeIntValue?: any;
844
+ doubleValue?: number;
845
+ stringValue?: Uint8Array;
846
+ aggregateValue?: string;
847
+ }[];
848
+ };
849
+ sourceCodeInfo?: {
850
+ location?: {
851
+ path?: number[];
852
+ span?: number[];
853
+ leadingComments?: string;
854
+ trailingComments?: string;
855
+ leadingDetachedComments?: string[];
856
+ }[];
857
+ };
858
+ syntax?: string;
859
+ }): _53.FileDescriptorProto;
860
+ };
861
+ DescriptorProto: {
862
+ encode(message: _53.DescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
863
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.DescriptorProto;
864
+ fromPartial(object: {
865
+ name?: string;
866
+ field?: {
867
+ name?: string;
868
+ number?: number;
869
+ label?: _53.FieldDescriptorProto_Label;
870
+ type?: _53.FieldDescriptorProto_Type;
871
+ typeName?: string;
872
+ extendee?: string;
873
+ defaultValue?: string;
874
+ oneofIndex?: number;
875
+ jsonName?: string;
876
+ options?: {
877
+ ctype?: _53.FieldOptions_CType;
878
+ packed?: boolean;
879
+ jstype?: _53.FieldOptions_JSType;
880
+ lazy?: boolean;
881
+ deprecated?: boolean;
882
+ weak?: boolean;
883
+ uninterpretedOption?: {
884
+ name?: {
885
+ namePart?: string;
886
+ isExtension?: boolean;
887
+ }[];
888
+ identifierValue?: string;
889
+ positiveIntValue?: any;
890
+ negativeIntValue?: any;
891
+ doubleValue?: number;
892
+ stringValue?: Uint8Array;
893
+ aggregateValue?: string;
894
+ }[];
895
+ };
896
+ }[];
897
+ extension?: {
898
+ name?: string;
899
+ number?: number;
900
+ label?: _53.FieldDescriptorProto_Label;
901
+ type?: _53.FieldDescriptorProto_Type;
902
+ typeName?: string;
903
+ extendee?: string;
904
+ defaultValue?: string;
905
+ oneofIndex?: number;
906
+ jsonName?: string;
907
+ options?: {
908
+ ctype?: _53.FieldOptions_CType;
909
+ packed?: boolean;
910
+ jstype?: _53.FieldOptions_JSType;
911
+ lazy?: boolean;
912
+ deprecated?: boolean;
913
+ weak?: boolean;
914
+ uninterpretedOption?: {
915
+ name?: {
916
+ namePart?: string;
917
+ isExtension?: boolean;
918
+ }[];
919
+ identifierValue?: string;
920
+ positiveIntValue?: any;
921
+ negativeIntValue?: any;
922
+ doubleValue?: number;
923
+ stringValue?: Uint8Array;
924
+ aggregateValue?: string;
925
+ }[];
926
+ };
927
+ }[];
928
+ nestedType?: any[];
929
+ enumType?: {
930
+ name?: string;
931
+ value?: {
932
+ name?: string;
933
+ number?: number;
934
+ options?: {
935
+ deprecated?: boolean;
936
+ uninterpretedOption?: {
937
+ name?: {
938
+ namePart?: string;
939
+ isExtension?: boolean;
940
+ }[];
941
+ identifierValue?: string;
942
+ positiveIntValue?: any;
943
+ negativeIntValue?: any;
944
+ doubleValue?: number;
945
+ stringValue?: Uint8Array;
946
+ aggregateValue?: string;
947
+ }[];
948
+ };
949
+ }[];
950
+ options?: {
951
+ allowAlias?: boolean;
952
+ deprecated?: boolean;
953
+ uninterpretedOption?: {
954
+ name?: {
955
+ namePart?: string;
956
+ isExtension?: boolean;
957
+ }[];
958
+ identifierValue?: string;
959
+ positiveIntValue?: any;
960
+ negativeIntValue?: any;
961
+ doubleValue?: number;
962
+ stringValue?: Uint8Array;
963
+ aggregateValue?: string;
964
+ }[];
965
+ };
966
+ reservedRange?: {
967
+ start?: number;
968
+ end?: number;
969
+ }[];
970
+ reservedName?: string[];
971
+ }[];
972
+ extensionRange?: {
973
+ start?: number;
974
+ end?: number;
975
+ options?: {
976
+ uninterpretedOption?: {
977
+ name?: {
978
+ namePart?: string;
979
+ isExtension?: boolean;
980
+ }[];
981
+ identifierValue?: string;
982
+ positiveIntValue?: any;
983
+ negativeIntValue?: any;
984
+ doubleValue?: number;
985
+ stringValue?: Uint8Array;
986
+ aggregateValue?: string;
987
+ }[];
988
+ };
989
+ }[];
990
+ oneofDecl?: {
991
+ name?: string;
992
+ options?: {
993
+ uninterpretedOption?: {
994
+ name?: {
995
+ namePart?: string;
996
+ isExtension?: boolean;
997
+ }[];
998
+ identifierValue?: string;
999
+ positiveIntValue?: any;
1000
+ negativeIntValue?: any;
1001
+ doubleValue?: number;
1002
+ stringValue?: Uint8Array;
1003
+ aggregateValue?: string;
1004
+ }[];
1005
+ };
1006
+ }[];
1007
+ options?: {
1008
+ messageSetWireFormat?: boolean;
1009
+ noStandardDescriptorAccessor?: boolean;
1010
+ deprecated?: boolean;
1011
+ mapEntry?: boolean;
1012
+ uninterpretedOption?: {
1013
+ name?: {
1014
+ namePart?: string;
1015
+ isExtension?: boolean;
1016
+ }[];
1017
+ identifierValue?: string;
1018
+ positiveIntValue?: any;
1019
+ negativeIntValue?: any;
1020
+ doubleValue?: number;
1021
+ stringValue?: Uint8Array;
1022
+ aggregateValue?: string;
1023
+ }[];
1024
+ };
1025
+ reservedRange?: {
1026
+ start?: number;
1027
+ end?: number;
1028
+ }[];
1029
+ reservedName?: string[];
1030
+ }): _53.DescriptorProto;
1031
+ };
1032
+ DescriptorProto_ExtensionRange: {
1033
+ encode(message: _53.DescriptorProto_ExtensionRange, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1034
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.DescriptorProto_ExtensionRange;
1035
+ fromPartial(object: {
1036
+ start?: number;
1037
+ end?: number;
1038
+ options?: {
1039
+ uninterpretedOption?: {
1040
+ name?: {
1041
+ namePart?: string;
1042
+ isExtension?: boolean;
1043
+ }[];
1044
+ identifierValue?: string;
1045
+ positiveIntValue?: any;
1046
+ negativeIntValue?: any;
1047
+ doubleValue?: number;
1048
+ stringValue?: Uint8Array;
1049
+ aggregateValue?: string;
1050
+ }[];
1051
+ };
1052
+ }): _53.DescriptorProto_ExtensionRange;
1053
+ };
1054
+ DescriptorProto_ReservedRange: {
1055
+ encode(message: _53.DescriptorProto_ReservedRange, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1056
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.DescriptorProto_ReservedRange;
1057
+ fromPartial(object: {
1058
+ start?: number;
1059
+ end?: number;
1060
+ }): _53.DescriptorProto_ReservedRange;
1061
+ };
1062
+ ExtensionRangeOptions: {
1063
+ encode(message: _53.ExtensionRangeOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1064
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.ExtensionRangeOptions;
1065
+ fromPartial(object: {
1066
+ uninterpretedOption?: {
1067
+ name?: {
1068
+ namePart?: string;
1069
+ isExtension?: boolean;
1070
+ }[];
1071
+ identifierValue?: string;
1072
+ positiveIntValue?: any;
1073
+ negativeIntValue?: any;
1074
+ doubleValue?: number;
1075
+ stringValue?: Uint8Array;
1076
+ aggregateValue?: string;
1077
+ }[];
1078
+ }): _53.ExtensionRangeOptions;
1079
+ };
1080
+ FieldDescriptorProto: {
1081
+ encode(message: _53.FieldDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1082
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.FieldDescriptorProto;
1083
+ fromPartial(object: {
1084
+ name?: string;
1085
+ number?: number;
1086
+ label?: _53.FieldDescriptorProto_Label;
1087
+ type?: _53.FieldDescriptorProto_Type;
1088
+ typeName?: string;
1089
+ extendee?: string;
1090
+ defaultValue?: string;
1091
+ oneofIndex?: number;
1092
+ jsonName?: string;
1093
+ options?: {
1094
+ ctype?: _53.FieldOptions_CType;
1095
+ packed?: boolean;
1096
+ jstype?: _53.FieldOptions_JSType;
1097
+ lazy?: boolean;
1098
+ deprecated?: boolean;
1099
+ weak?: boolean;
1100
+ uninterpretedOption?: {
1101
+ name?: {
1102
+ namePart?: string;
1103
+ isExtension?: boolean;
1104
+ }[];
1105
+ identifierValue?: string;
1106
+ positiveIntValue?: any;
1107
+ negativeIntValue?: any;
1108
+ doubleValue?: number;
1109
+ stringValue?: Uint8Array;
1110
+ aggregateValue?: string;
1111
+ }[];
1112
+ };
1113
+ }): _53.FieldDescriptorProto;
1114
+ };
1115
+ OneofDescriptorProto: {
1116
+ encode(message: _53.OneofDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1117
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.OneofDescriptorProto;
1118
+ fromPartial(object: {
1119
+ name?: string;
1120
+ options?: {
1121
+ uninterpretedOption?: {
1122
+ name?: {
1123
+ namePart?: string;
1124
+ isExtension?: boolean;
1125
+ }[];
1126
+ identifierValue?: string;
1127
+ positiveIntValue?: any;
1128
+ negativeIntValue?: any;
1129
+ doubleValue?: number;
1130
+ stringValue?: Uint8Array;
1131
+ aggregateValue?: string;
1132
+ }[];
1133
+ };
1134
+ }): _53.OneofDescriptorProto;
1135
+ };
1136
+ EnumDescriptorProto: {
1137
+ encode(message: _53.EnumDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1138
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.EnumDescriptorProto;
1139
+ fromPartial(object: {
1140
+ name?: string;
1141
+ value?: {
1142
+ name?: string;
1143
+ number?: number;
1144
+ options?: {
1145
+ deprecated?: boolean;
1146
+ uninterpretedOption?: {
1147
+ name?: {
1148
+ namePart?: string;
1149
+ isExtension?: boolean;
1150
+ }[];
1151
+ identifierValue?: string;
1152
+ positiveIntValue?: any;
1153
+ negativeIntValue?: any;
1154
+ doubleValue?: number;
1155
+ stringValue?: Uint8Array;
1156
+ aggregateValue?: string;
1157
+ }[];
1158
+ };
1159
+ }[];
1160
+ options?: {
1161
+ allowAlias?: boolean;
1162
+ deprecated?: boolean;
1163
+ uninterpretedOption?: {
1164
+ name?: {
1165
+ namePart?: string;
1166
+ isExtension?: boolean;
1167
+ }[];
1168
+ identifierValue?: string;
1169
+ positiveIntValue?: any;
1170
+ negativeIntValue?: any;
1171
+ doubleValue?: number;
1172
+ stringValue?: Uint8Array;
1173
+ aggregateValue?: string;
1174
+ }[];
1175
+ };
1176
+ reservedRange?: {
1177
+ start?: number;
1178
+ end?: number;
1179
+ }[];
1180
+ reservedName?: string[];
1181
+ }): _53.EnumDescriptorProto;
1182
+ };
1183
+ EnumDescriptorProto_EnumReservedRange: {
1184
+ encode(message: _53.EnumDescriptorProto_EnumReservedRange, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1185
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.EnumDescriptorProto_EnumReservedRange;
1186
+ fromPartial(object: {
1187
+ start?: number;
1188
+ end?: number;
1189
+ }): _53.EnumDescriptorProto_EnumReservedRange;
1190
+ };
1191
+ EnumValueDescriptorProto: {
1192
+ encode(message: _53.EnumValueDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1193
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.EnumValueDescriptorProto;
1194
+ fromPartial(object: {
1195
+ name?: string;
1196
+ number?: number;
1197
+ options?: {
1198
+ deprecated?: boolean;
1199
+ uninterpretedOption?: {
1200
+ name?: {
1201
+ namePart?: string;
1202
+ isExtension?: boolean;
1203
+ }[];
1204
+ identifierValue?: string;
1205
+ positiveIntValue?: any;
1206
+ negativeIntValue?: any;
1207
+ doubleValue?: number;
1208
+ stringValue?: Uint8Array;
1209
+ aggregateValue?: string;
1210
+ }[];
1211
+ };
1212
+ }): _53.EnumValueDescriptorProto;
1213
+ };
1214
+ ServiceDescriptorProto: {
1215
+ encode(message: _53.ServiceDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1216
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.ServiceDescriptorProto;
1217
+ fromPartial(object: {
1218
+ name?: string;
1219
+ method?: {
1220
+ name?: string;
1221
+ inputType?: string;
1222
+ outputType?: string;
1223
+ options?: {
1224
+ deprecated?: boolean;
1225
+ idempotencyLevel?: _53.MethodOptions_IdempotencyLevel;
1226
+ uninterpretedOption?: {
1227
+ name?: {
1228
+ namePart?: string;
1229
+ isExtension?: boolean;
1230
+ }[];
1231
+ identifierValue?: string;
1232
+ positiveIntValue?: any;
1233
+ negativeIntValue?: any;
1234
+ doubleValue?: number;
1235
+ stringValue?: Uint8Array;
1236
+ aggregateValue?: string;
1237
+ }[];
1238
+ };
1239
+ clientStreaming?: boolean;
1240
+ serverStreaming?: boolean;
1241
+ }[];
1242
+ options?: {
1243
+ deprecated?: boolean;
1244
+ uninterpretedOption?: {
1245
+ name?: {
1246
+ namePart?: string;
1247
+ isExtension?: boolean;
1248
+ }[];
1249
+ identifierValue?: string;
1250
+ positiveIntValue?: any;
1251
+ negativeIntValue?: any;
1252
+ doubleValue?: number;
1253
+ stringValue?: Uint8Array;
1254
+ aggregateValue?: string;
1255
+ }[];
1256
+ };
1257
+ }): _53.ServiceDescriptorProto;
1258
+ };
1259
+ MethodDescriptorProto: {
1260
+ encode(message: _53.MethodDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1261
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.MethodDescriptorProto;
1262
+ fromPartial(object: {
1263
+ name?: string;
1264
+ inputType?: string;
1265
+ outputType?: string;
1266
+ options?: {
1267
+ deprecated?: boolean;
1268
+ idempotencyLevel?: _53.MethodOptions_IdempotencyLevel;
1269
+ uninterpretedOption?: {
1270
+ name?: {
1271
+ namePart?: string;
1272
+ isExtension?: boolean;
1273
+ }[];
1274
+ identifierValue?: string;
1275
+ positiveIntValue?: any;
1276
+ negativeIntValue?: any;
1277
+ doubleValue?: number;
1278
+ stringValue?: Uint8Array;
1279
+ aggregateValue?: string;
1280
+ }[];
1281
+ };
1282
+ clientStreaming?: boolean;
1283
+ serverStreaming?: boolean;
1284
+ }): _53.MethodDescriptorProto;
1285
+ };
1286
+ FileOptions: {
1287
+ encode(message: _53.FileOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1288
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.FileOptions;
1289
+ fromPartial(object: {
1290
+ javaPackage?: string;
1291
+ javaOuterClassname?: string;
1292
+ javaMultipleFiles?: boolean;
1293
+ javaGenerateEqualsAndHash?: boolean;
1294
+ javaStringCheckUtf8?: boolean;
1295
+ optimizeFor?: _53.FileOptions_OptimizeMode;
1296
+ goPackage?: string;
1297
+ ccGenericServices?: boolean;
1298
+ javaGenericServices?: boolean;
1299
+ pyGenericServices?: boolean;
1300
+ phpGenericServices?: boolean;
1301
+ deprecated?: boolean;
1302
+ ccEnableArenas?: boolean;
1303
+ objcClassPrefix?: string;
1304
+ csharpNamespace?: string;
1305
+ swiftPrefix?: string;
1306
+ phpClassPrefix?: string;
1307
+ phpNamespace?: string;
1308
+ phpMetadataNamespace?: string;
1309
+ rubyPackage?: string;
1310
+ uninterpretedOption?: {
1311
+ name?: {
1312
+ namePart?: string;
1313
+ isExtension?: boolean;
1314
+ }[];
1315
+ identifierValue?: string;
1316
+ positiveIntValue?: any;
1317
+ negativeIntValue?: any;
1318
+ doubleValue?: number;
1319
+ stringValue?: Uint8Array;
1320
+ aggregateValue?: string;
1321
+ }[];
1322
+ }): _53.FileOptions;
1323
+ };
1324
+ MessageOptions: {
1325
+ encode(message: _53.MessageOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1326
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.MessageOptions;
1327
+ fromPartial(object: {
1328
+ messageSetWireFormat?: boolean;
1329
+ noStandardDescriptorAccessor?: boolean;
1330
+ deprecated?: boolean;
1331
+ mapEntry?: boolean;
1332
+ uninterpretedOption?: {
1333
+ name?: {
1334
+ namePart?: string;
1335
+ isExtension?: boolean;
1336
+ }[];
1337
+ identifierValue?: string;
1338
+ positiveIntValue?: any;
1339
+ negativeIntValue?: any;
1340
+ doubleValue?: number;
1341
+ stringValue?: Uint8Array;
1342
+ aggregateValue?: string;
1343
+ }[];
1344
+ }): _53.MessageOptions;
1345
+ };
1346
+ FieldOptions: {
1347
+ encode(message: _53.FieldOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1348
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.FieldOptions;
1349
+ fromPartial(object: {
1350
+ ctype?: _53.FieldOptions_CType;
1351
+ packed?: boolean;
1352
+ jstype?: _53.FieldOptions_JSType;
1353
+ lazy?: boolean;
1354
+ deprecated?: boolean;
1355
+ weak?: boolean;
1356
+ uninterpretedOption?: {
1357
+ name?: {
1358
+ namePart?: string;
1359
+ isExtension?: boolean;
1360
+ }[];
1361
+ identifierValue?: string;
1362
+ positiveIntValue?: any;
1363
+ negativeIntValue?: any;
1364
+ doubleValue?: number;
1365
+ stringValue?: Uint8Array;
1366
+ aggregateValue?: string;
1367
+ }[];
1368
+ }): _53.FieldOptions;
1369
+ };
1370
+ OneofOptions: {
1371
+ encode(message: _53.OneofOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1372
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.OneofOptions;
1373
+ fromPartial(object: {
1374
+ uninterpretedOption?: {
1375
+ name?: {
1376
+ namePart?: string;
1377
+ isExtension?: boolean;
1378
+ }[];
1379
+ identifierValue?: string;
1380
+ positiveIntValue?: any;
1381
+ negativeIntValue?: any;
1382
+ doubleValue?: number;
1383
+ stringValue?: Uint8Array;
1384
+ aggregateValue?: string;
1385
+ }[];
1386
+ }): _53.OneofOptions;
1387
+ };
1388
+ EnumOptions: {
1389
+ encode(message: _53.EnumOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1390
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.EnumOptions;
1391
+ fromPartial(object: {
1392
+ allowAlias?: boolean;
1393
+ deprecated?: boolean;
1394
+ uninterpretedOption?: {
1395
+ name?: {
1396
+ namePart?: string;
1397
+ isExtension?: boolean;
1398
+ }[];
1399
+ identifierValue?: string;
1400
+ positiveIntValue?: any;
1401
+ negativeIntValue?: any;
1402
+ doubleValue?: number;
1403
+ stringValue?: Uint8Array;
1404
+ aggregateValue?: string;
1405
+ }[];
1406
+ }): _53.EnumOptions;
1407
+ };
1408
+ EnumValueOptions: {
1409
+ encode(message: _53.EnumValueOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1410
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.EnumValueOptions;
1411
+ fromPartial(object: {
1412
+ deprecated?: boolean;
1413
+ uninterpretedOption?: {
1414
+ name?: {
1415
+ namePart?: string;
1416
+ isExtension?: boolean;
1417
+ }[];
1418
+ identifierValue?: string;
1419
+ positiveIntValue?: any;
1420
+ negativeIntValue?: any;
1421
+ doubleValue?: number;
1422
+ stringValue?: Uint8Array;
1423
+ aggregateValue?: string;
1424
+ }[];
1425
+ }): _53.EnumValueOptions;
1426
+ };
1427
+ ServiceOptions: {
1428
+ encode(message: _53.ServiceOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1429
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.ServiceOptions;
1430
+ fromPartial(object: {
1431
+ deprecated?: boolean;
1432
+ uninterpretedOption?: {
1433
+ name?: {
1434
+ namePart?: string;
1435
+ isExtension?: boolean;
1436
+ }[];
1437
+ identifierValue?: string;
1438
+ positiveIntValue?: any;
1439
+ negativeIntValue?: any;
1440
+ doubleValue?: number;
1441
+ stringValue?: Uint8Array;
1442
+ aggregateValue?: string;
1443
+ }[];
1444
+ }): _53.ServiceOptions;
1445
+ };
1446
+ MethodOptions: {
1447
+ encode(message: _53.MethodOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1448
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.MethodOptions;
1449
+ fromPartial(object: {
1450
+ deprecated?: boolean;
1451
+ idempotencyLevel?: _53.MethodOptions_IdempotencyLevel;
1452
+ uninterpretedOption?: {
1453
+ name?: {
1454
+ namePart?: string;
1455
+ isExtension?: boolean;
1456
+ }[];
1457
+ identifierValue?: string;
1458
+ positiveIntValue?: any;
1459
+ negativeIntValue?: any;
1460
+ doubleValue?: number;
1461
+ stringValue?: Uint8Array;
1462
+ aggregateValue?: string;
1463
+ }[];
1464
+ }): _53.MethodOptions;
1465
+ };
1466
+ UninterpretedOption: {
1467
+ encode(message: _53.UninterpretedOption, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1468
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.UninterpretedOption;
1469
+ fromPartial(object: {
1470
+ name?: {
1471
+ namePart?: string;
1472
+ isExtension?: boolean;
1473
+ }[];
1474
+ identifierValue?: string;
1475
+ positiveIntValue?: any;
1476
+ negativeIntValue?: any;
1477
+ doubleValue?: number;
1478
+ stringValue?: Uint8Array;
1479
+ aggregateValue?: string;
1480
+ }): _53.UninterpretedOption;
1481
+ };
1482
+ UninterpretedOption_NamePart: {
1483
+ encode(message: _53.UninterpretedOption_NamePart, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1484
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.UninterpretedOption_NamePart;
1485
+ fromPartial(object: {
1486
+ namePart?: string;
1487
+ isExtension?: boolean;
1488
+ }): _53.UninterpretedOption_NamePart;
1489
+ };
1490
+ SourceCodeInfo: {
1491
+ encode(message: _53.SourceCodeInfo, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1492
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.SourceCodeInfo;
1493
+ fromPartial(object: {
1494
+ location?: {
1495
+ path?: number[];
1496
+ span?: number[];
1497
+ leadingComments?: string;
1498
+ trailingComments?: string;
1499
+ leadingDetachedComments?: string[];
1500
+ }[];
1501
+ }): _53.SourceCodeInfo;
1502
+ };
1503
+ SourceCodeInfo_Location: {
1504
+ encode(message: _53.SourceCodeInfo_Location, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1505
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.SourceCodeInfo_Location;
1506
+ fromPartial(object: {
1507
+ path?: number[];
1508
+ span?: number[];
1509
+ leadingComments?: string;
1510
+ trailingComments?: string;
1511
+ leadingDetachedComments?: string[];
1512
+ }): _53.SourceCodeInfo_Location;
1513
+ };
1514
+ GeneratedCodeInfo: {
1515
+ encode(message: _53.GeneratedCodeInfo, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1516
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.GeneratedCodeInfo;
1517
+ fromPartial(object: {
1518
+ annotation?: {
1519
+ path?: number[];
1520
+ sourceFile?: string;
1521
+ begin?: number;
1522
+ end?: number;
1523
+ }[];
1524
+ }): _53.GeneratedCodeInfo;
1525
+ };
1526
+ GeneratedCodeInfo_Annotation: {
1527
+ encode(message: _53.GeneratedCodeInfo_Annotation, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1528
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _53.GeneratedCodeInfo_Annotation;
1529
+ fromPartial(object: {
1530
+ path?: number[];
1531
+ sourceFile?: string;
1532
+ begin?: number;
1533
+ end?: number;
1534
+ }): _53.GeneratedCodeInfo_Annotation;
1535
+ };
1536
+ Any: {
1537
+ encode(message: _52.Any, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1538
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _52.Any;
1539
+ fromPartial(object: {
1540
+ typeUrl?: string;
1541
+ value?: Uint8Array;
1542
+ }): _52.Any;
1543
+ };
1544
+ };
1545
+ }