@agoric/cosmic-proto 0.4.1-upgrade-16-dev-0df76a7.0 → 0.4.1-upgrade-17-dev-e67cd91.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/README.md +3 -21
  2. package/dist/codegen/agoric/bundle.d.ts +14 -0
  3. package/dist/codegen/agoric/bundle.js +4 -0
  4. package/dist/codegen/agoric/bundle.js.map +1 -1
  5. package/dist/codegen/agoric/swingset/genesis.d.ts +2 -0
  6. package/dist/codegen/agoric/swingset/genesis.js +13 -0
  7. package/dist/codegen/agoric/swingset/genesis.js.map +1 -1
  8. package/dist/codegen/agoric/vbank/vbank.js +1 -2
  9. package/dist/codegen/agoric/vbank/vbank.js.map +1 -1
  10. package/dist/codegen/agoric/vtransfer/genesis.d.ts +26 -0
  11. package/dist/codegen/agoric/vtransfer/genesis.js +69 -0
  12. package/dist/codegen/agoric/vtransfer/genesis.js.map +1 -0
  13. package/dist/codegen/amino/bundle.js +2 -2
  14. package/dist/codegen/binary.js +6 -6
  15. package/dist/codegen/binary.js.map +1 -1
  16. package/dist/codegen/cosmos/authz/v1beta1/authz.d.ts +5 -4
  17. package/dist/codegen/cosmos/authz/v1beta1/authz.js +16 -10
  18. package/dist/codegen/cosmos/authz/v1beta1/authz.js.map +1 -1
  19. package/dist/codegen/cosmos/bundle.d.ts +3990 -3990
  20. package/dist/codegen/cosmos/bundle.js +89 -89
  21. package/dist/codegen/cosmos/distribution/v1beta1/distribution.js +1 -2
  22. package/dist/codegen/cosmos/distribution/v1beta1/distribution.js.map +1 -1
  23. package/dist/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +5 -4
  24. package/dist/codegen/cosmos/feegrant/v1beta1/feegrant.js +17 -11
  25. package/dist/codegen/cosmos/feegrant/v1beta1/feegrant.js.map +1 -1
  26. package/dist/codegen/cosmos/gov/v1/gov.d.ts +9 -8
  27. package/dist/codegen/cosmos/gov/v1/gov.js +30 -18
  28. package/dist/codegen/cosmos/gov/v1/gov.js.map +1 -1
  29. package/dist/codegen/cosmos/gov/v1beta1/gov.d.ts +9 -8
  30. package/dist/codegen/cosmos/gov/v1beta1/gov.js +34 -23
  31. package/dist/codegen/cosmos/gov/v1beta1/gov.js.map +1 -1
  32. package/dist/codegen/cosmos/group/v1/types.d.ts +13 -12
  33. package/dist/codegen/cosmos/group/v1/types.js +50 -32
  34. package/dist/codegen/cosmos/group/v1/types.js.map +1 -1
  35. package/dist/codegen/cosmos/mint/v1beta1/mint.js +1 -2
  36. package/dist/codegen/cosmos/mint/v1beta1/mint.js.map +1 -1
  37. package/dist/codegen/cosmos/staking/v1beta1/staking.d.ts +9 -8
  38. package/dist/codegen/cosmos/staking/v1beta1/staking.js +34 -23
  39. package/dist/codegen/cosmos/staking/v1beta1/staking.js.map +1 -1
  40. package/dist/codegen/cosmos/staking/v1beta1/tx.d.ts +5 -4
  41. package/dist/codegen/cosmos/staking/v1beta1/tx.js +18 -13
  42. package/dist/codegen/cosmos/staking/v1beta1/tx.js.map +1 -1
  43. package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +3 -2
  44. package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.js +11 -7
  45. package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.js.map +1 -1
  46. package/dist/codegen/cosmos_proto/bundle.d.ts +21 -21
  47. package/dist/codegen/cosmos_proto/bundle.js +2 -2
  48. package/dist/codegen/gogoproto/bundle.js +2 -2
  49. package/dist/codegen/google/bundle.d.ts +277 -277
  50. package/dist/codegen/google/bundle.js +6 -6
  51. package/dist/codegen/helpers.d.ts +10 -0
  52. package/dist/codegen/helpers.js +64 -1
  53. package/dist/codegen/helpers.js.map +1 -1
  54. package/dist/codegen/ibc/bundle.d.ts +1554 -1554
  55. package/dist/codegen/ibc/bundle.js +46 -46
  56. package/dist/codegen/ibc/bundle.js.map +1 -1
  57. package/dist/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +3 -2
  58. package/dist/codegen/ibc/lightclients/tendermint/v1/tendermint.js +10 -7
  59. package/dist/codegen/ibc/lightclients/tendermint/v1/tendermint.js.map +1 -1
  60. package/dist/codegen/icq/bundle.d.ts +85 -85
  61. package/dist/codegen/icq/bundle.js +6 -6
  62. package/dist/codegen/ics23/bundle.d.ts +113 -113
  63. package/dist/codegen/ics23/bundle.js +2 -2
  64. package/dist/codegen/tendermint/abci/types.d.ts +5 -4
  65. package/dist/codegen/tendermint/abci/types.js +20 -12
  66. package/dist/codegen/tendermint/abci/types.js.map +1 -1
  67. package/dist/codegen/tendermint/bundle.d.ts +716 -716
  68. package/dist/codegen/tendermint/bundle.js +17 -17
  69. package/dist/codegen/tendermint/p2p/types.d.ts +7 -6
  70. package/dist/codegen/tendermint/p2p/types.js +23 -14
  71. package/dist/codegen/tendermint/p2p/types.js.map +1 -1
  72. package/dist/codegen/tendermint/types/evidence.d.ts +5 -4
  73. package/dist/codegen/tendermint/types/evidence.js +18 -12
  74. package/dist/codegen/tendermint/types/evidence.js.map +1 -1
  75. package/dist/codegen/tendermint/types/types.d.ts +9 -8
  76. package/dist/codegen/tendermint/types/types.js +35 -22
  77. package/dist/codegen/tendermint/types/types.js.map +1 -1
  78. package/dist/codegen/varint.js +2 -2
  79. package/dist/codegen/varint.js.map +1 -1
  80. package/dist/helpers.d.ts +6 -4
  81. package/dist/helpers.js +1 -1
  82. package/dist/helpers.js.map +1 -1
  83. package/dist/index.d.ts +1 -1
  84. package/dist/index.js +4 -1
  85. package/dist/index.js.map +1 -1
  86. package/package.json +17 -16
  87. package/dist/vatsafe.d.ts +0 -2
  88. package/dist/vatsafe.js +0 -3
  89. package/dist/vatsafe.js.map +0 -1
