@sparkdreamnft/sparkdreamjs 0.0.2 → 0.0.4
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.
- package/cosmos/app/runtime/v1alpha1/module.d.ts +5 -22
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +7 -21
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +5 -13
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +10 -43
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +5 -8
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +44 -159
- package/cosmos/auth/v1beta1/query.js +20 -0
- package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +6 -20
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/auth/v1beta1/tx.registry.js +1 -33
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +3 -4
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +13 -39
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +5 -14
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +4 -6
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +15 -40
- package/cosmos/authz/v1beta1/query.js +6 -0
- package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +15 -45
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/authz/v1beta1/tx.registry.js +1 -69
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +3 -7
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +4 -14
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +16 -66
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +7 -20
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +58 -226
- package/cosmos/bank/v1beta1/query.js +27 -0
- package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
- package/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +15 -15
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +19 -65
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/bank/v1beta1/tx.registry.js +1 -87
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +26 -112
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +9 -25
- package/cosmos/base/node/v1beta1/query.js +4 -0
- package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +4 -4
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +5 -31
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +53 -154
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +9 -38
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +5 -20
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +3 -11
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +6 -13
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.registry.d.ts +2 -24
- package/cosmos/benchmark/v1/tx.registry.js +1 -33
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +1344 -1649
- package/cosmos/circuit/module/v1/module.d.ts +3 -5
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +15 -32
- package/cosmos/circuit/v1/query.js +6 -0
- package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
- package/cosmos/circuit/v1/query.lcd.js +7 -10
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +5 -5
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +14 -35
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +2 -48
- package/cosmos/circuit/v1/tx.registry.js +1 -69
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +7 -22
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +3 -5
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +6 -10
- package/cosmos/consensus/v1/query.js +2 -0
- package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
- package/cosmos/consensus/v1/query.lcd.js +2 -3
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +6 -17
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.registry.d.ts +2 -24
- package/cosmos/consensus/v1/tx.registry.js +1 -33
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +3 -5
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +5 -9
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +5 -11
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.registry.d.ts +2 -24
- package/cosmos/counter/v1/tx.registry.js +1 -33
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +3 -6
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +5 -19
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +3 -9
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +13 -33
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +4 -11
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +5 -20
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +5 -16
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +5 -10
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +3 -6
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +26 -134
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +19 -72
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +44 -157
- package/cosmos/distribution/v1beta1/query.js +20 -0
- package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +31 -126
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -141
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +3 -4
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +5 -11
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +6 -20
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +10 -32
- package/cosmos/epochs/v1beta1/query.js +4 -0
- package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +3 -4
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +3 -4
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +12 -43
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +4 -6
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +15 -45
- package/cosmos/feegrant/v1beta1/query.js +6 -0
- package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +15 -43
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -69
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +3 -4
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +3 -6
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +4 -17
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +22 -104
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +39 -110
- package/cosmos/gov/v1/query.js +18 -0
- package/cosmos/gov/v1/query.lcd.d.ts +10 -10
- package/cosmos/gov/v1/query.lcd.js +18 -27
- package/cosmos/gov/v1/query.rpc.Query.d.ts +11 -11
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +36 -115
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.registry.d.ts +2 -96
- package/cosmos/gov/v1/tx.registry.js +1 -141
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +4 -12
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +25 -90
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +35 -97
- package/cosmos/gov/v1beta1/query.js +16 -0
- package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
- package/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +23 -62
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/gov/v1beta1/tx.registry.js +1 -87
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +4 -7
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +24 -62
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +4 -13
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +59 -168
- package/cosmos/group/v1/query.js +28 -0
- package/cosmos/group/v1/query.lcd.d.ts +15 -15
- package/cosmos/group/v1/query.lcd.js +29 -43
- package/cosmos/group/v1/query.rpc.Query.d.ts +16 -16
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +59 -170
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.registry.d.ts +2 -180
- package/cosmos/group/v1/tx.registry.js +1 -267
- package/cosmos/group/v1/tx.rpc.msg.d.ts +17 -16
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +25 -130
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +27 -170
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +3 -6
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +4 -7
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +5 -16
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +14 -37
- package/cosmos/mint/v1beta1/query.js +6 -0
- package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +6 -20
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/mint/v1beta1/tx.registry.js +1 -33
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +3 -4
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +3 -8
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +18 -53
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +4 -4
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +3 -4
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +5 -19
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +12 -42
- package/cosmos/params/v1beta1/query.js +5 -0
- package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +3 -5
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +4 -7
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +19 -57
- package/cosmos/protocolpool/v1/query.js +8 -0
- package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
- package/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +6 -6
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +23 -77
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +2 -72
- package/cosmos/protocolpool/v1/tx.registry.js +1 -105
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +5 -13
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +6 -10
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +3 -5
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +3 -8
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +6 -21
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +6 -19
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +59 -213
- package/cosmos/staking/v1beta1/query.js +28 -0
- package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
- package/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +16 -16
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +48 -214
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +32 -116
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/staking/v1beta1/tx.registry.js +1 -141
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +5 -11
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +15 -66
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +11 -23
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +7 -28
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +6 -25
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +3 -6
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +13 -38
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +42 -188
- package/cosmos/tx/v1beta1/service.js +19 -3
- package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
- package/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +11 -11
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +30 -136
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +3 -5
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +22 -87
- package/cosmos/upgrade/v1beta1/query.js +10 -0
- package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
- package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +7 -7
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +10 -36
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +2 -36
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -51
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +10 -51
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +3 -4
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +15 -60
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/vesting/v1beta1/tx.registry.js +1 -69
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +15 -59
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +2 -3
- package/cosmos_proto/cosmos.d.ts +3 -25
- package/cosmos_proto/cosmos.js +1 -2
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/esm/cosmos/app/v1alpha1/module.js +3 -0
- package/esm/cosmos/auth/module/v1/module.js +2 -0
- package/esm/cosmos/auth/v1beta1/auth.js +4 -2
- package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
- package/esm/cosmos/auth/v1beta1/query.js +20 -0
- package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/esm/cosmos/auth/v1beta1/tx.js +2 -0
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/authz/module/v1/module.js +1 -0
- package/esm/cosmos/authz/v1beta1/authz.js +4 -1
- package/esm/cosmos/authz/v1beta1/event.js +2 -0
- package/esm/cosmos/authz/v1beta1/genesis.js +1 -0
- package/esm/cosmos/authz/v1beta1/query.js +6 -0
- package/esm/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/esm/cosmos/authz/v1beta1/tx.js +6 -0
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +18 -9
- package/esm/cosmos/bank/module/v1/module.js +1 -0
- package/esm/cosmos/bank/v1beta1/authz.js +1 -1
- package/esm/cosmos/bank/v1beta1/bank.js +7 -1
- package/esm/cosmos/bank/v1beta1/genesis.js +2 -0
- package/esm/cosmos/bank/v1beta1/query.js +27 -0
- package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/esm/cosmos/bank/v1beta1/tx.js +8 -0
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +23 -12
- package/esm/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/esm/cosmos/base/node/v1beta1/query.js +4 -0
- package/esm/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/esm/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/esm/cosmos/base/v1beta1/coin.js +5 -1
- package/esm/cosmos/benchmark/module/v1/module.js +2 -0
- package/esm/cosmos/benchmark/v1/benchmark.js +1 -0
- package/esm/cosmos/benchmark/v1/tx.js +2 -0
- package/esm/cosmos/benchmark/v1/tx.registry.js +0 -31
- package/esm/cosmos/benchmark/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/circuit/module/v1/module.js +1 -0
- package/esm/cosmos/circuit/v1/query.js +6 -0
- package/esm/cosmos/circuit/v1/query.lcd.js +7 -10
- package/esm/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/esm/cosmos/circuit/v1/tx.js +6 -0
- package/esm/cosmos/circuit/v1/tx.registry.js +0 -67
- package/esm/cosmos/circuit/v1/tx.rpc.msg.js +14 -9
- package/esm/cosmos/circuit/v1/types.js +3 -1
- package/esm/cosmos/consensus/module/v1/module.js +1 -0
- package/esm/cosmos/consensus/v1/query.js +2 -0
- package/esm/cosmos/consensus/v1/query.lcd.js +2 -3
- package/esm/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/consensus/v1/tx.js +2 -0
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -31
- package/esm/cosmos/consensus/v1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/counter/module/v1/module.js +1 -0
- package/esm/cosmos/counter/v1/query.js +2 -0
- package/esm/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/counter/v1/tx.js +2 -0
- package/esm/cosmos/counter/v1/tx.registry.js +0 -31
- package/esm/cosmos/counter/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/crisis/module/v1/module.js +1 -0
- package/esm/cosmos/crypto/ed25519/keys.js +2 -0
- package/esm/cosmos/crypto/hd/v1/hd.js +1 -0
- package/esm/cosmos/crypto/keyring/v1/record.js +5 -0
- package/esm/cosmos/crypto/multisig/keys.js +1 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/esm/cosmos/crypto/secp256k1/keys.js +2 -0
- package/esm/cosmos/crypto/secp256r1/keys.js +2 -0
- package/esm/cosmos/distribution/module/v1/module.js +1 -0
- package/esm/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/esm/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/esm/cosmos/distribution/v1beta1/query.js +20 -0
- package/esm/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/esm/cosmos/distribution/v1beta1/tx.js +14 -0
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +39 -21
- package/esm/cosmos/epochs/module/v1/module.js +1 -0
- package/esm/cosmos/epochs/v1beta1/events.js +2 -0
- package/esm/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/esm/cosmos/epochs/v1beta1/query.js +4 -0
- package/esm/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/esm/cosmos/evidence/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/esm/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/query.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/esm/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +16 -9
- package/esm/cosmos/genutil/module/v1/module.js +1 -0
- package/esm/cosmos/gov/module/v1/module.js +1 -0
- package/esm/cosmos/gov/v1/genesis.js +1 -0
- package/esm/cosmos/gov/v1/gov.js +9 -2
- package/esm/cosmos/gov/v1/query.js +18 -0
- package/esm/cosmos/gov/v1/query.lcd.js +18 -27
- package/esm/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/esm/cosmos/gov/v1/tx.js +14 -0
- package/esm/cosmos/gov/v1/tx.registry.js +0 -139
- package/esm/cosmos/gov/v1/tx.rpc.msg.js +30 -21
- package/esm/cosmos/gov/v1beta1/genesis.js +1 -0
- package/esm/cosmos/gov/v1beta1/gov.js +10 -4
- package/esm/cosmos/gov/v1beta1/query.js +16 -0
- package/esm/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/esm/cosmos/gov/v1beta1/tx.js +8 -0
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +17 -12
- package/esm/cosmos/group/module/v1/module.js +1 -0
- package/esm/cosmos/group/v1/events.js +11 -0
- package/esm/cosmos/group/v1/genesis.js +1 -0
- package/esm/cosmos/group/v1/query.js +28 -0
- package/esm/cosmos/group/v1/query.lcd.js +29 -43
- package/esm/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/esm/cosmos/group/v1/tx.js +28 -1
- package/esm/cosmos/group/v1/tx.registry.js +0 -265
- package/esm/cosmos/group/v1/tx.rpc.msg.js +45 -42
- package/esm/cosmos/group/v1/types.js +11 -5
- package/esm/cosmos/ics23/v1/proofs.js +13 -2
- package/esm/cosmos/mint/module/v1/module.js +1 -0
- package/esm/cosmos/mint/v1beta1/genesis.js +1 -0
- package/esm/cosmos/mint/v1beta1/mint.js +3 -1
- package/esm/cosmos/mint/v1beta1/query.js +6 -0
- package/esm/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/esm/cosmos/mint/v1beta1/tx.js +2 -0
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/nft/module/v1/module.js +1 -0
- package/esm/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/esm/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/esm/cosmos/params/module/v1/module.js +1 -0
- package/esm/cosmos/params/v1beta1/params.js +2 -1
- package/esm/cosmos/params/v1beta1/query.js +5 -0
- package/esm/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/esm/cosmos/protocolpool/module/v1/module.js +1 -0
- package/esm/cosmos/protocolpool/v1/genesis.js +1 -0
- package/esm/cosmos/protocolpool/v1/query.js +8 -0
- package/esm/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/esm/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/esm/cosmos/protocolpool/v1/tx.js +11 -1
- package/esm/cosmos/protocolpool/v1/tx.registry.js +0 -103
- package/esm/cosmos/protocolpool/v1/tx.rpc.msg.js +26 -15
- package/esm/cosmos/protocolpool/v1/types.js +3 -1
- package/esm/cosmos/reflection/v1/reflection.js +2 -0
- package/esm/cosmos/slashing/module/v1/module.js +1 -0
- package/esm/cosmos/staking/module/v1/module.js +1 -0
- package/esm/cosmos/staking/v1beta1/authz.js +2 -2
- package/esm/cosmos/staking/v1beta1/genesis.js +2 -0
- package/esm/cosmos/staking/v1beta1/query.js +28 -0
- package/esm/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/esm/cosmos/staking/v1beta1/staking.js +23 -4
- package/esm/cosmos/staking/v1beta1/tx.js +16 -2
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +32 -21
- package/esm/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/esm/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/esm/cosmos/store/streaming/abci/grpc.js +4 -0
- package/esm/cosmos/store/v1beta1/commit_info.js +3 -0
- package/esm/cosmos/store/v1beta1/listening.js +2 -0
- package/esm/cosmos/tx/config/v1/config.js +1 -0
- package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -1
- package/esm/cosmos/tx/v1beta1/service.js +18 -2
- package/esm/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/esm/cosmos/tx/v1beta1/tx.js +13 -0
- package/esm/cosmos/upgrade/module/v1/module.js +1 -0
- package/esm/cosmos/upgrade/v1beta1/query.js +10 -0
- package/esm/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/esm/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +14 -6
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/esm/cosmos/vesting/module/v1/module.js +1 -0
- package/esm/cosmos/vesting/v1beta1/tx.js +6 -0
- package/esm/cosmos/vesting/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +19 -9
- package/esm/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/esm/cosmos_proto/cosmos.js +0 -1
- package/esm/google/protobuf/any.js +0 -1
- package/esm/google/protobuf/descriptor.js +4 -24
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +2 -1
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/esm/ibc/applications/transfer/v1/authz.js +2 -1
- package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/esm/ibc/applications/transfer/v1/genesis.js +1 -0
- package/esm/ibc/applications/transfer/v1/packet.js +1 -0
- package/esm/ibc/applications/transfer/v1/query.js +12 -0
- package/esm/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/esm/ibc/applications/transfer/v1/token.js +3 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +1 -0
- package/esm/ibc/applications/transfer/v1/tx.js +4 -0
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/channel/v1/channel.js +8 -2
- package/esm/ibc/core/channel/v1/genesis.js +2 -0
- package/esm/ibc/core/channel/v1/query.js +28 -0
- package/esm/ibc/core/channel/v1/query.lcd.js +29 -43
- package/esm/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/esm/ibc/core/channel/v1/tx.js +20 -1
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -193
- package/esm/ibc/core/channel/v1/tx.rpc.msg.js +34 -30
- package/esm/ibc/core/channel/v2/genesis.js +3 -0
- package/esm/ibc/core/channel/v2/packet.js +4 -1
- package/esm/ibc/core/channel/v2/query.js +16 -0
- package/esm/ibc/core/channel/v2/query.lcd.js +16 -24
- package/esm/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/esm/ibc/core/channel/v2/tx.js +8 -1
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -85
- package/esm/ibc/core/channel/v2/tx.rpc.msg.js +15 -12
- package/esm/ibc/core/client/v1/client.js +5 -0
- package/esm/ibc/core/client/v1/genesis.js +3 -0
- package/esm/ibc/core/client/v1/query.js +22 -0
- package/esm/ibc/core/client/v1/query.lcd.js +21 -31
- package/esm/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/esm/ibc/core/client/v1/tx.js +16 -0
- package/esm/ibc/core/client/v1/tx.registry.js +0 -157
- package/esm/ibc/core/client/v1/tx.rpc.msg.js +27 -24
- package/esm/ibc/core/client/v2/config.js +1 -0
- package/esm/ibc/core/client/v2/counterparty.js +1 -0
- package/esm/ibc/core/client/v2/genesis.js +2 -0
- package/esm/ibc/core/client/v2/query.js +4 -0
- package/esm/ibc/core/client/v2/query.lcd.js +4 -6
- package/esm/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/esm/ibc/core/client/v2/tx.js +4 -0
- package/esm/ibc/core/client/v2/tx.registry.js +0 -49
- package/esm/ibc/core/client/v2/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/commitment/v1/commitment.js +3 -0
- package/esm/ibc/core/commitment/v2/commitment.js +1 -0
- package/esm/ibc/core/connection/v1/connection.js +7 -1
- package/esm/ibc/core/connection/v1/genesis.js +1 -0
- package/esm/ibc/core/connection/v1/query.js +12 -0
- package/esm/ibc/core/connection/v1/query.lcd.js +13 -19
- package/esm/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/esm/ibc/core/connection/v1/tx.js +10 -0
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -103
- package/esm/ibc/core/connection/v1/tx.rpc.msg.js +20 -15
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +16 -1
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/esm/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/esm/ibc/lightclients/wasm/v1/query.js +4 -0
- package/esm/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/esm/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/esm/index.js +1 -0
- package/esm/sparkdream/blog/params.js +1 -0
- package/esm/sparkdream/blog/query.lcd.js +7 -10
- package/esm/sparkdream/blog/query.rpc.Query.js +10 -10
- package/esm/sparkdream/blog/tx.js +1 -0
- package/esm/sparkdream/blog/tx.registry.js +0 -85
- package/esm/sparkdream/blog/tx.rpc.msg.js +16 -12
- package/esm/sparkdream/sparkdream/params.js +1 -0
- package/esm/sparkdream/sparkdream/query.lcd.js +2 -3
- package/esm/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/esm/sparkdream/sparkdream/tx.js +1 -0
- package/esm/sparkdream/sparkdream/tx.registry.js +0 -31
- package/esm/sparkdream/sparkdream/tx.rpc.msg.js +7 -3
- package/esm/tendermint/abci/types.js +0 -6
- package/esm/tendermint/types/types.js +0 -1
- package/esm/tendermint/types/validator.js +0 -1
- package/esm/types.js +7 -0
- package/google/api/http.d.ts +4 -295
- package/google/bundle.d.ts +37 -57
- package/google/protobuf/any.d.ts +2 -94
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +35 -370
- package/google/protobuf/descriptor.js +6 -26
- package/google/protobuf/duration.d.ts +2 -65
- package/google/protobuf/timestamp.d.ts +2 -96
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +3 -8
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +10 -21
- package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +15 -39
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +2 -48
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -69
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +11 -42
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +5 -18
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +6 -10
- package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +3 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +10 -23
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -51
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +4 -9
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +3 -13
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +6 -14
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +6 -31
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +6 -20
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +3 -10
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +6 -11
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +3 -13
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +29 -83
- package/ibc/applications/transfer/v1/query.js +12 -0
- package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
- package/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +7 -18
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -11
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +11 -37
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/transfer/v1/tx.registry.js +1 -51
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +581 -848
- package/ibc/core/channel/v1/channel.d.ts +18 -96
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +6 -23
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +61 -273
- package/ibc/core/channel/v1/query.js +28 -0
- package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
- package/ibc/core/channel/v1/query.lcd.js +29 -43
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +16 -16
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +43 -167
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.registry.d.ts +2 -132
- package/ibc/core/channel/v1/tx.registry.js +1 -195
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +13 -12
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +7 -27
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +9 -37
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +36 -117
- package/ibc/core/channel/v2/query.js +16 -0
- package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
- package/ibc/core/channel/v2/query.lcd.js +16 -24
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +10 -10
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +19 -56
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.registry.d.ts +2 -60
- package/ibc/core/channel/v2/tx.registry.js +1 -87
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +7 -6
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +12 -53
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +8 -30
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +49 -191
- package/ibc/core/client/v1/query.js +22 -0
- package/ibc/core/client/v1/query.lcd.d.ts +11 -11
- package/ibc/core/client/v1/query.lcd.js +21 -31
- package/ibc/core/client/v1/query.rpc.Query.d.ts +13 -13
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +36 -107
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.registry.d.ts +2 -108
- package/ibc/core/client/v1/tx.registry.js +1 -159
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +3 -10
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +3 -6
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +6 -12
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +11 -28
- package/ibc/core/client/v2/query.js +4 -0
- package/ibc/core/client/v2/query.lcd.d.ts +3 -3
- package/ibc/core/client/v2/query.lcd.js +4 -6
- package/ibc/core/client/v2/query.rpc.Query.d.ts +4 -4
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +10 -24
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.registry.d.ts +2 -36
- package/ibc/core/client/v2/tx.registry.js +1 -51
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +8 -29
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +3 -37
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +16 -61
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +4 -9
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +29 -107
- package/ibc/core/connection/v1/query.js +12 -0
- package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
- package/ibc/core/connection/v1/query.lcd.js +13 -19
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +24 -107
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.registry.d.ts +2 -72
- package/ibc/core/connection/v1/tx.registry.js +1 -105
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +8 -7
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +36 -149
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +18 -75
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +17 -74
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +5 -10
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +10 -22
- package/ibc/lightclients/wasm/v1/query.js +4 -0
- package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +13 -33
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +2 -48
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -69
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +10 -29
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +3 -6
- package/sparkdream/blog/module/module.d.ts +2 -5
- package/sparkdream/blog/params.d.ts +3 -4
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +2 -7
- package/sparkdream/blog/query.d.ts +10 -29
- package/sparkdream/blog/query.lcd.d.ts +4 -4
- package/sparkdream/blog/query.lcd.js +7 -10
- package/sparkdream/blog/query.rpc.Query.d.ts +5 -5
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +11 -42
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.registry.d.ts +2 -60
- package/sparkdream/blog/tx.registry.js +1 -87
- package/sparkdream/blog/tx.rpc.msg.d.ts +7 -6
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +31 -103
- package/sparkdream/sparkdream/genesis.d.ts +3 -6
- package/sparkdream/sparkdream/module/module.d.ts +2 -5
- package/sparkdream/sparkdream/params.d.ts +3 -4
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +4 -10
- package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
- package/sparkdream/sparkdream/query.lcd.js +2 -3
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +3 -3
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +5 -14
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +2 -24
- package/sparkdream/sparkdream/tx.registry.js +1 -33
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +4 -3
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +51 -356
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +89 -97
- package/tendermint/crypto/keys.d.ts +2 -6
- package/tendermint/crypto/proof.d.ts +6 -34
- package/tendermint/p2p/types.d.ts +5 -28
- package/tendermint/types/block.d.ts +4 -9
- package/tendermint/types/evidence.d.ts +7 -29
- package/tendermint/types/params.d.ts +9 -54
- package/tendermint/types/types.d.ts +19 -133
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +5 -20
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +3 -20
- package/types.d.ts +74 -0
- package/types.js +8 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
2
|
+
import { DeepPartial } from "../../helpers";
|
|
2
3
|
/** The full set of known editions. */
|
|
3
4
|
export declare enum Edition {
|
|
4
5
|
/** EDITION_UNKNOWN - A placeholder for an unknown edition value. */
|
|
@@ -40,7 +41,6 @@ export declare enum Edition {
|
|
|
40
41
|
EDITION_MAX = 2147483647,
|
|
41
42
|
UNRECOGNIZED = -1
|
|
42
43
|
}
|
|
43
|
-
export declare const EditionSDKType: typeof Edition;
|
|
44
44
|
export declare const EditionAmino: typeof Edition;
|
|
45
45
|
export declare function editionFromJSON(object: any): Edition;
|
|
46
46
|
export declare function editionToJSON(object: Edition): string;
|
|
@@ -51,7 +51,6 @@ export declare enum ExtensionRangeOptions_VerificationState {
|
|
|
51
51
|
UNVERIFIED = 1,
|
|
52
52
|
UNRECOGNIZED = -1
|
|
53
53
|
}
|
|
54
|
-
export declare const ExtensionRangeOptions_VerificationStateSDKType: typeof ExtensionRangeOptions_VerificationState;
|
|
55
54
|
export declare const ExtensionRangeOptions_VerificationStateAmino: typeof ExtensionRangeOptions_VerificationState;
|
|
56
55
|
export declare function extensionRangeOptions_VerificationStateFromJSON(object: any): ExtensionRangeOptions_VerificationState;
|
|
57
56
|
export declare function extensionRangeOptions_VerificationStateToJSON(object: ExtensionRangeOptions_VerificationState): string;
|
|
@@ -99,7 +98,6 @@ export declare enum FieldDescriptorProto_Type {
|
|
|
99
98
|
TYPE_SINT64 = 18,
|
|
100
99
|
UNRECOGNIZED = -1
|
|
101
100
|
}
|
|
102
|
-
export declare const FieldDescriptorProto_TypeSDKType: typeof FieldDescriptorProto_Type;
|
|
103
101
|
export declare const FieldDescriptorProto_TypeAmino: typeof FieldDescriptorProto_Type;
|
|
104
102
|
export declare function fieldDescriptorProto_TypeFromJSON(object: any): FieldDescriptorProto_Type;
|
|
105
103
|
export declare function fieldDescriptorProto_TypeToJSON(object: FieldDescriptorProto_Type): string;
|
|
@@ -115,7 +113,6 @@ export declare enum FieldDescriptorProto_Label {
|
|
|
115
113
|
LABEL_REQUIRED = 2,
|
|
116
114
|
UNRECOGNIZED = -1
|
|
117
115
|
}
|
|
118
|
-
export declare const FieldDescriptorProto_LabelSDKType: typeof FieldDescriptorProto_Label;
|
|
119
116
|
export declare const FieldDescriptorProto_LabelAmino: typeof FieldDescriptorProto_Label;
|
|
120
117
|
export declare function fieldDescriptorProto_LabelFromJSON(object: any): FieldDescriptorProto_Label;
|
|
121
118
|
export declare function fieldDescriptorProto_LabelToJSON(object: FieldDescriptorProto_Label): string;
|
|
@@ -129,7 +126,6 @@ export declare enum FileOptions_OptimizeMode {
|
|
|
129
126
|
LITE_RUNTIME = 3,
|
|
130
127
|
UNRECOGNIZED = -1
|
|
131
128
|
}
|
|
132
|
-
export declare const FileOptions_OptimizeModeSDKType: typeof FileOptions_OptimizeMode;
|
|
133
129
|
export declare const FileOptions_OptimizeModeAmino: typeof FileOptions_OptimizeMode;
|
|
134
130
|
export declare function fileOptions_OptimizeModeFromJSON(object: any): FileOptions_OptimizeMode;
|
|
135
131
|
export declare function fileOptions_OptimizeModeToJSON(object: FileOptions_OptimizeMode): string;
|
|
@@ -148,7 +144,6 @@ export declare enum FieldOptions_CType {
|
|
|
148
144
|
STRING_PIECE = 2,
|
|
149
145
|
UNRECOGNIZED = -1
|
|
150
146
|
}
|
|
151
|
-
export declare const FieldOptions_CTypeSDKType: typeof FieldOptions_CType;
|
|
152
147
|
export declare const FieldOptions_CTypeAmino: typeof FieldOptions_CType;
|
|
153
148
|
export declare function fieldOptions_CTypeFromJSON(object: any): FieldOptions_CType;
|
|
154
149
|
export declare function fieldOptions_CTypeToJSON(object: FieldOptions_CType): string;
|
|
@@ -161,7 +156,6 @@ export declare enum FieldOptions_JSType {
|
|
|
161
156
|
JS_NUMBER = 2,
|
|
162
157
|
UNRECOGNIZED = -1
|
|
163
158
|
}
|
|
164
|
-
export declare const FieldOptions_JSTypeSDKType: typeof FieldOptions_JSType;
|
|
165
159
|
export declare const FieldOptions_JSTypeAmino: typeof FieldOptions_JSType;
|
|
166
160
|
export declare function fieldOptions_JSTypeFromJSON(object: any): FieldOptions_JSType;
|
|
167
161
|
export declare function fieldOptions_JSTypeToJSON(object: FieldOptions_JSType): string;
|
|
@@ -172,7 +166,6 @@ export declare enum FieldOptions_OptionRetention {
|
|
|
172
166
|
RETENTION_SOURCE = 2,
|
|
173
167
|
UNRECOGNIZED = -1
|
|
174
168
|
}
|
|
175
|
-
export declare const FieldOptions_OptionRetentionSDKType: typeof FieldOptions_OptionRetention;
|
|
176
169
|
export declare const FieldOptions_OptionRetentionAmino: typeof FieldOptions_OptionRetention;
|
|
177
170
|
export declare function fieldOptions_OptionRetentionFromJSON(object: any): FieldOptions_OptionRetention;
|
|
178
171
|
export declare function fieldOptions_OptionRetentionToJSON(object: FieldOptions_OptionRetention): string;
|
|
@@ -194,7 +187,6 @@ export declare enum FieldOptions_OptionTargetType {
|
|
|
194
187
|
TARGET_TYPE_METHOD = 9,
|
|
195
188
|
UNRECOGNIZED = -1
|
|
196
189
|
}
|
|
197
|
-
export declare const FieldOptions_OptionTargetTypeSDKType: typeof FieldOptions_OptionTargetType;
|
|
198
190
|
export declare const FieldOptions_OptionTargetTypeAmino: typeof FieldOptions_OptionTargetType;
|
|
199
191
|
export declare function fieldOptions_OptionTargetTypeFromJSON(object: any): FieldOptions_OptionTargetType;
|
|
200
192
|
export declare function fieldOptions_OptionTargetTypeToJSON(object: FieldOptions_OptionTargetType): string;
|
|
@@ -211,7 +203,6 @@ export declare enum MethodOptions_IdempotencyLevel {
|
|
|
211
203
|
IDEMPOTENT = 2,
|
|
212
204
|
UNRECOGNIZED = -1
|
|
213
205
|
}
|
|
214
|
-
export declare const MethodOptions_IdempotencyLevelSDKType: typeof MethodOptions_IdempotencyLevel;
|
|
215
206
|
export declare const MethodOptions_IdempotencyLevelAmino: typeof MethodOptions_IdempotencyLevel;
|
|
216
207
|
export declare function methodOptions_IdempotencyLevelFromJSON(object: any): MethodOptions_IdempotencyLevel;
|
|
217
208
|
export declare function methodOptions_IdempotencyLevelToJSON(object: MethodOptions_IdempotencyLevel): string;
|
|
@@ -222,7 +213,6 @@ export declare enum FeatureSet_FieldPresence {
|
|
|
222
213
|
LEGACY_REQUIRED = 3,
|
|
223
214
|
UNRECOGNIZED = -1
|
|
224
215
|
}
|
|
225
|
-
export declare const FeatureSet_FieldPresenceSDKType: typeof FeatureSet_FieldPresence;
|
|
226
216
|
export declare const FeatureSet_FieldPresenceAmino: typeof FeatureSet_FieldPresence;
|
|
227
217
|
export declare function featureSet_FieldPresenceFromJSON(object: any): FeatureSet_FieldPresence;
|
|
228
218
|
export declare function featureSet_FieldPresenceToJSON(object: FeatureSet_FieldPresence): string;
|
|
@@ -232,7 +222,6 @@ export declare enum FeatureSet_EnumType {
|
|
|
232
222
|
CLOSED = 2,
|
|
233
223
|
UNRECOGNIZED = -1
|
|
234
224
|
}
|
|
235
|
-
export declare const FeatureSet_EnumTypeSDKType: typeof FeatureSet_EnumType;
|
|
236
225
|
export declare const FeatureSet_EnumTypeAmino: typeof FeatureSet_EnumType;
|
|
237
226
|
export declare function featureSet_EnumTypeFromJSON(object: any): FeatureSet_EnumType;
|
|
238
227
|
export declare function featureSet_EnumTypeToJSON(object: FeatureSet_EnumType): string;
|
|
@@ -242,7 +231,6 @@ export declare enum FeatureSet_RepeatedFieldEncoding {
|
|
|
242
231
|
EXPANDED = 2,
|
|
243
232
|
UNRECOGNIZED = -1
|
|
244
233
|
}
|
|
245
|
-
export declare const FeatureSet_RepeatedFieldEncodingSDKType: typeof FeatureSet_RepeatedFieldEncoding;
|
|
246
234
|
export declare const FeatureSet_RepeatedFieldEncodingAmino: typeof FeatureSet_RepeatedFieldEncoding;
|
|
247
235
|
export declare function featureSet_RepeatedFieldEncodingFromJSON(object: any): FeatureSet_RepeatedFieldEncoding;
|
|
248
236
|
export declare function featureSet_RepeatedFieldEncodingToJSON(object: FeatureSet_RepeatedFieldEncoding): string;
|
|
@@ -252,7 +240,6 @@ export declare enum FeatureSet_Utf8Validation {
|
|
|
252
240
|
NONE = 3,
|
|
253
241
|
UNRECOGNIZED = -1
|
|
254
242
|
}
|
|
255
|
-
export declare const FeatureSet_Utf8ValidationSDKType: typeof FeatureSet_Utf8Validation;
|
|
256
243
|
export declare const FeatureSet_Utf8ValidationAmino: typeof FeatureSet_Utf8Validation;
|
|
257
244
|
export declare function featureSet_Utf8ValidationFromJSON(object: any): FeatureSet_Utf8Validation;
|
|
258
245
|
export declare function featureSet_Utf8ValidationToJSON(object: FeatureSet_Utf8Validation): string;
|
|
@@ -262,7 +249,6 @@ export declare enum FeatureSet_MessageEncoding {
|
|
|
262
249
|
DELIMITED = 2,
|
|
263
250
|
UNRECOGNIZED = -1
|
|
264
251
|
}
|
|
265
|
-
export declare const FeatureSet_MessageEncodingSDKType: typeof FeatureSet_MessageEncoding;
|
|
266
252
|
export declare const FeatureSet_MessageEncodingAmino: typeof FeatureSet_MessageEncoding;
|
|
267
253
|
export declare function featureSet_MessageEncodingFromJSON(object: any): FeatureSet_MessageEncoding;
|
|
268
254
|
export declare function featureSet_MessageEncodingToJSON(object: FeatureSet_MessageEncoding): string;
|
|
@@ -272,7 +258,6 @@ export declare enum FeatureSet_JsonFormat {
|
|
|
272
258
|
LEGACY_BEST_EFFORT = 2,
|
|
273
259
|
UNRECOGNIZED = -1
|
|
274
260
|
}
|
|
275
|
-
export declare const FeatureSet_JsonFormatSDKType: typeof FeatureSet_JsonFormat;
|
|
276
261
|
export declare const FeatureSet_JsonFormatAmino: typeof FeatureSet_JsonFormat;
|
|
277
262
|
export declare function featureSet_JsonFormatFromJSON(object: any): FeatureSet_JsonFormat;
|
|
278
263
|
export declare function featureSet_JsonFormatToJSON(object: FeatureSet_JsonFormat): string;
|
|
@@ -282,7 +267,6 @@ export declare enum FeatureSet_EnforceNamingStyle {
|
|
|
282
267
|
STYLE_LEGACY = 2,
|
|
283
268
|
UNRECOGNIZED = -1
|
|
284
269
|
}
|
|
285
|
-
export declare const FeatureSet_EnforceNamingStyleSDKType: typeof FeatureSet_EnforceNamingStyle;
|
|
286
270
|
export declare const FeatureSet_EnforceNamingStyleAmino: typeof FeatureSet_EnforceNamingStyle;
|
|
287
271
|
export declare function featureSet_EnforceNamingStyleFromJSON(object: any): FeatureSet_EnforceNamingStyle;
|
|
288
272
|
export declare function featureSet_EnforceNamingStyleToJSON(object: FeatureSet_EnforceNamingStyle): string;
|
|
@@ -302,7 +286,6 @@ export declare enum FeatureSet_VisibilityFeature_DefaultSymbolVisibility {
|
|
|
302
286
|
STRICT = 4,
|
|
303
287
|
UNRECOGNIZED = -1
|
|
304
288
|
}
|
|
305
|
-
export declare const FeatureSet_VisibilityFeature_DefaultSymbolVisibilitySDKType: typeof FeatureSet_VisibilityFeature_DefaultSymbolVisibility;
|
|
306
289
|
export declare const FeatureSet_VisibilityFeature_DefaultSymbolVisibilityAmino: typeof FeatureSet_VisibilityFeature_DefaultSymbolVisibility;
|
|
307
290
|
export declare function featureSet_VisibilityFeature_DefaultSymbolVisibilityFromJSON(object: any): FeatureSet_VisibilityFeature_DefaultSymbolVisibility;
|
|
308
291
|
export declare function featureSet_VisibilityFeature_DefaultSymbolVisibilityToJSON(object: FeatureSet_VisibilityFeature_DefaultSymbolVisibility): string;
|
|
@@ -319,7 +302,6 @@ export declare enum GeneratedCodeInfo_Annotation_Semantic {
|
|
|
319
302
|
ALIAS = 2,
|
|
320
303
|
UNRECOGNIZED = -1
|
|
321
304
|
}
|
|
322
|
-
export declare const GeneratedCodeInfo_Annotation_SemanticSDKType: typeof GeneratedCodeInfo_Annotation_Semantic;
|
|
323
305
|
export declare const GeneratedCodeInfo_Annotation_SemanticAmino: typeof GeneratedCodeInfo_Annotation_Semantic;
|
|
324
306
|
export declare function generatedCodeInfo_Annotation_SemanticFromJSON(object: any): GeneratedCodeInfo_Annotation_Semantic;
|
|
325
307
|
export declare function generatedCodeInfo_Annotation_SemanticToJSON(object: GeneratedCodeInfo_Annotation_Semantic): string;
|
|
@@ -336,7 +318,6 @@ export declare enum SymbolVisibility {
|
|
|
336
318
|
VISIBILITY_EXPORT = 2,
|
|
337
319
|
UNRECOGNIZED = -1
|
|
338
320
|
}
|
|
339
|
-
export declare const SymbolVisibilitySDKType: typeof SymbolVisibility;
|
|
340
321
|
export declare const SymbolVisibilityAmino: typeof SymbolVisibility;
|
|
341
322
|
export declare function symbolVisibilityFromJSON(object: any): SymbolVisibility;
|
|
342
323
|
export declare function symbolVisibilityToJSON(object: SymbolVisibility): string;
|
|
@@ -362,13 +343,6 @@ export interface FileDescriptorSetAminoMsg {
|
|
|
362
343
|
type: "/google.protobuf.FileDescriptorSet";
|
|
363
344
|
value: FileDescriptorSetAmino;
|
|
364
345
|
}
|
|
365
|
-
/**
|
|
366
|
-
* The protocol compiler can output a FileDescriptorSet containing the .proto
|
|
367
|
-
* files it parses.
|
|
368
|
-
*/
|
|
369
|
-
export interface FileDescriptorSetSDKType {
|
|
370
|
-
file: FileDescriptorProtoSDKType[];
|
|
371
|
-
}
|
|
372
346
|
/** Describes a complete .proto file. */
|
|
373
347
|
export interface FileDescriptorProto {
|
|
374
348
|
/** file name, relative to root of source tree */
|
|
@@ -479,23 +453,6 @@ export interface FileDescriptorProtoAminoMsg {
|
|
|
479
453
|
type: "/google.protobuf.FileDescriptorProto";
|
|
480
454
|
value: FileDescriptorProtoAmino;
|
|
481
455
|
}
|
|
482
|
-
/** Describes a complete .proto file. */
|
|
483
|
-
export interface FileDescriptorProtoSDKType {
|
|
484
|
-
name: string;
|
|
485
|
-
package: string;
|
|
486
|
-
dependency: string[];
|
|
487
|
-
public_dependency: number[];
|
|
488
|
-
weak_dependency: number[];
|
|
489
|
-
option_dependency: string[];
|
|
490
|
-
message_type: DescriptorProtoSDKType[];
|
|
491
|
-
enum_type: EnumDescriptorProtoSDKType[];
|
|
492
|
-
service: ServiceDescriptorProtoSDKType[];
|
|
493
|
-
extension: FieldDescriptorProtoSDKType[];
|
|
494
|
-
options?: FileOptionsSDKType;
|
|
495
|
-
source_code_info?: SourceCodeInfoSDKType;
|
|
496
|
-
syntax: string;
|
|
497
|
-
edition: Edition;
|
|
498
|
-
}
|
|
499
456
|
/** Describes a message type. */
|
|
500
457
|
export interface DescriptorProto {
|
|
501
458
|
name: string;
|
|
@@ -542,20 +499,6 @@ export interface DescriptorProtoAminoMsg {
|
|
|
542
499
|
type: "/google.protobuf.DescriptorProto";
|
|
543
500
|
value: DescriptorProtoAmino;
|
|
544
501
|
}
|
|
545
|
-
/** Describes a message type. */
|
|
546
|
-
export interface DescriptorProtoSDKType {
|
|
547
|
-
name: string;
|
|
548
|
-
field: FieldDescriptorProtoSDKType[];
|
|
549
|
-
extension: FieldDescriptorProtoSDKType[];
|
|
550
|
-
nested_type: DescriptorProtoSDKType[];
|
|
551
|
-
enum_type: EnumDescriptorProtoSDKType[];
|
|
552
|
-
extension_range: DescriptorProto_ExtensionRangeSDKType[];
|
|
553
|
-
oneof_decl: OneofDescriptorProtoSDKType[];
|
|
554
|
-
options?: MessageOptionsSDKType;
|
|
555
|
-
reserved_range: DescriptorProto_ReservedRangeSDKType[];
|
|
556
|
-
reserved_name: string[];
|
|
557
|
-
visibility: SymbolVisibility;
|
|
558
|
-
}
|
|
559
502
|
export interface DescriptorProto_ExtensionRange {
|
|
560
503
|
/** Inclusive. */
|
|
561
504
|
start: number;
|
|
@@ -578,11 +521,6 @@ export interface DescriptorProto_ExtensionRangeAminoMsg {
|
|
|
578
521
|
type: "/google.protobuf.ExtensionRange";
|
|
579
522
|
value: DescriptorProto_ExtensionRangeAmino;
|
|
580
523
|
}
|
|
581
|
-
export interface DescriptorProto_ExtensionRangeSDKType {
|
|
582
|
-
start: number;
|
|
583
|
-
end: number;
|
|
584
|
-
options?: ExtensionRangeOptionsSDKType;
|
|
585
|
-
}
|
|
586
524
|
/**
|
|
587
525
|
* Range of reserved tag numbers. Reserved tag numbers may not be used by
|
|
588
526
|
* fields or extension ranges in the same message. Reserved ranges may
|
|
@@ -613,15 +551,6 @@ export interface DescriptorProto_ReservedRangeAminoMsg {
|
|
|
613
551
|
type: "/google.protobuf.ReservedRange";
|
|
614
552
|
value: DescriptorProto_ReservedRangeAmino;
|
|
615
553
|
}
|
|
616
|
-
/**
|
|
617
|
-
* Range of reserved tag numbers. Reserved tag numbers may not be used by
|
|
618
|
-
* fields or extension ranges in the same message. Reserved ranges may
|
|
619
|
-
* not overlap.
|
|
620
|
-
*/
|
|
621
|
-
export interface DescriptorProto_ReservedRangeSDKType {
|
|
622
|
-
start: number;
|
|
623
|
-
end: number;
|
|
624
|
-
}
|
|
625
554
|
export interface ExtensionRangeOptions {
|
|
626
555
|
/** The parser stores options it doesn't recognize here. See above. */
|
|
627
556
|
uninterpretedOption: UninterpretedOption[];
|
|
@@ -666,12 +595,6 @@ export interface ExtensionRangeOptionsAminoMsg {
|
|
|
666
595
|
type: "/google.protobuf.ExtensionRangeOptions";
|
|
667
596
|
value: ExtensionRangeOptionsAmino;
|
|
668
597
|
}
|
|
669
|
-
export interface ExtensionRangeOptionsSDKType {
|
|
670
|
-
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
671
|
-
declaration: ExtensionRangeOptions_DeclarationSDKType[];
|
|
672
|
-
features?: FeatureSetSDKType;
|
|
673
|
-
verification: ExtensionRangeOptions_VerificationState;
|
|
674
|
-
}
|
|
675
598
|
export interface ExtensionRangeOptions_Declaration {
|
|
676
599
|
/** The extension number declared within the extension range. */
|
|
677
600
|
number: number;
|
|
@@ -732,13 +655,6 @@ export interface ExtensionRangeOptions_DeclarationAminoMsg {
|
|
|
732
655
|
type: "/google.protobuf.Declaration";
|
|
733
656
|
value: ExtensionRangeOptions_DeclarationAmino;
|
|
734
657
|
}
|
|
735
|
-
export interface ExtensionRangeOptions_DeclarationSDKType {
|
|
736
|
-
number: number;
|
|
737
|
-
full_name: string;
|
|
738
|
-
type: string;
|
|
739
|
-
reserved: boolean;
|
|
740
|
-
repeated: boolean;
|
|
741
|
-
}
|
|
742
658
|
/** Describes a field within a message. */
|
|
743
659
|
export interface FieldDescriptorProto {
|
|
744
660
|
name: string;
|
|
@@ -883,20 +799,6 @@ export interface FieldDescriptorProtoAminoMsg {
|
|
|
883
799
|
type: "/google.protobuf.FieldDescriptorProto";
|
|
884
800
|
value: FieldDescriptorProtoAmino;
|
|
885
801
|
}
|
|
886
|
-
/** Describes a field within a message. */
|
|
887
|
-
export interface FieldDescriptorProtoSDKType {
|
|
888
|
-
name: string;
|
|
889
|
-
number: number;
|
|
890
|
-
label: FieldDescriptorProto_Label;
|
|
891
|
-
type: FieldDescriptorProto_Type;
|
|
892
|
-
type_name: string;
|
|
893
|
-
extendee: string;
|
|
894
|
-
default_value: string;
|
|
895
|
-
oneof_index: number;
|
|
896
|
-
json_name: string;
|
|
897
|
-
options?: FieldOptionsSDKType;
|
|
898
|
-
proto3_optional: boolean;
|
|
899
|
-
}
|
|
900
802
|
/** Describes a oneof. */
|
|
901
803
|
export interface OneofDescriptorProto {
|
|
902
804
|
name: string;
|
|
@@ -915,11 +817,6 @@ export interface OneofDescriptorProtoAminoMsg {
|
|
|
915
817
|
type: "/google.protobuf.OneofDescriptorProto";
|
|
916
818
|
value: OneofDescriptorProtoAmino;
|
|
917
819
|
}
|
|
918
|
-
/** Describes a oneof. */
|
|
919
|
-
export interface OneofDescriptorProtoSDKType {
|
|
920
|
-
name: string;
|
|
921
|
-
options?: OneofOptionsSDKType;
|
|
922
|
-
}
|
|
923
820
|
/** Describes an enum type. */
|
|
924
821
|
export interface EnumDescriptorProto {
|
|
925
822
|
name: string;
|
|
@@ -966,15 +863,6 @@ export interface EnumDescriptorProtoAminoMsg {
|
|
|
966
863
|
type: "/google.protobuf.EnumDescriptorProto";
|
|
967
864
|
value: EnumDescriptorProtoAmino;
|
|
968
865
|
}
|
|
969
|
-
/** Describes an enum type. */
|
|
970
|
-
export interface EnumDescriptorProtoSDKType {
|
|
971
|
-
name: string;
|
|
972
|
-
value: EnumValueDescriptorProtoSDKType[];
|
|
973
|
-
options?: EnumOptionsSDKType;
|
|
974
|
-
reserved_range: EnumDescriptorProto_EnumReservedRangeSDKType[];
|
|
975
|
-
reserved_name: string[];
|
|
976
|
-
visibility: SymbolVisibility;
|
|
977
|
-
}
|
|
978
866
|
/**
|
|
979
867
|
* Range of reserved numeric values. Reserved values may not be used by
|
|
980
868
|
* entries in the same enum. Reserved ranges may not overlap.
|
|
@@ -1011,18 +899,6 @@ export interface EnumDescriptorProto_EnumReservedRangeAminoMsg {
|
|
|
1011
899
|
type: "/google.protobuf.EnumReservedRange";
|
|
1012
900
|
value: EnumDescriptorProto_EnumReservedRangeAmino;
|
|
1013
901
|
}
|
|
1014
|
-
/**
|
|
1015
|
-
* Range of reserved numeric values. Reserved values may not be used by
|
|
1016
|
-
* entries in the same enum. Reserved ranges may not overlap.
|
|
1017
|
-
*
|
|
1018
|
-
* Note that this is distinct from DescriptorProto.ReservedRange in that it
|
|
1019
|
-
* is inclusive such that it can appropriately represent the entire int32
|
|
1020
|
-
* domain.
|
|
1021
|
-
*/
|
|
1022
|
-
export interface EnumDescriptorProto_EnumReservedRangeSDKType {
|
|
1023
|
-
start: number;
|
|
1024
|
-
end: number;
|
|
1025
|
-
}
|
|
1026
902
|
/** Describes a value within an enum. */
|
|
1027
903
|
export interface EnumValueDescriptorProto {
|
|
1028
904
|
name: string;
|
|
@@ -1043,12 +919,6 @@ export interface EnumValueDescriptorProtoAminoMsg {
|
|
|
1043
919
|
type: "/google.protobuf.EnumValueDescriptorProto";
|
|
1044
920
|
value: EnumValueDescriptorProtoAmino;
|
|
1045
921
|
}
|
|
1046
|
-
/** Describes a value within an enum. */
|
|
1047
|
-
export interface EnumValueDescriptorProtoSDKType {
|
|
1048
|
-
name: string;
|
|
1049
|
-
number: number;
|
|
1050
|
-
options?: EnumValueOptionsSDKType;
|
|
1051
|
-
}
|
|
1052
922
|
/** Describes a service. */
|
|
1053
923
|
export interface ServiceDescriptorProto {
|
|
1054
924
|
name: string;
|
|
@@ -1069,12 +939,6 @@ export interface ServiceDescriptorProtoAminoMsg {
|
|
|
1069
939
|
type: "/google.protobuf.ServiceDescriptorProto";
|
|
1070
940
|
value: ServiceDescriptorProtoAmino;
|
|
1071
941
|
}
|
|
1072
|
-
/** Describes a service. */
|
|
1073
|
-
export interface ServiceDescriptorProtoSDKType {
|
|
1074
|
-
name: string;
|
|
1075
|
-
method: MethodDescriptorProtoSDKType[];
|
|
1076
|
-
options?: ServiceOptionsSDKType;
|
|
1077
|
-
}
|
|
1078
942
|
/** Describes a method of a service. */
|
|
1079
943
|
export interface MethodDescriptorProto {
|
|
1080
944
|
name: string;
|
|
@@ -1113,15 +977,6 @@ export interface MethodDescriptorProtoAminoMsg {
|
|
|
1113
977
|
type: "/google.protobuf.MethodDescriptorProto";
|
|
1114
978
|
value: MethodDescriptorProtoAmino;
|
|
1115
979
|
}
|
|
1116
|
-
/** Describes a method of a service. */
|
|
1117
|
-
export interface MethodDescriptorProtoSDKType {
|
|
1118
|
-
name: string;
|
|
1119
|
-
input_type: string;
|
|
1120
|
-
output_type: string;
|
|
1121
|
-
options?: MethodOptionsSDKType;
|
|
1122
|
-
client_streaming: boolean;
|
|
1123
|
-
server_streaming: boolean;
|
|
1124
|
-
}
|
|
1125
980
|
export interface FileOptions {
|
|
1126
981
|
/**
|
|
1127
982
|
* Sets the Java package where classes generated from this .proto will be
|
|
@@ -1384,30 +1239,6 @@ export interface FileOptionsAminoMsg {
|
|
|
1384
1239
|
type: "/google.protobuf.FileOptions";
|
|
1385
1240
|
value: FileOptionsAmino;
|
|
1386
1241
|
}
|
|
1387
|
-
export interface FileOptionsSDKType {
|
|
1388
|
-
java_package: string;
|
|
1389
|
-
java_outer_classname: string;
|
|
1390
|
-
java_multiple_files: boolean;
|
|
1391
|
-
/** @deprecated */
|
|
1392
|
-
java_generate_equals_and_hash: boolean;
|
|
1393
|
-
java_string_check_utf8: boolean;
|
|
1394
|
-
optimize_for: FileOptions_OptimizeMode;
|
|
1395
|
-
go_package: string;
|
|
1396
|
-
cc_generic_services: boolean;
|
|
1397
|
-
java_generic_services: boolean;
|
|
1398
|
-
py_generic_services: boolean;
|
|
1399
|
-
deprecated: boolean;
|
|
1400
|
-
cc_enable_arenas: boolean;
|
|
1401
|
-
objc_class_prefix: string;
|
|
1402
|
-
csharp_namespace: string;
|
|
1403
|
-
swift_prefix: string;
|
|
1404
|
-
php_class_prefix: string;
|
|
1405
|
-
php_namespace: string;
|
|
1406
|
-
php_metadata_namespace: string;
|
|
1407
|
-
ruby_package: string;
|
|
1408
|
-
features?: FeatureSetSDKType;
|
|
1409
|
-
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
1410
|
-
}
|
|
1411
1242
|
export interface MessageOptions {
|
|
1412
1243
|
/**
|
|
1413
1244
|
* Set true to use the old proto1 MessageSet wire format for extensions.
|
|
@@ -1582,16 +1413,6 @@ export interface MessageOptionsAminoMsg {
|
|
|
1582
1413
|
type: "/google.protobuf.MessageOptions";
|
|
1583
1414
|
value: MessageOptionsAmino;
|
|
1584
1415
|
}
|
|
1585
|
-
export interface MessageOptionsSDKType {
|
|
1586
|
-
message_set_wire_format: boolean;
|
|
1587
|
-
no_standard_descriptor_accessor: boolean;
|
|
1588
|
-
deprecated: boolean;
|
|
1589
|
-
map_entry: boolean;
|
|
1590
|
-
/** @deprecated */
|
|
1591
|
-
deprecated_legacy_json_field_conflicts: boolean;
|
|
1592
|
-
features?: FeatureSetSDKType;
|
|
1593
|
-
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
1594
|
-
}
|
|
1595
1416
|
export interface FieldOptions {
|
|
1596
1417
|
/**
|
|
1597
1418
|
* NOTE: ctype is deprecated. Use `features.(pb.cpp).string_type` instead.
|
|
@@ -1796,23 +1617,6 @@ export interface FieldOptionsAminoMsg {
|
|
|
1796
1617
|
type: "/google.protobuf.FieldOptions";
|
|
1797
1618
|
value: FieldOptionsAmino;
|
|
1798
1619
|
}
|
|
1799
|
-
export interface FieldOptionsSDKType {
|
|
1800
|
-
ctype: FieldOptions_CType;
|
|
1801
|
-
packed: boolean;
|
|
1802
|
-
jstype: FieldOptions_JSType;
|
|
1803
|
-
lazy: boolean;
|
|
1804
|
-
unverified_lazy: boolean;
|
|
1805
|
-
deprecated: boolean;
|
|
1806
|
-
/** @deprecated */
|
|
1807
|
-
weak: boolean;
|
|
1808
|
-
debug_redact: boolean;
|
|
1809
|
-
retention: FieldOptions_OptionRetention;
|
|
1810
|
-
targets: FieldOptions_OptionTargetType[];
|
|
1811
|
-
edition_defaults: FieldOptions_EditionDefaultSDKType[];
|
|
1812
|
-
features?: FeatureSetSDKType;
|
|
1813
|
-
feature_support?: FieldOptions_FeatureSupportSDKType;
|
|
1814
|
-
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
1815
|
-
}
|
|
1816
1620
|
export interface FieldOptions_EditionDefault {
|
|
1817
1621
|
edition: Edition;
|
|
1818
1622
|
/** Textproto value. */
|
|
@@ -1831,10 +1635,6 @@ export interface FieldOptions_EditionDefaultAminoMsg {
|
|
|
1831
1635
|
type: "/google.protobuf.EditionDefault";
|
|
1832
1636
|
value: FieldOptions_EditionDefaultAmino;
|
|
1833
1637
|
}
|
|
1834
|
-
export interface FieldOptions_EditionDefaultSDKType {
|
|
1835
|
-
edition: Edition;
|
|
1836
|
-
value: string;
|
|
1837
|
-
}
|
|
1838
1638
|
/** Information about the support window of a feature. */
|
|
1839
1639
|
export interface FieldOptions_FeatureSupport {
|
|
1840
1640
|
/**
|
|
@@ -1893,13 +1693,6 @@ export interface FieldOptions_FeatureSupportAminoMsg {
|
|
|
1893
1693
|
type: "/google.protobuf.FeatureSupport";
|
|
1894
1694
|
value: FieldOptions_FeatureSupportAmino;
|
|
1895
1695
|
}
|
|
1896
|
-
/** Information about the support window of a feature. */
|
|
1897
|
-
export interface FieldOptions_FeatureSupportSDKType {
|
|
1898
|
-
edition_introduced: Edition;
|
|
1899
|
-
edition_deprecated: Edition;
|
|
1900
|
-
deprecation_warning: string;
|
|
1901
|
-
edition_removed: Edition;
|
|
1902
|
-
}
|
|
1903
1696
|
export interface OneofOptions {
|
|
1904
1697
|
/**
|
|
1905
1698
|
* Any features defined in the specific edition.
|
|
@@ -1930,10 +1723,6 @@ export interface OneofOptionsAminoMsg {
|
|
|
1930
1723
|
type: "/google.protobuf.OneofOptions";
|
|
1931
1724
|
value: OneofOptionsAmino;
|
|
1932
1725
|
}
|
|
1933
|
-
export interface OneofOptionsSDKType {
|
|
1934
|
-
features?: FeatureSetSDKType;
|
|
1935
|
-
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
1936
|
-
}
|
|
1937
1726
|
export interface EnumOptions {
|
|
1938
1727
|
/**
|
|
1939
1728
|
* Set this option to true to allow mapping different tag names to the same
|
|
@@ -2008,14 +1797,6 @@ export interface EnumOptionsAminoMsg {
|
|
|
2008
1797
|
type: "/google.protobuf.EnumOptions";
|
|
2009
1798
|
value: EnumOptionsAmino;
|
|
2010
1799
|
}
|
|
2011
|
-
export interface EnumOptionsSDKType {
|
|
2012
|
-
allow_alias: boolean;
|
|
2013
|
-
deprecated: boolean;
|
|
2014
|
-
/** @deprecated */
|
|
2015
|
-
deprecated_legacy_json_field_conflicts: boolean;
|
|
2016
|
-
features?: FeatureSetSDKType;
|
|
2017
|
-
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
2018
|
-
}
|
|
2019
1800
|
export interface EnumValueOptions {
|
|
2020
1801
|
/**
|
|
2021
1802
|
* Is this enum value deprecated?
|
|
@@ -2076,13 +1857,6 @@ export interface EnumValueOptionsAminoMsg {
|
|
|
2076
1857
|
type: "/google.protobuf.EnumValueOptions";
|
|
2077
1858
|
value: EnumValueOptionsAmino;
|
|
2078
1859
|
}
|
|
2079
|
-
export interface EnumValueOptionsSDKType {
|
|
2080
|
-
deprecated: boolean;
|
|
2081
|
-
features?: FeatureSetSDKType;
|
|
2082
|
-
debug_redact: boolean;
|
|
2083
|
-
feature_support?: FieldOptions_FeatureSupportSDKType;
|
|
2084
|
-
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
2085
|
-
}
|
|
2086
1860
|
export interface ServiceOptions {
|
|
2087
1861
|
/**
|
|
2088
1862
|
* Any features defined in the specific edition.
|
|
@@ -2127,11 +1901,6 @@ export interface ServiceOptionsAminoMsg {
|
|
|
2127
1901
|
type: "/google.protobuf.ServiceOptions";
|
|
2128
1902
|
value: ServiceOptionsAmino;
|
|
2129
1903
|
}
|
|
2130
|
-
export interface ServiceOptionsSDKType {
|
|
2131
|
-
features?: FeatureSetSDKType;
|
|
2132
|
-
deprecated: boolean;
|
|
2133
|
-
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
2134
|
-
}
|
|
2135
1904
|
export interface MethodOptions {
|
|
2136
1905
|
/**
|
|
2137
1906
|
* Is this method deprecated?
|
|
@@ -2178,12 +1947,6 @@ export interface MethodOptionsAminoMsg {
|
|
|
2178
1947
|
type: "/google.protobuf.MethodOptions";
|
|
2179
1948
|
value: MethodOptionsAmino;
|
|
2180
1949
|
}
|
|
2181
|
-
export interface MethodOptionsSDKType {
|
|
2182
|
-
deprecated: boolean;
|
|
2183
|
-
idempotency_level: MethodOptions_IdempotencyLevel;
|
|
2184
|
-
features?: FeatureSetSDKType;
|
|
2185
|
-
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
2186
|
-
}
|
|
2187
1950
|
/**
|
|
2188
1951
|
* A message representing a option the parser does not recognize. This only
|
|
2189
1952
|
* appears in options protos created by the compiler::Parser class.
|
|
@@ -2234,23 +1997,6 @@ export interface UninterpretedOptionAminoMsg {
|
|
|
2234
1997
|
type: "/google.protobuf.UninterpretedOption";
|
|
2235
1998
|
value: UninterpretedOptionAmino;
|
|
2236
1999
|
}
|
|
2237
|
-
/**
|
|
2238
|
-
* A message representing a option the parser does not recognize. This only
|
|
2239
|
-
* appears in options protos created by the compiler::Parser class.
|
|
2240
|
-
* DescriptorPool resolves these when building Descriptor objects. Therefore,
|
|
2241
|
-
* options protos in descriptor objects (e.g. returned by Descriptor::options(),
|
|
2242
|
-
* or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
|
|
2243
|
-
* in them.
|
|
2244
|
-
*/
|
|
2245
|
-
export interface UninterpretedOptionSDKType {
|
|
2246
|
-
name: UninterpretedOption_NamePartSDKType[];
|
|
2247
|
-
identifier_value: string;
|
|
2248
|
-
positive_int_value: bigint;
|
|
2249
|
-
negative_int_value: bigint;
|
|
2250
|
-
double_value: number;
|
|
2251
|
-
string_value: Uint8Array;
|
|
2252
|
-
aggregate_value: string;
|
|
2253
|
-
}
|
|
2254
2000
|
/**
|
|
2255
2001
|
* The name of the uninterpreted option. Each string represents a segment in
|
|
2256
2002
|
* a dot-separated name. is_extension is true iff a segment represents an
|
|
@@ -2281,17 +2027,6 @@ export interface UninterpretedOption_NamePartAminoMsg {
|
|
|
2281
2027
|
type: "/google.protobuf.NamePart";
|
|
2282
2028
|
value: UninterpretedOption_NamePartAmino;
|
|
2283
2029
|
}
|
|
2284
|
-
/**
|
|
2285
|
-
* The name of the uninterpreted option. Each string represents a segment in
|
|
2286
|
-
* a dot-separated name. is_extension is true iff a segment represents an
|
|
2287
|
-
* extension (denoted with parentheses in options specs in .proto files).
|
|
2288
|
-
* E.g.,{ ["foo", false], ["bar.baz", true], ["moo", false] } represents
|
|
2289
|
-
* "foo.(bar.baz).moo".
|
|
2290
|
-
*/
|
|
2291
|
-
export interface UninterpretedOption_NamePartSDKType {
|
|
2292
|
-
name_part: string;
|
|
2293
|
-
is_extension: boolean;
|
|
2294
|
-
}
|
|
2295
2030
|
/**
|
|
2296
2031
|
* TODO Enums in C++ gencode (and potentially other languages) are
|
|
2297
2032
|
* not well scoped. This means that each of the feature enums below can clash
|
|
@@ -2334,23 +2069,6 @@ export interface FeatureSetAminoMsg {
|
|
|
2334
2069
|
type: "/google.protobuf.FeatureSet";
|
|
2335
2070
|
value: FeatureSetAmino;
|
|
2336
2071
|
}
|
|
2337
|
-
/**
|
|
2338
|
-
* TODO Enums in C++ gencode (and potentially other languages) are
|
|
2339
|
-
* not well scoped. This means that each of the feature enums below can clash
|
|
2340
|
-
* with each other. The short names we've chosen maximize call-site
|
|
2341
|
-
* readability, but leave us very open to this scenario. A future feature will
|
|
2342
|
-
* be designed and implemented to handle this, hopefully before we ever hit a
|
|
2343
|
-
* conflict here.
|
|
2344
|
-
*/
|
|
2345
|
-
export interface FeatureSetSDKType {
|
|
2346
|
-
field_presence: FeatureSet_FieldPresence;
|
|
2347
|
-
enum_type: FeatureSet_EnumType;
|
|
2348
|
-
repeated_field_encoding: FeatureSet_RepeatedFieldEncoding;
|
|
2349
|
-
utf8_validation: FeatureSet_Utf8Validation;
|
|
2350
|
-
message_encoding: FeatureSet_MessageEncoding;
|
|
2351
|
-
json_format: FeatureSet_JsonFormat;
|
|
2352
|
-
enforce_naming_style: FeatureSet_EnforceNamingStyle;
|
|
2353
|
-
}
|
|
2354
2072
|
export interface FeatureSet_VisibilityFeature {
|
|
2355
2073
|
}
|
|
2356
2074
|
export interface FeatureSet_VisibilityFeatureProtoMsg {
|
|
@@ -2363,8 +2081,6 @@ export interface FeatureSet_VisibilityFeatureAminoMsg {
|
|
|
2363
2081
|
type: "/google.protobuf.VisibilityFeature";
|
|
2364
2082
|
value: FeatureSet_VisibilityFeatureAmino;
|
|
2365
2083
|
}
|
|
2366
|
-
export interface FeatureSet_VisibilityFeatureSDKType {
|
|
2367
|
-
}
|
|
2368
2084
|
/**
|
|
2369
2085
|
* A compiled specification for the defaults of a set of features. These
|
|
2370
2086
|
* messages are generated from FeatureSet extensions and can be used to seed
|
|
@@ -2411,17 +2127,6 @@ export interface FeatureSetDefaultsAminoMsg {
|
|
|
2411
2127
|
type: "/google.protobuf.FeatureSetDefaults";
|
|
2412
2128
|
value: FeatureSetDefaultsAmino;
|
|
2413
2129
|
}
|
|
2414
|
-
/**
|
|
2415
|
-
* A compiled specification for the defaults of a set of features. These
|
|
2416
|
-
* messages are generated from FeatureSet extensions and can be used to seed
|
|
2417
|
-
* feature resolution. The resolution with this object becomes a simple search
|
|
2418
|
-
* for the closest matching edition, followed by proto merges.
|
|
2419
|
-
*/
|
|
2420
|
-
export interface FeatureSetDefaultsSDKType {
|
|
2421
|
-
defaults: FeatureSetDefaults_FeatureSetEditionDefaultSDKType[];
|
|
2422
|
-
minimum_edition: Edition;
|
|
2423
|
-
maximum_edition: Edition;
|
|
2424
|
-
}
|
|
2425
2130
|
/**
|
|
2426
2131
|
* A map from every known edition with a unique set of defaults to its
|
|
2427
2132
|
* defaults. Not all editions may be contained here. For a given edition,
|
|
@@ -2456,17 +2161,6 @@ export interface FeatureSetDefaults_FeatureSetEditionDefaultAminoMsg {
|
|
|
2456
2161
|
type: "/google.protobuf.FeatureSetEditionDefault";
|
|
2457
2162
|
value: FeatureSetDefaults_FeatureSetEditionDefaultAmino;
|
|
2458
2163
|
}
|
|
2459
|
-
/**
|
|
2460
|
-
* A map from every known edition with a unique set of defaults to its
|
|
2461
|
-
* defaults. Not all editions may be contained here. For a given edition,
|
|
2462
|
-
* the defaults at the closest matching edition ordered at or before it should
|
|
2463
|
-
* be used. This field must be in strict ascending order by edition.
|
|
2464
|
-
*/
|
|
2465
|
-
export interface FeatureSetDefaults_FeatureSetEditionDefaultSDKType {
|
|
2466
|
-
edition: Edition;
|
|
2467
|
-
overridable_features?: FeatureSetSDKType;
|
|
2468
|
-
fixed_features?: FeatureSetSDKType;
|
|
2469
|
-
}
|
|
2470
2164
|
/**
|
|
2471
2165
|
* Encapsulates information about the original source file from which a
|
|
2472
2166
|
* FileDescriptorProto was generated.
|
|
@@ -2579,13 +2273,6 @@ export interface SourceCodeInfoAminoMsg {
|
|
|
2579
2273
|
type: "/google.protobuf.SourceCodeInfo";
|
|
2580
2274
|
value: SourceCodeInfoAmino;
|
|
2581
2275
|
}
|
|
2582
|
-
/**
|
|
2583
|
-
* Encapsulates information about the original source file from which a
|
|
2584
|
-
* FileDescriptorProto was generated.
|
|
2585
|
-
*/
|
|
2586
|
-
export interface SourceCodeInfoSDKType {
|
|
2587
|
-
location: SourceCodeInfo_LocationSDKType[];
|
|
2588
|
-
}
|
|
2589
2276
|
export interface SourceCodeInfo_Location {
|
|
2590
2277
|
/**
|
|
2591
2278
|
* Identifies which part of the FileDescriptorProto was defined at this
|
|
@@ -2770,13 +2457,6 @@ export interface SourceCodeInfo_LocationAminoMsg {
|
|
|
2770
2457
|
type: "/google.protobuf.Location";
|
|
2771
2458
|
value: SourceCodeInfo_LocationAmino;
|
|
2772
2459
|
}
|
|
2773
|
-
export interface SourceCodeInfo_LocationSDKType {
|
|
2774
|
-
path: number[];
|
|
2775
|
-
span: number[];
|
|
2776
|
-
leading_comments: string;
|
|
2777
|
-
trailing_comments: string;
|
|
2778
|
-
leading_detached_comments: string[];
|
|
2779
|
-
}
|
|
2780
2460
|
/**
|
|
2781
2461
|
* Describes the relationship between generated code and its original source
|
|
2782
2462
|
* file. A GeneratedCodeInfo message is associated with only one generated
|
|
@@ -2809,14 +2489,6 @@ export interface GeneratedCodeInfoAminoMsg {
|
|
|
2809
2489
|
type: "/google.protobuf.GeneratedCodeInfo";
|
|
2810
2490
|
value: GeneratedCodeInfoAmino;
|
|
2811
2491
|
}
|
|
2812
|
-
/**
|
|
2813
|
-
* Describes the relationship between generated code and its original source
|
|
2814
|
-
* file. A GeneratedCodeInfo message is associated with only one generated
|
|
2815
|
-
* source file, but may contain references to different source .proto files.
|
|
2816
|
-
*/
|
|
2817
|
-
export interface GeneratedCodeInfoSDKType {
|
|
2818
|
-
annotation: GeneratedCodeInfo_AnnotationSDKType[];
|
|
2819
|
-
}
|
|
2820
2492
|
export interface GeneratedCodeInfo_Annotation {
|
|
2821
2493
|
/**
|
|
2822
2494
|
* Identifies the element in the original source .proto file. This field
|
|
@@ -2867,18 +2539,11 @@ export interface GeneratedCodeInfo_AnnotationAminoMsg {
|
|
|
2867
2539
|
type: "/google.protobuf.Annotation";
|
|
2868
2540
|
value: GeneratedCodeInfo_AnnotationAmino;
|
|
2869
2541
|
}
|
|
2870
|
-
export interface GeneratedCodeInfo_AnnotationSDKType {
|
|
2871
|
-
path: number[];
|
|
2872
|
-
source_file: string;
|
|
2873
|
-
begin: number;
|
|
2874
|
-
end: number;
|
|
2875
|
-
semantic: GeneratedCodeInfo_Annotation_Semantic;
|
|
2876
|
-
}
|
|
2877
2542
|
export declare const FileDescriptorSet: {
|
|
2878
2543
|
typeUrl: string;
|
|
2879
2544
|
encode(message: FileDescriptorSet, writer?: BinaryWriter): BinaryWriter;
|
|
2880
2545
|
decode(input: BinaryReader | Uint8Array, length?: number): FileDescriptorSet;
|
|
2881
|
-
fromPartial(object:
|
|
2546
|
+
fromPartial(object: DeepPartial<FileDescriptorSet>): FileDescriptorSet;
|
|
2882
2547
|
fromAmino(object: FileDescriptorSetAmino): FileDescriptorSet;
|
|
2883
2548
|
toAmino(message: FileDescriptorSet): FileDescriptorSetAmino;
|
|
2884
2549
|
fromAminoMsg(object: FileDescriptorSetAminoMsg): FileDescriptorSet;
|
|
@@ -2890,7 +2555,7 @@ export declare const FileDescriptorProto: {
|
|
|
2890
2555
|
typeUrl: string;
|
|
2891
2556
|
encode(message: FileDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2892
2557
|
decode(input: BinaryReader | Uint8Array, length?: number): FileDescriptorProto;
|
|
2893
|
-
fromPartial(object:
|
|
2558
|
+
fromPartial(object: DeepPartial<FileDescriptorProto>): FileDescriptorProto;
|
|
2894
2559
|
fromAmino(object: FileDescriptorProtoAmino): FileDescriptorProto;
|
|
2895
2560
|
toAmino(message: FileDescriptorProto): FileDescriptorProtoAmino;
|
|
2896
2561
|
fromAminoMsg(object: FileDescriptorProtoAminoMsg): FileDescriptorProto;
|
|
@@ -2902,7 +2567,7 @@ export declare const DescriptorProto: {
|
|
|
2902
2567
|
typeUrl: string;
|
|
2903
2568
|
encode(message: DescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2904
2569
|
decode(input: BinaryReader | Uint8Array, length?: number): DescriptorProto;
|
|
2905
|
-
fromPartial(object:
|
|
2570
|
+
fromPartial(object: DeepPartial<DescriptorProto>): DescriptorProto;
|
|
2906
2571
|
fromAmino(object: DescriptorProtoAmino): DescriptorProto;
|
|
2907
2572
|
toAmino(message: DescriptorProto): DescriptorProtoAmino;
|
|
2908
2573
|
fromAminoMsg(object: DescriptorProtoAminoMsg): DescriptorProto;
|
|
@@ -2914,7 +2579,7 @@ export declare const DescriptorProto_ExtensionRange: {
|
|
|
2914
2579
|
typeUrl: string;
|
|
2915
2580
|
encode(message: DescriptorProto_ExtensionRange, writer?: BinaryWriter): BinaryWriter;
|
|
2916
2581
|
decode(input: BinaryReader | Uint8Array, length?: number): DescriptorProto_ExtensionRange;
|
|
2917
|
-
fromPartial(object:
|
|
2582
|
+
fromPartial(object: DeepPartial<DescriptorProto_ExtensionRange>): DescriptorProto_ExtensionRange;
|
|
2918
2583
|
fromAmino(object: DescriptorProto_ExtensionRangeAmino): DescriptorProto_ExtensionRange;
|
|
2919
2584
|
toAmino(message: DescriptorProto_ExtensionRange): DescriptorProto_ExtensionRangeAmino;
|
|
2920
2585
|
fromAminoMsg(object: DescriptorProto_ExtensionRangeAminoMsg): DescriptorProto_ExtensionRange;
|
|
@@ -2926,7 +2591,7 @@ export declare const DescriptorProto_ReservedRange: {
|
|
|
2926
2591
|
typeUrl: string;
|
|
2927
2592
|
encode(message: DescriptorProto_ReservedRange, writer?: BinaryWriter): BinaryWriter;
|
|
2928
2593
|
decode(input: BinaryReader | Uint8Array, length?: number): DescriptorProto_ReservedRange;
|
|
2929
|
-
fromPartial(object:
|
|
2594
|
+
fromPartial(object: DeepPartial<DescriptorProto_ReservedRange>): DescriptorProto_ReservedRange;
|
|
2930
2595
|
fromAmino(object: DescriptorProto_ReservedRangeAmino): DescriptorProto_ReservedRange;
|
|
2931
2596
|
toAmino(message: DescriptorProto_ReservedRange): DescriptorProto_ReservedRangeAmino;
|
|
2932
2597
|
fromAminoMsg(object: DescriptorProto_ReservedRangeAminoMsg): DescriptorProto_ReservedRange;
|
|
@@ -2938,7 +2603,7 @@ export declare const ExtensionRangeOptions: {
|
|
|
2938
2603
|
typeUrl: string;
|
|
2939
2604
|
encode(message: ExtensionRangeOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2940
2605
|
decode(input: BinaryReader | Uint8Array, length?: number): ExtensionRangeOptions;
|
|
2941
|
-
fromPartial(object:
|
|
2606
|
+
fromPartial(object: DeepPartial<ExtensionRangeOptions>): ExtensionRangeOptions;
|
|
2942
2607
|
fromAmino(object: ExtensionRangeOptionsAmino): ExtensionRangeOptions;
|
|
2943
2608
|
toAmino(message: ExtensionRangeOptions): ExtensionRangeOptionsAmino;
|
|
2944
2609
|
fromAminoMsg(object: ExtensionRangeOptionsAminoMsg): ExtensionRangeOptions;
|
|
@@ -2950,7 +2615,7 @@ export declare const ExtensionRangeOptions_Declaration: {
|
|
|
2950
2615
|
typeUrl: string;
|
|
2951
2616
|
encode(message: ExtensionRangeOptions_Declaration, writer?: BinaryWriter): BinaryWriter;
|
|
2952
2617
|
decode(input: BinaryReader | Uint8Array, length?: number): ExtensionRangeOptions_Declaration;
|
|
2953
|
-
fromPartial(object:
|
|
2618
|
+
fromPartial(object: DeepPartial<ExtensionRangeOptions_Declaration>): ExtensionRangeOptions_Declaration;
|
|
2954
2619
|
fromAmino(object: ExtensionRangeOptions_DeclarationAmino): ExtensionRangeOptions_Declaration;
|
|
2955
2620
|
toAmino(message: ExtensionRangeOptions_Declaration): ExtensionRangeOptions_DeclarationAmino;
|
|
2956
2621
|
fromAminoMsg(object: ExtensionRangeOptions_DeclarationAminoMsg): ExtensionRangeOptions_Declaration;
|
|
@@ -2962,7 +2627,7 @@ export declare const FieldDescriptorProto: {
|
|
|
2962
2627
|
typeUrl: string;
|
|
2963
2628
|
encode(message: FieldDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2964
2629
|
decode(input: BinaryReader | Uint8Array, length?: number): FieldDescriptorProto;
|
|
2965
|
-
fromPartial(object:
|
|
2630
|
+
fromPartial(object: DeepPartial<FieldDescriptorProto>): FieldDescriptorProto;
|
|
2966
2631
|
fromAmino(object: FieldDescriptorProtoAmino): FieldDescriptorProto;
|
|
2967
2632
|
toAmino(message: FieldDescriptorProto): FieldDescriptorProtoAmino;
|
|
2968
2633
|
fromAminoMsg(object: FieldDescriptorProtoAminoMsg): FieldDescriptorProto;
|
|
@@ -2974,7 +2639,7 @@ export declare const OneofDescriptorProto: {
|
|
|
2974
2639
|
typeUrl: string;
|
|
2975
2640
|
encode(message: OneofDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2976
2641
|
decode(input: BinaryReader | Uint8Array, length?: number): OneofDescriptorProto;
|
|
2977
|
-
fromPartial(object:
|
|
2642
|
+
fromPartial(object: DeepPartial<OneofDescriptorProto>): OneofDescriptorProto;
|
|
2978
2643
|
fromAmino(object: OneofDescriptorProtoAmino): OneofDescriptorProto;
|
|
2979
2644
|
toAmino(message: OneofDescriptorProto): OneofDescriptorProtoAmino;
|
|
2980
2645
|
fromAminoMsg(object: OneofDescriptorProtoAminoMsg): OneofDescriptorProto;
|
|
@@ -2986,7 +2651,7 @@ export declare const EnumDescriptorProto: {
|
|
|
2986
2651
|
typeUrl: string;
|
|
2987
2652
|
encode(message: EnumDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2988
2653
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumDescriptorProto;
|
|
2989
|
-
fromPartial(object:
|
|
2654
|
+
fromPartial(object: DeepPartial<EnumDescriptorProto>): EnumDescriptorProto;
|
|
2990
2655
|
fromAmino(object: EnumDescriptorProtoAmino): EnumDescriptorProto;
|
|
2991
2656
|
toAmino(message: EnumDescriptorProto): EnumDescriptorProtoAmino;
|
|
2992
2657
|
fromAminoMsg(object: EnumDescriptorProtoAminoMsg): EnumDescriptorProto;
|
|
@@ -2998,7 +2663,7 @@ export declare const EnumDescriptorProto_EnumReservedRange: {
|
|
|
2998
2663
|
typeUrl: string;
|
|
2999
2664
|
encode(message: EnumDescriptorProto_EnumReservedRange, writer?: BinaryWriter): BinaryWriter;
|
|
3000
2665
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumDescriptorProto_EnumReservedRange;
|
|
3001
|
-
fromPartial(object:
|
|
2666
|
+
fromPartial(object: DeepPartial<EnumDescriptorProto_EnumReservedRange>): EnumDescriptorProto_EnumReservedRange;
|
|
3002
2667
|
fromAmino(object: EnumDescriptorProto_EnumReservedRangeAmino): EnumDescriptorProto_EnumReservedRange;
|
|
3003
2668
|
toAmino(message: EnumDescriptorProto_EnumReservedRange): EnumDescriptorProto_EnumReservedRangeAmino;
|
|
3004
2669
|
fromAminoMsg(object: EnumDescriptorProto_EnumReservedRangeAminoMsg): EnumDescriptorProto_EnumReservedRange;
|
|
@@ -3010,7 +2675,7 @@ export declare const EnumValueDescriptorProto: {
|
|
|
3010
2675
|
typeUrl: string;
|
|
3011
2676
|
encode(message: EnumValueDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
3012
2677
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumValueDescriptorProto;
|
|
3013
|
-
fromPartial(object:
|
|
2678
|
+
fromPartial(object: DeepPartial<EnumValueDescriptorProto>): EnumValueDescriptorProto;
|
|
3014
2679
|
fromAmino(object: EnumValueDescriptorProtoAmino): EnumValueDescriptorProto;
|
|
3015
2680
|
toAmino(message: EnumValueDescriptorProto): EnumValueDescriptorProtoAmino;
|
|
3016
2681
|
fromAminoMsg(object: EnumValueDescriptorProtoAminoMsg): EnumValueDescriptorProto;
|
|
@@ -3022,7 +2687,7 @@ export declare const ServiceDescriptorProto: {
|
|
|
3022
2687
|
typeUrl: string;
|
|
3023
2688
|
encode(message: ServiceDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
3024
2689
|
decode(input: BinaryReader | Uint8Array, length?: number): ServiceDescriptorProto;
|
|
3025
|
-
fromPartial(object:
|
|
2690
|
+
fromPartial(object: DeepPartial<ServiceDescriptorProto>): ServiceDescriptorProto;
|
|
3026
2691
|
fromAmino(object: ServiceDescriptorProtoAmino): ServiceDescriptorProto;
|
|
3027
2692
|
toAmino(message: ServiceDescriptorProto): ServiceDescriptorProtoAmino;
|
|
3028
2693
|
fromAminoMsg(object: ServiceDescriptorProtoAminoMsg): ServiceDescriptorProto;
|
|
@@ -3034,7 +2699,7 @@ export declare const MethodDescriptorProto: {
|
|
|
3034
2699
|
typeUrl: string;
|
|
3035
2700
|
encode(message: MethodDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
3036
2701
|
decode(input: BinaryReader | Uint8Array, length?: number): MethodDescriptorProto;
|
|
3037
|
-
fromPartial(object:
|
|
2702
|
+
fromPartial(object: DeepPartial<MethodDescriptorProto>): MethodDescriptorProto;
|
|
3038
2703
|
fromAmino(object: MethodDescriptorProtoAmino): MethodDescriptorProto;
|
|
3039
2704
|
toAmino(message: MethodDescriptorProto): MethodDescriptorProtoAmino;
|
|
3040
2705
|
fromAminoMsg(object: MethodDescriptorProtoAminoMsg): MethodDescriptorProto;
|
|
@@ -3046,7 +2711,7 @@ export declare const FileOptions: {
|
|
|
3046
2711
|
typeUrl: string;
|
|
3047
2712
|
encode(message: FileOptions, writer?: BinaryWriter): BinaryWriter;
|
|
3048
2713
|
decode(input: BinaryReader | Uint8Array, length?: number): FileOptions;
|
|
3049
|
-
fromPartial(object:
|
|
2714
|
+
fromPartial(object: DeepPartial<FileOptions>): FileOptions;
|
|
3050
2715
|
fromAmino(object: FileOptionsAmino): FileOptions;
|
|
3051
2716
|
toAmino(message: FileOptions): FileOptionsAmino;
|
|
3052
2717
|
fromAminoMsg(object: FileOptionsAminoMsg): FileOptions;
|
|
@@ -3058,7 +2723,7 @@ export declare const MessageOptions: {
|
|
|
3058
2723
|
typeUrl: string;
|
|
3059
2724
|
encode(message: MessageOptions, writer?: BinaryWriter): BinaryWriter;
|
|
3060
2725
|
decode(input: BinaryReader | Uint8Array, length?: number): MessageOptions;
|
|
3061
|
-
fromPartial(object:
|
|
2726
|
+
fromPartial(object: DeepPartial<MessageOptions>): MessageOptions;
|
|
3062
2727
|
fromAmino(object: MessageOptionsAmino): MessageOptions;
|
|
3063
2728
|
toAmino(message: MessageOptions): MessageOptionsAmino;
|
|
3064
2729
|
fromAminoMsg(object: MessageOptionsAminoMsg): MessageOptions;
|
|
@@ -3070,7 +2735,7 @@ export declare const FieldOptions: {
|
|
|
3070
2735
|
typeUrl: string;
|
|
3071
2736
|
encode(message: FieldOptions, writer?: BinaryWriter): BinaryWriter;
|
|
3072
2737
|
decode(input: BinaryReader | Uint8Array, length?: number): FieldOptions;
|
|
3073
|
-
fromPartial(object:
|
|
2738
|
+
fromPartial(object: DeepPartial<FieldOptions>): FieldOptions;
|
|
3074
2739
|
fromAmino(object: FieldOptionsAmino): FieldOptions;
|
|
3075
2740
|
toAmino(message: FieldOptions): FieldOptionsAmino;
|
|
3076
2741
|
fromAminoMsg(object: FieldOptionsAminoMsg): FieldOptions;
|
|
@@ -3082,7 +2747,7 @@ export declare const FieldOptions_EditionDefault: {
|
|
|
3082
2747
|
typeUrl: string;
|
|
3083
2748
|
encode(message: FieldOptions_EditionDefault, writer?: BinaryWriter): BinaryWriter;
|
|
3084
2749
|
decode(input: BinaryReader | Uint8Array, length?: number): FieldOptions_EditionDefault;
|
|
3085
|
-
fromPartial(object:
|
|
2750
|
+
fromPartial(object: DeepPartial<FieldOptions_EditionDefault>): FieldOptions_EditionDefault;
|
|
3086
2751
|
fromAmino(object: FieldOptions_EditionDefaultAmino): FieldOptions_EditionDefault;
|
|
3087
2752
|
toAmino(message: FieldOptions_EditionDefault): FieldOptions_EditionDefaultAmino;
|
|
3088
2753
|
fromAminoMsg(object: FieldOptions_EditionDefaultAminoMsg): FieldOptions_EditionDefault;
|
|
@@ -3094,7 +2759,7 @@ export declare const FieldOptions_FeatureSupport: {
|
|
|
3094
2759
|
typeUrl: string;
|
|
3095
2760
|
encode(message: FieldOptions_FeatureSupport, writer?: BinaryWriter): BinaryWriter;
|
|
3096
2761
|
decode(input: BinaryReader | Uint8Array, length?: number): FieldOptions_FeatureSupport;
|
|
3097
|
-
fromPartial(object:
|
|
2762
|
+
fromPartial(object: DeepPartial<FieldOptions_FeatureSupport>): FieldOptions_FeatureSupport;
|
|
3098
2763
|
fromAmino(object: FieldOptions_FeatureSupportAmino): FieldOptions_FeatureSupport;
|
|
3099
2764
|
toAmino(message: FieldOptions_FeatureSupport): FieldOptions_FeatureSupportAmino;
|
|
3100
2765
|
fromAminoMsg(object: FieldOptions_FeatureSupportAminoMsg): FieldOptions_FeatureSupport;
|
|
@@ -3106,7 +2771,7 @@ export declare const OneofOptions: {
|
|
|
3106
2771
|
typeUrl: string;
|
|
3107
2772
|
encode(message: OneofOptions, writer?: BinaryWriter): BinaryWriter;
|
|
3108
2773
|
decode(input: BinaryReader | Uint8Array, length?: number): OneofOptions;
|
|
3109
|
-
fromPartial(object:
|
|
2774
|
+
fromPartial(object: DeepPartial<OneofOptions>): OneofOptions;
|
|
3110
2775
|
fromAmino(object: OneofOptionsAmino): OneofOptions;
|
|
3111
2776
|
toAmino(message: OneofOptions): OneofOptionsAmino;
|
|
3112
2777
|
fromAminoMsg(object: OneofOptionsAminoMsg): OneofOptions;
|
|
@@ -3118,7 +2783,7 @@ export declare const EnumOptions: {
|
|
|
3118
2783
|
typeUrl: string;
|
|
3119
2784
|
encode(message: EnumOptions, writer?: BinaryWriter): BinaryWriter;
|
|
3120
2785
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumOptions;
|
|
3121
|
-
fromPartial(object:
|
|
2786
|
+
fromPartial(object: DeepPartial<EnumOptions>): EnumOptions;
|
|
3122
2787
|
fromAmino(object: EnumOptionsAmino): EnumOptions;
|
|
3123
2788
|
toAmino(message: EnumOptions): EnumOptionsAmino;
|
|
3124
2789
|
fromAminoMsg(object: EnumOptionsAminoMsg): EnumOptions;
|
|
@@ -3130,7 +2795,7 @@ export declare const EnumValueOptions: {
|
|
|
3130
2795
|
typeUrl: string;
|
|
3131
2796
|
encode(message: EnumValueOptions, writer?: BinaryWriter): BinaryWriter;
|
|
3132
2797
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumValueOptions;
|
|
3133
|
-
fromPartial(object:
|
|
2798
|
+
fromPartial(object: DeepPartial<EnumValueOptions>): EnumValueOptions;
|
|
3134
2799
|
fromAmino(object: EnumValueOptionsAmino): EnumValueOptions;
|
|
3135
2800
|
toAmino(message: EnumValueOptions): EnumValueOptionsAmino;
|
|
3136
2801
|
fromAminoMsg(object: EnumValueOptionsAminoMsg): EnumValueOptions;
|
|
@@ -3142,7 +2807,7 @@ export declare const ServiceOptions: {
|
|
|
3142
2807
|
typeUrl: string;
|
|
3143
2808
|
encode(message: ServiceOptions, writer?: BinaryWriter): BinaryWriter;
|
|
3144
2809
|
decode(input: BinaryReader | Uint8Array, length?: number): ServiceOptions;
|
|
3145
|
-
fromPartial(object:
|
|
2810
|
+
fromPartial(object: DeepPartial<ServiceOptions>): ServiceOptions;
|
|
3146
2811
|
fromAmino(object: ServiceOptionsAmino): ServiceOptions;
|
|
3147
2812
|
toAmino(message: ServiceOptions): ServiceOptionsAmino;
|
|
3148
2813
|
fromAminoMsg(object: ServiceOptionsAminoMsg): ServiceOptions;
|
|
@@ -3154,7 +2819,7 @@ export declare const MethodOptions: {
|
|
|
3154
2819
|
typeUrl: string;
|
|
3155
2820
|
encode(message: MethodOptions, writer?: BinaryWriter): BinaryWriter;
|
|
3156
2821
|
decode(input: BinaryReader | Uint8Array, length?: number): MethodOptions;
|
|
3157
|
-
fromPartial(object:
|
|
2822
|
+
fromPartial(object: DeepPartial<MethodOptions>): MethodOptions;
|
|
3158
2823
|
fromAmino(object: MethodOptionsAmino): MethodOptions;
|
|
3159
2824
|
toAmino(message: MethodOptions): MethodOptionsAmino;
|
|
3160
2825
|
fromAminoMsg(object: MethodOptionsAminoMsg): MethodOptions;
|
|
@@ -3166,7 +2831,7 @@ export declare const UninterpretedOption: {
|
|
|
3166
2831
|
typeUrl: string;
|
|
3167
2832
|
encode(message: UninterpretedOption, writer?: BinaryWriter): BinaryWriter;
|
|
3168
2833
|
decode(input: BinaryReader | Uint8Array, length?: number): UninterpretedOption;
|
|
3169
|
-
fromPartial(object:
|
|
2834
|
+
fromPartial(object: DeepPartial<UninterpretedOption>): UninterpretedOption;
|
|
3170
2835
|
fromAmino(object: UninterpretedOptionAmino): UninterpretedOption;
|
|
3171
2836
|
toAmino(message: UninterpretedOption): UninterpretedOptionAmino;
|
|
3172
2837
|
fromAminoMsg(object: UninterpretedOptionAminoMsg): UninterpretedOption;
|
|
@@ -3178,7 +2843,7 @@ export declare const UninterpretedOption_NamePart: {
|
|
|
3178
2843
|
typeUrl: string;
|
|
3179
2844
|
encode(message: UninterpretedOption_NamePart, writer?: BinaryWriter): BinaryWriter;
|
|
3180
2845
|
decode(input: BinaryReader | Uint8Array, length?: number): UninterpretedOption_NamePart;
|
|
3181
|
-
fromPartial(object:
|
|
2846
|
+
fromPartial(object: DeepPartial<UninterpretedOption_NamePart>): UninterpretedOption_NamePart;
|
|
3182
2847
|
fromAmino(object: UninterpretedOption_NamePartAmino): UninterpretedOption_NamePart;
|
|
3183
2848
|
toAmino(message: UninterpretedOption_NamePart): UninterpretedOption_NamePartAmino;
|
|
3184
2849
|
fromAminoMsg(object: UninterpretedOption_NamePartAminoMsg): UninterpretedOption_NamePart;
|
|
@@ -3190,7 +2855,7 @@ export declare const FeatureSet: {
|
|
|
3190
2855
|
typeUrl: string;
|
|
3191
2856
|
encode(message: FeatureSet, writer?: BinaryWriter): BinaryWriter;
|
|
3192
2857
|
decode(input: BinaryReader | Uint8Array, length?: number): FeatureSet;
|
|
3193
|
-
fromPartial(object:
|
|
2858
|
+
fromPartial(object: DeepPartial<FeatureSet>): FeatureSet;
|
|
3194
2859
|
fromAmino(object: FeatureSetAmino): FeatureSet;
|
|
3195
2860
|
toAmino(message: FeatureSet): FeatureSetAmino;
|
|
3196
2861
|
fromAminoMsg(object: FeatureSetAminoMsg): FeatureSet;
|
|
@@ -3202,7 +2867,7 @@ export declare const FeatureSet_VisibilityFeature: {
|
|
|
3202
2867
|
typeUrl: string;
|
|
3203
2868
|
encode(_: FeatureSet_VisibilityFeature, writer?: BinaryWriter): BinaryWriter;
|
|
3204
2869
|
decode(input: BinaryReader | Uint8Array, length?: number): FeatureSet_VisibilityFeature;
|
|
3205
|
-
fromPartial(_:
|
|
2870
|
+
fromPartial(_: DeepPartial<FeatureSet_VisibilityFeature>): FeatureSet_VisibilityFeature;
|
|
3206
2871
|
fromAmino(_: FeatureSet_VisibilityFeatureAmino): FeatureSet_VisibilityFeature;
|
|
3207
2872
|
toAmino(_: FeatureSet_VisibilityFeature): FeatureSet_VisibilityFeatureAmino;
|
|
3208
2873
|
fromAminoMsg(object: FeatureSet_VisibilityFeatureAminoMsg): FeatureSet_VisibilityFeature;
|
|
@@ -3214,7 +2879,7 @@ export declare const FeatureSetDefaults: {
|
|
|
3214
2879
|
typeUrl: string;
|
|
3215
2880
|
encode(message: FeatureSetDefaults, writer?: BinaryWriter): BinaryWriter;
|
|
3216
2881
|
decode(input: BinaryReader | Uint8Array, length?: number): FeatureSetDefaults;
|
|
3217
|
-
fromPartial(object:
|
|
2882
|
+
fromPartial(object: DeepPartial<FeatureSetDefaults>): FeatureSetDefaults;
|
|
3218
2883
|
fromAmino(object: FeatureSetDefaultsAmino): FeatureSetDefaults;
|
|
3219
2884
|
toAmino(message: FeatureSetDefaults): FeatureSetDefaultsAmino;
|
|
3220
2885
|
fromAminoMsg(object: FeatureSetDefaultsAminoMsg): FeatureSetDefaults;
|
|
@@ -3226,7 +2891,7 @@ export declare const FeatureSetDefaults_FeatureSetEditionDefault: {
|
|
|
3226
2891
|
typeUrl: string;
|
|
3227
2892
|
encode(message: FeatureSetDefaults_FeatureSetEditionDefault, writer?: BinaryWriter): BinaryWriter;
|
|
3228
2893
|
decode(input: BinaryReader | Uint8Array, length?: number): FeatureSetDefaults_FeatureSetEditionDefault;
|
|
3229
|
-
fromPartial(object:
|
|
2894
|
+
fromPartial(object: DeepPartial<FeatureSetDefaults_FeatureSetEditionDefault>): FeatureSetDefaults_FeatureSetEditionDefault;
|
|
3230
2895
|
fromAmino(object: FeatureSetDefaults_FeatureSetEditionDefaultAmino): FeatureSetDefaults_FeatureSetEditionDefault;
|
|
3231
2896
|
toAmino(message: FeatureSetDefaults_FeatureSetEditionDefault): FeatureSetDefaults_FeatureSetEditionDefaultAmino;
|
|
3232
2897
|
fromAminoMsg(object: FeatureSetDefaults_FeatureSetEditionDefaultAminoMsg): FeatureSetDefaults_FeatureSetEditionDefault;
|
|
@@ -3238,7 +2903,7 @@ export declare const SourceCodeInfo: {
|
|
|
3238
2903
|
typeUrl: string;
|
|
3239
2904
|
encode(message: SourceCodeInfo, writer?: BinaryWriter): BinaryWriter;
|
|
3240
2905
|
decode(input: BinaryReader | Uint8Array, length?: number): SourceCodeInfo;
|
|
3241
|
-
fromPartial(object:
|
|
2906
|
+
fromPartial(object: DeepPartial<SourceCodeInfo>): SourceCodeInfo;
|
|
3242
2907
|
fromAmino(object: SourceCodeInfoAmino): SourceCodeInfo;
|
|
3243
2908
|
toAmino(message: SourceCodeInfo): SourceCodeInfoAmino;
|
|
3244
2909
|
fromAminoMsg(object: SourceCodeInfoAminoMsg): SourceCodeInfo;
|
|
@@ -3250,7 +2915,7 @@ export declare const SourceCodeInfo_Location: {
|
|
|
3250
2915
|
typeUrl: string;
|
|
3251
2916
|
encode(message: SourceCodeInfo_Location, writer?: BinaryWriter): BinaryWriter;
|
|
3252
2917
|
decode(input: BinaryReader | Uint8Array, length?: number): SourceCodeInfo_Location;
|
|
3253
|
-
fromPartial(object:
|
|
2918
|
+
fromPartial(object: DeepPartial<SourceCodeInfo_Location>): SourceCodeInfo_Location;
|
|
3254
2919
|
fromAmino(object: SourceCodeInfo_LocationAmino): SourceCodeInfo_Location;
|
|
3255
2920
|
toAmino(message: SourceCodeInfo_Location): SourceCodeInfo_LocationAmino;
|
|
3256
2921
|
fromAminoMsg(object: SourceCodeInfo_LocationAminoMsg): SourceCodeInfo_Location;
|
|
@@ -3262,7 +2927,7 @@ export declare const GeneratedCodeInfo: {
|
|
|
3262
2927
|
typeUrl: string;
|
|
3263
2928
|
encode(message: GeneratedCodeInfo, writer?: BinaryWriter): BinaryWriter;
|
|
3264
2929
|
decode(input: BinaryReader | Uint8Array, length?: number): GeneratedCodeInfo;
|
|
3265
|
-
fromPartial(object:
|
|
2930
|
+
fromPartial(object: DeepPartial<GeneratedCodeInfo>): GeneratedCodeInfo;
|
|
3266
2931
|
fromAmino(object: GeneratedCodeInfoAmino): GeneratedCodeInfo;
|
|
3267
2932
|
toAmino(message: GeneratedCodeInfo): GeneratedCodeInfoAmino;
|
|
3268
2933
|
fromAminoMsg(object: GeneratedCodeInfoAminoMsg): GeneratedCodeInfo;
|
|
@@ -3274,7 +2939,7 @@ export declare const GeneratedCodeInfo_Annotation: {
|
|
|
3274
2939
|
typeUrl: string;
|
|
3275
2940
|
encode(message: GeneratedCodeInfo_Annotation, writer?: BinaryWriter): BinaryWriter;
|
|
3276
2941
|
decode(input: BinaryReader | Uint8Array, length?: number): GeneratedCodeInfo_Annotation;
|
|
3277
|
-
fromPartial(object:
|
|
2942
|
+
fromPartial(object: DeepPartial<GeneratedCodeInfo_Annotation>): GeneratedCodeInfo_Annotation;
|
|
3278
2943
|
fromAmino(object: GeneratedCodeInfo_AnnotationAmino): GeneratedCodeInfo_Annotation;
|
|
3279
2944
|
toAmino(message: GeneratedCodeInfo_Annotation): GeneratedCodeInfo_AnnotationAmino;
|
|
3280
2945
|
fromAminoMsg(object: GeneratedCodeInfo_AnnotationAminoMsg): GeneratedCodeInfo_Annotation;
|