@sparkdreamnft/sparkdreamjs 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cosmos/app/runtime/v1alpha1/module.d.ts +3 -2
- package/cosmos/app/v1alpha1/module.d.ts +4 -3
- package/cosmos/auth/module/v1/module.d.ts +3 -2
- package/cosmos/auth/v1beta1/auth.d.ts +5 -4
- package/cosmos/auth/v1beta1/genesis.d.ts +2 -1
- package/cosmos/auth/v1beta1/query.d.ts +21 -20
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/auth/v1beta1/tx.d.ts +3 -2
- package/cosmos/auth/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/authz/module/v1/module.d.ts +2 -1
- package/cosmos/authz/v1beta1/authz.d.ts +5 -4
- package/cosmos/authz/v1beta1/event.d.ts +3 -2
- package/cosmos/authz/v1beta1/genesis.d.ts +2 -1
- package/cosmos/authz/v1beta1/query.d.ts +7 -6
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/authz/v1beta1/tx.d.ts +7 -6
- package/cosmos/authz/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/bank/module/v1/module.d.ts +2 -1
- package/cosmos/bank/v1beta1/authz.d.ts +2 -1
- package/cosmos/bank/v1beta1/bank.d.ts +8 -7
- package/cosmos/bank/v1beta1/genesis.d.ts +3 -2
- package/cosmos/bank/v1beta1/query.d.ts +28 -27
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/bank/v1beta1/tx.d.ts +9 -8
- package/cosmos/bank/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/base/abci/v1beta1/abci.d.ts +12 -11
- package/cosmos/base/node/v1beta1/query.d.ts +5 -4
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +2 -2
- package/cosmos/base/query/v1beta1/pagination.d.ts +3 -2
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +27 -26
- package/cosmos/base/v1beta1/coin.d.ts +5 -4
- package/cosmos/benchmark/module/v1/module.d.ts +3 -2
- package/cosmos/benchmark/v1/benchmark.d.ts +2 -1
- package/cosmos/benchmark/v1/tx.d.ts +3 -2
- package/cosmos/benchmark/v1/tx.registry.d.ts +3 -2
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/bundle.d.ts +669 -669
- package/cosmos/circuit/module/v1/module.d.ts +2 -1
- package/cosmos/circuit/v1/query.d.ts +7 -6
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/circuit/v1/tx.d.ts +7 -6
- package/cosmos/circuit/v1/tx.registry.d.ts +3 -2
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/circuit/v1/types.d.ts +4 -3
- package/cosmos/consensus/module/v1/module.d.ts +2 -1
- package/cosmos/consensus/v1/query.d.ts +3 -2
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/consensus/v1/tx.d.ts +3 -2
- package/cosmos/consensus/v1/tx.registry.d.ts +3 -2
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/counter/module/v1/module.d.ts +2 -1
- package/cosmos/counter/v1/query.d.ts +3 -2
- package/cosmos/counter/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/counter/v1/tx.d.ts +3 -2
- package/cosmos/counter/v1/tx.registry.d.ts +3 -2
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/crisis/module/v1/module.d.ts +2 -1
- package/cosmos/crypto/ed25519/keys.d.ts +3 -2
- package/cosmos/crypto/hd/v1/hd.d.ts +2 -1
- package/cosmos/crypto/keyring/v1/record.d.ts +6 -5
- package/cosmos/crypto/multisig/keys.d.ts +2 -1
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +3 -2
- package/cosmos/crypto/secp256k1/keys.d.ts +3 -2
- package/cosmos/crypto/secp256r1/keys.d.ts +3 -2
- package/cosmos/distribution/module/v1/module.d.ts +2 -1
- package/cosmos/distribution/v1beta1/distribution.d.ts +13 -12
- package/cosmos/distribution/v1beta1/genesis.d.ts +9 -8
- package/cosmos/distribution/v1beta1/query.d.ts +21 -20
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/distribution/v1beta1/tx.d.ts +15 -14
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/epochs/module/v1/module.d.ts +2 -1
- package/cosmos/epochs/v1beta1/events.d.ts +3 -2
- package/cosmos/epochs/v1beta1/genesis.d.ts +3 -2
- package/cosmos/epochs/v1beta1/query.d.ts +5 -4
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/evidence/module/v1/module.d.ts +2 -1
- package/cosmos/feegrant/module/v1/module.d.ts +2 -1
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +5 -4
- package/cosmos/feegrant/v1beta1/genesis.d.ts +2 -1
- package/cosmos/feegrant/v1beta1/query.d.ts +7 -6
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/feegrant/v1beta1/tx.d.ts +7 -6
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/genutil/module/v1/module.d.ts +2 -1
- package/cosmos/gov/module/v1/module.d.ts +2 -1
- package/cosmos/gov/v1/genesis.d.ts +2 -1
- package/cosmos/gov/v1/gov.d.ts +10 -9
- package/cosmos/gov/v1/query.d.ts +19 -18
- package/cosmos/gov/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/gov/v1/tx.d.ts +15 -14
- package/cosmos/gov/v1/tx.registry.d.ts +3 -2
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/gov/v1beta1/genesis.d.ts +2 -1
- package/cosmos/gov/v1beta1/gov.d.ts +10 -9
- package/cosmos/gov/v1beta1/query.d.ts +17 -16
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/gov/v1beta1/tx.d.ts +9 -8
- package/cosmos/gov/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/group/module/v1/module.d.ts +2 -1
- package/cosmos/group/v1/events.d.ts +12 -11
- package/cosmos/group/v1/genesis.d.ts +2 -1
- package/cosmos/group/v1/query.d.ts +29 -28
- package/cosmos/group/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/group/v1/tx.d.ts +29 -28
- package/cosmos/group/v1/tx.registry.d.ts +3 -2
- package/cosmos/group/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/group/v1/types.d.ts +12 -11
- package/cosmos/ics23/v1/proofs.d.ts +14 -13
- package/cosmos/mint/module/v1/module.d.ts +2 -1
- package/cosmos/mint/v1beta1/genesis.d.ts +2 -1
- package/cosmos/mint/v1beta1/mint.d.ts +3 -2
- package/cosmos/mint/v1beta1/query.d.ts +7 -6
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/mint/v1beta1/tx.d.ts +3 -2
- package/cosmos/mint/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/nft/module/v1/module.d.ts +2 -1
- package/cosmos/orm/module/v1alpha1/module.d.ts +2 -1
- package/cosmos/orm/query/v1alpha1/query.d.ts +8 -7
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +2 -2
- package/cosmos/params/module/v1/module.d.ts +2 -1
- package/cosmos/params/v1beta1/params.d.ts +3 -2
- package/cosmos/params/v1beta1/query.d.ts +6 -5
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/protocolpool/module/v1/module.d.ts +2 -1
- package/cosmos/protocolpool/v1/genesis.d.ts +2 -1
- package/cosmos/protocolpool/v1/query.d.ts +9 -8
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/protocolpool/v1/tx.d.ts +11 -10
- package/cosmos/protocolpool/v1/tx.js +1 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +3 -2
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/protocolpool/v1/types.d.ts +3 -2
- package/cosmos/reflection/v1/reflection.d.ts +3 -2
- package/cosmos/slashing/module/v1/module.d.ts +2 -1
- package/cosmos/staking/module/v1/module.d.ts +2 -1
- package/cosmos/staking/v1beta1/authz.d.ts +3 -2
- package/cosmos/staking/v1beta1/genesis.d.ts +3 -2
- package/cosmos/staking/v1beta1/query.d.ts +29 -28
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/staking/v1beta1/staking.d.ts +22 -21
- package/cosmos/staking/v1beta1/staking.js +1 -1
- package/cosmos/staking/v1beta1/tx.d.ts +15 -14
- package/cosmos/staking/v1beta1/tx.js +1 -1
- package/cosmos/staking/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +3 -2
- package/cosmos/store/snapshots/v1/snapshot.d.ts +8 -7
- package/cosmos/store/streaming/abci/grpc.d.ts +5 -4
- package/cosmos/store/v1beta1/commit_info.d.ts +4 -3
- package/cosmos/store/v1beta1/listening.d.ts +3 -2
- package/cosmos/tx/config/v1/config.d.ts +2 -1
- package/cosmos/tx/signing/v1beta1/signing.d.ts +6 -5
- package/cosmos/tx/v1beta1/service.d.ts +19 -18
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +2 -2
- package/cosmos/tx/v1beta1/tx.d.ts +14 -13
- package/cosmos/upgrade/module/v1/module.d.ts +2 -1
- package/cosmos/upgrade/v1beta1/query.d.ts +11 -10
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/upgrade/v1beta1/tx.d.ts +5 -4
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +5 -4
- package/cosmos/vesting/module/v1/module.d.ts +2 -1
- package/cosmos/vesting/v1beta1/tx.d.ts +7 -6
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/vesting/v1beta1/vesting.d.ts +7 -6
- package/cosmos_proto/bundle.d.ts +2 -2
- package/cosmos_proto/cosmos.d.ts +3 -2
- package/esm/cosmos/protocolpool/v1/tx.js +1 -1
- package/esm/cosmos/staking/v1beta1/staking.js +1 -1
- package/esm/cosmos/staking/v1beta1/tx.js +1 -1
- package/esm/google/protobuf/descriptor.js +4 -4
- package/esm/index.js +1 -0
- package/esm/types.js +7 -0
- package/google/api/http.d.ts +4 -3
- package/google/bundle.d.ts +37 -37
- package/google/protobuf/any.d.ts +2 -1
- package/google/protobuf/descriptor.d.ts +35 -34
- package/google/protobuf/descriptor.js +4 -4
- package/google/protobuf/duration.d.ts +2 -1
- package/google/protobuf/timestamp.d.ts +2 -1
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +2 -1
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +5 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +7 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +3 -2
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +6 -5
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +5 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/applications/interchain_accounts/v1/account.d.ts +2 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +2 -1
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +4 -3
- package/ibc/applications/transfer/v1/authz.d.ts +3 -2
- package/ibc/applications/transfer/v1/denomtrace.d.ts +2 -1
- package/ibc/applications/transfer/v1/genesis.d.ts +2 -1
- package/ibc/applications/transfer/v1/packet.d.ts +2 -1
- package/ibc/applications/transfer/v1/query.d.ts +13 -12
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/transfer/v1/token.d.ts +4 -3
- package/ibc/applications/transfer/v1/transfer.d.ts +2 -1
- package/ibc/applications/transfer/v1/tx.d.ts +5 -4
- package/ibc/applications/transfer/v1/tx.registry.d.ts +3 -2
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/bundle.d.ts +291 -291
- package/ibc/core/channel/v1/channel.d.ts +9 -8
- package/ibc/core/channel/v1/genesis.d.ts +3 -2
- package/ibc/core/channel/v1/query.d.ts +29 -28
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/core/channel/v1/tx.d.ts +21 -20
- package/ibc/core/channel/v1/tx.registry.d.ts +3 -2
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/core/channel/v2/genesis.d.ts +4 -3
- package/ibc/core/channel/v2/packet.d.ts +5 -4
- package/ibc/core/channel/v2/query.d.ts +17 -16
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +2 -2
- package/ibc/core/channel/v2/tx.d.ts +9 -8
- package/ibc/core/channel/v2/tx.registry.d.ts +3 -2
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +2 -2
- package/ibc/core/client/v1/client.d.ts +6 -5
- package/ibc/core/client/v1/genesis.d.ts +4 -3
- package/ibc/core/client/v1/query.d.ts +23 -22
- package/ibc/core/client/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/core/client/v1/tx.d.ts +17 -16
- package/ibc/core/client/v1/tx.registry.d.ts +3 -2
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/core/client/v2/config.d.ts +2 -1
- package/ibc/core/client/v2/counterparty.d.ts +2 -1
- package/ibc/core/client/v2/genesis.d.ts +3 -2
- package/ibc/core/client/v2/query.d.ts +5 -4
- package/ibc/core/client/v2/query.rpc.Query.d.ts +2 -2
- package/ibc/core/client/v2/tx.d.ts +5 -4
- package/ibc/core/client/v2/tx.registry.d.ts +3 -2
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +2 -2
- package/ibc/core/commitment/v1/commitment.d.ts +4 -3
- package/ibc/core/commitment/v2/commitment.d.ts +2 -1
- package/ibc/core/connection/v1/connection.d.ts +8 -7
- package/ibc/core/connection/v1/genesis.d.ts +2 -1
- package/ibc/core/connection/v1/query.d.ts +13 -12
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/core/connection/v1/tx.d.ts +11 -10
- package/ibc/core/connection/v1/tx.registry.d.ts +3 -2
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +17 -16
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +9 -8
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +6 -5
- package/ibc/lightclients/wasm/v1/genesis.d.ts +3 -2
- package/ibc/lightclients/wasm/v1/query.d.ts +5 -4
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/lightclients/wasm/v1/tx.d.ts +7 -6
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +3 -2
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/lightclients/wasm/v1/wasm.d.ts +5 -4
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +2 -1
- package/sparkdream/blog/module/module.d.ts +2 -1
- package/sparkdream/blog/params.d.ts +2 -1
- package/sparkdream/blog/post.d.ts +2 -1
- package/sparkdream/blog/query.d.ts +7 -6
- package/sparkdream/blog/query.rpc.Query.d.ts +2 -2
- package/sparkdream/blog/tx.d.ts +9 -8
- package/sparkdream/blog/tx.registry.d.ts +3 -2
- package/sparkdream/blog/tx.rpc.msg.d.ts +2 -2
- package/sparkdream/bundle.d.ts +25 -25
- package/sparkdream/sparkdream/genesis.d.ts +2 -1
- package/sparkdream/sparkdream/module/module.d.ts +2 -1
- package/sparkdream/sparkdream/params.d.ts +2 -1
- package/sparkdream/sparkdream/query.d.ts +3 -2
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +2 -2
- package/sparkdream/sparkdream/tx.d.ts +3 -2
- package/sparkdream/sparkdream/tx.registry.d.ts +3 -2
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +2 -2
- package/tendermint/abci/types.d.ts +48 -47
- package/tendermint/bundle.d.ts +89 -89
- package/tendermint/crypto/keys.d.ts +2 -1
- package/tendermint/crypto/proof.d.ts +6 -5
- package/tendermint/p2p/types.d.ts +5 -4
- package/tendermint/types/block.d.ts +2 -1
- package/tendermint/types/evidence.d.ts +5 -4
- package/tendermint/types/params.d.ts +8 -7
- package/tendermint/types/types.d.ts +16 -15
- package/tendermint/types/validator.d.ts +4 -3
- package/tendermint/version/types.d.ts +3 -2
- package/types.d.ts +127 -0
- package/types.js +8 -0
|
@@ -4338,7 +4338,7 @@ function createBaseFeatureSet() {
|
|
|
4338
4338
|
fieldPresence: 1,
|
|
4339
4339
|
enumType: 1,
|
|
4340
4340
|
repeatedFieldEncoding: 1,
|
|
4341
|
-
utf8Validation:
|
|
4341
|
+
utf8Validation: 0,
|
|
4342
4342
|
messageEncoding: 1,
|
|
4343
4343
|
jsonFormat: 1,
|
|
4344
4344
|
enforceNamingStyle: 1
|
|
@@ -4356,7 +4356,7 @@ export const FeatureSet = {
|
|
|
4356
4356
|
if (message.repeatedFieldEncoding !== 1) {
|
|
4357
4357
|
writer.uint32(24).int32(message.repeatedFieldEncoding);
|
|
4358
4358
|
}
|
|
4359
|
-
if (message.utf8Validation !==
|
|
4359
|
+
if (message.utf8Validation !== 0) {
|
|
4360
4360
|
writer.uint32(32).int32(message.utf8Validation);
|
|
4361
4361
|
}
|
|
4362
4362
|
if (message.messageEncoding !== 1) {
|
|
@@ -4410,7 +4410,7 @@ export const FeatureSet = {
|
|
|
4410
4410
|
message.fieldPresence = object.fieldPresence ?? 1;
|
|
4411
4411
|
message.enumType = object.enumType ?? 1;
|
|
4412
4412
|
message.repeatedFieldEncoding = object.repeatedFieldEncoding ?? 1;
|
|
4413
|
-
message.utf8Validation = object.utf8Validation ??
|
|
4413
|
+
message.utf8Validation = object.utf8Validation ?? 0;
|
|
4414
4414
|
message.messageEncoding = object.messageEncoding ?? 1;
|
|
4415
4415
|
message.jsonFormat = object.jsonFormat ?? 1;
|
|
4416
4416
|
message.enforceNamingStyle = object.enforceNamingStyle ?? 1;
|
|
@@ -4446,7 +4446,7 @@ export const FeatureSet = {
|
|
|
4446
4446
|
obj.field_presence = message.fieldPresence === 1 ? undefined : message.fieldPresence;
|
|
4447
4447
|
obj.enum_type = message.enumType === 1 ? undefined : message.enumType;
|
|
4448
4448
|
obj.repeated_field_encoding = message.repeatedFieldEncoding === 1 ? undefined : message.repeatedFieldEncoding;
|
|
4449
|
-
obj.utf8_validation = message.utf8Validation ===
|
|
4449
|
+
obj.utf8_validation = message.utf8Validation === 0 ? undefined : message.utf8Validation;
|
|
4450
4450
|
obj.message_encoding = message.messageEncoding === 1 ? undefined : message.messageEncoding;
|
|
4451
4451
|
obj.json_format = message.jsonFormat === 1 ? undefined : message.jsonFormat;
|
|
4452
4452
|
obj.enforce_naming_style = message.enforceNamingStyle === 1 ? undefined : message.enforceNamingStyle;
|
package/esm/index.js
CHANGED
package/esm/types.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
//@ts-nocheck
|
|
2
|
+
/**
|
|
3
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.18
|
|
4
|
+
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
5
|
+
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
6
|
+
*/
|
|
7
|
+
export {};
|
package/google/api/http.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
2
|
+
import { DeepPartial } from "../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* Defines the HTTP configuration for an API service. It contains a list of
|
|
4
5
|
* [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method
|
|
@@ -1015,7 +1016,7 @@ export declare const Http: {
|
|
|
1015
1016
|
typeUrl: string;
|
|
1016
1017
|
encode(message: Http, writer?: BinaryWriter): BinaryWriter;
|
|
1017
1018
|
decode(input: BinaryReader | Uint8Array, length?: number): Http;
|
|
1018
|
-
fromPartial(object:
|
|
1019
|
+
fromPartial(object: DeepPartial<Http>): Http;
|
|
1019
1020
|
fromAmino(object: HttpAmino): Http;
|
|
1020
1021
|
toAmino(message: Http): HttpAmino;
|
|
1021
1022
|
fromAminoMsg(object: HttpAminoMsg): Http;
|
|
@@ -1027,7 +1028,7 @@ export declare const HttpRule: {
|
|
|
1027
1028
|
typeUrl: string;
|
|
1028
1029
|
encode(message: HttpRule, writer?: BinaryWriter): BinaryWriter;
|
|
1029
1030
|
decode(input: BinaryReader | Uint8Array, length?: number): HttpRule;
|
|
1030
|
-
fromPartial(object:
|
|
1031
|
+
fromPartial(object: DeepPartial<HttpRule>): HttpRule;
|
|
1031
1032
|
fromAmino(object: HttpRuleAmino): HttpRule;
|
|
1032
1033
|
toAmino(message: HttpRule): HttpRuleAmino;
|
|
1033
1034
|
fromAminoMsg(object: HttpRuleAminoMsg): HttpRule;
|
|
@@ -1039,7 +1040,7 @@ export declare const CustomHttpPattern: {
|
|
|
1039
1040
|
typeUrl: string;
|
|
1040
1041
|
encode(message: CustomHttpPattern, writer?: BinaryWriter): BinaryWriter;
|
|
1041
1042
|
decode(input: BinaryReader | Uint8Array, length?: number): CustomHttpPattern;
|
|
1042
|
-
fromPartial(object:
|
|
1043
|
+
fromPartial(object: DeepPartial<CustomHttpPattern>): CustomHttpPattern;
|
|
1043
1044
|
fromAmino(object: CustomHttpPatternAmino): CustomHttpPattern;
|
|
1044
1045
|
toAmino(message: CustomHttpPattern): CustomHttpPatternAmino;
|
|
1045
1046
|
fromAminoMsg(object: CustomHttpPatternAminoMsg): CustomHttpPattern;
|
package/google/bundle.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export declare namespace google {
|
|
|
8
8
|
typeUrl: string;
|
|
9
9
|
encode(message: _123.Timestamp, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
10
10
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _123.Timestamp;
|
|
11
|
-
fromPartial(object:
|
|
11
|
+
fromPartial(object: import("../helpers").DeepPartial<_123.Timestamp>): _123.Timestamp;
|
|
12
12
|
fromAmino(object: _123.TimestampAmino): _123.Timestamp;
|
|
13
13
|
toAmino(message: _123.Timestamp): _123.TimestampAmino;
|
|
14
14
|
fromAminoMsg(object: _123.TimestampAminoMsg): _123.Timestamp;
|
|
@@ -20,7 +20,7 @@ export declare namespace google {
|
|
|
20
20
|
typeUrl: string;
|
|
21
21
|
encode(message: _122.Duration, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
22
22
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _122.Duration;
|
|
23
|
-
fromPartial(object:
|
|
23
|
+
fromPartial(object: import("../helpers").DeepPartial<_122.Duration>): _122.Duration;
|
|
24
24
|
fromAmino(object: _122.DurationAmino): _122.Duration;
|
|
25
25
|
toAmino(message: _122.Duration): _122.DurationAmino;
|
|
26
26
|
fromAminoMsg(object: _122.DurationAminoMsg): _122.Duration;
|
|
@@ -132,7 +132,7 @@ export declare namespace google {
|
|
|
132
132
|
typeUrl: string;
|
|
133
133
|
encode(message: _121.FileDescriptorSet, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
134
134
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FileDescriptorSet;
|
|
135
|
-
fromPartial(object:
|
|
135
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FileDescriptorSet>): _121.FileDescriptorSet;
|
|
136
136
|
fromAmino(object: _121.FileDescriptorSetAmino): _121.FileDescriptorSet;
|
|
137
137
|
toAmino(message: _121.FileDescriptorSet): _121.FileDescriptorSetAmino;
|
|
138
138
|
fromAminoMsg(object: _121.FileDescriptorSetAminoMsg): _121.FileDescriptorSet;
|
|
@@ -144,7 +144,7 @@ export declare namespace google {
|
|
|
144
144
|
typeUrl: string;
|
|
145
145
|
encode(message: _121.FileDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
146
146
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FileDescriptorProto;
|
|
147
|
-
fromPartial(object:
|
|
147
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FileDescriptorProto>): _121.FileDescriptorProto;
|
|
148
148
|
fromAmino(object: _121.FileDescriptorProtoAmino): _121.FileDescriptorProto;
|
|
149
149
|
toAmino(message: _121.FileDescriptorProto): _121.FileDescriptorProtoAmino;
|
|
150
150
|
fromAminoMsg(object: _121.FileDescriptorProtoAminoMsg): _121.FileDescriptorProto;
|
|
@@ -156,7 +156,7 @@ export declare namespace google {
|
|
|
156
156
|
typeUrl: string;
|
|
157
157
|
encode(message: _121.DescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
158
158
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.DescriptorProto;
|
|
159
|
-
fromPartial(object:
|
|
159
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.DescriptorProto>): _121.DescriptorProto;
|
|
160
160
|
fromAmino(object: _121.DescriptorProtoAmino): _121.DescriptorProto;
|
|
161
161
|
toAmino(message: _121.DescriptorProto): _121.DescriptorProtoAmino;
|
|
162
162
|
fromAminoMsg(object: _121.DescriptorProtoAminoMsg): _121.DescriptorProto;
|
|
@@ -168,7 +168,7 @@ export declare namespace google {
|
|
|
168
168
|
typeUrl: string;
|
|
169
169
|
encode(message: _121.DescriptorProto_ExtensionRange, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
170
170
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.DescriptorProto_ExtensionRange;
|
|
171
|
-
fromPartial(object:
|
|
171
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.DescriptorProto_ExtensionRange>): _121.DescriptorProto_ExtensionRange;
|
|
172
172
|
fromAmino(object: _121.DescriptorProto_ExtensionRangeAmino): _121.DescriptorProto_ExtensionRange;
|
|
173
173
|
toAmino(message: _121.DescriptorProto_ExtensionRange): _121.DescriptorProto_ExtensionRangeAmino;
|
|
174
174
|
fromAminoMsg(object: _121.DescriptorProto_ExtensionRangeAminoMsg): _121.DescriptorProto_ExtensionRange;
|
|
@@ -180,7 +180,7 @@ export declare namespace google {
|
|
|
180
180
|
typeUrl: string;
|
|
181
181
|
encode(message: _121.DescriptorProto_ReservedRange, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
182
182
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.DescriptorProto_ReservedRange;
|
|
183
|
-
fromPartial(object:
|
|
183
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.DescriptorProto_ReservedRange>): _121.DescriptorProto_ReservedRange;
|
|
184
184
|
fromAmino(object: _121.DescriptorProto_ReservedRangeAmino): _121.DescriptorProto_ReservedRange;
|
|
185
185
|
toAmino(message: _121.DescriptorProto_ReservedRange): _121.DescriptorProto_ReservedRangeAmino;
|
|
186
186
|
fromAminoMsg(object: _121.DescriptorProto_ReservedRangeAminoMsg): _121.DescriptorProto_ReservedRange;
|
|
@@ -192,7 +192,7 @@ export declare namespace google {
|
|
|
192
192
|
typeUrl: string;
|
|
193
193
|
encode(message: _121.ExtensionRangeOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
194
194
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.ExtensionRangeOptions;
|
|
195
|
-
fromPartial(object:
|
|
195
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.ExtensionRangeOptions>): _121.ExtensionRangeOptions;
|
|
196
196
|
fromAmino(object: _121.ExtensionRangeOptionsAmino): _121.ExtensionRangeOptions;
|
|
197
197
|
toAmino(message: _121.ExtensionRangeOptions): _121.ExtensionRangeOptionsAmino;
|
|
198
198
|
fromAminoMsg(object: _121.ExtensionRangeOptionsAminoMsg): _121.ExtensionRangeOptions;
|
|
@@ -204,7 +204,7 @@ export declare namespace google {
|
|
|
204
204
|
typeUrl: string;
|
|
205
205
|
encode(message: _121.ExtensionRangeOptions_Declaration, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
206
206
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.ExtensionRangeOptions_Declaration;
|
|
207
|
-
fromPartial(object:
|
|
207
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.ExtensionRangeOptions_Declaration>): _121.ExtensionRangeOptions_Declaration;
|
|
208
208
|
fromAmino(object: _121.ExtensionRangeOptions_DeclarationAmino): _121.ExtensionRangeOptions_Declaration;
|
|
209
209
|
toAmino(message: _121.ExtensionRangeOptions_Declaration): _121.ExtensionRangeOptions_DeclarationAmino;
|
|
210
210
|
fromAminoMsg(object: _121.ExtensionRangeOptions_DeclarationAminoMsg): _121.ExtensionRangeOptions_Declaration;
|
|
@@ -216,7 +216,7 @@ export declare namespace google {
|
|
|
216
216
|
typeUrl: string;
|
|
217
217
|
encode(message: _121.FieldDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
218
218
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FieldDescriptorProto;
|
|
219
|
-
fromPartial(object:
|
|
219
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FieldDescriptorProto>): _121.FieldDescriptorProto;
|
|
220
220
|
fromAmino(object: _121.FieldDescriptorProtoAmino): _121.FieldDescriptorProto;
|
|
221
221
|
toAmino(message: _121.FieldDescriptorProto): _121.FieldDescriptorProtoAmino;
|
|
222
222
|
fromAminoMsg(object: _121.FieldDescriptorProtoAminoMsg): _121.FieldDescriptorProto;
|
|
@@ -228,7 +228,7 @@ export declare namespace google {
|
|
|
228
228
|
typeUrl: string;
|
|
229
229
|
encode(message: _121.OneofDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
230
230
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.OneofDescriptorProto;
|
|
231
|
-
fromPartial(object:
|
|
231
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.OneofDescriptorProto>): _121.OneofDescriptorProto;
|
|
232
232
|
fromAmino(object: _121.OneofDescriptorProtoAmino): _121.OneofDescriptorProto;
|
|
233
233
|
toAmino(message: _121.OneofDescriptorProto): _121.OneofDescriptorProtoAmino;
|
|
234
234
|
fromAminoMsg(object: _121.OneofDescriptorProtoAminoMsg): _121.OneofDescriptorProto;
|
|
@@ -240,7 +240,7 @@ export declare namespace google {
|
|
|
240
240
|
typeUrl: string;
|
|
241
241
|
encode(message: _121.EnumDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
242
242
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.EnumDescriptorProto;
|
|
243
|
-
fromPartial(object:
|
|
243
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.EnumDescriptorProto>): _121.EnumDescriptorProto;
|
|
244
244
|
fromAmino(object: _121.EnumDescriptorProtoAmino): _121.EnumDescriptorProto;
|
|
245
245
|
toAmino(message: _121.EnumDescriptorProto): _121.EnumDescriptorProtoAmino;
|
|
246
246
|
fromAminoMsg(object: _121.EnumDescriptorProtoAminoMsg): _121.EnumDescriptorProto;
|
|
@@ -252,7 +252,7 @@ export declare namespace google {
|
|
|
252
252
|
typeUrl: string;
|
|
253
253
|
encode(message: _121.EnumDescriptorProto_EnumReservedRange, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
254
254
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.EnumDescriptorProto_EnumReservedRange;
|
|
255
|
-
fromPartial(object:
|
|
255
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.EnumDescriptorProto_EnumReservedRange>): _121.EnumDescriptorProto_EnumReservedRange;
|
|
256
256
|
fromAmino(object: _121.EnumDescriptorProto_EnumReservedRangeAmino): _121.EnumDescriptorProto_EnumReservedRange;
|
|
257
257
|
toAmino(message: _121.EnumDescriptorProto_EnumReservedRange): _121.EnumDescriptorProto_EnumReservedRangeAmino;
|
|
258
258
|
fromAminoMsg(object: _121.EnumDescriptorProto_EnumReservedRangeAminoMsg): _121.EnumDescriptorProto_EnumReservedRange;
|
|
@@ -264,7 +264,7 @@ export declare namespace google {
|
|
|
264
264
|
typeUrl: string;
|
|
265
265
|
encode(message: _121.EnumValueDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
266
266
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.EnumValueDescriptorProto;
|
|
267
|
-
fromPartial(object:
|
|
267
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.EnumValueDescriptorProto>): _121.EnumValueDescriptorProto;
|
|
268
268
|
fromAmino(object: _121.EnumValueDescriptorProtoAmino): _121.EnumValueDescriptorProto;
|
|
269
269
|
toAmino(message: _121.EnumValueDescriptorProto): _121.EnumValueDescriptorProtoAmino;
|
|
270
270
|
fromAminoMsg(object: _121.EnumValueDescriptorProtoAminoMsg): _121.EnumValueDescriptorProto;
|
|
@@ -276,7 +276,7 @@ export declare namespace google {
|
|
|
276
276
|
typeUrl: string;
|
|
277
277
|
encode(message: _121.ServiceDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
278
278
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.ServiceDescriptorProto;
|
|
279
|
-
fromPartial(object:
|
|
279
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.ServiceDescriptorProto>): _121.ServiceDescriptorProto;
|
|
280
280
|
fromAmino(object: _121.ServiceDescriptorProtoAmino): _121.ServiceDescriptorProto;
|
|
281
281
|
toAmino(message: _121.ServiceDescriptorProto): _121.ServiceDescriptorProtoAmino;
|
|
282
282
|
fromAminoMsg(object: _121.ServiceDescriptorProtoAminoMsg): _121.ServiceDescriptorProto;
|
|
@@ -288,7 +288,7 @@ export declare namespace google {
|
|
|
288
288
|
typeUrl: string;
|
|
289
289
|
encode(message: _121.MethodDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
290
290
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.MethodDescriptorProto;
|
|
291
|
-
fromPartial(object:
|
|
291
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.MethodDescriptorProto>): _121.MethodDescriptorProto;
|
|
292
292
|
fromAmino(object: _121.MethodDescriptorProtoAmino): _121.MethodDescriptorProto;
|
|
293
293
|
toAmino(message: _121.MethodDescriptorProto): _121.MethodDescriptorProtoAmino;
|
|
294
294
|
fromAminoMsg(object: _121.MethodDescriptorProtoAminoMsg): _121.MethodDescriptorProto;
|
|
@@ -300,7 +300,7 @@ export declare namespace google {
|
|
|
300
300
|
typeUrl: string;
|
|
301
301
|
encode(message: _121.FileOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
302
302
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FileOptions;
|
|
303
|
-
fromPartial(object:
|
|
303
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FileOptions>): _121.FileOptions;
|
|
304
304
|
fromAmino(object: _121.FileOptionsAmino): _121.FileOptions;
|
|
305
305
|
toAmino(message: _121.FileOptions): _121.FileOptionsAmino;
|
|
306
306
|
fromAminoMsg(object: _121.FileOptionsAminoMsg): _121.FileOptions;
|
|
@@ -312,7 +312,7 @@ export declare namespace google {
|
|
|
312
312
|
typeUrl: string;
|
|
313
313
|
encode(message: _121.MessageOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
314
314
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.MessageOptions;
|
|
315
|
-
fromPartial(object:
|
|
315
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.MessageOptions>): _121.MessageOptions;
|
|
316
316
|
fromAmino(object: _121.MessageOptionsAmino): _121.MessageOptions;
|
|
317
317
|
toAmino(message: _121.MessageOptions): _121.MessageOptionsAmino;
|
|
318
318
|
fromAminoMsg(object: _121.MessageOptionsAminoMsg): _121.MessageOptions;
|
|
@@ -324,7 +324,7 @@ export declare namespace google {
|
|
|
324
324
|
typeUrl: string;
|
|
325
325
|
encode(message: _121.FieldOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
326
326
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FieldOptions;
|
|
327
|
-
fromPartial(object:
|
|
327
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FieldOptions>): _121.FieldOptions;
|
|
328
328
|
fromAmino(object: _121.FieldOptionsAmino): _121.FieldOptions;
|
|
329
329
|
toAmino(message: _121.FieldOptions): _121.FieldOptionsAmino;
|
|
330
330
|
fromAminoMsg(object: _121.FieldOptionsAminoMsg): _121.FieldOptions;
|
|
@@ -336,7 +336,7 @@ export declare namespace google {
|
|
|
336
336
|
typeUrl: string;
|
|
337
337
|
encode(message: _121.FieldOptions_EditionDefault, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
338
338
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FieldOptions_EditionDefault;
|
|
339
|
-
fromPartial(object:
|
|
339
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FieldOptions_EditionDefault>): _121.FieldOptions_EditionDefault;
|
|
340
340
|
fromAmino(object: _121.FieldOptions_EditionDefaultAmino): _121.FieldOptions_EditionDefault;
|
|
341
341
|
toAmino(message: _121.FieldOptions_EditionDefault): _121.FieldOptions_EditionDefaultAmino;
|
|
342
342
|
fromAminoMsg(object: _121.FieldOptions_EditionDefaultAminoMsg): _121.FieldOptions_EditionDefault;
|
|
@@ -348,7 +348,7 @@ export declare namespace google {
|
|
|
348
348
|
typeUrl: string;
|
|
349
349
|
encode(message: _121.FieldOptions_FeatureSupport, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
350
350
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FieldOptions_FeatureSupport;
|
|
351
|
-
fromPartial(object:
|
|
351
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FieldOptions_FeatureSupport>): _121.FieldOptions_FeatureSupport;
|
|
352
352
|
fromAmino(object: _121.FieldOptions_FeatureSupportAmino): _121.FieldOptions_FeatureSupport;
|
|
353
353
|
toAmino(message: _121.FieldOptions_FeatureSupport): _121.FieldOptions_FeatureSupportAmino;
|
|
354
354
|
fromAminoMsg(object: _121.FieldOptions_FeatureSupportAminoMsg): _121.FieldOptions_FeatureSupport;
|
|
@@ -360,7 +360,7 @@ export declare namespace google {
|
|
|
360
360
|
typeUrl: string;
|
|
361
361
|
encode(message: _121.OneofOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
362
362
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.OneofOptions;
|
|
363
|
-
fromPartial(object:
|
|
363
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.OneofOptions>): _121.OneofOptions;
|
|
364
364
|
fromAmino(object: _121.OneofOptionsAmino): _121.OneofOptions;
|
|
365
365
|
toAmino(message: _121.OneofOptions): _121.OneofOptionsAmino;
|
|
366
366
|
fromAminoMsg(object: _121.OneofOptionsAminoMsg): _121.OneofOptions;
|
|
@@ -372,7 +372,7 @@ export declare namespace google {
|
|
|
372
372
|
typeUrl: string;
|
|
373
373
|
encode(message: _121.EnumOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
374
374
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.EnumOptions;
|
|
375
|
-
fromPartial(object:
|
|
375
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.EnumOptions>): _121.EnumOptions;
|
|
376
376
|
fromAmino(object: _121.EnumOptionsAmino): _121.EnumOptions;
|
|
377
377
|
toAmino(message: _121.EnumOptions): _121.EnumOptionsAmino;
|
|
378
378
|
fromAminoMsg(object: _121.EnumOptionsAminoMsg): _121.EnumOptions;
|
|
@@ -384,7 +384,7 @@ export declare namespace google {
|
|
|
384
384
|
typeUrl: string;
|
|
385
385
|
encode(message: _121.EnumValueOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
386
386
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.EnumValueOptions;
|
|
387
|
-
fromPartial(object:
|
|
387
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.EnumValueOptions>): _121.EnumValueOptions;
|
|
388
388
|
fromAmino(object: _121.EnumValueOptionsAmino): _121.EnumValueOptions;
|
|
389
389
|
toAmino(message: _121.EnumValueOptions): _121.EnumValueOptionsAmino;
|
|
390
390
|
fromAminoMsg(object: _121.EnumValueOptionsAminoMsg): _121.EnumValueOptions;
|
|
@@ -396,7 +396,7 @@ export declare namespace google {
|
|
|
396
396
|
typeUrl: string;
|
|
397
397
|
encode(message: _121.ServiceOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
398
398
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.ServiceOptions;
|
|
399
|
-
fromPartial(object:
|
|
399
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.ServiceOptions>): _121.ServiceOptions;
|
|
400
400
|
fromAmino(object: _121.ServiceOptionsAmino): _121.ServiceOptions;
|
|
401
401
|
toAmino(message: _121.ServiceOptions): _121.ServiceOptionsAmino;
|
|
402
402
|
fromAminoMsg(object: _121.ServiceOptionsAminoMsg): _121.ServiceOptions;
|
|
@@ -408,7 +408,7 @@ export declare namespace google {
|
|
|
408
408
|
typeUrl: string;
|
|
409
409
|
encode(message: _121.MethodOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
410
410
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.MethodOptions;
|
|
411
|
-
fromPartial(object:
|
|
411
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.MethodOptions>): _121.MethodOptions;
|
|
412
412
|
fromAmino(object: _121.MethodOptionsAmino): _121.MethodOptions;
|
|
413
413
|
toAmino(message: _121.MethodOptions): _121.MethodOptionsAmino;
|
|
414
414
|
fromAminoMsg(object: _121.MethodOptionsAminoMsg): _121.MethodOptions;
|
|
@@ -420,7 +420,7 @@ export declare namespace google {
|
|
|
420
420
|
typeUrl: string;
|
|
421
421
|
encode(message: _121.UninterpretedOption, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
422
422
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.UninterpretedOption;
|
|
423
|
-
fromPartial(object:
|
|
423
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.UninterpretedOption>): _121.UninterpretedOption;
|
|
424
424
|
fromAmino(object: _121.UninterpretedOptionAmino): _121.UninterpretedOption;
|
|
425
425
|
toAmino(message: _121.UninterpretedOption): _121.UninterpretedOptionAmino;
|
|
426
426
|
fromAminoMsg(object: _121.UninterpretedOptionAminoMsg): _121.UninterpretedOption;
|
|
@@ -432,7 +432,7 @@ export declare namespace google {
|
|
|
432
432
|
typeUrl: string;
|
|
433
433
|
encode(message: _121.UninterpretedOption_NamePart, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
434
434
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.UninterpretedOption_NamePart;
|
|
435
|
-
fromPartial(object:
|
|
435
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.UninterpretedOption_NamePart>): _121.UninterpretedOption_NamePart;
|
|
436
436
|
fromAmino(object: _121.UninterpretedOption_NamePartAmino): _121.UninterpretedOption_NamePart;
|
|
437
437
|
toAmino(message: _121.UninterpretedOption_NamePart): _121.UninterpretedOption_NamePartAmino;
|
|
438
438
|
fromAminoMsg(object: _121.UninterpretedOption_NamePartAminoMsg): _121.UninterpretedOption_NamePart;
|
|
@@ -444,7 +444,7 @@ export declare namespace google {
|
|
|
444
444
|
typeUrl: string;
|
|
445
445
|
encode(message: _121.FeatureSet, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
446
446
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FeatureSet;
|
|
447
|
-
fromPartial(object:
|
|
447
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FeatureSet>): _121.FeatureSet;
|
|
448
448
|
fromAmino(object: _121.FeatureSetAmino): _121.FeatureSet;
|
|
449
449
|
toAmino(message: _121.FeatureSet): _121.FeatureSetAmino;
|
|
450
450
|
fromAminoMsg(object: _121.FeatureSetAminoMsg): _121.FeatureSet;
|
|
@@ -456,7 +456,7 @@ export declare namespace google {
|
|
|
456
456
|
typeUrl: string;
|
|
457
457
|
encode(_: _121.FeatureSet_VisibilityFeature, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
458
458
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FeatureSet_VisibilityFeature;
|
|
459
|
-
fromPartial(_:
|
|
459
|
+
fromPartial(_: import("../helpers").DeepPartial<_121.FeatureSet_VisibilityFeature>): _121.FeatureSet_VisibilityFeature;
|
|
460
460
|
fromAmino(_: _121.FeatureSet_VisibilityFeatureAmino): _121.FeatureSet_VisibilityFeature;
|
|
461
461
|
toAmino(_: _121.FeatureSet_VisibilityFeature): _121.FeatureSet_VisibilityFeatureAmino;
|
|
462
462
|
fromAminoMsg(object: _121.FeatureSet_VisibilityFeatureAminoMsg): _121.FeatureSet_VisibilityFeature;
|
|
@@ -468,7 +468,7 @@ export declare namespace google {
|
|
|
468
468
|
typeUrl: string;
|
|
469
469
|
encode(message: _121.FeatureSetDefaults, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
470
470
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FeatureSetDefaults;
|
|
471
|
-
fromPartial(object:
|
|
471
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FeatureSetDefaults>): _121.FeatureSetDefaults;
|
|
472
472
|
fromAmino(object: _121.FeatureSetDefaultsAmino): _121.FeatureSetDefaults;
|
|
473
473
|
toAmino(message: _121.FeatureSetDefaults): _121.FeatureSetDefaultsAmino;
|
|
474
474
|
fromAminoMsg(object: _121.FeatureSetDefaultsAminoMsg): _121.FeatureSetDefaults;
|
|
@@ -480,7 +480,7 @@ export declare namespace google {
|
|
|
480
480
|
typeUrl: string;
|
|
481
481
|
encode(message: _121.FeatureSetDefaults_FeatureSetEditionDefault, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
482
482
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FeatureSetDefaults_FeatureSetEditionDefault;
|
|
483
|
-
fromPartial(object:
|
|
483
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FeatureSetDefaults_FeatureSetEditionDefault>): _121.FeatureSetDefaults_FeatureSetEditionDefault;
|
|
484
484
|
fromAmino(object: _121.FeatureSetDefaults_FeatureSetEditionDefaultAmino): _121.FeatureSetDefaults_FeatureSetEditionDefault;
|
|
485
485
|
toAmino(message: _121.FeatureSetDefaults_FeatureSetEditionDefault): _121.FeatureSetDefaults_FeatureSetEditionDefaultAmino;
|
|
486
486
|
fromAminoMsg(object: _121.FeatureSetDefaults_FeatureSetEditionDefaultAminoMsg): _121.FeatureSetDefaults_FeatureSetEditionDefault;
|
|
@@ -492,7 +492,7 @@ export declare namespace google {
|
|
|
492
492
|
typeUrl: string;
|
|
493
493
|
encode(message: _121.SourceCodeInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
494
494
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.SourceCodeInfo;
|
|
495
|
-
fromPartial(object:
|
|
495
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.SourceCodeInfo>): _121.SourceCodeInfo;
|
|
496
496
|
fromAmino(object: _121.SourceCodeInfoAmino): _121.SourceCodeInfo;
|
|
497
497
|
toAmino(message: _121.SourceCodeInfo): _121.SourceCodeInfoAmino;
|
|
498
498
|
fromAminoMsg(object: _121.SourceCodeInfoAminoMsg): _121.SourceCodeInfo;
|
|
@@ -504,7 +504,7 @@ export declare namespace google {
|
|
|
504
504
|
typeUrl: string;
|
|
505
505
|
encode(message: _121.SourceCodeInfo_Location, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
506
506
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.SourceCodeInfo_Location;
|
|
507
|
-
fromPartial(object:
|
|
507
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.SourceCodeInfo_Location>): _121.SourceCodeInfo_Location;
|
|
508
508
|
fromAmino(object: _121.SourceCodeInfo_LocationAmino): _121.SourceCodeInfo_Location;
|
|
509
509
|
toAmino(message: _121.SourceCodeInfo_Location): _121.SourceCodeInfo_LocationAmino;
|
|
510
510
|
fromAminoMsg(object: _121.SourceCodeInfo_LocationAminoMsg): _121.SourceCodeInfo_Location;
|
|
@@ -516,7 +516,7 @@ export declare namespace google {
|
|
|
516
516
|
typeUrl: string;
|
|
517
517
|
encode(message: _121.GeneratedCodeInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
518
518
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.GeneratedCodeInfo;
|
|
519
|
-
fromPartial(object:
|
|
519
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.GeneratedCodeInfo>): _121.GeneratedCodeInfo;
|
|
520
520
|
fromAmino(object: _121.GeneratedCodeInfoAmino): _121.GeneratedCodeInfo;
|
|
521
521
|
toAmino(message: _121.GeneratedCodeInfo): _121.GeneratedCodeInfoAmino;
|
|
522
522
|
fromAminoMsg(object: _121.GeneratedCodeInfoAminoMsg): _121.GeneratedCodeInfo;
|
|
@@ -528,7 +528,7 @@ export declare namespace google {
|
|
|
528
528
|
typeUrl: string;
|
|
529
529
|
encode(message: _121.GeneratedCodeInfo_Annotation, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
530
530
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.GeneratedCodeInfo_Annotation;
|
|
531
|
-
fromPartial(object:
|
|
531
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.GeneratedCodeInfo_Annotation>): _121.GeneratedCodeInfo_Annotation;
|
|
532
532
|
fromAmino(object: _121.GeneratedCodeInfo_AnnotationAmino): _121.GeneratedCodeInfo_Annotation;
|
|
533
533
|
toAmino(message: _121.GeneratedCodeInfo_Annotation): _121.GeneratedCodeInfo_AnnotationAmino;
|
|
534
534
|
fromAminoMsg(object: _121.GeneratedCodeInfo_AnnotationAminoMsg): _121.GeneratedCodeInfo_Annotation;
|
|
@@ -540,7 +540,7 @@ export declare namespace google {
|
|
|
540
540
|
typeUrl: string;
|
|
541
541
|
encode(message: _120.Any, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
542
542
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _120.Any;
|
|
543
|
-
fromPartial(object:
|
|
543
|
+
fromPartial(object: import("../helpers").DeepPartial<_120.Any>): _120.Any;
|
|
544
544
|
fromAmino(object: _120.AnyAmino): _120.Any;
|
|
545
545
|
toAmino(message: _120.Any): _120.AnyAmino;
|
|
546
546
|
fromAminoMsg(object: _120.AnyAminoMsg): _120.Any;
|
package/google/protobuf/any.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
2
|
+
import { DeepPartial } from "../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* `Any` contains an arbitrary serialized protocol buffer message along with a
|
|
4
5
|
* URL that describes the type of the serialized message.
|
|
@@ -348,7 +349,7 @@ export declare const Any: {
|
|
|
348
349
|
typeUrl: string;
|
|
349
350
|
encode(message: Any, writer?: BinaryWriter): BinaryWriter;
|
|
350
351
|
decode(input: BinaryReader | Uint8Array, length?: number): Any;
|
|
351
|
-
fromPartial(object:
|
|
352
|
+
fromPartial(object: DeepPartial<Any>): Any;
|
|
352
353
|
fromAmino(object: AnyAmino): Any;
|
|
353
354
|
toAmino(message: Any): AnyAmino;
|
|
354
355
|
fromAminoMsg(object: AnyAminoMsg): Any;
|