atlas.js-protos 0.1.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 (195) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +85 -0
  3. package/dist/filetree/index.d.ts +2 -0
  4. package/dist/filetree/index.js +8 -0
  5. package/dist/filetree/index.mjs +3 -0
  6. package/dist/filetree/query.d.ts +1 -0
  7. package/dist/filetree/query.js +13 -0
  8. package/dist/filetree/query.mjs +2 -0
  9. package/dist/filetree/tx.d.ts +1 -0
  10. package/dist/filetree/tx.js +11 -0
  11. package/dist/filetree/tx.mjs +2 -0
  12. package/dist/index.d.ts +1 -0
  13. package/dist/index.js +17 -0
  14. package/dist/index.mjs +1 -0
  15. package/dist/storage/index.d.ts +5 -0
  16. package/dist/storage/index.js +16 -0
  17. package/dist/storage/index.mjs +6 -0
  18. package/dist/storage/query.d.ts +1 -0
  19. package/dist/storage/query.js +27 -0
  20. package/dist/storage/query.mjs +2 -0
  21. package/dist/storage/tx.d.ts +1 -0
  22. package/dist/storage/tx.js +21 -0
  23. package/dist/storage/tx.mjs +2 -0
  24. package/dist/types/amino/amino.d.ts +1 -0
  25. package/dist/types/amino/amino.js +2 -0
  26. package/dist/types/amino/amino.mjs +1 -0
  27. package/dist/types/amino/bundle.d.ts +1 -0
  28. package/dist/types/amino/bundle.js +41 -0
  29. package/dist/types/amino/bundle.mjs +5 -0
  30. package/dist/types/atlas/bundle.d.ts +905 -0
  31. package/dist/types/atlas/bundle.js +98 -0
  32. package/dist/types/atlas/bundle.mjs +62 -0
  33. package/dist/types/atlas/filetree/v1/genesis.d.ts +45 -0
  34. package/dist/types/atlas/filetree/v1/genesis.js +107 -0
  35. package/dist/types/atlas/filetree/v1/genesis.mjs +71 -0
  36. package/dist/types/atlas/filetree/v1/params.d.ts +40 -0
  37. package/dist/types/atlas/filetree/v1/params.js +94 -0
  38. package/dist/types/atlas/filetree/v1/params.mjs +58 -0
  39. package/dist/types/atlas/filetree/v1/query.d.ts +330 -0
  40. package/dist/types/atlas/filetree/v1/query.js +567 -0
  41. package/dist/types/atlas/filetree/v1/query.mjs +531 -0
  42. package/dist/types/atlas/filetree/v1/query.rpc.Query.d.ts +28 -0
  43. package/dist/types/atlas/filetree/v1/query.rpc.Query.js +89 -0
  44. package/dist/types/atlas/filetree/v1/query.rpc.Query.mjs +51 -0
  45. package/dist/types/atlas/filetree/v1/query.rpc.func.d.ts +29 -0
  46. package/dist/types/atlas/filetree/v1/query.rpc.func.js +58 -0
  47. package/dist/types/atlas/filetree/v1/query.rpc.func.mjs +55 -0
  48. package/dist/types/atlas/filetree/v1/tree.d.ts +44 -0
  49. package/dist/types/atlas/filetree/v1/tree.js +124 -0
  50. package/dist/types/atlas/filetree/v1/tree.mjs +88 -0
  51. package/dist/types/atlas/filetree/v1/tx.d.ts +260 -0
  52. package/dist/types/atlas/filetree/v1/tx.js +449 -0
  53. package/dist/types/atlas/filetree/v1/tx.mjs +413 -0
  54. package/dist/types/atlas/filetree/v1/tx.rpc.func.d.ts +23 -0
  55. package/dist/types/atlas/filetree/v1/tx.rpc.func.js +34 -0
  56. package/dist/types/atlas/filetree/v1/tx.rpc.func.mjs +31 -0
  57. package/dist/types/atlas/filetree/v1/tx.rpc.msg.d.ts +22 -0
  58. package/dist/types/atlas/filetree/v1/tx.rpc.msg.js +67 -0
  59. package/dist/types/atlas/filetree/v1/tx.rpc.msg.mjs +29 -0
  60. package/dist/types/atlas/rpc.query.d.ts +49 -0
  61. package/dist/types/atlas/rpc.query.js +59 -0
  62. package/dist/types/atlas/rpc.query.mjs +22 -0
  63. package/dist/types/atlas/rpc.tx.d.ts +18 -0
  64. package/dist/types/atlas/rpc.tx.js +52 -0
  65. package/dist/types/atlas/rpc.tx.mjs +15 -0
  66. package/dist/types/atlas/storage/v1/file.d.ts +59 -0
  67. package/dist/types/atlas/storage/v1/file.js +173 -0
  68. package/dist/types/atlas/storage/v1/file.mjs +137 -0
  69. package/dist/types/atlas/storage/v1/genesis.d.ts +45 -0
  70. package/dist/types/atlas/storage/v1/genesis.js +107 -0
  71. package/dist/types/atlas/storage/v1/genesis.mjs +71 -0
  72. package/dist/types/atlas/storage/v1/params.d.ts +48 -0
  73. package/dist/types/atlas/storage/v1/params.js +127 -0
  74. package/dist/types/atlas/storage/v1/params.mjs +91 -0
  75. package/dist/types/atlas/storage/v1/proof.d.ts +145 -0
  76. package/dist/types/atlas/storage/v1/proof.js +318 -0
  77. package/dist/types/atlas/storage/v1/proof.mjs +282 -0
  78. package/dist/types/atlas/storage/v1/provider.d.ts +51 -0
  79. package/dist/types/atlas/storage/v1/provider.js +141 -0
  80. package/dist/types/atlas/storage/v1/provider.mjs +105 -0
  81. package/dist/types/atlas/storage/v1/query.d.ts +914 -0
  82. package/dist/types/atlas/storage/v1/query.js +1570 -0
  83. package/dist/types/atlas/storage/v1/query.mjs +1534 -0
  84. package/dist/types/atlas/storage/v1/query.rpc.Query.d.ts +56 -0
  85. package/dist/types/atlas/storage/v1/query.rpc.Query.js +154 -0
  86. package/dist/types/atlas/storage/v1/query.rpc.Query.mjs +116 -0
  87. package/dist/types/atlas/storage/v1/query.rpc.func.d.ts +78 -0
  88. package/dist/types/atlas/storage/v1/query.rpc.func.js +149 -0
  89. package/dist/types/atlas/storage/v1/query.rpc.func.mjs +146 -0
  90. package/dist/types/atlas/storage/v1/subscription.d.ts +55 -0
  91. package/dist/types/atlas/storage/v1/subscription.js +159 -0
  92. package/dist/types/atlas/storage/v1/subscription.mjs +123 -0
  93. package/dist/types/atlas/storage/v1/tx.d.ts +694 -0
  94. package/dist/types/atlas/storage/v1/tx.js +1203 -0
  95. package/dist/types/atlas/storage/v1/tx.mjs +1167 -0
  96. package/dist/types/atlas/storage/v1/tx.rpc.func.d.ts +56 -0
  97. package/dist/types/atlas/storage/v1/tx.rpc.func.js +77 -0
  98. package/dist/types/atlas/storage/v1/tx.rpc.func.mjs +74 -0
  99. package/dist/types/atlas/storage/v1/tx.rpc.msg.d.ts +35 -0
  100. package/dist/types/atlas/storage/v1/tx.rpc.msg.js +97 -0
  101. package/dist/types/atlas/storage/v1/tx.rpc.msg.mjs +59 -0
  102. package/dist/types/cosmos/bank/v1beta1/authz.d.ts +62 -0
  103. package/dist/types/cosmos/bank/v1beta1/authz.js +123 -0
  104. package/dist/types/cosmos/bank/v1beta1/authz.mjs +87 -0
  105. package/dist/types/cosmos/bank/v1beta1/bank.d.ts +391 -0
  106. package/dist/types/cosmos/bank/v1beta1/bank.js +626 -0
  107. package/dist/types/cosmos/bank/v1beta1/bank.mjs +590 -0
  108. package/dist/types/cosmos/bank/v1beta1/genesis.d.ts +122 -0
  109. package/dist/types/cosmos/bank/v1beta1/genesis.js +224 -0
  110. package/dist/types/cosmos/bank/v1beta1/genesis.mjs +188 -0
  111. package/dist/types/cosmos/bank/v1beta1/query.d.ts +1377 -0
  112. package/dist/types/cosmos/bank/v1beta1/query.js +2038 -0
  113. package/dist/types/cosmos/bank/v1beta1/query.mjs +2002 -0
  114. package/dist/types/cosmos/bank/v1beta1/query.rpc.Query.d.ts +119 -0
  115. package/dist/types/cosmos/bank/v1beta1/query.rpc.Query.js +174 -0
  116. package/dist/types/cosmos/bank/v1beta1/query.rpc.Query.mjs +136 -0
  117. package/dist/types/cosmos/bank/v1beta1/query.rpc.func.d.ts +129 -0
  118. package/dist/types/cosmos/bank/v1beta1/query.rpc.func.js +212 -0
  119. package/dist/types/cosmos/bank/v1beta1/query.rpc.func.mjs +209 -0
  120. package/dist/types/cosmos/bank/v1beta1/tx.d.ts +398 -0
  121. package/dist/types/cosmos/bank/v1beta1/tx.js +599 -0
  122. package/dist/types/cosmos/bank/v1beta1/tx.mjs +563 -0
  123. package/dist/types/cosmos/bank/v1beta1/tx.rpc.func.d.ts +37 -0
  124. package/dist/types/cosmos/bank/v1beta1/tx.rpc.func.js +50 -0
  125. package/dist/types/cosmos/bank/v1beta1/tx.rpc.func.mjs +47 -0
  126. package/dist/types/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +34 -0
  127. package/dist/types/cosmos/bank/v1beta1/tx.rpc.msg.js +73 -0
  128. package/dist/types/cosmos/bank/v1beta1/tx.rpc.msg.mjs +35 -0
  129. package/dist/types/cosmos/base/query/v1beta1/pagination.d.ts +163 -0
  130. package/dist/types/cosmos/base/query/v1beta1/pagination.js +219 -0
  131. package/dist/types/cosmos/base/query/v1beta1/pagination.mjs +183 -0
  132. package/dist/types/cosmos/base/v1beta1/coin.d.ts +193 -0
  133. package/dist/types/cosmos/base/v1beta1/coin.js +320 -0
  134. package/dist/types/cosmos/base/v1beta1/coin.mjs +284 -0
  135. package/dist/types/cosmos/bundle.d.ts +761 -0
  136. package/dist/types/cosmos/bundle.js +97 -0
  137. package/dist/types/cosmos/bundle.mjs +61 -0
  138. package/dist/types/cosmos/msg/v1/msg.d.ts +1 -0
  139. package/dist/types/cosmos/msg/v1/msg.js +2 -0
  140. package/dist/types/cosmos/msg/v1/msg.mjs +1 -0
  141. package/dist/types/cosmos/query/v1/query.d.ts +1 -0
  142. package/dist/types/cosmos/query/v1/query.js +2 -0
  143. package/dist/types/cosmos/query/v1/query.mjs +1 -0
  144. package/dist/types/cosmos/rpc.query.d.ts +24 -0
  145. package/dist/types/cosmos/rpc.query.js +51 -0
  146. package/dist/types/cosmos/rpc.query.mjs +14 -0
  147. package/dist/types/cosmos/rpc.tx.d.ts +10 -0
  148. package/dist/types/cosmos/rpc.tx.js +44 -0
  149. package/dist/types/cosmos/rpc.tx.mjs +7 -0
  150. package/dist/types/cosmos_proto/bundle.d.ts +31 -0
  151. package/dist/types/cosmos_proto/bundle.js +41 -0
  152. package/dist/types/cosmos_proto/bundle.mjs +5 -0
  153. package/dist/types/cosmos_proto/cosmos.d.ts +144 -0
  154. package/dist/types/cosmos_proto/cosmos.js +244 -0
  155. package/dist/types/cosmos_proto/cosmos.mjs +206 -0
  156. package/dist/types/extern.d.ts +11 -0
  157. package/dist/types/extern.js +47 -0
  158. package/dist/types/extern.mjs +41 -0
  159. package/dist/types/gogoproto/bundle.d.ts +1 -0
  160. package/dist/types/gogoproto/bundle.js +41 -0
  161. package/dist/types/gogoproto/bundle.mjs +5 -0
  162. package/dist/types/gogoproto/gogo.d.ts +1 -0
  163. package/dist/types/gogoproto/gogo.js +2 -0
  164. package/dist/types/gogoproto/gogo.mjs +1 -0
  165. package/dist/types/google/api/annotations.d.ts +1 -0
  166. package/dist/types/google/api/annotations.js +2 -0
  167. package/dist/types/google/api/annotations.mjs +1 -0
  168. package/dist/types/google/api/http.d.ts +1006 -0
  169. package/dist/types/google/api/http.js +589 -0
  170. package/dist/types/google/api/http.mjs +553 -0
  171. package/dist/types/google/bundle.d.ts +545 -0
  172. package/dist/types/google/bundle.js +52 -0
  173. package/dist/types/google/bundle.mjs +16 -0
  174. package/dist/types/google/protobuf/descriptor.d.ts +2755 -0
  175. package/dist/types/google/protobuf/descriptor.js +4612 -0
  176. package/dist/types/google/protobuf/descriptor.mjs +4535 -0
  177. package/dist/types/google/protobuf/timestamp.d.ts +319 -0
  178. package/dist/types/google/protobuf/timestamp.js +197 -0
  179. package/dist/types/google/protobuf/timestamp.mjs +161 -0
  180. package/dist/types/helper-func-types.d.ts +40 -0
  181. package/dist/types/helper-func-types.js +57 -0
  182. package/dist/types/helper-func-types.mjs +53 -0
  183. package/dist/types/helpers.d.ts +56 -0
  184. package/dist/types/helpers.js +161 -0
  185. package/dist/types/helpers.mjs +110 -0
  186. package/dist/types/index.d.ts +15 -0
  187. package/dist/types/index.js +32 -0
  188. package/dist/types/index.mjs +16 -0
  189. package/dist/types/registry.d.ts +35 -0
  190. package/dist/types/registry.js +200 -0
  191. package/dist/types/registry.mjs +163 -0
  192. package/dist/types/types.d.ts +74 -0
  193. package/dist/types/types.js +8 -0
  194. package/dist/types/types.mjs +7 -0
  195. package/package.json +97 -0
