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