@@ -1,374 +1,374 @@
1
- import * as _81 from './protobuf/any.js';
2
- import * as _82 from './protobuf/descriptor.js';
3
- import * as _83 from './protobuf/duration.js';
4
- import * as _84 from './protobuf/empty.js';
5
- import * as _85 from './protobuf/timestamp.js';
1
+ import * as _82 from './protobuf/any.js';
2
+ import * as _83 from './protobuf/descriptor.js';
3
+ import * as _84 from './protobuf/duration.js';
4
+ import * as _85 from './protobuf/empty.js';
5
+ import * as _86 from './protobuf/timestamp.js';
6
6
  export declare namespace google {
7
7
  const protobuf: {
8
8
  Timestamp: {
9
9
  typeUrl: string;
10
- encode(message: _85.Timestamp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
11
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _85.Timestamp;
12
- fromJSON(object: any): _85.Timestamp;
13
- toJSON(message: _85.Timestamp): import("../json-safe.js").JsonSafe<_85.Timestamp>;
14
- fromPartial(object: Partial<_85.Timestamp>): _85.Timestamp;
15
- fromProtoMsg(message: _85.TimestampProtoMsg): _85.Timestamp;
16
- toProto(message: _85.Timestamp): Uint8Array;
17
- toProtoMsg(message: _85.Timestamp): _85.TimestampProtoMsg;
10
+ encode(message: _86.Timestamp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
11
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _86.Timestamp;
12
+ fromJSON(object: any): _86.Timestamp;
13
+ toJSON(message: _86.Timestamp): import("../json-safe.js").JsonSafe<_86.Timestamp>;
14
+ fromPartial(object: Partial<_86.Timestamp>): _86.Timestamp;
15
+ fromProtoMsg(message: _86.TimestampProtoMsg): _86.Timestamp;
16
+ toProto(message: _86.Timestamp): Uint8Array;
17
+ toProtoMsg(message: _86.Timestamp): _86.TimestampProtoMsg;
18
18
  };
19
19
  Empty: {
20
20
  typeUrl: string;
21
- encode(_: _84.Empty, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
22
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _84.Empty;
23
- fromJSON(_: any): _84.Empty;
24
- toJSON(_: _84.Empty): import("../json-safe.js").JsonSafe<_84.Empty>;
25
- fromPartial(_: Partial<_84.Empty>): _84.Empty;
26
- fromProtoMsg(message: _84.EmptyProtoMsg): _84.Empty;
27
- toProto(message: _84.Empty): Uint8Array;
28
- toProtoMsg(message: _84.Empty): _84.EmptyProtoMsg;
21
+ encode(_: _85.Empty, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
22
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _85.Empty;
23
+ fromJSON(_: any): _85.Empty;
24
+ toJSON(_: _85.Empty): import("../json-safe.js").JsonSafe<_85.Empty>;
25
+ fromPartial(_: Partial<_85.Empty>): _85.Empty;
26
+ fromProtoMsg(message: _85.EmptyProtoMsg): _85.Empty;
27
+ toProto(message: _85.Empty): Uint8Array;
28
+ toProtoMsg(message: _85.Empty): _85.EmptyProtoMsg;
29
29
  };
30
30
  Duration: {
31
31
  typeUrl: string;
32
- encode(message: _83.Duration, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
33
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.Duration;
34
- fromJSON(object: any): _83.Duration;
35
- toJSON(message: _83.Duration): import("../json-safe.js").JsonSafe<_83.Duration>;
36
- fromPartial(object: Partial<_83.Duration>): _83.Duration;
37
- fromProtoMsg(message: _83.DurationProtoMsg): _83.Duration;
38
- toProto(message: _83.Duration): Uint8Array;
39
- toProtoMsg(message: _83.Duration): _83.DurationProtoMsg;
32
+ encode(message: _84.Duration, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
33
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _84.Duration;
34
+ fromJSON(object: any): _84.Duration;
35
+ toJSON(message: _84.Duration): import("../json-safe.js").JsonSafe<_84.Duration>;
36
+ fromPartial(object: Partial<_84.Duration>): _84.Duration;
37
+ fromProtoMsg(message: _84.DurationProtoMsg): _84.Duration;
38
+ toProto(message: _84.Duration): Uint8Array;
39
+ toProtoMsg(message: _84.Duration): _84.DurationProtoMsg;
40
40
  };
41
- fieldDescriptorProto_TypeFromJSON(object: any): _82.FieldDescriptorProto_Type;
42
- fieldDescriptorProto_TypeToJSON(object: _82.FieldDescriptorProto_Type): string;
43
- fieldDescriptorProto_LabelFromJSON(object: any): _82.FieldDescriptorProto_Label;
44
- fieldDescriptorProto_LabelToJSON(object: _82.FieldDescriptorProto_Label): string;
45
- fileOptions_OptimizeModeFromJSON(object: any): _82.FileOptions_OptimizeMode;
46
- fileOptions_OptimizeModeToJSON(object: _82.FileOptions_OptimizeMode): string;
47
- fieldOptions_CTypeFromJSON(object: any): _82.FieldOptions_CType;
48
- fieldOptions_CTypeToJSON(object: _82.FieldOptions_CType): string;
49
- fieldOptions_JSTypeFromJSON(object: any): _82.FieldOptions_JSType;
50
- fieldOptions_JSTypeToJSON(object: _82.FieldOptions_JSType): string;
51
- methodOptions_IdempotencyLevelFromJSON(object: any): _82.MethodOptions_IdempotencyLevel;
52
- methodOptions_IdempotencyLevelToJSON(object: _82.MethodOptions_IdempotencyLevel): string;
53
- FieldDescriptorProto_Type: typeof _82.FieldDescriptorProto_Type;
54
- FieldDescriptorProto_TypeSDKType: typeof _82.FieldDescriptorProto_Type;
55
- FieldDescriptorProto_Label: typeof _82.FieldDescriptorProto_Label;
56
- FieldDescriptorProto_LabelSDKType: typeof _82.FieldDescriptorProto_Label;
57
- FileOptions_OptimizeMode: typeof _82.FileOptions_OptimizeMode;
58
- FileOptions_OptimizeModeSDKType: typeof _82.FileOptions_OptimizeMode;
59
- FieldOptions_CType: typeof _82.FieldOptions_CType;
60
- FieldOptions_CTypeSDKType: typeof _82.FieldOptions_CType;
61
- FieldOptions_JSType: typeof _82.FieldOptions_JSType;
62
- FieldOptions_JSTypeSDKType: typeof _82.FieldOptions_JSType;
63
- MethodOptions_IdempotencyLevel: typeof _82.MethodOptions_IdempotencyLevel;
64
- MethodOptions_IdempotencyLevelSDKType: typeof _82.MethodOptions_IdempotencyLevel;
41
+ fieldDescriptorProto_TypeFromJSON(object: any): _83.FieldDescriptorProto_Type;
42
+ fieldDescriptorProto_TypeToJSON(object: _83.FieldDescriptorProto_Type): string;
43
+ fieldDescriptorProto_LabelFromJSON(object: any): _83.FieldDescriptorProto_Label;
44
+ fieldDescriptorProto_LabelToJSON(object: _83.FieldDescriptorProto_Label): string;
45
+ fileOptions_OptimizeModeFromJSON(object: any): _83.FileOptions_OptimizeMode;
46
+ fileOptions_OptimizeModeToJSON(object: _83.FileOptions_OptimizeMode): string;
47
+ fieldOptions_CTypeFromJSON(object: any): _83.FieldOptions_CType;
48
+ fieldOptions_CTypeToJSON(object: _83.FieldOptions_CType): string;
49
+ fieldOptions_JSTypeFromJSON(object: any): _83.FieldOptions_JSType;
50
+ fieldOptions_JSTypeToJSON(object: _83.FieldOptions_JSType): string;
51
+ methodOptions_IdempotencyLevelFromJSON(object: any): _83.MethodOptions_IdempotencyLevel;
52
+ methodOptions_IdempotencyLevelToJSON(object: _83.MethodOptions_IdempotencyLevel): string;
53
+ FieldDescriptorProto_Type: typeof _83.FieldDescriptorProto_Type;
54
+ FieldDescriptorProto_TypeSDKType: typeof _83.FieldDescriptorProto_Type;
55
+ FieldDescriptorProto_Label: typeof _83.FieldDescriptorProto_Label;
56
+ FieldDescriptorProto_LabelSDKType: typeof _83.FieldDescriptorProto_Label;
57
+ FileOptions_OptimizeMode: typeof _83.FileOptions_OptimizeMode;
58
+ FileOptions_OptimizeModeSDKType: typeof _83.FileOptions_OptimizeMode;
59
+ FieldOptions_CType: typeof _83.FieldOptions_CType;
60
+ FieldOptions_CTypeSDKType: typeof _83.FieldOptions_CType;
61
+ FieldOptions_JSType: typeof _83.FieldOptions_JSType;
62
+ FieldOptions_JSTypeSDKType: typeof _83.FieldOptions_JSType;
63
+ MethodOptions_IdempotencyLevel: typeof _83.MethodOptions_IdempotencyLevel;
64
+ MethodOptions_IdempotencyLevelSDKType: typeof _83.MethodOptions_IdempotencyLevel;
65
65
  FileDescriptorSet: {
66
66
  typeUrl: string;
67
- encode(message: _82.FileDescriptorSet, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
68
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.FileDescriptorSet;
69
- fromJSON(object: any): _82.FileDescriptorSet;
70
- toJSON(message: _82.FileDescriptorSet): import("../json-safe.js").JsonSafe<_82.FileDescriptorSet>;
71
- fromPartial(object: Partial<_82.FileDescriptorSet>): _82.FileDescriptorSet;
72
- fromProtoMsg(message: _82.FileDescriptorSetProtoMsg): _82.FileDescriptorSet;
73
- toProto(message: _82.FileDescriptorSet): Uint8Array;
74
- toProtoMsg(message: _82.FileDescriptorSet): _82.FileDescriptorSetProtoMsg;
67
+ encode(message: _83.FileDescriptorSet, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
68
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.FileDescriptorSet;
69
+ fromJSON(object: any): _83.FileDescriptorSet;
70
+ toJSON(message: _83.FileDescriptorSet): import("../json-safe.js").JsonSafe<_83.FileDescriptorSet>;
71
+ fromPartial(object: Partial<_83.FileDescriptorSet>): _83.FileDescriptorSet;
72
+ fromProtoMsg(message: _83.FileDescriptorSetProtoMsg): _83.FileDescriptorSet;
73
+ toProto(message: _83.FileDescriptorSet): Uint8Array;
74
+ toProtoMsg(message: _83.FileDescriptorSet): _83.FileDescriptorSetProtoMsg;
75
75
  };
76
76
  FileDescriptorProto: {
77
77
  typeUrl: string;
78
- encode(message: _82.FileDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
79
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.FileDescriptorProto;
80
- fromJSON(object: any): _82.FileDescriptorProto;
81
- toJSON(message: _82.FileDescriptorProto): import("../json-safe.js").JsonSafe<_82.FileDescriptorProto>;
82
- fromPartial(object: Partial<_82.FileDescriptorProto>): _82.FileDescriptorProto;
83
- fromProtoMsg(message: _82.FileDescriptorProtoProtoMsg): _82.FileDescriptorProto;
84
- toProto(message: _82.FileDescriptorProto): Uint8Array;
85
- toProtoMsg(message: _82.FileDescriptorProto): _82.FileDescriptorProtoProtoMsg;
78
+ encode(message: _83.FileDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
79
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.FileDescriptorProto;
80
+ fromJSON(object: any): _83.FileDescriptorProto;
81
+ toJSON(message: _83.FileDescriptorProto): import("../json-safe.js").JsonSafe<_83.FileDescriptorProto>;
82
+ fromPartial(object: Partial<_83.FileDescriptorProto>): _83.FileDescriptorProto;
83
+ fromProtoMsg(message: _83.FileDescriptorProtoProtoMsg): _83.FileDescriptorProto;
84
+ toProto(message: _83.FileDescriptorProto): Uint8Array;
85
+ toProtoMsg(message: _83.FileDescriptorProto): _83.FileDescriptorProtoProtoMsg;
86
86
  };
87
87
  DescriptorProto: {
88
88
  typeUrl: string;
89
- encode(message: _82.DescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
90
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.DescriptorProto;
91
- fromJSON(object: any): _82.DescriptorProto;
92
- toJSON(message: _82.DescriptorProto): import("../json-safe.js").JsonSafe<_82.DescriptorProto>;
93
- fromPartial(object: Partial<_82.DescriptorProto>): _82.DescriptorProto;
94
- fromProtoMsg(message: _82.DescriptorProtoProtoMsg): _82.DescriptorProto;
95
- toProto(message: _82.DescriptorProto): Uint8Array;
96
- toProtoMsg(message: _82.DescriptorProto): _82.DescriptorProtoProtoMsg;
89
+ encode(message: _83.DescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
90
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.DescriptorProto;
91
+ fromJSON(object: any): _83.DescriptorProto;
92
+ toJSON(message: _83.DescriptorProto): import("../json-safe.js").JsonSafe<_83.DescriptorProto>;
93
+ fromPartial(object: Partial<_83.DescriptorProto>): _83.DescriptorProto;
94
+ fromProtoMsg(message: _83.DescriptorProtoProtoMsg): _83.DescriptorProto;
95
+ toProto(message: _83.DescriptorProto): Uint8Array;
96
+ toProtoMsg(message: _83.DescriptorProto): _83.DescriptorProtoProtoMsg;
97
97
  };
98
98
  DescriptorProto_ExtensionRange: {
99
99
  typeUrl: string;
100
- encode(message: _82.DescriptorProto_ExtensionRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
101
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.DescriptorProto_ExtensionRange;
102
- fromJSON(object: any): _82.DescriptorProto_ExtensionRange;
103
- toJSON(message: _82.DescriptorProto_ExtensionRange): import("../json-safe.js").JsonSafe<_82.DescriptorProto_ExtensionRange>;
104
- fromPartial(object: Partial<_82.DescriptorProto_ExtensionRange>): _82.DescriptorProto_ExtensionRange;
105
- fromProtoMsg(message: _82.DescriptorProto_ExtensionRangeProtoMsg): _82.DescriptorProto_ExtensionRange;
106
- toProto(message: _82.DescriptorProto_ExtensionRange): Uint8Array;
107
- toProtoMsg(message: _82.DescriptorProto_ExtensionRange): _82.DescriptorProto_ExtensionRangeProtoMsg;
100
+ encode(message: _83.DescriptorProto_ExtensionRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
101
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.DescriptorProto_ExtensionRange;
102
+ fromJSON(object: any): _83.DescriptorProto_ExtensionRange;
103
+ toJSON(message: _83.DescriptorProto_ExtensionRange): import("../json-safe.js").JsonSafe<_83.DescriptorProto_ExtensionRange>;
104
+ fromPartial(object: Partial<_83.DescriptorProto_ExtensionRange>): _83.DescriptorProto_ExtensionRange;
105
+ fromProtoMsg(message: _83.DescriptorProto_ExtensionRangeProtoMsg): _83.DescriptorProto_ExtensionRange;
106
+ toProto(message: _83.DescriptorProto_ExtensionRange): Uint8Array;
107
+ toProtoMsg(message: _83.DescriptorProto_ExtensionRange): _83.DescriptorProto_ExtensionRangeProtoMsg;
108
108
  };
109
109
  DescriptorProto_ReservedRange: {
110
110
  typeUrl: string;
111
- encode(message: _82.DescriptorProto_ReservedRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
112
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.DescriptorProto_ReservedRange;
113
- fromJSON(object: any): _82.DescriptorProto_ReservedRange;
114
- toJSON(message: _82.DescriptorProto_ReservedRange): import("../json-safe.js").JsonSafe<_82.DescriptorProto_ReservedRange>;
115
- fromPartial(object: Partial<_82.DescriptorProto_ReservedRange>): _82.DescriptorProto_ReservedRange;
116
- fromProtoMsg(message: _82.DescriptorProto_ReservedRangeProtoMsg): _82.DescriptorProto_ReservedRange;
117
- toProto(message: _82.DescriptorProto_ReservedRange): Uint8Array;
118
- toProtoMsg(message: _82.DescriptorProto_ReservedRange): _82.DescriptorProto_ReservedRangeProtoMsg;
111
+ encode(message: _83.DescriptorProto_ReservedRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
112
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.DescriptorProto_ReservedRange;
113
+ fromJSON(object: any): _83.DescriptorProto_ReservedRange;
114
+ toJSON(message: _83.DescriptorProto_ReservedRange): import("../json-safe.js").JsonSafe<_83.DescriptorProto_ReservedRange>;
115
+ fromPartial(object: Partial<_83.DescriptorProto_ReservedRange>): _83.DescriptorProto_ReservedRange;
116
+ fromProtoMsg(message: _83.DescriptorProto_ReservedRangeProtoMsg): _83.DescriptorProto_ReservedRange;
117
+ toProto(message: _83.DescriptorProto_ReservedRange): Uint8Array;
118
+ toProtoMsg(message: _83.DescriptorProto_ReservedRange): _83.DescriptorProto_ReservedRangeProtoMsg;
119
119
  };
120
120
  ExtensionRangeOptions: {
121
121
  typeUrl: string;
122
- encode(message: _82.ExtensionRangeOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
123
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.ExtensionRangeOptions;
124
- fromJSON(object: any): _82.ExtensionRangeOptions;
125
- toJSON(message: _82.ExtensionRangeOptions): import("../json-safe.js").JsonSafe<_82.ExtensionRangeOptions>;
126
- fromPartial(object: Partial<_82.ExtensionRangeOptions>): _82.ExtensionRangeOptions;
127
- fromProtoMsg(message: _82.ExtensionRangeOptionsProtoMsg): _82.ExtensionRangeOptions;
128
- toProto(message: _82.ExtensionRangeOptions): Uint8Array;
129
- toProtoMsg(message: _82.ExtensionRangeOptions): _82.ExtensionRangeOptionsProtoMsg;
122
+ encode(message: _83.ExtensionRangeOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
123
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.ExtensionRangeOptions;
124
+ fromJSON(object: any): _83.ExtensionRangeOptions;
125
+ toJSON(message: _83.ExtensionRangeOptions): import("../json-safe.js").JsonSafe<_83.ExtensionRangeOptions>;
126
+ fromPartial(object: Partial<_83.ExtensionRangeOptions>): _83.ExtensionRangeOptions;
127
+ fromProtoMsg(message: _83.ExtensionRangeOptionsProtoMsg): _83.ExtensionRangeOptions;
128
+ toProto(message: _83.ExtensionRangeOptions): Uint8Array;
129
+ toProtoMsg(message: _83.ExtensionRangeOptions): _83.ExtensionRangeOptionsProtoMsg;
130
130
  };
131
131
  FieldDescriptorProto: {
132
132
  typeUrl: string;
133
- encode(message: _82.FieldDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
134
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.FieldDescriptorProto;
135
- fromJSON(object: any): _82.FieldDescriptorProto;
136
- toJSON(message: _82.FieldDescriptorProto): import("../json-safe.js").JsonSafe<_82.FieldDescriptorProto>;
137
- fromPartial(object: Partial<_82.FieldDescriptorProto>): _82.FieldDescriptorProto;
138
- fromProtoMsg(message: _82.FieldDescriptorProtoProtoMsg): _82.FieldDescriptorProto;
139
- toProto(message: _82.FieldDescriptorProto): Uint8Array;
140
- toProtoMsg(message: _82.FieldDescriptorProto): _82.FieldDescriptorProtoProtoMsg;
133
+ encode(message: _83.FieldDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
134
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.FieldDescriptorProto;
135
+ fromJSON(object: any): _83.FieldDescriptorProto;
136
+ toJSON(message: _83.FieldDescriptorProto): import("../json-safe.js").JsonSafe<_83.FieldDescriptorProto>;
137
+ fromPartial(object: Partial<_83.FieldDescriptorProto>): _83.FieldDescriptorProto;
138
+ fromProtoMsg(message: _83.FieldDescriptorProtoProtoMsg): _83.FieldDescriptorProto;
139
+ toProto(message: _83.FieldDescriptorProto): Uint8Array;
140
+ toProtoMsg(message: _83.FieldDescriptorProto): _83.FieldDescriptorProtoProtoMsg;
141
141
  };
142
142
  OneofDescriptorProto: {
143
143
  typeUrl: string;
144
- encode(message: _82.OneofDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
145
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.OneofDescriptorProto;
146
- fromJSON(object: any): _82.OneofDescriptorProto;
147
- toJSON(message: _82.OneofDescriptorProto): import("../json-safe.js").JsonSafe<_82.OneofDescriptorProto>;
148
- fromPartial(object: Partial<_82.OneofDescriptorProto>): _82.OneofDescriptorProto;
149
- fromProtoMsg(message: _82.OneofDescriptorProtoProtoMsg): _82.OneofDescriptorProto;
150
- toProto(message: _82.OneofDescriptorProto): Uint8Array;
151
- toProtoMsg(message: _82.OneofDescriptorProto): _82.OneofDescriptorProtoProtoMsg;
144
+ encode(message: _83.OneofDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
145
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.OneofDescriptorProto;
146
+ fromJSON(object: any): _83.OneofDescriptorProto;
147
+ toJSON(message: _83.OneofDescriptorProto): import("../json-safe.js").JsonSafe<_83.OneofDescriptorProto>;
148
+ fromPartial(object: Partial<_83.OneofDescriptorProto>): _83.OneofDescriptorProto;
149
+ fromProtoMsg(message: _83.OneofDescriptorProtoProtoMsg): _83.OneofDescriptorProto;
150
+ toProto(message: _83.OneofDescriptorProto): Uint8Array;
151
+ toProtoMsg(message: _83.OneofDescriptorProto): _83.OneofDescriptorProtoProtoMsg;
152
152
  };
153
153
  EnumDescriptorProto: {
154
154
  typeUrl: string;
155
- encode(message: _82.EnumDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
156
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.EnumDescriptorProto;
157
- fromJSON(object: any): _82.EnumDescriptorProto;
158
- toJSON(message: _82.EnumDescriptorProto): import("../json-safe.js").JsonSafe<_82.EnumDescriptorProto>;
159
- fromPartial(object: Partial<_82.EnumDescriptorProto>): _82.EnumDescriptorProto;
160
- fromProtoMsg(message: _82.EnumDescriptorProtoProtoMsg): _82.EnumDescriptorProto;
161
- toProto(message: _82.EnumDescriptorProto): Uint8Array;
162
- toProtoMsg(message: _82.EnumDescriptorProto): _82.EnumDescriptorProtoProtoMsg;
155
+ encode(message: _83.EnumDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
156
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.EnumDescriptorProto;
157
+ fromJSON(object: any): _83.EnumDescriptorProto;
158
+ toJSON(message: _83.EnumDescriptorProto): import("../json-safe.js").JsonSafe<_83.EnumDescriptorProto>;
159
+ fromPartial(object: Partial<_83.EnumDescriptorProto>): _83.EnumDescriptorProto;
160
+ fromProtoMsg(message: _83.EnumDescriptorProtoProtoMsg): _83.EnumDescriptorProto;
161
+ toProto(message: _83.EnumDescriptorProto): Uint8Array;
162
+ toProtoMsg(message: _83.EnumDescriptorProto): _83.EnumDescriptorProtoProtoMsg;
163
163
  };
164
164
  EnumDescriptorProto_EnumReservedRange: {
165
165
  typeUrl: string;
166
- encode(message: _82.EnumDescriptorProto_EnumReservedRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
167
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.EnumDescriptorProto_EnumReservedRange;
168
- fromJSON(object: any): _82.EnumDescriptorProto_EnumReservedRange;
169
- toJSON(message: _82.EnumDescriptorProto_EnumReservedRange): import("../json-safe.js").JsonSafe<_82.EnumDescriptorProto_EnumReservedRange>;
170
- fromPartial(object: Partial<_82.EnumDescriptorProto_EnumReservedRange>): _82.EnumDescriptorProto_EnumReservedRange;
171
- fromProtoMsg(message: _82.EnumDescriptorProto_EnumReservedRangeProtoMsg): _82.EnumDescriptorProto_EnumReservedRange;
172
- toProto(message: _82.EnumDescriptorProto_EnumReservedRange): Uint8Array;
173
- toProtoMsg(message: _82.EnumDescriptorProto_EnumReservedRange): _82.EnumDescriptorProto_EnumReservedRangeProtoMsg;
166
+ encode(message: _83.EnumDescriptorProto_EnumReservedRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
167
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.EnumDescriptorProto_EnumReservedRange;
168
+ fromJSON(object: any): _83.EnumDescriptorProto_EnumReservedRange;
169
+ toJSON(message: _83.EnumDescriptorProto_EnumReservedRange): import("../json-safe.js").JsonSafe<_83.EnumDescriptorProto_EnumReservedRange>;
170
+ fromPartial(object: Partial<_83.EnumDescriptorProto_EnumReservedRange>): _83.EnumDescriptorProto_EnumReservedRange;
171
+ fromProtoMsg(message: _83.EnumDescriptorProto_EnumReservedRangeProtoMsg): _83.EnumDescriptorProto_EnumReservedRange;
172
+ toProto(message: _83.EnumDescriptorProto_EnumReservedRange): Uint8Array;
173
+ toProtoMsg(message: _83.EnumDescriptorProto_EnumReservedRange): _83.EnumDescriptorProto_EnumReservedRangeProtoMsg;
174
174
  };
175
175
  EnumValueDescriptorProto: {
176
176
  typeUrl: string;
177
- encode(message: _82.EnumValueDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
178
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.EnumValueDescriptorProto;
179
- fromJSON(object: any): _82.EnumValueDescriptorProto;
180
- toJSON(message: _82.EnumValueDescriptorProto): import("../json-safe.js").JsonSafe<_82.EnumValueDescriptorProto>;
181
- fromPartial(object: Partial<_82.EnumValueDescriptorProto>): _82.EnumValueDescriptorProto;
182
- fromProtoMsg(message: _82.EnumValueDescriptorProtoProtoMsg): _82.EnumValueDescriptorProto;
183
- toProto(message: _82.EnumValueDescriptorProto): Uint8Array;
184
- toProtoMsg(message: _82.EnumValueDescriptorProto): _82.EnumValueDescriptorProtoProtoMsg;
177
+ encode(message: _83.EnumValueDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
178
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.EnumValueDescriptorProto;
179
+ fromJSON(object: any): _83.EnumValueDescriptorProto;
180
+ toJSON(message: _83.EnumValueDescriptorProto): import("../json-safe.js").JsonSafe<_83.EnumValueDescriptorProto>;
181
+ fromPartial(object: Partial<_83.EnumValueDescriptorProto>): _83.EnumValueDescriptorProto;
182
+ fromProtoMsg(message: _83.EnumValueDescriptorProtoProtoMsg): _83.EnumValueDescriptorProto;
183
+ toProto(message: _83.EnumValueDescriptorProto): Uint8Array;
184
+ toProtoMsg(message: _83.EnumValueDescriptorProto): _83.EnumValueDescriptorProtoProtoMsg;
185
185
  };
186
186
  ServiceDescriptorProto: {
187
187
  typeUrl: string;
188
- encode(message: _82.ServiceDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
189
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.ServiceDescriptorProto;
190
- fromJSON(object: any): _82.ServiceDescriptorProto;
191
- toJSON(message: _82.ServiceDescriptorProto): import("../json-safe.js").JsonSafe<_82.ServiceDescriptorProto>;
192
- fromPartial(object: Partial<_82.ServiceDescriptorProto>): _82.ServiceDescriptorProto;
193
- fromProtoMsg(message: _82.ServiceDescriptorProtoProtoMsg): _82.ServiceDescriptorProto;
194
- toProto(message: _82.ServiceDescriptorProto): Uint8Array;
195
- toProtoMsg(message: _82.ServiceDescriptorProto): _82.ServiceDescriptorProtoProtoMsg;
188
+ encode(message: _83.ServiceDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
189
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.ServiceDescriptorProto;
190
+ fromJSON(object: any): _83.ServiceDescriptorProto;
191
+ toJSON(message: _83.ServiceDescriptorProto): import("../json-safe.js").JsonSafe<_83.ServiceDescriptorProto>;
192
+ fromPartial(object: Partial<_83.ServiceDescriptorProto>): _83.ServiceDescriptorProto;
193
+ fromProtoMsg(message: _83.ServiceDescriptorProtoProtoMsg): _83.ServiceDescriptorProto;
194
+ toProto(message: _83.ServiceDescriptorProto): Uint8Array;
195
+ toProtoMsg(message: _83.ServiceDescriptorProto): _83.ServiceDescriptorProtoProtoMsg;
196
196
  };
197
197
  MethodDescriptorProto: {
198
198
  typeUrl: string;
199
- encode(message: _82.MethodDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
200
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.MethodDescriptorProto;
201
- fromJSON(object: any): _82.MethodDescriptorProto;
202
- toJSON(message: _82.MethodDescriptorProto): import("../json-safe.js").JsonSafe<_82.MethodDescriptorProto>;
203
- fromPartial(object: Partial<_82.MethodDescriptorProto>): _82.MethodDescriptorProto;
204
- fromProtoMsg(message: _82.MethodDescriptorProtoProtoMsg): _82.MethodDescriptorProto;
205
- toProto(message: _82.MethodDescriptorProto): Uint8Array;
206
- toProtoMsg(message: _82.MethodDescriptorProto): _82.MethodDescriptorProtoProtoMsg;
199
+ encode(message: _83.MethodDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
200
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.MethodDescriptorProto;
201
+ fromJSON(object: any): _83.MethodDescriptorProto;
202
+ toJSON(message: _83.MethodDescriptorProto): import("../json-safe.js").JsonSafe<_83.MethodDescriptorProto>;
203
+ fromPartial(object: Partial<_83.MethodDescriptorProto>): _83.MethodDescriptorProto;
204
+ fromProtoMsg(message: _83.MethodDescriptorProtoProtoMsg): _83.MethodDescriptorProto;
205
+ toProto(message: _83.MethodDescriptorProto): Uint8Array;
206
+ toProtoMsg(message: _83.MethodDescriptorProto): _83.MethodDescriptorProtoProtoMsg;
207
207
  };
208
208
  FileOptions: {
209
209
  typeUrl: string;
210
- encode(message: _82.FileOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
211
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.FileOptions;
212
- fromJSON(object: any): _82.FileOptions;
213
- toJSON(message: _82.FileOptions): import("../json-safe.js").JsonSafe<_82.FileOptions>;
214
- fromPartial(object: Partial<_82.FileOptions>): _82.FileOptions;
215
- fromProtoMsg(message: _82.FileOptionsProtoMsg): _82.FileOptions;
216
- toProto(message: _82.FileOptions): Uint8Array;
217
- toProtoMsg(message: _82.FileOptions): _82.FileOptionsProtoMsg;
210
+ encode(message: _83.FileOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
211
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.FileOptions;
212
+ fromJSON(object: any): _83.FileOptions;
213
+ toJSON(message: _83.FileOptions): import("../json-safe.js").JsonSafe<_83.FileOptions>;
214
+ fromPartial(object: Partial<_83.FileOptions>): _83.FileOptions;
215
+ fromProtoMsg(message: _83.FileOptionsProtoMsg): _83.FileOptions;
216
+ toProto(message: _83.FileOptions): Uint8Array;
217
+ toProtoMsg(message: _83.FileOptions): _83.FileOptionsProtoMsg;
218
218
  };
219
219
  MessageOptions: {
220
220
  typeUrl: string;
221
- encode(message: _82.MessageOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
222
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.MessageOptions;
223
- fromJSON(object: any): _82.MessageOptions;
224
- toJSON(message: _82.MessageOptions): import("../json-safe.js").JsonSafe<_82.MessageOptions>;
225
- fromPartial(object: Partial<_82.MessageOptions>): _82.MessageOptions;
226
- fromProtoMsg(message: _82.MessageOptionsProtoMsg): _82.MessageOptions;
227
- toProto(message: _82.MessageOptions): Uint8Array;
228
- toProtoMsg(message: _82.MessageOptions): _82.MessageOptionsProtoMsg;
221
+ encode(message: _83.MessageOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
222
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.MessageOptions;
223
+ fromJSON(object: any): _83.MessageOptions;
224
+ toJSON(message: _83.MessageOptions): import("../json-safe.js").JsonSafe<_83.MessageOptions>;
225
+ fromPartial(object: Partial<_83.MessageOptions>): _83.MessageOptions;
226
+ fromProtoMsg(message: _83.MessageOptionsProtoMsg): _83.MessageOptions;
227
+ toProto(message: _83.MessageOptions): Uint8Array;
228
+ toProtoMsg(message: _83.MessageOptions): _83.MessageOptionsProtoMsg;
229
229
  };
230
230
  FieldOptions: {
231
231
  typeUrl: string;
232
- encode(message: _82.FieldOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
233
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.FieldOptions;
234
- fromJSON(object: any): _82.FieldOptions;
235
- toJSON(message: _82.FieldOptions): import("../json-safe.js").JsonSafe<_82.FieldOptions>;
236
- fromPartial(object: Partial<_82.FieldOptions>): _82.FieldOptions;
237
- fromProtoMsg(message: _82.FieldOptionsProtoMsg): _82.FieldOptions;
238
- toProto(message: _82.FieldOptions): Uint8Array;
239
- toProtoMsg(message: _82.FieldOptions): _82.FieldOptionsProtoMsg;
232
+ encode(message: _83.FieldOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
233
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.FieldOptions;
234
+ fromJSON(object: any): _83.FieldOptions;
235
+ toJSON(message: _83.FieldOptions): import("../json-safe.js").JsonSafe<_83.FieldOptions>;
236
+ fromPartial(object: Partial<_83.FieldOptions>): _83.FieldOptions;
237
+ fromProtoMsg(message: _83.FieldOptionsProtoMsg): _83.FieldOptions;
238
+ toProto(message: _83.FieldOptions): Uint8Array;
239
+ toProtoMsg(message: _83.FieldOptions): _83.FieldOptionsProtoMsg;
240
240
  };
241
241
  OneofOptions: {
242
242
  typeUrl: string;
243
- encode(message: _82.OneofOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
244
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.OneofOptions;
245
- fromJSON(object: any): _82.OneofOptions;
246
- toJSON(message: _82.OneofOptions): import("../json-safe.js").JsonSafe<_82.OneofOptions>;
247
- fromPartial(object: Partial<_82.OneofOptions>): _82.OneofOptions;
248
- fromProtoMsg(message: _82.OneofOptionsProtoMsg): _82.OneofOptions;
249
- toProto(message: _82.OneofOptions): Uint8Array;
250
- toProtoMsg(message: _82.OneofOptions): _82.OneofOptionsProtoMsg;
243
+ encode(message: _83.OneofOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
244
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.OneofOptions;
245
+ fromJSON(object: any): _83.OneofOptions;
246
+ toJSON(message: _83.OneofOptions): import("../json-safe.js").JsonSafe<_83.OneofOptions>;
247
+ fromPartial(object: Partial<_83.OneofOptions>): _83.OneofOptions;
248
+ fromProtoMsg(message: _83.OneofOptionsProtoMsg): _83.OneofOptions;
249
+ toProto(message: _83.OneofOptions): Uint8Array;
250
+ toProtoMsg(message: _83.OneofOptions): _83.OneofOptionsProtoMsg;
251
251
  };
252
252
  EnumOptions: {
253
253
  typeUrl: string;
254
- encode(message: _82.EnumOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
255
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.EnumOptions;
256
- fromJSON(object: any): _82.EnumOptions;
257
- toJSON(message: _82.EnumOptions): import("../json-safe.js").JsonSafe<_82.EnumOptions>;
258
- fromPartial(object: Partial<_82.EnumOptions>): _82.EnumOptions;
259
- fromProtoMsg(message: _82.EnumOptionsProtoMsg): _82.EnumOptions;
260
- toProto(message: _82.EnumOptions): Uint8Array;
261
- toProtoMsg(message: _82.EnumOptions): _82.EnumOptionsProtoMsg;
254
+ encode(message: _83.EnumOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
255
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.EnumOptions;
256
+ fromJSON(object: any): _83.EnumOptions;
257
+ toJSON(message: _83.EnumOptions): import("../json-safe.js").JsonSafe<_83.EnumOptions>;
258
+ fromPartial(object: Partial<_83.EnumOptions>): _83.EnumOptions;
259
+ fromProtoMsg(message: _83.EnumOptionsProtoMsg): _83.EnumOptions;
260
+ toProto(message: _83.EnumOptions): Uint8Array;
261
+ toProtoMsg(message: _83.EnumOptions): _83.EnumOptionsProtoMsg;
262
262
  };
263
263
  EnumValueOptions: {
264
264
  typeUrl: string;
265
- encode(message: _82.EnumValueOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
266
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.EnumValueOptions;
267
- fromJSON(object: any): _82.EnumValueOptions;
268
- toJSON(message: _82.EnumValueOptions): import("../json-safe.js").JsonSafe<_82.EnumValueOptions>;
269
- fromPartial(object: Partial<_82.EnumValueOptions>): _82.EnumValueOptions;
270
- fromProtoMsg(message: _82.EnumValueOptionsProtoMsg): _82.EnumValueOptions;
271
- toProto(message: _82.EnumValueOptions): Uint8Array;
272
- toProtoMsg(message: _82.EnumValueOptions): _82.EnumValueOptionsProtoMsg;
265
+ encode(message: _83.EnumValueOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
266
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.EnumValueOptions;
267
+ fromJSON(object: any): _83.EnumValueOptions;
268
+ toJSON(message: _83.EnumValueOptions): import("../json-safe.js").JsonSafe<_83.EnumValueOptions>;
269
+ fromPartial(object: Partial<_83.EnumValueOptions>): _83.EnumValueOptions;
270
+ fromProtoMsg(message: _83.EnumValueOptionsProtoMsg): _83.EnumValueOptions;
271
+ toProto(message: _83.EnumValueOptions): Uint8Array;
272
+ toProtoMsg(message: _83.EnumValueOptions): _83.EnumValueOptionsProtoMsg;
273
273
  };
274
274
  ServiceOptions: {
275
275
  typeUrl: string;
276
- encode(message: _82.ServiceOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
277
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.ServiceOptions;
278
- fromJSON(object: any): _82.ServiceOptions;
279
- toJSON(message: _82.ServiceOptions): import("../json-safe.js").JsonSafe<_82.ServiceOptions>;
280
- fromPartial(object: Partial<_82.ServiceOptions>): _82.ServiceOptions;
281
- fromProtoMsg(message: _82.ServiceOptionsProtoMsg): _82.ServiceOptions;
282
- toProto(message: _82.ServiceOptions): Uint8Array;
283
- toProtoMsg(message: _82.ServiceOptions): _82.ServiceOptionsProtoMsg;
276
+ encode(message: _83.ServiceOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
277
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.ServiceOptions;
278
+ fromJSON(object: any): _83.ServiceOptions;
279
+ toJSON(message: _83.ServiceOptions): import("../json-safe.js").JsonSafe<_83.ServiceOptions>;
280
+ fromPartial(object: Partial<_83.ServiceOptions>): _83.ServiceOptions;
281
+ fromProtoMsg(message: _83.ServiceOptionsProtoMsg): _83.ServiceOptions;
282
+ toProto(message: _83.ServiceOptions): Uint8Array;
283
+ toProtoMsg(message: _83.ServiceOptions): _83.ServiceOptionsProtoMsg;
284
284
  };
285
285
  MethodOptions: {
286
286
  typeUrl: string;
287
- encode(message: _82.MethodOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
288
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.MethodOptions;
289
- fromJSON(object: any): _82.MethodOptions;
290
- toJSON(message: _82.MethodOptions): import("../json-safe.js").JsonSafe<_82.MethodOptions>;
291
- fromPartial(object: Partial<_82.MethodOptions>): _82.MethodOptions;
292
- fromProtoMsg(message: _82.MethodOptionsProtoMsg): _82.MethodOptions;
293
- toProto(message: _82.MethodOptions): Uint8Array;
294
- toProtoMsg(message: _82.MethodOptions): _82.MethodOptionsProtoMsg;
287
+ encode(message: _83.MethodOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
288
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.MethodOptions;
289
+ fromJSON(object: any): _83.MethodOptions;
290
+ toJSON(message: _83.MethodOptions): import("../json-safe.js").JsonSafe<_83.MethodOptions>;
291
+ fromPartial(object: Partial<_83.MethodOptions>): _83.MethodOptions;
292
+ fromProtoMsg(message: _83.MethodOptionsProtoMsg): _83.MethodOptions;
293
+ toProto(message: _83.MethodOptions): Uint8Array;
294
+ toProtoMsg(message: _83.MethodOptions): _83.MethodOptionsProtoMsg;
295
295
  };
296
296
  UninterpretedOption: {
297
297
  typeUrl: string;
298
- encode(message: _82.UninterpretedOption, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
299
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.UninterpretedOption;
300
- fromJSON(object: any): _82.UninterpretedOption;
301
- toJSON(message: _82.UninterpretedOption): import("../json-safe.js").JsonSafe<_82.UninterpretedOption>;
302
- fromPartial(object: Partial<_82.UninterpretedOption>): _82.UninterpretedOption;
303
- fromProtoMsg(message: _82.UninterpretedOptionProtoMsg): _82.UninterpretedOption;
304
- toProto(message: _82.UninterpretedOption): Uint8Array;
305
- toProtoMsg(message: _82.UninterpretedOption): _82.UninterpretedOptionProtoMsg;
298
+ encode(message: _83.UninterpretedOption, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
299
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.UninterpretedOption;
300
+ fromJSON(object: any): _83.UninterpretedOption;
301
+ toJSON(message: _83.UninterpretedOption): import("../json-safe.js").JsonSafe<_83.UninterpretedOption>;
302
+ fromPartial(object: Partial<_83.UninterpretedOption>): _83.UninterpretedOption;
303
+ fromProtoMsg(message: _83.UninterpretedOptionProtoMsg): _83.UninterpretedOption;
304
+ toProto(message: _83.UninterpretedOption): Uint8Array;
305
+ toProtoMsg(message: _83.UninterpretedOption): _83.UninterpretedOptionProtoMsg;
306
306
  };
307
307
  UninterpretedOption_NamePart: {
308
308
  typeUrl: string;
309
- encode(message: _82.UninterpretedOption_NamePart, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
310
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.UninterpretedOption_NamePart;
311
- fromJSON(object: any): _82.UninterpretedOption_NamePart;
312
- toJSON(message: _82.UninterpretedOption_NamePart): import("../json-safe.js").JsonSafe<_82.UninterpretedOption_NamePart>;
313
- fromPartial(object: Partial<_82.UninterpretedOption_NamePart>): _82.UninterpretedOption_NamePart;
314
- fromProtoMsg(message: _82.UninterpretedOption_NamePartProtoMsg): _82.UninterpretedOption_NamePart;
315
- toProto(message: _82.UninterpretedOption_NamePart): Uint8Array;
316
- toProtoMsg(message: _82.UninterpretedOption_NamePart): _82.UninterpretedOption_NamePartProtoMsg;
309
+ encode(message: _83.UninterpretedOption_NamePart, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
310
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.UninterpretedOption_NamePart;
311
+ fromJSON(object: any): _83.UninterpretedOption_NamePart;
312
+ toJSON(message: _83.UninterpretedOption_NamePart): import("../json-safe.js").JsonSafe<_83.UninterpretedOption_NamePart>;
313
+ fromPartial(object: Partial<_83.UninterpretedOption_NamePart>): _83.UninterpretedOption_NamePart;
314
+ fromProtoMsg(message: _83.UninterpretedOption_NamePartProtoMsg): _83.UninterpretedOption_NamePart;
315
+ toProto(message: _83.UninterpretedOption_NamePart): Uint8Array;
316
+ toProtoMsg(message: _83.UninterpretedOption_NamePart): _83.UninterpretedOption_NamePartProtoMsg;
317
317
  };
318
318
  SourceCodeInfo: {
319
319
  typeUrl: string;
320
- encode(message: _82.SourceCodeInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
321
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.SourceCodeInfo;
322
- fromJSON(object: any): _82.SourceCodeInfo;
323
- toJSON(message: _82.SourceCodeInfo): import("../json-safe.js").JsonSafe<_82.SourceCodeInfo>;
324
- fromPartial(object: Partial<_82.SourceCodeInfo>): _82.SourceCodeInfo;
325
- fromProtoMsg(message: _82.SourceCodeInfoProtoMsg): _82.SourceCodeInfo;
326
- toProto(message: _82.SourceCodeInfo): Uint8Array;
327
- toProtoMsg(message: _82.SourceCodeInfo): _82.SourceCodeInfoProtoMsg;
320
+ encode(message: _83.SourceCodeInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
321
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.SourceCodeInfo;
322
+ fromJSON(object: any): _83.SourceCodeInfo;
323
+ toJSON(message: _83.SourceCodeInfo): import("../json-safe.js").JsonSafe<_83.SourceCodeInfo>;
324
+ fromPartial(object: Partial<_83.SourceCodeInfo>): _83.SourceCodeInfo;
325
+ fromProtoMsg(message: _83.SourceCodeInfoProtoMsg): _83.SourceCodeInfo;
326
+ toProto(message: _83.SourceCodeInfo): Uint8Array;
327
+ toProtoMsg(message: _83.SourceCodeInfo): _83.SourceCodeInfoProtoMsg;
328
328
  };
329
329
  SourceCodeInfo_Location: {
330
330
  typeUrl: string;
331
- encode(message: _82.SourceCodeInfo_Location, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
332
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.SourceCodeInfo_Location;
333
- fromJSON(object: any): _82.SourceCodeInfo_Location;
334
- toJSON(message: _82.SourceCodeInfo_Location): import("../json-safe.js").JsonSafe<_82.SourceCodeInfo_Location>;
335
- fromPartial(object: Partial<_82.SourceCodeInfo_Location>): _82.SourceCodeInfo_Location;
336
- fromProtoMsg(message: _82.SourceCodeInfo_LocationProtoMsg): _82.SourceCodeInfo_Location;
337
- toProto(message: _82.SourceCodeInfo_Location): Uint8Array;
338
- toProtoMsg(message: _82.SourceCodeInfo_Location): _82.SourceCodeInfo_LocationProtoMsg;
331
+ encode(message: _83.SourceCodeInfo_Location, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
332
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.SourceCodeInfo_Location;
333
+ fromJSON(object: any): _83.SourceCodeInfo_Location;
334
+ toJSON(message: _83.SourceCodeInfo_Location): import("../json-safe.js").JsonSafe<_83.SourceCodeInfo_Location>;
335
+ fromPartial(object: Partial<_83.SourceCodeInfo_Location>): _83.SourceCodeInfo_Location;
336
+ fromProtoMsg(message: _83.SourceCodeInfo_LocationProtoMsg): _83.SourceCodeInfo_Location;
337
+ toProto(message: _83.SourceCodeInfo_Location): Uint8Array;
338
+ toProtoMsg(message: _83.SourceCodeInfo_Location): _83.SourceCodeInfo_LocationProtoMsg;
339
339
  };
340
340
  GeneratedCodeInfo: {
341
341
  typeUrl: string;
342
- encode(message: _82.GeneratedCodeInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
343
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.GeneratedCodeInfo;
344
- fromJSON(object: any): _82.GeneratedCodeInfo;
345
- toJSON(message: _82.GeneratedCodeInfo): import("../json-safe.js").JsonSafe<_82.GeneratedCodeInfo>;
346
- fromPartial(object: Partial<_82.GeneratedCodeInfo>): _82.GeneratedCodeInfo;
347
- fromProtoMsg(message: _82.GeneratedCodeInfoProtoMsg): _82.GeneratedCodeInfo;
348
- toProto(message: _82.GeneratedCodeInfo): Uint8Array;
349
- toProtoMsg(message: _82.GeneratedCodeInfo): _82.GeneratedCodeInfoProtoMsg;
342
+ encode(message: _83.GeneratedCodeInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
343
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.GeneratedCodeInfo;
344
+ fromJSON(object: any): _83.GeneratedCodeInfo;
345
+ toJSON(message: _83.GeneratedCodeInfo): import("../json-safe.js").JsonSafe<_83.GeneratedCodeInfo>;
346
+ fromPartial(object: Partial<_83.GeneratedCodeInfo>): _83.GeneratedCodeInfo;
347
+ fromProtoMsg(message: _83.GeneratedCodeInfoProtoMsg): _83.GeneratedCodeInfo;
348
+ toProto(message: _83.GeneratedCodeInfo): Uint8Array;
349
+ toProtoMsg(message: _83.GeneratedCodeInfo): _83.GeneratedCodeInfoProtoMsg;
350
350
  };
351
351
  GeneratedCodeInfo_Annotation: {
352
352
  typeUrl: string;
353
- encode(message: _82.GeneratedCodeInfo_Annotation, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
354
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.GeneratedCodeInfo_Annotation;
355
- fromJSON(object: any): _82.GeneratedCodeInfo_Annotation;
356
- toJSON(message: _82.GeneratedCodeInfo_Annotation): import("../json-safe.js").JsonSafe<_82.GeneratedCodeInfo_Annotation>;
357
- fromPartial(object: Partial<_82.GeneratedCodeInfo_Annotation>): _82.GeneratedCodeInfo_Annotation;
358
- fromProtoMsg(message: _82.GeneratedCodeInfo_AnnotationProtoMsg): _82.GeneratedCodeInfo_Annotation;
359
- toProto(message: _82.GeneratedCodeInfo_Annotation): Uint8Array;
360
- toProtoMsg(message: _82.GeneratedCodeInfo_Annotation): _82.GeneratedCodeInfo_AnnotationProtoMsg;
353
+ encode(message: _83.GeneratedCodeInfo_Annotation, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
354
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _83.GeneratedCodeInfo_Annotation;
355
+ fromJSON(object: any): _83.GeneratedCodeInfo_Annotation;
356
+ toJSON(message: _83.GeneratedCodeInfo_Annotation): import("../json-safe.js").JsonSafe<_83.GeneratedCodeInfo_Annotation>;
357
+ fromPartial(object: Partial<_83.GeneratedCodeInfo_Annotation>): _83.GeneratedCodeInfo_Annotation;
358
+ fromProtoMsg(message: _83.GeneratedCodeInfo_AnnotationProtoMsg): _83.GeneratedCodeInfo_Annotation;
359
+ toProto(message: _83.GeneratedCodeInfo_Annotation): Uint8Array;
360
+ toProtoMsg(message: _83.GeneratedCodeInfo_Annotation): _83.GeneratedCodeInfo_AnnotationProtoMsg;
361
361
  };
362
362
  Any: {
363
363
  typeUrl: string;
364
- encode(message: _81.Any, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
365
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _81.Any;
366
- fromJSON(object: any): _81.Any;
367
- toJSON(message: _81.Any): import("../json-safe.js").JsonSafe<_81.Any>;
368
- fromPartial(object: Partial<_81.Any>): _81.Any;
369
- fromProtoMsg(message: _81.AnyProtoMsg): _81.Any;
370
- toProto(message: _81.Any): Uint8Array;
371
- toProtoMsg(message: _81.Any): _81.AnyProtoMsg;
364
+ encode(message: _82.Any, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
365
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _82.Any;
366
+ fromJSON(object: any): _82.Any;
367
+ toJSON(message: _82.Any): import("../json-safe.js").JsonSafe<_82.Any>;
368
+ fromPartial(object: Partial<_82.Any>): _82.Any;
369
+ fromProtoMsg(message: _82.AnyProtoMsg): _82.Any;
370
+ toProto(message: _82.Any): Uint8Array;
371
+ toProtoMsg(message: _82.Any): _82.AnyProtoMsg;
372
372
  };
373
373
  };
374
374
  }