injectivejs 0.1.0 → 0.3.0

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