@agoric/cosmic-proto 0.4.1-orchestration-dev-096c4e8.0 → 0.4.1-other-dev-3eb1a1d.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -21
- package/dist/codegen/agoric/bundle.d.ts +130 -500
- package/dist/codegen/agoric/bundle.js +3 -23
- 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 +1 -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 +2 -26
- package/dist/codegen/agoric/lien/lien.js.map +1 -1
- package/dist/codegen/agoric/swingset/genesis.d.ts +6 -28
- package/dist/codegen/agoric/swingset/genesis.js +14 -46
- 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 +1 -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 -86
- package/dist/codegen/agoric/swingset/query.js.map +1 -1
- package/dist/codegen/agoric/swingset/swingset.d.ts +63 -193
- package/dist/codegen/agoric/swingset/swingset.js +84 -213
- 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 -19
- package/dist/codegen/agoric/vbank/genesis.js.map +1 -1
- package/dist/codegen/agoric/vbank/msgs.js.map +1 -1
- package/dist/codegen/agoric/vbank/query.d.ts +6 -49
- package/dist/codegen/agoric/vbank/query.js +1 -52
- package/dist/codegen/agoric/vbank/query.js.map +1 -1
- package/dist/codegen/agoric/vbank/vbank.d.ts +11 -55
- package/dist/codegen/agoric/vbank/vbank.js +21 -72
- 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 -30
- 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 +1 -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 +1 -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 +1 -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 +1 -33
- package/dist/codegen/agoric/vstorage/vstorage.js.map +1 -1
- package/dist/codegen/agoric/vtransfer/genesis.d.ts +26 -0
- package/dist/codegen/agoric/vtransfer/genesis.js +70 -0
- package/dist/codegen/agoric/vtransfer/genesis.js.map +1 -0
- 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 +337 -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 +86 -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 +1113 -0
- package/dist/codegen/cosmos/auth/v1beta1/query.js.map +1 -0
- package/dist/codegen/cosmos/authz/v1beta1/authz.d.ts +135 -0
- package/dist/codegen/cosmos/authz/v1beta1/authz.js +334 -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 +161 -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 +71 -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 +506 -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 +415 -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 +71 -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 +592 -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 +196 -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 +1347 -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 +267 -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 +1012 -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 +112 -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 +1 -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 +1755 -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 +1 -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 +123 -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 +109 -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 +367 -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 +82 -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 +144 -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 +123 -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 +125 -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 +837 -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 +1207 -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 +512 -0
- package/dist/codegen/cosmos/distribution/v1beta1/tx.js.map +1 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +159 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/feegrant.js +412 -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 +71 -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 +461 -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 +267 -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 +177 -0
- package/dist/codegen/cosmos/gov/v1/genesis.js.map +1 -0
- package/dist/codegen/cosmos/gov/v1/gov.d.ts +317 -0
- package/dist/codegen/cosmos/gov/v1/gov.js +928 -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 +1216 -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 +730 -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 +177 -0
- package/dist/codegen/cosmos/gov/v1beta1/genesis.js.map +1 -0
- package/dist/codegen/cosmos/gov/v1beta1/gov.d.ts +363 -0
- package/dist/codegen/cosmos/gov/v1beta1/gov.js +1003 -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 +1216 -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 +578 -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 +696 -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 +190 -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 +2096 -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 +2073 -0
- package/dist/codegen/cosmos/group/v1/tx.js.map +1 -0
- package/dist/codegen/cosmos/group/v1/types.d.ts +554 -0
- package/dist/codegen/cosmos/group/v1/types.js +1387 -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 +82 -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 +330 -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 +171 -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 +327 -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 +240 -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 +256 -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 +2069 -0
- package/dist/codegen/cosmos/staking/v1beta1/query.js.map +1 -0
- package/dist/codegen/cosmos/staking/v1beta1/staking.d.ts +718 -0
- package/dist/codegen/cosmos/staking/v1beta1/staking.js +1915 -0
- package/dist/codegen/cosmos/staking/v1beta1/staking.js.map +1 -0
- package/dist/codegen/cosmos/staking/v1beta1/tx.d.ts +355 -0
- package/dist/codegen/cosmos/staking/v1beta1/tx.js +968 -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 +516 -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 +975 -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 +1256 -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 +592 -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 +228 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/tx.js.map +1 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +9 -110
- package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.js +12 -128
- 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 +865 -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 +674 -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 +1 -47
- package/dist/codegen/cosmos_proto/cosmos.js.map +1 -1
- package/dist/codegen/gogoproto/bundle.js +2 -2
- package/dist/codegen/gogoproto/gogo.js.map +1 -1
- package/dist/codegen/google/api/annotations.js.map +1 -1
- package/dist/codegen/google/api/http.d.ts +4 -380
- package/dist/codegen/google/api/http.js +1 -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 +1 -15
- package/dist/codegen/google/protobuf/any.js.map +1 -1
- package/dist/codegen/google/protobuf/descriptor.d.ts +45 -937
- package/dist/codegen/google/protobuf/descriptor.js +4 -1002
- 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 +79 -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 +50 -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 +2 -12
- package/dist/codegen/google/protobuf/timestamp.js.map +1 -1
- package/dist/codegen/helpers.d.ts +20 -5
- package/dist/codegen/helpers.js +105 -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 +66 -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 +243 -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 +314 -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 +503 -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 +83 -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 +114 -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 +86 -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 +119 -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 +190 -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 +178 -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 +96 -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 +634 -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 +147 -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 +220 -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 +103 -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 +1 -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 +281 -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 +2344 -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 +1745 -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 +1 -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 +301 -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 +1283 -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 +587 -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 +259 -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 +678 -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 +122 -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 +952 -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 +843 -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 +78 -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 +1520 -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 +1514 -0
- package/dist/codegen/ibc/lightclients/solomachine/v2/solomachine.js.map +1 -0
- package/dist/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +233 -0
- package/dist/codegen/ibc/lightclients/tendermint/v1/tendermint.js +628 -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 +78 -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 +83 -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 +270 -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 +114 -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 +124 -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 +1436 -0
- package/dist/codegen/proofs.js.map +1 -0
- package/dist/codegen/tendermint/abci/types.d.ts +1270 -0
- package/dist/codegen/tendermint/abci/types.js +4434 -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 +85 -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 +409 -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 +94 -0
- package/dist/codegen/tendermint/libs/bits/types.js.map +1 -0
- package/dist/codegen/tendermint/p2p/types.d.ts +138 -0
- package/dist/codegen/tendermint/p2p/types.js +506 -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 +119 -0
- package/dist/codegen/tendermint/types/block.js.map +1 -0
- package/dist/codegen/tendermint/types/evidence.d.ts +111 -0
- package/dist/codegen/tendermint/types/evidence.js +415 -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 +529 -0
- package/dist/codegen/tendermint/types/params.js.map +1 -0
- package/dist/codegen/tendermint/types/types.d.ts +428 -0
- package/dist/codegen/tendermint/types/types.js +1534 -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 +299 -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 +155 -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 +56 -0
- package/dist/helpers.js +22 -0
- package/dist/helpers.js.map +1 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +99 -19
- 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 { type JsonSafe } from '../../json-safe.js';
|
|
2
3
|
export declare enum FieldDescriptorProto_Type {
|
|
3
4
|
/**
|
|
4
5
|
* TYPE_DOUBLE - 0 is reserved for errors.
|
|
@@ -28,6 +29,7 @@ export declare enum FieldDescriptorProto_Type {
|
|
|
28
29
|
* treat group fields as unknown fields.
|
|
29
30
|
*/
|
|
30
31
|
TYPE_GROUP = 10,
|
|
32
|
+
/** TYPE_MESSAGE - Length-delimited aggregate. */
|
|
31
33
|
TYPE_MESSAGE = 11,
|
|
32
34
|
/** TYPE_BYTES - New in version 2. */
|
|
33
35
|
TYPE_BYTES = 12,
|
|
@@ -42,7 +44,6 @@ export declare enum FieldDescriptorProto_Type {
|
|
|
42
44
|
UNRECOGNIZED = -1
|
|
43
45
|
}
|
|
44
46
|
export declare const FieldDescriptorProto_TypeSDKType: typeof FieldDescriptorProto_Type;
|
|
45
|
-
export declare const FieldDescriptorProto_TypeAmino: typeof FieldDescriptorProto_Type;
|
|
46
47
|
export declare function fieldDescriptorProto_TypeFromJSON(object: any): FieldDescriptorProto_Type;
|
|
47
48
|
export declare function fieldDescriptorProto_TypeToJSON(object: FieldDescriptorProto_Type): string;
|
|
48
49
|
export declare enum FieldDescriptorProto_Label {
|
|
@@ -53,24 +54,19 @@ export declare enum FieldDescriptorProto_Label {
|
|
|
53
54
|
UNRECOGNIZED = -1
|
|
54
55
|
}
|
|
55
56
|
export declare const FieldDescriptorProto_LabelSDKType: typeof FieldDescriptorProto_Label;
|
|
56
|
-
export declare const FieldDescriptorProto_LabelAmino: typeof FieldDescriptorProto_Label;
|
|
57
57
|
export declare function fieldDescriptorProto_LabelFromJSON(object: any): FieldDescriptorProto_Label;
|
|
58
58
|
export declare function fieldDescriptorProto_LabelToJSON(object: FieldDescriptorProto_Label): string;
|
|
59
59
|
/** Generated classes can be optimized for speed or code size. */
|
|
60
60
|
export declare enum FileOptions_OptimizeMode {
|
|
61
|
-
/**
|
|
62
|
-
* SPEED - Generate complete code for parsing, serialization,
|
|
63
|
-
* etc.
|
|
64
|
-
*/
|
|
61
|
+
/** SPEED - Generate complete code for parsing, serialization, */
|
|
65
62
|
SPEED = 1,
|
|
66
|
-
/** CODE_SIZE -
|
|
63
|
+
/** CODE_SIZE - etc. */
|
|
67
64
|
CODE_SIZE = 2,
|
|
68
65
|
/** LITE_RUNTIME - Generate code using MessageLite and the lite runtime. */
|
|
69
66
|
LITE_RUNTIME = 3,
|
|
70
67
|
UNRECOGNIZED = -1
|
|
71
68
|
}
|
|
72
69
|
export declare const FileOptions_OptimizeModeSDKType: typeof FileOptions_OptimizeMode;
|
|
73
|
-
export declare const FileOptions_OptimizeModeAmino: typeof FileOptions_OptimizeMode;
|
|
74
70
|
export declare function fileOptions_OptimizeModeFromJSON(object: any): FileOptions_OptimizeMode;
|
|
75
71
|
export declare function fileOptions_OptimizeModeToJSON(object: FileOptions_OptimizeMode): string;
|
|
76
72
|
export declare enum FieldOptions_CType {
|
|
@@ -81,7 +77,6 @@ export declare enum FieldOptions_CType {
|
|
|
81
77
|
UNRECOGNIZED = -1
|
|
82
78
|
}
|
|
83
79
|
export declare const FieldOptions_CTypeSDKType: typeof FieldOptions_CType;
|
|
84
|
-
export declare const FieldOptions_CTypeAmino: typeof FieldOptions_CType;
|
|
85
80
|
export declare function fieldOptions_CTypeFromJSON(object: any): FieldOptions_CType;
|
|
86
81
|
export declare function fieldOptions_CTypeToJSON(object: FieldOptions_CType): string;
|
|
87
82
|
export declare enum FieldOptions_JSType {
|
|
@@ -94,7 +89,6 @@ export declare enum FieldOptions_JSType {
|
|
|
94
89
|
UNRECOGNIZED = -1
|
|
95
90
|
}
|
|
96
91
|
export declare const FieldOptions_JSTypeSDKType: typeof FieldOptions_JSType;
|
|
97
|
-
export declare const FieldOptions_JSTypeAmino: typeof FieldOptions_JSType;
|
|
98
92
|
export declare function fieldOptions_JSTypeFromJSON(object: any): FieldOptions_JSType;
|
|
99
93
|
export declare function fieldOptions_JSTypeToJSON(object: FieldOptions_JSType): string;
|
|
100
94
|
/**
|
|
@@ -111,7 +105,6 @@ export declare enum MethodOptions_IdempotencyLevel {
|
|
|
111
105
|
UNRECOGNIZED = -1
|
|
112
106
|
}
|
|
113
107
|
export declare const MethodOptions_IdempotencyLevelSDKType: typeof MethodOptions_IdempotencyLevel;
|
|
114
|
-
export declare const MethodOptions_IdempotencyLevelAmino: typeof MethodOptions_IdempotencyLevel;
|
|
115
108
|
export declare function methodOptions_IdempotencyLevelFromJSON(object: any): MethodOptions_IdempotencyLevel;
|
|
116
109
|
export declare function methodOptions_IdempotencyLevelToJSON(object: MethodOptions_IdempotencyLevel): string;
|
|
117
110
|
/**
|
|
@@ -125,17 +118,6 @@ export interface FileDescriptorSetProtoMsg {
|
|
|
125
118
|
typeUrl: '/google.protobuf.FileDescriptorSet';
|
|
126
119
|
value: Uint8Array;
|
|
127
120
|
}
|
|
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
121
|
/**
|
|
140
122
|
* The protocol compiler can output a FileDescriptorSet containing the .proto
|
|
141
123
|
* files it parses.
|
|
@@ -147,6 +129,7 @@ export interface FileDescriptorSetSDKType {
|
|
|
147
129
|
export interface FileDescriptorProto {
|
|
148
130
|
/** file name, relative to root of source tree */
|
|
149
131
|
name: string;
|
|
132
|
+
/** e.g. "foo", "foo.bar", etc. */
|
|
150
133
|
package: string;
|
|
151
134
|
/** Names of files imported by this file. */
|
|
152
135
|
dependency: string[];
|
|
@@ -181,43 +164,6 @@ export interface FileDescriptorProtoProtoMsg {
|
|
|
181
164
|
value: Uint8Array;
|
|
182
165
|
}
|
|
183
166
|
/** 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
167
|
export interface FileDescriptorProtoSDKType {
|
|
222
168
|
name: string;
|
|
223
169
|
package: string;
|
|
@@ -254,27 +200,6 @@ export interface DescriptorProtoProtoMsg {
|
|
|
254
200
|
value: Uint8Array;
|
|
255
201
|
}
|
|
256
202
|
/** 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
203
|
export interface DescriptorProtoSDKType {
|
|
279
204
|
name: string;
|
|
280
205
|
field: FieldDescriptorProtoSDKType[];
|
|
@@ -298,17 +223,6 @@ export interface DescriptorProto_ExtensionRangeProtoMsg {
|
|
|
298
223
|
typeUrl: '/google.protobuf.ExtensionRange';
|
|
299
224
|
value: Uint8Array;
|
|
300
225
|
}
|
|
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
226
|
export interface DescriptorProto_ExtensionRangeSDKType {
|
|
313
227
|
start: number;
|
|
314
228
|
end: number;
|
|
@@ -329,21 +243,6 @@ export interface DescriptorProto_ReservedRangeProtoMsg {
|
|
|
329
243
|
typeUrl: '/google.protobuf.ReservedRange';
|
|
330
244
|
value: Uint8Array;
|
|
331
245
|
}
|
|
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
246
|
/**
|
|
348
247
|
* Range of reserved tag numbers. Reserved tag numbers may not be used by
|
|
349
248
|
* fields or extension ranges in the same message. Reserved ranges may
|
|
@@ -361,14 +260,6 @@ export interface ExtensionRangeOptionsProtoMsg {
|
|
|
361
260
|
typeUrl: '/google.protobuf.ExtensionRangeOptions';
|
|
362
261
|
value: Uint8Array;
|
|
363
262
|
}
|
|
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
263
|
export interface ExtensionRangeOptionsSDKType {
|
|
373
264
|
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
374
265
|
}
|
|
@@ -422,55 +313,6 @@ export interface FieldDescriptorProtoProtoMsg {
|
|
|
422
313
|
value: Uint8Array;
|
|
423
314
|
}
|
|
424
315
|
/** 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
316
|
export interface FieldDescriptorProtoSDKType {
|
|
475
317
|
name: string;
|
|
476
318
|
number: number;
|
|
@@ -493,15 +335,6 @@ export interface OneofDescriptorProtoProtoMsg {
|
|
|
493
335
|
value: Uint8Array;
|
|
494
336
|
}
|
|
495
337
|
/** 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
338
|
export interface OneofDescriptorProtoSDKType {
|
|
506
339
|
name: string;
|
|
507
340
|
options?: OneofOptionsSDKType;
|
|
@@ -528,27 +361,6 @@ export interface EnumDescriptorProtoProtoMsg {
|
|
|
528
361
|
value: Uint8Array;
|
|
529
362
|
}
|
|
530
363
|
/** 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
364
|
export interface EnumDescriptorProtoSDKType {
|
|
553
365
|
name: string;
|
|
554
366
|
value: EnumValueDescriptorProtoSDKType[];
|
|
@@ -574,24 +386,6 @@ export interface EnumDescriptorProto_EnumReservedRangeProtoMsg {
|
|
|
574
386
|
typeUrl: '/google.protobuf.EnumReservedRange';
|
|
575
387
|
value: Uint8Array;
|
|
576
388
|
}
|
|
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
389
|
/**
|
|
596
390
|
* Range of reserved numeric values. Reserved values may not be used by
|
|
597
391
|
* entries in the same enum. Reserved ranges may not overlap.
|
|
@@ -615,16 +409,6 @@ export interface EnumValueDescriptorProtoProtoMsg {
|
|
|
615
409
|
value: Uint8Array;
|
|
616
410
|
}
|
|
617
411
|
/** 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
412
|
export interface EnumValueDescriptorProtoSDKType {
|
|
629
413
|
name: string;
|
|
630
414
|
number: number;
|
|
@@ -641,16 +425,6 @@ export interface ServiceDescriptorProtoProtoMsg {
|
|
|
641
425
|
value: Uint8Array;
|
|
642
426
|
}
|
|
643
427
|
/** 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
428
|
export interface ServiceDescriptorProtoSDKType {
|
|
655
429
|
name: string;
|
|
656
430
|
method: MethodDescriptorProtoSDKType[];
|
|
@@ -676,25 +450,6 @@ export interface MethodDescriptorProtoProtoMsg {
|
|
|
676
450
|
value: Uint8Array;
|
|
677
451
|
}
|
|
678
452
|
/** 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
453
|
export interface MethodDescriptorProtoSDKType {
|
|
699
454
|
name: string;
|
|
700
455
|
input_type: string;
|
|
@@ -824,127 +579,6 @@ export interface FileOptionsProtoMsg {
|
|
|
824
579
|
typeUrl: '/google.protobuf.FileOptions';
|
|
825
580
|
value: Uint8Array;
|
|
826
581
|
}
|
|
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
582
|
export interface FileOptionsSDKType {
|
|
949
583
|
java_package: string;
|
|
950
584
|
java_outer_classname: string;
|
|
@@ -1035,87 +669,21 @@ export interface MessageOptionsProtoMsg {
|
|
|
1035
669
|
typeUrl: '/google.protobuf.MessageOptions';
|
|
1036
670
|
value: Uint8Array;
|
|
1037
671
|
}
|
|
1038
|
-
export interface
|
|
672
|
+
export interface MessageOptionsSDKType {
|
|
673
|
+
message_set_wire_format: boolean;
|
|
674
|
+
no_standard_descriptor_accessor: boolean;
|
|
675
|
+
deprecated: boolean;
|
|
676
|
+
map_entry: boolean;
|
|
677
|
+
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
678
|
+
}
|
|
679
|
+
export interface FieldOptions {
|
|
1039
680
|
/**
|
|
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.
|
|
681
|
+
* The ctype option instructs the C++ code generator to use a different
|
|
682
|
+
* representation of the field than it normally would. See the specific
|
|
683
|
+
* options below. This option is not yet implemented in the open source
|
|
684
|
+
* release -- sorry, we'll try to include it in a future version!
|
|
1058
685
|
*/
|
|
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;
|
|
686
|
+
ctype: FieldOptions_CType;
|
|
1119
687
|
/**
|
|
1120
688
|
* The packed option can be enabled for repeated primitive fields to enable
|
|
1121
689
|
* a more efficient representation on the wire. Rather than repeatedly
|
|
@@ -1185,83 +753,6 @@ export interface FieldOptionsProtoMsg {
|
|
|
1185
753
|
typeUrl: '/google.protobuf.FieldOptions';
|
|
1186
754
|
value: Uint8Array;
|
|
1187
755
|
}
|
|
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
756
|
export interface FieldOptionsSDKType {
|
|
1266
757
|
ctype: FieldOptions_CType;
|
|
1267
758
|
packed: boolean;
|
|
@@ -1279,14 +770,6 @@ export interface OneofOptionsProtoMsg {
|
|
|
1279
770
|
typeUrl: '/google.protobuf.OneofOptions';
|
|
1280
771
|
value: Uint8Array;
|
|
1281
772
|
}
|
|
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
773
|
export interface OneofOptionsSDKType {
|
|
1291
774
|
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
1292
775
|
}
|
|
@@ -1310,26 +793,6 @@ export interface EnumOptionsProtoMsg {
|
|
|
1310
793
|
typeUrl: '/google.protobuf.EnumOptions';
|
|
1311
794
|
value: Uint8Array;
|
|
1312
795
|
}
|
|
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
796
|
export interface EnumOptionsSDKType {
|
|
1334
797
|
allow_alias: boolean;
|
|
1335
798
|
deprecated: boolean;
|
|
@@ -1350,21 +813,6 @@ export interface EnumValueOptionsProtoMsg {
|
|
|
1350
813
|
typeUrl: '/google.protobuf.EnumValueOptions';
|
|
1351
814
|
value: Uint8Array;
|
|
1352
815
|
}
|
|
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
816
|
export interface EnumValueOptionsSDKType {
|
|
1369
817
|
deprecated: boolean;
|
|
1370
818
|
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
@@ -1384,21 +832,6 @@ export interface ServiceOptionsProtoMsg {
|
|
|
1384
832
|
typeUrl: '/google.protobuf.ServiceOptions';
|
|
1385
833
|
value: Uint8Array;
|
|
1386
834
|
}
|
|
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
835
|
export interface ServiceOptionsSDKType {
|
|
1403
836
|
deprecated: boolean;
|
|
1404
837
|
uninterpreted_option: UninterpretedOptionSDKType[];
|
|
@@ -1419,22 +852,6 @@ export interface MethodOptionsProtoMsg {
|
|
|
1419
852
|
typeUrl: '/google.protobuf.MethodOptions';
|
|
1420
853
|
value: Uint8Array;
|
|
1421
854
|
}
|
|
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
855
|
export interface MethodOptionsSDKType {
|
|
1439
856
|
deprecated: boolean;
|
|
1440
857
|
idempotency_level: MethodOptions_IdempotencyLevel;
|
|
@@ -1465,31 +882,6 @@ export interface UninterpretedOptionProtoMsg {
|
|
|
1465
882
|
typeUrl: '/google.protobuf.UninterpretedOption';
|
|
1466
883
|
value: Uint8Array;
|
|
1467
884
|
}
|
|
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
885
|
/**
|
|
1494
886
|
* A message representing a option the parser does not recognize. This only
|
|
1495
887
|
* appears in options protos created by the compiler::Parser class.
|
|
@@ -1522,21 +914,6 @@ export interface UninterpretedOption_NamePartProtoMsg {
|
|
|
1522
914
|
typeUrl: '/google.protobuf.NamePart';
|
|
1523
915
|
value: Uint8Array;
|
|
1524
916
|
}
|
|
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
917
|
/**
|
|
1541
918
|
* The name of the uninterpreted option. Each string represents a segment in
|
|
1542
919
|
* a dot-separated name. is_extension is true iff a segment represents an
|
|
@@ -1604,62 +981,6 @@ export interface SourceCodeInfoProtoMsg {
|
|
|
1604
981
|
typeUrl: '/google.protobuf.SourceCodeInfo';
|
|
1605
982
|
value: Uint8Array;
|
|
1606
983
|
}
|
|
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
984
|
/**
|
|
1664
985
|
* Encapsulates information about the original source file from which a
|
|
1665
986
|
* FileDescriptorProto was generated.
|
|
@@ -1759,98 +1080,6 @@ export interface SourceCodeInfo_LocationProtoMsg {
|
|
|
1759
1080
|
typeUrl: '/google.protobuf.Location';
|
|
1760
1081
|
value: Uint8Array;
|
|
1761
1082
|
}
|
|
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
1083
|
export interface SourceCodeInfo_LocationSDKType {
|
|
1855
1084
|
path: number[];
|
|
1856
1085
|
span: number[];
|
|
@@ -1874,22 +1103,6 @@ export interface GeneratedCodeInfoProtoMsg {
|
|
|
1874
1103
|
typeUrl: '/google.protobuf.GeneratedCodeInfo';
|
|
1875
1104
|
value: Uint8Array;
|
|
1876
1105
|
}
|
|
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
1106
|
/**
|
|
1894
1107
|
* Describes the relationship between generated code and its original source
|
|
1895
1108
|
* file. A GeneratedCodeInfo message is associated with only one generated
|
|
@@ -1922,30 +1135,6 @@ export interface GeneratedCodeInfo_AnnotationProtoMsg {
|
|
|
1922
1135
|
typeUrl: '/google.protobuf.Annotation';
|
|
1923
1136
|
value: Uint8Array;
|
|
1924
1137
|
}
|
|
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
1138
|
export interface GeneratedCodeInfo_AnnotationSDKType {
|
|
1950
1139
|
path: number[];
|
|
1951
1140
|
source_file: string;
|
|
@@ -1957,11 +1146,8 @@ export declare const FileDescriptorSet: {
|
|
|
1957
1146
|
encode(message: FileDescriptorSet, writer?: BinaryWriter): BinaryWriter;
|
|
1958
1147
|
decode(input: BinaryReader | Uint8Array, length?: number): FileDescriptorSet;
|
|
1959
1148
|
fromJSON(object: any): FileDescriptorSet;
|
|
1960
|
-
toJSON(message: FileDescriptorSet):
|
|
1149
|
+
toJSON(message: FileDescriptorSet): JsonSafe<FileDescriptorSet>;
|
|
1961
1150
|
fromPartial(object: Partial<FileDescriptorSet>): FileDescriptorSet;
|
|
1962
|
-
fromAmino(object: FileDescriptorSetAmino): FileDescriptorSet;
|
|
1963
|
-
toAmino(message: FileDescriptorSet): FileDescriptorSetAmino;
|
|
1964
|
-
fromAminoMsg(object: FileDescriptorSetAminoMsg): FileDescriptorSet;
|
|
1965
1151
|
fromProtoMsg(message: FileDescriptorSetProtoMsg): FileDescriptorSet;
|
|
1966
1152
|
toProto(message: FileDescriptorSet): Uint8Array;
|
|
1967
1153
|
toProtoMsg(message: FileDescriptorSet): FileDescriptorSetProtoMsg;
|
|
@@ -1971,11 +1157,8 @@ export declare const FileDescriptorProto: {
|
|
|
1971
1157
|
encode(message: FileDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
1972
1158
|
decode(input: BinaryReader | Uint8Array, length?: number): FileDescriptorProto;
|
|
1973
1159
|
fromJSON(object: any): FileDescriptorProto;
|
|
1974
|
-
toJSON(message: FileDescriptorProto):
|
|
1160
|
+
toJSON(message: FileDescriptorProto): JsonSafe<FileDescriptorProto>;
|
|
1975
1161
|
fromPartial(object: Partial<FileDescriptorProto>): FileDescriptorProto;
|
|
1976
|
-
fromAmino(object: FileDescriptorProtoAmino): FileDescriptorProto;
|
|
1977
|
-
toAmino(message: FileDescriptorProto): FileDescriptorProtoAmino;
|
|
1978
|
-
fromAminoMsg(object: FileDescriptorProtoAminoMsg): FileDescriptorProto;
|
|
1979
1162
|
fromProtoMsg(message: FileDescriptorProtoProtoMsg): FileDescriptorProto;
|
|
1980
1163
|
toProto(message: FileDescriptorProto): Uint8Array;
|
|
1981
1164
|
toProtoMsg(message: FileDescriptorProto): FileDescriptorProtoProtoMsg;
|
|
@@ -1985,11 +1168,8 @@ export declare const DescriptorProto: {
|
|
|
1985
1168
|
encode(message: DescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
1986
1169
|
decode(input: BinaryReader | Uint8Array, length?: number): DescriptorProto;
|
|
1987
1170
|
fromJSON(object: any): DescriptorProto;
|
|
1988
|
-
toJSON(message: DescriptorProto):
|
|
1171
|
+
toJSON(message: DescriptorProto): JsonSafe<DescriptorProto>;
|
|
1989
1172
|
fromPartial(object: Partial<DescriptorProto>): DescriptorProto;
|
|
1990
|
-
fromAmino(object: DescriptorProtoAmino): DescriptorProto;
|
|
1991
|
-
toAmino(message: DescriptorProto): DescriptorProtoAmino;
|
|
1992
|
-
fromAminoMsg(object: DescriptorProtoAminoMsg): DescriptorProto;
|
|
1993
1173
|
fromProtoMsg(message: DescriptorProtoProtoMsg): DescriptorProto;
|
|
1994
1174
|
toProto(message: DescriptorProto): Uint8Array;
|
|
1995
1175
|
toProtoMsg(message: DescriptorProto): DescriptorProtoProtoMsg;
|
|
@@ -1999,11 +1179,8 @@ export declare const DescriptorProto_ExtensionRange: {
|
|
|
1999
1179
|
encode(message: DescriptorProto_ExtensionRange, writer?: BinaryWriter): BinaryWriter;
|
|
2000
1180
|
decode(input: BinaryReader | Uint8Array, length?: number): DescriptorProto_ExtensionRange;
|
|
2001
1181
|
fromJSON(object: any): DescriptorProto_ExtensionRange;
|
|
2002
|
-
toJSON(message: DescriptorProto_ExtensionRange):
|
|
1182
|
+
toJSON(message: DescriptorProto_ExtensionRange): JsonSafe<DescriptorProto_ExtensionRange>;
|
|
2003
1183
|
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
1184
|
fromProtoMsg(message: DescriptorProto_ExtensionRangeProtoMsg): DescriptorProto_ExtensionRange;
|
|
2008
1185
|
toProto(message: DescriptorProto_ExtensionRange): Uint8Array;
|
|
2009
1186
|
toProtoMsg(message: DescriptorProto_ExtensionRange): DescriptorProto_ExtensionRangeProtoMsg;
|
|
@@ -2013,11 +1190,8 @@ export declare const DescriptorProto_ReservedRange: {
|
|
|
2013
1190
|
encode(message: DescriptorProto_ReservedRange, writer?: BinaryWriter): BinaryWriter;
|
|
2014
1191
|
decode(input: BinaryReader | Uint8Array, length?: number): DescriptorProto_ReservedRange;
|
|
2015
1192
|
fromJSON(object: any): DescriptorProto_ReservedRange;
|
|
2016
|
-
toJSON(message: DescriptorProto_ReservedRange):
|
|
1193
|
+
toJSON(message: DescriptorProto_ReservedRange): JsonSafe<DescriptorProto_ReservedRange>;
|
|
2017
1194
|
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
1195
|
fromProtoMsg(message: DescriptorProto_ReservedRangeProtoMsg): DescriptorProto_ReservedRange;
|
|
2022
1196
|
toProto(message: DescriptorProto_ReservedRange): Uint8Array;
|
|
2023
1197
|
toProtoMsg(message: DescriptorProto_ReservedRange): DescriptorProto_ReservedRangeProtoMsg;
|
|
@@ -2027,11 +1201,8 @@ export declare const ExtensionRangeOptions: {
|
|
|
2027
1201
|
encode(message: ExtensionRangeOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2028
1202
|
decode(input: BinaryReader | Uint8Array, length?: number): ExtensionRangeOptions;
|
|
2029
1203
|
fromJSON(object: any): ExtensionRangeOptions;
|
|
2030
|
-
toJSON(message: ExtensionRangeOptions):
|
|
1204
|
+
toJSON(message: ExtensionRangeOptions): JsonSafe<ExtensionRangeOptions>;
|
|
2031
1205
|
fromPartial(object: Partial<ExtensionRangeOptions>): ExtensionRangeOptions;
|
|
2032
|
-
fromAmino(object: ExtensionRangeOptionsAmino): ExtensionRangeOptions;
|
|
2033
|
-
toAmino(message: ExtensionRangeOptions): ExtensionRangeOptionsAmino;
|
|
2034
|
-
fromAminoMsg(object: ExtensionRangeOptionsAminoMsg): ExtensionRangeOptions;
|
|
2035
1206
|
fromProtoMsg(message: ExtensionRangeOptionsProtoMsg): ExtensionRangeOptions;
|
|
2036
1207
|
toProto(message: ExtensionRangeOptions): Uint8Array;
|
|
2037
1208
|
toProtoMsg(message: ExtensionRangeOptions): ExtensionRangeOptionsProtoMsg;
|
|
@@ -2041,11 +1212,8 @@ export declare const FieldDescriptorProto: {
|
|
|
2041
1212
|
encode(message: FieldDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2042
1213
|
decode(input: BinaryReader | Uint8Array, length?: number): FieldDescriptorProto;
|
|
2043
1214
|
fromJSON(object: any): FieldDescriptorProto;
|
|
2044
|
-
toJSON(message: FieldDescriptorProto):
|
|
1215
|
+
toJSON(message: FieldDescriptorProto): JsonSafe<FieldDescriptorProto>;
|
|
2045
1216
|
fromPartial(object: Partial<FieldDescriptorProto>): FieldDescriptorProto;
|
|
2046
|
-
fromAmino(object: FieldDescriptorProtoAmino): FieldDescriptorProto;
|
|
2047
|
-
toAmino(message: FieldDescriptorProto): FieldDescriptorProtoAmino;
|
|
2048
|
-
fromAminoMsg(object: FieldDescriptorProtoAminoMsg): FieldDescriptorProto;
|
|
2049
1217
|
fromProtoMsg(message: FieldDescriptorProtoProtoMsg): FieldDescriptorProto;
|
|
2050
1218
|
toProto(message: FieldDescriptorProto): Uint8Array;
|
|
2051
1219
|
toProtoMsg(message: FieldDescriptorProto): FieldDescriptorProtoProtoMsg;
|
|
@@ -2055,11 +1223,8 @@ export declare const OneofDescriptorProto: {
|
|
|
2055
1223
|
encode(message: OneofDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2056
1224
|
decode(input: BinaryReader | Uint8Array, length?: number): OneofDescriptorProto;
|
|
2057
1225
|
fromJSON(object: any): OneofDescriptorProto;
|
|
2058
|
-
toJSON(message: OneofDescriptorProto):
|
|
1226
|
+
toJSON(message: OneofDescriptorProto): JsonSafe<OneofDescriptorProto>;
|
|
2059
1227
|
fromPartial(object: Partial<OneofDescriptorProto>): OneofDescriptorProto;
|
|
2060
|
-
fromAmino(object: OneofDescriptorProtoAmino): OneofDescriptorProto;
|
|
2061
|
-
toAmino(message: OneofDescriptorProto): OneofDescriptorProtoAmino;
|
|
2062
|
-
fromAminoMsg(object: OneofDescriptorProtoAminoMsg): OneofDescriptorProto;
|
|
2063
1228
|
fromProtoMsg(message: OneofDescriptorProtoProtoMsg): OneofDescriptorProto;
|
|
2064
1229
|
toProto(message: OneofDescriptorProto): Uint8Array;
|
|
2065
1230
|
toProtoMsg(message: OneofDescriptorProto): OneofDescriptorProtoProtoMsg;
|
|
@@ -2069,11 +1234,8 @@ export declare const EnumDescriptorProto: {
|
|
|
2069
1234
|
encode(message: EnumDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2070
1235
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumDescriptorProto;
|
|
2071
1236
|
fromJSON(object: any): EnumDescriptorProto;
|
|
2072
|
-
toJSON(message: EnumDescriptorProto):
|
|
1237
|
+
toJSON(message: EnumDescriptorProto): JsonSafe<EnumDescriptorProto>;
|
|
2073
1238
|
fromPartial(object: Partial<EnumDescriptorProto>): EnumDescriptorProto;
|
|
2074
|
-
fromAmino(object: EnumDescriptorProtoAmino): EnumDescriptorProto;
|
|
2075
|
-
toAmino(message: EnumDescriptorProto): EnumDescriptorProtoAmino;
|
|
2076
|
-
fromAminoMsg(object: EnumDescriptorProtoAminoMsg): EnumDescriptorProto;
|
|
2077
1239
|
fromProtoMsg(message: EnumDescriptorProtoProtoMsg): EnumDescriptorProto;
|
|
2078
1240
|
toProto(message: EnumDescriptorProto): Uint8Array;
|
|
2079
1241
|
toProtoMsg(message: EnumDescriptorProto): EnumDescriptorProtoProtoMsg;
|
|
@@ -2083,11 +1245,8 @@ export declare const EnumDescriptorProto_EnumReservedRange: {
|
|
|
2083
1245
|
encode(message: EnumDescriptorProto_EnumReservedRange, writer?: BinaryWriter): BinaryWriter;
|
|
2084
1246
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumDescriptorProto_EnumReservedRange;
|
|
2085
1247
|
fromJSON(object: any): EnumDescriptorProto_EnumReservedRange;
|
|
2086
|
-
toJSON(message: EnumDescriptorProto_EnumReservedRange):
|
|
1248
|
+
toJSON(message: EnumDescriptorProto_EnumReservedRange): JsonSafe<EnumDescriptorProto_EnumReservedRange>;
|
|
2087
1249
|
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
1250
|
fromProtoMsg(message: EnumDescriptorProto_EnumReservedRangeProtoMsg): EnumDescriptorProto_EnumReservedRange;
|
|
2092
1251
|
toProto(message: EnumDescriptorProto_EnumReservedRange): Uint8Array;
|
|
2093
1252
|
toProtoMsg(message: EnumDescriptorProto_EnumReservedRange): EnumDescriptorProto_EnumReservedRangeProtoMsg;
|
|
@@ -2097,11 +1256,8 @@ export declare const EnumValueDescriptorProto: {
|
|
|
2097
1256
|
encode(message: EnumValueDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2098
1257
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumValueDescriptorProto;
|
|
2099
1258
|
fromJSON(object: any): EnumValueDescriptorProto;
|
|
2100
|
-
toJSON(message: EnumValueDescriptorProto):
|
|
1259
|
+
toJSON(message: EnumValueDescriptorProto): JsonSafe<EnumValueDescriptorProto>;
|
|
2101
1260
|
fromPartial(object: Partial<EnumValueDescriptorProto>): EnumValueDescriptorProto;
|
|
2102
|
-
fromAmino(object: EnumValueDescriptorProtoAmino): EnumValueDescriptorProto;
|
|
2103
|
-
toAmino(message: EnumValueDescriptorProto): EnumValueDescriptorProtoAmino;
|
|
2104
|
-
fromAminoMsg(object: EnumValueDescriptorProtoAminoMsg): EnumValueDescriptorProto;
|
|
2105
1261
|
fromProtoMsg(message: EnumValueDescriptorProtoProtoMsg): EnumValueDescriptorProto;
|
|
2106
1262
|
toProto(message: EnumValueDescriptorProto): Uint8Array;
|
|
2107
1263
|
toProtoMsg(message: EnumValueDescriptorProto): EnumValueDescriptorProtoProtoMsg;
|
|
@@ -2111,11 +1267,8 @@ export declare const ServiceDescriptorProto: {
|
|
|
2111
1267
|
encode(message: ServiceDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2112
1268
|
decode(input: BinaryReader | Uint8Array, length?: number): ServiceDescriptorProto;
|
|
2113
1269
|
fromJSON(object: any): ServiceDescriptorProto;
|
|
2114
|
-
toJSON(message: ServiceDescriptorProto):
|
|
1270
|
+
toJSON(message: ServiceDescriptorProto): JsonSafe<ServiceDescriptorProto>;
|
|
2115
1271
|
fromPartial(object: Partial<ServiceDescriptorProto>): ServiceDescriptorProto;
|
|
2116
|
-
fromAmino(object: ServiceDescriptorProtoAmino): ServiceDescriptorProto;
|
|
2117
|
-
toAmino(message: ServiceDescriptorProto): ServiceDescriptorProtoAmino;
|
|
2118
|
-
fromAminoMsg(object: ServiceDescriptorProtoAminoMsg): ServiceDescriptorProto;
|
|
2119
1272
|
fromProtoMsg(message: ServiceDescriptorProtoProtoMsg): ServiceDescriptorProto;
|
|
2120
1273
|
toProto(message: ServiceDescriptorProto): Uint8Array;
|
|
2121
1274
|
toProtoMsg(message: ServiceDescriptorProto): ServiceDescriptorProtoProtoMsg;
|
|
@@ -2125,11 +1278,8 @@ export declare const MethodDescriptorProto: {
|
|
|
2125
1278
|
encode(message: MethodDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2126
1279
|
decode(input: BinaryReader | Uint8Array, length?: number): MethodDescriptorProto;
|
|
2127
1280
|
fromJSON(object: any): MethodDescriptorProto;
|
|
2128
|
-
toJSON(message: MethodDescriptorProto):
|
|
1281
|
+
toJSON(message: MethodDescriptorProto): JsonSafe<MethodDescriptorProto>;
|
|
2129
1282
|
fromPartial(object: Partial<MethodDescriptorProto>): MethodDescriptorProto;
|
|
2130
|
-
fromAmino(object: MethodDescriptorProtoAmino): MethodDescriptorProto;
|
|
2131
|
-
toAmino(message: MethodDescriptorProto): MethodDescriptorProtoAmino;
|
|
2132
|
-
fromAminoMsg(object: MethodDescriptorProtoAminoMsg): MethodDescriptorProto;
|
|
2133
1283
|
fromProtoMsg(message: MethodDescriptorProtoProtoMsg): MethodDescriptorProto;
|
|
2134
1284
|
toProto(message: MethodDescriptorProto): Uint8Array;
|
|
2135
1285
|
toProtoMsg(message: MethodDescriptorProto): MethodDescriptorProtoProtoMsg;
|
|
@@ -2139,11 +1289,8 @@ export declare const FileOptions: {
|
|
|
2139
1289
|
encode(message: FileOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2140
1290
|
decode(input: BinaryReader | Uint8Array, length?: number): FileOptions;
|
|
2141
1291
|
fromJSON(object: any): FileOptions;
|
|
2142
|
-
toJSON(message: FileOptions):
|
|
1292
|
+
toJSON(message: FileOptions): JsonSafe<FileOptions>;
|
|
2143
1293
|
fromPartial(object: Partial<FileOptions>): FileOptions;
|
|
2144
|
-
fromAmino(object: FileOptionsAmino): FileOptions;
|
|
2145
|
-
toAmino(message: FileOptions): FileOptionsAmino;
|
|
2146
|
-
fromAminoMsg(object: FileOptionsAminoMsg): FileOptions;
|
|
2147
1294
|
fromProtoMsg(message: FileOptionsProtoMsg): FileOptions;
|
|
2148
1295
|
toProto(message: FileOptions): Uint8Array;
|
|
2149
1296
|
toProtoMsg(message: FileOptions): FileOptionsProtoMsg;
|
|
@@ -2153,11 +1300,8 @@ export declare const MessageOptions: {
|
|
|
2153
1300
|
encode(message: MessageOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2154
1301
|
decode(input: BinaryReader | Uint8Array, length?: number): MessageOptions;
|
|
2155
1302
|
fromJSON(object: any): MessageOptions;
|
|
2156
|
-
toJSON(message: MessageOptions):
|
|
1303
|
+
toJSON(message: MessageOptions): JsonSafe<MessageOptions>;
|
|
2157
1304
|
fromPartial(object: Partial<MessageOptions>): MessageOptions;
|
|
2158
|
-
fromAmino(object: MessageOptionsAmino): MessageOptions;
|
|
2159
|
-
toAmino(message: MessageOptions): MessageOptionsAmino;
|
|
2160
|
-
fromAminoMsg(object: MessageOptionsAminoMsg): MessageOptions;
|
|
2161
1305
|
fromProtoMsg(message: MessageOptionsProtoMsg): MessageOptions;
|
|
2162
1306
|
toProto(message: MessageOptions): Uint8Array;
|
|
2163
1307
|
toProtoMsg(message: MessageOptions): MessageOptionsProtoMsg;
|
|
@@ -2167,11 +1311,8 @@ export declare const FieldOptions: {
|
|
|
2167
1311
|
encode(message: FieldOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2168
1312
|
decode(input: BinaryReader | Uint8Array, length?: number): FieldOptions;
|
|
2169
1313
|
fromJSON(object: any): FieldOptions;
|
|
2170
|
-
toJSON(message: FieldOptions):
|
|
1314
|
+
toJSON(message: FieldOptions): JsonSafe<FieldOptions>;
|
|
2171
1315
|
fromPartial(object: Partial<FieldOptions>): FieldOptions;
|
|
2172
|
-
fromAmino(object: FieldOptionsAmino): FieldOptions;
|
|
2173
|
-
toAmino(message: FieldOptions): FieldOptionsAmino;
|
|
2174
|
-
fromAminoMsg(object: FieldOptionsAminoMsg): FieldOptions;
|
|
2175
1316
|
fromProtoMsg(message: FieldOptionsProtoMsg): FieldOptions;
|
|
2176
1317
|
toProto(message: FieldOptions): Uint8Array;
|
|
2177
1318
|
toProtoMsg(message: FieldOptions): FieldOptionsProtoMsg;
|
|
@@ -2181,11 +1322,8 @@ export declare const OneofOptions: {
|
|
|
2181
1322
|
encode(message: OneofOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2182
1323
|
decode(input: BinaryReader | Uint8Array, length?: number): OneofOptions;
|
|
2183
1324
|
fromJSON(object: any): OneofOptions;
|
|
2184
|
-
toJSON(message: OneofOptions):
|
|
1325
|
+
toJSON(message: OneofOptions): JsonSafe<OneofOptions>;
|
|
2185
1326
|
fromPartial(object: Partial<OneofOptions>): OneofOptions;
|
|
2186
|
-
fromAmino(object: OneofOptionsAmino): OneofOptions;
|
|
2187
|
-
toAmino(message: OneofOptions): OneofOptionsAmino;
|
|
2188
|
-
fromAminoMsg(object: OneofOptionsAminoMsg): OneofOptions;
|
|
2189
1327
|
fromProtoMsg(message: OneofOptionsProtoMsg): OneofOptions;
|
|
2190
1328
|
toProto(message: OneofOptions): Uint8Array;
|
|
2191
1329
|
toProtoMsg(message: OneofOptions): OneofOptionsProtoMsg;
|
|
@@ -2195,11 +1333,8 @@ export declare const EnumOptions: {
|
|
|
2195
1333
|
encode(message: EnumOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2196
1334
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumOptions;
|
|
2197
1335
|
fromJSON(object: any): EnumOptions;
|
|
2198
|
-
toJSON(message: EnumOptions):
|
|
1336
|
+
toJSON(message: EnumOptions): JsonSafe<EnumOptions>;
|
|
2199
1337
|
fromPartial(object: Partial<EnumOptions>): EnumOptions;
|
|
2200
|
-
fromAmino(object: EnumOptionsAmino): EnumOptions;
|
|
2201
|
-
toAmino(message: EnumOptions): EnumOptionsAmino;
|
|
2202
|
-
fromAminoMsg(object: EnumOptionsAminoMsg): EnumOptions;
|
|
2203
1338
|
fromProtoMsg(message: EnumOptionsProtoMsg): EnumOptions;
|
|
2204
1339
|
toProto(message: EnumOptions): Uint8Array;
|
|
2205
1340
|
toProtoMsg(message: EnumOptions): EnumOptionsProtoMsg;
|
|
@@ -2209,11 +1344,8 @@ export declare const EnumValueOptions: {
|
|
|
2209
1344
|
encode(message: EnumValueOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2210
1345
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumValueOptions;
|
|
2211
1346
|
fromJSON(object: any): EnumValueOptions;
|
|
2212
|
-
toJSON(message: EnumValueOptions):
|
|
1347
|
+
toJSON(message: EnumValueOptions): JsonSafe<EnumValueOptions>;
|
|
2213
1348
|
fromPartial(object: Partial<EnumValueOptions>): EnumValueOptions;
|
|
2214
|
-
fromAmino(object: EnumValueOptionsAmino): EnumValueOptions;
|
|
2215
|
-
toAmino(message: EnumValueOptions): EnumValueOptionsAmino;
|
|
2216
|
-
fromAminoMsg(object: EnumValueOptionsAminoMsg): EnumValueOptions;
|
|
2217
1349
|
fromProtoMsg(message: EnumValueOptionsProtoMsg): EnumValueOptions;
|
|
2218
1350
|
toProto(message: EnumValueOptions): Uint8Array;
|
|
2219
1351
|
toProtoMsg(message: EnumValueOptions): EnumValueOptionsProtoMsg;
|
|
@@ -2223,11 +1355,8 @@ export declare const ServiceOptions: {
|
|
|
2223
1355
|
encode(message: ServiceOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2224
1356
|
decode(input: BinaryReader | Uint8Array, length?: number): ServiceOptions;
|
|
2225
1357
|
fromJSON(object: any): ServiceOptions;
|
|
2226
|
-
toJSON(message: ServiceOptions):
|
|
1358
|
+
toJSON(message: ServiceOptions): JsonSafe<ServiceOptions>;
|
|
2227
1359
|
fromPartial(object: Partial<ServiceOptions>): ServiceOptions;
|
|
2228
|
-
fromAmino(object: ServiceOptionsAmino): ServiceOptions;
|
|
2229
|
-
toAmino(message: ServiceOptions): ServiceOptionsAmino;
|
|
2230
|
-
fromAminoMsg(object: ServiceOptionsAminoMsg): ServiceOptions;
|
|
2231
1360
|
fromProtoMsg(message: ServiceOptionsProtoMsg): ServiceOptions;
|
|
2232
1361
|
toProto(message: ServiceOptions): Uint8Array;
|
|
2233
1362
|
toProtoMsg(message: ServiceOptions): ServiceOptionsProtoMsg;
|
|
@@ -2237,11 +1366,8 @@ export declare const MethodOptions: {
|
|
|
2237
1366
|
encode(message: MethodOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2238
1367
|
decode(input: BinaryReader | Uint8Array, length?: number): MethodOptions;
|
|
2239
1368
|
fromJSON(object: any): MethodOptions;
|
|
2240
|
-
toJSON(message: MethodOptions):
|
|
1369
|
+
toJSON(message: MethodOptions): JsonSafe<MethodOptions>;
|
|
2241
1370
|
fromPartial(object: Partial<MethodOptions>): MethodOptions;
|
|
2242
|
-
fromAmino(object: MethodOptionsAmino): MethodOptions;
|
|
2243
|
-
toAmino(message: MethodOptions): MethodOptionsAmino;
|
|
2244
|
-
fromAminoMsg(object: MethodOptionsAminoMsg): MethodOptions;
|
|
2245
1371
|
fromProtoMsg(message: MethodOptionsProtoMsg): MethodOptions;
|
|
2246
1372
|
toProto(message: MethodOptions): Uint8Array;
|
|
2247
1373
|
toProtoMsg(message: MethodOptions): MethodOptionsProtoMsg;
|
|
@@ -2251,11 +1377,8 @@ export declare const UninterpretedOption: {
|
|
|
2251
1377
|
encode(message: UninterpretedOption, writer?: BinaryWriter): BinaryWriter;
|
|
2252
1378
|
decode(input: BinaryReader | Uint8Array, length?: number): UninterpretedOption;
|
|
2253
1379
|
fromJSON(object: any): UninterpretedOption;
|
|
2254
|
-
toJSON(message: UninterpretedOption):
|
|
1380
|
+
toJSON(message: UninterpretedOption): JsonSafe<UninterpretedOption>;
|
|
2255
1381
|
fromPartial(object: Partial<UninterpretedOption>): UninterpretedOption;
|
|
2256
|
-
fromAmino(object: UninterpretedOptionAmino): UninterpretedOption;
|
|
2257
|
-
toAmino(message: UninterpretedOption): UninterpretedOptionAmino;
|
|
2258
|
-
fromAminoMsg(object: UninterpretedOptionAminoMsg): UninterpretedOption;
|
|
2259
1382
|
fromProtoMsg(message: UninterpretedOptionProtoMsg): UninterpretedOption;
|
|
2260
1383
|
toProto(message: UninterpretedOption): Uint8Array;
|
|
2261
1384
|
toProtoMsg(message: UninterpretedOption): UninterpretedOptionProtoMsg;
|
|
@@ -2265,11 +1388,8 @@ export declare const UninterpretedOption_NamePart: {
|
|
|
2265
1388
|
encode(message: UninterpretedOption_NamePart, writer?: BinaryWriter): BinaryWriter;
|
|
2266
1389
|
decode(input: BinaryReader | Uint8Array, length?: number): UninterpretedOption_NamePart;
|
|
2267
1390
|
fromJSON(object: any): UninterpretedOption_NamePart;
|
|
2268
|
-
toJSON(message: UninterpretedOption_NamePart):
|
|
1391
|
+
toJSON(message: UninterpretedOption_NamePart): JsonSafe<UninterpretedOption_NamePart>;
|
|
2269
1392
|
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
1393
|
fromProtoMsg(message: UninterpretedOption_NamePartProtoMsg): UninterpretedOption_NamePart;
|
|
2274
1394
|
toProto(message: UninterpretedOption_NamePart): Uint8Array;
|
|
2275
1395
|
toProtoMsg(message: UninterpretedOption_NamePart): UninterpretedOption_NamePartProtoMsg;
|
|
@@ -2279,11 +1399,8 @@ export declare const SourceCodeInfo: {
|
|
|
2279
1399
|
encode(message: SourceCodeInfo, writer?: BinaryWriter): BinaryWriter;
|
|
2280
1400
|
decode(input: BinaryReader | Uint8Array, length?: number): SourceCodeInfo;
|
|
2281
1401
|
fromJSON(object: any): SourceCodeInfo;
|
|
2282
|
-
toJSON(message: SourceCodeInfo):
|
|
1402
|
+
toJSON(message: SourceCodeInfo): JsonSafe<SourceCodeInfo>;
|
|
2283
1403
|
fromPartial(object: Partial<SourceCodeInfo>): SourceCodeInfo;
|
|
2284
|
-
fromAmino(object: SourceCodeInfoAmino): SourceCodeInfo;
|
|
2285
|
-
toAmino(message: SourceCodeInfo): SourceCodeInfoAmino;
|
|
2286
|
-
fromAminoMsg(object: SourceCodeInfoAminoMsg): SourceCodeInfo;
|
|
2287
1404
|
fromProtoMsg(message: SourceCodeInfoProtoMsg): SourceCodeInfo;
|
|
2288
1405
|
toProto(message: SourceCodeInfo): Uint8Array;
|
|
2289
1406
|
toProtoMsg(message: SourceCodeInfo): SourceCodeInfoProtoMsg;
|
|
@@ -2293,11 +1410,8 @@ export declare const SourceCodeInfo_Location: {
|
|
|
2293
1410
|
encode(message: SourceCodeInfo_Location, writer?: BinaryWriter): BinaryWriter;
|
|
2294
1411
|
decode(input: BinaryReader | Uint8Array, length?: number): SourceCodeInfo_Location;
|
|
2295
1412
|
fromJSON(object: any): SourceCodeInfo_Location;
|
|
2296
|
-
toJSON(message: SourceCodeInfo_Location):
|
|
1413
|
+
toJSON(message: SourceCodeInfo_Location): JsonSafe<SourceCodeInfo_Location>;
|
|
2297
1414
|
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
1415
|
fromProtoMsg(message: SourceCodeInfo_LocationProtoMsg): SourceCodeInfo_Location;
|
|
2302
1416
|
toProto(message: SourceCodeInfo_Location): Uint8Array;
|
|
2303
1417
|
toProtoMsg(message: SourceCodeInfo_Location): SourceCodeInfo_LocationProtoMsg;
|
|
@@ -2307,11 +1421,8 @@ export declare const GeneratedCodeInfo: {
|
|
|
2307
1421
|
encode(message: GeneratedCodeInfo, writer?: BinaryWriter): BinaryWriter;
|
|
2308
1422
|
decode(input: BinaryReader | Uint8Array, length?: number): GeneratedCodeInfo;
|
|
2309
1423
|
fromJSON(object: any): GeneratedCodeInfo;
|
|
2310
|
-
toJSON(message: GeneratedCodeInfo):
|
|
1424
|
+
toJSON(message: GeneratedCodeInfo): JsonSafe<GeneratedCodeInfo>;
|
|
2311
1425
|
fromPartial(object: Partial<GeneratedCodeInfo>): GeneratedCodeInfo;
|
|
2312
|
-
fromAmino(object: GeneratedCodeInfoAmino): GeneratedCodeInfo;
|
|
2313
|
-
toAmino(message: GeneratedCodeInfo): GeneratedCodeInfoAmino;
|
|
2314
|
-
fromAminoMsg(object: GeneratedCodeInfoAminoMsg): GeneratedCodeInfo;
|
|
2315
1426
|
fromProtoMsg(message: GeneratedCodeInfoProtoMsg): GeneratedCodeInfo;
|
|
2316
1427
|
toProto(message: GeneratedCodeInfo): Uint8Array;
|
|
2317
1428
|
toProtoMsg(message: GeneratedCodeInfo): GeneratedCodeInfoProtoMsg;
|
|
@@ -2321,11 +1432,8 @@ export declare const GeneratedCodeInfo_Annotation: {
|
|
|
2321
1432
|
encode(message: GeneratedCodeInfo_Annotation, writer?: BinaryWriter): BinaryWriter;
|
|
2322
1433
|
decode(input: BinaryReader | Uint8Array, length?: number): GeneratedCodeInfo_Annotation;
|
|
2323
1434
|
fromJSON(object: any): GeneratedCodeInfo_Annotation;
|
|
2324
|
-
toJSON(message: GeneratedCodeInfo_Annotation):
|
|
1435
|
+
toJSON(message: GeneratedCodeInfo_Annotation): JsonSafe<GeneratedCodeInfo_Annotation>;
|
|
2325
1436
|
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
1437
|
fromProtoMsg(message: GeneratedCodeInfo_AnnotationProtoMsg): GeneratedCodeInfo_Annotation;
|
|
2330
1438
|
toProto(message: GeneratedCodeInfo_Annotation): Uint8Array;
|
|
2331
1439
|
toProtoMsg(message: GeneratedCodeInfo_Annotation): GeneratedCodeInfo_AnnotationProtoMsg;
|