bhole-client 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +74 -0
- package/dist/gen/proto/agency/v1/agency_pb.d.ts +1423 -0
- package/dist/gen/proto/agency/v1/agency_pb.js +153 -0
- package/dist/gen/proto/agency/v1/agency_pb.js.map +1 -0
- package/dist/gen/proto/astronaut/v1/astronaut_pb.d.ts +479 -0
- package/dist/gen/proto/astronaut/v1/astronaut_pb.js +93 -0
- package/dist/gen/proto/astronaut/v1/astronaut_pb.js.map +1 -0
- package/dist/gen/proto/celestial_body/v1/celestial_body_pb.d.ts +423 -0
- package/dist/gen/proto/celestial_body/v1/celestial_body_pb.js +73 -0
- package/dist/gen/proto/celestial_body/v1/celestial_body_pb.js.map +1 -0
- package/dist/gen/proto/docking_event/v1/docking_event_pb.d.ts +2495 -0
- package/dist/gen/proto/docking_event/v1/docking_event_pb.js +323 -0
- package/dist/gen/proto/docking_event/v1/docking_event_pb.js.map +1 -0
- package/dist/gen/proto/event/v1/event_pb.d.ts +1041 -0
- package/dist/gen/proto/event/v1/event_pb.js +168 -0
- package/dist/gen/proto/event/v1/event_pb.js.map +1 -0
- package/dist/gen/proto/expedition/v1/expedition_pb.d.ts +817 -0
- package/dist/gen/proto/expedition/v1/expedition_pb.js +138 -0
- package/dist/gen/proto/expedition/v1/expedition_pb.js.map +1 -0
- package/dist/gen/proto/landing/v1/landing_pb.d.ts +3163 -0
- package/dist/gen/proto/landing/v1/landing_pb.js +383 -0
- package/dist/gen/proto/landing/v1/landing_pb.js.map +1 -0
- package/dist/gen/proto/launch/v1/launch_pb.d.ts +3679 -0
- package/dist/gen/proto/launch/v1/launch_pb.js +423 -0
- package/dist/gen/proto/launch/v1/launch_pb.js.map +1 -0
- package/dist/gen/proto/launcher/v1/launcher_pb.d.ts +371 -0
- package/dist/gen/proto/launcher/v1/launcher_pb.js +73 -0
- package/dist/gen/proto/launcher/v1/launcher_pb.js.map +1 -0
- package/dist/gen/proto/launcher_configuration/v1/launcher_configuration_pb.d.ts +995 -0
- package/dist/gen/proto/launcher_configuration/v1/launcher_configuration_pb.js +123 -0
- package/dist/gen/proto/launcher_configuration/v1/launcher_configuration_pb.js.map +1 -0
- package/dist/gen/proto/location/v1/location_pb.d.ts +557 -0
- package/dist/gen/proto/location/v1/location_pb.js +88 -0
- package/dist/gen/proto/location/v1/location_pb.js.map +1 -0
- package/dist/gen/proto/pad/v1/pad_pb.d.ts +601 -0
- package/dist/gen/proto/pad/v1/pad_pb.js +88 -0
- package/dist/gen/proto/pad/v1/pad_pb.js.map +1 -0
- package/dist/gen/proto/payload/v1/payload_pb.d.ts +697 -0
- package/dist/gen/proto/payload/v1/payload_pb.js +108 -0
- package/dist/gen/proto/payload/v1/payload_pb.js.map +1 -0
- package/dist/gen/proto/program/v1/program_pb.d.ts +385 -0
- package/dist/gen/proto/program/v1/program_pb.js +78 -0
- package/dist/gen/proto/program/v1/program_pb.js.map +1 -0
- package/dist/gen/proto/space_station/v1/space_station_pb.d.ts +2849 -0
- package/dist/gen/proto/space_station/v1/space_station_pb.js +348 -0
- package/dist/gen/proto/space_station/v1/space_station_pb.js.map +1 -0
- package/dist/gen/proto/spacecraft/v1/spacecraft_pb.d.ts +2261 -0
- package/dist/gen/proto/spacecraft/v1/spacecraft_pb.js +268 -0
- package/dist/gen/proto/spacecraft/v1/spacecraft_pb.js.map +1 -0
- package/dist/gen/proto/spacewalk/v1/spacewalk_pb.d.ts +3059 -0
- package/dist/gen/proto/spacewalk/v1/spacewalk_pb.js +373 -0
- package/dist/gen/proto/spacewalk/v1/spacewalk_pb.js.map +1 -0
- package/dist/gen/proto/update/v1/update_pb.d.ts +145 -0
- package/dist/gen/proto/update/v1/update_pb.js +38 -0
- package/dist/gen/proto/update/v1/update_pb.js.map +1 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.js +24 -0
- package/dist/index.js.map +1 -0
- package/package.json +31 -0
|
@@ -0,0 +1,1423 @@
|
|
|
1
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file proto/agency/v1/agency.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_proto_agency_v1_agency: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* @generated from message agency.v1.AgencyDetailed
|
|
9
|
+
*/
|
|
10
|
+
export type AgencyDetailed = Message<"agency.v1.AgencyDetailed"> & {
|
|
11
|
+
/**
|
|
12
|
+
* @generated from field: string abbrev = 1;
|
|
13
|
+
*/
|
|
14
|
+
abbrev: string;
|
|
15
|
+
/**
|
|
16
|
+
* @generated from field: optional string administrator = 2;
|
|
17
|
+
*/
|
|
18
|
+
administrator?: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* @generated from field: optional int32 attempted_landings = 3;
|
|
21
|
+
*/
|
|
22
|
+
attemptedLandings?: number | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: optional int32 attempted_landings_payload = 4;
|
|
25
|
+
*/
|
|
26
|
+
attemptedLandingsPayload?: number | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* @generated from field: optional int32 attempted_landings_spacecraft = 5;
|
|
29
|
+
*/
|
|
30
|
+
attemptedLandingsSpacecraft?: number | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* @generated from field: optional int32 consecutive_successful_landings = 6;
|
|
33
|
+
*/
|
|
34
|
+
consecutiveSuccessfulLandings?: number | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* @generated from field: optional int32 consecutive_successful_launches = 7;
|
|
37
|
+
*/
|
|
38
|
+
consecutiveSuccessfulLaunches?: number | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* @generated from field: repeated agency.v1.Country country = 8;
|
|
41
|
+
*/
|
|
42
|
+
country: Country[];
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: optional string description = 9;
|
|
45
|
+
*/
|
|
46
|
+
description?: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* @generated from field: optional int32 failed_landings = 10;
|
|
49
|
+
*/
|
|
50
|
+
failedLandings?: number | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* @generated from field: optional int32 failed_landings_payload = 11;
|
|
53
|
+
*/
|
|
54
|
+
failedLandingsPayload?: number | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* @generated from field: optional int32 failed_landings_spacecraft = 12;
|
|
57
|
+
*/
|
|
58
|
+
failedLandingsSpacecraft?: number | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* @generated from field: optional int32 failed_launches = 13;
|
|
61
|
+
*/
|
|
62
|
+
failedLaunches?: number | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* @generated from field: bool featured = 14;
|
|
65
|
+
*/
|
|
66
|
+
featured: boolean;
|
|
67
|
+
/**
|
|
68
|
+
* @generated from field: optional int32 founding_year = 15;
|
|
69
|
+
*/
|
|
70
|
+
foundingYear?: number | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* @generated from field: int32 id = 16;
|
|
73
|
+
*/
|
|
74
|
+
id: number;
|
|
75
|
+
/**
|
|
76
|
+
* @generated from field: agency.v1.Image image = 17;
|
|
77
|
+
*/
|
|
78
|
+
image?: Image | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: optional string info_url = 18;
|
|
81
|
+
*/
|
|
82
|
+
infoUrl?: string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* @generated from field: string launchers = 19;
|
|
85
|
+
*/
|
|
86
|
+
launchers: string;
|
|
87
|
+
/**
|
|
88
|
+
* @generated from field: agency.v1.Image logo = 20;
|
|
89
|
+
*/
|
|
90
|
+
logo?: Image | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* @generated from field: string name = 21;
|
|
93
|
+
*/
|
|
94
|
+
name: string;
|
|
95
|
+
/**
|
|
96
|
+
* @generated from field: optional string parent = 22;
|
|
97
|
+
*/
|
|
98
|
+
parent?: string | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* @generated from field: optional int32 pending_launches = 23;
|
|
101
|
+
*/
|
|
102
|
+
pendingLaunches?: number | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* @generated from field: string response_mode = 24;
|
|
105
|
+
*/
|
|
106
|
+
responseMode: string;
|
|
107
|
+
/**
|
|
108
|
+
* @generated from field: agency.v1.Image social_logo = 25;
|
|
109
|
+
*/
|
|
110
|
+
socialLogo?: Image | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* @generated from field: repeated agency.v1.SocialMediaLink social_media_links = 26;
|
|
113
|
+
*/
|
|
114
|
+
socialMediaLinks: SocialMediaLink[];
|
|
115
|
+
/**
|
|
116
|
+
* @generated from field: string spacecraft = 27;
|
|
117
|
+
*/
|
|
118
|
+
spacecraft: string;
|
|
119
|
+
/**
|
|
120
|
+
* @generated from field: optional int32 successful_landings = 28;
|
|
121
|
+
*/
|
|
122
|
+
successfulLandings?: number | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* @generated from field: optional int32 successful_landings_payload = 29;
|
|
125
|
+
*/
|
|
126
|
+
successfulLandingsPayload?: number | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* @generated from field: optional int32 successful_landings_spacecraft = 30;
|
|
129
|
+
*/
|
|
130
|
+
successfulLandingsSpacecraft?: number | undefined;
|
|
131
|
+
/**
|
|
132
|
+
* @generated from field: optional int32 successful_launches = 31;
|
|
133
|
+
*/
|
|
134
|
+
successfulLaunches?: number | undefined;
|
|
135
|
+
/**
|
|
136
|
+
* @generated from field: optional int32 total_launch_count = 32;
|
|
137
|
+
*/
|
|
138
|
+
totalLaunchCount?: number | undefined;
|
|
139
|
+
/**
|
|
140
|
+
* @generated from field: agency.v1.AgencyType type = 33;
|
|
141
|
+
*/
|
|
142
|
+
type?: AgencyType | undefined;
|
|
143
|
+
/**
|
|
144
|
+
* @generated from field: string url = 34;
|
|
145
|
+
*/
|
|
146
|
+
url: string;
|
|
147
|
+
/**
|
|
148
|
+
* @generated from field: optional string wiki_url = 35;
|
|
149
|
+
*/
|
|
150
|
+
wikiUrl?: string | undefined;
|
|
151
|
+
};
|
|
152
|
+
/**
|
|
153
|
+
* Describes the message agency.v1.AgencyDetailed.
|
|
154
|
+
* Use `create(AgencyDetailedSchema)` to create a new message.
|
|
155
|
+
*/
|
|
156
|
+
export declare const AgencyDetailedSchema: GenMessage<AgencyDetailed>;
|
|
157
|
+
/**
|
|
158
|
+
* @generated from message agency.v1.Agency
|
|
159
|
+
*/
|
|
160
|
+
export type Agency = Message<"agency.v1.Agency"> & {
|
|
161
|
+
/**
|
|
162
|
+
* @generated from field: string abbrev = 1;
|
|
163
|
+
*/
|
|
164
|
+
abbrev: string;
|
|
165
|
+
/**
|
|
166
|
+
* @generated from field: optional string administrator = 2;
|
|
167
|
+
*/
|
|
168
|
+
administrator?: string | undefined;
|
|
169
|
+
/**
|
|
170
|
+
* @generated from field: optional int32 attempted_landings = 3;
|
|
171
|
+
*/
|
|
172
|
+
attemptedLandings?: number | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* @generated from field: optional int32 attempted_landings_payload = 4;
|
|
175
|
+
*/
|
|
176
|
+
attemptedLandingsPayload?: number | undefined;
|
|
177
|
+
/**
|
|
178
|
+
* @generated from field: optional int32 attempted_landings_spacecraft = 5;
|
|
179
|
+
*/
|
|
180
|
+
attemptedLandingsSpacecraft?: number | undefined;
|
|
181
|
+
/**
|
|
182
|
+
* @generated from field: optional int32 consecutive_successful_landings = 6;
|
|
183
|
+
*/
|
|
184
|
+
consecutiveSuccessfulLandings?: number | undefined;
|
|
185
|
+
/**
|
|
186
|
+
* @generated from field: optional int32 consecutive_successful_launches = 7;
|
|
187
|
+
*/
|
|
188
|
+
consecutiveSuccessfulLaunches?: number | undefined;
|
|
189
|
+
/**
|
|
190
|
+
* @generated from field: repeated agency.v1.Country country = 8;
|
|
191
|
+
*/
|
|
192
|
+
country: Country[];
|
|
193
|
+
/**
|
|
194
|
+
* @generated from field: optional string description = 9;
|
|
195
|
+
*/
|
|
196
|
+
description?: string | undefined;
|
|
197
|
+
/**
|
|
198
|
+
* @generated from field: optional int32 failed_landings = 10;
|
|
199
|
+
*/
|
|
200
|
+
failedLandings?: number | undefined;
|
|
201
|
+
/**
|
|
202
|
+
* @generated from field: optional int32 failed_landings_payload = 11;
|
|
203
|
+
*/
|
|
204
|
+
failedLandingsPayload?: number | undefined;
|
|
205
|
+
/**
|
|
206
|
+
* @generated from field: optional int32 failed_landings_spacecraft = 12;
|
|
207
|
+
*/
|
|
208
|
+
failedLandingsSpacecraft?: number | undefined;
|
|
209
|
+
/**
|
|
210
|
+
* @generated from field: optional int32 failed_launches = 13;
|
|
211
|
+
*/
|
|
212
|
+
failedLaunches?: number | undefined;
|
|
213
|
+
/**
|
|
214
|
+
* @generated from field: bool featured = 14;
|
|
215
|
+
*/
|
|
216
|
+
featured: boolean;
|
|
217
|
+
/**
|
|
218
|
+
* @generated from field: optional int32 founding_year = 15;
|
|
219
|
+
*/
|
|
220
|
+
foundingYear?: number | undefined;
|
|
221
|
+
/**
|
|
222
|
+
* @generated from field: int32 id = 16;
|
|
223
|
+
*/
|
|
224
|
+
id: number;
|
|
225
|
+
/**
|
|
226
|
+
* @generated from field: agency.v1.Image image = 17;
|
|
227
|
+
*/
|
|
228
|
+
image?: Image | undefined;
|
|
229
|
+
/**
|
|
230
|
+
* @generated from field: optional string info_url = 18;
|
|
231
|
+
*/
|
|
232
|
+
infoUrl?: string | undefined;
|
|
233
|
+
/**
|
|
234
|
+
* @generated from field: repeated agency.v1.LauncherConfigDetailedSerializerNoManufacturer launcher_list = 19;
|
|
235
|
+
*/
|
|
236
|
+
launcherList: LauncherConfigDetailedSerializerNoManufacturer[];
|
|
237
|
+
/**
|
|
238
|
+
* @generated from field: string launchers = 20;
|
|
239
|
+
*/
|
|
240
|
+
launchers: string;
|
|
241
|
+
/**
|
|
242
|
+
* @generated from field: agency.v1.Image logo = 21;
|
|
243
|
+
*/
|
|
244
|
+
logo?: Image | undefined;
|
|
245
|
+
/**
|
|
246
|
+
* @generated from field: string name = 22;
|
|
247
|
+
*/
|
|
248
|
+
name: string;
|
|
249
|
+
/**
|
|
250
|
+
* @generated from field: optional string parent = 23;
|
|
251
|
+
*/
|
|
252
|
+
parent?: string | undefined;
|
|
253
|
+
/**
|
|
254
|
+
* @generated from field: optional int32 pending_launches = 24;
|
|
255
|
+
*/
|
|
256
|
+
pendingLaunches?: number | undefined;
|
|
257
|
+
/**
|
|
258
|
+
* @generated from field: string response_mode = 25;
|
|
259
|
+
*/
|
|
260
|
+
responseMode: string;
|
|
261
|
+
/**
|
|
262
|
+
* @generated from field: agency.v1.Image social_logo = 26;
|
|
263
|
+
*/
|
|
264
|
+
socialLogo?: Image | undefined;
|
|
265
|
+
/**
|
|
266
|
+
* @generated from field: repeated agency.v1.SocialMediaLink social_media_links = 27;
|
|
267
|
+
*/
|
|
268
|
+
socialMediaLinks: SocialMediaLink[];
|
|
269
|
+
/**
|
|
270
|
+
* @generated from field: string spacecraft = 28;
|
|
271
|
+
*/
|
|
272
|
+
spacecraft: string;
|
|
273
|
+
/**
|
|
274
|
+
* @generated from field: repeated agency.v1.SpacecraftConfigDetailed spacecraft_list = 29;
|
|
275
|
+
*/
|
|
276
|
+
spacecraftList: SpacecraftConfigDetailed[];
|
|
277
|
+
/**
|
|
278
|
+
* @generated from field: optional int32 successful_landings = 30;
|
|
279
|
+
*/
|
|
280
|
+
successfulLandings?: number | undefined;
|
|
281
|
+
/**
|
|
282
|
+
* @generated from field: optional int32 successful_landings_payload = 31;
|
|
283
|
+
*/
|
|
284
|
+
successfulLandingsPayload?: number | undefined;
|
|
285
|
+
/**
|
|
286
|
+
* @generated from field: optional int32 successful_landings_spacecraft = 32;
|
|
287
|
+
*/
|
|
288
|
+
successfulLandingsSpacecraft?: number | undefined;
|
|
289
|
+
/**
|
|
290
|
+
* @generated from field: optional int32 successful_launches = 33;
|
|
291
|
+
*/
|
|
292
|
+
successfulLaunches?: number | undefined;
|
|
293
|
+
/**
|
|
294
|
+
* @generated from field: optional int32 total_launch_count = 34;
|
|
295
|
+
*/
|
|
296
|
+
totalLaunchCount?: number | undefined;
|
|
297
|
+
/**
|
|
298
|
+
* @generated from field: agency.v1.AgencyType type = 35;
|
|
299
|
+
*/
|
|
300
|
+
type?: AgencyType | undefined;
|
|
301
|
+
/**
|
|
302
|
+
* @generated from field: string url = 36;
|
|
303
|
+
*/
|
|
304
|
+
url: string;
|
|
305
|
+
/**
|
|
306
|
+
* @generated from field: optional string wiki_url = 37;
|
|
307
|
+
*/
|
|
308
|
+
wikiUrl?: string | undefined;
|
|
309
|
+
};
|
|
310
|
+
/**
|
|
311
|
+
* Describes the message agency.v1.Agency.
|
|
312
|
+
* Use `create(AgencySchema)` to create a new message.
|
|
313
|
+
*/
|
|
314
|
+
export declare const AgencySchema: GenMessage<Agency>;
|
|
315
|
+
/**
|
|
316
|
+
* @generated from message agency.v1.AgencyMini
|
|
317
|
+
*/
|
|
318
|
+
export type AgencyMini = Message<"agency.v1.AgencyMini"> & {
|
|
319
|
+
/**
|
|
320
|
+
* @generated from field: string abbrev = 1;
|
|
321
|
+
*/
|
|
322
|
+
abbrev: string;
|
|
323
|
+
/**
|
|
324
|
+
* @generated from field: int32 id = 2;
|
|
325
|
+
*/
|
|
326
|
+
id: number;
|
|
327
|
+
/**
|
|
328
|
+
* @generated from field: string name = 3;
|
|
329
|
+
*/
|
|
330
|
+
name: string;
|
|
331
|
+
/**
|
|
332
|
+
* @generated from field: string response_mode = 4;
|
|
333
|
+
*/
|
|
334
|
+
responseMode: string;
|
|
335
|
+
/**
|
|
336
|
+
* @generated from field: agency.v1.AgencyType type = 5;
|
|
337
|
+
*/
|
|
338
|
+
type?: AgencyType | undefined;
|
|
339
|
+
/**
|
|
340
|
+
* @generated from field: string url = 6;
|
|
341
|
+
*/
|
|
342
|
+
url: string;
|
|
343
|
+
};
|
|
344
|
+
/**
|
|
345
|
+
* Describes the message agency.v1.AgencyMini.
|
|
346
|
+
* Use `create(AgencyMiniSchema)` to create a new message.
|
|
347
|
+
*/
|
|
348
|
+
export declare const AgencyMiniSchema: GenMessage<AgencyMini>;
|
|
349
|
+
/**
|
|
350
|
+
* @generated from message agency.v1.AgencyNormal
|
|
351
|
+
*/
|
|
352
|
+
export type AgencyNormal = Message<"agency.v1.AgencyNormal"> & {
|
|
353
|
+
/**
|
|
354
|
+
* @generated from field: string abbrev = 1;
|
|
355
|
+
*/
|
|
356
|
+
abbrev: string;
|
|
357
|
+
/**
|
|
358
|
+
* @generated from field: optional string administrator = 2;
|
|
359
|
+
*/
|
|
360
|
+
administrator?: string | undefined;
|
|
361
|
+
/**
|
|
362
|
+
* @generated from field: repeated agency.v1.Country country = 3;
|
|
363
|
+
*/
|
|
364
|
+
country: Country[];
|
|
365
|
+
/**
|
|
366
|
+
* @generated from field: optional string description = 4;
|
|
367
|
+
*/
|
|
368
|
+
description?: string | undefined;
|
|
369
|
+
/**
|
|
370
|
+
* @generated from field: bool featured = 5;
|
|
371
|
+
*/
|
|
372
|
+
featured: boolean;
|
|
373
|
+
/**
|
|
374
|
+
* @generated from field: optional int32 founding_year = 6;
|
|
375
|
+
*/
|
|
376
|
+
foundingYear?: number | undefined;
|
|
377
|
+
/**
|
|
378
|
+
* @generated from field: int32 id = 7;
|
|
379
|
+
*/
|
|
380
|
+
id: number;
|
|
381
|
+
/**
|
|
382
|
+
* @generated from field: agency.v1.Image image = 8;
|
|
383
|
+
*/
|
|
384
|
+
image?: Image | undefined;
|
|
385
|
+
/**
|
|
386
|
+
* @generated from field: string launchers = 9;
|
|
387
|
+
*/
|
|
388
|
+
launchers: string;
|
|
389
|
+
/**
|
|
390
|
+
* @generated from field: agency.v1.Image logo = 10;
|
|
391
|
+
*/
|
|
392
|
+
logo?: Image | undefined;
|
|
393
|
+
/**
|
|
394
|
+
* @generated from field: string name = 11;
|
|
395
|
+
*/
|
|
396
|
+
name: string;
|
|
397
|
+
/**
|
|
398
|
+
* @generated from field: optional string parent = 12;
|
|
399
|
+
*/
|
|
400
|
+
parent?: string | undefined;
|
|
401
|
+
/**
|
|
402
|
+
* @generated from field: string response_mode = 13;
|
|
403
|
+
*/
|
|
404
|
+
responseMode: string;
|
|
405
|
+
/**
|
|
406
|
+
* @generated from field: agency.v1.Image social_logo = 14;
|
|
407
|
+
*/
|
|
408
|
+
socialLogo?: Image | undefined;
|
|
409
|
+
/**
|
|
410
|
+
* @generated from field: string spacecraft = 15;
|
|
411
|
+
*/
|
|
412
|
+
spacecraft: string;
|
|
413
|
+
/**
|
|
414
|
+
* @generated from field: agency.v1.AgencyType type = 16;
|
|
415
|
+
*/
|
|
416
|
+
type?: AgencyType | undefined;
|
|
417
|
+
/**
|
|
418
|
+
* @generated from field: string url = 17;
|
|
419
|
+
*/
|
|
420
|
+
url: string;
|
|
421
|
+
};
|
|
422
|
+
/**
|
|
423
|
+
* Describes the message agency.v1.AgencyNormal.
|
|
424
|
+
* Use `create(AgencyNormalSchema)` to create a new message.
|
|
425
|
+
*/
|
|
426
|
+
export declare const AgencyNormalSchema: GenMessage<AgencyNormal>;
|
|
427
|
+
/**
|
|
428
|
+
* @generated from message agency.v1.AgencyType
|
|
429
|
+
*/
|
|
430
|
+
export type AgencyType = Message<"agency.v1.AgencyType"> & {
|
|
431
|
+
/**
|
|
432
|
+
* @generated from field: int32 id = 1;
|
|
433
|
+
*/
|
|
434
|
+
id: number;
|
|
435
|
+
/**
|
|
436
|
+
* @generated from field: string name = 2;
|
|
437
|
+
*/
|
|
438
|
+
name: string;
|
|
439
|
+
};
|
|
440
|
+
/**
|
|
441
|
+
* Describes the message agency.v1.AgencyType.
|
|
442
|
+
* Use `create(AgencyTypeSchema)` to create a new message.
|
|
443
|
+
*/
|
|
444
|
+
export declare const AgencyTypeSchema: GenMessage<AgencyType>;
|
|
445
|
+
/**
|
|
446
|
+
* @generated from message agency.v1.Country
|
|
447
|
+
*/
|
|
448
|
+
export type Country = Message<"agency.v1.Country"> & {
|
|
449
|
+
/**
|
|
450
|
+
* @generated from field: string alpha_2_code = 1;
|
|
451
|
+
*/
|
|
452
|
+
alpha2Code: string;
|
|
453
|
+
/**
|
|
454
|
+
* @generated from field: string alpha_3_code = 2;
|
|
455
|
+
*/
|
|
456
|
+
alpha3Code: string;
|
|
457
|
+
/**
|
|
458
|
+
* @generated from field: int32 id = 3;
|
|
459
|
+
*/
|
|
460
|
+
id: number;
|
|
461
|
+
/**
|
|
462
|
+
* @generated from field: string name = 4;
|
|
463
|
+
*/
|
|
464
|
+
name: string;
|
|
465
|
+
/**
|
|
466
|
+
* @generated from field: string nationality_name = 5;
|
|
467
|
+
*/
|
|
468
|
+
nationalityName: string;
|
|
469
|
+
/**
|
|
470
|
+
* @generated from field: string nationality_name_composed = 6;
|
|
471
|
+
*/
|
|
472
|
+
nationalityNameComposed: string;
|
|
473
|
+
};
|
|
474
|
+
/**
|
|
475
|
+
* Describes the message agency.v1.Country.
|
|
476
|
+
* Use `create(CountrySchema)` to create a new message.
|
|
477
|
+
*/
|
|
478
|
+
export declare const CountrySchema: GenMessage<Country>;
|
|
479
|
+
/**
|
|
480
|
+
* @generated from message agency.v1.Image
|
|
481
|
+
*/
|
|
482
|
+
export type Image = Message<"agency.v1.Image"> & {
|
|
483
|
+
/**
|
|
484
|
+
* @generated from field: optional string credit = 1;
|
|
485
|
+
*/
|
|
486
|
+
credit?: string | undefined;
|
|
487
|
+
/**
|
|
488
|
+
* @generated from field: int32 id = 2;
|
|
489
|
+
*/
|
|
490
|
+
id: number;
|
|
491
|
+
/**
|
|
492
|
+
* @generated from field: string image_url = 3;
|
|
493
|
+
*/
|
|
494
|
+
imageUrl: string;
|
|
495
|
+
/**
|
|
496
|
+
* @generated from field: agency.v1.ImageLicense license = 4;
|
|
497
|
+
*/
|
|
498
|
+
license?: ImageLicense | undefined;
|
|
499
|
+
/**
|
|
500
|
+
* @generated from field: string name = 5;
|
|
501
|
+
*/
|
|
502
|
+
name: string;
|
|
503
|
+
/**
|
|
504
|
+
* @generated from field: bool single_use = 6;
|
|
505
|
+
*/
|
|
506
|
+
singleUse: boolean;
|
|
507
|
+
/**
|
|
508
|
+
* @generated from field: string thumbnail_url = 7;
|
|
509
|
+
*/
|
|
510
|
+
thumbnailUrl: string;
|
|
511
|
+
/**
|
|
512
|
+
* @generated from field: repeated agency.v1.ImageVariant variants = 8;
|
|
513
|
+
*/
|
|
514
|
+
variants: ImageVariant[];
|
|
515
|
+
};
|
|
516
|
+
/**
|
|
517
|
+
* Describes the message agency.v1.Image.
|
|
518
|
+
* Use `create(ImageSchema)` to create a new message.
|
|
519
|
+
*/
|
|
520
|
+
export declare const ImageSchema: GenMessage<Image>;
|
|
521
|
+
/**
|
|
522
|
+
* @generated from message agency.v1.ImageLicense
|
|
523
|
+
*/
|
|
524
|
+
export type ImageLicense = Message<"agency.v1.ImageLicense"> & {
|
|
525
|
+
/**
|
|
526
|
+
* @generated from field: int32 id = 1;
|
|
527
|
+
*/
|
|
528
|
+
id: number;
|
|
529
|
+
/**
|
|
530
|
+
* @generated from field: optional string link = 2;
|
|
531
|
+
*/
|
|
532
|
+
link?: string | undefined;
|
|
533
|
+
/**
|
|
534
|
+
* @generated from field: string name = 3;
|
|
535
|
+
*/
|
|
536
|
+
name: string;
|
|
537
|
+
/**
|
|
538
|
+
* @generated from field: int32 priority = 4;
|
|
539
|
+
*/
|
|
540
|
+
priority: number;
|
|
541
|
+
};
|
|
542
|
+
/**
|
|
543
|
+
* Describes the message agency.v1.ImageLicense.
|
|
544
|
+
* Use `create(ImageLicenseSchema)` to create a new message.
|
|
545
|
+
*/
|
|
546
|
+
export declare const ImageLicenseSchema: GenMessage<ImageLicense>;
|
|
547
|
+
/**
|
|
548
|
+
* @generated from message agency.v1.ImageVariant
|
|
549
|
+
*/
|
|
550
|
+
export type ImageVariant = Message<"agency.v1.ImageVariant"> & {
|
|
551
|
+
/**
|
|
552
|
+
* @generated from field: int32 id = 1;
|
|
553
|
+
*/
|
|
554
|
+
id: number;
|
|
555
|
+
/**
|
|
556
|
+
* @generated from field: string image_url = 2;
|
|
557
|
+
*/
|
|
558
|
+
imageUrl: string;
|
|
559
|
+
/**
|
|
560
|
+
* @generated from field: agency.v1.ImageVariantType type = 3;
|
|
561
|
+
*/
|
|
562
|
+
type?: ImageVariantType | undefined;
|
|
563
|
+
};
|
|
564
|
+
/**
|
|
565
|
+
* Describes the message agency.v1.ImageVariant.
|
|
566
|
+
* Use `create(ImageVariantSchema)` to create a new message.
|
|
567
|
+
*/
|
|
568
|
+
export declare const ImageVariantSchema: GenMessage<ImageVariant>;
|
|
569
|
+
/**
|
|
570
|
+
* @generated from message agency.v1.ImageVariantType
|
|
571
|
+
*/
|
|
572
|
+
export type ImageVariantType = Message<"agency.v1.ImageVariantType"> & {
|
|
573
|
+
/**
|
|
574
|
+
* @generated from field: int32 id = 1;
|
|
575
|
+
*/
|
|
576
|
+
id: number;
|
|
577
|
+
/**
|
|
578
|
+
* @generated from field: string name = 2;
|
|
579
|
+
*/
|
|
580
|
+
name: string;
|
|
581
|
+
};
|
|
582
|
+
/**
|
|
583
|
+
* Describes the message agency.v1.ImageVariantType.
|
|
584
|
+
* Use `create(ImageVariantTypeSchema)` to create a new message.
|
|
585
|
+
*/
|
|
586
|
+
export declare const ImageVariantTypeSchema: GenMessage<ImageVariantType>;
|
|
587
|
+
/**
|
|
588
|
+
* @generated from message agency.v1.LauncherConfigDetailedSerializerNoManufacturer
|
|
589
|
+
*/
|
|
590
|
+
export type LauncherConfigDetailedSerializerNoManufacturer = Message<"agency.v1.LauncherConfigDetailedSerializerNoManufacturer"> & {
|
|
591
|
+
/**
|
|
592
|
+
* @generated from field: bool active = 1;
|
|
593
|
+
*/
|
|
594
|
+
active: boolean;
|
|
595
|
+
/**
|
|
596
|
+
* @generated from field: string alias = 2;
|
|
597
|
+
*/
|
|
598
|
+
alias: string;
|
|
599
|
+
/**
|
|
600
|
+
* @generated from field: optional float apogee = 3;
|
|
601
|
+
*/
|
|
602
|
+
apogee?: number | undefined;
|
|
603
|
+
/**
|
|
604
|
+
* @generated from field: optional int32 attempted_landings = 4;
|
|
605
|
+
*/
|
|
606
|
+
attemptedLandings?: number | undefined;
|
|
607
|
+
/**
|
|
608
|
+
* @generated from field: optional int32 consecutive_successful_landings = 5;
|
|
609
|
+
*/
|
|
610
|
+
consecutiveSuccessfulLandings?: number | undefined;
|
|
611
|
+
/**
|
|
612
|
+
* @generated from field: optional int32 consecutive_successful_launches = 6;
|
|
613
|
+
*/
|
|
614
|
+
consecutiveSuccessfulLaunches?: number | undefined;
|
|
615
|
+
/**
|
|
616
|
+
* @generated from field: string description = 7;
|
|
617
|
+
*/
|
|
618
|
+
description: string;
|
|
619
|
+
/**
|
|
620
|
+
* @generated from field: optional float diameter = 8;
|
|
621
|
+
*/
|
|
622
|
+
diameter?: number | undefined;
|
|
623
|
+
/**
|
|
624
|
+
* @generated from field: optional int32 failed_landings = 9;
|
|
625
|
+
*/
|
|
626
|
+
failedLandings?: number | undefined;
|
|
627
|
+
/**
|
|
628
|
+
* @generated from field: optional int32 failed_launches = 10;
|
|
629
|
+
*/
|
|
630
|
+
failedLaunches?: number | undefined;
|
|
631
|
+
/**
|
|
632
|
+
* @generated from field: repeated agency.v1.LauncherConfigFamilyDetailed families = 11;
|
|
633
|
+
*/
|
|
634
|
+
families: LauncherConfigFamilyDetailed[];
|
|
635
|
+
/**
|
|
636
|
+
* @generated from field: optional string fastest_turnaround = 12;
|
|
637
|
+
*/
|
|
638
|
+
fastestTurnaround?: string | undefined;
|
|
639
|
+
/**
|
|
640
|
+
* @generated from field: string full_name = 13;
|
|
641
|
+
*/
|
|
642
|
+
fullName: string;
|
|
643
|
+
/**
|
|
644
|
+
* @generated from field: optional float geo_capacity = 14;
|
|
645
|
+
*/
|
|
646
|
+
geoCapacity?: number | undefined;
|
|
647
|
+
/**
|
|
648
|
+
* @generated from field: optional float gto_capacity = 15;
|
|
649
|
+
*/
|
|
650
|
+
gtoCapacity?: number | undefined;
|
|
651
|
+
/**
|
|
652
|
+
* @generated from field: int32 id = 16;
|
|
653
|
+
*/
|
|
654
|
+
id: number;
|
|
655
|
+
/**
|
|
656
|
+
* @generated from field: agency.v1.Image image = 17;
|
|
657
|
+
*/
|
|
658
|
+
image?: Image | undefined;
|
|
659
|
+
/**
|
|
660
|
+
* @generated from field: optional string info_url = 18;
|
|
661
|
+
*/
|
|
662
|
+
infoUrl?: string | undefined;
|
|
663
|
+
/**
|
|
664
|
+
* @generated from field: bool is_placeholder = 19;
|
|
665
|
+
*/
|
|
666
|
+
isPlaceholder: boolean;
|
|
667
|
+
/**
|
|
668
|
+
* @generated from field: optional int32 launch_cost = 20;
|
|
669
|
+
*/
|
|
670
|
+
launchCost?: number | undefined;
|
|
671
|
+
/**
|
|
672
|
+
* @generated from field: optional float launch_mass = 21;
|
|
673
|
+
*/
|
|
674
|
+
launchMass?: number | undefined;
|
|
675
|
+
/**
|
|
676
|
+
* @generated from field: optional float length = 22;
|
|
677
|
+
*/
|
|
678
|
+
length?: number | undefined;
|
|
679
|
+
/**
|
|
680
|
+
* @generated from field: optional float leo_capacity = 23;
|
|
681
|
+
*/
|
|
682
|
+
leoCapacity?: number | undefined;
|
|
683
|
+
/**
|
|
684
|
+
* @generated from field: optional string maiden_flight = 24;
|
|
685
|
+
*/
|
|
686
|
+
maidenFlight?: string | undefined;
|
|
687
|
+
/**
|
|
688
|
+
* @generated from field: optional int32 max_stage = 25;
|
|
689
|
+
*/
|
|
690
|
+
maxStage?: number | undefined;
|
|
691
|
+
/**
|
|
692
|
+
* @generated from field: optional int32 min_stage = 26;
|
|
693
|
+
*/
|
|
694
|
+
minStage?: number | undefined;
|
|
695
|
+
/**
|
|
696
|
+
* @generated from field: string name = 27;
|
|
697
|
+
*/
|
|
698
|
+
name: string;
|
|
699
|
+
/**
|
|
700
|
+
* @generated from field: optional int32 pending_launches = 28;
|
|
701
|
+
*/
|
|
702
|
+
pendingLaunches?: number | undefined;
|
|
703
|
+
/**
|
|
704
|
+
* @generated from field: repeated agency.v1.ProgramNormal program = 29;
|
|
705
|
+
*/
|
|
706
|
+
program: ProgramNormal[];
|
|
707
|
+
/**
|
|
708
|
+
* @generated from field: string response_mode = 30;
|
|
709
|
+
*/
|
|
710
|
+
responseMode: string;
|
|
711
|
+
/**
|
|
712
|
+
* @generated from field: bool reusable = 31;
|
|
713
|
+
*/
|
|
714
|
+
reusable: boolean;
|
|
715
|
+
/**
|
|
716
|
+
* @generated from field: optional float sso_capacity = 32;
|
|
717
|
+
*/
|
|
718
|
+
ssoCapacity?: number | undefined;
|
|
719
|
+
/**
|
|
720
|
+
* @generated from field: optional int32 successful_landings = 33;
|
|
721
|
+
*/
|
|
722
|
+
successfulLandings?: number | undefined;
|
|
723
|
+
/**
|
|
724
|
+
* @generated from field: optional int32 successful_launches = 34;
|
|
725
|
+
*/
|
|
726
|
+
successfulLaunches?: number | undefined;
|
|
727
|
+
/**
|
|
728
|
+
* @generated from field: optional float to_thrust = 35;
|
|
729
|
+
*/
|
|
730
|
+
toThrust?: number | undefined;
|
|
731
|
+
/**
|
|
732
|
+
* @generated from field: optional int32 total_launch_count = 36;
|
|
733
|
+
*/
|
|
734
|
+
totalLaunchCount?: number | undefined;
|
|
735
|
+
/**
|
|
736
|
+
* @generated from field: string url = 37;
|
|
737
|
+
*/
|
|
738
|
+
url: string;
|
|
739
|
+
/**
|
|
740
|
+
* @generated from field: string variant = 38;
|
|
741
|
+
*/
|
|
742
|
+
variant: string;
|
|
743
|
+
/**
|
|
744
|
+
* @generated from field: optional string wiki_url = 39;
|
|
745
|
+
*/
|
|
746
|
+
wikiUrl?: string | undefined;
|
|
747
|
+
};
|
|
748
|
+
/**
|
|
749
|
+
* Describes the message agency.v1.LauncherConfigDetailedSerializerNoManufacturer.
|
|
750
|
+
* Use `create(LauncherConfigDetailedSerializerNoManufacturerSchema)` to create a new message.
|
|
751
|
+
*/
|
|
752
|
+
export declare const LauncherConfigDetailedSerializerNoManufacturerSchema: GenMessage<LauncherConfigDetailedSerializerNoManufacturer>;
|
|
753
|
+
/**
|
|
754
|
+
* @generated from message agency.v1.LauncherConfigFamilyDetailed
|
|
755
|
+
*/
|
|
756
|
+
export type LauncherConfigFamilyDetailed = Message<"agency.v1.LauncherConfigFamilyDetailed"> & {
|
|
757
|
+
/**
|
|
758
|
+
* @generated from field: bool active = 1;
|
|
759
|
+
*/
|
|
760
|
+
active: boolean;
|
|
761
|
+
/**
|
|
762
|
+
* @generated from field: optional int32 attempted_landings = 2;
|
|
763
|
+
*/
|
|
764
|
+
attemptedLandings?: number | undefined;
|
|
765
|
+
/**
|
|
766
|
+
* @generated from field: optional int32 consecutive_successful_landings = 3;
|
|
767
|
+
*/
|
|
768
|
+
consecutiveSuccessfulLandings?: number | undefined;
|
|
769
|
+
/**
|
|
770
|
+
* @generated from field: optional int32 consecutive_successful_launches = 4;
|
|
771
|
+
*/
|
|
772
|
+
consecutiveSuccessfulLaunches?: number | undefined;
|
|
773
|
+
/**
|
|
774
|
+
* @generated from field: string description = 5;
|
|
775
|
+
*/
|
|
776
|
+
description: string;
|
|
777
|
+
/**
|
|
778
|
+
* @generated from field: optional int32 failed_landings = 6;
|
|
779
|
+
*/
|
|
780
|
+
failedLandings?: number | undefined;
|
|
781
|
+
/**
|
|
782
|
+
* @generated from field: optional int32 failed_launches = 7;
|
|
783
|
+
*/
|
|
784
|
+
failedLaunches?: number | undefined;
|
|
785
|
+
/**
|
|
786
|
+
* @generated from field: int32 id = 8;
|
|
787
|
+
*/
|
|
788
|
+
id: number;
|
|
789
|
+
/**
|
|
790
|
+
* @generated from field: optional string maiden_flight = 9;
|
|
791
|
+
*/
|
|
792
|
+
maidenFlight?: string | undefined;
|
|
793
|
+
/**
|
|
794
|
+
* @generated from field: repeated agency.v1.AgencyDetailed manufacturer = 10;
|
|
795
|
+
*/
|
|
796
|
+
manufacturer: AgencyDetailed[];
|
|
797
|
+
/**
|
|
798
|
+
* @generated from field: string name = 11;
|
|
799
|
+
*/
|
|
800
|
+
name: string;
|
|
801
|
+
/**
|
|
802
|
+
* @generated from field: agency.v1.LauncherConfigFamilyNormal parent = 12;
|
|
803
|
+
*/
|
|
804
|
+
parent?: LauncherConfigFamilyNormal | undefined;
|
|
805
|
+
/**
|
|
806
|
+
* @generated from field: optional int32 pending_launches = 13;
|
|
807
|
+
*/
|
|
808
|
+
pendingLaunches?: number | undefined;
|
|
809
|
+
/**
|
|
810
|
+
* @generated from field: string response_mode = 14;
|
|
811
|
+
*/
|
|
812
|
+
responseMode: string;
|
|
813
|
+
/**
|
|
814
|
+
* @generated from field: optional int32 successful_landings = 15;
|
|
815
|
+
*/
|
|
816
|
+
successfulLandings?: number | undefined;
|
|
817
|
+
/**
|
|
818
|
+
* @generated from field: optional int32 successful_launches = 16;
|
|
819
|
+
*/
|
|
820
|
+
successfulLaunches?: number | undefined;
|
|
821
|
+
/**
|
|
822
|
+
* @generated from field: optional int32 total_launch_count = 17;
|
|
823
|
+
*/
|
|
824
|
+
totalLaunchCount?: number | undefined;
|
|
825
|
+
};
|
|
826
|
+
/**
|
|
827
|
+
* Describes the message agency.v1.LauncherConfigFamilyDetailed.
|
|
828
|
+
* Use `create(LauncherConfigFamilyDetailedSchema)` to create a new message.
|
|
829
|
+
*/
|
|
830
|
+
export declare const LauncherConfigFamilyDetailedSchema: GenMessage<LauncherConfigFamilyDetailed>;
|
|
831
|
+
/**
|
|
832
|
+
* @generated from message agency.v1.LauncherConfigFamilyMini
|
|
833
|
+
*/
|
|
834
|
+
export type LauncherConfigFamilyMini = Message<"agency.v1.LauncherConfigFamilyMini"> & {
|
|
835
|
+
/**
|
|
836
|
+
* @generated from field: int32 id = 1;
|
|
837
|
+
*/
|
|
838
|
+
id: number;
|
|
839
|
+
/**
|
|
840
|
+
* @generated from field: string name = 2;
|
|
841
|
+
*/
|
|
842
|
+
name: string;
|
|
843
|
+
/**
|
|
844
|
+
* @generated from field: string response_mode = 3;
|
|
845
|
+
*/
|
|
846
|
+
responseMode: string;
|
|
847
|
+
};
|
|
848
|
+
/**
|
|
849
|
+
* Describes the message agency.v1.LauncherConfigFamilyMini.
|
|
850
|
+
* Use `create(LauncherConfigFamilyMiniSchema)` to create a new message.
|
|
851
|
+
*/
|
|
852
|
+
export declare const LauncherConfigFamilyMiniSchema: GenMessage<LauncherConfigFamilyMini>;
|
|
853
|
+
/**
|
|
854
|
+
* @generated from message agency.v1.LauncherConfigFamilyNormal
|
|
855
|
+
*/
|
|
856
|
+
export type LauncherConfigFamilyNormal = Message<"agency.v1.LauncherConfigFamilyNormal"> & {
|
|
857
|
+
/**
|
|
858
|
+
* @generated from field: int32 id = 1;
|
|
859
|
+
*/
|
|
860
|
+
id: number;
|
|
861
|
+
/**
|
|
862
|
+
* @generated from field: repeated agency.v1.AgencyNormal manufacturer = 2;
|
|
863
|
+
*/
|
|
864
|
+
manufacturer: AgencyNormal[];
|
|
865
|
+
/**
|
|
866
|
+
* @generated from field: string name = 3;
|
|
867
|
+
*/
|
|
868
|
+
name: string;
|
|
869
|
+
/**
|
|
870
|
+
* @generated from field: agency.v1.LauncherConfigFamilyMini parent = 4;
|
|
871
|
+
*/
|
|
872
|
+
parent?: LauncherConfigFamilyMini | undefined;
|
|
873
|
+
/**
|
|
874
|
+
* @generated from field: string response_mode = 5;
|
|
875
|
+
*/
|
|
876
|
+
responseMode: string;
|
|
877
|
+
};
|
|
878
|
+
/**
|
|
879
|
+
* Describes the message agency.v1.LauncherConfigFamilyNormal.
|
|
880
|
+
* Use `create(LauncherConfigFamilyNormalSchema)` to create a new message.
|
|
881
|
+
*/
|
|
882
|
+
export declare const LauncherConfigFamilyNormalSchema: GenMessage<LauncherConfigFamilyNormal>;
|
|
883
|
+
/**
|
|
884
|
+
* @generated from message agency.v1.MissionPatch
|
|
885
|
+
*/
|
|
886
|
+
export type MissionPatch = Message<"agency.v1.MissionPatch"> & {
|
|
887
|
+
/**
|
|
888
|
+
* @generated from field: agency.v1.AgencyMini agency = 1;
|
|
889
|
+
*/
|
|
890
|
+
agency?: AgencyMini | undefined;
|
|
891
|
+
/**
|
|
892
|
+
* @generated from field: int32 id = 2;
|
|
893
|
+
*/
|
|
894
|
+
id: number;
|
|
895
|
+
/**
|
|
896
|
+
* @generated from field: string image_url = 3;
|
|
897
|
+
*/
|
|
898
|
+
imageUrl: string;
|
|
899
|
+
/**
|
|
900
|
+
* @generated from field: string name = 4;
|
|
901
|
+
*/
|
|
902
|
+
name: string;
|
|
903
|
+
/**
|
|
904
|
+
* @generated from field: int32 priority = 5;
|
|
905
|
+
*/
|
|
906
|
+
priority: number;
|
|
907
|
+
/**
|
|
908
|
+
* @generated from field: string response_mode = 6;
|
|
909
|
+
*/
|
|
910
|
+
responseMode: string;
|
|
911
|
+
};
|
|
912
|
+
/**
|
|
913
|
+
* Describes the message agency.v1.MissionPatch.
|
|
914
|
+
* Use `create(MissionPatchSchema)` to create a new message.
|
|
915
|
+
*/
|
|
916
|
+
export declare const MissionPatchSchema: GenMessage<MissionPatch>;
|
|
917
|
+
/**
|
|
918
|
+
* @generated from message agency.v1.ProgramNormal
|
|
919
|
+
*/
|
|
920
|
+
export type ProgramNormal = Message<"agency.v1.ProgramNormal"> & {
|
|
921
|
+
/**
|
|
922
|
+
* @generated from field: repeated agency.v1.AgencyMini agencies = 1;
|
|
923
|
+
*/
|
|
924
|
+
agencies: AgencyMini[];
|
|
925
|
+
/**
|
|
926
|
+
* @generated from field: optional string description = 2;
|
|
927
|
+
*/
|
|
928
|
+
description?: string | undefined;
|
|
929
|
+
/**
|
|
930
|
+
* @generated from field: optional string end_date = 3;
|
|
931
|
+
*/
|
|
932
|
+
endDate?: string | undefined;
|
|
933
|
+
/**
|
|
934
|
+
* @generated from field: int32 id = 4;
|
|
935
|
+
*/
|
|
936
|
+
id: number;
|
|
937
|
+
/**
|
|
938
|
+
* @generated from field: agency.v1.Image image = 5;
|
|
939
|
+
*/
|
|
940
|
+
image?: Image | undefined;
|
|
941
|
+
/**
|
|
942
|
+
* @generated from field: optional string info_url = 6;
|
|
943
|
+
*/
|
|
944
|
+
infoUrl?: string | undefined;
|
|
945
|
+
/**
|
|
946
|
+
* @generated from field: repeated agency.v1.MissionPatch mission_patches = 7;
|
|
947
|
+
*/
|
|
948
|
+
missionPatches: MissionPatch[];
|
|
949
|
+
/**
|
|
950
|
+
* @generated from field: string name = 8;
|
|
951
|
+
*/
|
|
952
|
+
name: string;
|
|
953
|
+
/**
|
|
954
|
+
* @generated from field: string response_mode = 9;
|
|
955
|
+
*/
|
|
956
|
+
responseMode: string;
|
|
957
|
+
/**
|
|
958
|
+
* @generated from field: optional string start_date = 10;
|
|
959
|
+
*/
|
|
960
|
+
startDate?: string | undefined;
|
|
961
|
+
/**
|
|
962
|
+
* @generated from field: agency.v1.ProgramType type = 11;
|
|
963
|
+
*/
|
|
964
|
+
type?: ProgramType | undefined;
|
|
965
|
+
/**
|
|
966
|
+
* @generated from field: string url = 12;
|
|
967
|
+
*/
|
|
968
|
+
url: string;
|
|
969
|
+
/**
|
|
970
|
+
* @generated from field: optional string wiki_url = 13;
|
|
971
|
+
*/
|
|
972
|
+
wikiUrl?: string | undefined;
|
|
973
|
+
};
|
|
974
|
+
/**
|
|
975
|
+
* Describes the message agency.v1.ProgramNormal.
|
|
976
|
+
* Use `create(ProgramNormalSchema)` to create a new message.
|
|
977
|
+
*/
|
|
978
|
+
export declare const ProgramNormalSchema: GenMessage<ProgramNormal>;
|
|
979
|
+
/**
|
|
980
|
+
* @generated from message agency.v1.ProgramType
|
|
981
|
+
*/
|
|
982
|
+
export type ProgramType = Message<"agency.v1.ProgramType"> & {
|
|
983
|
+
/**
|
|
984
|
+
* @generated from field: int32 id = 1;
|
|
985
|
+
*/
|
|
986
|
+
id: number;
|
|
987
|
+
/**
|
|
988
|
+
* @generated from field: string name = 2;
|
|
989
|
+
*/
|
|
990
|
+
name: string;
|
|
991
|
+
};
|
|
992
|
+
/**
|
|
993
|
+
* Describes the message agency.v1.ProgramType.
|
|
994
|
+
* Use `create(ProgramTypeSchema)` to create a new message.
|
|
995
|
+
*/
|
|
996
|
+
export declare const ProgramTypeSchema: GenMessage<ProgramType>;
|
|
997
|
+
/**
|
|
998
|
+
* @generated from message agency.v1.SocialMedia
|
|
999
|
+
*/
|
|
1000
|
+
export type SocialMedia = Message<"agency.v1.SocialMedia"> & {
|
|
1001
|
+
/**
|
|
1002
|
+
* @generated from field: int32 id = 1;
|
|
1003
|
+
*/
|
|
1004
|
+
id: number;
|
|
1005
|
+
/**
|
|
1006
|
+
* @generated from field: agency.v1.Image logo = 2;
|
|
1007
|
+
*/
|
|
1008
|
+
logo?: Image | undefined;
|
|
1009
|
+
/**
|
|
1010
|
+
* @generated from field: string name = 3;
|
|
1011
|
+
*/
|
|
1012
|
+
name: string;
|
|
1013
|
+
/**
|
|
1014
|
+
* @generated from field: optional string url = 4;
|
|
1015
|
+
*/
|
|
1016
|
+
url?: string | undefined;
|
|
1017
|
+
};
|
|
1018
|
+
/**
|
|
1019
|
+
* Describes the message agency.v1.SocialMedia.
|
|
1020
|
+
* Use `create(SocialMediaSchema)` to create a new message.
|
|
1021
|
+
*/
|
|
1022
|
+
export declare const SocialMediaSchema: GenMessage<SocialMedia>;
|
|
1023
|
+
/**
|
|
1024
|
+
* @generated from message agency.v1.SocialMediaLink
|
|
1025
|
+
*/
|
|
1026
|
+
export type SocialMediaLink = Message<"agency.v1.SocialMediaLink"> & {
|
|
1027
|
+
/**
|
|
1028
|
+
* @generated from field: int32 id = 1;
|
|
1029
|
+
*/
|
|
1030
|
+
id: number;
|
|
1031
|
+
/**
|
|
1032
|
+
* @generated from field: agency.v1.SocialMedia social_media = 2;
|
|
1033
|
+
*/
|
|
1034
|
+
socialMedia?: SocialMedia | undefined;
|
|
1035
|
+
/**
|
|
1036
|
+
* @generated from field: optional string url = 3;
|
|
1037
|
+
*/
|
|
1038
|
+
url?: string | undefined;
|
|
1039
|
+
};
|
|
1040
|
+
/**
|
|
1041
|
+
* Describes the message agency.v1.SocialMediaLink.
|
|
1042
|
+
* Use `create(SocialMediaLinkSchema)` to create a new message.
|
|
1043
|
+
*/
|
|
1044
|
+
export declare const SocialMediaLinkSchema: GenMessage<SocialMediaLink>;
|
|
1045
|
+
/**
|
|
1046
|
+
* @generated from message agency.v1.SpacecraftConfigDetailed
|
|
1047
|
+
*/
|
|
1048
|
+
export type SpacecraftConfigDetailed = Message<"agency.v1.SpacecraftConfigDetailed"> & {
|
|
1049
|
+
/**
|
|
1050
|
+
* @generated from field: agency.v1.AgencyNormal agency = 1;
|
|
1051
|
+
*/
|
|
1052
|
+
agency?: AgencyNormal | undefined;
|
|
1053
|
+
/**
|
|
1054
|
+
* @generated from field: optional int32 attempted_landings = 2;
|
|
1055
|
+
*/
|
|
1056
|
+
attemptedLandings?: number | undefined;
|
|
1057
|
+
/**
|
|
1058
|
+
* @generated from field: string capability = 3;
|
|
1059
|
+
*/
|
|
1060
|
+
capability: string;
|
|
1061
|
+
/**
|
|
1062
|
+
* @generated from field: optional int32 crew_capacity = 4;
|
|
1063
|
+
*/
|
|
1064
|
+
crewCapacity?: number | undefined;
|
|
1065
|
+
/**
|
|
1066
|
+
* @generated from field: string details = 5;
|
|
1067
|
+
*/
|
|
1068
|
+
details: string;
|
|
1069
|
+
/**
|
|
1070
|
+
* @generated from field: optional float diameter = 6;
|
|
1071
|
+
*/
|
|
1072
|
+
diameter?: number | undefined;
|
|
1073
|
+
/**
|
|
1074
|
+
* @generated from field: optional int32 failed_landings = 7;
|
|
1075
|
+
*/
|
|
1076
|
+
failedLandings?: number | undefined;
|
|
1077
|
+
/**
|
|
1078
|
+
* @generated from field: optional int32 failed_launches = 8;
|
|
1079
|
+
*/
|
|
1080
|
+
failedLaunches?: number | undefined;
|
|
1081
|
+
/**
|
|
1082
|
+
* @generated from field: repeated agency.v1.SpacecraftConfigFamilyDetailed family = 9;
|
|
1083
|
+
*/
|
|
1084
|
+
family: SpacecraftConfigFamilyDetailed[];
|
|
1085
|
+
/**
|
|
1086
|
+
* @generated from field: optional string fastest_turnaround = 10;
|
|
1087
|
+
*/
|
|
1088
|
+
fastestTurnaround?: string | undefined;
|
|
1089
|
+
/**
|
|
1090
|
+
* @generated from field: optional string flight_life = 11;
|
|
1091
|
+
*/
|
|
1092
|
+
flightLife?: string | undefined;
|
|
1093
|
+
/**
|
|
1094
|
+
* @generated from field: optional float height = 12;
|
|
1095
|
+
*/
|
|
1096
|
+
height?: number | undefined;
|
|
1097
|
+
/**
|
|
1098
|
+
* @generated from field: string history = 13;
|
|
1099
|
+
*/
|
|
1100
|
+
history: string;
|
|
1101
|
+
/**
|
|
1102
|
+
* @generated from field: bool human_rated = 14;
|
|
1103
|
+
*/
|
|
1104
|
+
humanRated: boolean;
|
|
1105
|
+
/**
|
|
1106
|
+
* @generated from field: int32 id = 15;
|
|
1107
|
+
*/
|
|
1108
|
+
id: number;
|
|
1109
|
+
/**
|
|
1110
|
+
* @generated from field: agency.v1.Image image = 16;
|
|
1111
|
+
*/
|
|
1112
|
+
image?: Image | undefined;
|
|
1113
|
+
/**
|
|
1114
|
+
* @generated from field: bool in_use = 17;
|
|
1115
|
+
*/
|
|
1116
|
+
inUse: boolean;
|
|
1117
|
+
/**
|
|
1118
|
+
* @generated from field: string info_link = 18;
|
|
1119
|
+
*/
|
|
1120
|
+
infoLink: string;
|
|
1121
|
+
/**
|
|
1122
|
+
* @generated from field: optional string maiden_flight = 19;
|
|
1123
|
+
*/
|
|
1124
|
+
maidenFlight?: string | undefined;
|
|
1125
|
+
/**
|
|
1126
|
+
* @generated from field: string name = 20;
|
|
1127
|
+
*/
|
|
1128
|
+
name: string;
|
|
1129
|
+
/**
|
|
1130
|
+
* @generated from field: optional int32 payload_capacity = 21;
|
|
1131
|
+
*/
|
|
1132
|
+
payloadCapacity?: number | undefined;
|
|
1133
|
+
/**
|
|
1134
|
+
* @generated from field: optional int32 payload_return_capacity = 22;
|
|
1135
|
+
*/
|
|
1136
|
+
payloadReturnCapacity?: number | undefined;
|
|
1137
|
+
/**
|
|
1138
|
+
* @generated from field: string response_mode = 23;
|
|
1139
|
+
*/
|
|
1140
|
+
responseMode: string;
|
|
1141
|
+
/**
|
|
1142
|
+
* @generated from field: optional int32 spacecraft_flown = 24;
|
|
1143
|
+
*/
|
|
1144
|
+
spacecraftFlown?: number | undefined;
|
|
1145
|
+
/**
|
|
1146
|
+
* @generated from field: optional int32 successful_landings = 25;
|
|
1147
|
+
*/
|
|
1148
|
+
successfulLandings?: number | undefined;
|
|
1149
|
+
/**
|
|
1150
|
+
* @generated from field: optional int32 successful_launches = 26;
|
|
1151
|
+
*/
|
|
1152
|
+
successfulLaunches?: number | undefined;
|
|
1153
|
+
/**
|
|
1154
|
+
* @generated from field: optional int32 total_launch_count = 27;
|
|
1155
|
+
*/
|
|
1156
|
+
totalLaunchCount?: number | undefined;
|
|
1157
|
+
/**
|
|
1158
|
+
* @generated from field: agency.v1.SpacecraftConfigType type = 28;
|
|
1159
|
+
*/
|
|
1160
|
+
type?: SpacecraftConfigType | undefined;
|
|
1161
|
+
/**
|
|
1162
|
+
* @generated from field: string url = 29;
|
|
1163
|
+
*/
|
|
1164
|
+
url: string;
|
|
1165
|
+
/**
|
|
1166
|
+
* @generated from field: string wiki_link = 30;
|
|
1167
|
+
*/
|
|
1168
|
+
wikiLink: string;
|
|
1169
|
+
};
|
|
1170
|
+
/**
|
|
1171
|
+
* Describes the message agency.v1.SpacecraftConfigDetailed.
|
|
1172
|
+
* Use `create(SpacecraftConfigDetailedSchema)` to create a new message.
|
|
1173
|
+
*/
|
|
1174
|
+
export declare const SpacecraftConfigDetailedSchema: GenMessage<SpacecraftConfigDetailed>;
|
|
1175
|
+
/**
|
|
1176
|
+
* @generated from message agency.v1.SpacecraftConfigFamilyDetailed
|
|
1177
|
+
*/
|
|
1178
|
+
export type SpacecraftConfigFamilyDetailed = Message<"agency.v1.SpacecraftConfigFamilyDetailed"> & {
|
|
1179
|
+
/**
|
|
1180
|
+
* @generated from field: optional int32 attempted_landings = 1;
|
|
1181
|
+
*/
|
|
1182
|
+
attemptedLandings?: number | undefined;
|
|
1183
|
+
/**
|
|
1184
|
+
* @generated from field: string description = 2;
|
|
1185
|
+
*/
|
|
1186
|
+
description: string;
|
|
1187
|
+
/**
|
|
1188
|
+
* @generated from field: optional int32 failed_landings = 3;
|
|
1189
|
+
*/
|
|
1190
|
+
failedLandings?: number | undefined;
|
|
1191
|
+
/**
|
|
1192
|
+
* @generated from field: optional int32 failed_launches = 4;
|
|
1193
|
+
*/
|
|
1194
|
+
failedLaunches?: number | undefined;
|
|
1195
|
+
/**
|
|
1196
|
+
* @generated from field: int32 id = 5;
|
|
1197
|
+
*/
|
|
1198
|
+
id: number;
|
|
1199
|
+
/**
|
|
1200
|
+
* @generated from field: optional string maiden_flight = 6;
|
|
1201
|
+
*/
|
|
1202
|
+
maidenFlight?: string | undefined;
|
|
1203
|
+
/**
|
|
1204
|
+
* @generated from field: agency.v1.AgencyNormal manufacturer = 7;
|
|
1205
|
+
*/
|
|
1206
|
+
manufacturer?: AgencyNormal | undefined;
|
|
1207
|
+
/**
|
|
1208
|
+
* @generated from field: string name = 8;
|
|
1209
|
+
*/
|
|
1210
|
+
name: string;
|
|
1211
|
+
/**
|
|
1212
|
+
* @generated from field: agency.v1.SpacecraftConfigFamilyNormal parent = 9;
|
|
1213
|
+
*/
|
|
1214
|
+
parent?: SpacecraftConfigFamilyNormal | undefined;
|
|
1215
|
+
/**
|
|
1216
|
+
* @generated from field: string response_mode = 10;
|
|
1217
|
+
*/
|
|
1218
|
+
responseMode: string;
|
|
1219
|
+
/**
|
|
1220
|
+
* @generated from field: optional int32 spacecraft_flown = 11;
|
|
1221
|
+
*/
|
|
1222
|
+
spacecraftFlown?: number | undefined;
|
|
1223
|
+
/**
|
|
1224
|
+
* @generated from field: optional int32 successful_landings = 12;
|
|
1225
|
+
*/
|
|
1226
|
+
successfulLandings?: number | undefined;
|
|
1227
|
+
/**
|
|
1228
|
+
* @generated from field: optional int32 successful_launches = 13;
|
|
1229
|
+
*/
|
|
1230
|
+
successfulLaunches?: number | undefined;
|
|
1231
|
+
/**
|
|
1232
|
+
* @generated from field: optional int32 total_launch_count = 14;
|
|
1233
|
+
*/
|
|
1234
|
+
totalLaunchCount?: number | undefined;
|
|
1235
|
+
};
|
|
1236
|
+
/**
|
|
1237
|
+
* Describes the message agency.v1.SpacecraftConfigFamilyDetailed.
|
|
1238
|
+
* Use `create(SpacecraftConfigFamilyDetailedSchema)` to create a new message.
|
|
1239
|
+
*/
|
|
1240
|
+
export declare const SpacecraftConfigFamilyDetailedSchema: GenMessage<SpacecraftConfigFamilyDetailed>;
|
|
1241
|
+
/**
|
|
1242
|
+
* @generated from message agency.v1.SpacecraftConfigFamilyMini
|
|
1243
|
+
*/
|
|
1244
|
+
export type SpacecraftConfigFamilyMini = Message<"agency.v1.SpacecraftConfigFamilyMini"> & {
|
|
1245
|
+
/**
|
|
1246
|
+
* @generated from field: int32 id = 1;
|
|
1247
|
+
*/
|
|
1248
|
+
id: number;
|
|
1249
|
+
/**
|
|
1250
|
+
* @generated from field: string name = 2;
|
|
1251
|
+
*/
|
|
1252
|
+
name: string;
|
|
1253
|
+
/**
|
|
1254
|
+
* @generated from field: string response_mode = 3;
|
|
1255
|
+
*/
|
|
1256
|
+
responseMode: string;
|
|
1257
|
+
};
|
|
1258
|
+
/**
|
|
1259
|
+
* Describes the message agency.v1.SpacecraftConfigFamilyMini.
|
|
1260
|
+
* Use `create(SpacecraftConfigFamilyMiniSchema)` to create a new message.
|
|
1261
|
+
*/
|
|
1262
|
+
export declare const SpacecraftConfigFamilyMiniSchema: GenMessage<SpacecraftConfigFamilyMini>;
|
|
1263
|
+
/**
|
|
1264
|
+
* @generated from message agency.v1.SpacecraftConfigFamilyNormal
|
|
1265
|
+
*/
|
|
1266
|
+
export type SpacecraftConfigFamilyNormal = Message<"agency.v1.SpacecraftConfigFamilyNormal"> & {
|
|
1267
|
+
/**
|
|
1268
|
+
* @generated from field: string description = 1;
|
|
1269
|
+
*/
|
|
1270
|
+
description: string;
|
|
1271
|
+
/**
|
|
1272
|
+
* @generated from field: int32 id = 2;
|
|
1273
|
+
*/
|
|
1274
|
+
id: number;
|
|
1275
|
+
/**
|
|
1276
|
+
* @generated from field: optional string maiden_flight = 3;
|
|
1277
|
+
*/
|
|
1278
|
+
maidenFlight?: string | undefined;
|
|
1279
|
+
/**
|
|
1280
|
+
* @generated from field: agency.v1.AgencyMini manufacturer = 4;
|
|
1281
|
+
*/
|
|
1282
|
+
manufacturer?: AgencyMini | undefined;
|
|
1283
|
+
/**
|
|
1284
|
+
* @generated from field: string name = 5;
|
|
1285
|
+
*/
|
|
1286
|
+
name: string;
|
|
1287
|
+
/**
|
|
1288
|
+
* @generated from field: agency.v1.SpacecraftConfigFamilyMini parent = 6;
|
|
1289
|
+
*/
|
|
1290
|
+
parent?: SpacecraftConfigFamilyMini | undefined;
|
|
1291
|
+
/**
|
|
1292
|
+
* @generated from field: string response_mode = 7;
|
|
1293
|
+
*/
|
|
1294
|
+
responseMode: string;
|
|
1295
|
+
};
|
|
1296
|
+
/**
|
|
1297
|
+
* Describes the message agency.v1.SpacecraftConfigFamilyNormal.
|
|
1298
|
+
* Use `create(SpacecraftConfigFamilyNormalSchema)` to create a new message.
|
|
1299
|
+
*/
|
|
1300
|
+
export declare const SpacecraftConfigFamilyNormalSchema: GenMessage<SpacecraftConfigFamilyNormal>;
|
|
1301
|
+
/**
|
|
1302
|
+
* @generated from message agency.v1.SpacecraftConfigType
|
|
1303
|
+
*/
|
|
1304
|
+
export type SpacecraftConfigType = Message<"agency.v1.SpacecraftConfigType"> & {
|
|
1305
|
+
/**
|
|
1306
|
+
* @generated from field: int32 id = 1;
|
|
1307
|
+
*/
|
|
1308
|
+
id: number;
|
|
1309
|
+
/**
|
|
1310
|
+
* @generated from field: string name = 2;
|
|
1311
|
+
*/
|
|
1312
|
+
name: string;
|
|
1313
|
+
};
|
|
1314
|
+
/**
|
|
1315
|
+
* Describes the message agency.v1.SpacecraftConfigType.
|
|
1316
|
+
* Use `create(SpacecraftConfigTypeSchema)` to create a new message.
|
|
1317
|
+
*/
|
|
1318
|
+
export declare const SpacecraftConfigTypeSchema: GenMessage<SpacecraftConfigType>;
|
|
1319
|
+
/**
|
|
1320
|
+
* @generated from message agency.v1.ListAgenciesRequest
|
|
1321
|
+
*/
|
|
1322
|
+
export type ListAgenciesRequest = Message<"agency.v1.ListAgenciesRequest"> & {
|
|
1323
|
+
/**
|
|
1324
|
+
* @generated from field: int32 limit = 1;
|
|
1325
|
+
*/
|
|
1326
|
+
limit: number;
|
|
1327
|
+
/**
|
|
1328
|
+
* @generated from field: int32 offset = 2;
|
|
1329
|
+
*/
|
|
1330
|
+
offset: number;
|
|
1331
|
+
/**
|
|
1332
|
+
* @generated from field: string search = 3;
|
|
1333
|
+
*/
|
|
1334
|
+
search: string;
|
|
1335
|
+
/**
|
|
1336
|
+
* @generated from field: string mode = 4;
|
|
1337
|
+
*/
|
|
1338
|
+
mode: string;
|
|
1339
|
+
};
|
|
1340
|
+
/**
|
|
1341
|
+
* Describes the message agency.v1.ListAgenciesRequest.
|
|
1342
|
+
* Use `create(ListAgenciesRequestSchema)` to create a new message.
|
|
1343
|
+
*/
|
|
1344
|
+
export declare const ListAgenciesRequestSchema: GenMessage<ListAgenciesRequest>;
|
|
1345
|
+
/**
|
|
1346
|
+
* @generated from message agency.v1.ListAgenciesResponse
|
|
1347
|
+
*/
|
|
1348
|
+
export type ListAgenciesResponse = Message<"agency.v1.ListAgenciesResponse"> & {
|
|
1349
|
+
/**
|
|
1350
|
+
* @generated from field: int32 count = 1;
|
|
1351
|
+
*/
|
|
1352
|
+
count: number;
|
|
1353
|
+
/**
|
|
1354
|
+
* @generated from field: string next = 2;
|
|
1355
|
+
*/
|
|
1356
|
+
next: string;
|
|
1357
|
+
/**
|
|
1358
|
+
* @generated from field: string previous = 3;
|
|
1359
|
+
*/
|
|
1360
|
+
previous: string;
|
|
1361
|
+
/**
|
|
1362
|
+
* @generated from field: repeated agency.v1.Agency results = 4;
|
|
1363
|
+
*/
|
|
1364
|
+
results: Agency[];
|
|
1365
|
+
};
|
|
1366
|
+
/**
|
|
1367
|
+
* Describes the message agency.v1.ListAgenciesResponse.
|
|
1368
|
+
* Use `create(ListAgenciesResponseSchema)` to create a new message.
|
|
1369
|
+
*/
|
|
1370
|
+
export declare const ListAgenciesResponseSchema: GenMessage<ListAgenciesResponse>;
|
|
1371
|
+
/**
|
|
1372
|
+
* @generated from message agency.v1.GetAgencyRequest
|
|
1373
|
+
*/
|
|
1374
|
+
export type GetAgencyRequest = Message<"agency.v1.GetAgencyRequest"> & {
|
|
1375
|
+
/**
|
|
1376
|
+
* @generated from field: int32 id = 1;
|
|
1377
|
+
*/
|
|
1378
|
+
id: number;
|
|
1379
|
+
/**
|
|
1380
|
+
* @generated from field: string mode = 2;
|
|
1381
|
+
*/
|
|
1382
|
+
mode: string;
|
|
1383
|
+
};
|
|
1384
|
+
/**
|
|
1385
|
+
* Describes the message agency.v1.GetAgencyRequest.
|
|
1386
|
+
* Use `create(GetAgencyRequestSchema)` to create a new message.
|
|
1387
|
+
*/
|
|
1388
|
+
export declare const GetAgencyRequestSchema: GenMessage<GetAgencyRequest>;
|
|
1389
|
+
/**
|
|
1390
|
+
* @generated from message agency.v1.GetAgencyResponse
|
|
1391
|
+
*/
|
|
1392
|
+
export type GetAgencyResponse = Message<"agency.v1.GetAgencyResponse"> & {
|
|
1393
|
+
/**
|
|
1394
|
+
* @generated from field: agency.v1.Agency agency = 1;
|
|
1395
|
+
*/
|
|
1396
|
+
agency?: Agency | undefined;
|
|
1397
|
+
};
|
|
1398
|
+
/**
|
|
1399
|
+
* Describes the message agency.v1.GetAgencyResponse.
|
|
1400
|
+
* Use `create(GetAgencyResponseSchema)` to create a new message.
|
|
1401
|
+
*/
|
|
1402
|
+
export declare const GetAgencyResponseSchema: GenMessage<GetAgencyResponse>;
|
|
1403
|
+
/**
|
|
1404
|
+
* @generated from service agency.v1.AgencyService
|
|
1405
|
+
*/
|
|
1406
|
+
export declare const AgencyService: GenService<{
|
|
1407
|
+
/**
|
|
1408
|
+
* @generated from rpc agency.v1.AgencyService.ListAgencies
|
|
1409
|
+
*/
|
|
1410
|
+
listAgencies: {
|
|
1411
|
+
methodKind: "unary";
|
|
1412
|
+
input: typeof ListAgenciesRequestSchema;
|
|
1413
|
+
output: typeof ListAgenciesResponseSchema;
|
|
1414
|
+
};
|
|
1415
|
+
/**
|
|
1416
|
+
* @generated from rpc agency.v1.AgencyService.GetAgency
|
|
1417
|
+
*/
|
|
1418
|
+
getAgency: {
|
|
1419
|
+
methodKind: "unary";
|
|
1420
|
+
input: typeof GetAgencyRequestSchema;
|
|
1421
|
+
output: typeof GetAgencyResponseSchema;
|
|
1422
|
+
};
|
|
1423
|
+
}>;
|