@agoric/cosmic-proto 0.4.1-orchestration-dev-096c4e8.0 → 0.4.1-u16.1
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/dist/codegen/agoric/bundle.d.ts +106 -501
- package/dist/codegen/agoric/bundle.js +0 -24
- package/dist/codegen/agoric/bundle.js.map +1 -1
- package/dist/codegen/agoric/lien/genesis.d.ts +4 -28
- package/dist/codegen/agoric/lien/genesis.js +0 -37
- package/dist/codegen/agoric/lien/genesis.js.map +1 -1
- package/dist/codegen/agoric/lien/lien.d.ts +3 -20
- package/dist/codegen/agoric/lien/lien.js +1 -26
- package/dist/codegen/agoric/lien/lien.js.map +1 -1
- package/dist/codegen/agoric/swingset/genesis.d.ts +4 -28
- package/dist/codegen/agoric/swingset/genesis.js +1 -47
- package/dist/codegen/agoric/swingset/genesis.js.map +1 -1
- package/dist/codegen/agoric/swingset/msgs.d.ts +11 -144
- package/dist/codegen/agoric/swingset/msgs.js +0 -197
- package/dist/codegen/agoric/swingset/msgs.js.map +1 -1
- package/dist/codegen/agoric/swingset/query.d.ts +8 -73
- package/dist/codegen/agoric/swingset/query.js +1 -87
- package/dist/codegen/agoric/swingset/query.js.map +1 -1
- package/dist/codegen/agoric/swingset/swingset.d.ts +13 -194
- package/dist/codegen/agoric/swingset/swingset.js +1 -217
- package/dist/codegen/agoric/swingset/swingset.js.map +1 -1
- package/dist/codegen/agoric/vbank/genesis.d.ts +3 -16
- package/dist/codegen/agoric/vbank/genesis.js +1 -20
- package/dist/codegen/agoric/vbank/genesis.js.map +1 -1
- package/dist/codegen/agoric/vbank/query.d.ts +6 -49
- package/dist/codegen/agoric/vbank/query.js +1 -53
- package/dist/codegen/agoric/vbank/query.js.map +1 -1
- package/dist/codegen/agoric/vbank/vbank.d.ts +4 -55
- package/dist/codegen/agoric/vbank/vbank.js +1 -70
- package/dist/codegen/agoric/vbank/vbank.js.map +1 -1
- package/dist/codegen/agoric/vibc/msgs.d.ts +4 -25
- package/dist/codegen/agoric/vibc/msgs.js +1 -31
- package/dist/codegen/agoric/vibc/msgs.js.map +1 -1
- package/dist/codegen/agoric/vlocalchain/vlocalchain.d.ts +6 -56
- package/dist/codegen/agoric/vlocalchain/vlocalchain.js +0 -83
- package/dist/codegen/agoric/vlocalchain/vlocalchain.js.map +1 -1
- package/dist/codegen/agoric/vstorage/genesis.d.ts +3 -32
- package/dist/codegen/agoric/vstorage/genesis.js +0 -37
- package/dist/codegen/agoric/vstorage/genesis.js.map +1 -1
- package/dist/codegen/agoric/vstorage/query.d.ts +8 -100
- package/dist/codegen/agoric/vstorage/query.js +0 -122
- package/dist/codegen/agoric/vstorage/query.js.map +1 -1
- package/dist/codegen/agoric/vstorage/vstorage.d.ts +3 -27
- package/dist/codegen/agoric/vstorage/vstorage.js +0 -33
- package/dist/codegen/agoric/vstorage/vstorage.js.map +1 -1
- package/dist/codegen/amino/amino.d.ts +1 -0
- package/dist/codegen/amino/amino.js +2 -0
- package/dist/codegen/amino/amino.js.map +1 -0
- package/dist/codegen/amino/bundle.d.ts +1 -0
- package/dist/codegen/amino/bundle.js +6 -0
- package/dist/codegen/amino/bundle.js.map +1 -0
- package/dist/codegen/binary.d.ts +2 -2
- package/dist/codegen/binary.js +2 -2
- package/dist/codegen/binary.js.map +1 -1
- package/dist/codegen/cosmos/auth/v1beta1/auth.d.ts +102 -0
- package/dist/codegen/cosmos/auth/v1beta1/auth.js +336 -0
- package/dist/codegen/cosmos/auth/v1beta1/auth.js.map +1 -0
- package/dist/codegen/cosmos/auth/v1beta1/genesis.d.ts +31 -0
- package/dist/codegen/cosmos/auth/v1beta1/genesis.js +85 -0
- package/dist/codegen/cosmos/auth/v1beta1/genesis.js.map +1 -0
- package/dist/codegen/cosmos/auth/v1beta1/query.d.ts +524 -0
- package/dist/codegen/cosmos/auth/v1beta1/query.js +1112 -0
- package/dist/codegen/cosmos/auth/v1beta1/query.js.map +1 -0
- package/dist/codegen/cosmos/authz/v1beta1/authz.d.ts +134 -0
- package/dist/codegen/cosmos/authz/v1beta1/authz.js +327 -0
- package/dist/codegen/cosmos/authz/v1beta1/authz.js.map +1 -0
- package/dist/codegen/cosmos/authz/v1beta1/event.d.ts +62 -0
- package/dist/codegen/cosmos/authz/v1beta1/event.js +160 -0
- package/dist/codegen/cosmos/authz/v1beta1/event.js.map +1 -0
- package/dist/codegen/cosmos/authz/v1beta1/genesis.d.ts +26 -0
- package/dist/codegen/cosmos/authz/v1beta1/genesis.js +70 -0
- package/dist/codegen/cosmos/authz/v1beta1/genesis.js.map +1 -0
- package/dist/codegen/cosmos/authz/v1beta1/query.d.ts +168 -0
- package/dist/codegen/cosmos/authz/v1beta1/query.js +505 -0
- package/dist/codegen/cosmos/authz/v1beta1/query.js.map +1 -0
- package/dist/codegen/cosmos/authz/v1beta1/tx.d.ts +175 -0
- package/dist/codegen/cosmos/authz/v1beta1/tx.js +414 -0
- package/dist/codegen/cosmos/authz/v1beta1/tx.js.map +1 -0
- package/dist/codegen/cosmos/bank/v1beta1/authz.d.ts +38 -0
- package/dist/codegen/cosmos/bank/v1beta1/authz.js +70 -0
- package/dist/codegen/cosmos/bank/v1beta1/authz.js.map +1 -0
- package/dist/codegen/cosmos/bank/v1beta1/bank.d.ts +257 -0
- package/dist/codegen/cosmos/bank/v1beta1/bank.js +591 -0
- package/dist/codegen/cosmos/bank/v1beta1/bank.js.map +1 -0
- package/dist/codegen/cosmos/bank/v1beta1/genesis.d.ts +73 -0
- package/dist/codegen/cosmos/bank/v1beta1/genesis.js +195 -0
- package/dist/codegen/cosmos/bank/v1beta1/genesis.js.map +1 -0
- package/dist/codegen/cosmos/bank/v1beta1/query.d.ts +572 -0
- package/dist/codegen/cosmos/bank/v1beta1/query.js +1346 -0
- package/dist/codegen/cosmos/bank/v1beta1/query.js.map +1 -0
- package/dist/codegen/cosmos/bank/v1beta1/tx.d.ts +98 -0
- package/dist/codegen/cosmos/bank/v1beta1/tx.js +266 -0
- package/dist/codegen/cosmos/bank/v1beta1/tx.js.map +1 -0
- package/dist/codegen/cosmos/base/abci/v1beta1/abci.d.ts +393 -0
- package/dist/codegen/cosmos/base/abci/v1beta1/abci.js +1011 -0
- package/dist/codegen/cosmos/base/abci/v1beta1/abci.js.map +1 -0
- package/dist/codegen/cosmos/base/node/v1beta1/query.d.ts +46 -0
- package/dist/codegen/cosmos/base/node/v1beta1/query.js +111 -0
- package/dist/codegen/cosmos/base/node/v1beta1/query.js.map +1 -0
- package/dist/codegen/cosmos/base/query/v1beta1/pagination.d.ts +3 -81
- package/dist/codegen/cosmos/base/query/v1beta1/pagination.js +0 -64
- package/dist/codegen/cosmos/base/query/v1beta1/pagination.js.map +1 -1
- package/dist/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +711 -0
- package/dist/codegen/cosmos/base/reflection/v2alpha1/reflection.js +1754 -0
- package/dist/codegen/cosmos/base/reflection/v2alpha1/reflection.js.map +1 -0
- package/dist/codegen/cosmos/base/v1beta1/coin.d.ts +5 -64
- package/dist/codegen/cosmos/base/v1beta1/coin.js +0 -92
- package/dist/codegen/cosmos/base/v1beta1/coin.js.map +1 -1
- package/dist/codegen/cosmos/bundle.d.ts +5510 -130
- package/dist/codegen/cosmos/bundle.js +229 -6
- package/dist/codegen/cosmos/bundle.js.map +1 -1
- package/dist/codegen/cosmos/crypto/ed25519/keys.d.ts +66 -0
- package/dist/codegen/cosmos/crypto/ed25519/keys.js +122 -0
- package/dist/codegen/cosmos/crypto/ed25519/keys.js.map +1 -0
- package/dist/codegen/cosmos/crypto/hd/v1/hd.d.ts +41 -0
- package/dist/codegen/cosmos/crypto/hd/v1/hd.js +108 -0
- package/dist/codegen/cosmos/crypto/hd/v1/hd.js.map +1 -0
- package/dist/codegen/cosmos/crypto/keyring/v1/record.d.ts +137 -0
- package/dist/codegen/cosmos/crypto/keyring/v1/record.js +366 -0
- package/dist/codegen/cosmos/crypto/keyring/v1/record.js.map +1 -0
- package/dist/codegen/cosmos/crypto/multisig/keys.d.ts +36 -0
- package/dist/codegen/cosmos/crypto/multisig/keys.js +81 -0
- package/dist/codegen/cosmos/crypto/multisig/keys.js.map +1 -0
- package/dist/codegen/cosmos/crypto/multisig/v1beta1/multisig.d.ts +68 -0
- package/dist/codegen/cosmos/crypto/multisig/v1beta1/multisig.js +143 -0
- package/dist/codegen/cosmos/crypto/multisig/v1beta1/multisig.js.map +1 -0
- package/dist/codegen/cosmos/crypto/secp256k1/keys.d.ts +60 -0
- package/dist/codegen/cosmos/crypto/secp256k1/keys.js +122 -0
- package/dist/codegen/cosmos/crypto/secp256k1/keys.js.map +1 -0
- package/dist/codegen/cosmos/crypto/secp256r1/keys.d.ts +53 -0
- package/dist/codegen/cosmos/crypto/secp256r1/keys.js +124 -0
- package/dist/codegen/cosmos/crypto/secp256r1/keys.js.map +1 -0
- package/dist/codegen/cosmos/distribution/v1beta1/distribution.d.ts +405 -0
- package/dist/codegen/cosmos/distribution/v1beta1/distribution.js +978 -0
- package/dist/codegen/cosmos/distribution/v1beta1/distribution.js.map +1 -0
- package/dist/codegen/cosmos/distribution/v1beta1/genesis.d.ts +276 -0
- package/dist/codegen/cosmos/distribution/v1beta1/genesis.js +836 -0
- package/dist/codegen/cosmos/distribution/v1beta1/genesis.js.map +1 -0
- package/dist/codegen/cosmos/distribution/v1beta1/query.d.ts +544 -0
- package/dist/codegen/cosmos/distribution/v1beta1/query.js +1206 -0
- package/dist/codegen/cosmos/distribution/v1beta1/query.js.map +1 -0
- package/dist/codegen/cosmos/distribution/v1beta1/tx.d.ts +215 -0
- package/dist/codegen/cosmos/distribution/v1beta1/tx.js +511 -0
- package/dist/codegen/cosmos/distribution/v1beta1/tx.js.map +1 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +158 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/feegrant.js +405 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/feegrant.js.map +1 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/genesis.d.ts +26 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/genesis.js +70 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/genesis.js.map +1 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/query.d.ts +177 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/query.js +460 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/query.js.map +1 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.d.ts +110 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.js +266 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.js.map +1 -0
- package/dist/codegen/cosmos/gov/v1/genesis.d.ts +45 -0
- package/dist/codegen/cosmos/gov/v1/genesis.js +176 -0
- package/dist/codegen/cosmos/gov/v1/genesis.js.map +1 -0
- package/dist/codegen/cosmos/gov/v1/gov.d.ts +316 -0
- package/dist/codegen/cosmos/gov/v1/gov.js +915 -0
- package/dist/codegen/cosmos/gov/v1/gov.js.map +1 -0
- package/dist/codegen/cosmos/gov/v1/query.d.ts +430 -0
- package/dist/codegen/cosmos/gov/v1/query.js +1215 -0
- package/dist/codegen/cosmos/gov/v1/query.js.map +1 -0
- package/dist/codegen/cosmos/gov/v1/tx.d.ts +268 -0
- package/dist/codegen/cosmos/gov/v1/tx.js +729 -0
- package/dist/codegen/cosmos/gov/v1/tx.js.map +1 -0
- package/dist/codegen/cosmos/gov/v1beta1/genesis.d.ts +45 -0
- package/dist/codegen/cosmos/gov/v1beta1/genesis.js +176 -0
- package/dist/codegen/cosmos/gov/v1beta1/genesis.js.map +1 -0
- package/dist/codegen/cosmos/gov/v1beta1/gov.d.ts +362 -0
- package/dist/codegen/cosmos/gov/v1beta1/gov.js +991 -0
- package/dist/codegen/cosmos/gov/v1beta1/gov.js.map +1 -0
- package/dist/codegen/cosmos/gov/v1beta1/query.d.ts +430 -0
- package/dist/codegen/cosmos/gov/v1beta1/query.js +1215 -0
- package/dist/codegen/cosmos/gov/v1beta1/query.js.map +1 -0
- package/dist/codegen/cosmos/gov/v1beta1/tx.d.ts +222 -0
- package/dist/codegen/cosmos/gov/v1beta1/tx.js +577 -0
- package/dist/codegen/cosmos/gov/v1beta1/tx.js.map +1 -0
- package/dist/codegen/cosmos/group/v1/events.d.ts +258 -0
- package/dist/codegen/cosmos/group/v1/events.js +695 -0
- package/dist/codegen/cosmos/group/v1/events.js.map +1 -0
- package/dist/codegen/cosmos/group/v1/genesis.d.ts +57 -0
- package/dist/codegen/cosmos/group/v1/genesis.js +189 -0
- package/dist/codegen/cosmos/group/v1/genesis.js.map +1 -0
- package/dist/codegen/cosmos/group/v1/query.d.ts +746 -0
- package/dist/codegen/cosmos/group/v1/query.js +2095 -0
- package/dist/codegen/cosmos/group/v1/query.js.map +1 -0
- package/dist/codegen/cosmos/group/v1/tx.d.ts +787 -0
- package/dist/codegen/cosmos/group/v1/tx.js +2072 -0
- package/dist/codegen/cosmos/group/v1/tx.js.map +1 -0
- package/dist/codegen/cosmos/group/v1/types.d.ts +553 -0
- package/dist/codegen/cosmos/group/v1/types.js +1368 -0
- package/dist/codegen/cosmos/group/v1/types.js.map +1 -0
- package/dist/codegen/cosmos/mint/v1beta1/genesis.d.ts +30 -0
- package/dist/codegen/cosmos/mint/v1beta1/genesis.js +81 -0
- package/dist/codegen/cosmos/mint/v1beta1/genesis.js.map +1 -0
- package/dist/codegen/cosmos/mint/v1beta1/mint.d.ts +68 -0
- package/dist/codegen/cosmos/mint/v1beta1/mint.js +211 -0
- package/dist/codegen/cosmos/mint/v1beta1/mint.js.map +1 -0
- package/dist/codegen/cosmos/mint/v1beta1/query.d.ts +156 -0
- package/dist/codegen/cosmos/mint/v1beta1/query.js +329 -0
- package/dist/codegen/cosmos/mint/v1beta1/query.js.map +1 -0
- package/dist/codegen/cosmos/msg/v1/msg.d.ts +1 -0
- package/dist/codegen/cosmos/msg/v1/msg.js +2 -0
- package/dist/codegen/cosmos/msg/v1/msg.js.map +1 -0
- package/dist/codegen/cosmos/params/v1beta1/params.d.ts +64 -0
- package/dist/codegen/cosmos/params/v1beta1/params.js +170 -0
- package/dist/codegen/cosmos/params/v1beta1/params.js.map +1 -0
- package/dist/codegen/cosmos/params/v1beta1/query.d.ts +153 -0
- package/dist/codegen/cosmos/params/v1beta1/query.js +326 -0
- package/dist/codegen/cosmos/params/v1beta1/query.js.map +1 -0
- package/dist/codegen/cosmos/staking/v1beta1/authz.d.ts +94 -0
- package/dist/codegen/cosmos/staking/v1beta1/authz.js +239 -0
- package/dist/codegen/cosmos/staking/v1beta1/authz.js.map +1 -0
- package/dist/codegen/cosmos/staking/v1beta1/genesis.d.ts +80 -0
- package/dist/codegen/cosmos/staking/v1beta1/genesis.js +255 -0
- package/dist/codegen/cosmos/staking/v1beta1/genesis.js.map +1 -0
- package/dist/codegen/cosmos/staking/v1beta1/query.d.ts +831 -0
- package/dist/codegen/cosmos/staking/v1beta1/query.js +2068 -0
- package/dist/codegen/cosmos/staking/v1beta1/query.js.map +1 -0
- package/dist/codegen/cosmos/staking/v1beta1/staking.d.ts +717 -0
- package/dist/codegen/cosmos/staking/v1beta1/staking.js +1903 -0
- package/dist/codegen/cosmos/staking/v1beta1/staking.js.map +1 -0
- package/dist/codegen/cosmos/staking/v1beta1/tx.d.ts +354 -0
- package/dist/codegen/cosmos/staking/v1beta1/tx.js +962 -0
- package/dist/codegen/cosmos/staking/v1beta1/tx.js.map +1 -0
- package/dist/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +211 -0
- package/dist/codegen/cosmos/tx/signing/v1beta1/signing.js +515 -0
- package/dist/codegen/cosmos/tx/signing/v1beta1/signing.js.map +1 -0
- package/dist/codegen/cosmos/tx/v1beta1/service.d.ts +407 -0
- package/dist/codegen/cosmos/tx/v1beta1/service.js +974 -0
- package/dist/codegen/cosmos/tx/v1beta1/service.js.map +1 -0
- package/dist/codegen/cosmos/tx/v1beta1/tx.d.ts +591 -0
- package/dist/codegen/cosmos/tx/v1beta1/tx.js +1255 -0
- package/dist/codegen/cosmos/tx/v1beta1/tx.js.map +1 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/query.d.ts +319 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/query.js +591 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/query.js.map +1 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/tx.d.ts +128 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/tx.js +227 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/tx.js.map +1 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +6 -108
- package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.js +0 -121
- package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.js.map +1 -1
- package/dist/codegen/cosmos/vesting/v1beta1/tx.d.ts +382 -0
- package/dist/codegen/cosmos/vesting/v1beta1/tx.js +864 -0
- package/dist/codegen/cosmos/vesting/v1beta1/tx.js.map +1 -0
- package/dist/codegen/cosmos/vesting/v1beta1/vesting.d.ts +253 -0
- package/dist/codegen/cosmos/vesting/v1beta1/vesting.js +673 -0
- package/dist/codegen/cosmos/vesting/v1beta1/vesting.js.map +1 -0
- package/dist/codegen/cosmos_proto/bundle.d.ts +21 -28
- package/dist/codegen/cosmos_proto/bundle.js +2 -2
- package/dist/codegen/cosmos_proto/cosmos.d.ts +3 -66
- package/dist/codegen/cosmos_proto/cosmos.js +0 -47
- package/dist/codegen/cosmos_proto/cosmos.js.map +1 -1
- package/dist/codegen/gogoproto/bundle.js +2 -2
- package/dist/codegen/google/api/http.d.ts +4 -380
- package/dist/codegen/google/api/http.js +0 -100
- package/dist/codegen/google/api/http.js.map +1 -1
- package/dist/codegen/google/bundle.d.ts +283 -352
- package/dist/codegen/google/bundle.js +10 -6
- package/dist/codegen/google/bundle.js.map +1 -1
- package/dist/codegen/google/protobuf/any.d.ts +2 -123
- package/dist/codegen/google/protobuf/any.js +0 -15
- package/dist/codegen/google/protobuf/any.js.map +1 -1
- package/dist/codegen/google/protobuf/descriptor.d.ts +41 -932
- package/dist/codegen/google/protobuf/descriptor.js +0 -997
- package/dist/codegen/google/protobuf/descriptor.js.map +1 -1
- package/dist/codegen/google/protobuf/duration.d.ts +158 -0
- package/dist/codegen/google/protobuf/duration.js +78 -0
- package/dist/codegen/google/protobuf/duration.js.map +1 -0
- package/dist/codegen/google/protobuf/empty.d.ts +43 -0
- package/dist/codegen/google/protobuf/empty.js +49 -0
- package/dist/codegen/google/protobuf/empty.js.map +1 -0
- package/dist/codegen/google/protobuf/timestamp.d.ts +2 -93
- package/dist/codegen/google/protobuf/timestamp.js +1 -12
- package/dist/codegen/google/protobuf/timestamp.js.map +1 -1
- package/dist/codegen/helpers.d.ts +5 -5
- package/dist/codegen/helpers.js +10 -33
- package/dist/codegen/helpers.js.map +1 -1
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +32 -0
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/controller.js +65 -0
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/controller.js.map +1 -0
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/query.d.ts +96 -0
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/query.js +242 -0
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/query.js.map +1 -0
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +109 -0
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.js +313 -0
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.js.map +1 -0
- package/dist/codegen/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +151 -0
- package/dist/codegen/ibc/applications/interchain_accounts/genesis/v1/genesis.js +500 -0
- package/dist/codegen/ibc/applications/interchain_accounts/genesis/v1/genesis.js.map +1 -0
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/host.d.ts +35 -0
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/host.js +82 -0
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/host.js.map +1 -0
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/query.d.ts +48 -0
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/query.js +113 -0
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/query.js.map +1 -0
- package/dist/codegen/ibc/applications/interchain_accounts/v1/account.d.ts +30 -0
- package/dist/codegen/ibc/applications/interchain_accounts/v1/account.js +85 -0
- package/dist/codegen/ibc/applications/interchain_accounts/v1/account.js.map +1 -0
- package/dist/codegen/ibc/applications/interchain_accounts/v1/metadata.d.ts +50 -0
- package/dist/codegen/ibc/applications/interchain_accounts/v1/metadata.js +118 -0
- package/dist/codegen/ibc/applications/interchain_accounts/v1/metadata.js.map +1 -0
- package/dist/codegen/ibc/applications/interchain_accounts/v1/packet.d.ts +67 -0
- package/dist/codegen/ibc/applications/interchain_accounts/v1/packet.js +189 -0
- package/dist/codegen/ibc/applications/interchain_accounts/v1/packet.js.map +1 -0
- package/dist/codegen/ibc/applications/transfer/v1/authz.d.ts +68 -0
- package/dist/codegen/ibc/applications/transfer/v1/authz.js +177 -0
- package/dist/codegen/ibc/applications/transfer/v1/authz.js.map +1 -0
- package/dist/codegen/ibc/applications/transfer/v1/genesis.d.ts +30 -0
- package/dist/codegen/ibc/applications/transfer/v1/genesis.js +95 -0
- package/dist/codegen/ibc/applications/transfer/v1/genesis.js.map +1 -0
- package/dist/codegen/ibc/applications/transfer/v1/query.d.ts +283 -0
- package/dist/codegen/ibc/applications/transfer/v1/query.js +633 -0
- package/dist/codegen/ibc/applications/transfer/v1/query.js.map +1 -0
- package/dist/codegen/ibc/applications/transfer/v1/transfer.d.ts +81 -0
- package/dist/codegen/ibc/applications/transfer/v1/transfer.js +146 -0
- package/dist/codegen/ibc/applications/transfer/v1/transfer.js.map +1 -0
- package/dist/codegen/ibc/applications/transfer/v1/tx.d.ts +87 -0
- package/dist/codegen/ibc/applications/transfer/v1/tx.js +219 -0
- package/dist/codegen/ibc/applications/transfer/v1/tx.js.map +1 -0
- package/dist/codegen/ibc/applications/transfer/v2/packet.d.ts +46 -0
- package/dist/codegen/ibc/applications/transfer/v2/packet.js +102 -0
- package/dist/codegen/ibc/applications/transfer/v2/packet.js.map +1 -0
- package/dist/codegen/ibc/bundle.d.ts +2266 -180
- package/dist/codegen/ibc/bundle.js +124 -4
- package/dist/codegen/ibc/bundle.js.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/channel.d.ts +9 -181
- package/dist/codegen/ibc/core/channel/v1/channel.js +0 -262
- package/dist/codegen/ibc/core/channel/v1/channel.js.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/genesis.d.ts +74 -0
- package/dist/codegen/ibc/core/channel/v1/genesis.js +280 -0
- package/dist/codegen/ibc/core/channel/v1/genesis.js.map +1 -0
- package/dist/codegen/ibc/core/channel/v1/query.d.ts +915 -0
- package/dist/codegen/ibc/core/channel/v1/query.js +2343 -0
- package/dist/codegen/ibc/core/channel/v1/query.js.map +1 -0
- package/dist/codegen/ibc/core/channel/v1/tx.d.ts +605 -0
- package/dist/codegen/ibc/core/channel/v1/tx.js +1744 -0
- package/dist/codegen/ibc/core/channel/v1/tx.js.map +1 -0
- package/dist/codegen/ibc/core/client/v1/client.d.ts +10 -155
- package/dist/codegen/ibc/core/client/v1/client.js +0 -204
- package/dist/codegen/ibc/core/client/v1/client.js.map +1 -1
- package/dist/codegen/ibc/core/client/v1/genesis.d.ts +105 -0
- package/dist/codegen/ibc/core/client/v1/genesis.js +300 -0
- package/dist/codegen/ibc/core/client/v1/genesis.js.map +1 -0
- package/dist/codegen/ibc/core/client/v1/query.d.ts +578 -0
- package/dist/codegen/ibc/core/client/v1/query.js +1282 -0
- package/dist/codegen/ibc/core/client/v1/query.js.map +1 -0
- package/dist/codegen/ibc/core/client/v1/tx.d.ts +246 -0
- package/dist/codegen/ibc/core/client/v1/tx.js +586 -0
- package/dist/codegen/ibc/core/client/v1/tx.js.map +1 -0
- package/dist/codegen/ibc/core/commitment/v1/commitment.d.ts +129 -0
- package/dist/codegen/ibc/core/commitment/v1/commitment.js +258 -0
- package/dist/codegen/ibc/core/commitment/v1/commitment.js.map +1 -0
- package/dist/codegen/ibc/core/connection/v1/connection.d.ts +273 -0
- package/dist/codegen/ibc/core/connection/v1/connection.js +677 -0
- package/dist/codegen/ibc/core/connection/v1/connection.js.map +1 -0
- package/dist/codegen/ibc/core/connection/v1/genesis.d.ts +33 -0
- package/dist/codegen/ibc/core/connection/v1/genesis.js +121 -0
- package/dist/codegen/ibc/core/connection/v1/genesis.js.map +1 -0
- package/dist/codegen/ibc/core/connection/v1/query.d.ts +389 -0
- package/dist/codegen/ibc/core/connection/v1/query.js +951 -0
- package/dist/codegen/ibc/core/connection/v1/query.js.map +1 -0
- package/dist/codegen/ibc/core/connection/v1/tx.d.ts +287 -0
- package/dist/codegen/ibc/core/connection/v1/tx.js +842 -0
- package/dist/codegen/ibc/core/connection/v1/tx.js.map +1 -0
- package/dist/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +36 -0
- package/dist/codegen/ibc/lightclients/localhost/v1/localhost.js +77 -0
- package/dist/codegen/ibc/lightclients/localhost/v1/localhost.js.map +1 -0
- package/dist/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +550 -0
- package/dist/codegen/ibc/lightclients/solomachine/v1/solomachine.js +1519 -0
- package/dist/codegen/ibc/lightclients/solomachine/v1/solomachine.js.map +1 -0
- package/dist/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +550 -0
- package/dist/codegen/ibc/lightclients/solomachine/v2/solomachine.js +1513 -0
- package/dist/codegen/ibc/lightclients/solomachine/v2/solomachine.js.map +1 -0
- package/dist/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +232 -0
- package/dist/codegen/ibc/lightclients/tendermint/v1/tendermint.js +624 -0
- package/dist/codegen/ibc/lightclients/tendermint/v1/tendermint.js.map +1 -0
- package/dist/codegen/icq/bundle.d.ts +119 -0
- package/dist/codegen/icq/bundle.js +17 -0
- package/dist/codegen/icq/bundle.js.map +1 -0
- package/dist/codegen/icq/v1/genesis.d.ts +28 -0
- package/dist/codegen/icq/v1/genesis.js +77 -0
- package/dist/codegen/icq/v1/genesis.js.map +1 -0
- package/dist/codegen/icq/v1/icq.d.ts +29 -0
- package/dist/codegen/icq/v1/icq.js +82 -0
- package/dist/codegen/icq/v1/icq.js.map +1 -0
- package/dist/codegen/icq/v1/packet.d.ts +98 -0
- package/dist/codegen/icq/v1/packet.js +269 -0
- package/dist/codegen/icq/v1/packet.js.map +1 -0
- package/dist/codegen/icq/v1/query.d.ts +48 -0
- package/dist/codegen/icq/v1/query.js +113 -0
- package/dist/codegen/icq/v1/query.js.map +1 -0
- package/dist/codegen/icq/v1/tx.d.ts +73 -0
- package/dist/codegen/icq/v1/tx.js +123 -0
- package/dist/codegen/icq/v1/tx.js.map +1 -0
- package/dist/codegen/ics23/bundle.d.ts +154 -0
- package/dist/codegen/ics23/bundle.js +6 -0
- package/dist/codegen/ics23/bundle.js.map +1 -0
- package/dist/codegen/index.d.ts +7 -3
- package/dist/codegen/index.js +7 -3
- package/dist/codegen/index.js.map +1 -1
- package/dist/codegen/json-safe.d.ts +8 -0
- package/dist/codegen/json-safe.js +8 -0
- package/dist/codegen/json-safe.js.map +1 -0
- package/dist/codegen/proofs.d.ts +570 -0
- package/dist/codegen/proofs.js +1435 -0
- package/dist/codegen/proofs.js.map +1 -0
- package/dist/codegen/tendermint/abci/types.d.ts +1272 -0
- package/dist/codegen/tendermint/abci/types.js +4425 -0
- package/dist/codegen/tendermint/abci/types.js.map +1 -0
- package/dist/codegen/tendermint/bundle.d.ts +986 -0
- package/dist/codegen/tendermint/bundle.js +42 -0
- package/dist/codegen/tendermint/bundle.js.map +1 -0
- package/dist/codegen/tendermint/crypto/keys.d.ts +27 -0
- package/dist/codegen/tendermint/crypto/keys.js +84 -0
- package/dist/codegen/tendermint/crypto/keys.js.map +1 -0
- package/dist/codegen/tendermint/crypto/proof.d.ts +137 -0
- package/dist/codegen/tendermint/crypto/proof.js +408 -0
- package/dist/codegen/tendermint/crypto/proof.js.map +1 -0
- package/dist/codegen/tendermint/libs/bits/types.d.ts +25 -0
- package/dist/codegen/tendermint/libs/bits/types.js +93 -0
- package/dist/codegen/tendermint/libs/bits/types.js.map +1 -0
- package/dist/codegen/tendermint/p2p/types.d.ts +137 -0
- package/dist/codegen/tendermint/p2p/types.js +496 -0
- package/dist/codegen/tendermint/p2p/types.js.map +1 -0
- package/dist/codegen/tendermint/types/block.d.ts +31 -0
- package/dist/codegen/tendermint/types/block.js +118 -0
- package/dist/codegen/tendermint/types/block.js.map +1 -0
- package/dist/codegen/tendermint/types/evidence.d.ts +110 -0
- package/dist/codegen/tendermint/types/evidence.js +408 -0
- package/dist/codegen/tendermint/types/evidence.js.map +1 -0
- package/dist/codegen/tendermint/types/params.d.ts +209 -0
- package/dist/codegen/tendermint/types/params.js +528 -0
- package/dist/codegen/tendermint/types/params.js.map +1 -0
- package/dist/codegen/tendermint/types/types.d.ts +425 -0
- package/dist/codegen/tendermint/types/types.js +1520 -0
- package/dist/codegen/tendermint/types/types.js.map +1 -0
- package/dist/codegen/tendermint/types/validator.d.ts +78 -0
- package/dist/codegen/tendermint/types/validator.js +298 -0
- package/dist/codegen/tendermint/types/validator.js.map +1 -0
- package/dist/codegen/tendermint/version/types.d.ts +68 -0
- package/dist/codegen/tendermint/version/types.js +154 -0
- package/dist/codegen/tendermint/version/types.js.map +1 -0
- package/dist/codegen/utf8.d.ts +2 -2
- package/dist/codegen/utf8.js +2 -2
- package/dist/codegen/varint.d.ts +3 -3
- package/dist/codegen/varint.js +2 -2
- package/dist/codegen/varint.js.map +1 -1
- package/dist/helpers.d.ts +49 -0
- package/dist/helpers.js +22 -0
- package/dist/helpers.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/vatsafe.d.ts +2 -0
- package/dist/vatsafe.js +3 -0
- package/dist/vatsafe.js.map +1 -0
- package/package.json +87 -18
- package/dist/codegen/agoric/client.d.ts +0 -47
- package/dist/codegen/agoric/client.js +0 -36
- package/dist/codegen/agoric/client.js.map +0 -1
- package/dist/codegen/agoric/rpc.query.d.ts +0 -21
- package/dist/codegen/agoric/rpc.query.js +0 -15
- package/dist/codegen/agoric/rpc.query.js.map +0 -1
- package/dist/codegen/agoric/rpc.tx.d.ts +0 -9
- package/dist/codegen/agoric/rpc.tx.js +0 -7
- package/dist/codegen/agoric/rpc.tx.js.map +0 -1
- package/dist/codegen/agoric/swingset/msgs.amino.d.ts +0 -28
- package/dist/codegen/agoric/swingset/msgs.amino.js +0 -30
- package/dist/codegen/agoric/swingset/msgs.amino.js.map +0 -1
- package/dist/codegen/agoric/swingset/msgs.registry.d.ts +0 -116
- package/dist/codegen/agoric/swingset/msgs.registry.js +0 -176
- package/dist/codegen/agoric/swingset/msgs.registry.js.map +0 -1
- package/dist/codegen/agoric/swingset/msgs.rpc.msg.d.ts +0 -24
- package/dist/codegen/agoric/swingset/msgs.rpc.msg.js +0 -39
- package/dist/codegen/agoric/swingset/msgs.rpc.msg.js.map +0 -1
- package/dist/codegen/agoric/swingset/query.rpc.Query.d.ts +0 -24
- package/dist/codegen/agoric/swingset/query.rpc.Query.js +0 -43
- package/dist/codegen/agoric/swingset/query.rpc.Query.js.map +0 -1
- package/dist/codegen/agoric/vbank/query.rpc.Query.d.ts +0 -20
- package/dist/codegen/agoric/vbank/query.rpc.Query.js +0 -34
- package/dist/codegen/agoric/vbank/query.rpc.Query.js.map +0 -1
- package/dist/codegen/agoric/vibc/msgs.amino.d.ts +0 -8
- package/dist/codegen/agoric/vibc/msgs.amino.js +0 -10
- package/dist/codegen/agoric/vibc/msgs.amino.js.map +0 -1
- package/dist/codegen/agoric/vibc/msgs.registry.d.ts +0 -36
- package/dist/codegen/agoric/vibc/msgs.registry.js +0 -52
- package/dist/codegen/agoric/vibc/msgs.registry.js.map +0 -1
- package/dist/codegen/agoric/vibc/msgs.rpc.msg.d.ts +0 -12
- package/dist/codegen/agoric/vibc/msgs.rpc.msg.js +0 -15
- package/dist/codegen/agoric/vibc/msgs.rpc.msg.js.map +0 -1
- package/dist/codegen/agoric/vstorage/query.rpc.Query.d.ts +0 -27
- package/dist/codegen/agoric/vstorage/query.rpc.Query.js +0 -43
- package/dist/codegen/agoric/vstorage/query.rpc.Query.js.map +0 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from '../../binary.js';
|
|
2
|
+
import { JsonSafe } from '../../json-safe.js';
|
|
2
3
|
export declare enum FieldDescriptorProto_Type {
|
|
3
4
|
/**
|
|
4
5
|
* TYPE_DOUBLE - 0 is reserved for errors.
|
|
@@ -42,7 +43,6 @@ export declare enum FieldDescriptorProto_Type {
|
|
|
42
43
|
UNRECOGNIZED = -1
|
|
43
44
|
}
|
|
44
45
|
export declare const FieldDescriptorProto_TypeSDKType: typeof FieldDescriptorProto_Type;
|
|
45
|
-
export declare const FieldDescriptorProto_TypeAmino: typeof FieldDescriptorProto_Type;
|
|
46
46
|
export declare function fieldDescriptorProto_TypeFromJSON(object: any): FieldDescriptorProto_Type;
|
|
47
47
|
export declare function fieldDescriptorProto_TypeToJSON(object: FieldDescriptorProto_Type): string;
|
|
48
48
|
export declare enum FieldDescriptorProto_Label {
|
|
@@ -53,7 +53,6 @@ export declare enum FieldDescriptorProto_Label {
|
|
|
53
53
|
UNRECOGNIZED = -1
|
|
54
54
|
}
|
|
55
55
|
export declare const FieldDescriptorProto_LabelSDKType: typeof FieldDescriptorProto_Label;
|
|
56
|
-
export declare const FieldDescriptorProto_LabelAmino: typeof FieldDescriptorProto_Label;
|
|
57
56
|
export declare function fieldDescriptorProto_LabelFromJSON(object: any): FieldDescriptorProto_Label;
|
|
58
57
|
export declare function fieldDescriptorProto_LabelToJSON(object: FieldDescriptorProto_Label): string;
|
|
59
58
|
/** Generated classes can be optimized for speed or code size. */
|
|
@@ -70,7 +69,6 @@ export declare enum FileOptions_OptimizeMode {
|
|
|
70
69
|
UNRECOGNIZED = -1
|
|
71
70
|
}
|
|
72
71
|
export declare const FileOptions_OptimizeModeSDKType: typeof FileOptions_OptimizeMode;
|
|
73
|
-
export declare const FileOptions_OptimizeModeAmino: typeof FileOptions_OptimizeMode;
|
|
74
72
|
export declare function fileOptions_OptimizeModeFromJSON(object: any): FileOptions_OptimizeMode;
|
|
75
73
|
export declare function fileOptions_OptimizeModeToJSON(object: FileOptions_OptimizeMode): string;
|
|
76
74
|
export declare enum FieldOptions_CType {
|
|
@@ -81,7 +79,6 @@ export declare enum FieldOptions_CType {
|
|
|
81
79
|
UNRECOGNIZED = -1
|
|
82
80
|
}
|
|
83
81
|
export declare const FieldOptions_CTypeSDKType: typeof FieldOptions_CType;
|
|
84
|
-
export declare const FieldOptions_CTypeAmino: typeof FieldOptions_CType;
|
|
85
82
|
export declare function fieldOptions_CTypeFromJSON(object: any): FieldOptions_CType;
|
|
86
83
|
export declare function fieldOptions_CTypeToJSON(object: FieldOptions_CType): string;
|
|
87
84
|
export declare enum FieldOptions_JSType {
|
|
@@ -94,7 +91,6 @@ export declare enum FieldOptions_JSType {
|
|
|
94
91
|
UNRECOGNIZED = -1
|
|
95
92
|
}
|
|
96
93
|
export declare const FieldOptions_JSTypeSDKType: typeof FieldOptions_JSType;
|
|
97
|
-
export declare const FieldOptions_JSTypeAmino: typeof FieldOptions_JSType;
|
|
98
94
|
export declare function fieldOptions_JSTypeFromJSON(object: any): FieldOptions_JSType;
|
|
99
95
|
export declare function fieldOptions_JSTypeToJSON(object: FieldOptions_JSType): string;
|
|
100
96
|
/**
|
|
@@ -111,7 +107,6 @@ export declare enum MethodOptions_IdempotencyLevel {
|
|
|
111
107
|
UNRECOGNIZED = -1
|
|
112
108
|
}
|
|
113
109
|
export declare const MethodOptions_IdempotencyLevelSDKType: typeof MethodOptions_IdempotencyLevel;
|
|
114
|
-
export declare const MethodOptions_IdempotencyLevelAmino: typeof MethodOptions_IdempotencyLevel;
|
|
115
110
|
export declare function methodOptions_IdempotencyLevelFromJSON(object: any): MethodOptions_IdempotencyLevel;
|
|
116
111
|
export declare function methodOptions_IdempotencyLevelToJSON(object: MethodOptions_IdempotencyLevel): string;
|
|
117
112
|
/**
|
|
@@ -125,17 +120,6 @@ export interface FileDescriptorSetProtoMsg {
|
|
|
125
120
|
typeUrl: '/google.protobuf.FileDescriptorSet';
|
|
126
121
|
value: Uint8Array;
|
|
127
122
|
}
|
|
128
|
-
/**
|
|
129
|
-
* The protocol compiler can output a FileDescriptorSet containing the .proto
|
|
130
|
-
* files it parses.
|
|
131
|
-
*/
|
|
132
|
-
export interface FileDescriptorSetAmino {
|
|
133
|
-
file?: FileDescriptorProtoAmino[];
|
|
134
|
-
}
|
|
135
|
-
export interface FileDescriptorSetAminoMsg {
|
|
136
|
-
type: '/google.protobuf.FileDescriptorSet';
|
|
137
|
-
value: FileDescriptorSetAmino;
|
|
138
|
-
}
|
|
139
123
|
/**
|
|
140
124
|
* The protocol compiler can output a FileDescriptorSet containing the .proto
|
|
141
125
|
* files it parses.
|
|
@@ -181,43 +165,6 @@ export interface FileDescriptorProtoProtoMsg {
|
|
|
181
165
|
value: Uint8Array;
|
|
182
166
|
}
|
|
183
167
|
/** Describes a complete .proto file. */
|
|
184
|
-
export interface FileDescriptorProtoAmino {
|
|
185
|
-
/** file name, relative to root of source tree */
|
|
186
|
-
name?: string;
|
|
187
|
-
package?: string;
|
|
188
|
-
/** Names of files imported by this file. */
|
|
189
|
-
dependency?: string[];
|
|
190
|
-
/** Indexes of the public imported files in the dependency list above. */
|
|
191
|
-
public_dependency?: number[];
|
|
192
|
-
/**
|
|
193
|
-
* Indexes of the weak imported files in the dependency list.
|
|
194
|
-
* For Google-internal migration only. Do not use.
|
|
195
|
-
*/
|
|
196
|
-
weak_dependency?: number[];
|
|
197
|
-
/** All top-level definitions in this file. */
|
|
198
|
-
message_type?: DescriptorProtoAmino[];
|
|
199
|
-
enum_type?: EnumDescriptorProtoAmino[];
|
|
200
|
-
service?: ServiceDescriptorProtoAmino[];
|
|
201
|
-
extension?: FieldDescriptorProtoAmino[];
|
|
202
|
-
options?: FileOptionsAmino;
|
|
203
|
-
/**
|
|
204
|
-
* This field contains optional information about the original source code.
|
|
205
|
-
* You may safely remove this entire field without harming runtime
|
|
206
|
-
* functionality of the descriptors -- the information is needed only by
|
|
207
|
-
* development tools.
|
|
208
|
-
*/
|
|
209
|
-
source_code_info?: SourceCodeInfoAmino;
|
|
210
|
-
/**
|
|
211
|
-
* The syntax of the proto file.
|
|
212
|
-
* The supported values are "proto2" and "proto3".
|
|
213
|
-
*/
|
|
214
|
-
syntax?: string;
|
|
215
|
-
}
|
|
216
|
-
export interface FileDescriptorProtoAminoMsg {
|
|
217
|
-
type: '/google.protobuf.FileDescriptorProto';
|
|
218
|
-
value: FileDescriptorProtoAmino;
|
|
219
|
-
}
|
|
220
|
-
/** Describes a complete .proto file. */
|
|
221
168
|
export interface FileDescriptorProtoSDKType {
|
|
222
169
|
name: string;
|
|
223
170
|
package: string;
|
|
@@ -254,27 +201,6 @@ export interface DescriptorProtoProtoMsg {
|
|
|
254
201
|
value: Uint8Array;
|
|
255
202
|
}
|
|
256
203
|
/** Describes a message type. */
|
|
257
|
-
export interface DescriptorProtoAmino {
|
|
258
|
-
name?: string;
|
|
259
|
-
field?: FieldDescriptorProtoAmino[];
|
|
260
|
-
extension?: FieldDescriptorProtoAmino[];
|
|
261
|
-
nested_type?: DescriptorProtoAmino[];
|
|
262
|
-
enum_type?: EnumDescriptorProtoAmino[];
|
|
263
|
-
extension_range?: DescriptorProto_ExtensionRangeAmino[];
|
|
264
|
-
oneof_decl?: OneofDescriptorProtoAmino[];
|
|
265
|
-
options?: MessageOptionsAmino;
|
|
266
|
-
reserved_range?: DescriptorProto_ReservedRangeAmino[];
|
|
267
|
-
/**
|
|
268
|
-
* Reserved field names, which may not be used by fields in the same message.
|
|
269
|
-
* A given name may only be reserved once.
|
|
270
|
-
*/
|
|
271
|
-
reserved_name?: string[];
|
|
272
|
-
}
|
|
273
|
-
export interface DescriptorProtoAminoMsg {
|
|
274
|
-
type: '/google.protobuf.DescriptorProto';
|
|
275
|
-
value: DescriptorProtoAmino;
|
|
276
|
-
}
|
|
277
|
-
/** Describes a message type. */
|
|
278
204
|
export interface DescriptorProtoSDKType {
|
|
279
205
|
name: string;
|
|
280
206
|
field: FieldDescriptorProtoSDKType[];
|
|
@@ -298,17 +224,6 @@ export interface DescriptorProto_ExtensionRangeProtoMsg {
|
|
|
298
224
|
typeUrl: '/google.protobuf.ExtensionRange';
|
|
299
225
|
value: Uint8Array;
|
|
300
226
|
}
|
|
301
|
-
export interface DescriptorProto_ExtensionRangeAmino {
|
|
302
|
-
/** Inclusive. */
|
|
303
|
-
start?: number;
|
|
304
|
-
/** Exclusive. */
|
|
305
|
-
end?: number;
|
|
306
|
-
options?: ExtensionRangeOptionsAmino;
|
|
307
|
-
}
|
|
308
|
-
export interface DescriptorProto_ExtensionRangeAminoMsg {
|
|
309
|
-
type: '/google.protobuf.ExtensionRange';
|
|
310
|
-
value: DescriptorProto_ExtensionRangeAmino;
|
|
311
|
-
}
|
|
312
227
|
export interface DescriptorProto_ExtensionRangeSDKType {
|
|
313
228
|
start: number;
|
|
314
229
|
end: number;
|
|
@@ -329,21 +244,6 @@ export interface DescriptorProto_ReservedRangeProtoMsg {
|
|
|
329
244
|
typeUrl: '/google.protobuf.ReservedRange';
|
|
330
245
|
value: Uint8Array;
|
|
331
246
|
}
|
|
332
|
-
/**
|
|
333
|
-
* Range of reserved tag numbers. Reserved tag numbers may not be used by
|
|
334
|
-
* fields or extension ranges in the same message. Reserved ranges may
|
|
335
|
-
* not overlap.
|
|
336
|
-
*/
|
|
337
|
-
export interface DescriptorProto_ReservedRangeAmino {
|
|
338
|
-
/** Inclusive. */
|
|
339
|
-
start?: number;
|
|
340
|
-
/** Exclusive. */
|
|
341
|
-
end?: number;
|
|
342
|
-
}
|
|
343
|
-
export interface DescriptorProto_ReservedRangeAminoMsg {
|
|
344
|
-
type: '/google.protobuf.ReservedRange';
|
|
345
|
-
value: DescriptorProto_ReservedRangeAmino;
|
|
346
|
-
}
|
|
347
247
|
/**
|
|
348
248
|
* Range of reserved tag numbers. Reserved tag numbers may not be used by
|
|
349
249
|
* fields or extension ranges in the same message. Reserved ranges may
|
|
@@ -361,14 +261,6 @@ export interface ExtensionRangeOptionsProtoMsg {
|
|
|
361
261
|
typeUrl: '/google.protobuf.ExtensionRangeOptions';
|
|
362
262
|
value: Uint8Array;
|
|
363
263
|
}
|
|
364
|
-
export interface ExtensionRangeOptionsAmino {
|
|
365
|
-
/** The parser stores options it doesn't recognize here. See above. */
|
|
366
|
-
uninterpreted_option?: UninterpretedOptionAmino[];
|
|
367
|
-
}
|
|
368
|
-
export interface ExtensionRangeOptionsAminoMsg {
|
|
369
|
-
type: '/google.protobuf.ExtensionRangeOptions';
|
|
370
|
-
value: ExtensionRangeOptionsAmino;
|
|
371
|
-
}
|
|
372
264
|
export interface ExtensionRangeOptionsSDKType {
|
|
373
265
|
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
374
266
|
}
|
|
@@ -422,55 +314,6 @@ export interface FieldDescriptorProtoProtoMsg {
|
|
|
422
314
|
value: Uint8Array;
|
|
423
315
|
}
|
|
424
316
|
/** Describes a field within a message. */
|
|
425
|
-
export interface FieldDescriptorProtoAmino {
|
|
426
|
-
name?: string;
|
|
427
|
-
number?: number;
|
|
428
|
-
label?: FieldDescriptorProto_Label;
|
|
429
|
-
/**
|
|
430
|
-
* If type_name is set, this need not be set. If both this and type_name
|
|
431
|
-
* are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
|
|
432
|
-
*/
|
|
433
|
-
type?: FieldDescriptorProto_Type;
|
|
434
|
-
/**
|
|
435
|
-
* For message and enum types, this is the name of the type. If the name
|
|
436
|
-
* starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
|
|
437
|
-
* rules are used to find the type (i.e. first the nested types within this
|
|
438
|
-
* message are searched, then within the parent, on up to the root
|
|
439
|
-
* namespace).
|
|
440
|
-
*/
|
|
441
|
-
type_name?: string;
|
|
442
|
-
/**
|
|
443
|
-
* For extensions, this is the name of the type being extended. It is
|
|
444
|
-
* resolved in the same manner as type_name.
|
|
445
|
-
*/
|
|
446
|
-
extendee?: string;
|
|
447
|
-
/**
|
|
448
|
-
* For numeric types, contains the original text representation of the value.
|
|
449
|
-
* For booleans, "true" or "false".
|
|
450
|
-
* For strings, contains the default text contents (not escaped in any way).
|
|
451
|
-
* For bytes, contains the C escaped value. All bytes >= 128 are escaped.
|
|
452
|
-
* TODO(kenton): Base-64 encode?
|
|
453
|
-
*/
|
|
454
|
-
default_value?: string;
|
|
455
|
-
/**
|
|
456
|
-
* If set, gives the index of a oneof in the containing type's oneof_decl
|
|
457
|
-
* list. This field is a member of that oneof.
|
|
458
|
-
*/
|
|
459
|
-
oneof_index?: number;
|
|
460
|
-
/**
|
|
461
|
-
* JSON name of this field. The value is set by protocol compiler. If the
|
|
462
|
-
* user has set a "json_name" option on this field, that option's value
|
|
463
|
-
* will be used. Otherwise, it's deduced from the field's name by converting
|
|
464
|
-
* it to camelCase.
|
|
465
|
-
*/
|
|
466
|
-
json_name?: string;
|
|
467
|
-
options?: FieldOptionsAmino;
|
|
468
|
-
}
|
|
469
|
-
export interface FieldDescriptorProtoAminoMsg {
|
|
470
|
-
type: '/google.protobuf.FieldDescriptorProto';
|
|
471
|
-
value: FieldDescriptorProtoAmino;
|
|
472
|
-
}
|
|
473
|
-
/** Describes a field within a message. */
|
|
474
317
|
export interface FieldDescriptorProtoSDKType {
|
|
475
318
|
name: string;
|
|
476
319
|
number: number;
|
|
@@ -493,15 +336,6 @@ export interface OneofDescriptorProtoProtoMsg {
|
|
|
493
336
|
value: Uint8Array;
|
|
494
337
|
}
|
|
495
338
|
/** Describes a oneof. */
|
|
496
|
-
export interface OneofDescriptorProtoAmino {
|
|
497
|
-
name?: string;
|
|
498
|
-
options?: OneofOptionsAmino;
|
|
499
|
-
}
|
|
500
|
-
export interface OneofDescriptorProtoAminoMsg {
|
|
501
|
-
type: '/google.protobuf.OneofDescriptorProto';
|
|
502
|
-
value: OneofDescriptorProtoAmino;
|
|
503
|
-
}
|
|
504
|
-
/** Describes a oneof. */
|
|
505
339
|
export interface OneofDescriptorProtoSDKType {
|
|
506
340
|
name: string;
|
|
507
341
|
options?: OneofOptionsSDKType;
|
|
@@ -528,27 +362,6 @@ export interface EnumDescriptorProtoProtoMsg {
|
|
|
528
362
|
value: Uint8Array;
|
|
529
363
|
}
|
|
530
364
|
/** Describes an enum type. */
|
|
531
|
-
export interface EnumDescriptorProtoAmino {
|
|
532
|
-
name?: string;
|
|
533
|
-
value?: EnumValueDescriptorProtoAmino[];
|
|
534
|
-
options?: EnumOptionsAmino;
|
|
535
|
-
/**
|
|
536
|
-
* Range of reserved numeric values. Reserved numeric values may not be used
|
|
537
|
-
* by enum values in the same enum declaration. Reserved ranges may not
|
|
538
|
-
* overlap.
|
|
539
|
-
*/
|
|
540
|
-
reserved_range?: EnumDescriptorProto_EnumReservedRangeAmino[];
|
|
541
|
-
/**
|
|
542
|
-
* Reserved enum value names, which may not be reused. A given name may only
|
|
543
|
-
* be reserved once.
|
|
544
|
-
*/
|
|
545
|
-
reserved_name?: string[];
|
|
546
|
-
}
|
|
547
|
-
export interface EnumDescriptorProtoAminoMsg {
|
|
548
|
-
type: '/google.protobuf.EnumDescriptorProto';
|
|
549
|
-
value: EnumDescriptorProtoAmino;
|
|
550
|
-
}
|
|
551
|
-
/** Describes an enum type. */
|
|
552
365
|
export interface EnumDescriptorProtoSDKType {
|
|
553
366
|
name: string;
|
|
554
367
|
value: EnumValueDescriptorProtoSDKType[];
|
|
@@ -574,24 +387,6 @@ export interface EnumDescriptorProto_EnumReservedRangeProtoMsg {
|
|
|
574
387
|
typeUrl: '/google.protobuf.EnumReservedRange';
|
|
575
388
|
value: Uint8Array;
|
|
576
389
|
}
|
|
577
|
-
/**
|
|
578
|
-
* Range of reserved numeric values. Reserved values may not be used by
|
|
579
|
-
* entries in the same enum. Reserved ranges may not overlap.
|
|
580
|
-
*
|
|
581
|
-
* Note that this is distinct from DescriptorProto.ReservedRange in that it
|
|
582
|
-
* is inclusive such that it can appropriately represent the entire int32
|
|
583
|
-
* domain.
|
|
584
|
-
*/
|
|
585
|
-
export interface EnumDescriptorProto_EnumReservedRangeAmino {
|
|
586
|
-
/** Inclusive. */
|
|
587
|
-
start?: number;
|
|
588
|
-
/** Inclusive. */
|
|
589
|
-
end?: number;
|
|
590
|
-
}
|
|
591
|
-
export interface EnumDescriptorProto_EnumReservedRangeAminoMsg {
|
|
592
|
-
type: '/google.protobuf.EnumReservedRange';
|
|
593
|
-
value: EnumDescriptorProto_EnumReservedRangeAmino;
|
|
594
|
-
}
|
|
595
390
|
/**
|
|
596
391
|
* Range of reserved numeric values. Reserved values may not be used by
|
|
597
392
|
* entries in the same enum. Reserved ranges may not overlap.
|
|
@@ -615,16 +410,6 @@ export interface EnumValueDescriptorProtoProtoMsg {
|
|
|
615
410
|
value: Uint8Array;
|
|
616
411
|
}
|
|
617
412
|
/** Describes a value within an enum. */
|
|
618
|
-
export interface EnumValueDescriptorProtoAmino {
|
|
619
|
-
name?: string;
|
|
620
|
-
number?: number;
|
|
621
|
-
options?: EnumValueOptionsAmino;
|
|
622
|
-
}
|
|
623
|
-
export interface EnumValueDescriptorProtoAminoMsg {
|
|
624
|
-
type: '/google.protobuf.EnumValueDescriptorProto';
|
|
625
|
-
value: EnumValueDescriptorProtoAmino;
|
|
626
|
-
}
|
|
627
|
-
/** Describes a value within an enum. */
|
|
628
413
|
export interface EnumValueDescriptorProtoSDKType {
|
|
629
414
|
name: string;
|
|
630
415
|
number: number;
|
|
@@ -641,16 +426,6 @@ export interface ServiceDescriptorProtoProtoMsg {
|
|
|
641
426
|
value: Uint8Array;
|
|
642
427
|
}
|
|
643
428
|
/** Describes a service. */
|
|
644
|
-
export interface ServiceDescriptorProtoAmino {
|
|
645
|
-
name?: string;
|
|
646
|
-
method?: MethodDescriptorProtoAmino[];
|
|
647
|
-
options?: ServiceOptionsAmino;
|
|
648
|
-
}
|
|
649
|
-
export interface ServiceDescriptorProtoAminoMsg {
|
|
650
|
-
type: '/google.protobuf.ServiceDescriptorProto';
|
|
651
|
-
value: ServiceDescriptorProtoAmino;
|
|
652
|
-
}
|
|
653
|
-
/** Describes a service. */
|
|
654
429
|
export interface ServiceDescriptorProtoSDKType {
|
|
655
430
|
name: string;
|
|
656
431
|
method: MethodDescriptorProtoSDKType[];
|
|
@@ -676,25 +451,6 @@ export interface MethodDescriptorProtoProtoMsg {
|
|
|
676
451
|
value: Uint8Array;
|
|
677
452
|
}
|
|
678
453
|
/** Describes a method of a service. */
|
|
679
|
-
export interface MethodDescriptorProtoAmino {
|
|
680
|
-
name?: string;
|
|
681
|
-
/**
|
|
682
|
-
* Input and output type names. These are resolved in the same way as
|
|
683
|
-
* FieldDescriptorProto.type_name, but must refer to a message type.
|
|
684
|
-
*/
|
|
685
|
-
input_type?: string;
|
|
686
|
-
output_type?: string;
|
|
687
|
-
options?: MethodOptionsAmino;
|
|
688
|
-
/** Identifies if client streams multiple client messages */
|
|
689
|
-
client_streaming?: boolean;
|
|
690
|
-
/** Identifies if server streams multiple server messages */
|
|
691
|
-
server_streaming?: boolean;
|
|
692
|
-
}
|
|
693
|
-
export interface MethodDescriptorProtoAminoMsg {
|
|
694
|
-
type: '/google.protobuf.MethodDescriptorProto';
|
|
695
|
-
value: MethodDescriptorProtoAmino;
|
|
696
|
-
}
|
|
697
|
-
/** Describes a method of a service. */
|
|
698
454
|
export interface MethodDescriptorProtoSDKType {
|
|
699
455
|
name: string;
|
|
700
456
|
input_type: string;
|
|
@@ -824,127 +580,6 @@ export interface FileOptionsProtoMsg {
|
|
|
824
580
|
typeUrl: '/google.protobuf.FileOptions';
|
|
825
581
|
value: Uint8Array;
|
|
826
582
|
}
|
|
827
|
-
export interface FileOptionsAmino {
|
|
828
|
-
/**
|
|
829
|
-
* Sets the Java package where classes generated from this .proto will be
|
|
830
|
-
* placed. By default, the proto package is used, but this is often
|
|
831
|
-
* inappropriate because proto packages do not normally start with backwards
|
|
832
|
-
* domain names.
|
|
833
|
-
*/
|
|
834
|
-
java_package?: string;
|
|
835
|
-
/**
|
|
836
|
-
* If set, all the classes from the .proto file are wrapped in a single
|
|
837
|
-
* outer class with the given name. This applies to both Proto1
|
|
838
|
-
* (equivalent to the old "--one_java_file" option) and Proto2 (where
|
|
839
|
-
* a .proto always translates to a single class, but you may want to
|
|
840
|
-
* explicitly choose the class name).
|
|
841
|
-
*/
|
|
842
|
-
java_outer_classname?: string;
|
|
843
|
-
/**
|
|
844
|
-
* If set true, then the Java code generator will generate a separate .java
|
|
845
|
-
* file for each top-level message, enum, and service defined in the .proto
|
|
846
|
-
* file. Thus, these types will *not* be nested inside the outer class
|
|
847
|
-
* named by java_outer_classname. However, the outer class will still be
|
|
848
|
-
* generated to contain the file's getDescriptor() method as well as any
|
|
849
|
-
* top-level extensions defined in the file.
|
|
850
|
-
*/
|
|
851
|
-
java_multiple_files?: boolean;
|
|
852
|
-
/** This option does nothing. */
|
|
853
|
-
/** @deprecated */
|
|
854
|
-
java_generate_equals_and_hash?: boolean;
|
|
855
|
-
/**
|
|
856
|
-
* If set true, then the Java2 code generator will generate code that
|
|
857
|
-
* throws an exception whenever an attempt is made to assign a non-UTF-8
|
|
858
|
-
* byte sequence to a string field.
|
|
859
|
-
* Message reflection will do the same.
|
|
860
|
-
* However, an extension field still accepts non-UTF-8 byte sequences.
|
|
861
|
-
* This option has no effect on when used with the lite runtime.
|
|
862
|
-
*/
|
|
863
|
-
java_string_check_utf8?: boolean;
|
|
864
|
-
optimize_for?: FileOptions_OptimizeMode;
|
|
865
|
-
/**
|
|
866
|
-
* Sets the Go package where structs generated from this .proto will be
|
|
867
|
-
* placed. If omitted, the Go package will be derived from the following:
|
|
868
|
-
* - The basename of the package import path, if provided.
|
|
869
|
-
* - Otherwise, the package statement in the .proto file, if present.
|
|
870
|
-
* - Otherwise, the basename of the .proto file, without extension.
|
|
871
|
-
*/
|
|
872
|
-
go_package?: string;
|
|
873
|
-
/**
|
|
874
|
-
* Should generic services be generated in each language? "Generic" services
|
|
875
|
-
* are not specific to any particular RPC system. They are generated by the
|
|
876
|
-
* main code generators in each language (without additional plugins).
|
|
877
|
-
* Generic services were the only kind of service generation supported by
|
|
878
|
-
* early versions of google.protobuf.
|
|
879
|
-
*
|
|
880
|
-
* Generic services are now considered deprecated in favor of using plugins
|
|
881
|
-
* that generate code specific to your particular RPC system. Therefore,
|
|
882
|
-
* these default to false. Old code which depends on generic services should
|
|
883
|
-
* explicitly set them to true.
|
|
884
|
-
*/
|
|
885
|
-
cc_generic_services?: boolean;
|
|
886
|
-
java_generic_services?: boolean;
|
|
887
|
-
py_generic_services?: boolean;
|
|
888
|
-
php_generic_services?: boolean;
|
|
889
|
-
/**
|
|
890
|
-
* Is this file deprecated?
|
|
891
|
-
* Depending on the target platform, this can emit Deprecated annotations
|
|
892
|
-
* for everything in the file, or it will be completely ignored; in the very
|
|
893
|
-
* least, this is a formalization for deprecating files.
|
|
894
|
-
*/
|
|
895
|
-
deprecated?: boolean;
|
|
896
|
-
/**
|
|
897
|
-
* Enables the use of arenas for the proto messages in this file. This applies
|
|
898
|
-
* only to generated classes for C++.
|
|
899
|
-
*/
|
|
900
|
-
cc_enable_arenas?: boolean;
|
|
901
|
-
/**
|
|
902
|
-
* Sets the objective c class prefix which is prepended to all objective c
|
|
903
|
-
* generated classes from this .proto. There is no default.
|
|
904
|
-
*/
|
|
905
|
-
objc_class_prefix?: string;
|
|
906
|
-
/** Namespace for generated classes; defaults to the package. */
|
|
907
|
-
csharp_namespace?: string;
|
|
908
|
-
/**
|
|
909
|
-
* By default Swift generators will take the proto package and CamelCase it
|
|
910
|
-
* replacing '.' with underscore and use that to prefix the types/symbols
|
|
911
|
-
* defined. When this options is provided, they will use this value instead
|
|
912
|
-
* to prefix the types/symbols defined.
|
|
913
|
-
*/
|
|
914
|
-
swift_prefix?: string;
|
|
915
|
-
/**
|
|
916
|
-
* Sets the php class prefix which is prepended to all php generated classes
|
|
917
|
-
* from this .proto. Default is empty.
|
|
918
|
-
*/
|
|
919
|
-
php_class_prefix?: string;
|
|
920
|
-
/**
|
|
921
|
-
* Use this option to change the namespace of php generated classes. Default
|
|
922
|
-
* is empty. When this option is empty, the package name will be used for
|
|
923
|
-
* determining the namespace.
|
|
924
|
-
*/
|
|
925
|
-
php_namespace?: string;
|
|
926
|
-
/**
|
|
927
|
-
* Use this option to change the namespace of php generated metadata classes.
|
|
928
|
-
* Default is empty. When this option is empty, the proto file name will be
|
|
929
|
-
* used for determining the namespace.
|
|
930
|
-
*/
|
|
931
|
-
php_metadata_namespace?: string;
|
|
932
|
-
/**
|
|
933
|
-
* Use this option to change the package of ruby generated classes. Default
|
|
934
|
-
* is empty. When this option is not set, the package name will be used for
|
|
935
|
-
* determining the ruby package.
|
|
936
|
-
*/
|
|
937
|
-
ruby_package?: string;
|
|
938
|
-
/**
|
|
939
|
-
* The parser stores options it doesn't recognize here.
|
|
940
|
-
* See the documentation for the "Options" section above.
|
|
941
|
-
*/
|
|
942
|
-
uninterpreted_option?: UninterpretedOptionAmino[];
|
|
943
|
-
}
|
|
944
|
-
export interface FileOptionsAminoMsg {
|
|
945
|
-
type: '/google.protobuf.FileOptions';
|
|
946
|
-
value: FileOptionsAmino;
|
|
947
|
-
}
|
|
948
583
|
export interface FileOptionsSDKType {
|
|
949
584
|
java_package: string;
|
|
950
585
|
java_outer_classname: string;
|
|
@@ -1035,87 +670,21 @@ export interface MessageOptionsProtoMsg {
|
|
|
1035
670
|
typeUrl: '/google.protobuf.MessageOptions';
|
|
1036
671
|
value: Uint8Array;
|
|
1037
672
|
}
|
|
1038
|
-
export interface
|
|
673
|
+
export interface MessageOptionsSDKType {
|
|
674
|
+
message_set_wire_format: boolean;
|
|
675
|
+
no_standard_descriptor_accessor: boolean;
|
|
676
|
+
deprecated: boolean;
|
|
677
|
+
map_entry: boolean;
|
|
678
|
+
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
679
|
+
}
|
|
680
|
+
export interface FieldOptions {
|
|
1039
681
|
/**
|
|
1040
|
-
*
|
|
1041
|
-
*
|
|
1042
|
-
*
|
|
1043
|
-
*
|
|
1044
|
-
*
|
|
1045
|
-
* The message must be defined exactly as follows:
|
|
1046
|
-
* message Foo {
|
|
1047
|
-
* option message_set_wire_format = true;
|
|
1048
|
-
* extensions 4 to max;
|
|
1049
|
-
* }
|
|
1050
|
-
* Note that the message cannot have any defined fields; MessageSets only
|
|
1051
|
-
* have extensions.
|
|
1052
|
-
*
|
|
1053
|
-
* All extensions of your type must be singular messages; e.g. they cannot
|
|
1054
|
-
* be int32s, enums, or repeated messages.
|
|
1055
|
-
*
|
|
1056
|
-
* Because this is an option, the above two restrictions are not enforced by
|
|
1057
|
-
* the protocol compiler.
|
|
682
|
+
* The ctype option instructs the C++ code generator to use a different
|
|
683
|
+
* representation of the field than it normally would. See the specific
|
|
684
|
+
* options below. This option is not yet implemented in the open source
|
|
685
|
+
* release -- sorry, we'll try to include it in a future version!
|
|
1058
686
|
*/
|
|
1059
|
-
|
|
1060
|
-
/**
|
|
1061
|
-
* Disables the generation of the standard "descriptor()" accessor, which can
|
|
1062
|
-
* conflict with a field of the same name. This is meant to make migration
|
|
1063
|
-
* from proto1 easier; new code should avoid fields named "descriptor".
|
|
1064
|
-
*/
|
|
1065
|
-
no_standard_descriptor_accessor?: boolean;
|
|
1066
|
-
/**
|
|
1067
|
-
* Is this message deprecated?
|
|
1068
|
-
* Depending on the target platform, this can emit Deprecated annotations
|
|
1069
|
-
* for the message, or it will be completely ignored; in the very least,
|
|
1070
|
-
* this is a formalization for deprecating messages.
|
|
1071
|
-
*/
|
|
1072
|
-
deprecated?: boolean;
|
|
1073
|
-
/**
|
|
1074
|
-
* Whether the message is an automatically generated map entry type for the
|
|
1075
|
-
* maps field.
|
|
1076
|
-
*
|
|
1077
|
-
* For maps fields:
|
|
1078
|
-
* map<KeyType, ValueType> map_field = 1;
|
|
1079
|
-
* The parsed descriptor looks like:
|
|
1080
|
-
* message MapFieldEntry {
|
|
1081
|
-
* option map_entry = true;
|
|
1082
|
-
* optional KeyType key = 1;
|
|
1083
|
-
* optional ValueType value = 2;
|
|
1084
|
-
* }
|
|
1085
|
-
* repeated MapFieldEntry map_field = 1;
|
|
1086
|
-
*
|
|
1087
|
-
* Implementations may choose not to generate the map_entry=true message, but
|
|
1088
|
-
* use a native map in the target language to hold the keys and values.
|
|
1089
|
-
* The reflection APIs in such implementations still need to work as
|
|
1090
|
-
* if the field is a repeated message field.
|
|
1091
|
-
*
|
|
1092
|
-
* NOTE: Do not set the option in .proto files. Always use the maps syntax
|
|
1093
|
-
* instead. The option should only be implicitly set by the proto compiler
|
|
1094
|
-
* parser.
|
|
1095
|
-
*/
|
|
1096
|
-
map_entry?: boolean;
|
|
1097
|
-
/** The parser stores options it doesn't recognize here. See above. */
|
|
1098
|
-
uninterpreted_option?: UninterpretedOptionAmino[];
|
|
1099
|
-
}
|
|
1100
|
-
export interface MessageOptionsAminoMsg {
|
|
1101
|
-
type: '/google.protobuf.MessageOptions';
|
|
1102
|
-
value: MessageOptionsAmino;
|
|
1103
|
-
}
|
|
1104
|
-
export interface MessageOptionsSDKType {
|
|
1105
|
-
message_set_wire_format: boolean;
|
|
1106
|
-
no_standard_descriptor_accessor: boolean;
|
|
1107
|
-
deprecated: boolean;
|
|
1108
|
-
map_entry: boolean;
|
|
1109
|
-
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
1110
|
-
}
|
|
1111
|
-
export interface FieldOptions {
|
|
1112
|
-
/**
|
|
1113
|
-
* The ctype option instructs the C++ code generator to use a different
|
|
1114
|
-
* representation of the field than it normally would. See the specific
|
|
1115
|
-
* options below. This option is not yet implemented in the open source
|
|
1116
|
-
* release -- sorry, we'll try to include it in a future version!
|
|
1117
|
-
*/
|
|
1118
|
-
ctype: FieldOptions_CType;
|
|
687
|
+
ctype: FieldOptions_CType;
|
|
1119
688
|
/**
|
|
1120
689
|
* The packed option can be enabled for repeated primitive fields to enable
|
|
1121
690
|
* a more efficient representation on the wire. Rather than repeatedly
|
|
@@ -1185,83 +754,6 @@ export interface FieldOptionsProtoMsg {
|
|
|
1185
754
|
typeUrl: '/google.protobuf.FieldOptions';
|
|
1186
755
|
value: Uint8Array;
|
|
1187
756
|
}
|
|
1188
|
-
export interface FieldOptionsAmino {
|
|
1189
|
-
/**
|
|
1190
|
-
* The ctype option instructs the C++ code generator to use a different
|
|
1191
|
-
* representation of the field than it normally would. See the specific
|
|
1192
|
-
* options below. This option is not yet implemented in the open source
|
|
1193
|
-
* release -- sorry, we'll try to include it in a future version!
|
|
1194
|
-
*/
|
|
1195
|
-
ctype?: FieldOptions_CType;
|
|
1196
|
-
/**
|
|
1197
|
-
* The packed option can be enabled for repeated primitive fields to enable
|
|
1198
|
-
* a more efficient representation on the wire. Rather than repeatedly
|
|
1199
|
-
* writing the tag and type for each element, the entire array is encoded as
|
|
1200
|
-
* a single length-delimited blob. In proto3, only explicit setting it to
|
|
1201
|
-
* false will avoid using packed encoding.
|
|
1202
|
-
*/
|
|
1203
|
-
packed?: boolean;
|
|
1204
|
-
/**
|
|
1205
|
-
* The jstype option determines the JavaScript type used for values of the
|
|
1206
|
-
* field. The option is permitted only for 64 bit integral and fixed types
|
|
1207
|
-
* (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
|
|
1208
|
-
* is represented as JavaScript string, which avoids loss of precision that
|
|
1209
|
-
* can happen when a large value is converted to a floating point JavaScript.
|
|
1210
|
-
* Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
|
|
1211
|
-
* use the JavaScript "number" type. The behavior of the default option
|
|
1212
|
-
* JS_NORMAL is implementation dependent.
|
|
1213
|
-
*
|
|
1214
|
-
* This option is an enum to permit additional types to be added, e.g.
|
|
1215
|
-
* goog.math.Integer.
|
|
1216
|
-
*/
|
|
1217
|
-
jstype?: FieldOptions_JSType;
|
|
1218
|
-
/**
|
|
1219
|
-
* Should this field be parsed lazily? Lazy applies only to message-type
|
|
1220
|
-
* fields. It means that when the outer message is initially parsed, the
|
|
1221
|
-
* inner message's contents will not be parsed but instead stored in encoded
|
|
1222
|
-
* form. The inner message will actually be parsed when it is first accessed.
|
|
1223
|
-
*
|
|
1224
|
-
* This is only a hint. Implementations are free to choose whether to use
|
|
1225
|
-
* eager or lazy parsing regardless of the value of this option. However,
|
|
1226
|
-
* setting this option true suggests that the protocol author believes that
|
|
1227
|
-
* using lazy parsing on this field is worth the additional bookkeeping
|
|
1228
|
-
* overhead typically needed to implement it.
|
|
1229
|
-
*
|
|
1230
|
-
* This option does not affect the public interface of any generated code;
|
|
1231
|
-
* all method signatures remain the same. Furthermore, thread-safety of the
|
|
1232
|
-
* interface is not affected by this option; const methods remain safe to
|
|
1233
|
-
* call from multiple threads concurrently, while non-const methods continue
|
|
1234
|
-
* to require exclusive access.
|
|
1235
|
-
*
|
|
1236
|
-
*
|
|
1237
|
-
* Note that implementations may choose not to check required fields within
|
|
1238
|
-
* a lazy sub-message. That is, calling IsInitialized() on the outer message
|
|
1239
|
-
* may return true even if the inner message has missing required fields.
|
|
1240
|
-
* This is necessary because otherwise the inner message would have to be
|
|
1241
|
-
* parsed in order to perform the check, defeating the purpose of lazy
|
|
1242
|
-
* parsing. An implementation which chooses not to check required fields
|
|
1243
|
-
* must be consistent about it. That is, for any particular sub-message, the
|
|
1244
|
-
* implementation must either *always* check its required fields, or *never*
|
|
1245
|
-
* check its required fields, regardless of whether or not the message has
|
|
1246
|
-
* been parsed.
|
|
1247
|
-
*/
|
|
1248
|
-
lazy?: boolean;
|
|
1249
|
-
/**
|
|
1250
|
-
* Is this field deprecated?
|
|
1251
|
-
* Depending on the target platform, this can emit Deprecated annotations
|
|
1252
|
-
* for accessors, or it will be completely ignored; in the very least, this
|
|
1253
|
-
* is a formalization for deprecating fields.
|
|
1254
|
-
*/
|
|
1255
|
-
deprecated?: boolean;
|
|
1256
|
-
/** For Google-internal migration only. Do not use. */
|
|
1257
|
-
weak?: boolean;
|
|
1258
|
-
/** The parser stores options it doesn't recognize here. See above. */
|
|
1259
|
-
uninterpreted_option?: UninterpretedOptionAmino[];
|
|
1260
|
-
}
|
|
1261
|
-
export interface FieldOptionsAminoMsg {
|
|
1262
|
-
type: '/google.protobuf.FieldOptions';
|
|
1263
|
-
value: FieldOptionsAmino;
|
|
1264
|
-
}
|
|
1265
757
|
export interface FieldOptionsSDKType {
|
|
1266
758
|
ctype: FieldOptions_CType;
|
|
1267
759
|
packed: boolean;
|
|
@@ -1279,14 +771,6 @@ export interface OneofOptionsProtoMsg {
|
|
|
1279
771
|
typeUrl: '/google.protobuf.OneofOptions';
|
|
1280
772
|
value: Uint8Array;
|
|
1281
773
|
}
|
|
1282
|
-
export interface OneofOptionsAmino {
|
|
1283
|
-
/** The parser stores options it doesn't recognize here. See above. */
|
|
1284
|
-
uninterpreted_option?: UninterpretedOptionAmino[];
|
|
1285
|
-
}
|
|
1286
|
-
export interface OneofOptionsAminoMsg {
|
|
1287
|
-
type: '/google.protobuf.OneofOptions';
|
|
1288
|
-
value: OneofOptionsAmino;
|
|
1289
|
-
}
|
|
1290
774
|
export interface OneofOptionsSDKType {
|
|
1291
775
|
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
1292
776
|
}
|
|
@@ -1310,26 +794,6 @@ export interface EnumOptionsProtoMsg {
|
|
|
1310
794
|
typeUrl: '/google.protobuf.EnumOptions';
|
|
1311
795
|
value: Uint8Array;
|
|
1312
796
|
}
|
|
1313
|
-
export interface EnumOptionsAmino {
|
|
1314
|
-
/**
|
|
1315
|
-
* Set this option to true to allow mapping different tag names to the same
|
|
1316
|
-
* value.
|
|
1317
|
-
*/
|
|
1318
|
-
allow_alias?: boolean;
|
|
1319
|
-
/**
|
|
1320
|
-
* Is this enum deprecated?
|
|
1321
|
-
* Depending on the target platform, this can emit Deprecated annotations
|
|
1322
|
-
* for the enum, or it will be completely ignored; in the very least, this
|
|
1323
|
-
* is a formalization for deprecating enums.
|
|
1324
|
-
*/
|
|
1325
|
-
deprecated?: boolean;
|
|
1326
|
-
/** The parser stores options it doesn't recognize here. See above. */
|
|
1327
|
-
uninterpreted_option?: UninterpretedOptionAmino[];
|
|
1328
|
-
}
|
|
1329
|
-
export interface EnumOptionsAminoMsg {
|
|
1330
|
-
type: '/google.protobuf.EnumOptions';
|
|
1331
|
-
value: EnumOptionsAmino;
|
|
1332
|
-
}
|
|
1333
797
|
export interface EnumOptionsSDKType {
|
|
1334
798
|
allow_alias: boolean;
|
|
1335
799
|
deprecated: boolean;
|
|
@@ -1350,21 +814,6 @@ export interface EnumValueOptionsProtoMsg {
|
|
|
1350
814
|
typeUrl: '/google.protobuf.EnumValueOptions';
|
|
1351
815
|
value: Uint8Array;
|
|
1352
816
|
}
|
|
1353
|
-
export interface EnumValueOptionsAmino {
|
|
1354
|
-
/**
|
|
1355
|
-
* Is this enum value deprecated?
|
|
1356
|
-
* Depending on the target platform, this can emit Deprecated annotations
|
|
1357
|
-
* for the enum value, or it will be completely ignored; in the very least,
|
|
1358
|
-
* this is a formalization for deprecating enum values.
|
|
1359
|
-
*/
|
|
1360
|
-
deprecated?: boolean;
|
|
1361
|
-
/** The parser stores options it doesn't recognize here. See above. */
|
|
1362
|
-
uninterpreted_option?: UninterpretedOptionAmino[];
|
|
1363
|
-
}
|
|
1364
|
-
export interface EnumValueOptionsAminoMsg {
|
|
1365
|
-
type: '/google.protobuf.EnumValueOptions';
|
|
1366
|
-
value: EnumValueOptionsAmino;
|
|
1367
|
-
}
|
|
1368
817
|
export interface EnumValueOptionsSDKType {
|
|
1369
818
|
deprecated: boolean;
|
|
1370
819
|
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
@@ -1384,21 +833,6 @@ export interface ServiceOptionsProtoMsg {
|
|
|
1384
833
|
typeUrl: '/google.protobuf.ServiceOptions';
|
|
1385
834
|
value: Uint8Array;
|
|
1386
835
|
}
|
|
1387
|
-
export interface ServiceOptionsAmino {
|
|
1388
|
-
/**
|
|
1389
|
-
* Is this service deprecated?
|
|
1390
|
-
* Depending on the target platform, this can emit Deprecated annotations
|
|
1391
|
-
* for the service, or it will be completely ignored; in the very least,
|
|
1392
|
-
* this is a formalization for deprecating services.
|
|
1393
|
-
*/
|
|
1394
|
-
deprecated?: boolean;
|
|
1395
|
-
/** The parser stores options it doesn't recognize here. See above. */
|
|
1396
|
-
uninterpreted_option?: UninterpretedOptionAmino[];
|
|
1397
|
-
}
|
|
1398
|
-
export interface ServiceOptionsAminoMsg {
|
|
1399
|
-
type: '/google.protobuf.ServiceOptions';
|
|
1400
|
-
value: ServiceOptionsAmino;
|
|
1401
|
-
}
|
|
1402
836
|
export interface ServiceOptionsSDKType {
|
|
1403
837
|
deprecated: boolean;
|
|
1404
838
|
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
@@ -1419,22 +853,6 @@ export interface MethodOptionsProtoMsg {
|
|
|
1419
853
|
typeUrl: '/google.protobuf.MethodOptions';
|
|
1420
854
|
value: Uint8Array;
|
|
1421
855
|
}
|
|
1422
|
-
export interface MethodOptionsAmino {
|
|
1423
|
-
/**
|
|
1424
|
-
* Is this method deprecated?
|
|
1425
|
-
* Depending on the target platform, this can emit Deprecated annotations
|
|
1426
|
-
* for the method, or it will be completely ignored; in the very least,
|
|
1427
|
-
* this is a formalization for deprecating methods.
|
|
1428
|
-
*/
|
|
1429
|
-
deprecated?: boolean;
|
|
1430
|
-
idempotency_level?: MethodOptions_IdempotencyLevel;
|
|
1431
|
-
/** The parser stores options it doesn't recognize here. See above. */
|
|
1432
|
-
uninterpreted_option?: UninterpretedOptionAmino[];
|
|
1433
|
-
}
|
|
1434
|
-
export interface MethodOptionsAminoMsg {
|
|
1435
|
-
type: '/google.protobuf.MethodOptions';
|
|
1436
|
-
value: MethodOptionsAmino;
|
|
1437
|
-
}
|
|
1438
856
|
export interface MethodOptionsSDKType {
|
|
1439
857
|
deprecated: boolean;
|
|
1440
858
|
idempotency_level: MethodOptions_IdempotencyLevel;
|
|
@@ -1465,31 +883,6 @@ export interface UninterpretedOptionProtoMsg {
|
|
|
1465
883
|
typeUrl: '/google.protobuf.UninterpretedOption';
|
|
1466
884
|
value: Uint8Array;
|
|
1467
885
|
}
|
|
1468
|
-
/**
|
|
1469
|
-
* A message representing a option the parser does not recognize. This only
|
|
1470
|
-
* appears in options protos created by the compiler::Parser class.
|
|
1471
|
-
* DescriptorPool resolves these when building Descriptor objects. Therefore,
|
|
1472
|
-
* options protos in descriptor objects (e.g. returned by Descriptor::options(),
|
|
1473
|
-
* or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
|
|
1474
|
-
* in them.
|
|
1475
|
-
*/
|
|
1476
|
-
export interface UninterpretedOptionAmino {
|
|
1477
|
-
name?: UninterpretedOption_NamePartAmino[];
|
|
1478
|
-
/**
|
|
1479
|
-
* The value of the uninterpreted option, in whatever type the tokenizer
|
|
1480
|
-
* identified it as during parsing. Exactly one of these should be set.
|
|
1481
|
-
*/
|
|
1482
|
-
identifier_value?: string;
|
|
1483
|
-
positive_int_value?: string;
|
|
1484
|
-
negative_int_value?: string;
|
|
1485
|
-
double_value?: number;
|
|
1486
|
-
string_value?: string;
|
|
1487
|
-
aggregate_value?: string;
|
|
1488
|
-
}
|
|
1489
|
-
export interface UninterpretedOptionAminoMsg {
|
|
1490
|
-
type: '/google.protobuf.UninterpretedOption';
|
|
1491
|
-
value: UninterpretedOptionAmino;
|
|
1492
|
-
}
|
|
1493
886
|
/**
|
|
1494
887
|
* A message representing a option the parser does not recognize. This only
|
|
1495
888
|
* appears in options protos created by the compiler::Parser class.
|
|
@@ -1522,21 +915,6 @@ export interface UninterpretedOption_NamePartProtoMsg {
|
|
|
1522
915
|
typeUrl: '/google.protobuf.NamePart';
|
|
1523
916
|
value: Uint8Array;
|
|
1524
917
|
}
|
|
1525
|
-
/**
|
|
1526
|
-
* The name of the uninterpreted option. Each string represents a segment in
|
|
1527
|
-
* a dot-separated name. is_extension is true iff a segment represents an
|
|
1528
|
-
* extension (denoted with parentheses in options specs in .proto files).
|
|
1529
|
-
* E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents
|
|
1530
|
-
* "foo.(bar.baz).qux".
|
|
1531
|
-
*/
|
|
1532
|
-
export interface UninterpretedOption_NamePartAmino {
|
|
1533
|
-
name_part?: string;
|
|
1534
|
-
is_extension?: boolean;
|
|
1535
|
-
}
|
|
1536
|
-
export interface UninterpretedOption_NamePartAminoMsg {
|
|
1537
|
-
type: '/google.protobuf.NamePart';
|
|
1538
|
-
value: UninterpretedOption_NamePartAmino;
|
|
1539
|
-
}
|
|
1540
918
|
/**
|
|
1541
919
|
* The name of the uninterpreted option. Each string represents a segment in
|
|
1542
920
|
* a dot-separated name. is_extension is true iff a segment represents an
|
|
@@ -1604,62 +982,6 @@ export interface SourceCodeInfoProtoMsg {
|
|
|
1604
982
|
typeUrl: '/google.protobuf.SourceCodeInfo';
|
|
1605
983
|
value: Uint8Array;
|
|
1606
984
|
}
|
|
1607
|
-
/**
|
|
1608
|
-
* Encapsulates information about the original source file from which a
|
|
1609
|
-
* FileDescriptorProto was generated.
|
|
1610
|
-
*/
|
|
1611
|
-
export interface SourceCodeInfoAmino {
|
|
1612
|
-
/**
|
|
1613
|
-
* A Location identifies a piece of source code in a .proto file which
|
|
1614
|
-
* corresponds to a particular definition. This information is intended
|
|
1615
|
-
* to be useful to IDEs, code indexers, documentation generators, and similar
|
|
1616
|
-
* tools.
|
|
1617
|
-
*
|
|
1618
|
-
* For example, say we have a file like:
|
|
1619
|
-
* message Foo {
|
|
1620
|
-
* optional string foo = 1;
|
|
1621
|
-
* }
|
|
1622
|
-
* Let's look at just the field definition:
|
|
1623
|
-
* optional string foo = 1;
|
|
1624
|
-
* ^ ^^ ^^ ^ ^^^
|
|
1625
|
-
* a bc de f ghi
|
|
1626
|
-
* We have the following locations:
|
|
1627
|
-
* span path represents
|
|
1628
|
-
* [a,i) [ 4, 0, 2, 0 ] The whole field definition.
|
|
1629
|
-
* [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).
|
|
1630
|
-
* [c,d) [ 4, 0, 2, 0, 5 ] The type (string).
|
|
1631
|
-
* [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).
|
|
1632
|
-
* [g,h) [ 4, 0, 2, 0, 3 ] The number (1).
|
|
1633
|
-
*
|
|
1634
|
-
* Notes:
|
|
1635
|
-
* - A location may refer to a repeated field itself (i.e. not to any
|
|
1636
|
-
* particular index within it). This is used whenever a set of elements are
|
|
1637
|
-
* logically enclosed in a single code segment. For example, an entire
|
|
1638
|
-
* extend block (possibly containing multiple extension definitions) will
|
|
1639
|
-
* have an outer location whose path refers to the "extensions" repeated
|
|
1640
|
-
* field without an index.
|
|
1641
|
-
* - Multiple locations may have the same path. This happens when a single
|
|
1642
|
-
* logical declaration is spread out across multiple places. The most
|
|
1643
|
-
* obvious example is the "extend" block again -- there may be multiple
|
|
1644
|
-
* extend blocks in the same scope, each of which will have the same path.
|
|
1645
|
-
* - A location's span is not always a subset of its parent's span. For
|
|
1646
|
-
* example, the "extendee" of an extension declaration appears at the
|
|
1647
|
-
* beginning of the "extend" block and is shared by all extensions within
|
|
1648
|
-
* the block.
|
|
1649
|
-
* - Just because a location's span is a subset of some other location's span
|
|
1650
|
-
* does not mean that it is a descendant. For example, a "group" defines
|
|
1651
|
-
* both a type and a field in a single declaration. Thus, the locations
|
|
1652
|
-
* corresponding to the type and field and their components will overlap.
|
|
1653
|
-
* - Code which tries to interpret locations should probably be designed to
|
|
1654
|
-
* ignore those that it doesn't understand, as more types of locations could
|
|
1655
|
-
* be recorded in the future.
|
|
1656
|
-
*/
|
|
1657
|
-
location?: SourceCodeInfo_LocationAmino[];
|
|
1658
|
-
}
|
|
1659
|
-
export interface SourceCodeInfoAminoMsg {
|
|
1660
|
-
type: '/google.protobuf.SourceCodeInfo';
|
|
1661
|
-
value: SourceCodeInfoAmino;
|
|
1662
|
-
}
|
|
1663
985
|
/**
|
|
1664
986
|
* Encapsulates information about the original source file from which a
|
|
1665
987
|
* FileDescriptorProto was generated.
|
|
@@ -1759,98 +1081,6 @@ export interface SourceCodeInfo_LocationProtoMsg {
|
|
|
1759
1081
|
typeUrl: '/google.protobuf.Location';
|
|
1760
1082
|
value: Uint8Array;
|
|
1761
1083
|
}
|
|
1762
|
-
export interface SourceCodeInfo_LocationAmino {
|
|
1763
|
-
/**
|
|
1764
|
-
* Identifies which part of the FileDescriptorProto was defined at this
|
|
1765
|
-
* location.
|
|
1766
|
-
*
|
|
1767
|
-
* Each element is a field number or an index. They form a path from
|
|
1768
|
-
* the root FileDescriptorProto to the place where the definition. For
|
|
1769
|
-
* example, this path:
|
|
1770
|
-
* [ 4, 3, 2, 7, 1 ]
|
|
1771
|
-
* refers to:
|
|
1772
|
-
* file.message_type(3) // 4, 3
|
|
1773
|
-
* .field(7) // 2, 7
|
|
1774
|
-
* .name() // 1
|
|
1775
|
-
* This is because FileDescriptorProto.message_type has field number 4:
|
|
1776
|
-
* repeated DescriptorProto message_type = 4;
|
|
1777
|
-
* and DescriptorProto.field has field number 2:
|
|
1778
|
-
* repeated FieldDescriptorProto field = 2;
|
|
1779
|
-
* and FieldDescriptorProto.name has field number 1:
|
|
1780
|
-
* optional string name = 1;
|
|
1781
|
-
*
|
|
1782
|
-
* Thus, the above path gives the location of a field name. If we removed
|
|
1783
|
-
* the last element:
|
|
1784
|
-
* [ 4, 3, 2, 7 ]
|
|
1785
|
-
* this path refers to the whole field declaration (from the beginning
|
|
1786
|
-
* of the label to the terminating semicolon).
|
|
1787
|
-
*/
|
|
1788
|
-
path?: number[];
|
|
1789
|
-
/**
|
|
1790
|
-
* Always has exactly three or four elements: start line, start column,
|
|
1791
|
-
* end line (optional, otherwise assumed same as start line), end column.
|
|
1792
|
-
* These are packed into a single field for efficiency. Note that line
|
|
1793
|
-
* and column numbers are zero-based -- typically you will want to add
|
|
1794
|
-
* 1 to each before displaying to a user.
|
|
1795
|
-
*/
|
|
1796
|
-
span?: number[];
|
|
1797
|
-
/**
|
|
1798
|
-
* If this SourceCodeInfo represents a complete declaration, these are any
|
|
1799
|
-
* comments appearing before and after the declaration which appear to be
|
|
1800
|
-
* attached to the declaration.
|
|
1801
|
-
*
|
|
1802
|
-
* A series of line comments appearing on consecutive lines, with no other
|
|
1803
|
-
* tokens appearing on those lines, will be treated as a single comment.
|
|
1804
|
-
*
|
|
1805
|
-
* leading_detached_comments will keep paragraphs of comments that appear
|
|
1806
|
-
* before (but not connected to) the current element. Each paragraph,
|
|
1807
|
-
* separated by empty lines, will be one comment element in the repeated
|
|
1808
|
-
* field.
|
|
1809
|
-
*
|
|
1810
|
-
* Only the comment content is provided; comment markers (e.g. //) are
|
|
1811
|
-
* stripped out. For block comments, leading whitespace and an asterisk
|
|
1812
|
-
* will be stripped from the beginning of each line other than the first.
|
|
1813
|
-
* Newlines are included in the output.
|
|
1814
|
-
*
|
|
1815
|
-
* Examples:
|
|
1816
|
-
*
|
|
1817
|
-
* optional int32 foo = 1; // Comment attached to foo.
|
|
1818
|
-
* // Comment attached to bar.
|
|
1819
|
-
* optional int32 bar = 2;
|
|
1820
|
-
*
|
|
1821
|
-
* optional string baz = 3;
|
|
1822
|
-
* // Comment attached to baz.
|
|
1823
|
-
* // Another line attached to baz.
|
|
1824
|
-
*
|
|
1825
|
-
* // Comment attached to qux.
|
|
1826
|
-
* //
|
|
1827
|
-
* // Another line attached to qux.
|
|
1828
|
-
* optional double qux = 4;
|
|
1829
|
-
*
|
|
1830
|
-
* // Detached comment for corge. This is not leading or trailing comments
|
|
1831
|
-
* // to qux or corge because there are blank lines separating it from
|
|
1832
|
-
* // both.
|
|
1833
|
-
*
|
|
1834
|
-
* // Detached comment for corge paragraph 2.
|
|
1835
|
-
*
|
|
1836
|
-
* optional string corge = 5;
|
|
1837
|
-
* /* Block comment attached
|
|
1838
|
-
* * to corge. Leading asterisks
|
|
1839
|
-
* * will be removed. *\/
|
|
1840
|
-
* /* Block comment attached to
|
|
1841
|
-
* * grault. *\/
|
|
1842
|
-
* optional int32 grault = 6;
|
|
1843
|
-
*
|
|
1844
|
-
* // ignored detached comments.
|
|
1845
|
-
*/
|
|
1846
|
-
leading_comments?: string;
|
|
1847
|
-
trailing_comments?: string;
|
|
1848
|
-
leading_detached_comments?: string[];
|
|
1849
|
-
}
|
|
1850
|
-
export interface SourceCodeInfo_LocationAminoMsg {
|
|
1851
|
-
type: '/google.protobuf.Location';
|
|
1852
|
-
value: SourceCodeInfo_LocationAmino;
|
|
1853
|
-
}
|
|
1854
1084
|
export interface SourceCodeInfo_LocationSDKType {
|
|
1855
1085
|
path: number[];
|
|
1856
1086
|
span: number[];
|
|
@@ -1874,22 +1104,6 @@ export interface GeneratedCodeInfoProtoMsg {
|
|
|
1874
1104
|
typeUrl: '/google.protobuf.GeneratedCodeInfo';
|
|
1875
1105
|
value: Uint8Array;
|
|
1876
1106
|
}
|
|
1877
|
-
/**
|
|
1878
|
-
* Describes the relationship between generated code and its original source
|
|
1879
|
-
* file. A GeneratedCodeInfo message is associated with only one generated
|
|
1880
|
-
* source file, but may contain references to different source .proto files.
|
|
1881
|
-
*/
|
|
1882
|
-
export interface GeneratedCodeInfoAmino {
|
|
1883
|
-
/**
|
|
1884
|
-
* An Annotation connects some span of text in generated code to an element
|
|
1885
|
-
* of its generating .proto file.
|
|
1886
|
-
*/
|
|
1887
|
-
annotation?: GeneratedCodeInfo_AnnotationAmino[];
|
|
1888
|
-
}
|
|
1889
|
-
export interface GeneratedCodeInfoAminoMsg {
|
|
1890
|
-
type: '/google.protobuf.GeneratedCodeInfo';
|
|
1891
|
-
value: GeneratedCodeInfoAmino;
|
|
1892
|
-
}
|
|
1893
1107
|
/**
|
|
1894
1108
|
* Describes the relationship between generated code and its original source
|
|
1895
1109
|
* file. A GeneratedCodeInfo message is associated with only one generated
|
|
@@ -1922,30 +1136,6 @@ export interface GeneratedCodeInfo_AnnotationProtoMsg {
|
|
|
1922
1136
|
typeUrl: '/google.protobuf.Annotation';
|
|
1923
1137
|
value: Uint8Array;
|
|
1924
1138
|
}
|
|
1925
|
-
export interface GeneratedCodeInfo_AnnotationAmino {
|
|
1926
|
-
/**
|
|
1927
|
-
* Identifies the element in the original source .proto file. This field
|
|
1928
|
-
* is formatted the same as SourceCodeInfo.Location.path.
|
|
1929
|
-
*/
|
|
1930
|
-
path?: number[];
|
|
1931
|
-
/** Identifies the filesystem path to the original source .proto. */
|
|
1932
|
-
source_file?: string;
|
|
1933
|
-
/**
|
|
1934
|
-
* Identifies the starting offset in bytes in the generated code
|
|
1935
|
-
* that relates to the identified object.
|
|
1936
|
-
*/
|
|
1937
|
-
begin?: number;
|
|
1938
|
-
/**
|
|
1939
|
-
* Identifies the ending offset in bytes in the generated code that
|
|
1940
|
-
* relates to the identified offset. The end offset should be one past
|
|
1941
|
-
* the last relevant byte (so the length of the text = end - begin).
|
|
1942
|
-
*/
|
|
1943
|
-
end?: number;
|
|
1944
|
-
}
|
|
1945
|
-
export interface GeneratedCodeInfo_AnnotationAminoMsg {
|
|
1946
|
-
type: '/google.protobuf.Annotation';
|
|
1947
|
-
value: GeneratedCodeInfo_AnnotationAmino;
|
|
1948
|
-
}
|
|
1949
1139
|
export interface GeneratedCodeInfo_AnnotationSDKType {
|
|
1950
1140
|
path: number[];
|
|
1951
1141
|
source_file: string;
|
|
@@ -1957,11 +1147,8 @@ export declare const FileDescriptorSet: {
|
|
|
1957
1147
|
encode(message: FileDescriptorSet, writer?: BinaryWriter): BinaryWriter;
|
|
1958
1148
|
decode(input: BinaryReader | Uint8Array, length?: number): FileDescriptorSet;
|
|
1959
1149
|
fromJSON(object: any): FileDescriptorSet;
|
|
1960
|
-
toJSON(message: FileDescriptorSet):
|
|
1150
|
+
toJSON(message: FileDescriptorSet): JsonSafe<FileDescriptorSet>;
|
|
1961
1151
|
fromPartial(object: Partial<FileDescriptorSet>): FileDescriptorSet;
|
|
1962
|
-
fromAmino(object: FileDescriptorSetAmino): FileDescriptorSet;
|
|
1963
|
-
toAmino(message: FileDescriptorSet): FileDescriptorSetAmino;
|
|
1964
|
-
fromAminoMsg(object: FileDescriptorSetAminoMsg): FileDescriptorSet;
|
|
1965
1152
|
fromProtoMsg(message: FileDescriptorSetProtoMsg): FileDescriptorSet;
|
|
1966
1153
|
toProto(message: FileDescriptorSet): Uint8Array;
|
|
1967
1154
|
toProtoMsg(message: FileDescriptorSet): FileDescriptorSetProtoMsg;
|
|
@@ -1971,11 +1158,8 @@ export declare const FileDescriptorProto: {
|
|
|
1971
1158
|
encode(message: FileDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
1972
1159
|
decode(input: BinaryReader | Uint8Array, length?: number): FileDescriptorProto;
|
|
1973
1160
|
fromJSON(object: any): FileDescriptorProto;
|
|
1974
|
-
toJSON(message: FileDescriptorProto):
|
|
1161
|
+
toJSON(message: FileDescriptorProto): JsonSafe<FileDescriptorProto>;
|
|
1975
1162
|
fromPartial(object: Partial<FileDescriptorProto>): FileDescriptorProto;
|
|
1976
|
-
fromAmino(object: FileDescriptorProtoAmino): FileDescriptorProto;
|
|
1977
|
-
toAmino(message: FileDescriptorProto): FileDescriptorProtoAmino;
|
|
1978
|
-
fromAminoMsg(object: FileDescriptorProtoAminoMsg): FileDescriptorProto;
|
|
1979
1163
|
fromProtoMsg(message: FileDescriptorProtoProtoMsg): FileDescriptorProto;
|
|
1980
1164
|
toProto(message: FileDescriptorProto): Uint8Array;
|
|
1981
1165
|
toProtoMsg(message: FileDescriptorProto): FileDescriptorProtoProtoMsg;
|
|
@@ -1985,11 +1169,8 @@ export declare const DescriptorProto: {
|
|
|
1985
1169
|
encode(message: DescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
1986
1170
|
decode(input: BinaryReader | Uint8Array, length?: number): DescriptorProto;
|
|
1987
1171
|
fromJSON(object: any): DescriptorProto;
|
|
1988
|
-
toJSON(message: DescriptorProto):
|
|
1172
|
+
toJSON(message: DescriptorProto): JsonSafe<DescriptorProto>;
|
|
1989
1173
|
fromPartial(object: Partial<DescriptorProto>): DescriptorProto;
|
|
1990
|
-
fromAmino(object: DescriptorProtoAmino): DescriptorProto;
|
|
1991
|
-
toAmino(message: DescriptorProto): DescriptorProtoAmino;
|
|
1992
|
-
fromAminoMsg(object: DescriptorProtoAminoMsg): DescriptorProto;
|
|
1993
1174
|
fromProtoMsg(message: DescriptorProtoProtoMsg): DescriptorProto;
|
|
1994
1175
|
toProto(message: DescriptorProto): Uint8Array;
|
|
1995
1176
|
toProtoMsg(message: DescriptorProto): DescriptorProtoProtoMsg;
|
|
@@ -1999,11 +1180,8 @@ export declare const DescriptorProto_ExtensionRange: {
|
|
|
1999
1180
|
encode(message: DescriptorProto_ExtensionRange, writer?: BinaryWriter): BinaryWriter;
|
|
2000
1181
|
decode(input: BinaryReader | Uint8Array, length?: number): DescriptorProto_ExtensionRange;
|
|
2001
1182
|
fromJSON(object: any): DescriptorProto_ExtensionRange;
|
|
2002
|
-
toJSON(message: DescriptorProto_ExtensionRange):
|
|
1183
|
+
toJSON(message: DescriptorProto_ExtensionRange): JsonSafe<DescriptorProto_ExtensionRange>;
|
|
2003
1184
|
fromPartial(object: Partial<DescriptorProto_ExtensionRange>): DescriptorProto_ExtensionRange;
|
|
2004
|
-
fromAmino(object: DescriptorProto_ExtensionRangeAmino): DescriptorProto_ExtensionRange;
|
|
2005
|
-
toAmino(message: DescriptorProto_ExtensionRange): DescriptorProto_ExtensionRangeAmino;
|
|
2006
|
-
fromAminoMsg(object: DescriptorProto_ExtensionRangeAminoMsg): DescriptorProto_ExtensionRange;
|
|
2007
1185
|
fromProtoMsg(message: DescriptorProto_ExtensionRangeProtoMsg): DescriptorProto_ExtensionRange;
|
|
2008
1186
|
toProto(message: DescriptorProto_ExtensionRange): Uint8Array;
|
|
2009
1187
|
toProtoMsg(message: DescriptorProto_ExtensionRange): DescriptorProto_ExtensionRangeProtoMsg;
|
|
@@ -2013,11 +1191,8 @@ export declare const DescriptorProto_ReservedRange: {
|
|
|
2013
1191
|
encode(message: DescriptorProto_ReservedRange, writer?: BinaryWriter): BinaryWriter;
|
|
2014
1192
|
decode(input: BinaryReader | Uint8Array, length?: number): DescriptorProto_ReservedRange;
|
|
2015
1193
|
fromJSON(object: any): DescriptorProto_ReservedRange;
|
|
2016
|
-
toJSON(message: DescriptorProto_ReservedRange):
|
|
1194
|
+
toJSON(message: DescriptorProto_ReservedRange): JsonSafe<DescriptorProto_ReservedRange>;
|
|
2017
1195
|
fromPartial(object: Partial<DescriptorProto_ReservedRange>): DescriptorProto_ReservedRange;
|
|
2018
|
-
fromAmino(object: DescriptorProto_ReservedRangeAmino): DescriptorProto_ReservedRange;
|
|
2019
|
-
toAmino(message: DescriptorProto_ReservedRange): DescriptorProto_ReservedRangeAmino;
|
|
2020
|
-
fromAminoMsg(object: DescriptorProto_ReservedRangeAminoMsg): DescriptorProto_ReservedRange;
|
|
2021
1196
|
fromProtoMsg(message: DescriptorProto_ReservedRangeProtoMsg): DescriptorProto_ReservedRange;
|
|
2022
1197
|
toProto(message: DescriptorProto_ReservedRange): Uint8Array;
|
|
2023
1198
|
toProtoMsg(message: DescriptorProto_ReservedRange): DescriptorProto_ReservedRangeProtoMsg;
|
|
@@ -2027,11 +1202,8 @@ export declare const ExtensionRangeOptions: {
|
|
|
2027
1202
|
encode(message: ExtensionRangeOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2028
1203
|
decode(input: BinaryReader | Uint8Array, length?: number): ExtensionRangeOptions;
|
|
2029
1204
|
fromJSON(object: any): ExtensionRangeOptions;
|
|
2030
|
-
toJSON(message: ExtensionRangeOptions):
|
|
1205
|
+
toJSON(message: ExtensionRangeOptions): JsonSafe<ExtensionRangeOptions>;
|
|
2031
1206
|
fromPartial(object: Partial<ExtensionRangeOptions>): ExtensionRangeOptions;
|
|
2032
|
-
fromAmino(object: ExtensionRangeOptionsAmino): ExtensionRangeOptions;
|
|
2033
|
-
toAmino(message: ExtensionRangeOptions): ExtensionRangeOptionsAmino;
|
|
2034
|
-
fromAminoMsg(object: ExtensionRangeOptionsAminoMsg): ExtensionRangeOptions;
|
|
2035
1207
|
fromProtoMsg(message: ExtensionRangeOptionsProtoMsg): ExtensionRangeOptions;
|
|
2036
1208
|
toProto(message: ExtensionRangeOptions): Uint8Array;
|
|
2037
1209
|
toProtoMsg(message: ExtensionRangeOptions): ExtensionRangeOptionsProtoMsg;
|
|
@@ -2041,11 +1213,8 @@ export declare const FieldDescriptorProto: {
|
|
|
2041
1213
|
encode(message: FieldDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2042
1214
|
decode(input: BinaryReader | Uint8Array, length?: number): FieldDescriptorProto;
|
|
2043
1215
|
fromJSON(object: any): FieldDescriptorProto;
|
|
2044
|
-
toJSON(message: FieldDescriptorProto):
|
|
1216
|
+
toJSON(message: FieldDescriptorProto): JsonSafe<FieldDescriptorProto>;
|
|
2045
1217
|
fromPartial(object: Partial<FieldDescriptorProto>): FieldDescriptorProto;
|
|
2046
|
-
fromAmino(object: FieldDescriptorProtoAmino): FieldDescriptorProto;
|
|
2047
|
-
toAmino(message: FieldDescriptorProto): FieldDescriptorProtoAmino;
|
|
2048
|
-
fromAminoMsg(object: FieldDescriptorProtoAminoMsg): FieldDescriptorProto;
|
|
2049
1218
|
fromProtoMsg(message: FieldDescriptorProtoProtoMsg): FieldDescriptorProto;
|
|
2050
1219
|
toProto(message: FieldDescriptorProto): Uint8Array;
|
|
2051
1220
|
toProtoMsg(message: FieldDescriptorProto): FieldDescriptorProtoProtoMsg;
|
|
@@ -2055,11 +1224,8 @@ export declare const OneofDescriptorProto: {
|
|
|
2055
1224
|
encode(message: OneofDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2056
1225
|
decode(input: BinaryReader | Uint8Array, length?: number): OneofDescriptorProto;
|
|
2057
1226
|
fromJSON(object: any): OneofDescriptorProto;
|
|
2058
|
-
toJSON(message: OneofDescriptorProto):
|
|
1227
|
+
toJSON(message: OneofDescriptorProto): JsonSafe<OneofDescriptorProto>;
|
|
2059
1228
|
fromPartial(object: Partial<OneofDescriptorProto>): OneofDescriptorProto;
|
|
2060
|
-
fromAmino(object: OneofDescriptorProtoAmino): OneofDescriptorProto;
|
|
2061
|
-
toAmino(message: OneofDescriptorProto): OneofDescriptorProtoAmino;
|
|
2062
|
-
fromAminoMsg(object: OneofDescriptorProtoAminoMsg): OneofDescriptorProto;
|
|
2063
1229
|
fromProtoMsg(message: OneofDescriptorProtoProtoMsg): OneofDescriptorProto;
|
|
2064
1230
|
toProto(message: OneofDescriptorProto): Uint8Array;
|
|
2065
1231
|
toProtoMsg(message: OneofDescriptorProto): OneofDescriptorProtoProtoMsg;
|
|
@@ -2069,11 +1235,8 @@ export declare const EnumDescriptorProto: {
|
|
|
2069
1235
|
encode(message: EnumDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2070
1236
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumDescriptorProto;
|
|
2071
1237
|
fromJSON(object: any): EnumDescriptorProto;
|
|
2072
|
-
toJSON(message: EnumDescriptorProto):
|
|
1238
|
+
toJSON(message: EnumDescriptorProto): JsonSafe<EnumDescriptorProto>;
|
|
2073
1239
|
fromPartial(object: Partial<EnumDescriptorProto>): EnumDescriptorProto;
|
|
2074
|
-
fromAmino(object: EnumDescriptorProtoAmino): EnumDescriptorProto;
|
|
2075
|
-
toAmino(message: EnumDescriptorProto): EnumDescriptorProtoAmino;
|
|
2076
|
-
fromAminoMsg(object: EnumDescriptorProtoAminoMsg): EnumDescriptorProto;
|
|
2077
1240
|
fromProtoMsg(message: EnumDescriptorProtoProtoMsg): EnumDescriptorProto;
|
|
2078
1241
|
toProto(message: EnumDescriptorProto): Uint8Array;
|
|
2079
1242
|
toProtoMsg(message: EnumDescriptorProto): EnumDescriptorProtoProtoMsg;
|
|
@@ -2083,11 +1246,8 @@ export declare const EnumDescriptorProto_EnumReservedRange: {
|
|
|
2083
1246
|
encode(message: EnumDescriptorProto_EnumReservedRange, writer?: BinaryWriter): BinaryWriter;
|
|
2084
1247
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumDescriptorProto_EnumReservedRange;
|
|
2085
1248
|
fromJSON(object: any): EnumDescriptorProto_EnumReservedRange;
|
|
2086
|
-
toJSON(message: EnumDescriptorProto_EnumReservedRange):
|
|
1249
|
+
toJSON(message: EnumDescriptorProto_EnumReservedRange): JsonSafe<EnumDescriptorProto_EnumReservedRange>;
|
|
2087
1250
|
fromPartial(object: Partial<EnumDescriptorProto_EnumReservedRange>): EnumDescriptorProto_EnumReservedRange;
|
|
2088
|
-
fromAmino(object: EnumDescriptorProto_EnumReservedRangeAmino): EnumDescriptorProto_EnumReservedRange;
|
|
2089
|
-
toAmino(message: EnumDescriptorProto_EnumReservedRange): EnumDescriptorProto_EnumReservedRangeAmino;
|
|
2090
|
-
fromAminoMsg(object: EnumDescriptorProto_EnumReservedRangeAminoMsg): EnumDescriptorProto_EnumReservedRange;
|
|
2091
1251
|
fromProtoMsg(message: EnumDescriptorProto_EnumReservedRangeProtoMsg): EnumDescriptorProto_EnumReservedRange;
|
|
2092
1252
|
toProto(message: EnumDescriptorProto_EnumReservedRange): Uint8Array;
|
|
2093
1253
|
toProtoMsg(message: EnumDescriptorProto_EnumReservedRange): EnumDescriptorProto_EnumReservedRangeProtoMsg;
|
|
@@ -2097,11 +1257,8 @@ export declare const EnumValueDescriptorProto: {
|
|
|
2097
1257
|
encode(message: EnumValueDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2098
1258
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumValueDescriptorProto;
|
|
2099
1259
|
fromJSON(object: any): EnumValueDescriptorProto;
|
|
2100
|
-
toJSON(message: EnumValueDescriptorProto):
|
|
1260
|
+
toJSON(message: EnumValueDescriptorProto): JsonSafe<EnumValueDescriptorProto>;
|
|
2101
1261
|
fromPartial(object: Partial<EnumValueDescriptorProto>): EnumValueDescriptorProto;
|
|
2102
|
-
fromAmino(object: EnumValueDescriptorProtoAmino): EnumValueDescriptorProto;
|
|
2103
|
-
toAmino(message: EnumValueDescriptorProto): EnumValueDescriptorProtoAmino;
|
|
2104
|
-
fromAminoMsg(object: EnumValueDescriptorProtoAminoMsg): EnumValueDescriptorProto;
|
|
2105
1262
|
fromProtoMsg(message: EnumValueDescriptorProtoProtoMsg): EnumValueDescriptorProto;
|
|
2106
1263
|
toProto(message: EnumValueDescriptorProto): Uint8Array;
|
|
2107
1264
|
toProtoMsg(message: EnumValueDescriptorProto): EnumValueDescriptorProtoProtoMsg;
|
|
@@ -2111,11 +1268,8 @@ export declare const ServiceDescriptorProto: {
|
|
|
2111
1268
|
encode(message: ServiceDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2112
1269
|
decode(input: BinaryReader | Uint8Array, length?: number): ServiceDescriptorProto;
|
|
2113
1270
|
fromJSON(object: any): ServiceDescriptorProto;
|
|
2114
|
-
toJSON(message: ServiceDescriptorProto):
|
|
1271
|
+
toJSON(message: ServiceDescriptorProto): JsonSafe<ServiceDescriptorProto>;
|
|
2115
1272
|
fromPartial(object: Partial<ServiceDescriptorProto>): ServiceDescriptorProto;
|
|
2116
|
-
fromAmino(object: ServiceDescriptorProtoAmino): ServiceDescriptorProto;
|
|
2117
|
-
toAmino(message: ServiceDescriptorProto): ServiceDescriptorProtoAmino;
|
|
2118
|
-
fromAminoMsg(object: ServiceDescriptorProtoAminoMsg): ServiceDescriptorProto;
|
|
2119
1273
|
fromProtoMsg(message: ServiceDescriptorProtoProtoMsg): ServiceDescriptorProto;
|
|
2120
1274
|
toProto(message: ServiceDescriptorProto): Uint8Array;
|
|
2121
1275
|
toProtoMsg(message: ServiceDescriptorProto): ServiceDescriptorProtoProtoMsg;
|
|
@@ -2125,11 +1279,8 @@ export declare const MethodDescriptorProto: {
|
|
|
2125
1279
|
encode(message: MethodDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2126
1280
|
decode(input: BinaryReader | Uint8Array, length?: number): MethodDescriptorProto;
|
|
2127
1281
|
fromJSON(object: any): MethodDescriptorProto;
|
|
2128
|
-
toJSON(message: MethodDescriptorProto):
|
|
1282
|
+
toJSON(message: MethodDescriptorProto): JsonSafe<MethodDescriptorProto>;
|
|
2129
1283
|
fromPartial(object: Partial<MethodDescriptorProto>): MethodDescriptorProto;
|
|
2130
|
-
fromAmino(object: MethodDescriptorProtoAmino): MethodDescriptorProto;
|
|
2131
|
-
toAmino(message: MethodDescriptorProto): MethodDescriptorProtoAmino;
|
|
2132
|
-
fromAminoMsg(object: MethodDescriptorProtoAminoMsg): MethodDescriptorProto;
|
|
2133
1284
|
fromProtoMsg(message: MethodDescriptorProtoProtoMsg): MethodDescriptorProto;
|
|
2134
1285
|
toProto(message: MethodDescriptorProto): Uint8Array;
|
|
2135
1286
|
toProtoMsg(message: MethodDescriptorProto): MethodDescriptorProtoProtoMsg;
|
|
@@ -2139,11 +1290,8 @@ export declare const FileOptions: {
|
|
|
2139
1290
|
encode(message: FileOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2140
1291
|
decode(input: BinaryReader | Uint8Array, length?: number): FileOptions;
|
|
2141
1292
|
fromJSON(object: any): FileOptions;
|
|
2142
|
-
toJSON(message: FileOptions):
|
|
1293
|
+
toJSON(message: FileOptions): JsonSafe<FileOptions>;
|
|
2143
1294
|
fromPartial(object: Partial<FileOptions>): FileOptions;
|
|
2144
|
-
fromAmino(object: FileOptionsAmino): FileOptions;
|
|
2145
|
-
toAmino(message: FileOptions): FileOptionsAmino;
|
|
2146
|
-
fromAminoMsg(object: FileOptionsAminoMsg): FileOptions;
|
|
2147
1295
|
fromProtoMsg(message: FileOptionsProtoMsg): FileOptions;
|
|
2148
1296
|
toProto(message: FileOptions): Uint8Array;
|
|
2149
1297
|
toProtoMsg(message: FileOptions): FileOptionsProtoMsg;
|
|
@@ -2153,11 +1301,8 @@ export declare const MessageOptions: {
|
|
|
2153
1301
|
encode(message: MessageOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2154
1302
|
decode(input: BinaryReader | Uint8Array, length?: number): MessageOptions;
|
|
2155
1303
|
fromJSON(object: any): MessageOptions;
|
|
2156
|
-
toJSON(message: MessageOptions):
|
|
1304
|
+
toJSON(message: MessageOptions): JsonSafe<MessageOptions>;
|
|
2157
1305
|
fromPartial(object: Partial<MessageOptions>): MessageOptions;
|
|
2158
|
-
fromAmino(object: MessageOptionsAmino): MessageOptions;
|
|
2159
|
-
toAmino(message: MessageOptions): MessageOptionsAmino;
|
|
2160
|
-
fromAminoMsg(object: MessageOptionsAminoMsg): MessageOptions;
|
|
2161
1306
|
fromProtoMsg(message: MessageOptionsProtoMsg): MessageOptions;
|
|
2162
1307
|
toProto(message: MessageOptions): Uint8Array;
|
|
2163
1308
|
toProtoMsg(message: MessageOptions): MessageOptionsProtoMsg;
|
|
@@ -2167,11 +1312,8 @@ export declare const FieldOptions: {
|
|
|
2167
1312
|
encode(message: FieldOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2168
1313
|
decode(input: BinaryReader | Uint8Array, length?: number): FieldOptions;
|
|
2169
1314
|
fromJSON(object: any): FieldOptions;
|
|
2170
|
-
toJSON(message: FieldOptions):
|
|
1315
|
+
toJSON(message: FieldOptions): JsonSafe<FieldOptions>;
|
|
2171
1316
|
fromPartial(object: Partial<FieldOptions>): FieldOptions;
|
|
2172
|
-
fromAmino(object: FieldOptionsAmino): FieldOptions;
|
|
2173
|
-
toAmino(message: FieldOptions): FieldOptionsAmino;
|
|
2174
|
-
fromAminoMsg(object: FieldOptionsAminoMsg): FieldOptions;
|
|
2175
1317
|
fromProtoMsg(message: FieldOptionsProtoMsg): FieldOptions;
|
|
2176
1318
|
toProto(message: FieldOptions): Uint8Array;
|
|
2177
1319
|
toProtoMsg(message: FieldOptions): FieldOptionsProtoMsg;
|
|
@@ -2181,11 +1323,8 @@ export declare const OneofOptions: {
|
|
|
2181
1323
|
encode(message: OneofOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2182
1324
|
decode(input: BinaryReader | Uint8Array, length?: number): OneofOptions;
|
|
2183
1325
|
fromJSON(object: any): OneofOptions;
|
|
2184
|
-
toJSON(message: OneofOptions):
|
|
1326
|
+
toJSON(message: OneofOptions): JsonSafe<OneofOptions>;
|
|
2185
1327
|
fromPartial(object: Partial<OneofOptions>): OneofOptions;
|
|
2186
|
-
fromAmino(object: OneofOptionsAmino): OneofOptions;
|
|
2187
|
-
toAmino(message: OneofOptions): OneofOptionsAmino;
|
|
2188
|
-
fromAminoMsg(object: OneofOptionsAminoMsg): OneofOptions;
|
|
2189
1328
|
fromProtoMsg(message: OneofOptionsProtoMsg): OneofOptions;
|
|
2190
1329
|
toProto(message: OneofOptions): Uint8Array;
|
|
2191
1330
|
toProtoMsg(message: OneofOptions): OneofOptionsProtoMsg;
|
|
@@ -2195,11 +1334,8 @@ export declare const EnumOptions: {
|
|
|
2195
1334
|
encode(message: EnumOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2196
1335
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumOptions;
|
|
2197
1336
|
fromJSON(object: any): EnumOptions;
|
|
2198
|
-
toJSON(message: EnumOptions):
|
|
1337
|
+
toJSON(message: EnumOptions): JsonSafe<EnumOptions>;
|
|
2199
1338
|
fromPartial(object: Partial<EnumOptions>): EnumOptions;
|
|
2200
|
-
fromAmino(object: EnumOptionsAmino): EnumOptions;
|
|
2201
|
-
toAmino(message: EnumOptions): EnumOptionsAmino;
|
|
2202
|
-
fromAminoMsg(object: EnumOptionsAminoMsg): EnumOptions;
|
|
2203
1339
|
fromProtoMsg(message: EnumOptionsProtoMsg): EnumOptions;
|
|
2204
1340
|
toProto(message: EnumOptions): Uint8Array;
|
|
2205
1341
|
toProtoMsg(message: EnumOptions): EnumOptionsProtoMsg;
|
|
@@ -2209,11 +1345,8 @@ export declare const EnumValueOptions: {
|
|
|
2209
1345
|
encode(message: EnumValueOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2210
1346
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumValueOptions;
|
|
2211
1347
|
fromJSON(object: any): EnumValueOptions;
|
|
2212
|
-
toJSON(message: EnumValueOptions):
|
|
1348
|
+
toJSON(message: EnumValueOptions): JsonSafe<EnumValueOptions>;
|
|
2213
1349
|
fromPartial(object: Partial<EnumValueOptions>): EnumValueOptions;
|
|
2214
|
-
fromAmino(object: EnumValueOptionsAmino): EnumValueOptions;
|
|
2215
|
-
toAmino(message: EnumValueOptions): EnumValueOptionsAmino;
|
|
2216
|
-
fromAminoMsg(object: EnumValueOptionsAminoMsg): EnumValueOptions;
|
|
2217
1350
|
fromProtoMsg(message: EnumValueOptionsProtoMsg): EnumValueOptions;
|
|
2218
1351
|
toProto(message: EnumValueOptions): Uint8Array;
|
|
2219
1352
|
toProtoMsg(message: EnumValueOptions): EnumValueOptionsProtoMsg;
|
|
@@ -2223,11 +1356,8 @@ export declare const ServiceOptions: {
|
|
|
2223
1356
|
encode(message: ServiceOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2224
1357
|
decode(input: BinaryReader | Uint8Array, length?: number): ServiceOptions;
|
|
2225
1358
|
fromJSON(object: any): ServiceOptions;
|
|
2226
|
-
toJSON(message: ServiceOptions):
|
|
1359
|
+
toJSON(message: ServiceOptions): JsonSafe<ServiceOptions>;
|
|
2227
1360
|
fromPartial(object: Partial<ServiceOptions>): ServiceOptions;
|
|
2228
|
-
fromAmino(object: ServiceOptionsAmino): ServiceOptions;
|
|
2229
|
-
toAmino(message: ServiceOptions): ServiceOptionsAmino;
|
|
2230
|
-
fromAminoMsg(object: ServiceOptionsAminoMsg): ServiceOptions;
|
|
2231
1361
|
fromProtoMsg(message: ServiceOptionsProtoMsg): ServiceOptions;
|
|
2232
1362
|
toProto(message: ServiceOptions): Uint8Array;
|
|
2233
1363
|
toProtoMsg(message: ServiceOptions): ServiceOptionsProtoMsg;
|
|
@@ -2237,11 +1367,8 @@ export declare const MethodOptions: {
|
|
|
2237
1367
|
encode(message: MethodOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2238
1368
|
decode(input: BinaryReader | Uint8Array, length?: number): MethodOptions;
|
|
2239
1369
|
fromJSON(object: any): MethodOptions;
|
|
2240
|
-
toJSON(message: MethodOptions):
|
|
1370
|
+
toJSON(message: MethodOptions): JsonSafe<MethodOptions>;
|
|
2241
1371
|
fromPartial(object: Partial<MethodOptions>): MethodOptions;
|
|
2242
|
-
fromAmino(object: MethodOptionsAmino): MethodOptions;
|
|
2243
|
-
toAmino(message: MethodOptions): MethodOptionsAmino;
|
|
2244
|
-
fromAminoMsg(object: MethodOptionsAminoMsg): MethodOptions;
|
|
2245
1372
|
fromProtoMsg(message: MethodOptionsProtoMsg): MethodOptions;
|
|
2246
1373
|
toProto(message: MethodOptions): Uint8Array;
|
|
2247
1374
|
toProtoMsg(message: MethodOptions): MethodOptionsProtoMsg;
|
|
@@ -2251,11 +1378,8 @@ export declare const UninterpretedOption: {
|
|
|
2251
1378
|
encode(message: UninterpretedOption, writer?: BinaryWriter): BinaryWriter;
|
|
2252
1379
|
decode(input: BinaryReader | Uint8Array, length?: number): UninterpretedOption;
|
|
2253
1380
|
fromJSON(object: any): UninterpretedOption;
|
|
2254
|
-
toJSON(message: UninterpretedOption):
|
|
1381
|
+
toJSON(message: UninterpretedOption): JsonSafe<UninterpretedOption>;
|
|
2255
1382
|
fromPartial(object: Partial<UninterpretedOption>): UninterpretedOption;
|
|
2256
|
-
fromAmino(object: UninterpretedOptionAmino): UninterpretedOption;
|
|
2257
|
-
toAmino(message: UninterpretedOption): UninterpretedOptionAmino;
|
|
2258
|
-
fromAminoMsg(object: UninterpretedOptionAminoMsg): UninterpretedOption;
|
|
2259
1383
|
fromProtoMsg(message: UninterpretedOptionProtoMsg): UninterpretedOption;
|
|
2260
1384
|
toProto(message: UninterpretedOption): Uint8Array;
|
|
2261
1385
|
toProtoMsg(message: UninterpretedOption): UninterpretedOptionProtoMsg;
|
|
@@ -2265,11 +1389,8 @@ export declare const UninterpretedOption_NamePart: {
|
|
|
2265
1389
|
encode(message: UninterpretedOption_NamePart, writer?: BinaryWriter): BinaryWriter;
|
|
2266
1390
|
decode(input: BinaryReader | Uint8Array, length?: number): UninterpretedOption_NamePart;
|
|
2267
1391
|
fromJSON(object: any): UninterpretedOption_NamePart;
|
|
2268
|
-
toJSON(message: UninterpretedOption_NamePart):
|
|
1392
|
+
toJSON(message: UninterpretedOption_NamePart): JsonSafe<UninterpretedOption_NamePart>;
|
|
2269
1393
|
fromPartial(object: Partial<UninterpretedOption_NamePart>): UninterpretedOption_NamePart;
|
|
2270
|
-
fromAmino(object: UninterpretedOption_NamePartAmino): UninterpretedOption_NamePart;
|
|
2271
|
-
toAmino(message: UninterpretedOption_NamePart): UninterpretedOption_NamePartAmino;
|
|
2272
|
-
fromAminoMsg(object: UninterpretedOption_NamePartAminoMsg): UninterpretedOption_NamePart;
|
|
2273
1394
|
fromProtoMsg(message: UninterpretedOption_NamePartProtoMsg): UninterpretedOption_NamePart;
|
|
2274
1395
|
toProto(message: UninterpretedOption_NamePart): Uint8Array;
|
|
2275
1396
|
toProtoMsg(message: UninterpretedOption_NamePart): UninterpretedOption_NamePartProtoMsg;
|
|
@@ -2279,11 +1400,8 @@ export declare const SourceCodeInfo: {
|
|
|
2279
1400
|
encode(message: SourceCodeInfo, writer?: BinaryWriter): BinaryWriter;
|
|
2280
1401
|
decode(input: BinaryReader | Uint8Array, length?: number): SourceCodeInfo;
|
|
2281
1402
|
fromJSON(object: any): SourceCodeInfo;
|
|
2282
|
-
toJSON(message: SourceCodeInfo):
|
|
1403
|
+
toJSON(message: SourceCodeInfo): JsonSafe<SourceCodeInfo>;
|
|
2283
1404
|
fromPartial(object: Partial<SourceCodeInfo>): SourceCodeInfo;
|
|
2284
|
-
fromAmino(object: SourceCodeInfoAmino): SourceCodeInfo;
|
|
2285
|
-
toAmino(message: SourceCodeInfo): SourceCodeInfoAmino;
|
|
2286
|
-
fromAminoMsg(object: SourceCodeInfoAminoMsg): SourceCodeInfo;
|
|
2287
1405
|
fromProtoMsg(message: SourceCodeInfoProtoMsg): SourceCodeInfo;
|
|
2288
1406
|
toProto(message: SourceCodeInfo): Uint8Array;
|
|
2289
1407
|
toProtoMsg(message: SourceCodeInfo): SourceCodeInfoProtoMsg;
|
|
@@ -2293,11 +1411,8 @@ export declare const SourceCodeInfo_Location: {
|
|
|
2293
1411
|
encode(message: SourceCodeInfo_Location, writer?: BinaryWriter): BinaryWriter;
|
|
2294
1412
|
decode(input: BinaryReader | Uint8Array, length?: number): SourceCodeInfo_Location;
|
|
2295
1413
|
fromJSON(object: any): SourceCodeInfo_Location;
|
|
2296
|
-
toJSON(message: SourceCodeInfo_Location):
|
|
1414
|
+
toJSON(message: SourceCodeInfo_Location): JsonSafe<SourceCodeInfo_Location>;
|
|
2297
1415
|
fromPartial(object: Partial<SourceCodeInfo_Location>): SourceCodeInfo_Location;
|
|
2298
|
-
fromAmino(object: SourceCodeInfo_LocationAmino): SourceCodeInfo_Location;
|
|
2299
|
-
toAmino(message: SourceCodeInfo_Location): SourceCodeInfo_LocationAmino;
|
|
2300
|
-
fromAminoMsg(object: SourceCodeInfo_LocationAminoMsg): SourceCodeInfo_Location;
|
|
2301
1416
|
fromProtoMsg(message: SourceCodeInfo_LocationProtoMsg): SourceCodeInfo_Location;
|
|
2302
1417
|
toProto(message: SourceCodeInfo_Location): Uint8Array;
|
|
2303
1418
|
toProtoMsg(message: SourceCodeInfo_Location): SourceCodeInfo_LocationProtoMsg;
|
|
@@ -2307,11 +1422,8 @@ export declare const GeneratedCodeInfo: {
|
|
|
2307
1422
|
encode(message: GeneratedCodeInfo, writer?: BinaryWriter): BinaryWriter;
|
|
2308
1423
|
decode(input: BinaryReader | Uint8Array, length?: number): GeneratedCodeInfo;
|
|
2309
1424
|
fromJSON(object: any): GeneratedCodeInfo;
|
|
2310
|
-
toJSON(message: GeneratedCodeInfo):
|
|
1425
|
+
toJSON(message: GeneratedCodeInfo): JsonSafe<GeneratedCodeInfo>;
|
|
2311
1426
|
fromPartial(object: Partial<GeneratedCodeInfo>): GeneratedCodeInfo;
|
|
2312
|
-
fromAmino(object: GeneratedCodeInfoAmino): GeneratedCodeInfo;
|
|
2313
|
-
toAmino(message: GeneratedCodeInfo): GeneratedCodeInfoAmino;
|
|
2314
|
-
fromAminoMsg(object: GeneratedCodeInfoAminoMsg): GeneratedCodeInfo;
|
|
2315
1427
|
fromProtoMsg(message: GeneratedCodeInfoProtoMsg): GeneratedCodeInfo;
|
|
2316
1428
|
toProto(message: GeneratedCodeInfo): Uint8Array;
|
|
2317
1429
|
toProtoMsg(message: GeneratedCodeInfo): GeneratedCodeInfoProtoMsg;
|
|
@@ -2321,11 +1433,8 @@ export declare const GeneratedCodeInfo_Annotation: {
|
|
|
2321
1433
|
encode(message: GeneratedCodeInfo_Annotation, writer?: BinaryWriter): BinaryWriter;
|
|
2322
1434
|
decode(input: BinaryReader | Uint8Array, length?: number): GeneratedCodeInfo_Annotation;
|
|
2323
1435
|
fromJSON(object: any): GeneratedCodeInfo_Annotation;
|
|
2324
|
-
toJSON(message: GeneratedCodeInfo_Annotation):
|
|
1436
|
+
toJSON(message: GeneratedCodeInfo_Annotation): JsonSafe<GeneratedCodeInfo_Annotation>;
|
|
2325
1437
|
fromPartial(object: Partial<GeneratedCodeInfo_Annotation>): GeneratedCodeInfo_Annotation;
|
|
2326
|
-
fromAmino(object: GeneratedCodeInfo_AnnotationAmino): GeneratedCodeInfo_Annotation;
|
|
2327
|
-
toAmino(message: GeneratedCodeInfo_Annotation): GeneratedCodeInfo_AnnotationAmino;
|
|
2328
|
-
fromAminoMsg(object: GeneratedCodeInfo_AnnotationAminoMsg): GeneratedCodeInfo_Annotation;
|
|
2329
1438
|
fromProtoMsg(message: GeneratedCodeInfo_AnnotationProtoMsg): GeneratedCodeInfo_Annotation;
|
|
2330
1439
|
toProto(message: GeneratedCodeInfo_Annotation): Uint8Array;
|
|
2331
1440
|
toProtoMsg(message: GeneratedCodeInfo_Annotation): GeneratedCodeInfo_AnnotationProtoMsg;
|