@@ -0,0 +1,545 @@
1
+ import * as _26 from "./api/http";
2
+ import * as _27 from "./protobuf/descriptor";
3
+ import * as _28 from "./protobuf/timestamp";
4
+ export declare namespace google {
5
+ const api: {
6
+ Http: {
7
+ typeUrl: string;
8
+ is(o: any): o is _26.Http;
9
+ isSDK(o: any): o is _26.HttpSDKType;
10
+ encode(message: _26.Http, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
11
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _26.Http;
12
+ fromPartial(object: Partial<_26.Http>): _26.Http;
13
+ fromProtoMsg(message: _26.HttpProtoMsg): _26.Http;
14
+ toProto(message: _26.Http): Uint8Array;
15
+ toProtoMsg(message: _26.Http): _26.HttpProtoMsg;
16
+ registerTypeUrl(): void;
17
+ };
18
+ HttpRule: {
19
+ typeUrl: string;
20
+ is(o: any): o is _26.HttpRule;
21
+ isSDK(o: any): o is _26.HttpRuleSDKType;
22
+ encode(message: _26.HttpRule, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
23
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _26.HttpRule;
24
+ fromPartial(object: Partial<_26.HttpRule>): _26.HttpRule;
25
+ fromProtoMsg(message: _26.HttpRuleProtoMsg): _26.HttpRule;
26
+ toProto(message: _26.HttpRule): Uint8Array;
27
+ toProtoMsg(message: _26.HttpRule): _26.HttpRuleProtoMsg;
28
+ registerTypeUrl(): void;
29
+ };
30
+ CustomHttpPattern: {
31
+ typeUrl: string;
32
+ is(o: any): o is _26.CustomHttpPattern;
33
+ isSDK(o: any): o is _26.CustomHttpPatternSDKType;
34
+ encode(message: _26.CustomHttpPattern, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
35
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _26.CustomHttpPattern;
36
+ fromPartial(object: Partial<_26.CustomHttpPattern>): _26.CustomHttpPattern;
37
+ fromProtoMsg(message: _26.CustomHttpPatternProtoMsg): _26.CustomHttpPattern;
38
+ toProto(message: _26.CustomHttpPattern): Uint8Array;
39
+ toProtoMsg(message: _26.CustomHttpPattern): _26.CustomHttpPatternProtoMsg;
40
+ registerTypeUrl(): void;
41
+ };
42
+ };
43
+ const protobuf: {
44
+ Timestamp: {
45
+ typeUrl: string;
46
+ is(o: any): o is _28.Timestamp;
47
+ isSDK(o: any): o is _28.TimestampSDKType;
48
+ encode(message: _28.Timestamp, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
49
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _28.Timestamp;
50
+ fromPartial(object: Partial<_28.Timestamp>): _28.Timestamp;
51
+ fromProtoMsg(message: _28.TimestampProtoMsg): _28.Timestamp;
52
+ toProto(message: _28.Timestamp): Uint8Array;
53
+ toProtoMsg(message: _28.Timestamp): _28.TimestampProtoMsg;
54
+ registerTypeUrl(): void;
55
+ };
56
+ editionFromJSON(object: any): _27.Edition;
57
+ editionToJSON(object: _27.Edition): string;
58
+ extensionRangeOptions_VerificationStateFromJSON(object: any): _27.ExtensionRangeOptions_VerificationState;
59
+ extensionRangeOptions_VerificationStateToJSON(object: _27.ExtensionRangeOptions_VerificationState): string;
60
+ fieldDescriptorProto_TypeFromJSON(object: any): _27.FieldDescriptorProto_Type;
61
+ fieldDescriptorProto_TypeToJSON(object: _27.FieldDescriptorProto_Type): string;
62
+ fieldDescriptorProto_LabelFromJSON(object: any): _27.FieldDescriptorProto_Label;
63
+ fieldDescriptorProto_LabelToJSON(object: _27.FieldDescriptorProto_Label): string;
64
+ fileOptions_OptimizeModeFromJSON(object: any): _27.FileOptions_OptimizeMode;
65
+ fileOptions_OptimizeModeToJSON(object: _27.FileOptions_OptimizeMode): string;
66
+ fieldOptions_CTypeFromJSON(object: any): _27.FieldOptions_CType;
67
+ fieldOptions_CTypeToJSON(object: _27.FieldOptions_CType): string;
68
+ fieldOptions_JSTypeFromJSON(object: any): _27.FieldOptions_JSType;
69
+ fieldOptions_JSTypeToJSON(object: _27.FieldOptions_JSType): string;
70
+ fieldOptions_OptionRetentionFromJSON(object: any): _27.FieldOptions_OptionRetention;
71
+ fieldOptions_OptionRetentionToJSON(object: _27.FieldOptions_OptionRetention): string;
72
+ fieldOptions_OptionTargetTypeFromJSON(object: any): _27.FieldOptions_OptionTargetType;
73
+ fieldOptions_OptionTargetTypeToJSON(object: _27.FieldOptions_OptionTargetType): string;
74
+ methodOptions_IdempotencyLevelFromJSON(object: any): _27.MethodOptions_IdempotencyLevel;
75
+ methodOptions_IdempotencyLevelToJSON(object: _27.MethodOptions_IdempotencyLevel): string;
76
+ featureSet_FieldPresenceFromJSON(object: any): _27.FeatureSet_FieldPresence;
77
+ featureSet_FieldPresenceToJSON(object: _27.FeatureSet_FieldPresence): string;
78
+ featureSet_EnumTypeFromJSON(object: any): _27.FeatureSet_EnumType;
79
+ featureSet_EnumTypeToJSON(object: _27.FeatureSet_EnumType): string;
80
+ featureSet_RepeatedFieldEncodingFromJSON(object: any): _27.FeatureSet_RepeatedFieldEncoding;
81
+ featureSet_RepeatedFieldEncodingToJSON(object: _27.FeatureSet_RepeatedFieldEncoding): string;
82
+ featureSet_Utf8ValidationFromJSON(object: any): _27.FeatureSet_Utf8Validation;
83
+ featureSet_Utf8ValidationToJSON(object: _27.FeatureSet_Utf8Validation): string;
84
+ featureSet_MessageEncodingFromJSON(object: any): _27.FeatureSet_MessageEncoding;
85
+ featureSet_MessageEncodingToJSON(object: _27.FeatureSet_MessageEncoding): string;
86
+ featureSet_JsonFormatFromJSON(object: any): _27.FeatureSet_JsonFormat;
87
+ featureSet_JsonFormatToJSON(object: _27.FeatureSet_JsonFormat): string;
88
+ featureSet_EnforceNamingStyleFromJSON(object: any): _27.FeatureSet_EnforceNamingStyle;
89
+ featureSet_EnforceNamingStyleToJSON(object: _27.FeatureSet_EnforceNamingStyle): string;
90
+ featureSet_VisibilityFeature_DefaultSymbolVisibilityFromJSON(object: any): _27.FeatureSet_VisibilityFeature_DefaultSymbolVisibility;
91
+ featureSet_VisibilityFeature_DefaultSymbolVisibilityToJSON(object: _27.FeatureSet_VisibilityFeature_DefaultSymbolVisibility): string;
92
+ generatedCodeInfo_Annotation_SemanticFromJSON(object: any): _27.GeneratedCodeInfo_Annotation_Semantic;
93
+ generatedCodeInfo_Annotation_SemanticToJSON(object: _27.GeneratedCodeInfo_Annotation_Semantic): string;
94
+ symbolVisibilityFromJSON(object: any): _27.SymbolVisibility;
95
+ symbolVisibilityToJSON(object: _27.SymbolVisibility): string;
96
+ Edition: typeof _27.Edition;
97
+ EditionSDKType: typeof _27.Edition;
98
+ ExtensionRangeOptions_VerificationState: typeof _27.ExtensionRangeOptions_VerificationState;
99
+ ExtensionRangeOptions_VerificationStateSDKType: typeof _27.ExtensionRangeOptions_VerificationState;
100
+ FieldDescriptorProto_Type: typeof _27.FieldDescriptorProto_Type;
101
+ FieldDescriptorProto_TypeSDKType: typeof _27.FieldDescriptorProto_Type;
102
+ FieldDescriptorProto_Label: typeof _27.FieldDescriptorProto_Label;
103
+ FieldDescriptorProto_LabelSDKType: typeof _27.FieldDescriptorProto_Label;
104
+ FileOptions_OptimizeMode: typeof _27.FileOptions_OptimizeMode;
105
+ FileOptions_OptimizeModeSDKType: typeof _27.FileOptions_OptimizeMode;
106
+ FieldOptions_CType: typeof _27.FieldOptions_CType;
107
+ FieldOptions_CTypeSDKType: typeof _27.FieldOptions_CType;
108
+ FieldOptions_JSType: typeof _27.FieldOptions_JSType;
109
+ FieldOptions_JSTypeSDKType: typeof _27.FieldOptions_JSType;
110
+ FieldOptions_OptionRetention: typeof _27.FieldOptions_OptionRetention;
111
+ FieldOptions_OptionRetentionSDKType: typeof _27.FieldOptions_OptionRetention;
112
+ FieldOptions_OptionTargetType: typeof _27.FieldOptions_OptionTargetType;
113
+ FieldOptions_OptionTargetTypeSDKType: typeof _27.FieldOptions_OptionTargetType;
114
+ MethodOptions_IdempotencyLevel: typeof _27.MethodOptions_IdempotencyLevel;
115
+ MethodOptions_IdempotencyLevelSDKType: typeof _27.MethodOptions_IdempotencyLevel;
116
+ FeatureSet_FieldPresence: typeof _27.FeatureSet_FieldPresence;
117
+ FeatureSet_FieldPresenceSDKType: typeof _27.FeatureSet_FieldPresence;
118
+ FeatureSet_EnumType: typeof _27.FeatureSet_EnumType;
119
+ FeatureSet_EnumTypeSDKType: typeof _27.FeatureSet_EnumType;
120
+ FeatureSet_RepeatedFieldEncoding: typeof _27.FeatureSet_RepeatedFieldEncoding;
121
+ FeatureSet_RepeatedFieldEncodingSDKType: typeof _27.FeatureSet_RepeatedFieldEncoding;
122
+ FeatureSet_Utf8Validation: typeof _27.FeatureSet_Utf8Validation;
123
+ FeatureSet_Utf8ValidationSDKType: typeof _27.FeatureSet_Utf8Validation;
124
+ FeatureSet_MessageEncoding: typeof _27.FeatureSet_MessageEncoding;
125
+ FeatureSet_MessageEncodingSDKType: typeof _27.FeatureSet_MessageEncoding;
126
+ FeatureSet_JsonFormat: typeof _27.FeatureSet_JsonFormat;
127
+ FeatureSet_JsonFormatSDKType: typeof _27.FeatureSet_JsonFormat;
128
+ FeatureSet_EnforceNamingStyle: typeof _27.FeatureSet_EnforceNamingStyle;
129
+ FeatureSet_EnforceNamingStyleSDKType: typeof _27.FeatureSet_EnforceNamingStyle;
130
+ FeatureSet_VisibilityFeature_DefaultSymbolVisibility: typeof _27.FeatureSet_VisibilityFeature_DefaultSymbolVisibility;
131
+ FeatureSet_VisibilityFeature_DefaultSymbolVisibilitySDKType: typeof _27.FeatureSet_VisibilityFeature_DefaultSymbolVisibility;
132
+ GeneratedCodeInfo_Annotation_Semantic: typeof _27.GeneratedCodeInfo_Annotation_Semantic;
133
+ GeneratedCodeInfo_Annotation_SemanticSDKType: typeof _27.GeneratedCodeInfo_Annotation_Semantic;
134
+ SymbolVisibility: typeof _27.SymbolVisibility;
135
+ SymbolVisibilitySDKType: typeof _27.SymbolVisibility;
136
+ FileDescriptorSet: {
137
+ typeUrl: string;
138
+ is(o: any): o is _27.FileDescriptorSet;
139
+ isSDK(o: any): o is _27.FileDescriptorSetSDKType;
140
+ encode(message: _27.FileDescriptorSet, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
141
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.FileDescriptorSet;
142
+ fromPartial(object: Partial<_27.FileDescriptorSet>): _27.FileDescriptorSet;
143
+ fromProtoMsg(message: _27.FileDescriptorSetProtoMsg): _27.FileDescriptorSet;
144
+ toProto(message: _27.FileDescriptorSet): Uint8Array;
145
+ toProtoMsg(message: _27.FileDescriptorSet): _27.FileDescriptorSetProtoMsg;
146
+ registerTypeUrl(): void;
147
+ };
148
+ FileDescriptorProto: {
149
+ typeUrl: string;
150
+ is(o: any): o is _27.FileDescriptorProto;
151
+ isSDK(o: any): o is _27.FileDescriptorProtoSDKType;
152
+ encode(message: _27.FileDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
153
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.FileDescriptorProto;
154
+ fromPartial(object: Partial<_27.FileDescriptorProto>): _27.FileDescriptorProto;
155
+ fromProtoMsg(message: _27.FileDescriptorProtoProtoMsg): _27.FileDescriptorProto;
156
+ toProto(message: _27.FileDescriptorProto): Uint8Array;
157
+ toProtoMsg(message: _27.FileDescriptorProto): _27.FileDescriptorProtoProtoMsg;
158
+ registerTypeUrl(): void;
159
+ };
160
+ DescriptorProto: {
161
+ typeUrl: string;
162
+ is(o: any): o is _27.DescriptorProto;
163
+ isSDK(o: any): o is _27.DescriptorProtoSDKType;
164
+ encode(message: _27.DescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
165
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.DescriptorProto;
166
+ fromPartial(object: Partial<_27.DescriptorProto>): _27.DescriptorProto;
167
+ fromProtoMsg(message: _27.DescriptorProtoProtoMsg): _27.DescriptorProto;
168
+ toProto(message: _27.DescriptorProto): Uint8Array;
169
+ toProtoMsg(message: _27.DescriptorProto): _27.DescriptorProtoProtoMsg;
170
+ registerTypeUrl(): void;
171
+ };
172
+ DescriptorProto_ExtensionRange: {
173
+ typeUrl: string;
174
+ is(o: any): o is _27.DescriptorProto_ExtensionRange;
175
+ isSDK(o: any): o is _27.DescriptorProto_ExtensionRangeSDKType;
176
+ encode(message: _27.DescriptorProto_ExtensionRange, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
177
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.DescriptorProto_ExtensionRange;
178
+ fromPartial(object: Partial<_27.DescriptorProto_ExtensionRange>): _27.DescriptorProto_ExtensionRange;
179
+ fromProtoMsg(message: _27.DescriptorProto_ExtensionRangeProtoMsg): _27.DescriptorProto_ExtensionRange;
180
+ toProto(message: _27.DescriptorProto_ExtensionRange): Uint8Array;
181
+ toProtoMsg(message: _27.DescriptorProto_ExtensionRange): _27.DescriptorProto_ExtensionRangeProtoMsg;
182
+ registerTypeUrl(): void;
183
+ };
184
+ DescriptorProto_ReservedRange: {
185
+ typeUrl: string;
186
+ is(o: any): o is _27.DescriptorProto_ReservedRange;
187
+ isSDK(o: any): o is _27.DescriptorProto_ReservedRangeSDKType;
188
+ encode(message: _27.DescriptorProto_ReservedRange, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
189
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.DescriptorProto_ReservedRange;
190
+ fromPartial(object: Partial<_27.DescriptorProto_ReservedRange>): _27.DescriptorProto_ReservedRange;
191
+ fromProtoMsg(message: _27.DescriptorProto_ReservedRangeProtoMsg): _27.DescriptorProto_ReservedRange;
192
+ toProto(message: _27.DescriptorProto_ReservedRange): Uint8Array;
193
+ toProtoMsg(message: _27.DescriptorProto_ReservedRange): _27.DescriptorProto_ReservedRangeProtoMsg;
194
+ registerTypeUrl(): void;
195
+ };
196
+ ExtensionRangeOptions: {
197
+ typeUrl: string;
198
+ is(o: any): o is _27.ExtensionRangeOptions;
199
+ isSDK(o: any): o is _27.ExtensionRangeOptionsSDKType;
200
+ encode(message: _27.ExtensionRangeOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
201
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.ExtensionRangeOptions;
202
+ fromPartial(object: Partial<_27.ExtensionRangeOptions>): _27.ExtensionRangeOptions;
203
+ fromProtoMsg(message: _27.ExtensionRangeOptionsProtoMsg): _27.ExtensionRangeOptions;
204
+ toProto(message: _27.ExtensionRangeOptions): Uint8Array;
205
+ toProtoMsg(message: _27.ExtensionRangeOptions): _27.ExtensionRangeOptionsProtoMsg;
206
+ registerTypeUrl(): void;
207
+ };
208
+ ExtensionRangeOptions_Declaration: {
209
+ typeUrl: string;
210
+ is(o: any): o is _27.ExtensionRangeOptions_Declaration;
211
+ isSDK(o: any): o is _27.ExtensionRangeOptions_DeclarationSDKType;
212
+ encode(message: _27.ExtensionRangeOptions_Declaration, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
213
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.ExtensionRangeOptions_Declaration;
214
+ fromPartial(object: Partial<_27.ExtensionRangeOptions_Declaration>): _27.ExtensionRangeOptions_Declaration;
215
+ fromProtoMsg(message: _27.ExtensionRangeOptions_DeclarationProtoMsg): _27.ExtensionRangeOptions_Declaration;
216
+ toProto(message: _27.ExtensionRangeOptions_Declaration): Uint8Array;
217
+ toProtoMsg(message: _27.ExtensionRangeOptions_Declaration): _27.ExtensionRangeOptions_DeclarationProtoMsg;
218
+ registerTypeUrl(): void;
219
+ };
220
+ FieldDescriptorProto: {
221
+ typeUrl: string;
222
+ is(o: any): o is _27.FieldDescriptorProto;
223
+ isSDK(o: any): o is _27.FieldDescriptorProtoSDKType;
224
+ encode(message: _27.FieldDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
225
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.FieldDescriptorProto;
226
+ fromPartial(object: Partial<_27.FieldDescriptorProto>): _27.FieldDescriptorProto;
227
+ fromProtoMsg(message: _27.FieldDescriptorProtoProtoMsg): _27.FieldDescriptorProto;
228
+ toProto(message: _27.FieldDescriptorProto): Uint8Array;
229
+ toProtoMsg(message: _27.FieldDescriptorProto): _27.FieldDescriptorProtoProtoMsg;
230
+ registerTypeUrl(): void;
231
+ };
232
+ OneofDescriptorProto: {
233
+ typeUrl: string;
234
+ is(o: any): o is _27.OneofDescriptorProto;
235
+ isSDK(o: any): o is _27.OneofDescriptorProtoSDKType;
236
+ encode(message: _27.OneofDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
237
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.OneofDescriptorProto;
238
+ fromPartial(object: Partial<_27.OneofDescriptorProto>): _27.OneofDescriptorProto;
239
+ fromProtoMsg(message: _27.OneofDescriptorProtoProtoMsg): _27.OneofDescriptorProto;
240
+ toProto(message: _27.OneofDescriptorProto): Uint8Array;
241
+ toProtoMsg(message: _27.OneofDescriptorProto): _27.OneofDescriptorProtoProtoMsg;
242
+ registerTypeUrl(): void;
243
+ };
244
+ EnumDescriptorProto: {
245
+ typeUrl: string;
246
+ is(o: any): o is _27.EnumDescriptorProto;
247
+ isSDK(o: any): o is _27.EnumDescriptorProtoSDKType;
248
+ encode(message: _27.EnumDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
249
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.EnumDescriptorProto;
250
+ fromPartial(object: Partial<_27.EnumDescriptorProto>): _27.EnumDescriptorProto;
251
+ fromProtoMsg(message: _27.EnumDescriptorProtoProtoMsg): _27.EnumDescriptorProto;
252
+ toProto(message: _27.EnumDescriptorProto): Uint8Array;
253
+ toProtoMsg(message: _27.EnumDescriptorProto): _27.EnumDescriptorProtoProtoMsg;
254
+ registerTypeUrl(): void;
255
+ };
256
+ EnumDescriptorProto_EnumReservedRange: {
257
+ typeUrl: string;
258
+ is(o: any): o is _27.EnumDescriptorProto_EnumReservedRange;
259
+ isSDK(o: any): o is _27.EnumDescriptorProto_EnumReservedRangeSDKType;
260
+ encode(message: _27.EnumDescriptorProto_EnumReservedRange, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
261
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.EnumDescriptorProto_EnumReservedRange;
262
+ fromPartial(object: Partial<_27.EnumDescriptorProto_EnumReservedRange>): _27.EnumDescriptorProto_EnumReservedRange;
263
+ fromProtoMsg(message: _27.EnumDescriptorProto_EnumReservedRangeProtoMsg): _27.EnumDescriptorProto_EnumReservedRange;
264
+ toProto(message: _27.EnumDescriptorProto_EnumReservedRange): Uint8Array;
265
+ toProtoMsg(message: _27.EnumDescriptorProto_EnumReservedRange): _27.EnumDescriptorProto_EnumReservedRangeProtoMsg;
266
+ registerTypeUrl(): void;
267
+ };
268
+ EnumValueDescriptorProto: {
269
+ typeUrl: string;
270
+ is(o: any): o is _27.EnumValueDescriptorProto;
271
+ isSDK(o: any): o is _27.EnumValueDescriptorProtoSDKType;
272
+ encode(message: _27.EnumValueDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
273
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.EnumValueDescriptorProto;
274
+ fromPartial(object: Partial<_27.EnumValueDescriptorProto>): _27.EnumValueDescriptorProto;
275
+ fromProtoMsg(message: _27.EnumValueDescriptorProtoProtoMsg): _27.EnumValueDescriptorProto;
276
+ toProto(message: _27.EnumValueDescriptorProto): Uint8Array;
277
+ toProtoMsg(message: _27.EnumValueDescriptorProto): _27.EnumValueDescriptorProtoProtoMsg;
278
+ registerTypeUrl(): void;
279
+ };
280
+ ServiceDescriptorProto: {
281
+ typeUrl: string;
282
+ is(o: any): o is _27.ServiceDescriptorProto;
283
+ isSDK(o: any): o is _27.ServiceDescriptorProtoSDKType;
284
+ encode(message: _27.ServiceDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
285
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.ServiceDescriptorProto;
286
+ fromPartial(object: Partial<_27.ServiceDescriptorProto>): _27.ServiceDescriptorProto;
287
+ fromProtoMsg(message: _27.ServiceDescriptorProtoProtoMsg): _27.ServiceDescriptorProto;
288
+ toProto(message: _27.ServiceDescriptorProto): Uint8Array;
289
+ toProtoMsg(message: _27.ServiceDescriptorProto): _27.ServiceDescriptorProtoProtoMsg;
290
+ registerTypeUrl(): void;
291
+ };
292
+ MethodDescriptorProto: {
293
+ typeUrl: string;
294
+ is(o: any): o is _27.MethodDescriptorProto;
295
+ isSDK(o: any): o is _27.MethodDescriptorProtoSDKType;
296
+ encode(message: _27.MethodDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
297
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.MethodDescriptorProto;
298
+ fromPartial(object: Partial<_27.MethodDescriptorProto>): _27.MethodDescriptorProto;
299
+ fromProtoMsg(message: _27.MethodDescriptorProtoProtoMsg): _27.MethodDescriptorProto;
300
+ toProto(message: _27.MethodDescriptorProto): Uint8Array;
301
+ toProtoMsg(message: _27.MethodDescriptorProto): _27.MethodDescriptorProtoProtoMsg;
302
+ registerTypeUrl(): void;
303
+ };
304
+ FileOptions: {
305
+ typeUrl: string;
306
+ is(o: any): o is _27.FileOptions;
307
+ isSDK(o: any): o is _27.FileOptionsSDKType;
308
+ encode(message: _27.FileOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
309
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.FileOptions;
310
+ fromPartial(object: Partial<_27.FileOptions>): _27.FileOptions;
311
+ fromProtoMsg(message: _27.FileOptionsProtoMsg): _27.FileOptions;
312
+ toProto(message: _27.FileOptions): Uint8Array;
313
+ toProtoMsg(message: _27.FileOptions): _27.FileOptionsProtoMsg;
314
+ registerTypeUrl(): void;
315
+ };
316
+ MessageOptions: {
317
+ typeUrl: string;
318
+ is(o: any): o is _27.MessageOptions;
319
+ isSDK(o: any): o is _27.MessageOptionsSDKType;
320
+ encode(message: _27.MessageOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
321
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.MessageOptions;
322
+ fromPartial(object: Partial<_27.MessageOptions>): _27.MessageOptions;
323
+ fromProtoMsg(message: _27.MessageOptionsProtoMsg): _27.MessageOptions;
324
+ toProto(message: _27.MessageOptions): Uint8Array;
325
+ toProtoMsg(message: _27.MessageOptions): _27.MessageOptionsProtoMsg;
326
+ registerTypeUrl(): void;
327
+ };
328
+ FieldOptions: {
329
+ typeUrl: string;
330
+ is(o: any): o is _27.FieldOptions;
331
+ isSDK(o: any): o is _27.FieldOptionsSDKType;
332
+ encode(message: _27.FieldOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
333
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.FieldOptions;
334
+ fromPartial(object: Partial<_27.FieldOptions>): _27.FieldOptions;
335
+ fromProtoMsg(message: _27.FieldOptionsProtoMsg): _27.FieldOptions;
336
+ toProto(message: _27.FieldOptions): Uint8Array;
337
+ toProtoMsg(message: _27.FieldOptions): _27.FieldOptionsProtoMsg;
338
+ registerTypeUrl(): void;
339
+ };
340
+ FieldOptions_EditionDefault: {
341
+ typeUrl: string;
342
+ is(o: any): o is _27.FieldOptions_EditionDefault;
343
+ isSDK(o: any): o is _27.FieldOptions_EditionDefaultSDKType;
344
+ encode(message: _27.FieldOptions_EditionDefault, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
345
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.FieldOptions_EditionDefault;
346
+ fromPartial(object: Partial<_27.FieldOptions_EditionDefault>): _27.FieldOptions_EditionDefault;
347
+ fromProtoMsg(message: _27.FieldOptions_EditionDefaultProtoMsg): _27.FieldOptions_EditionDefault;
348
+ toProto(message: _27.FieldOptions_EditionDefault): Uint8Array;
349
+ toProtoMsg(message: _27.FieldOptions_EditionDefault): _27.FieldOptions_EditionDefaultProtoMsg;
350
+ registerTypeUrl(): void;
351
+ };
352
+ FieldOptions_FeatureSupport: {
353
+ typeUrl: string;
354
+ is(o: any): o is _27.FieldOptions_FeatureSupport;
355
+ isSDK(o: any): o is _27.FieldOptions_FeatureSupportSDKType;
356
+ encode(message: _27.FieldOptions_FeatureSupport, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
357
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.FieldOptions_FeatureSupport;
358
+ fromPartial(object: Partial<_27.FieldOptions_FeatureSupport>): _27.FieldOptions_FeatureSupport;
359
+ fromProtoMsg(message: _27.FieldOptions_FeatureSupportProtoMsg): _27.FieldOptions_FeatureSupport;
360
+ toProto(message: _27.FieldOptions_FeatureSupport): Uint8Array;
361
+ toProtoMsg(message: _27.FieldOptions_FeatureSupport): _27.FieldOptions_FeatureSupportProtoMsg;
362
+ registerTypeUrl(): void;
363
+ };
364
+ OneofOptions: {
365
+ typeUrl: string;
366
+ is(o: any): o is _27.OneofOptions;
367
+ isSDK(o: any): o is _27.OneofOptionsSDKType;
368
+ encode(message: _27.OneofOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
369
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.OneofOptions;
370
+ fromPartial(object: Partial<_27.OneofOptions>): _27.OneofOptions;
371
+ fromProtoMsg(message: _27.OneofOptionsProtoMsg): _27.OneofOptions;
372
+ toProto(message: _27.OneofOptions): Uint8Array;
373
+ toProtoMsg(message: _27.OneofOptions): _27.OneofOptionsProtoMsg;
374
+ registerTypeUrl(): void;
375
+ };
376
+ EnumOptions: {
377
+ typeUrl: string;
378
+ is(o: any): o is _27.EnumOptions;
379
+ isSDK(o: any): o is _27.EnumOptionsSDKType;
380
+ encode(message: _27.EnumOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
381
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.EnumOptions;
382
+ fromPartial(object: Partial<_27.EnumOptions>): _27.EnumOptions;
383
+ fromProtoMsg(message: _27.EnumOptionsProtoMsg): _27.EnumOptions;
384
+ toProto(message: _27.EnumOptions): Uint8Array;
385
+ toProtoMsg(message: _27.EnumOptions): _27.EnumOptionsProtoMsg;
386
+ registerTypeUrl(): void;
387
+ };
388
+ EnumValueOptions: {
389
+ typeUrl: string;
390
+ is(o: any): o is _27.EnumValueOptions;
391
+ isSDK(o: any): o is _27.EnumValueOptionsSDKType;
392
+ encode(message: _27.EnumValueOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
393
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.EnumValueOptions;
394
+ fromPartial(object: Partial<_27.EnumValueOptions>): _27.EnumValueOptions;
395
+ fromProtoMsg(message: _27.EnumValueOptionsProtoMsg): _27.EnumValueOptions;
396
+ toProto(message: _27.EnumValueOptions): Uint8Array;
397
+ toProtoMsg(message: _27.EnumValueOptions): _27.EnumValueOptionsProtoMsg;
398
+ registerTypeUrl(): void;
399
+ };
400
+ ServiceOptions: {
401
+ typeUrl: string;
402
+ is(o: any): o is _27.ServiceOptions;
403
+ isSDK(o: any): o is _27.ServiceOptionsSDKType;
404
+ encode(message: _27.ServiceOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
405
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.ServiceOptions;
406
+ fromPartial(object: Partial<_27.ServiceOptions>): _27.ServiceOptions;
407
+ fromProtoMsg(message: _27.ServiceOptionsProtoMsg): _27.ServiceOptions;
408
+ toProto(message: _27.ServiceOptions): Uint8Array;
409
+ toProtoMsg(message: _27.ServiceOptions): _27.ServiceOptionsProtoMsg;
410
+ registerTypeUrl(): void;
411
+ };
412
+ MethodOptions: {
413
+ typeUrl: string;
414
+ is(o: any): o is _27.MethodOptions;
415
+ isSDK(o: any): o is _27.MethodOptionsSDKType;
416
+ encode(message: _27.MethodOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
417
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.MethodOptions;
418
+ fromPartial(object: Partial<_27.MethodOptions>): _27.MethodOptions;
419
+ fromProtoMsg(message: _27.MethodOptionsProtoMsg): _27.MethodOptions;
420
+ toProto(message: _27.MethodOptions): Uint8Array;
421
+ toProtoMsg(message: _27.MethodOptions): _27.MethodOptionsProtoMsg;
422
+ registerTypeUrl(): void;
423
+ };
424
+ UninterpretedOption: {
425
+ typeUrl: string;
426
+ is(o: any): o is _27.UninterpretedOption;
427
+ isSDK(o: any): o is _27.UninterpretedOptionSDKType;
428
+ encode(message: _27.UninterpretedOption, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
429
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.UninterpretedOption;
430
+ fromPartial(object: Partial<_27.UninterpretedOption>): _27.UninterpretedOption;
431
+ fromProtoMsg(message: _27.UninterpretedOptionProtoMsg): _27.UninterpretedOption;
432
+ toProto(message: _27.UninterpretedOption): Uint8Array;
433
+ toProtoMsg(message: _27.UninterpretedOption): _27.UninterpretedOptionProtoMsg;
434
+ registerTypeUrl(): void;
435
+ };
436
+ UninterpretedOption_NamePart: {
437
+ typeUrl: string;
438
+ is(o: any): o is _27.UninterpretedOption_NamePart;
439
+ isSDK(o: any): o is _27.UninterpretedOption_NamePartSDKType;
440
+ encode(message: _27.UninterpretedOption_NamePart, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
441
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.UninterpretedOption_NamePart;
442
+ fromPartial(object: Partial<_27.UninterpretedOption_NamePart>): _27.UninterpretedOption_NamePart;
443
+ fromProtoMsg(message: _27.UninterpretedOption_NamePartProtoMsg): _27.UninterpretedOption_NamePart;
444
+ toProto(message: _27.UninterpretedOption_NamePart): Uint8Array;
445
+ toProtoMsg(message: _27.UninterpretedOption_NamePart): _27.UninterpretedOption_NamePartProtoMsg;
446
+ registerTypeUrl(): void;
447
+ };
448
+ FeatureSet: {
449
+ typeUrl: string;
450
+ is(o: any): o is _27.FeatureSet;
451
+ isSDK(o: any): o is _27.FeatureSetSDKType;
452
+ encode(message: _27.FeatureSet, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
453
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.FeatureSet;
454
+ fromPartial(object: Partial<_27.FeatureSet>): _27.FeatureSet;
455
+ fromProtoMsg(message: _27.FeatureSetProtoMsg): _27.FeatureSet;
456
+ toProto(message: _27.FeatureSet): Uint8Array;
457
+ toProtoMsg(message: _27.FeatureSet): _27.FeatureSetProtoMsg;
458
+ registerTypeUrl(): void;
459
+ };
460
+ FeatureSet_VisibilityFeature: {
461
+ typeUrl: string;
462
+ is(o: any): o is _27.FeatureSet_VisibilityFeature;
463
+ isSDK(o: any): o is _27.FeatureSet_VisibilityFeatureSDKType;
464
+ encode(_: _27.FeatureSet_VisibilityFeature, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
465
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.FeatureSet_VisibilityFeature;
466
+ fromPartial(_: Partial<_27.FeatureSet_VisibilityFeature>): _27.FeatureSet_VisibilityFeature;
467
+ fromProtoMsg(message: _27.FeatureSet_VisibilityFeatureProtoMsg): _27.FeatureSet_VisibilityFeature;
468
+ toProto(message: _27.FeatureSet_VisibilityFeature): Uint8Array;
469
+ toProtoMsg(message: _27.FeatureSet_VisibilityFeature): _27.FeatureSet_VisibilityFeatureProtoMsg;
470
+ registerTypeUrl(): void;
471
+ };
472
+ FeatureSetDefaults: {
473
+ typeUrl: string;
474
+ is(o: any): o is _27.FeatureSetDefaults;
475
+ isSDK(o: any): o is _27.FeatureSetDefaultsSDKType;
476
+ encode(message: _27.FeatureSetDefaults, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
477
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.FeatureSetDefaults;
478
+ fromPartial(object: Partial<_27.FeatureSetDefaults>): _27.FeatureSetDefaults;
479
+ fromProtoMsg(message: _27.FeatureSetDefaultsProtoMsg): _27.FeatureSetDefaults;
480
+ toProto(message: _27.FeatureSetDefaults): Uint8Array;
481
+ toProtoMsg(message: _27.FeatureSetDefaults): _27.FeatureSetDefaultsProtoMsg;
482
+ registerTypeUrl(): void;
483
+ };
484
+ FeatureSetDefaults_FeatureSetEditionDefault: {
485
+ typeUrl: string;
486
+ is(o: any): o is _27.FeatureSetDefaults_FeatureSetEditionDefault;
487
+ isSDK(o: any): o is _27.FeatureSetDefaults_FeatureSetEditionDefaultSDKType;
488
+ encode(message: _27.FeatureSetDefaults_FeatureSetEditionDefault, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
489
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.FeatureSetDefaults_FeatureSetEditionDefault;
490
+ fromPartial(object: Partial<_27.FeatureSetDefaults_FeatureSetEditionDefault>): _27.FeatureSetDefaults_FeatureSetEditionDefault;
491
+ fromProtoMsg(message: _27.FeatureSetDefaults_FeatureSetEditionDefaultProtoMsg): _27.FeatureSetDefaults_FeatureSetEditionDefault;
492
+ toProto(message: _27.FeatureSetDefaults_FeatureSetEditionDefault): Uint8Array;
493
+ toProtoMsg(message: _27.FeatureSetDefaults_FeatureSetEditionDefault): _27.FeatureSetDefaults_FeatureSetEditionDefaultProtoMsg;
494
+ registerTypeUrl(): void;
495
+ };
496
+ SourceCodeInfo: {
497
+ typeUrl: string;
498
+ is(o: any): o is _27.SourceCodeInfo;
499
+ isSDK(o: any): o is _27.SourceCodeInfoSDKType;
500
+ encode(message: _27.SourceCodeInfo, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
501
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.SourceCodeInfo;
502
+ fromPartial(object: Partial<_27.SourceCodeInfo>): _27.SourceCodeInfo;
503
+ fromProtoMsg(message: _27.SourceCodeInfoProtoMsg): _27.SourceCodeInfo;
504
+ toProto(message: _27.SourceCodeInfo): Uint8Array;
505
+ toProtoMsg(message: _27.SourceCodeInfo): _27.SourceCodeInfoProtoMsg;
506
+ registerTypeUrl(): void;
507
+ };
508
+ SourceCodeInfo_Location: {
509
+ typeUrl: string;
510
+ is(o: any): o is _27.SourceCodeInfo_Location;
511
+ isSDK(o: any): o is _27.SourceCodeInfo_LocationSDKType;
512
+ encode(message: _27.SourceCodeInfo_Location, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
513
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.SourceCodeInfo_Location;
514
+ fromPartial(object: Partial<_27.SourceCodeInfo_Location>): _27.SourceCodeInfo_Location;
515
+ fromProtoMsg(message: _27.SourceCodeInfo_LocationProtoMsg): _27.SourceCodeInfo_Location;
516
+ toProto(message: _27.SourceCodeInfo_Location): Uint8Array;
517
+ toProtoMsg(message: _27.SourceCodeInfo_Location): _27.SourceCodeInfo_LocationProtoMsg;
518
+ registerTypeUrl(): void;
519
+ };
520
+ GeneratedCodeInfo: {
521
+ typeUrl: string;
522
+ is(o: any): o is _27.GeneratedCodeInfo;
523
+ isSDK(o: any): o is _27.GeneratedCodeInfoSDKType;
524
+ encode(message: _27.GeneratedCodeInfo, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
525
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.GeneratedCodeInfo;
526
+ fromPartial(object: Partial<_27.GeneratedCodeInfo>): _27.GeneratedCodeInfo;
527
+ fromProtoMsg(message: _27.GeneratedCodeInfoProtoMsg): _27.GeneratedCodeInfo;
528
+ toProto(message: _27.GeneratedCodeInfo): Uint8Array;
529
+ toProtoMsg(message: _27.GeneratedCodeInfo): _27.GeneratedCodeInfoProtoMsg;
530
+ registerTypeUrl(): void;
531
+ };
532
+ GeneratedCodeInfo_Annotation: {
533
+ typeUrl: string;
534
+ is(o: any): o is _27.GeneratedCodeInfo_Annotation;
535
+ isSDK(o: any): o is _27.GeneratedCodeInfo_AnnotationSDKType;
536
+ encode(message: _27.GeneratedCodeInfo_Annotation, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
537
+ decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _27.GeneratedCodeInfo_Annotation;
538
+ fromPartial(object: Partial<_27.GeneratedCodeInfo_Annotation>): _27.GeneratedCodeInfo_Annotation;
539
+ fromProtoMsg(message: _27.GeneratedCodeInfo_AnnotationProtoMsg): _27.GeneratedCodeInfo_Annotation;
540
+ toProto(message: _27.GeneratedCodeInfo_Annotation): Uint8Array;
541
+ toProtoMsg(message: _27.GeneratedCodeInfo_Annotation): _27.GeneratedCodeInfo_AnnotationProtoMsg;
542
+ registerTypeUrl(): void;
543
+ };
544
+ };
545
+ }
@@ -0,0 +1,52 @@
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 _25 = __importStar(require("./api/annotations"));
39
+ const _26 = __importStar(require("./api/http"));
40
+ const _27 = __importStar(require("./protobuf/descriptor"));
41
+ const _28 = __importStar(require("./protobuf/timestamp"));
42
+ var google;
43
+ (function (google) {
44
+ google.api = {
45
+ ..._25,
46
+ ..._26
47
+ };
48
+ google.protobuf = {
49
+ ..._27,
50
+ ..._28
51
+ };
52
+ })(google || (exports.google = google = {}));
@@ -0,0 +1,16 @@
1
+ //@ts-nocheck
2
+ import * as _25 from "./api/annotations";
3
+ import * as _26 from "./api/http";
4
+ import * as _27 from "./protobuf/descriptor";
5
+ import * as _28 from "./protobuf/timestamp";
6
+ export var google;
7
+ (function (google) {
8
+ google.api = {
9
+ ..._25,
10
+ ..._26
11
+ };
12
+ google.protobuf = {
13
+ ..._27,
14
+ ..._28
15
+ };
16
+ })(google || (google = {}));