@gitopia/gitopiajs 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/LICENSE +21 -0
- package/dist/amino/amino.d.ts +1 -0
- package/dist/amino/amino.js +2 -0
- package/dist/amino/bundle.d.ts +1 -0
- package/dist/amino/bundle.js +41 -0
- package/dist/binary.d.ts +130 -0
- package/dist/binary.js +371 -0
- package/dist/cosmos/bank/v1beta1/bank.d.ts +407 -0
- package/dist/cosmos/bank/v1beta1/bank.js +664 -0
- package/dist/cosmos/bank/v1beta1/query.d.ts +1062 -0
- package/dist/cosmos/bank/v1beta1/query.js +1759 -0
- package/dist/cosmos/bank/v1beta1/query.lcd.d.ts +19 -0
- package/dist/cosmos/bank/v1beta1/query.lcd.js +173 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.Query.d.ts +106 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.Query.js +123 -0
- package/dist/cosmos/base/query/v1beta1/pagination.d.ts +190 -0
- package/dist/cosmos/base/query/v1beta1/pagination.js +204 -0
- package/dist/cosmos/base/v1beta1/coin.d.ts +193 -0
- package/dist/cosmos/base/v1beta1/coin.js +306 -0
- package/dist/cosmos/bundle.d.ts +2311 -0
- package/dist/cosmos/bundle.js +134 -0
- package/dist/cosmos/client.d.ts +84 -0
- package/dist/cosmos/client.js +65 -0
- package/dist/cosmos/feegrant/v1beta1/feegrant.d.ts +245 -0
- package/dist/cosmos/feegrant/v1beta1/feegrant.js +456 -0
- package/dist/cosmos/feegrant/v1beta1/query.d.ts +258 -0
- package/dist/cosmos/feegrant/v1beta1/query.js +487 -0
- package/dist/cosmos/feegrant/v1beta1/query.lcd.d.ts +11 -0
- package/dist/cosmos/feegrant/v1beta1/query.lcd.js +44 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +28 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.Query.js +47 -0
- package/dist/cosmos/gov/v1beta1/gov.d.ts +571 -0
- package/dist/cosmos/gov/v1beta1/gov.js +1122 -0
- package/dist/cosmos/gov/v1beta1/query.d.ts +636 -0
- package/dist/cosmos/gov/v1beta1/query.js +1264 -0
- package/dist/cosmos/gov/v1beta1/query.lcd.d.ts +16 -0
- package/dist/cosmos/gov/v1beta1/query.lcd.js +87 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.Query.d.ts +44 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.Query.js +92 -0
- package/dist/cosmos/group/v1/query.d.ts +1097 -0
- package/dist/cosmos/group/v1/query.js +2182 -0
- package/dist/cosmos/group/v1/query.lcd.d.ts +22 -0
- package/dist/cosmos/group/v1/query.lcd.js +158 -0
- package/dist/cosmos/group/v1/query.rpc.Query.d.ts +78 -0
- package/dist/cosmos/group/v1/query.rpc.Query.js +148 -0
- package/dist/cosmos/group/v1/tx.amino.d.ts +73 -0
- package/dist/cosmos/group/v1/tx.amino.js +77 -0
- package/dist/cosmos/group/v1/tx.d.ts +1198 -0
- package/dist/cosmos/group/v1/tx.js +2362 -0
- package/dist/cosmos/group/v1/tx.registry.d.ts +180 -0
- package/dist/cosmos/group/v1/tx.registry.js +271 -0
- package/dist/cosmos/group/v1/tx.rpc.msg.d.ts +51 -0
- package/dist/cosmos/group/v1/tx.rpc.msg.js +96 -0
- package/dist/cosmos/group/v1/types.d.ts +873 -0
- package/dist/cosmos/group/v1/types.js +1495 -0
- package/dist/cosmos/msg/v1/msg.d.ts +1 -0
- package/dist/cosmos/msg/v1/msg.js +2 -0
- package/dist/cosmos/query/v1/query.d.ts +1 -0
- package/dist/cosmos/query/v1/query.js +2 -0
- package/dist/cosmos/rpc.query.d.ts +59 -0
- package/dist/cosmos/rpc.query.js +60 -0
- package/dist/cosmos/rpc.tx.d.ts +10 -0
- package/dist/cosmos/rpc.tx.js +44 -0
- package/dist/cosmos/upgrade/v1beta1/upgrade.d.ts +278 -0
- package/dist/cosmos/upgrade/v1beta1/upgrade.js +382 -0
- package/dist/cosmos_proto/bundle.d.ts +32 -0
- package/dist/cosmos_proto/bundle.js +41 -0
- package/dist/cosmos_proto/cosmos.d.ts +171 -0
- package/dist/cosmos_proto/cosmos.js +221 -0
- package/dist/esm/amino/amino.js +1 -0
- package/dist/esm/amino/bundle.js +5 -0
- package/dist/esm/binary.js +366 -0
- package/dist/esm/cosmos/bank/v1beta1/bank.js +661 -0
- package/dist/esm/cosmos/bank/v1beta1/query.js +1756 -0
- package/dist/esm/cosmos/bank/v1beta1/query.lcd.js +169 -0
- package/dist/esm/cosmos/bank/v1beta1/query.rpc.Query.js +118 -0
- package/dist/esm/cosmos/base/query/v1beta1/pagination.js +201 -0
- package/dist/esm/cosmos/base/v1beta1/coin.js +303 -0
- package/dist/esm/cosmos/bundle.js +98 -0
- package/dist/esm/cosmos/client.js +27 -0
- package/dist/esm/cosmos/feegrant/v1beta1/feegrant.js +450 -0
- package/dist/esm/cosmos/feegrant/v1beta1/query.js +484 -0
- package/dist/esm/cosmos/feegrant/v1beta1/query.lcd.js +40 -0
- package/dist/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +42 -0
- package/dist/esm/cosmos/gov/v1beta1/gov.js +1112 -0
- package/dist/esm/cosmos/gov/v1beta1/query.js +1261 -0
- package/dist/esm/cosmos/gov/v1beta1/query.lcd.js +83 -0
- package/dist/esm/cosmos/gov/v1beta1/query.rpc.Query.js +87 -0
- package/dist/esm/cosmos/group/v1/query.js +2179 -0
- package/dist/esm/cosmos/group/v1/query.lcd.js +154 -0
- package/dist/esm/cosmos/group/v1/query.rpc.Query.js +143 -0
- package/dist/esm/cosmos/group/v1/tx.amino.js +74 -0
- package/dist/esm/cosmos/group/v1/tx.js +2354 -0
- package/dist/esm/cosmos/group/v1/tx.registry.js +267 -0
- package/dist/esm/cosmos/group/v1/tx.rpc.msg.js +92 -0
- package/dist/esm/cosmos/group/v1/types.js +1483 -0
- package/dist/esm/cosmos/msg/v1/msg.js +1 -0
- package/dist/esm/cosmos/query/v1/query.js +1 -0
- package/dist/esm/cosmos/rpc.query.js +23 -0
- package/dist/esm/cosmos/rpc.tx.js +7 -0
- package/dist/esm/cosmos/upgrade/v1beta1/upgrade.js +379 -0
- package/dist/esm/cosmos_proto/bundle.js +5 -0
- package/dist/esm/cosmos_proto/cosmos.js +216 -0
- package/dist/esm/gitopia/bundle.js +95 -0
- package/dist/esm/gitopia/client.js +32 -0
- package/dist/esm/gitopia/custom-lcd-client.js +50 -0
- package/dist/esm/gitopia/gitopia/gitopia/attachment.js +101 -0
- package/dist/esm/gitopia/gitopia/gitopia/bounty.js +255 -0
- package/dist/esm/gitopia/gitopia/gitopia/branch.js +137 -0
- package/dist/esm/gitopia/gitopia/gitopia/comment.js +488 -0
- package/dist/esm/gitopia/gitopia/gitopia/dao.js +451 -0
- package/dist/esm/gitopia/gitopia/gitopia/exercised_amount.js +78 -0
- package/dist/esm/gitopia/gitopia/gitopia/genesis.js +460 -0
- package/dist/esm/gitopia/gitopia/gitopia/issue.js +323 -0
- package/dist/esm/gitopia/gitopia/gitopia/params.js +293 -0
- package/dist/esm/gitopia/gitopia/gitopia/pullRequest.js +565 -0
- package/dist/esm/gitopia/gitopia/gitopia/query.js +7351 -0
- package/dist/esm/gitopia/gitopia/gitopia/query.lcd.js +452 -0
- package/dist/esm/gitopia/gitopia/gitopia/query.rpc.Query.js +453 -0
- package/dist/esm/gitopia/gitopia/gitopia/reaction.js +123 -0
- package/dist/esm/gitopia/gitopia/gitopia/release.js +225 -0
- package/dist/esm/gitopia/gitopia/gitopia/repository.js +1200 -0
- package/dist/esm/gitopia/gitopia/gitopia/tag.js +125 -0
- package/dist/esm/gitopia/gitopia/gitopia/task.js +197 -0
- package/dist/esm/gitopia/gitopia/gitopia/tx.amino.js +464 -0
- package/dist/esm/gitopia/gitopia/gitopia/tx.js +14679 -0
- package/dist/esm/gitopia/gitopia/gitopia/tx.registry.js +1671 -0
- package/dist/esm/gitopia/gitopia/gitopia/tx.rpc.msg.js +560 -0
- package/dist/esm/gitopia/gitopia/gitopia/user.js +340 -0
- package/dist/esm/gitopia/gitopia/gitopia/whois.js +146 -0
- package/dist/esm/gitopia/gitopia/offchain/offchain.js +144 -0
- package/dist/esm/gitopia/gitopia/rewards/genesis.js +82 -0
- package/dist/esm/gitopia/gitopia/rewards/params.js +81 -0
- package/dist/esm/gitopia/gitopia/rewards/pool.js +191 -0
- package/dist/esm/gitopia/gitopia/rewards/query.js +654 -0
- package/dist/esm/gitopia/gitopia/rewards/query.lcd.js +40 -0
- package/dist/esm/gitopia/gitopia/rewards/query.rpc.Query.js +53 -0
- package/dist/esm/gitopia/gitopia/rewards/rewards.js +191 -0
- package/dist/esm/gitopia/gitopia/rewards/task.js +176 -0
- package/dist/esm/gitopia/gitopia/rewards/tx.amino.js +19 -0
- package/dist/esm/gitopia/gitopia/rewards/tx.js +525 -0
- package/dist/esm/gitopia/gitopia/rewards/tx.registry.js +69 -0
- package/dist/esm/gitopia/gitopia/rewards/tx.rpc.msg.js +26 -0
- package/dist/esm/gitopia/rpc.query.js +29 -0
- package/dist/esm/gitopia/rpc.tx.js +13 -0
- package/dist/esm/gogoproto/bundle.js +5 -0
- package/dist/esm/gogoproto/gogo.js +1 -0
- package/dist/esm/google/api/annotations.js +1 -0
- package/dist/esm/google/api/http.js +329 -0
- package/dist/esm/google/bundle.js +14 -0
- package/dist/esm/google/protobuf/any.js +74 -0
- package/dist/esm/google/protobuf/descriptor.js +4848 -0
- package/dist/esm/google/protobuf/duration.js +71 -0
- package/dist/esm/google/protobuf/timestamp.js +68 -0
- package/dist/esm/helpers.js +129 -0
- package/dist/esm/ibc/applications/transfer/v1/query.js +847 -0
- package/dist/esm/ibc/applications/transfer/v1/query.lcd.js +70 -0
- package/dist/esm/ibc/applications/transfer/v1/query.rpc.Query.js +71 -0
- package/dist/esm/ibc/applications/transfer/v1/transfer.js +164 -0
- package/dist/esm/ibc/applications/transfer/v1/tx.amino.js +9 -0
- package/dist/esm/ibc/applications/transfer/v1/tx.js +226 -0
- package/dist/esm/ibc/applications/transfer/v1/tx.registry.js +33 -0
- package/dist/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +14 -0
- package/dist/esm/ibc/bundle.js +44 -0
- package/dist/esm/ibc/client.js +29 -0
- package/dist/esm/ibc/core/client/v1/client.js +611 -0
- package/dist/esm/ibc/rpc.query.js +30 -0
- package/dist/esm/ibc/rpc.tx.js +14 -0
- package/dist/esm/index.js +19 -0
- package/dist/esm/utf8.js +137 -0
- package/dist/esm/varint.js +408 -0
- package/dist/gitopia/bundle.d.ts +6123 -0
- package/dist/gitopia/bundle.js +131 -0
- package/dist/gitopia/client.d.ts +492 -0
- package/dist/gitopia/client.js +70 -0
- package/dist/gitopia/custom-lcd-client.d.ts +31 -0
- package/dist/gitopia/custom-lcd-client.js +87 -0
- package/dist/gitopia/gitopia/gitopia/attachment.d.ts +39 -0
- package/dist/gitopia/gitopia/gitopia/attachment.js +104 -0
- package/dist/gitopia/gitopia/gitopia/bounty.d.ts +79 -0
- package/dist/gitopia/gitopia/gitopia/bounty.js +262 -0
- package/dist/gitopia/gitopia/gitopia/branch.d.ts +48 -0
- package/dist/gitopia/gitopia/gitopia/branch.js +140 -0
- package/dist/gitopia/gitopia/gitopia/comment.d.ts +125 -0
- package/dist/gitopia/gitopia/gitopia/comment.js +495 -0
- package/dist/gitopia/gitopia/gitopia/dao.d.ts +160 -0
- package/dist/gitopia/gitopia/gitopia/dao.js +454 -0
- package/dist/gitopia/gitopia/gitopia/exercised_amount.d.ts +34 -0
- package/dist/gitopia/gitopia/gitopia/exercised_amount.js +81 -0
- package/dist/gitopia/gitopia/gitopia/genesis.d.ts +143 -0
- package/dist/gitopia/gitopia/gitopia/genesis.js +463 -0
- package/dist/gitopia/gitopia/gitopia/issue.d.ts +88 -0
- package/dist/gitopia/gitopia/gitopia/issue.js +328 -0
- package/dist/gitopia/gitopia/gitopia/params.d.ts +115 -0
- package/dist/gitopia/gitopia/gitopia/params.js +296 -0
- package/dist/gitopia/gitopia/gitopia/pullRequest.d.ts +177 -0
- package/dist/gitopia/gitopia/gitopia/pullRequest.js +570 -0
- package/dist/gitopia/gitopia/gitopia/query.d.ts +3130 -0
- package/dist/gitopia/gitopia/gitopia/query.js +7355 -0
- package/dist/gitopia/gitopia/gitopia/query.lcd.d.ts +54 -0
- package/dist/gitopia/gitopia/gitopia/query.lcd.js +456 -0
- package/dist/gitopia/gitopia/gitopia/query.rpc.Query.d.ts +188 -0
- package/dist/gitopia/gitopia/gitopia/query.rpc.Query.js +458 -0
- package/dist/gitopia/gitopia/gitopia/reaction.d.ts +42 -0
- package/dist/gitopia/gitopia/gitopia/reaction.js +128 -0
- package/dist/gitopia/gitopia/gitopia/release.d.ts +70 -0
- package/dist/gitopia/gitopia/gitopia/release.js +228 -0
- package/dist/gitopia/gitopia/gitopia/repository.d.ts +424 -0
- package/dist/gitopia/gitopia/gitopia/repository.js +1207 -0
- package/dist/gitopia/gitopia/gitopia/tag.d.ts +45 -0
- package/dist/gitopia/gitopia/gitopia/tag.js +128 -0
- package/dist/gitopia/gitopia/gitopia/task.d.ts +64 -0
- package/dist/gitopia/gitopia/gitopia/task.js +204 -0
- package/dist/gitopia/gitopia/gitopia/tx.amino.d.ts +463 -0
- package/dist/gitopia/gitopia/gitopia/tx.amino.js +467 -0
- package/dist/gitopia/gitopia/gitopia/tx.d.ts +6246 -0
- package/dist/gitopia/gitopia/gitopia/tx.js +14687 -0
- package/dist/gitopia/gitopia/gitopia/tx.registry.d.ts +1116 -0
- package/dist/gitopia/gitopia/gitopia/tx.registry.js +1675 -0
- package/dist/gitopia/gitopia/gitopia/tx.rpc.msg.d.ts +200 -0
- package/dist/gitopia/gitopia/gitopia/tx.rpc.msg.js +564 -0
- package/dist/gitopia/gitopia/gitopia/user.d.ts +104 -0
- package/dist/gitopia/gitopia/gitopia/user.js +343 -0
- package/dist/gitopia/gitopia/gitopia/whois.d.ts +51 -0
- package/dist/gitopia/gitopia/gitopia/whois.js +151 -0
- package/dist/gitopia/gitopia/offchain/offchain.d.ts +74 -0
- package/dist/gitopia/gitopia/offchain/offchain.js +147 -0
- package/dist/gitopia/gitopia/rewards/genesis.d.ts +40 -0
- package/dist/gitopia/gitopia/rewards/genesis.js +85 -0
- package/dist/gitopia/gitopia/rewards/params.d.ts +37 -0
- package/dist/gitopia/gitopia/rewards/params.js +84 -0
- package/dist/gitopia/gitopia/rewards/pool.d.ts +59 -0
- package/dist/gitopia/gitopia/rewards/pool.js +196 -0
- package/dist/gitopia/gitopia/rewards/query.d.ts +294 -0
- package/dist/gitopia/gitopia/rewards/query.js +657 -0
- package/dist/gitopia/gitopia/rewards/query.lcd.d.ts +12 -0
- package/dist/gitopia/gitopia/rewards/query.lcd.js +44 -0
- package/dist/gitopia/gitopia/rewards/query.rpc.Query.d.ts +28 -0
- package/dist/gitopia/gitopia/rewards/query.rpc.Query.js +58 -0
- package/dist/gitopia/gitopia/rewards/rewards.d.ts +79 -0
- package/dist/gitopia/gitopia/rewards/rewards.js +194 -0
- package/dist/gitopia/gitopia/rewards/task.d.ts +54 -0
- package/dist/gitopia/gitopia/rewards/task.js +181 -0
- package/dist/gitopia/gitopia/rewards/tx.amino.d.ts +18 -0
- package/dist/gitopia/gitopia/rewards/tx.amino.js +22 -0
- package/dist/gitopia/gitopia/rewards/tx.d.ts +242 -0
- package/dist/gitopia/gitopia/rewards/tx.js +528 -0
- package/dist/gitopia/gitopia/rewards/tx.registry.d.ts +48 -0
- package/dist/gitopia/gitopia/rewards/tx.registry.js +73 -0
- package/dist/gitopia/gitopia/rewards/tx.rpc.msg.d.ts +19 -0
- package/dist/gitopia/gitopia/rewards/tx.rpc.msg.js +30 -0
- package/dist/gitopia/rpc.query.d.ts +117 -0
- package/dist/gitopia/rpc.query.js +66 -0
- package/dist/gitopia/rpc.tx.d.ts +16 -0
- package/dist/gitopia/rpc.tx.js +50 -0
- package/dist/gogoproto/bundle.d.ts +1 -0
- package/dist/gogoproto/bundle.js +41 -0
- package/dist/gogoproto/gogo.d.ts +1 -0
- package/dist/gogoproto/gogo.js +2 -0
- package/dist/google/api/annotations.d.ts +1 -0
- package/dist/google/api/annotations.js +2 -0
- package/dist/google/api/http.d.ts +1049 -0
- package/dist/google/api/http.js +332 -0
- package/dist/google/bundle.d.ts +525 -0
- package/dist/google/bundle.js +50 -0
- package/dist/google/protobuf/any.d.ts +358 -0
- package/dist/google/protobuf/any.js +77 -0
- package/dist/google/protobuf/descriptor.d.ts +3178 -0
- package/dist/google/protobuf/descriptor.js +4886 -0
- package/dist/google/protobuf/duration.d.ts +223 -0
- package/dist/google/protobuf/duration.js +74 -0
- package/dist/google/protobuf/timestamp.d.ts +314 -0
- package/dist/google/protobuf/timestamp.js +71 -0
- package/dist/helpers.d.ts +82 -0
- package/dist/helpers.js +144 -0
- package/dist/ibc/applications/transfer/v1/query.d.ts +479 -0
- package/dist/ibc/applications/transfer/v1/query.js +850 -0
- package/dist/ibc/applications/transfer/v1/query.lcd.d.ts +14 -0
- package/dist/ibc/applications/transfer/v1/query.lcd.js +74 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.Query.d.ts +36 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.Query.js +76 -0
- package/dist/ibc/applications/transfer/v1/transfer.d.ts +123 -0
- package/dist/ibc/applications/transfer/v1/transfer.js +167 -0
- package/dist/ibc/applications/transfer/v1/tx.amino.d.ts +8 -0
- package/dist/ibc/applications/transfer/v1/tx.amino.js +12 -0
- package/dist/ibc/applications/transfer/v1/tx.d.ts +132 -0
- package/dist/ibc/applications/transfer/v1/tx.js +229 -0
- package/dist/ibc/applications/transfer/v1/tx.registry.d.ts +24 -0
- package/dist/ibc/applications/transfer/v1/tx.registry.js +37 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +12 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.msg.js +18 -0
- package/dist/ibc/bundle.d.ts +450 -0
- package/dist/ibc/bundle.js +80 -0
- package/dist/ibc/client.d.ts +22 -0
- package/dist/ibc/client.js +67 -0
- package/dist/ibc/core/client/v1/client.d.ts +408 -0
- package/dist/ibc/core/client/v1/client.js +614 -0
- package/dist/ibc/rpc.query.d.ts +73 -0
- package/dist/ibc/rpc.query.js +67 -0
- package/dist/ibc/rpc.tx.d.ts +17 -0
- package/dist/ibc/rpc.tx.js +51 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.js +35 -0
- package/dist/package.json +48 -0
- package/dist/utf8.d.ts +27 -0
- package/dist/utf8.js +141 -0
- package/dist/varint.d.ts +105 -0
- package/dist/varint.js +426 -0
- package/package.json +8 -6
- package/CHANGELOG.md +0 -8
|
@@ -0,0 +1,525 @@
|
|
|
1
|
+
import * as _43 from "./protobuf/any";
|
|
2
|
+
import * as _44 from "./protobuf/descriptor";
|
|
3
|
+
import * as _45 from "./protobuf/duration";
|
|
4
|
+
import * as _46 from "./protobuf/timestamp";
|
|
5
|
+
export declare namespace google {
|
|
6
|
+
const protobuf: {
|
|
7
|
+
Timestamp: {
|
|
8
|
+
typeUrl: string;
|
|
9
|
+
encode(message: _46.Timestamp, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
10
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _46.Timestamp;
|
|
11
|
+
fromPartial(object: Partial<_46.Timestamp>): _46.Timestamp;
|
|
12
|
+
fromAmino(object: _46.TimestampAmino): _46.Timestamp;
|
|
13
|
+
toAmino(message: _46.Timestamp): _46.TimestampAmino;
|
|
14
|
+
fromAminoMsg(object: _46.TimestampAminoMsg): _46.Timestamp;
|
|
15
|
+
fromProtoMsg(message: _46.TimestampProtoMsg): _46.Timestamp;
|
|
16
|
+
toProto(message: _46.Timestamp): Uint8Array;
|
|
17
|
+
toProtoMsg(message: _46.Timestamp): _46.TimestampProtoMsg;
|
|
18
|
+
};
|
|
19
|
+
Duration: {
|
|
20
|
+
typeUrl: string;
|
|
21
|
+
encode(message: _45.Duration, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
22
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _45.Duration;
|
|
23
|
+
fromPartial(object: Partial<_45.Duration>): _45.Duration;
|
|
24
|
+
fromAmino(object: _45.DurationAmino): _45.Duration;
|
|
25
|
+
toAmino(message: _45.Duration): _45.DurationAmino;
|
|
26
|
+
fromAminoMsg(object: _45.DurationAminoMsg): _45.Duration;
|
|
27
|
+
fromProtoMsg(message: _45.DurationProtoMsg): _45.Duration;
|
|
28
|
+
toProto(message: _45.Duration): Uint8Array;
|
|
29
|
+
toProtoMsg(message: _45.Duration): _45.DurationProtoMsg;
|
|
30
|
+
};
|
|
31
|
+
editionFromJSON(object: any): _44.Edition;
|
|
32
|
+
editionToJSON(object: _44.Edition): string;
|
|
33
|
+
extensionRangeOptions_VerificationStateFromJSON(object: any): _44.ExtensionRangeOptions_VerificationState;
|
|
34
|
+
extensionRangeOptions_VerificationStateToJSON(object: _44.ExtensionRangeOptions_VerificationState): string;
|
|
35
|
+
fieldDescriptorProto_TypeFromJSON(object: any): _44.FieldDescriptorProto_Type;
|
|
36
|
+
fieldDescriptorProto_TypeToJSON(object: _44.FieldDescriptorProto_Type): string;
|
|
37
|
+
fieldDescriptorProto_LabelFromJSON(object: any): _44.FieldDescriptorProto_Label;
|
|
38
|
+
fieldDescriptorProto_LabelToJSON(object: _44.FieldDescriptorProto_Label): string;
|
|
39
|
+
fileOptions_OptimizeModeFromJSON(object: any): _44.FileOptions_OptimizeMode;
|
|
40
|
+
fileOptions_OptimizeModeToJSON(object: _44.FileOptions_OptimizeMode): string;
|
|
41
|
+
fieldOptions_CTypeFromJSON(object: any): _44.FieldOptions_CType;
|
|
42
|
+
fieldOptions_CTypeToJSON(object: _44.FieldOptions_CType): string;
|
|
43
|
+
fieldOptions_JSTypeFromJSON(object: any): _44.FieldOptions_JSType;
|
|
44
|
+
fieldOptions_JSTypeToJSON(object: _44.FieldOptions_JSType): string;
|
|
45
|
+
fieldOptions_OptionRetentionFromJSON(object: any): _44.FieldOptions_OptionRetention;
|
|
46
|
+
fieldOptions_OptionRetentionToJSON(object: _44.FieldOptions_OptionRetention): string;
|
|
47
|
+
fieldOptions_OptionTargetTypeFromJSON(object: any): _44.FieldOptions_OptionTargetType;
|
|
48
|
+
fieldOptions_OptionTargetTypeToJSON(object: _44.FieldOptions_OptionTargetType): string;
|
|
49
|
+
methodOptions_IdempotencyLevelFromJSON(object: any): _44.MethodOptions_IdempotencyLevel;
|
|
50
|
+
methodOptions_IdempotencyLevelToJSON(object: _44.MethodOptions_IdempotencyLevel): string;
|
|
51
|
+
featureSet_FieldPresenceFromJSON(object: any): _44.FeatureSet_FieldPresence;
|
|
52
|
+
featureSet_FieldPresenceToJSON(object: _44.FeatureSet_FieldPresence): string;
|
|
53
|
+
featureSet_EnumTypeFromJSON(object: any): _44.FeatureSet_EnumType;
|
|
54
|
+
featureSet_EnumTypeToJSON(object: _44.FeatureSet_EnumType): string;
|
|
55
|
+
featureSet_RepeatedFieldEncodingFromJSON(object: any): _44.FeatureSet_RepeatedFieldEncoding;
|
|
56
|
+
featureSet_RepeatedFieldEncodingToJSON(object: _44.FeatureSet_RepeatedFieldEncoding): string;
|
|
57
|
+
featureSet_Utf8ValidationFromJSON(object: any): _44.FeatureSet_Utf8Validation;
|
|
58
|
+
featureSet_Utf8ValidationToJSON(object: _44.FeatureSet_Utf8Validation): string;
|
|
59
|
+
featureSet_MessageEncodingFromJSON(object: any): _44.FeatureSet_MessageEncoding;
|
|
60
|
+
featureSet_MessageEncodingToJSON(object: _44.FeatureSet_MessageEncoding): string;
|
|
61
|
+
featureSet_JsonFormatFromJSON(object: any): _44.FeatureSet_JsonFormat;
|
|
62
|
+
featureSet_JsonFormatToJSON(object: _44.FeatureSet_JsonFormat): string;
|
|
63
|
+
generatedCodeInfo_Annotation_SemanticFromJSON(object: any): _44.GeneratedCodeInfo_Annotation_Semantic;
|
|
64
|
+
generatedCodeInfo_Annotation_SemanticToJSON(object: _44.GeneratedCodeInfo_Annotation_Semantic): string;
|
|
65
|
+
Edition: typeof _44.Edition;
|
|
66
|
+
EditionSDKType: typeof _44.Edition;
|
|
67
|
+
EditionAmino: typeof _44.Edition;
|
|
68
|
+
ExtensionRangeOptions_VerificationState: typeof _44.ExtensionRangeOptions_VerificationState;
|
|
69
|
+
ExtensionRangeOptions_VerificationStateSDKType: typeof _44.ExtensionRangeOptions_VerificationState;
|
|
70
|
+
ExtensionRangeOptions_VerificationStateAmino: typeof _44.ExtensionRangeOptions_VerificationState;
|
|
71
|
+
FieldDescriptorProto_Type: typeof _44.FieldDescriptorProto_Type;
|
|
72
|
+
FieldDescriptorProto_TypeSDKType: typeof _44.FieldDescriptorProto_Type;
|
|
73
|
+
FieldDescriptorProto_TypeAmino: typeof _44.FieldDescriptorProto_Type;
|
|
74
|
+
FieldDescriptorProto_Label: typeof _44.FieldDescriptorProto_Label;
|
|
75
|
+
FieldDescriptorProto_LabelSDKType: typeof _44.FieldDescriptorProto_Label;
|
|
76
|
+
FieldDescriptorProto_LabelAmino: typeof _44.FieldDescriptorProto_Label;
|
|
77
|
+
FileOptions_OptimizeMode: typeof _44.FileOptions_OptimizeMode;
|
|
78
|
+
FileOptions_OptimizeModeSDKType: typeof _44.FileOptions_OptimizeMode;
|
|
79
|
+
FileOptions_OptimizeModeAmino: typeof _44.FileOptions_OptimizeMode;
|
|
80
|
+
FieldOptions_CType: typeof _44.FieldOptions_CType;
|
|
81
|
+
FieldOptions_CTypeSDKType: typeof _44.FieldOptions_CType;
|
|
82
|
+
FieldOptions_CTypeAmino: typeof _44.FieldOptions_CType;
|
|
83
|
+
FieldOptions_JSType: typeof _44.FieldOptions_JSType;
|
|
84
|
+
FieldOptions_JSTypeSDKType: typeof _44.FieldOptions_JSType;
|
|
85
|
+
FieldOptions_JSTypeAmino: typeof _44.FieldOptions_JSType;
|
|
86
|
+
FieldOptions_OptionRetention: typeof _44.FieldOptions_OptionRetention;
|
|
87
|
+
FieldOptions_OptionRetentionSDKType: typeof _44.FieldOptions_OptionRetention;
|
|
88
|
+
FieldOptions_OptionRetentionAmino: typeof _44.FieldOptions_OptionRetention;
|
|
89
|
+
FieldOptions_OptionTargetType: typeof _44.FieldOptions_OptionTargetType;
|
|
90
|
+
FieldOptions_OptionTargetTypeSDKType: typeof _44.FieldOptions_OptionTargetType;
|
|
91
|
+
FieldOptions_OptionTargetTypeAmino: typeof _44.FieldOptions_OptionTargetType;
|
|
92
|
+
MethodOptions_IdempotencyLevel: typeof _44.MethodOptions_IdempotencyLevel;
|
|
93
|
+
MethodOptions_IdempotencyLevelSDKType: typeof _44.MethodOptions_IdempotencyLevel;
|
|
94
|
+
MethodOptions_IdempotencyLevelAmino: typeof _44.MethodOptions_IdempotencyLevel;
|
|
95
|
+
FeatureSet_FieldPresence: typeof _44.FeatureSet_FieldPresence;
|
|
96
|
+
FeatureSet_FieldPresenceSDKType: typeof _44.FeatureSet_FieldPresence;
|
|
97
|
+
FeatureSet_FieldPresenceAmino: typeof _44.FeatureSet_FieldPresence;
|
|
98
|
+
FeatureSet_EnumType: typeof _44.FeatureSet_EnumType;
|
|
99
|
+
FeatureSet_EnumTypeSDKType: typeof _44.FeatureSet_EnumType;
|
|
100
|
+
FeatureSet_EnumTypeAmino: typeof _44.FeatureSet_EnumType;
|
|
101
|
+
FeatureSet_RepeatedFieldEncoding: typeof _44.FeatureSet_RepeatedFieldEncoding;
|
|
102
|
+
FeatureSet_RepeatedFieldEncodingSDKType: typeof _44.FeatureSet_RepeatedFieldEncoding;
|
|
103
|
+
FeatureSet_RepeatedFieldEncodingAmino: typeof _44.FeatureSet_RepeatedFieldEncoding;
|
|
104
|
+
FeatureSet_Utf8Validation: typeof _44.FeatureSet_Utf8Validation;
|
|
105
|
+
FeatureSet_Utf8ValidationSDKType: typeof _44.FeatureSet_Utf8Validation;
|
|
106
|
+
FeatureSet_Utf8ValidationAmino: typeof _44.FeatureSet_Utf8Validation;
|
|
107
|
+
FeatureSet_MessageEncoding: typeof _44.FeatureSet_MessageEncoding;
|
|
108
|
+
FeatureSet_MessageEncodingSDKType: typeof _44.FeatureSet_MessageEncoding;
|
|
109
|
+
FeatureSet_MessageEncodingAmino: typeof _44.FeatureSet_MessageEncoding;
|
|
110
|
+
FeatureSet_JsonFormat: typeof _44.FeatureSet_JsonFormat;
|
|
111
|
+
FeatureSet_JsonFormatSDKType: typeof _44.FeatureSet_JsonFormat;
|
|
112
|
+
FeatureSet_JsonFormatAmino: typeof _44.FeatureSet_JsonFormat;
|
|
113
|
+
GeneratedCodeInfo_Annotation_Semantic: typeof _44.GeneratedCodeInfo_Annotation_Semantic;
|
|
114
|
+
GeneratedCodeInfo_Annotation_SemanticSDKType: typeof _44.GeneratedCodeInfo_Annotation_Semantic;
|
|
115
|
+
GeneratedCodeInfo_Annotation_SemanticAmino: typeof _44.GeneratedCodeInfo_Annotation_Semantic;
|
|
116
|
+
FileDescriptorSet: {
|
|
117
|
+
typeUrl: string;
|
|
118
|
+
encode(message: _44.FileDescriptorSet, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
119
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.FileDescriptorSet;
|
|
120
|
+
fromPartial(object: Partial<_44.FileDescriptorSet>): _44.FileDescriptorSet;
|
|
121
|
+
fromAmino(object: _44.FileDescriptorSetAmino): _44.FileDescriptorSet;
|
|
122
|
+
toAmino(message: _44.FileDescriptorSet): _44.FileDescriptorSetAmino;
|
|
123
|
+
fromAminoMsg(object: _44.FileDescriptorSetAminoMsg): _44.FileDescriptorSet;
|
|
124
|
+
fromProtoMsg(message: _44.FileDescriptorSetProtoMsg): _44.FileDescriptorSet;
|
|
125
|
+
toProto(message: _44.FileDescriptorSet): Uint8Array;
|
|
126
|
+
toProtoMsg(message: _44.FileDescriptorSet): _44.FileDescriptorSetProtoMsg;
|
|
127
|
+
};
|
|
128
|
+
FileDescriptorProto: {
|
|
129
|
+
typeUrl: string;
|
|
130
|
+
encode(message: _44.FileDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
131
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.FileDescriptorProto;
|
|
132
|
+
fromPartial(object: Partial<_44.FileDescriptorProto>): _44.FileDescriptorProto;
|
|
133
|
+
fromAmino(object: _44.FileDescriptorProtoAmino): _44.FileDescriptorProto;
|
|
134
|
+
toAmino(message: _44.FileDescriptorProto): _44.FileDescriptorProtoAmino;
|
|
135
|
+
fromAminoMsg(object: _44.FileDescriptorProtoAminoMsg): _44.FileDescriptorProto;
|
|
136
|
+
fromProtoMsg(message: _44.FileDescriptorProtoProtoMsg): _44.FileDescriptorProto;
|
|
137
|
+
toProto(message: _44.FileDescriptorProto): Uint8Array;
|
|
138
|
+
toProtoMsg(message: _44.FileDescriptorProto): _44.FileDescriptorProtoProtoMsg;
|
|
139
|
+
};
|
|
140
|
+
DescriptorProto: {
|
|
141
|
+
typeUrl: string;
|
|
142
|
+
encode(message: _44.DescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
143
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.DescriptorProto;
|
|
144
|
+
fromPartial(object: Partial<_44.DescriptorProto>): _44.DescriptorProto;
|
|
145
|
+
fromAmino(object: _44.DescriptorProtoAmino): _44.DescriptorProto;
|
|
146
|
+
toAmino(message: _44.DescriptorProto): _44.DescriptorProtoAmino;
|
|
147
|
+
fromAminoMsg(object: _44.DescriptorProtoAminoMsg): _44.DescriptorProto;
|
|
148
|
+
fromProtoMsg(message: _44.DescriptorProtoProtoMsg): _44.DescriptorProto;
|
|
149
|
+
toProto(message: _44.DescriptorProto): Uint8Array;
|
|
150
|
+
toProtoMsg(message: _44.DescriptorProto): _44.DescriptorProtoProtoMsg;
|
|
151
|
+
};
|
|
152
|
+
DescriptorProto_ExtensionRange: {
|
|
153
|
+
typeUrl: string;
|
|
154
|
+
encode(message: _44.DescriptorProto_ExtensionRange, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
155
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.DescriptorProto_ExtensionRange;
|
|
156
|
+
fromPartial(object: Partial<_44.DescriptorProto_ExtensionRange>): _44.DescriptorProto_ExtensionRange;
|
|
157
|
+
fromAmino(object: _44.DescriptorProto_ExtensionRangeAmino): _44.DescriptorProto_ExtensionRange;
|
|
158
|
+
toAmino(message: _44.DescriptorProto_ExtensionRange): _44.DescriptorProto_ExtensionRangeAmino;
|
|
159
|
+
fromAminoMsg(object: _44.DescriptorProto_ExtensionRangeAminoMsg): _44.DescriptorProto_ExtensionRange;
|
|
160
|
+
fromProtoMsg(message: _44.DescriptorProto_ExtensionRangeProtoMsg): _44.DescriptorProto_ExtensionRange;
|
|
161
|
+
toProto(message: _44.DescriptorProto_ExtensionRange): Uint8Array;
|
|
162
|
+
toProtoMsg(message: _44.DescriptorProto_ExtensionRange): _44.DescriptorProto_ExtensionRangeProtoMsg;
|
|
163
|
+
};
|
|
164
|
+
DescriptorProto_ReservedRange: {
|
|
165
|
+
typeUrl: string;
|
|
166
|
+
encode(message: _44.DescriptorProto_ReservedRange, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
167
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.DescriptorProto_ReservedRange;
|
|
168
|
+
fromPartial(object: Partial<_44.DescriptorProto_ReservedRange>): _44.DescriptorProto_ReservedRange;
|
|
169
|
+
fromAmino(object: _44.DescriptorProto_ReservedRangeAmino): _44.DescriptorProto_ReservedRange;
|
|
170
|
+
toAmino(message: _44.DescriptorProto_ReservedRange): _44.DescriptorProto_ReservedRangeAmino;
|
|
171
|
+
fromAminoMsg(object: _44.DescriptorProto_ReservedRangeAminoMsg): _44.DescriptorProto_ReservedRange;
|
|
172
|
+
fromProtoMsg(message: _44.DescriptorProto_ReservedRangeProtoMsg): _44.DescriptorProto_ReservedRange;
|
|
173
|
+
toProto(message: _44.DescriptorProto_ReservedRange): Uint8Array;
|
|
174
|
+
toProtoMsg(message: _44.DescriptorProto_ReservedRange): _44.DescriptorProto_ReservedRangeProtoMsg;
|
|
175
|
+
};
|
|
176
|
+
ExtensionRangeOptions: {
|
|
177
|
+
typeUrl: string;
|
|
178
|
+
encode(message: _44.ExtensionRangeOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
179
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.ExtensionRangeOptions;
|
|
180
|
+
fromPartial(object: Partial<_44.ExtensionRangeOptions>): _44.ExtensionRangeOptions;
|
|
181
|
+
fromAmino(object: _44.ExtensionRangeOptionsAmino): _44.ExtensionRangeOptions;
|
|
182
|
+
toAmino(message: _44.ExtensionRangeOptions): _44.ExtensionRangeOptionsAmino;
|
|
183
|
+
fromAminoMsg(object: _44.ExtensionRangeOptionsAminoMsg): _44.ExtensionRangeOptions;
|
|
184
|
+
fromProtoMsg(message: _44.ExtensionRangeOptionsProtoMsg): _44.ExtensionRangeOptions;
|
|
185
|
+
toProto(message: _44.ExtensionRangeOptions): Uint8Array;
|
|
186
|
+
toProtoMsg(message: _44.ExtensionRangeOptions): _44.ExtensionRangeOptionsProtoMsg;
|
|
187
|
+
};
|
|
188
|
+
ExtensionRangeOptions_Declaration: {
|
|
189
|
+
typeUrl: string;
|
|
190
|
+
encode(message: _44.ExtensionRangeOptions_Declaration, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
191
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.ExtensionRangeOptions_Declaration;
|
|
192
|
+
fromPartial(object: Partial<_44.ExtensionRangeOptions_Declaration>): _44.ExtensionRangeOptions_Declaration;
|
|
193
|
+
fromAmino(object: _44.ExtensionRangeOptions_DeclarationAmino): _44.ExtensionRangeOptions_Declaration;
|
|
194
|
+
toAmino(message: _44.ExtensionRangeOptions_Declaration): _44.ExtensionRangeOptions_DeclarationAmino;
|
|
195
|
+
fromAminoMsg(object: _44.ExtensionRangeOptions_DeclarationAminoMsg): _44.ExtensionRangeOptions_Declaration;
|
|
196
|
+
fromProtoMsg(message: _44.ExtensionRangeOptions_DeclarationProtoMsg): _44.ExtensionRangeOptions_Declaration;
|
|
197
|
+
toProto(message: _44.ExtensionRangeOptions_Declaration): Uint8Array;
|
|
198
|
+
toProtoMsg(message: _44.ExtensionRangeOptions_Declaration): _44.ExtensionRangeOptions_DeclarationProtoMsg;
|
|
199
|
+
};
|
|
200
|
+
FieldDescriptorProto: {
|
|
201
|
+
typeUrl: string;
|
|
202
|
+
encode(message: _44.FieldDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
203
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.FieldDescriptorProto;
|
|
204
|
+
fromPartial(object: Partial<_44.FieldDescriptorProto>): _44.FieldDescriptorProto;
|
|
205
|
+
fromAmino(object: _44.FieldDescriptorProtoAmino): _44.FieldDescriptorProto;
|
|
206
|
+
toAmino(message: _44.FieldDescriptorProto): _44.FieldDescriptorProtoAmino;
|
|
207
|
+
fromAminoMsg(object: _44.FieldDescriptorProtoAminoMsg): _44.FieldDescriptorProto;
|
|
208
|
+
fromProtoMsg(message: _44.FieldDescriptorProtoProtoMsg): _44.FieldDescriptorProto;
|
|
209
|
+
toProto(message: _44.FieldDescriptorProto): Uint8Array;
|
|
210
|
+
toProtoMsg(message: _44.FieldDescriptorProto): _44.FieldDescriptorProtoProtoMsg;
|
|
211
|
+
};
|
|
212
|
+
OneofDescriptorProto: {
|
|
213
|
+
typeUrl: string;
|
|
214
|
+
encode(message: _44.OneofDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
215
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.OneofDescriptorProto;
|
|
216
|
+
fromPartial(object: Partial<_44.OneofDescriptorProto>): _44.OneofDescriptorProto;
|
|
217
|
+
fromAmino(object: _44.OneofDescriptorProtoAmino): _44.OneofDescriptorProto;
|
|
218
|
+
toAmino(message: _44.OneofDescriptorProto): _44.OneofDescriptorProtoAmino;
|
|
219
|
+
fromAminoMsg(object: _44.OneofDescriptorProtoAminoMsg): _44.OneofDescriptorProto;
|
|
220
|
+
fromProtoMsg(message: _44.OneofDescriptorProtoProtoMsg): _44.OneofDescriptorProto;
|
|
221
|
+
toProto(message: _44.OneofDescriptorProto): Uint8Array;
|
|
222
|
+
toProtoMsg(message: _44.OneofDescriptorProto): _44.OneofDescriptorProtoProtoMsg;
|
|
223
|
+
};
|
|
224
|
+
EnumDescriptorProto: {
|
|
225
|
+
typeUrl: string;
|
|
226
|
+
encode(message: _44.EnumDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
227
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.EnumDescriptorProto;
|
|
228
|
+
fromPartial(object: Partial<_44.EnumDescriptorProto>): _44.EnumDescriptorProto;
|
|
229
|
+
fromAmino(object: _44.EnumDescriptorProtoAmino): _44.EnumDescriptorProto;
|
|
230
|
+
toAmino(message: _44.EnumDescriptorProto): _44.EnumDescriptorProtoAmino;
|
|
231
|
+
fromAminoMsg(object: _44.EnumDescriptorProtoAminoMsg): _44.EnumDescriptorProto;
|
|
232
|
+
fromProtoMsg(message: _44.EnumDescriptorProtoProtoMsg): _44.EnumDescriptorProto;
|
|
233
|
+
toProto(message: _44.EnumDescriptorProto): Uint8Array;
|
|
234
|
+
toProtoMsg(message: _44.EnumDescriptorProto): _44.EnumDescriptorProtoProtoMsg;
|
|
235
|
+
};
|
|
236
|
+
EnumDescriptorProto_EnumReservedRange: {
|
|
237
|
+
typeUrl: string;
|
|
238
|
+
encode(message: _44.EnumDescriptorProto_EnumReservedRange, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
239
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.EnumDescriptorProto_EnumReservedRange;
|
|
240
|
+
fromPartial(object: Partial<_44.EnumDescriptorProto_EnumReservedRange>): _44.EnumDescriptorProto_EnumReservedRange;
|
|
241
|
+
fromAmino(object: _44.EnumDescriptorProto_EnumReservedRangeAmino): _44.EnumDescriptorProto_EnumReservedRange;
|
|
242
|
+
toAmino(message: _44.EnumDescriptorProto_EnumReservedRange): _44.EnumDescriptorProto_EnumReservedRangeAmino;
|
|
243
|
+
fromAminoMsg(object: _44.EnumDescriptorProto_EnumReservedRangeAminoMsg): _44.EnumDescriptorProto_EnumReservedRange;
|
|
244
|
+
fromProtoMsg(message: _44.EnumDescriptorProto_EnumReservedRangeProtoMsg): _44.EnumDescriptorProto_EnumReservedRange;
|
|
245
|
+
toProto(message: _44.EnumDescriptorProto_EnumReservedRange): Uint8Array;
|
|
246
|
+
toProtoMsg(message: _44.EnumDescriptorProto_EnumReservedRange): _44.EnumDescriptorProto_EnumReservedRangeProtoMsg;
|
|
247
|
+
};
|
|
248
|
+
EnumValueDescriptorProto: {
|
|
249
|
+
typeUrl: string;
|
|
250
|
+
encode(message: _44.EnumValueDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
251
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.EnumValueDescriptorProto;
|
|
252
|
+
fromPartial(object: Partial<_44.EnumValueDescriptorProto>): _44.EnumValueDescriptorProto;
|
|
253
|
+
fromAmino(object: _44.EnumValueDescriptorProtoAmino): _44.EnumValueDescriptorProto;
|
|
254
|
+
toAmino(message: _44.EnumValueDescriptorProto): _44.EnumValueDescriptorProtoAmino;
|
|
255
|
+
fromAminoMsg(object: _44.EnumValueDescriptorProtoAminoMsg): _44.EnumValueDescriptorProto;
|
|
256
|
+
fromProtoMsg(message: _44.EnumValueDescriptorProtoProtoMsg): _44.EnumValueDescriptorProto;
|
|
257
|
+
toProto(message: _44.EnumValueDescriptorProto): Uint8Array;
|
|
258
|
+
toProtoMsg(message: _44.EnumValueDescriptorProto): _44.EnumValueDescriptorProtoProtoMsg;
|
|
259
|
+
};
|
|
260
|
+
ServiceDescriptorProto: {
|
|
261
|
+
typeUrl: string;
|
|
262
|
+
encode(message: _44.ServiceDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
263
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.ServiceDescriptorProto;
|
|
264
|
+
fromPartial(object: Partial<_44.ServiceDescriptorProto>): _44.ServiceDescriptorProto;
|
|
265
|
+
fromAmino(object: _44.ServiceDescriptorProtoAmino): _44.ServiceDescriptorProto;
|
|
266
|
+
toAmino(message: _44.ServiceDescriptorProto): _44.ServiceDescriptorProtoAmino;
|
|
267
|
+
fromAminoMsg(object: _44.ServiceDescriptorProtoAminoMsg): _44.ServiceDescriptorProto;
|
|
268
|
+
fromProtoMsg(message: _44.ServiceDescriptorProtoProtoMsg): _44.ServiceDescriptorProto;
|
|
269
|
+
toProto(message: _44.ServiceDescriptorProto): Uint8Array;
|
|
270
|
+
toProtoMsg(message: _44.ServiceDescriptorProto): _44.ServiceDescriptorProtoProtoMsg;
|
|
271
|
+
};
|
|
272
|
+
MethodDescriptorProto: {
|
|
273
|
+
typeUrl: string;
|
|
274
|
+
encode(message: _44.MethodDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
275
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.MethodDescriptorProto;
|
|
276
|
+
fromPartial(object: Partial<_44.MethodDescriptorProto>): _44.MethodDescriptorProto;
|
|
277
|
+
fromAmino(object: _44.MethodDescriptorProtoAmino): _44.MethodDescriptorProto;
|
|
278
|
+
toAmino(message: _44.MethodDescriptorProto): _44.MethodDescriptorProtoAmino;
|
|
279
|
+
fromAminoMsg(object: _44.MethodDescriptorProtoAminoMsg): _44.MethodDescriptorProto;
|
|
280
|
+
fromProtoMsg(message: _44.MethodDescriptorProtoProtoMsg): _44.MethodDescriptorProto;
|
|
281
|
+
toProto(message: _44.MethodDescriptorProto): Uint8Array;
|
|
282
|
+
toProtoMsg(message: _44.MethodDescriptorProto): _44.MethodDescriptorProtoProtoMsg;
|
|
283
|
+
};
|
|
284
|
+
FileOptions: {
|
|
285
|
+
typeUrl: string;
|
|
286
|
+
encode(message: _44.FileOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
287
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.FileOptions;
|
|
288
|
+
fromPartial(object: Partial<_44.FileOptions>): _44.FileOptions;
|
|
289
|
+
fromAmino(object: _44.FileOptionsAmino): _44.FileOptions;
|
|
290
|
+
toAmino(message: _44.FileOptions): _44.FileOptionsAmino;
|
|
291
|
+
fromAminoMsg(object: _44.FileOptionsAminoMsg): _44.FileOptions;
|
|
292
|
+
fromProtoMsg(message: _44.FileOptionsProtoMsg): _44.FileOptions;
|
|
293
|
+
toProto(message: _44.FileOptions): Uint8Array;
|
|
294
|
+
toProtoMsg(message: _44.FileOptions): _44.FileOptionsProtoMsg;
|
|
295
|
+
};
|
|
296
|
+
MessageOptions: {
|
|
297
|
+
typeUrl: string;
|
|
298
|
+
encode(message: _44.MessageOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
299
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.MessageOptions;
|
|
300
|
+
fromPartial(object: Partial<_44.MessageOptions>): _44.MessageOptions;
|
|
301
|
+
fromAmino(object: _44.MessageOptionsAmino): _44.MessageOptions;
|
|
302
|
+
toAmino(message: _44.MessageOptions): _44.MessageOptionsAmino;
|
|
303
|
+
fromAminoMsg(object: _44.MessageOptionsAminoMsg): _44.MessageOptions;
|
|
304
|
+
fromProtoMsg(message: _44.MessageOptionsProtoMsg): _44.MessageOptions;
|
|
305
|
+
toProto(message: _44.MessageOptions): Uint8Array;
|
|
306
|
+
toProtoMsg(message: _44.MessageOptions): _44.MessageOptionsProtoMsg;
|
|
307
|
+
};
|
|
308
|
+
FieldOptions: {
|
|
309
|
+
typeUrl: string;
|
|
310
|
+
encode(message: _44.FieldOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
311
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.FieldOptions;
|
|
312
|
+
fromPartial(object: Partial<_44.FieldOptions>): _44.FieldOptions;
|
|
313
|
+
fromAmino(object: _44.FieldOptionsAmino): _44.FieldOptions;
|
|
314
|
+
toAmino(message: _44.FieldOptions): _44.FieldOptionsAmino;
|
|
315
|
+
fromAminoMsg(object: _44.FieldOptionsAminoMsg): _44.FieldOptions;
|
|
316
|
+
fromProtoMsg(message: _44.FieldOptionsProtoMsg): _44.FieldOptions;
|
|
317
|
+
toProto(message: _44.FieldOptions): Uint8Array;
|
|
318
|
+
toProtoMsg(message: _44.FieldOptions): _44.FieldOptionsProtoMsg;
|
|
319
|
+
};
|
|
320
|
+
FieldOptions_EditionDefault: {
|
|
321
|
+
typeUrl: string;
|
|
322
|
+
encode(message: _44.FieldOptions_EditionDefault, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
323
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.FieldOptions_EditionDefault;
|
|
324
|
+
fromPartial(object: Partial<_44.FieldOptions_EditionDefault>): _44.FieldOptions_EditionDefault;
|
|
325
|
+
fromAmino(object: _44.FieldOptions_EditionDefaultAmino): _44.FieldOptions_EditionDefault;
|
|
326
|
+
toAmino(message: _44.FieldOptions_EditionDefault): _44.FieldOptions_EditionDefaultAmino;
|
|
327
|
+
fromAminoMsg(object: _44.FieldOptions_EditionDefaultAminoMsg): _44.FieldOptions_EditionDefault;
|
|
328
|
+
fromProtoMsg(message: _44.FieldOptions_EditionDefaultProtoMsg): _44.FieldOptions_EditionDefault;
|
|
329
|
+
toProto(message: _44.FieldOptions_EditionDefault): Uint8Array;
|
|
330
|
+
toProtoMsg(message: _44.FieldOptions_EditionDefault): _44.FieldOptions_EditionDefaultProtoMsg;
|
|
331
|
+
};
|
|
332
|
+
FieldOptions_FeatureSupport: {
|
|
333
|
+
typeUrl: string;
|
|
334
|
+
encode(message: _44.FieldOptions_FeatureSupport, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
335
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.FieldOptions_FeatureSupport;
|
|
336
|
+
fromPartial(object: Partial<_44.FieldOptions_FeatureSupport>): _44.FieldOptions_FeatureSupport;
|
|
337
|
+
fromAmino(object: _44.FieldOptions_FeatureSupportAmino): _44.FieldOptions_FeatureSupport;
|
|
338
|
+
toAmino(message: _44.FieldOptions_FeatureSupport): _44.FieldOptions_FeatureSupportAmino;
|
|
339
|
+
fromAminoMsg(object: _44.FieldOptions_FeatureSupportAminoMsg): _44.FieldOptions_FeatureSupport;
|
|
340
|
+
fromProtoMsg(message: _44.FieldOptions_FeatureSupportProtoMsg): _44.FieldOptions_FeatureSupport;
|
|
341
|
+
toProto(message: _44.FieldOptions_FeatureSupport): Uint8Array;
|
|
342
|
+
toProtoMsg(message: _44.FieldOptions_FeatureSupport): _44.FieldOptions_FeatureSupportProtoMsg;
|
|
343
|
+
};
|
|
344
|
+
OneofOptions: {
|
|
345
|
+
typeUrl: string;
|
|
346
|
+
encode(message: _44.OneofOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
347
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.OneofOptions;
|
|
348
|
+
fromPartial(object: Partial<_44.OneofOptions>): _44.OneofOptions;
|
|
349
|
+
fromAmino(object: _44.OneofOptionsAmino): _44.OneofOptions;
|
|
350
|
+
toAmino(message: _44.OneofOptions): _44.OneofOptionsAmino;
|
|
351
|
+
fromAminoMsg(object: _44.OneofOptionsAminoMsg): _44.OneofOptions;
|
|
352
|
+
fromProtoMsg(message: _44.OneofOptionsProtoMsg): _44.OneofOptions;
|
|
353
|
+
toProto(message: _44.OneofOptions): Uint8Array;
|
|
354
|
+
toProtoMsg(message: _44.OneofOptions): _44.OneofOptionsProtoMsg;
|
|
355
|
+
};
|
|
356
|
+
EnumOptions: {
|
|
357
|
+
typeUrl: string;
|
|
358
|
+
encode(message: _44.EnumOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
359
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.EnumOptions;
|
|
360
|
+
fromPartial(object: Partial<_44.EnumOptions>): _44.EnumOptions;
|
|
361
|
+
fromAmino(object: _44.EnumOptionsAmino): _44.EnumOptions;
|
|
362
|
+
toAmino(message: _44.EnumOptions): _44.EnumOptionsAmino;
|
|
363
|
+
fromAminoMsg(object: _44.EnumOptionsAminoMsg): _44.EnumOptions;
|
|
364
|
+
fromProtoMsg(message: _44.EnumOptionsProtoMsg): _44.EnumOptions;
|
|
365
|
+
toProto(message: _44.EnumOptions): Uint8Array;
|
|
366
|
+
toProtoMsg(message: _44.EnumOptions): _44.EnumOptionsProtoMsg;
|
|
367
|
+
};
|
|
368
|
+
EnumValueOptions: {
|
|
369
|
+
typeUrl: string;
|
|
370
|
+
encode(message: _44.EnumValueOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
371
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.EnumValueOptions;
|
|
372
|
+
fromPartial(object: Partial<_44.EnumValueOptions>): _44.EnumValueOptions;
|
|
373
|
+
fromAmino(object: _44.EnumValueOptionsAmino): _44.EnumValueOptions;
|
|
374
|
+
toAmino(message: _44.EnumValueOptions): _44.EnumValueOptionsAmino;
|
|
375
|
+
fromAminoMsg(object: _44.EnumValueOptionsAminoMsg): _44.EnumValueOptions;
|
|
376
|
+
fromProtoMsg(message: _44.EnumValueOptionsProtoMsg): _44.EnumValueOptions;
|
|
377
|
+
toProto(message: _44.EnumValueOptions): Uint8Array;
|
|
378
|
+
toProtoMsg(message: _44.EnumValueOptions): _44.EnumValueOptionsProtoMsg;
|
|
379
|
+
};
|
|
380
|
+
ServiceOptions: {
|
|
381
|
+
typeUrl: string;
|
|
382
|
+
encode(message: _44.ServiceOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
383
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.ServiceOptions;
|
|
384
|
+
fromPartial(object: Partial<_44.ServiceOptions>): _44.ServiceOptions;
|
|
385
|
+
fromAmino(object: _44.ServiceOptionsAmino): _44.ServiceOptions;
|
|
386
|
+
toAmino(message: _44.ServiceOptions): _44.ServiceOptionsAmino;
|
|
387
|
+
fromAminoMsg(object: _44.ServiceOptionsAminoMsg): _44.ServiceOptions;
|
|
388
|
+
fromProtoMsg(message: _44.ServiceOptionsProtoMsg): _44.ServiceOptions;
|
|
389
|
+
toProto(message: _44.ServiceOptions): Uint8Array;
|
|
390
|
+
toProtoMsg(message: _44.ServiceOptions): _44.ServiceOptionsProtoMsg;
|
|
391
|
+
};
|
|
392
|
+
MethodOptions: {
|
|
393
|
+
typeUrl: string;
|
|
394
|
+
encode(message: _44.MethodOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
395
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.MethodOptions;
|
|
396
|
+
fromPartial(object: Partial<_44.MethodOptions>): _44.MethodOptions;
|
|
397
|
+
fromAmino(object: _44.MethodOptionsAmino): _44.MethodOptions;
|
|
398
|
+
toAmino(message: _44.MethodOptions): _44.MethodOptionsAmino;
|
|
399
|
+
fromAminoMsg(object: _44.MethodOptionsAminoMsg): _44.MethodOptions;
|
|
400
|
+
fromProtoMsg(message: _44.MethodOptionsProtoMsg): _44.MethodOptions;
|
|
401
|
+
toProto(message: _44.MethodOptions): Uint8Array;
|
|
402
|
+
toProtoMsg(message: _44.MethodOptions): _44.MethodOptionsProtoMsg;
|
|
403
|
+
};
|
|
404
|
+
UninterpretedOption: {
|
|
405
|
+
typeUrl: string;
|
|
406
|
+
encode(message: _44.UninterpretedOption, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
407
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.UninterpretedOption;
|
|
408
|
+
fromPartial(object: Partial<_44.UninterpretedOption>): _44.UninterpretedOption;
|
|
409
|
+
fromAmino(object: _44.UninterpretedOptionAmino): _44.UninterpretedOption;
|
|
410
|
+
toAmino(message: _44.UninterpretedOption): _44.UninterpretedOptionAmino;
|
|
411
|
+
fromAminoMsg(object: _44.UninterpretedOptionAminoMsg): _44.UninterpretedOption;
|
|
412
|
+
fromProtoMsg(message: _44.UninterpretedOptionProtoMsg): _44.UninterpretedOption;
|
|
413
|
+
toProto(message: _44.UninterpretedOption): Uint8Array;
|
|
414
|
+
toProtoMsg(message: _44.UninterpretedOption): _44.UninterpretedOptionProtoMsg;
|
|
415
|
+
};
|
|
416
|
+
UninterpretedOption_NamePart: {
|
|
417
|
+
typeUrl: string;
|
|
418
|
+
encode(message: _44.UninterpretedOption_NamePart, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
419
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.UninterpretedOption_NamePart;
|
|
420
|
+
fromPartial(object: Partial<_44.UninterpretedOption_NamePart>): _44.UninterpretedOption_NamePart;
|
|
421
|
+
fromAmino(object: _44.UninterpretedOption_NamePartAmino): _44.UninterpretedOption_NamePart;
|
|
422
|
+
toAmino(message: _44.UninterpretedOption_NamePart): _44.UninterpretedOption_NamePartAmino;
|
|
423
|
+
fromAminoMsg(object: _44.UninterpretedOption_NamePartAminoMsg): _44.UninterpretedOption_NamePart;
|
|
424
|
+
fromProtoMsg(message: _44.UninterpretedOption_NamePartProtoMsg): _44.UninterpretedOption_NamePart;
|
|
425
|
+
toProto(message: _44.UninterpretedOption_NamePart): Uint8Array;
|
|
426
|
+
toProtoMsg(message: _44.UninterpretedOption_NamePart): _44.UninterpretedOption_NamePartProtoMsg;
|
|
427
|
+
};
|
|
428
|
+
FeatureSet: {
|
|
429
|
+
typeUrl: string;
|
|
430
|
+
encode(message: _44.FeatureSet, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
431
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.FeatureSet;
|
|
432
|
+
fromPartial(object: Partial<_44.FeatureSet>): _44.FeatureSet;
|
|
433
|
+
fromAmino(object: _44.FeatureSetAmino): _44.FeatureSet;
|
|
434
|
+
toAmino(message: _44.FeatureSet): _44.FeatureSetAmino;
|
|
435
|
+
fromAminoMsg(object: _44.FeatureSetAminoMsg): _44.FeatureSet;
|
|
436
|
+
fromProtoMsg(message: _44.FeatureSetProtoMsg): _44.FeatureSet;
|
|
437
|
+
toProto(message: _44.FeatureSet): Uint8Array;
|
|
438
|
+
toProtoMsg(message: _44.FeatureSet): _44.FeatureSetProtoMsg;
|
|
439
|
+
};
|
|
440
|
+
FeatureSetDefaults: {
|
|
441
|
+
typeUrl: string;
|
|
442
|
+
encode(message: _44.FeatureSetDefaults, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
443
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.FeatureSetDefaults;
|
|
444
|
+
fromPartial(object: Partial<_44.FeatureSetDefaults>): _44.FeatureSetDefaults;
|
|
445
|
+
fromAmino(object: _44.FeatureSetDefaultsAmino): _44.FeatureSetDefaults;
|
|
446
|
+
toAmino(message: _44.FeatureSetDefaults): _44.FeatureSetDefaultsAmino;
|
|
447
|
+
fromAminoMsg(object: _44.FeatureSetDefaultsAminoMsg): _44.FeatureSetDefaults;
|
|
448
|
+
fromProtoMsg(message: _44.FeatureSetDefaultsProtoMsg): _44.FeatureSetDefaults;
|
|
449
|
+
toProto(message: _44.FeatureSetDefaults): Uint8Array;
|
|
450
|
+
toProtoMsg(message: _44.FeatureSetDefaults): _44.FeatureSetDefaultsProtoMsg;
|
|
451
|
+
};
|
|
452
|
+
FeatureSetDefaults_FeatureSetEditionDefault: {
|
|
453
|
+
typeUrl: string;
|
|
454
|
+
encode(message: _44.FeatureSetDefaults_FeatureSetEditionDefault, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
455
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.FeatureSetDefaults_FeatureSetEditionDefault;
|
|
456
|
+
fromPartial(object: Partial<_44.FeatureSetDefaults_FeatureSetEditionDefault>): _44.FeatureSetDefaults_FeatureSetEditionDefault;
|
|
457
|
+
fromAmino(object: _44.FeatureSetDefaults_FeatureSetEditionDefaultAmino): _44.FeatureSetDefaults_FeatureSetEditionDefault;
|
|
458
|
+
toAmino(message: _44.FeatureSetDefaults_FeatureSetEditionDefault): _44.FeatureSetDefaults_FeatureSetEditionDefaultAmino;
|
|
459
|
+
fromAminoMsg(object: _44.FeatureSetDefaults_FeatureSetEditionDefaultAminoMsg): _44.FeatureSetDefaults_FeatureSetEditionDefault;
|
|
460
|
+
fromProtoMsg(message: _44.FeatureSetDefaults_FeatureSetEditionDefaultProtoMsg): _44.FeatureSetDefaults_FeatureSetEditionDefault;
|
|
461
|
+
toProto(message: _44.FeatureSetDefaults_FeatureSetEditionDefault): Uint8Array;
|
|
462
|
+
toProtoMsg(message: _44.FeatureSetDefaults_FeatureSetEditionDefault): _44.FeatureSetDefaults_FeatureSetEditionDefaultProtoMsg;
|
|
463
|
+
};
|
|
464
|
+
SourceCodeInfo: {
|
|
465
|
+
typeUrl: string;
|
|
466
|
+
encode(message: _44.SourceCodeInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
467
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.SourceCodeInfo;
|
|
468
|
+
fromPartial(object: Partial<_44.SourceCodeInfo>): _44.SourceCodeInfo;
|
|
469
|
+
fromAmino(object: _44.SourceCodeInfoAmino): _44.SourceCodeInfo;
|
|
470
|
+
toAmino(message: _44.SourceCodeInfo): _44.SourceCodeInfoAmino;
|
|
471
|
+
fromAminoMsg(object: _44.SourceCodeInfoAminoMsg): _44.SourceCodeInfo;
|
|
472
|
+
fromProtoMsg(message: _44.SourceCodeInfoProtoMsg): _44.SourceCodeInfo;
|
|
473
|
+
toProto(message: _44.SourceCodeInfo): Uint8Array;
|
|
474
|
+
toProtoMsg(message: _44.SourceCodeInfo): _44.SourceCodeInfoProtoMsg;
|
|
475
|
+
};
|
|
476
|
+
SourceCodeInfo_Location: {
|
|
477
|
+
typeUrl: string;
|
|
478
|
+
encode(message: _44.SourceCodeInfo_Location, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
479
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.SourceCodeInfo_Location;
|
|
480
|
+
fromPartial(object: Partial<_44.SourceCodeInfo_Location>): _44.SourceCodeInfo_Location;
|
|
481
|
+
fromAmino(object: _44.SourceCodeInfo_LocationAmino): _44.SourceCodeInfo_Location;
|
|
482
|
+
toAmino(message: _44.SourceCodeInfo_Location): _44.SourceCodeInfo_LocationAmino;
|
|
483
|
+
fromAminoMsg(object: _44.SourceCodeInfo_LocationAminoMsg): _44.SourceCodeInfo_Location;
|
|
484
|
+
fromProtoMsg(message: _44.SourceCodeInfo_LocationProtoMsg): _44.SourceCodeInfo_Location;
|
|
485
|
+
toProto(message: _44.SourceCodeInfo_Location): Uint8Array;
|
|
486
|
+
toProtoMsg(message: _44.SourceCodeInfo_Location): _44.SourceCodeInfo_LocationProtoMsg;
|
|
487
|
+
};
|
|
488
|
+
GeneratedCodeInfo: {
|
|
489
|
+
typeUrl: string;
|
|
490
|
+
encode(message: _44.GeneratedCodeInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
491
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.GeneratedCodeInfo;
|
|
492
|
+
fromPartial(object: Partial<_44.GeneratedCodeInfo>): _44.GeneratedCodeInfo;
|
|
493
|
+
fromAmino(object: _44.GeneratedCodeInfoAmino): _44.GeneratedCodeInfo;
|
|
494
|
+
toAmino(message: _44.GeneratedCodeInfo): _44.GeneratedCodeInfoAmino;
|
|
495
|
+
fromAminoMsg(object: _44.GeneratedCodeInfoAminoMsg): _44.GeneratedCodeInfo;
|
|
496
|
+
fromProtoMsg(message: _44.GeneratedCodeInfoProtoMsg): _44.GeneratedCodeInfo;
|
|
497
|
+
toProto(message: _44.GeneratedCodeInfo): Uint8Array;
|
|
498
|
+
toProtoMsg(message: _44.GeneratedCodeInfo): _44.GeneratedCodeInfoProtoMsg;
|
|
499
|
+
};
|
|
500
|
+
GeneratedCodeInfo_Annotation: {
|
|
501
|
+
typeUrl: string;
|
|
502
|
+
encode(message: _44.GeneratedCodeInfo_Annotation, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
503
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _44.GeneratedCodeInfo_Annotation;
|
|
504
|
+
fromPartial(object: Partial<_44.GeneratedCodeInfo_Annotation>): _44.GeneratedCodeInfo_Annotation;
|
|
505
|
+
fromAmino(object: _44.GeneratedCodeInfo_AnnotationAmino): _44.GeneratedCodeInfo_Annotation;
|
|
506
|
+
toAmino(message: _44.GeneratedCodeInfo_Annotation): _44.GeneratedCodeInfo_AnnotationAmino;
|
|
507
|
+
fromAminoMsg(object: _44.GeneratedCodeInfo_AnnotationAminoMsg): _44.GeneratedCodeInfo_Annotation;
|
|
508
|
+
fromProtoMsg(message: _44.GeneratedCodeInfo_AnnotationProtoMsg): _44.GeneratedCodeInfo_Annotation;
|
|
509
|
+
toProto(message: _44.GeneratedCodeInfo_Annotation): Uint8Array;
|
|
510
|
+
toProtoMsg(message: _44.GeneratedCodeInfo_Annotation): _44.GeneratedCodeInfo_AnnotationProtoMsg;
|
|
511
|
+
};
|
|
512
|
+
Any: {
|
|
513
|
+
typeUrl: string;
|
|
514
|
+
encode(message: _43.Any, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
515
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _43.Any;
|
|
516
|
+
fromPartial(object: Partial<_43.Any>): _43.Any;
|
|
517
|
+
fromAmino(object: _43.AnyAmino): _43.Any;
|
|
518
|
+
toAmino(message: _43.Any): _43.AnyAmino;
|
|
519
|
+
fromAminoMsg(object: _43.AnyAminoMsg): _43.Any;
|
|
520
|
+
fromProtoMsg(message: _43.AnyProtoMsg): _43.Any;
|
|
521
|
+
toProto(message: _43.Any): Uint8Array;
|
|
522
|
+
toProtoMsg(message: _43.Any): _43.AnyProtoMsg;
|
|
523
|
+
};
|
|
524
|
+
};
|
|
525
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.google = void 0;
|
|
37
|
+
//@ts-nocheck
|
|
38
|
+
const _43 = __importStar(require("./protobuf/any"));
|
|
39
|
+
const _44 = __importStar(require("./protobuf/descriptor"));
|
|
40
|
+
const _45 = __importStar(require("./protobuf/duration"));
|
|
41
|
+
const _46 = __importStar(require("./protobuf/timestamp"));
|
|
42
|
+
var google;
|
|
43
|
+
(function (google) {
|
|
44
|
+
google.protobuf = {
|
|
45
|
+
..._43,
|
|
46
|
+
..._44,
|
|
47
|
+
..._45,
|
|
48
|
+
..._46
|
|
49
|
+
};
|
|
50
|
+
})(google || (exports.google = google = {}));
|