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,3163 @@
|
|
|
1
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file proto/landing/v1/landing.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_proto_landing_v1_landing: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* @generated from message landing.v1.AgencyDetailed
|
|
9
|
+
*/
|
|
10
|
+
export type AgencyDetailed = Message<"landing.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 landing.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: landing.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: landing.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: landing.v1.Image social_logo = 25;
|
|
109
|
+
*/
|
|
110
|
+
socialLogo?: Image | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* @generated from field: repeated landing.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: landing.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 landing.v1.AgencyDetailed.
|
|
154
|
+
* Use `create(AgencyDetailedSchema)` to create a new message.
|
|
155
|
+
*/
|
|
156
|
+
export declare const AgencyDetailedSchema: GenMessage<AgencyDetailed>;
|
|
157
|
+
/**
|
|
158
|
+
* @generated from message landing.v1.AgencyMini
|
|
159
|
+
*/
|
|
160
|
+
export type AgencyMini = Message<"landing.v1.AgencyMini"> & {
|
|
161
|
+
/**
|
|
162
|
+
* @generated from field: string abbrev = 1;
|
|
163
|
+
*/
|
|
164
|
+
abbrev: string;
|
|
165
|
+
/**
|
|
166
|
+
* @generated from field: int32 id = 2;
|
|
167
|
+
*/
|
|
168
|
+
id: number;
|
|
169
|
+
/**
|
|
170
|
+
* @generated from field: string name = 3;
|
|
171
|
+
*/
|
|
172
|
+
name: string;
|
|
173
|
+
/**
|
|
174
|
+
* @generated from field: string response_mode = 4;
|
|
175
|
+
*/
|
|
176
|
+
responseMode: string;
|
|
177
|
+
/**
|
|
178
|
+
* @generated from field: landing.v1.AgencyType type = 5;
|
|
179
|
+
*/
|
|
180
|
+
type?: AgencyType | undefined;
|
|
181
|
+
/**
|
|
182
|
+
* @generated from field: string url = 6;
|
|
183
|
+
*/
|
|
184
|
+
url: string;
|
|
185
|
+
};
|
|
186
|
+
/**
|
|
187
|
+
* Describes the message landing.v1.AgencyMini.
|
|
188
|
+
* Use `create(AgencyMiniSchema)` to create a new message.
|
|
189
|
+
*/
|
|
190
|
+
export declare const AgencyMiniSchema: GenMessage<AgencyMini>;
|
|
191
|
+
/**
|
|
192
|
+
* @generated from message landing.v1.AgencyNormal
|
|
193
|
+
*/
|
|
194
|
+
export type AgencyNormal = Message<"landing.v1.AgencyNormal"> & {
|
|
195
|
+
/**
|
|
196
|
+
* @generated from field: string abbrev = 1;
|
|
197
|
+
*/
|
|
198
|
+
abbrev: string;
|
|
199
|
+
/**
|
|
200
|
+
* @generated from field: optional string administrator = 2;
|
|
201
|
+
*/
|
|
202
|
+
administrator?: string | undefined;
|
|
203
|
+
/**
|
|
204
|
+
* @generated from field: repeated landing.v1.Country country = 3;
|
|
205
|
+
*/
|
|
206
|
+
country: Country[];
|
|
207
|
+
/**
|
|
208
|
+
* @generated from field: optional string description = 4;
|
|
209
|
+
*/
|
|
210
|
+
description?: string | undefined;
|
|
211
|
+
/**
|
|
212
|
+
* @generated from field: bool featured = 5;
|
|
213
|
+
*/
|
|
214
|
+
featured: boolean;
|
|
215
|
+
/**
|
|
216
|
+
* @generated from field: optional int32 founding_year = 6;
|
|
217
|
+
*/
|
|
218
|
+
foundingYear?: number | undefined;
|
|
219
|
+
/**
|
|
220
|
+
* @generated from field: int32 id = 7;
|
|
221
|
+
*/
|
|
222
|
+
id: number;
|
|
223
|
+
/**
|
|
224
|
+
* @generated from field: landing.v1.Image image = 8;
|
|
225
|
+
*/
|
|
226
|
+
image?: Image | undefined;
|
|
227
|
+
/**
|
|
228
|
+
* @generated from field: string launchers = 9;
|
|
229
|
+
*/
|
|
230
|
+
launchers: string;
|
|
231
|
+
/**
|
|
232
|
+
* @generated from field: landing.v1.Image logo = 10;
|
|
233
|
+
*/
|
|
234
|
+
logo?: Image | undefined;
|
|
235
|
+
/**
|
|
236
|
+
* @generated from field: string name = 11;
|
|
237
|
+
*/
|
|
238
|
+
name: string;
|
|
239
|
+
/**
|
|
240
|
+
* @generated from field: optional string parent = 12;
|
|
241
|
+
*/
|
|
242
|
+
parent?: string | undefined;
|
|
243
|
+
/**
|
|
244
|
+
* @generated from field: string response_mode = 13;
|
|
245
|
+
*/
|
|
246
|
+
responseMode: string;
|
|
247
|
+
/**
|
|
248
|
+
* @generated from field: landing.v1.Image social_logo = 14;
|
|
249
|
+
*/
|
|
250
|
+
socialLogo?: Image | undefined;
|
|
251
|
+
/**
|
|
252
|
+
* @generated from field: string spacecraft = 15;
|
|
253
|
+
*/
|
|
254
|
+
spacecraft: string;
|
|
255
|
+
/**
|
|
256
|
+
* @generated from field: landing.v1.AgencyType type = 16;
|
|
257
|
+
*/
|
|
258
|
+
type?: AgencyType | undefined;
|
|
259
|
+
/**
|
|
260
|
+
* @generated from field: string url = 17;
|
|
261
|
+
*/
|
|
262
|
+
url: string;
|
|
263
|
+
};
|
|
264
|
+
/**
|
|
265
|
+
* Describes the message landing.v1.AgencyNormal.
|
|
266
|
+
* Use `create(AgencyNormalSchema)` to create a new message.
|
|
267
|
+
*/
|
|
268
|
+
export declare const AgencyNormalSchema: GenMessage<AgencyNormal>;
|
|
269
|
+
/**
|
|
270
|
+
* @generated from message landing.v1.AgencyType
|
|
271
|
+
*/
|
|
272
|
+
export type AgencyType = Message<"landing.v1.AgencyType"> & {
|
|
273
|
+
/**
|
|
274
|
+
* @generated from field: int32 id = 1;
|
|
275
|
+
*/
|
|
276
|
+
id: number;
|
|
277
|
+
/**
|
|
278
|
+
* @generated from field: string name = 2;
|
|
279
|
+
*/
|
|
280
|
+
name: string;
|
|
281
|
+
};
|
|
282
|
+
/**
|
|
283
|
+
* Describes the message landing.v1.AgencyType.
|
|
284
|
+
* Use `create(AgencyTypeSchema)` to create a new message.
|
|
285
|
+
*/
|
|
286
|
+
export declare const AgencyTypeSchema: GenMessage<AgencyType>;
|
|
287
|
+
/**
|
|
288
|
+
* @generated from message landing.v1.AstronautDetailed
|
|
289
|
+
*/
|
|
290
|
+
export type AstronautDetailed = Message<"landing.v1.AstronautDetailed"> & {
|
|
291
|
+
/**
|
|
292
|
+
* @generated from field: optional int32 age = 1;
|
|
293
|
+
*/
|
|
294
|
+
age?: number | undefined;
|
|
295
|
+
/**
|
|
296
|
+
* @generated from field: landing.v1.AgencyMini agency = 2;
|
|
297
|
+
*/
|
|
298
|
+
agency?: AgencyMini | undefined;
|
|
299
|
+
/**
|
|
300
|
+
* @generated from field: string bio = 3;
|
|
301
|
+
*/
|
|
302
|
+
bio: string;
|
|
303
|
+
/**
|
|
304
|
+
* @generated from field: optional string date_of_birth = 4;
|
|
305
|
+
*/
|
|
306
|
+
dateOfBirth?: string | undefined;
|
|
307
|
+
/**
|
|
308
|
+
* @generated from field: optional string date_of_death = 5;
|
|
309
|
+
*/
|
|
310
|
+
dateOfDeath?: string | undefined;
|
|
311
|
+
/**
|
|
312
|
+
* @generated from field: string eva_time = 6;
|
|
313
|
+
*/
|
|
314
|
+
evaTime: string;
|
|
315
|
+
/**
|
|
316
|
+
* @generated from field: optional string first_flight = 7;
|
|
317
|
+
*/
|
|
318
|
+
firstFlight?: string | undefined;
|
|
319
|
+
/**
|
|
320
|
+
* @generated from field: int32 id = 8;
|
|
321
|
+
*/
|
|
322
|
+
id: number;
|
|
323
|
+
/**
|
|
324
|
+
* @generated from field: landing.v1.Image image = 9;
|
|
325
|
+
*/
|
|
326
|
+
image?: Image | undefined;
|
|
327
|
+
/**
|
|
328
|
+
* @generated from field: bool in_space = 10;
|
|
329
|
+
*/
|
|
330
|
+
inSpace: boolean;
|
|
331
|
+
/**
|
|
332
|
+
* @generated from field: optional string last_flight = 11;
|
|
333
|
+
*/
|
|
334
|
+
lastFlight?: string | undefined;
|
|
335
|
+
/**
|
|
336
|
+
* @generated from field: string name = 12;
|
|
337
|
+
*/
|
|
338
|
+
name: string;
|
|
339
|
+
/**
|
|
340
|
+
* @generated from field: repeated landing.v1.Country nationality = 13;
|
|
341
|
+
*/
|
|
342
|
+
nationality: Country[];
|
|
343
|
+
/**
|
|
344
|
+
* @generated from field: string response_mode = 14;
|
|
345
|
+
*/
|
|
346
|
+
responseMode: string;
|
|
347
|
+
/**
|
|
348
|
+
* @generated from field: repeated landing.v1.SocialMediaLink social_media_links = 15;
|
|
349
|
+
*/
|
|
350
|
+
socialMediaLinks: SocialMediaLink[];
|
|
351
|
+
/**
|
|
352
|
+
* @generated from field: landing.v1.AstronautStatus status = 16;
|
|
353
|
+
*/
|
|
354
|
+
status?: AstronautStatus | undefined;
|
|
355
|
+
/**
|
|
356
|
+
* @generated from field: optional string time_in_space = 17;
|
|
357
|
+
*/
|
|
358
|
+
timeInSpace?: string | undefined;
|
|
359
|
+
/**
|
|
360
|
+
* @generated from field: landing.v1.AstronautType type = 18;
|
|
361
|
+
*/
|
|
362
|
+
type?: AstronautType | undefined;
|
|
363
|
+
/**
|
|
364
|
+
* @generated from field: string url = 19;
|
|
365
|
+
*/
|
|
366
|
+
url: string;
|
|
367
|
+
/**
|
|
368
|
+
* @generated from field: optional string wiki = 20;
|
|
369
|
+
*/
|
|
370
|
+
wiki?: string | undefined;
|
|
371
|
+
};
|
|
372
|
+
/**
|
|
373
|
+
* Describes the message landing.v1.AstronautDetailed.
|
|
374
|
+
* Use `create(AstronautDetailedSchema)` to create a new message.
|
|
375
|
+
*/
|
|
376
|
+
export declare const AstronautDetailedSchema: GenMessage<AstronautDetailed>;
|
|
377
|
+
/**
|
|
378
|
+
* @generated from message landing.v1.AstronautFlight
|
|
379
|
+
*/
|
|
380
|
+
export type AstronautFlight = Message<"landing.v1.AstronautFlight"> & {
|
|
381
|
+
/**
|
|
382
|
+
* @generated from field: landing.v1.AstronautDetailed astronaut = 1;
|
|
383
|
+
*/
|
|
384
|
+
astronaut?: AstronautDetailed | undefined;
|
|
385
|
+
/**
|
|
386
|
+
* @generated from field: int32 id = 2;
|
|
387
|
+
*/
|
|
388
|
+
id: number;
|
|
389
|
+
/**
|
|
390
|
+
* @generated from field: landing.v1.AstronautRole role = 3;
|
|
391
|
+
*/
|
|
392
|
+
role?: AstronautRole | undefined;
|
|
393
|
+
};
|
|
394
|
+
/**
|
|
395
|
+
* Describes the message landing.v1.AstronautFlight.
|
|
396
|
+
* Use `create(AstronautFlightSchema)` to create a new message.
|
|
397
|
+
*/
|
|
398
|
+
export declare const AstronautFlightSchema: GenMessage<AstronautFlight>;
|
|
399
|
+
/**
|
|
400
|
+
* @generated from message landing.v1.AstronautRole
|
|
401
|
+
*/
|
|
402
|
+
export type AstronautRole = Message<"landing.v1.AstronautRole"> & {
|
|
403
|
+
/**
|
|
404
|
+
* @generated from field: int32 id = 1;
|
|
405
|
+
*/
|
|
406
|
+
id: number;
|
|
407
|
+
/**
|
|
408
|
+
* @generated from field: int32 priority = 2;
|
|
409
|
+
*/
|
|
410
|
+
priority: number;
|
|
411
|
+
/**
|
|
412
|
+
* @generated from field: string role = 3;
|
|
413
|
+
*/
|
|
414
|
+
role: string;
|
|
415
|
+
};
|
|
416
|
+
/**
|
|
417
|
+
* Describes the message landing.v1.AstronautRole.
|
|
418
|
+
* Use `create(AstronautRoleSchema)` to create a new message.
|
|
419
|
+
*/
|
|
420
|
+
export declare const AstronautRoleSchema: GenMessage<AstronautRole>;
|
|
421
|
+
/**
|
|
422
|
+
* @generated from message landing.v1.AstronautStatus
|
|
423
|
+
*/
|
|
424
|
+
export type AstronautStatus = Message<"landing.v1.AstronautStatus"> & {
|
|
425
|
+
/**
|
|
426
|
+
* @generated from field: int32 id = 1;
|
|
427
|
+
*/
|
|
428
|
+
id: number;
|
|
429
|
+
/**
|
|
430
|
+
* @generated from field: string name = 2;
|
|
431
|
+
*/
|
|
432
|
+
name: string;
|
|
433
|
+
};
|
|
434
|
+
/**
|
|
435
|
+
* Describes the message landing.v1.AstronautStatus.
|
|
436
|
+
* Use `create(AstronautStatusSchema)` to create a new message.
|
|
437
|
+
*/
|
|
438
|
+
export declare const AstronautStatusSchema: GenMessage<AstronautStatus>;
|
|
439
|
+
/**
|
|
440
|
+
* @generated from message landing.v1.AstronautType
|
|
441
|
+
*/
|
|
442
|
+
export type AstronautType = Message<"landing.v1.AstronautType"> & {
|
|
443
|
+
/**
|
|
444
|
+
* @generated from field: int32 id = 1;
|
|
445
|
+
*/
|
|
446
|
+
id: number;
|
|
447
|
+
/**
|
|
448
|
+
* @generated from field: string name = 2;
|
|
449
|
+
*/
|
|
450
|
+
name: string;
|
|
451
|
+
};
|
|
452
|
+
/**
|
|
453
|
+
* Describes the message landing.v1.AstronautType.
|
|
454
|
+
* Use `create(AstronautTypeSchema)` to create a new message.
|
|
455
|
+
*/
|
|
456
|
+
export declare const AstronautTypeSchema: GenMessage<AstronautType>;
|
|
457
|
+
/**
|
|
458
|
+
* @generated from message landing.v1.CelestialBodyDetailed
|
|
459
|
+
*/
|
|
460
|
+
export type CelestialBodyDetailed = Message<"landing.v1.CelestialBodyDetailed"> & {
|
|
461
|
+
/**
|
|
462
|
+
* @generated from field: bool atmosphere = 1;
|
|
463
|
+
*/
|
|
464
|
+
atmosphere: boolean;
|
|
465
|
+
/**
|
|
466
|
+
* @generated from field: optional string description = 2;
|
|
467
|
+
*/
|
|
468
|
+
description?: string | undefined;
|
|
469
|
+
/**
|
|
470
|
+
* @generated from field: optional float diameter = 3;
|
|
471
|
+
*/
|
|
472
|
+
diameter?: number | undefined;
|
|
473
|
+
/**
|
|
474
|
+
* @generated from field: int32 failed_landings = 4;
|
|
475
|
+
*/
|
|
476
|
+
failedLandings: number;
|
|
477
|
+
/**
|
|
478
|
+
* @generated from field: int32 failed_launches = 5;
|
|
479
|
+
*/
|
|
480
|
+
failedLaunches: number;
|
|
481
|
+
/**
|
|
482
|
+
* @generated from field: optional float gravity = 6;
|
|
483
|
+
*/
|
|
484
|
+
gravity?: number | undefined;
|
|
485
|
+
/**
|
|
486
|
+
* @generated from field: int32 id = 7;
|
|
487
|
+
*/
|
|
488
|
+
id: number;
|
|
489
|
+
/**
|
|
490
|
+
* @generated from field: landing.v1.Image image = 8;
|
|
491
|
+
*/
|
|
492
|
+
image?: Image | undefined;
|
|
493
|
+
/**
|
|
494
|
+
* @generated from field: optional string length_of_day = 9;
|
|
495
|
+
*/
|
|
496
|
+
lengthOfDay?: string | undefined;
|
|
497
|
+
/**
|
|
498
|
+
* @generated from field: optional float mass = 10;
|
|
499
|
+
*/
|
|
500
|
+
mass?: number | undefined;
|
|
501
|
+
/**
|
|
502
|
+
* @generated from field: string name = 11;
|
|
503
|
+
*/
|
|
504
|
+
name: string;
|
|
505
|
+
/**
|
|
506
|
+
* @generated from field: string response_mode = 12;
|
|
507
|
+
*/
|
|
508
|
+
responseMode: string;
|
|
509
|
+
/**
|
|
510
|
+
* @generated from field: int32 successful_landings = 13;
|
|
511
|
+
*/
|
|
512
|
+
successfulLandings: number;
|
|
513
|
+
/**
|
|
514
|
+
* @generated from field: int32 successful_launches = 14;
|
|
515
|
+
*/
|
|
516
|
+
successfulLaunches: number;
|
|
517
|
+
/**
|
|
518
|
+
* @generated from field: int32 total_attempted_landings = 15;
|
|
519
|
+
*/
|
|
520
|
+
totalAttemptedLandings: number;
|
|
521
|
+
/**
|
|
522
|
+
* @generated from field: int32 total_attempted_launches = 16;
|
|
523
|
+
*/
|
|
524
|
+
totalAttemptedLaunches: number;
|
|
525
|
+
/**
|
|
526
|
+
* @generated from field: landing.v1.CelestialBodyType type = 17;
|
|
527
|
+
*/
|
|
528
|
+
type?: CelestialBodyType | undefined;
|
|
529
|
+
/**
|
|
530
|
+
* @generated from field: optional string wiki_url = 18;
|
|
531
|
+
*/
|
|
532
|
+
wikiUrl?: string | undefined;
|
|
533
|
+
};
|
|
534
|
+
/**
|
|
535
|
+
* Describes the message landing.v1.CelestialBodyDetailed.
|
|
536
|
+
* Use `create(CelestialBodyDetailedSchema)` to create a new message.
|
|
537
|
+
*/
|
|
538
|
+
export declare const CelestialBodyDetailedSchema: GenMessage<CelestialBodyDetailed>;
|
|
539
|
+
/**
|
|
540
|
+
* @generated from message landing.v1.CelestialBodyMini
|
|
541
|
+
*/
|
|
542
|
+
export type CelestialBodyMini = Message<"landing.v1.CelestialBodyMini"> & {
|
|
543
|
+
/**
|
|
544
|
+
* @generated from field: int32 id = 1;
|
|
545
|
+
*/
|
|
546
|
+
id: number;
|
|
547
|
+
/**
|
|
548
|
+
* @generated from field: string name = 2;
|
|
549
|
+
*/
|
|
550
|
+
name: string;
|
|
551
|
+
/**
|
|
552
|
+
* @generated from field: string response_mode = 3;
|
|
553
|
+
*/
|
|
554
|
+
responseMode: string;
|
|
555
|
+
};
|
|
556
|
+
/**
|
|
557
|
+
* Describes the message landing.v1.CelestialBodyMini.
|
|
558
|
+
* Use `create(CelestialBodyMiniSchema)` to create a new message.
|
|
559
|
+
*/
|
|
560
|
+
export declare const CelestialBodyMiniSchema: GenMessage<CelestialBodyMini>;
|
|
561
|
+
/**
|
|
562
|
+
* @generated from message landing.v1.CelestialBodyNormal
|
|
563
|
+
*/
|
|
564
|
+
export type CelestialBodyNormal = Message<"landing.v1.CelestialBodyNormal"> & {
|
|
565
|
+
/**
|
|
566
|
+
* @generated from field: bool atmosphere = 1;
|
|
567
|
+
*/
|
|
568
|
+
atmosphere: boolean;
|
|
569
|
+
/**
|
|
570
|
+
* @generated from field: optional string description = 2;
|
|
571
|
+
*/
|
|
572
|
+
description?: string | undefined;
|
|
573
|
+
/**
|
|
574
|
+
* @generated from field: optional float diameter = 3;
|
|
575
|
+
*/
|
|
576
|
+
diameter?: number | undefined;
|
|
577
|
+
/**
|
|
578
|
+
* @generated from field: optional float gravity = 4;
|
|
579
|
+
*/
|
|
580
|
+
gravity?: number | undefined;
|
|
581
|
+
/**
|
|
582
|
+
* @generated from field: int32 id = 5;
|
|
583
|
+
*/
|
|
584
|
+
id: number;
|
|
585
|
+
/**
|
|
586
|
+
* @generated from field: landing.v1.Image image = 6;
|
|
587
|
+
*/
|
|
588
|
+
image?: Image | undefined;
|
|
589
|
+
/**
|
|
590
|
+
* @generated from field: optional string length_of_day = 7;
|
|
591
|
+
*/
|
|
592
|
+
lengthOfDay?: string | undefined;
|
|
593
|
+
/**
|
|
594
|
+
* @generated from field: optional float mass = 8;
|
|
595
|
+
*/
|
|
596
|
+
mass?: number | undefined;
|
|
597
|
+
/**
|
|
598
|
+
* @generated from field: string name = 9;
|
|
599
|
+
*/
|
|
600
|
+
name: string;
|
|
601
|
+
/**
|
|
602
|
+
* @generated from field: string response_mode = 10;
|
|
603
|
+
*/
|
|
604
|
+
responseMode: string;
|
|
605
|
+
/**
|
|
606
|
+
* @generated from field: landing.v1.CelestialBodyType type = 11;
|
|
607
|
+
*/
|
|
608
|
+
type?: CelestialBodyType | undefined;
|
|
609
|
+
/**
|
|
610
|
+
* @generated from field: optional string wiki_url = 12;
|
|
611
|
+
*/
|
|
612
|
+
wikiUrl?: string | undefined;
|
|
613
|
+
};
|
|
614
|
+
/**
|
|
615
|
+
* Describes the message landing.v1.CelestialBodyNormal.
|
|
616
|
+
* Use `create(CelestialBodyNormalSchema)` to create a new message.
|
|
617
|
+
*/
|
|
618
|
+
export declare const CelestialBodyNormalSchema: GenMessage<CelestialBodyNormal>;
|
|
619
|
+
/**
|
|
620
|
+
* @generated from message landing.v1.CelestialBodyType
|
|
621
|
+
*/
|
|
622
|
+
export type CelestialBodyType = Message<"landing.v1.CelestialBodyType"> & {
|
|
623
|
+
/**
|
|
624
|
+
* @generated from field: int32 id = 1;
|
|
625
|
+
*/
|
|
626
|
+
id: number;
|
|
627
|
+
/**
|
|
628
|
+
* @generated from field: string name = 2;
|
|
629
|
+
*/
|
|
630
|
+
name: string;
|
|
631
|
+
};
|
|
632
|
+
/**
|
|
633
|
+
* Describes the message landing.v1.CelestialBodyType.
|
|
634
|
+
* Use `create(CelestialBodyTypeSchema)` to create a new message.
|
|
635
|
+
*/
|
|
636
|
+
export declare const CelestialBodyTypeSchema: GenMessage<CelestialBodyType>;
|
|
637
|
+
/**
|
|
638
|
+
* @generated from message landing.v1.Country
|
|
639
|
+
*/
|
|
640
|
+
export type Country = Message<"landing.v1.Country"> & {
|
|
641
|
+
/**
|
|
642
|
+
* @generated from field: string alpha_2_code = 1;
|
|
643
|
+
*/
|
|
644
|
+
alpha2Code: string;
|
|
645
|
+
/**
|
|
646
|
+
* @generated from field: string alpha_3_code = 2;
|
|
647
|
+
*/
|
|
648
|
+
alpha3Code: string;
|
|
649
|
+
/**
|
|
650
|
+
* @generated from field: int32 id = 3;
|
|
651
|
+
*/
|
|
652
|
+
id: number;
|
|
653
|
+
/**
|
|
654
|
+
* @generated from field: string name = 4;
|
|
655
|
+
*/
|
|
656
|
+
name: string;
|
|
657
|
+
/**
|
|
658
|
+
* @generated from field: string nationality_name = 5;
|
|
659
|
+
*/
|
|
660
|
+
nationalityName: string;
|
|
661
|
+
/**
|
|
662
|
+
* @generated from field: string nationality_name_composed = 6;
|
|
663
|
+
*/
|
|
664
|
+
nationalityNameComposed: string;
|
|
665
|
+
};
|
|
666
|
+
/**
|
|
667
|
+
* Describes the message landing.v1.Country.
|
|
668
|
+
* Use `create(CountrySchema)` to create a new message.
|
|
669
|
+
*/
|
|
670
|
+
export declare const CountrySchema: GenMessage<Country>;
|
|
671
|
+
/**
|
|
672
|
+
* @generated from message landing.v1.DockingEventForChaserNormal
|
|
673
|
+
*/
|
|
674
|
+
export type DockingEventForChaserNormal = Message<"landing.v1.DockingEventForChaserNormal"> & {
|
|
675
|
+
/**
|
|
676
|
+
* @generated from field: optional string departure = 1;
|
|
677
|
+
*/
|
|
678
|
+
departure?: string | undefined;
|
|
679
|
+
/**
|
|
680
|
+
* @generated from field: string docking = 2;
|
|
681
|
+
*/
|
|
682
|
+
docking: string;
|
|
683
|
+
/**
|
|
684
|
+
* @generated from field: landing.v1.DockingLocation docking_location = 3;
|
|
685
|
+
*/
|
|
686
|
+
dockingLocation?: DockingLocation | undefined;
|
|
687
|
+
/**
|
|
688
|
+
* @generated from field: landing.v1.SpacecraftFlightNormal flight_vehicle_target = 4;
|
|
689
|
+
*/
|
|
690
|
+
flightVehicleTarget?: SpacecraftFlightNormal | undefined;
|
|
691
|
+
/**
|
|
692
|
+
* @generated from field: int32 id = 5;
|
|
693
|
+
*/
|
|
694
|
+
id: number;
|
|
695
|
+
/**
|
|
696
|
+
* @generated from field: landing.v1.PayloadFlightNormal payload_flight_target = 6;
|
|
697
|
+
*/
|
|
698
|
+
payloadFlightTarget?: PayloadFlightNormal | undefined;
|
|
699
|
+
/**
|
|
700
|
+
* @generated from field: landing.v1.SpaceStationNormal space_station_target = 7;
|
|
701
|
+
*/
|
|
702
|
+
spaceStationTarget?: SpaceStationNormal | undefined;
|
|
703
|
+
/**
|
|
704
|
+
* @generated from field: string url = 8;
|
|
705
|
+
*/
|
|
706
|
+
url: string;
|
|
707
|
+
};
|
|
708
|
+
/**
|
|
709
|
+
* Describes the message landing.v1.DockingEventForChaserNormal.
|
|
710
|
+
* Use `create(DockingEventForChaserNormalSchema)` to create a new message.
|
|
711
|
+
*/
|
|
712
|
+
export declare const DockingEventForChaserNormalSchema: GenMessage<DockingEventForChaserNormal>;
|
|
713
|
+
/**
|
|
714
|
+
* @generated from message landing.v1.DockingLocation
|
|
715
|
+
*/
|
|
716
|
+
export type DockingLocation = Message<"landing.v1.DockingLocation"> & {
|
|
717
|
+
/**
|
|
718
|
+
* @generated from field: int32 id = 1;
|
|
719
|
+
*/
|
|
720
|
+
id: number;
|
|
721
|
+
/**
|
|
722
|
+
* @generated from field: string name = 2;
|
|
723
|
+
*/
|
|
724
|
+
name: string;
|
|
725
|
+
/**
|
|
726
|
+
* @generated from field: landing.v1.PayloadMini payload = 3;
|
|
727
|
+
*/
|
|
728
|
+
payload?: PayloadMini | undefined;
|
|
729
|
+
/**
|
|
730
|
+
* @generated from field: landing.v1.SpacecraftConfigNormal spacecraft = 4;
|
|
731
|
+
*/
|
|
732
|
+
spacecraft?: SpacecraftConfigNormal | undefined;
|
|
733
|
+
/**
|
|
734
|
+
* @generated from field: landing.v1.SpaceStationMini spacestation = 5;
|
|
735
|
+
*/
|
|
736
|
+
spacestation?: SpaceStationMini | undefined;
|
|
737
|
+
};
|
|
738
|
+
/**
|
|
739
|
+
* Describes the message landing.v1.DockingLocation.
|
|
740
|
+
* Use `create(DockingLocationSchema)` to create a new message.
|
|
741
|
+
*/
|
|
742
|
+
export declare const DockingLocationSchema: GenMessage<DockingLocation>;
|
|
743
|
+
/**
|
|
744
|
+
* @generated from message landing.v1.FirstStageDetailedSerializerNoLanding
|
|
745
|
+
*/
|
|
746
|
+
export type FirstStageDetailedSerializerNoLanding = Message<"landing.v1.FirstStageDetailedSerializerNoLanding"> & {
|
|
747
|
+
/**
|
|
748
|
+
* @generated from field: int32 id = 1;
|
|
749
|
+
*/
|
|
750
|
+
id: number;
|
|
751
|
+
/**
|
|
752
|
+
* @generated from field: landing.v1.LauncherNormal launcher = 2;
|
|
753
|
+
*/
|
|
754
|
+
launcher?: LauncherNormal | undefined;
|
|
755
|
+
/**
|
|
756
|
+
* @generated from field: optional int32 launcher_flight_number = 3;
|
|
757
|
+
*/
|
|
758
|
+
launcherFlightNumber?: number | undefined;
|
|
759
|
+
/**
|
|
760
|
+
* @generated from field: landing.v1.LaunchNormal previous_flight = 4;
|
|
761
|
+
*/
|
|
762
|
+
previousFlight?: LaunchNormal | undefined;
|
|
763
|
+
/**
|
|
764
|
+
* @generated from field: optional string previous_flight_date = 5;
|
|
765
|
+
*/
|
|
766
|
+
previousFlightDate?: string | undefined;
|
|
767
|
+
/**
|
|
768
|
+
* @generated from field: optional bool reused = 6;
|
|
769
|
+
*/
|
|
770
|
+
reused?: boolean | undefined;
|
|
771
|
+
/**
|
|
772
|
+
* @generated from field: string turn_around_time = 7;
|
|
773
|
+
*/
|
|
774
|
+
turnAroundTime: string;
|
|
775
|
+
/**
|
|
776
|
+
* @generated from field: string type = 8;
|
|
777
|
+
*/
|
|
778
|
+
type: string;
|
|
779
|
+
};
|
|
780
|
+
/**
|
|
781
|
+
* Describes the message landing.v1.FirstStageDetailedSerializerNoLanding.
|
|
782
|
+
* Use `create(FirstStageDetailedSerializerNoLandingSchema)` to create a new message.
|
|
783
|
+
*/
|
|
784
|
+
export declare const FirstStageDetailedSerializerNoLandingSchema: GenMessage<FirstStageDetailedSerializerNoLanding>;
|
|
785
|
+
/**
|
|
786
|
+
* @generated from message landing.v1.Image
|
|
787
|
+
*/
|
|
788
|
+
export type Image = Message<"landing.v1.Image"> & {
|
|
789
|
+
/**
|
|
790
|
+
* @generated from field: optional string credit = 1;
|
|
791
|
+
*/
|
|
792
|
+
credit?: string | undefined;
|
|
793
|
+
/**
|
|
794
|
+
* @generated from field: int32 id = 2;
|
|
795
|
+
*/
|
|
796
|
+
id: number;
|
|
797
|
+
/**
|
|
798
|
+
* @generated from field: string image_url = 3;
|
|
799
|
+
*/
|
|
800
|
+
imageUrl: string;
|
|
801
|
+
/**
|
|
802
|
+
* @generated from field: landing.v1.ImageLicense license = 4;
|
|
803
|
+
*/
|
|
804
|
+
license?: ImageLicense | undefined;
|
|
805
|
+
/**
|
|
806
|
+
* @generated from field: string name = 5;
|
|
807
|
+
*/
|
|
808
|
+
name: string;
|
|
809
|
+
/**
|
|
810
|
+
* @generated from field: bool single_use = 6;
|
|
811
|
+
*/
|
|
812
|
+
singleUse: boolean;
|
|
813
|
+
/**
|
|
814
|
+
* @generated from field: string thumbnail_url = 7;
|
|
815
|
+
*/
|
|
816
|
+
thumbnailUrl: string;
|
|
817
|
+
/**
|
|
818
|
+
* @generated from field: repeated landing.v1.ImageVariant variants = 8;
|
|
819
|
+
*/
|
|
820
|
+
variants: ImageVariant[];
|
|
821
|
+
};
|
|
822
|
+
/**
|
|
823
|
+
* Describes the message landing.v1.Image.
|
|
824
|
+
* Use `create(ImageSchema)` to create a new message.
|
|
825
|
+
*/
|
|
826
|
+
export declare const ImageSchema: GenMessage<Image>;
|
|
827
|
+
/**
|
|
828
|
+
* @generated from message landing.v1.ImageLicense
|
|
829
|
+
*/
|
|
830
|
+
export type ImageLicense = Message<"landing.v1.ImageLicense"> & {
|
|
831
|
+
/**
|
|
832
|
+
* @generated from field: int32 id = 1;
|
|
833
|
+
*/
|
|
834
|
+
id: number;
|
|
835
|
+
/**
|
|
836
|
+
* @generated from field: optional string link = 2;
|
|
837
|
+
*/
|
|
838
|
+
link?: string | undefined;
|
|
839
|
+
/**
|
|
840
|
+
* @generated from field: string name = 3;
|
|
841
|
+
*/
|
|
842
|
+
name: string;
|
|
843
|
+
/**
|
|
844
|
+
* @generated from field: int32 priority = 4;
|
|
845
|
+
*/
|
|
846
|
+
priority: number;
|
|
847
|
+
};
|
|
848
|
+
/**
|
|
849
|
+
* Describes the message landing.v1.ImageLicense.
|
|
850
|
+
* Use `create(ImageLicenseSchema)` to create a new message.
|
|
851
|
+
*/
|
|
852
|
+
export declare const ImageLicenseSchema: GenMessage<ImageLicense>;
|
|
853
|
+
/**
|
|
854
|
+
* @generated from message landing.v1.ImageVariant
|
|
855
|
+
*/
|
|
856
|
+
export type ImageVariant = Message<"landing.v1.ImageVariant"> & {
|
|
857
|
+
/**
|
|
858
|
+
* @generated from field: int32 id = 1;
|
|
859
|
+
*/
|
|
860
|
+
id: number;
|
|
861
|
+
/**
|
|
862
|
+
* @generated from field: string image_url = 2;
|
|
863
|
+
*/
|
|
864
|
+
imageUrl: string;
|
|
865
|
+
/**
|
|
866
|
+
* @generated from field: landing.v1.ImageVariantType type = 3;
|
|
867
|
+
*/
|
|
868
|
+
type?: ImageVariantType | undefined;
|
|
869
|
+
};
|
|
870
|
+
/**
|
|
871
|
+
* Describes the message landing.v1.ImageVariant.
|
|
872
|
+
* Use `create(ImageVariantSchema)` to create a new message.
|
|
873
|
+
*/
|
|
874
|
+
export declare const ImageVariantSchema: GenMessage<ImageVariant>;
|
|
875
|
+
/**
|
|
876
|
+
* @generated from message landing.v1.ImageVariantType
|
|
877
|
+
*/
|
|
878
|
+
export type ImageVariantType = Message<"landing.v1.ImageVariantType"> & {
|
|
879
|
+
/**
|
|
880
|
+
* @generated from field: int32 id = 1;
|
|
881
|
+
*/
|
|
882
|
+
id: number;
|
|
883
|
+
/**
|
|
884
|
+
* @generated from field: string name = 2;
|
|
885
|
+
*/
|
|
886
|
+
name: string;
|
|
887
|
+
};
|
|
888
|
+
/**
|
|
889
|
+
* Describes the message landing.v1.ImageVariantType.
|
|
890
|
+
* Use `create(ImageVariantTypeSchema)` to create a new message.
|
|
891
|
+
*/
|
|
892
|
+
export declare const ImageVariantTypeSchema: GenMessage<ImageVariantType>;
|
|
893
|
+
/**
|
|
894
|
+
* @generated from message landing.v1.InfoURL
|
|
895
|
+
*/
|
|
896
|
+
export type InfoURL = Message<"landing.v1.InfoURL"> & {
|
|
897
|
+
/**
|
|
898
|
+
* @generated from field: optional string description = 1;
|
|
899
|
+
*/
|
|
900
|
+
description?: string | undefined;
|
|
901
|
+
/**
|
|
902
|
+
* @generated from field: optional string feature_image = 2;
|
|
903
|
+
*/
|
|
904
|
+
featureImage?: string | undefined;
|
|
905
|
+
/**
|
|
906
|
+
* @generated from field: landing.v1.Language language = 3;
|
|
907
|
+
*/
|
|
908
|
+
language?: Language | undefined;
|
|
909
|
+
/**
|
|
910
|
+
* @generated from field: int32 priority = 4;
|
|
911
|
+
*/
|
|
912
|
+
priority: number;
|
|
913
|
+
/**
|
|
914
|
+
* @generated from field: optional string source = 5;
|
|
915
|
+
*/
|
|
916
|
+
source?: string | undefined;
|
|
917
|
+
/**
|
|
918
|
+
* @generated from field: optional string title = 6;
|
|
919
|
+
*/
|
|
920
|
+
title?: string | undefined;
|
|
921
|
+
/**
|
|
922
|
+
* @generated from field: landing.v1.InfoURLType type = 7;
|
|
923
|
+
*/
|
|
924
|
+
type?: InfoURLType | undefined;
|
|
925
|
+
/**
|
|
926
|
+
* @generated from field: string url = 8;
|
|
927
|
+
*/
|
|
928
|
+
url: string;
|
|
929
|
+
};
|
|
930
|
+
/**
|
|
931
|
+
* Describes the message landing.v1.InfoURL.
|
|
932
|
+
* Use `create(InfoURLSchema)` to create a new message.
|
|
933
|
+
*/
|
|
934
|
+
export declare const InfoURLSchema: GenMessage<InfoURL>;
|
|
935
|
+
/**
|
|
936
|
+
* @generated from message landing.v1.InfoURLType
|
|
937
|
+
*/
|
|
938
|
+
export type InfoURLType = Message<"landing.v1.InfoURLType"> & {
|
|
939
|
+
/**
|
|
940
|
+
* @generated from field: int32 id = 1;
|
|
941
|
+
*/
|
|
942
|
+
id: number;
|
|
943
|
+
/**
|
|
944
|
+
* @generated from field: string name = 2;
|
|
945
|
+
*/
|
|
946
|
+
name: string;
|
|
947
|
+
};
|
|
948
|
+
/**
|
|
949
|
+
* Describes the message landing.v1.InfoURLType.
|
|
950
|
+
* Use `create(InfoURLTypeSchema)` to create a new message.
|
|
951
|
+
*/
|
|
952
|
+
export declare const InfoURLTypeSchema: GenMessage<InfoURLType>;
|
|
953
|
+
/**
|
|
954
|
+
* @generated from message landing.v1.LandingRecord
|
|
955
|
+
*/
|
|
956
|
+
export type LandingRecord = Message<"landing.v1.LandingRecord"> & {
|
|
957
|
+
/**
|
|
958
|
+
* @generated from field: bool attempt = 1;
|
|
959
|
+
*/
|
|
960
|
+
attempt: boolean;
|
|
961
|
+
/**
|
|
962
|
+
* @generated from field: string description = 2;
|
|
963
|
+
*/
|
|
964
|
+
description: string;
|
|
965
|
+
/**
|
|
966
|
+
* @generated from field: optional float downrange_distance = 3;
|
|
967
|
+
*/
|
|
968
|
+
downrangeDistance?: number | undefined;
|
|
969
|
+
/**
|
|
970
|
+
* @generated from field: int32 id = 4;
|
|
971
|
+
*/
|
|
972
|
+
id: number;
|
|
973
|
+
/**
|
|
974
|
+
* @generated from field: landing.v1.LandingLocation landing_location = 5;
|
|
975
|
+
*/
|
|
976
|
+
landingLocation?: LandingLocation | undefined;
|
|
977
|
+
/**
|
|
978
|
+
* @generated from field: optional bool success = 6;
|
|
979
|
+
*/
|
|
980
|
+
success?: boolean | undefined;
|
|
981
|
+
/**
|
|
982
|
+
* @generated from field: landing.v1.LandingType type = 7;
|
|
983
|
+
*/
|
|
984
|
+
type?: LandingType | undefined;
|
|
985
|
+
/**
|
|
986
|
+
* @generated from field: string url = 8;
|
|
987
|
+
*/
|
|
988
|
+
url: string;
|
|
989
|
+
};
|
|
990
|
+
/**
|
|
991
|
+
* Describes the message landing.v1.LandingRecord.
|
|
992
|
+
* Use `create(LandingRecordSchema)` to create a new message.
|
|
993
|
+
*/
|
|
994
|
+
export declare const LandingRecordSchema: GenMessage<LandingRecord>;
|
|
995
|
+
/**
|
|
996
|
+
* @generated from message landing.v1.Landing
|
|
997
|
+
*/
|
|
998
|
+
export type Landing = Message<"landing.v1.Landing"> & {
|
|
999
|
+
/**
|
|
1000
|
+
* @generated from field: bool attempt = 1;
|
|
1001
|
+
*/
|
|
1002
|
+
attempt: boolean;
|
|
1003
|
+
/**
|
|
1004
|
+
* @generated from field: string description = 2;
|
|
1005
|
+
*/
|
|
1006
|
+
description: string;
|
|
1007
|
+
/**
|
|
1008
|
+
* @generated from field: optional float downrange_distance = 3;
|
|
1009
|
+
*/
|
|
1010
|
+
downrangeDistance?: number | undefined;
|
|
1011
|
+
/**
|
|
1012
|
+
* @generated from field: landing.v1.FirstStageDetailedSerializerNoLanding firststage = 4;
|
|
1013
|
+
*/
|
|
1014
|
+
firststage?: FirstStageDetailedSerializerNoLanding | undefined;
|
|
1015
|
+
/**
|
|
1016
|
+
* @generated from field: int32 id = 5;
|
|
1017
|
+
*/
|
|
1018
|
+
id: number;
|
|
1019
|
+
/**
|
|
1020
|
+
* @generated from field: landing.v1.LandingLocation landing_location = 6;
|
|
1021
|
+
*/
|
|
1022
|
+
landingLocation?: LandingLocation | undefined;
|
|
1023
|
+
/**
|
|
1024
|
+
* @generated from field: landing.v1.PayloadFlightDetailedSerializerNoLanding payloadflight = 7;
|
|
1025
|
+
*/
|
|
1026
|
+
payloadflight?: PayloadFlightDetailedSerializerNoLanding | undefined;
|
|
1027
|
+
/**
|
|
1028
|
+
* @generated from field: string response_mode = 8;
|
|
1029
|
+
*/
|
|
1030
|
+
responseMode: string;
|
|
1031
|
+
/**
|
|
1032
|
+
* @generated from field: landing.v1.SpacecraftFlightDetailedSerializerNoLanding spacecraftflight = 9;
|
|
1033
|
+
*/
|
|
1034
|
+
spacecraftflight?: SpacecraftFlightDetailedSerializerNoLanding | undefined;
|
|
1035
|
+
/**
|
|
1036
|
+
* @generated from field: optional bool success = 10;
|
|
1037
|
+
*/
|
|
1038
|
+
success?: boolean | undefined;
|
|
1039
|
+
/**
|
|
1040
|
+
* @generated from field: landing.v1.LandingType type = 11;
|
|
1041
|
+
*/
|
|
1042
|
+
type?: LandingType | undefined;
|
|
1043
|
+
/**
|
|
1044
|
+
* @generated from field: string url = 12;
|
|
1045
|
+
*/
|
|
1046
|
+
url: string;
|
|
1047
|
+
};
|
|
1048
|
+
/**
|
|
1049
|
+
* Describes the message landing.v1.Landing.
|
|
1050
|
+
* Use `create(LandingSchema)` to create a new message.
|
|
1051
|
+
*/
|
|
1052
|
+
export declare const LandingSchema: GenMessage<Landing>;
|
|
1053
|
+
/**
|
|
1054
|
+
* @generated from message landing.v1.LandingLocation
|
|
1055
|
+
*/
|
|
1056
|
+
export type LandingLocation = Message<"landing.v1.LandingLocation"> & {
|
|
1057
|
+
/**
|
|
1058
|
+
* @generated from field: string abbrev = 1;
|
|
1059
|
+
*/
|
|
1060
|
+
abbrev: string;
|
|
1061
|
+
/**
|
|
1062
|
+
* @generated from field: bool active = 2;
|
|
1063
|
+
*/
|
|
1064
|
+
active: boolean;
|
|
1065
|
+
/**
|
|
1066
|
+
* @generated from field: optional int32 attempted_landings = 3;
|
|
1067
|
+
*/
|
|
1068
|
+
attemptedLandings?: number | undefined;
|
|
1069
|
+
/**
|
|
1070
|
+
* @generated from field: landing.v1.CelestialBodyNormal celestial_body = 4;
|
|
1071
|
+
*/
|
|
1072
|
+
celestialBody?: CelestialBodyNormal | undefined;
|
|
1073
|
+
/**
|
|
1074
|
+
* @generated from field: optional string description = 5;
|
|
1075
|
+
*/
|
|
1076
|
+
description?: string | undefined;
|
|
1077
|
+
/**
|
|
1078
|
+
* @generated from field: optional int32 failed_landings = 6;
|
|
1079
|
+
*/
|
|
1080
|
+
failedLandings?: number | undefined;
|
|
1081
|
+
/**
|
|
1082
|
+
* @generated from field: int32 id = 7;
|
|
1083
|
+
*/
|
|
1084
|
+
id: number;
|
|
1085
|
+
/**
|
|
1086
|
+
* @generated from field: landing.v1.Image image = 8;
|
|
1087
|
+
*/
|
|
1088
|
+
image?: Image | undefined;
|
|
1089
|
+
/**
|
|
1090
|
+
* @generated from field: optional float latitude = 9;
|
|
1091
|
+
*/
|
|
1092
|
+
latitude?: number | undefined;
|
|
1093
|
+
/**
|
|
1094
|
+
* @generated from field: landing.v1.LocationSerializerNoCelestialBody location = 10;
|
|
1095
|
+
*/
|
|
1096
|
+
location?: LocationSerializerNoCelestialBody | undefined;
|
|
1097
|
+
/**
|
|
1098
|
+
* @generated from field: optional float longitude = 11;
|
|
1099
|
+
*/
|
|
1100
|
+
longitude?: number | undefined;
|
|
1101
|
+
/**
|
|
1102
|
+
* @generated from field: string name = 12;
|
|
1103
|
+
*/
|
|
1104
|
+
name: string;
|
|
1105
|
+
/**
|
|
1106
|
+
* @generated from field: optional int32 successful_landings = 13;
|
|
1107
|
+
*/
|
|
1108
|
+
successfulLandings?: number | undefined;
|
|
1109
|
+
};
|
|
1110
|
+
/**
|
|
1111
|
+
* Describes the message landing.v1.LandingLocation.
|
|
1112
|
+
* Use `create(LandingLocationSchema)` to create a new message.
|
|
1113
|
+
*/
|
|
1114
|
+
export declare const LandingLocationSchema: GenMessage<LandingLocation>;
|
|
1115
|
+
/**
|
|
1116
|
+
* @generated from message landing.v1.LandingType
|
|
1117
|
+
*/
|
|
1118
|
+
export type LandingType = Message<"landing.v1.LandingType"> & {
|
|
1119
|
+
/**
|
|
1120
|
+
* @generated from field: string abbrev = 1;
|
|
1121
|
+
*/
|
|
1122
|
+
abbrev: string;
|
|
1123
|
+
/**
|
|
1124
|
+
* @generated from field: optional string description = 2;
|
|
1125
|
+
*/
|
|
1126
|
+
description?: string | undefined;
|
|
1127
|
+
/**
|
|
1128
|
+
* @generated from field: int32 id = 3;
|
|
1129
|
+
*/
|
|
1130
|
+
id: number;
|
|
1131
|
+
/**
|
|
1132
|
+
* @generated from field: string name = 4;
|
|
1133
|
+
*/
|
|
1134
|
+
name: string;
|
|
1135
|
+
};
|
|
1136
|
+
/**
|
|
1137
|
+
* Describes the message landing.v1.LandingType.
|
|
1138
|
+
* Use `create(LandingTypeSchema)` to create a new message.
|
|
1139
|
+
*/
|
|
1140
|
+
export declare const LandingTypeSchema: GenMessage<LandingType>;
|
|
1141
|
+
/**
|
|
1142
|
+
* @generated from message landing.v1.Language
|
|
1143
|
+
*/
|
|
1144
|
+
export type Language = Message<"landing.v1.Language"> & {
|
|
1145
|
+
/**
|
|
1146
|
+
* @generated from field: string code = 1;
|
|
1147
|
+
*/
|
|
1148
|
+
code: string;
|
|
1149
|
+
/**
|
|
1150
|
+
* @generated from field: int32 id = 2;
|
|
1151
|
+
*/
|
|
1152
|
+
id: number;
|
|
1153
|
+
/**
|
|
1154
|
+
* @generated from field: string name = 3;
|
|
1155
|
+
*/
|
|
1156
|
+
name: string;
|
|
1157
|
+
};
|
|
1158
|
+
/**
|
|
1159
|
+
* Describes the message landing.v1.Language.
|
|
1160
|
+
* Use `create(LanguageSchema)` to create a new message.
|
|
1161
|
+
*/
|
|
1162
|
+
export declare const LanguageSchema: GenMessage<Language>;
|
|
1163
|
+
/**
|
|
1164
|
+
* @generated from message landing.v1.LaunchNormal
|
|
1165
|
+
*/
|
|
1166
|
+
export type LaunchNormal = Message<"landing.v1.LaunchNormal"> & {
|
|
1167
|
+
/**
|
|
1168
|
+
* @generated from field: optional int32 agency_launch_attempt_count = 1;
|
|
1169
|
+
*/
|
|
1170
|
+
agencyLaunchAttemptCount?: number | undefined;
|
|
1171
|
+
/**
|
|
1172
|
+
* @generated from field: optional int32 agency_launch_attempt_count_year = 2;
|
|
1173
|
+
*/
|
|
1174
|
+
agencyLaunchAttemptCountYear?: number | undefined;
|
|
1175
|
+
/**
|
|
1176
|
+
* @generated from field: optional string failreason = 3;
|
|
1177
|
+
*/
|
|
1178
|
+
failreason?: string | undefined;
|
|
1179
|
+
/**
|
|
1180
|
+
* @generated from field: optional string hashtag = 4;
|
|
1181
|
+
*/
|
|
1182
|
+
hashtag?: string | undefined;
|
|
1183
|
+
/**
|
|
1184
|
+
* @generated from field: string id = 5;
|
|
1185
|
+
*/
|
|
1186
|
+
id: string;
|
|
1187
|
+
/**
|
|
1188
|
+
* @generated from field: landing.v1.Image image = 6;
|
|
1189
|
+
*/
|
|
1190
|
+
image?: Image | undefined;
|
|
1191
|
+
/**
|
|
1192
|
+
* @generated from field: optional string infographic = 7;
|
|
1193
|
+
*/
|
|
1194
|
+
infographic?: string | undefined;
|
|
1195
|
+
/**
|
|
1196
|
+
* @generated from field: string last_updated = 8;
|
|
1197
|
+
*/
|
|
1198
|
+
lastUpdated: string;
|
|
1199
|
+
/**
|
|
1200
|
+
* @generated from field: optional string launch_designator = 9;
|
|
1201
|
+
*/
|
|
1202
|
+
launchDesignator?: string | undefined;
|
|
1203
|
+
/**
|
|
1204
|
+
* @generated from field: landing.v1.AgencyMini launch_service_provider = 10;
|
|
1205
|
+
*/
|
|
1206
|
+
launchServiceProvider?: AgencyMini | undefined;
|
|
1207
|
+
/**
|
|
1208
|
+
* @generated from field: optional int32 location_launch_attempt_count = 11;
|
|
1209
|
+
*/
|
|
1210
|
+
locationLaunchAttemptCount?: number | undefined;
|
|
1211
|
+
/**
|
|
1212
|
+
* @generated from field: optional int32 location_launch_attempt_count_year = 12;
|
|
1213
|
+
*/
|
|
1214
|
+
locationLaunchAttemptCountYear?: number | undefined;
|
|
1215
|
+
/**
|
|
1216
|
+
* @generated from field: landing.v1.Mission mission = 13;
|
|
1217
|
+
*/
|
|
1218
|
+
mission?: Mission | undefined;
|
|
1219
|
+
/**
|
|
1220
|
+
* @generated from field: string name = 14;
|
|
1221
|
+
*/
|
|
1222
|
+
name: string;
|
|
1223
|
+
/**
|
|
1224
|
+
* @generated from field: string net = 15;
|
|
1225
|
+
*/
|
|
1226
|
+
net: string;
|
|
1227
|
+
/**
|
|
1228
|
+
* @generated from field: landing.v1.NetPrecision net_precision = 16;
|
|
1229
|
+
*/
|
|
1230
|
+
netPrecision?: NetPrecision | undefined;
|
|
1231
|
+
/**
|
|
1232
|
+
* @generated from field: optional int32 orbital_launch_attempt_count = 17;
|
|
1233
|
+
*/
|
|
1234
|
+
orbitalLaunchAttemptCount?: number | undefined;
|
|
1235
|
+
/**
|
|
1236
|
+
* @generated from field: optional int32 orbital_launch_attempt_count_year = 18;
|
|
1237
|
+
*/
|
|
1238
|
+
orbitalLaunchAttemptCountYear?: number | undefined;
|
|
1239
|
+
/**
|
|
1240
|
+
* @generated from field: landing.v1.Pad pad = 19;
|
|
1241
|
+
*/
|
|
1242
|
+
pad?: Pad | undefined;
|
|
1243
|
+
/**
|
|
1244
|
+
* @generated from field: optional int32 pad_launch_attempt_count = 20;
|
|
1245
|
+
*/
|
|
1246
|
+
padLaunchAttemptCount?: number | undefined;
|
|
1247
|
+
/**
|
|
1248
|
+
* @generated from field: optional int32 pad_launch_attempt_count_year = 21;
|
|
1249
|
+
*/
|
|
1250
|
+
padLaunchAttemptCountYear?: number | undefined;
|
|
1251
|
+
/**
|
|
1252
|
+
* @generated from field: optional int32 probability = 22;
|
|
1253
|
+
*/
|
|
1254
|
+
probability?: number | undefined;
|
|
1255
|
+
/**
|
|
1256
|
+
* @generated from field: repeated landing.v1.ProgramNormal program = 23;
|
|
1257
|
+
*/
|
|
1258
|
+
program: ProgramNormal[];
|
|
1259
|
+
/**
|
|
1260
|
+
* @generated from field: string response_mode = 24;
|
|
1261
|
+
*/
|
|
1262
|
+
responseMode: string;
|
|
1263
|
+
/**
|
|
1264
|
+
* @generated from field: landing.v1.RocketNormal rocket = 25;
|
|
1265
|
+
*/
|
|
1266
|
+
rocket?: RocketNormal | undefined;
|
|
1267
|
+
/**
|
|
1268
|
+
* @generated from field: string slug = 26;
|
|
1269
|
+
*/
|
|
1270
|
+
slug: string;
|
|
1271
|
+
/**
|
|
1272
|
+
* @generated from field: landing.v1.LaunchStatus status = 27;
|
|
1273
|
+
*/
|
|
1274
|
+
status?: LaunchStatus | undefined;
|
|
1275
|
+
/**
|
|
1276
|
+
* @generated from field: string url = 28;
|
|
1277
|
+
*/
|
|
1278
|
+
url: string;
|
|
1279
|
+
/**
|
|
1280
|
+
* @generated from field: optional string weather_concerns = 29;
|
|
1281
|
+
*/
|
|
1282
|
+
weatherConcerns?: string | undefined;
|
|
1283
|
+
/**
|
|
1284
|
+
* @generated from field: bool webcast_live = 30;
|
|
1285
|
+
*/
|
|
1286
|
+
webcastLive: boolean;
|
|
1287
|
+
/**
|
|
1288
|
+
* @generated from field: string window_end = 31;
|
|
1289
|
+
*/
|
|
1290
|
+
windowEnd: string;
|
|
1291
|
+
/**
|
|
1292
|
+
* @generated from field: string window_start = 32;
|
|
1293
|
+
*/
|
|
1294
|
+
windowStart: string;
|
|
1295
|
+
};
|
|
1296
|
+
/**
|
|
1297
|
+
* Describes the message landing.v1.LaunchNormal.
|
|
1298
|
+
* Use `create(LaunchNormalSchema)` to create a new message.
|
|
1299
|
+
*/
|
|
1300
|
+
export declare const LaunchNormalSchema: GenMessage<LaunchNormal>;
|
|
1301
|
+
/**
|
|
1302
|
+
* @generated from message landing.v1.LaunchStatus
|
|
1303
|
+
*/
|
|
1304
|
+
export type LaunchStatus = Message<"landing.v1.LaunchStatus"> & {
|
|
1305
|
+
/**
|
|
1306
|
+
* @generated from field: string abbrev = 1;
|
|
1307
|
+
*/
|
|
1308
|
+
abbrev: string;
|
|
1309
|
+
/**
|
|
1310
|
+
* @generated from field: string description = 2;
|
|
1311
|
+
*/
|
|
1312
|
+
description: string;
|
|
1313
|
+
/**
|
|
1314
|
+
* @generated from field: int32 id = 3;
|
|
1315
|
+
*/
|
|
1316
|
+
id: number;
|
|
1317
|
+
/**
|
|
1318
|
+
* @generated from field: string name = 4;
|
|
1319
|
+
*/
|
|
1320
|
+
name: string;
|
|
1321
|
+
};
|
|
1322
|
+
/**
|
|
1323
|
+
* Describes the message landing.v1.LaunchStatus.
|
|
1324
|
+
* Use `create(LaunchStatusSchema)` to create a new message.
|
|
1325
|
+
*/
|
|
1326
|
+
export declare const LaunchStatusSchema: GenMessage<LaunchStatus>;
|
|
1327
|
+
/**
|
|
1328
|
+
* @generated from message landing.v1.LauncherConfigFamilyMini
|
|
1329
|
+
*/
|
|
1330
|
+
export type LauncherConfigFamilyMini = Message<"landing.v1.LauncherConfigFamilyMini"> & {
|
|
1331
|
+
/**
|
|
1332
|
+
* @generated from field: int32 id = 1;
|
|
1333
|
+
*/
|
|
1334
|
+
id: number;
|
|
1335
|
+
/**
|
|
1336
|
+
* @generated from field: string name = 2;
|
|
1337
|
+
*/
|
|
1338
|
+
name: string;
|
|
1339
|
+
/**
|
|
1340
|
+
* @generated from field: string response_mode = 3;
|
|
1341
|
+
*/
|
|
1342
|
+
responseMode: string;
|
|
1343
|
+
};
|
|
1344
|
+
/**
|
|
1345
|
+
* Describes the message landing.v1.LauncherConfigFamilyMini.
|
|
1346
|
+
* Use `create(LauncherConfigFamilyMiniSchema)` to create a new message.
|
|
1347
|
+
*/
|
|
1348
|
+
export declare const LauncherConfigFamilyMiniSchema: GenMessage<LauncherConfigFamilyMini>;
|
|
1349
|
+
/**
|
|
1350
|
+
* @generated from message landing.v1.LauncherConfigList
|
|
1351
|
+
*/
|
|
1352
|
+
export type LauncherConfigList = Message<"landing.v1.LauncherConfigList"> & {
|
|
1353
|
+
/**
|
|
1354
|
+
* @generated from field: repeated landing.v1.LauncherConfigFamilyMini families = 1;
|
|
1355
|
+
*/
|
|
1356
|
+
families: LauncherConfigFamilyMini[];
|
|
1357
|
+
/**
|
|
1358
|
+
* @generated from field: string full_name = 2;
|
|
1359
|
+
*/
|
|
1360
|
+
fullName: string;
|
|
1361
|
+
/**
|
|
1362
|
+
* @generated from field: int32 id = 3;
|
|
1363
|
+
*/
|
|
1364
|
+
id: number;
|
|
1365
|
+
/**
|
|
1366
|
+
* @generated from field: string name = 4;
|
|
1367
|
+
*/
|
|
1368
|
+
name: string;
|
|
1369
|
+
/**
|
|
1370
|
+
* @generated from field: string response_mode = 5;
|
|
1371
|
+
*/
|
|
1372
|
+
responseMode: string;
|
|
1373
|
+
/**
|
|
1374
|
+
* @generated from field: string url = 6;
|
|
1375
|
+
*/
|
|
1376
|
+
url: string;
|
|
1377
|
+
/**
|
|
1378
|
+
* @generated from field: string variant = 7;
|
|
1379
|
+
*/
|
|
1380
|
+
variant: string;
|
|
1381
|
+
};
|
|
1382
|
+
/**
|
|
1383
|
+
* Describes the message landing.v1.LauncherConfigList.
|
|
1384
|
+
* Use `create(LauncherConfigListSchema)` to create a new message.
|
|
1385
|
+
*/
|
|
1386
|
+
export declare const LauncherConfigListSchema: GenMessage<LauncherConfigList>;
|
|
1387
|
+
/**
|
|
1388
|
+
* @generated from message landing.v1.LauncherNormal
|
|
1389
|
+
*/
|
|
1390
|
+
export type LauncherNormal = Message<"landing.v1.LauncherNormal"> & {
|
|
1391
|
+
/**
|
|
1392
|
+
* @generated from field: optional int32 attempted_landings = 1;
|
|
1393
|
+
*/
|
|
1394
|
+
attemptedLandings?: number | undefined;
|
|
1395
|
+
/**
|
|
1396
|
+
* @generated from field: string details = 2;
|
|
1397
|
+
*/
|
|
1398
|
+
details: string;
|
|
1399
|
+
/**
|
|
1400
|
+
* @generated from field: optional string fastest_turnaround = 3;
|
|
1401
|
+
*/
|
|
1402
|
+
fastestTurnaround?: string | undefined;
|
|
1403
|
+
/**
|
|
1404
|
+
* @generated from field: optional string first_launch_date = 4;
|
|
1405
|
+
*/
|
|
1406
|
+
firstLaunchDate?: string | undefined;
|
|
1407
|
+
/**
|
|
1408
|
+
* @generated from field: bool flight_proven = 5;
|
|
1409
|
+
*/
|
|
1410
|
+
flightProven: boolean;
|
|
1411
|
+
/**
|
|
1412
|
+
* @generated from field: optional int32 flights = 6;
|
|
1413
|
+
*/
|
|
1414
|
+
flights?: number | undefined;
|
|
1415
|
+
/**
|
|
1416
|
+
* @generated from field: int32 id = 7;
|
|
1417
|
+
*/
|
|
1418
|
+
id: number;
|
|
1419
|
+
/**
|
|
1420
|
+
* @generated from field: landing.v1.Image image = 8;
|
|
1421
|
+
*/
|
|
1422
|
+
image?: Image | undefined;
|
|
1423
|
+
/**
|
|
1424
|
+
* @generated from field: bool is_placeholder = 9;
|
|
1425
|
+
*/
|
|
1426
|
+
isPlaceholder: boolean;
|
|
1427
|
+
/**
|
|
1428
|
+
* @generated from field: optional string last_launch_date = 10;
|
|
1429
|
+
*/
|
|
1430
|
+
lastLaunchDate?: string | undefined;
|
|
1431
|
+
/**
|
|
1432
|
+
* @generated from field: string response_mode = 11;
|
|
1433
|
+
*/
|
|
1434
|
+
responseMode: string;
|
|
1435
|
+
/**
|
|
1436
|
+
* @generated from field: optional string serial_number = 12;
|
|
1437
|
+
*/
|
|
1438
|
+
serialNumber?: string | undefined;
|
|
1439
|
+
/**
|
|
1440
|
+
* @generated from field: landing.v1.LauncherStatus status = 13;
|
|
1441
|
+
*/
|
|
1442
|
+
status?: LauncherStatus | undefined;
|
|
1443
|
+
/**
|
|
1444
|
+
* @generated from field: optional int32 successful_landings = 14;
|
|
1445
|
+
*/
|
|
1446
|
+
successfulLandings?: number | undefined;
|
|
1447
|
+
/**
|
|
1448
|
+
* @generated from field: string url = 15;
|
|
1449
|
+
*/
|
|
1450
|
+
url: string;
|
|
1451
|
+
};
|
|
1452
|
+
/**
|
|
1453
|
+
* Describes the message landing.v1.LauncherNormal.
|
|
1454
|
+
* Use `create(LauncherNormalSchema)` to create a new message.
|
|
1455
|
+
*/
|
|
1456
|
+
export declare const LauncherNormalSchema: GenMessage<LauncherNormal>;
|
|
1457
|
+
/**
|
|
1458
|
+
* @generated from message landing.v1.LauncherStatus
|
|
1459
|
+
*/
|
|
1460
|
+
export type LauncherStatus = Message<"landing.v1.LauncherStatus"> & {
|
|
1461
|
+
/**
|
|
1462
|
+
* @generated from field: int32 id = 1;
|
|
1463
|
+
*/
|
|
1464
|
+
id: number;
|
|
1465
|
+
/**
|
|
1466
|
+
* @generated from field: string name = 2;
|
|
1467
|
+
*/
|
|
1468
|
+
name: string;
|
|
1469
|
+
};
|
|
1470
|
+
/**
|
|
1471
|
+
* Describes the message landing.v1.LauncherStatus.
|
|
1472
|
+
* Use `create(LauncherStatusSchema)` to create a new message.
|
|
1473
|
+
*/
|
|
1474
|
+
export declare const LauncherStatusSchema: GenMessage<LauncherStatus>;
|
|
1475
|
+
/**
|
|
1476
|
+
* @generated from message landing.v1.Location
|
|
1477
|
+
*/
|
|
1478
|
+
export type Location = Message<"landing.v1.Location"> & {
|
|
1479
|
+
/**
|
|
1480
|
+
* @generated from field: bool active = 1;
|
|
1481
|
+
*/
|
|
1482
|
+
active: boolean;
|
|
1483
|
+
/**
|
|
1484
|
+
* @generated from field: landing.v1.CelestialBodyDetailed celestial_body = 2;
|
|
1485
|
+
*/
|
|
1486
|
+
celestialBody?: CelestialBodyDetailed | undefined;
|
|
1487
|
+
/**
|
|
1488
|
+
* @generated from field: landing.v1.Country country = 3;
|
|
1489
|
+
*/
|
|
1490
|
+
country?: Country | undefined;
|
|
1491
|
+
/**
|
|
1492
|
+
* @generated from field: optional string description = 4;
|
|
1493
|
+
*/
|
|
1494
|
+
description?: string | undefined;
|
|
1495
|
+
/**
|
|
1496
|
+
* @generated from field: int32 id = 5;
|
|
1497
|
+
*/
|
|
1498
|
+
id: number;
|
|
1499
|
+
/**
|
|
1500
|
+
* @generated from field: landing.v1.Image image = 6;
|
|
1501
|
+
*/
|
|
1502
|
+
image?: Image | undefined;
|
|
1503
|
+
/**
|
|
1504
|
+
* @generated from field: optional float latitude = 7;
|
|
1505
|
+
*/
|
|
1506
|
+
latitude?: number | undefined;
|
|
1507
|
+
/**
|
|
1508
|
+
* @generated from field: optional float longitude = 8;
|
|
1509
|
+
*/
|
|
1510
|
+
longitude?: number | undefined;
|
|
1511
|
+
/**
|
|
1512
|
+
* @generated from field: optional string map_image = 9;
|
|
1513
|
+
*/
|
|
1514
|
+
mapImage?: string | undefined;
|
|
1515
|
+
/**
|
|
1516
|
+
* @generated from field: string name = 10;
|
|
1517
|
+
*/
|
|
1518
|
+
name: string;
|
|
1519
|
+
/**
|
|
1520
|
+
* @generated from field: string response_mode = 11;
|
|
1521
|
+
*/
|
|
1522
|
+
responseMode: string;
|
|
1523
|
+
/**
|
|
1524
|
+
* @generated from field: string timezone_name = 12;
|
|
1525
|
+
*/
|
|
1526
|
+
timezoneName: string;
|
|
1527
|
+
/**
|
|
1528
|
+
* @generated from field: optional int32 total_landing_count = 13;
|
|
1529
|
+
*/
|
|
1530
|
+
totalLandingCount?: number | undefined;
|
|
1531
|
+
/**
|
|
1532
|
+
* @generated from field: optional int32 total_launch_count = 14;
|
|
1533
|
+
*/
|
|
1534
|
+
totalLaunchCount?: number | undefined;
|
|
1535
|
+
/**
|
|
1536
|
+
* @generated from field: string url = 15;
|
|
1537
|
+
*/
|
|
1538
|
+
url: string;
|
|
1539
|
+
};
|
|
1540
|
+
/**
|
|
1541
|
+
* Describes the message landing.v1.Location.
|
|
1542
|
+
* Use `create(LocationSchema)` to create a new message.
|
|
1543
|
+
*/
|
|
1544
|
+
export declare const LocationSchema: GenMessage<Location>;
|
|
1545
|
+
/**
|
|
1546
|
+
* @generated from message landing.v1.LocationSerializerNoCelestialBody
|
|
1547
|
+
*/
|
|
1548
|
+
export type LocationSerializerNoCelestialBody = Message<"landing.v1.LocationSerializerNoCelestialBody"> & {
|
|
1549
|
+
/**
|
|
1550
|
+
* @generated from field: bool active = 1;
|
|
1551
|
+
*/
|
|
1552
|
+
active: boolean;
|
|
1553
|
+
/**
|
|
1554
|
+
* @generated from field: landing.v1.Country country = 2;
|
|
1555
|
+
*/
|
|
1556
|
+
country?: Country | undefined;
|
|
1557
|
+
/**
|
|
1558
|
+
* @generated from field: optional string description = 3;
|
|
1559
|
+
*/
|
|
1560
|
+
description?: string | undefined;
|
|
1561
|
+
/**
|
|
1562
|
+
* @generated from field: int32 id = 4;
|
|
1563
|
+
*/
|
|
1564
|
+
id: number;
|
|
1565
|
+
/**
|
|
1566
|
+
* @generated from field: landing.v1.Image image = 5;
|
|
1567
|
+
*/
|
|
1568
|
+
image?: Image | undefined;
|
|
1569
|
+
/**
|
|
1570
|
+
* @generated from field: optional float latitude = 6;
|
|
1571
|
+
*/
|
|
1572
|
+
latitude?: number | undefined;
|
|
1573
|
+
/**
|
|
1574
|
+
* @generated from field: optional float longitude = 7;
|
|
1575
|
+
*/
|
|
1576
|
+
longitude?: number | undefined;
|
|
1577
|
+
/**
|
|
1578
|
+
* @generated from field: optional string map_image = 8;
|
|
1579
|
+
*/
|
|
1580
|
+
mapImage?: string | undefined;
|
|
1581
|
+
/**
|
|
1582
|
+
* @generated from field: string name = 9;
|
|
1583
|
+
*/
|
|
1584
|
+
name: string;
|
|
1585
|
+
/**
|
|
1586
|
+
* @generated from field: string response_mode = 10;
|
|
1587
|
+
*/
|
|
1588
|
+
responseMode: string;
|
|
1589
|
+
/**
|
|
1590
|
+
* @generated from field: string timezone_name = 11;
|
|
1591
|
+
*/
|
|
1592
|
+
timezoneName: string;
|
|
1593
|
+
/**
|
|
1594
|
+
* @generated from field: optional int32 total_landing_count = 12;
|
|
1595
|
+
*/
|
|
1596
|
+
totalLandingCount?: number | undefined;
|
|
1597
|
+
/**
|
|
1598
|
+
* @generated from field: optional int32 total_launch_count = 13;
|
|
1599
|
+
*/
|
|
1600
|
+
totalLaunchCount?: number | undefined;
|
|
1601
|
+
/**
|
|
1602
|
+
* @generated from field: string url = 14;
|
|
1603
|
+
*/
|
|
1604
|
+
url: string;
|
|
1605
|
+
};
|
|
1606
|
+
/**
|
|
1607
|
+
* Describes the message landing.v1.LocationSerializerNoCelestialBody.
|
|
1608
|
+
* Use `create(LocationSerializerNoCelestialBodySchema)` to create a new message.
|
|
1609
|
+
*/
|
|
1610
|
+
export declare const LocationSerializerNoCelestialBodySchema: GenMessage<LocationSerializerNoCelestialBody>;
|
|
1611
|
+
/**
|
|
1612
|
+
* @generated from message landing.v1.Mission
|
|
1613
|
+
*/
|
|
1614
|
+
export type Mission = Message<"landing.v1.Mission"> & {
|
|
1615
|
+
/**
|
|
1616
|
+
* @generated from field: repeated landing.v1.AgencyDetailed agencies = 1;
|
|
1617
|
+
*/
|
|
1618
|
+
agencies: AgencyDetailed[];
|
|
1619
|
+
/**
|
|
1620
|
+
* @generated from field: string description = 2;
|
|
1621
|
+
*/
|
|
1622
|
+
description: string;
|
|
1623
|
+
/**
|
|
1624
|
+
* @generated from field: int32 id = 3;
|
|
1625
|
+
*/
|
|
1626
|
+
id: number;
|
|
1627
|
+
/**
|
|
1628
|
+
* @generated from field: landing.v1.Image image = 4;
|
|
1629
|
+
*/
|
|
1630
|
+
image?: Image | undefined;
|
|
1631
|
+
/**
|
|
1632
|
+
* @generated from field: repeated landing.v1.InfoURL info_urls = 5;
|
|
1633
|
+
*/
|
|
1634
|
+
infoUrls: InfoURL[];
|
|
1635
|
+
/**
|
|
1636
|
+
* @generated from field: string name = 6;
|
|
1637
|
+
*/
|
|
1638
|
+
name: string;
|
|
1639
|
+
/**
|
|
1640
|
+
* @generated from field: landing.v1.Orbit orbit = 7;
|
|
1641
|
+
*/
|
|
1642
|
+
orbit?: Orbit | undefined;
|
|
1643
|
+
/**
|
|
1644
|
+
* @generated from field: string type = 8;
|
|
1645
|
+
*/
|
|
1646
|
+
type: string;
|
|
1647
|
+
/**
|
|
1648
|
+
* @generated from field: repeated landing.v1.VidURL vid_urls = 9;
|
|
1649
|
+
*/
|
|
1650
|
+
vidUrls: VidURL[];
|
|
1651
|
+
};
|
|
1652
|
+
/**
|
|
1653
|
+
* Describes the message landing.v1.Mission.
|
|
1654
|
+
* Use `create(MissionSchema)` to create a new message.
|
|
1655
|
+
*/
|
|
1656
|
+
export declare const MissionSchema: GenMessage<Mission>;
|
|
1657
|
+
/**
|
|
1658
|
+
* @generated from message landing.v1.MissionPatch
|
|
1659
|
+
*/
|
|
1660
|
+
export type MissionPatch = Message<"landing.v1.MissionPatch"> & {
|
|
1661
|
+
/**
|
|
1662
|
+
* @generated from field: landing.v1.AgencyMini agency = 1;
|
|
1663
|
+
*/
|
|
1664
|
+
agency?: AgencyMini | undefined;
|
|
1665
|
+
/**
|
|
1666
|
+
* @generated from field: int32 id = 2;
|
|
1667
|
+
*/
|
|
1668
|
+
id: number;
|
|
1669
|
+
/**
|
|
1670
|
+
* @generated from field: string image_url = 3;
|
|
1671
|
+
*/
|
|
1672
|
+
imageUrl: string;
|
|
1673
|
+
/**
|
|
1674
|
+
* @generated from field: string name = 4;
|
|
1675
|
+
*/
|
|
1676
|
+
name: string;
|
|
1677
|
+
/**
|
|
1678
|
+
* @generated from field: int32 priority = 5;
|
|
1679
|
+
*/
|
|
1680
|
+
priority: number;
|
|
1681
|
+
/**
|
|
1682
|
+
* @generated from field: string response_mode = 6;
|
|
1683
|
+
*/
|
|
1684
|
+
responseMode: string;
|
|
1685
|
+
};
|
|
1686
|
+
/**
|
|
1687
|
+
* Describes the message landing.v1.MissionPatch.
|
|
1688
|
+
* Use `create(MissionPatchSchema)` to create a new message.
|
|
1689
|
+
*/
|
|
1690
|
+
export declare const MissionPatchSchema: GenMessage<MissionPatch>;
|
|
1691
|
+
/**
|
|
1692
|
+
* @generated from message landing.v1.NetPrecision
|
|
1693
|
+
*/
|
|
1694
|
+
export type NetPrecision = Message<"landing.v1.NetPrecision"> & {
|
|
1695
|
+
/**
|
|
1696
|
+
* @generated from field: string abbrev = 1;
|
|
1697
|
+
*/
|
|
1698
|
+
abbrev: string;
|
|
1699
|
+
/**
|
|
1700
|
+
* @generated from field: string description = 2;
|
|
1701
|
+
*/
|
|
1702
|
+
description: string;
|
|
1703
|
+
/**
|
|
1704
|
+
* @generated from field: int32 id = 3;
|
|
1705
|
+
*/
|
|
1706
|
+
id: number;
|
|
1707
|
+
/**
|
|
1708
|
+
* @generated from field: string name = 4;
|
|
1709
|
+
*/
|
|
1710
|
+
name: string;
|
|
1711
|
+
};
|
|
1712
|
+
/**
|
|
1713
|
+
* Describes the message landing.v1.NetPrecision.
|
|
1714
|
+
* Use `create(NetPrecisionSchema)` to create a new message.
|
|
1715
|
+
*/
|
|
1716
|
+
export declare const NetPrecisionSchema: GenMessage<NetPrecision>;
|
|
1717
|
+
/**
|
|
1718
|
+
* @generated from message landing.v1.Orbit
|
|
1719
|
+
*/
|
|
1720
|
+
export type Orbit = Message<"landing.v1.Orbit"> & {
|
|
1721
|
+
/**
|
|
1722
|
+
* @generated from field: string abbrev = 1;
|
|
1723
|
+
*/
|
|
1724
|
+
abbrev: string;
|
|
1725
|
+
/**
|
|
1726
|
+
* @generated from field: landing.v1.CelestialBodyMini celestial_body = 2;
|
|
1727
|
+
*/
|
|
1728
|
+
celestialBody?: CelestialBodyMini | undefined;
|
|
1729
|
+
/**
|
|
1730
|
+
* @generated from field: int32 id = 3;
|
|
1731
|
+
*/
|
|
1732
|
+
id: number;
|
|
1733
|
+
/**
|
|
1734
|
+
* @generated from field: string name = 4;
|
|
1735
|
+
*/
|
|
1736
|
+
name: string;
|
|
1737
|
+
};
|
|
1738
|
+
/**
|
|
1739
|
+
* Describes the message landing.v1.Orbit.
|
|
1740
|
+
* Use `create(OrbitSchema)` to create a new message.
|
|
1741
|
+
*/
|
|
1742
|
+
export declare const OrbitSchema: GenMessage<Orbit>;
|
|
1743
|
+
/**
|
|
1744
|
+
* @generated from message landing.v1.Pad
|
|
1745
|
+
*/
|
|
1746
|
+
export type Pad = Message<"landing.v1.Pad"> & {
|
|
1747
|
+
/**
|
|
1748
|
+
* @generated from field: bool active = 1;
|
|
1749
|
+
*/
|
|
1750
|
+
active: boolean;
|
|
1751
|
+
/**
|
|
1752
|
+
* @generated from field: repeated landing.v1.AgencyNormal agencies = 2;
|
|
1753
|
+
*/
|
|
1754
|
+
agencies: AgencyNormal[];
|
|
1755
|
+
/**
|
|
1756
|
+
* @generated from field: landing.v1.Country country = 3;
|
|
1757
|
+
*/
|
|
1758
|
+
country?: Country | undefined;
|
|
1759
|
+
/**
|
|
1760
|
+
* @generated from field: optional string description = 4;
|
|
1761
|
+
*/
|
|
1762
|
+
description?: string | undefined;
|
|
1763
|
+
/**
|
|
1764
|
+
* @generated from field: optional string fastest_turnaround = 5;
|
|
1765
|
+
*/
|
|
1766
|
+
fastestTurnaround?: string | undefined;
|
|
1767
|
+
/**
|
|
1768
|
+
* @generated from field: int32 id = 6;
|
|
1769
|
+
*/
|
|
1770
|
+
id: number;
|
|
1771
|
+
/**
|
|
1772
|
+
* @generated from field: landing.v1.Image image = 7;
|
|
1773
|
+
*/
|
|
1774
|
+
image?: Image | undefined;
|
|
1775
|
+
/**
|
|
1776
|
+
* @generated from field: optional string info_url = 8;
|
|
1777
|
+
*/
|
|
1778
|
+
infoUrl?: string | undefined;
|
|
1779
|
+
/**
|
|
1780
|
+
* @generated from field: optional float latitude = 9;
|
|
1781
|
+
*/
|
|
1782
|
+
latitude?: number | undefined;
|
|
1783
|
+
/**
|
|
1784
|
+
* @generated from field: landing.v1.Location location = 10;
|
|
1785
|
+
*/
|
|
1786
|
+
location?: Location | undefined;
|
|
1787
|
+
/**
|
|
1788
|
+
* @generated from field: optional float longitude = 11;
|
|
1789
|
+
*/
|
|
1790
|
+
longitude?: number | undefined;
|
|
1791
|
+
/**
|
|
1792
|
+
* @generated from field: optional string map_image = 12;
|
|
1793
|
+
*/
|
|
1794
|
+
mapImage?: string | undefined;
|
|
1795
|
+
/**
|
|
1796
|
+
* @generated from field: optional string map_url = 13;
|
|
1797
|
+
*/
|
|
1798
|
+
mapUrl?: string | undefined;
|
|
1799
|
+
/**
|
|
1800
|
+
* @generated from field: string name = 14;
|
|
1801
|
+
*/
|
|
1802
|
+
name: string;
|
|
1803
|
+
/**
|
|
1804
|
+
* @generated from field: optional int32 orbital_launch_attempt_count = 15;
|
|
1805
|
+
*/
|
|
1806
|
+
orbitalLaunchAttemptCount?: number | undefined;
|
|
1807
|
+
/**
|
|
1808
|
+
* @generated from field: optional int32 total_launch_count = 16;
|
|
1809
|
+
*/
|
|
1810
|
+
totalLaunchCount?: number | undefined;
|
|
1811
|
+
/**
|
|
1812
|
+
* @generated from field: string url = 17;
|
|
1813
|
+
*/
|
|
1814
|
+
url: string;
|
|
1815
|
+
/**
|
|
1816
|
+
* @generated from field: optional string wiki_url = 18;
|
|
1817
|
+
*/
|
|
1818
|
+
wikiUrl?: string | undefined;
|
|
1819
|
+
};
|
|
1820
|
+
/**
|
|
1821
|
+
* Describes the message landing.v1.Pad.
|
|
1822
|
+
* Use `create(PadSchema)` to create a new message.
|
|
1823
|
+
*/
|
|
1824
|
+
export declare const PadSchema: GenMessage<Pad>;
|
|
1825
|
+
/**
|
|
1826
|
+
* @generated from message landing.v1.PayloadDetailed
|
|
1827
|
+
*/
|
|
1828
|
+
export type PayloadDetailed = Message<"landing.v1.PayloadDetailed"> & {
|
|
1829
|
+
/**
|
|
1830
|
+
* @generated from field: optional int32 cost = 1;
|
|
1831
|
+
*/
|
|
1832
|
+
cost?: number | undefined;
|
|
1833
|
+
/**
|
|
1834
|
+
* @generated from field: string description = 2;
|
|
1835
|
+
*/
|
|
1836
|
+
description: string;
|
|
1837
|
+
/**
|
|
1838
|
+
* @generated from field: int32 id = 3;
|
|
1839
|
+
*/
|
|
1840
|
+
id: number;
|
|
1841
|
+
/**
|
|
1842
|
+
* @generated from field: landing.v1.Image image = 4;
|
|
1843
|
+
*/
|
|
1844
|
+
image?: Image | undefined;
|
|
1845
|
+
/**
|
|
1846
|
+
* @generated from field: string info_link = 5;
|
|
1847
|
+
*/
|
|
1848
|
+
infoLink: string;
|
|
1849
|
+
/**
|
|
1850
|
+
* @generated from field: landing.v1.AgencyDetailed manufacturer = 6;
|
|
1851
|
+
*/
|
|
1852
|
+
manufacturer?: AgencyDetailed | undefined;
|
|
1853
|
+
/**
|
|
1854
|
+
* @generated from field: optional float mass = 7;
|
|
1855
|
+
*/
|
|
1856
|
+
mass?: number | undefined;
|
|
1857
|
+
/**
|
|
1858
|
+
* @generated from field: string name = 8;
|
|
1859
|
+
*/
|
|
1860
|
+
name: string;
|
|
1861
|
+
/**
|
|
1862
|
+
* @generated from field: landing.v1.AgencyDetailed operator = 9;
|
|
1863
|
+
*/
|
|
1864
|
+
operator?: AgencyDetailed | undefined;
|
|
1865
|
+
/**
|
|
1866
|
+
* @generated from field: repeated landing.v1.ProgramNormal program = 10;
|
|
1867
|
+
*/
|
|
1868
|
+
program: ProgramNormal[];
|
|
1869
|
+
/**
|
|
1870
|
+
* @generated from field: string response_mode = 11;
|
|
1871
|
+
*/
|
|
1872
|
+
responseMode: string;
|
|
1873
|
+
/**
|
|
1874
|
+
* @generated from field: landing.v1.PayloadType type = 12;
|
|
1875
|
+
*/
|
|
1876
|
+
type?: PayloadType | undefined;
|
|
1877
|
+
/**
|
|
1878
|
+
* @generated from field: string wiki_link = 13;
|
|
1879
|
+
*/
|
|
1880
|
+
wikiLink: string;
|
|
1881
|
+
};
|
|
1882
|
+
/**
|
|
1883
|
+
* Describes the message landing.v1.PayloadDetailed.
|
|
1884
|
+
* Use `create(PayloadDetailedSchema)` to create a new message.
|
|
1885
|
+
*/
|
|
1886
|
+
export declare const PayloadDetailedSchema: GenMessage<PayloadDetailed>;
|
|
1887
|
+
/**
|
|
1888
|
+
* @generated from message landing.v1.PayloadFlightDetailedSerializerNoLanding
|
|
1889
|
+
*/
|
|
1890
|
+
export type PayloadFlightDetailedSerializerNoLanding = Message<"landing.v1.PayloadFlightDetailedSerializerNoLanding"> & {
|
|
1891
|
+
/**
|
|
1892
|
+
* @generated from field: int32 amount = 1;
|
|
1893
|
+
*/
|
|
1894
|
+
amount: number;
|
|
1895
|
+
/**
|
|
1896
|
+
* @generated from field: optional string destination = 2;
|
|
1897
|
+
*/
|
|
1898
|
+
destination?: string | undefined;
|
|
1899
|
+
/**
|
|
1900
|
+
* @generated from field: repeated landing.v1.DockingEventForChaserNormal docking_events = 3;
|
|
1901
|
+
*/
|
|
1902
|
+
dockingEvents: DockingEventForChaserNormal[];
|
|
1903
|
+
/**
|
|
1904
|
+
* @generated from field: int32 id = 4;
|
|
1905
|
+
*/
|
|
1906
|
+
id: number;
|
|
1907
|
+
/**
|
|
1908
|
+
* @generated from field: landing.v1.LaunchNormal launch = 5;
|
|
1909
|
+
*/
|
|
1910
|
+
launch?: LaunchNormal | undefined;
|
|
1911
|
+
/**
|
|
1912
|
+
* @generated from field: landing.v1.PayloadDetailed payload = 6;
|
|
1913
|
+
*/
|
|
1914
|
+
payload?: PayloadDetailed | undefined;
|
|
1915
|
+
/**
|
|
1916
|
+
* @generated from field: string response_mode = 7;
|
|
1917
|
+
*/
|
|
1918
|
+
responseMode: string;
|
|
1919
|
+
/**
|
|
1920
|
+
* @generated from field: string url = 8;
|
|
1921
|
+
*/
|
|
1922
|
+
url: string;
|
|
1923
|
+
};
|
|
1924
|
+
/**
|
|
1925
|
+
* Describes the message landing.v1.PayloadFlightDetailedSerializerNoLanding.
|
|
1926
|
+
* Use `create(PayloadFlightDetailedSerializerNoLandingSchema)` to create a new message.
|
|
1927
|
+
*/
|
|
1928
|
+
export declare const PayloadFlightDetailedSerializerNoLandingSchema: GenMessage<PayloadFlightDetailedSerializerNoLanding>;
|
|
1929
|
+
/**
|
|
1930
|
+
* @generated from message landing.v1.PayloadFlightNormal
|
|
1931
|
+
*/
|
|
1932
|
+
export type PayloadFlightNormal = Message<"landing.v1.PayloadFlightNormal"> & {
|
|
1933
|
+
/**
|
|
1934
|
+
* @generated from field: int32 amount = 1;
|
|
1935
|
+
*/
|
|
1936
|
+
amount: number;
|
|
1937
|
+
/**
|
|
1938
|
+
* @generated from field: optional string destination = 2;
|
|
1939
|
+
*/
|
|
1940
|
+
destination?: string | undefined;
|
|
1941
|
+
/**
|
|
1942
|
+
* @generated from field: int32 id = 3;
|
|
1943
|
+
*/
|
|
1944
|
+
id: number;
|
|
1945
|
+
/**
|
|
1946
|
+
* @generated from field: landing.v1.LandingRecord landing = 4;
|
|
1947
|
+
*/
|
|
1948
|
+
landing?: LandingRecord | undefined;
|
|
1949
|
+
/**
|
|
1950
|
+
* @generated from field: landing.v1.LaunchNormal launch = 5;
|
|
1951
|
+
*/
|
|
1952
|
+
launch?: LaunchNormal | undefined;
|
|
1953
|
+
/**
|
|
1954
|
+
* @generated from field: landing.v1.PayloadNormal payload = 6;
|
|
1955
|
+
*/
|
|
1956
|
+
payload?: PayloadNormal | undefined;
|
|
1957
|
+
/**
|
|
1958
|
+
* @generated from field: string response_mode = 7;
|
|
1959
|
+
*/
|
|
1960
|
+
responseMode: string;
|
|
1961
|
+
/**
|
|
1962
|
+
* @generated from field: string url = 8;
|
|
1963
|
+
*/
|
|
1964
|
+
url: string;
|
|
1965
|
+
};
|
|
1966
|
+
/**
|
|
1967
|
+
* Describes the message landing.v1.PayloadFlightNormal.
|
|
1968
|
+
* Use `create(PayloadFlightNormalSchema)` to create a new message.
|
|
1969
|
+
*/
|
|
1970
|
+
export declare const PayloadFlightNormalSchema: GenMessage<PayloadFlightNormal>;
|
|
1971
|
+
/**
|
|
1972
|
+
* @generated from message landing.v1.PayloadMini
|
|
1973
|
+
*/
|
|
1974
|
+
export type PayloadMini = Message<"landing.v1.PayloadMini"> & {
|
|
1975
|
+
/**
|
|
1976
|
+
* @generated from field: int32 id = 1;
|
|
1977
|
+
*/
|
|
1978
|
+
id: number;
|
|
1979
|
+
/**
|
|
1980
|
+
* @generated from field: landing.v1.Image image = 2;
|
|
1981
|
+
*/
|
|
1982
|
+
image?: Image | undefined;
|
|
1983
|
+
/**
|
|
1984
|
+
* @generated from field: landing.v1.AgencyMini manufacturer = 3;
|
|
1985
|
+
*/
|
|
1986
|
+
manufacturer?: AgencyMini | undefined;
|
|
1987
|
+
/**
|
|
1988
|
+
* @generated from field: string name = 4;
|
|
1989
|
+
*/
|
|
1990
|
+
name: string;
|
|
1991
|
+
/**
|
|
1992
|
+
* @generated from field: landing.v1.AgencyMini operator = 5;
|
|
1993
|
+
*/
|
|
1994
|
+
operator?: AgencyMini | undefined;
|
|
1995
|
+
/**
|
|
1996
|
+
* @generated from field: string response_mode = 6;
|
|
1997
|
+
*/
|
|
1998
|
+
responseMode: string;
|
|
1999
|
+
/**
|
|
2000
|
+
* @generated from field: landing.v1.PayloadType type = 7;
|
|
2001
|
+
*/
|
|
2002
|
+
type?: PayloadType | undefined;
|
|
2003
|
+
};
|
|
2004
|
+
/**
|
|
2005
|
+
* Describes the message landing.v1.PayloadMini.
|
|
2006
|
+
* Use `create(PayloadMiniSchema)` to create a new message.
|
|
2007
|
+
*/
|
|
2008
|
+
export declare const PayloadMiniSchema: GenMessage<PayloadMini>;
|
|
2009
|
+
/**
|
|
2010
|
+
* @generated from message landing.v1.PayloadNormal
|
|
2011
|
+
*/
|
|
2012
|
+
export type PayloadNormal = Message<"landing.v1.PayloadNormal"> & {
|
|
2013
|
+
/**
|
|
2014
|
+
* @generated from field: optional int32 cost = 1;
|
|
2015
|
+
*/
|
|
2016
|
+
cost?: number | undefined;
|
|
2017
|
+
/**
|
|
2018
|
+
* @generated from field: string description = 2;
|
|
2019
|
+
*/
|
|
2020
|
+
description: string;
|
|
2021
|
+
/**
|
|
2022
|
+
* @generated from field: int32 id = 3;
|
|
2023
|
+
*/
|
|
2024
|
+
id: number;
|
|
2025
|
+
/**
|
|
2026
|
+
* @generated from field: landing.v1.Image image = 4;
|
|
2027
|
+
*/
|
|
2028
|
+
image?: Image | undefined;
|
|
2029
|
+
/**
|
|
2030
|
+
* @generated from field: string info_link = 5;
|
|
2031
|
+
*/
|
|
2032
|
+
infoLink: string;
|
|
2033
|
+
/**
|
|
2034
|
+
* @generated from field: landing.v1.AgencyNormal manufacturer = 6;
|
|
2035
|
+
*/
|
|
2036
|
+
manufacturer?: AgencyNormal | undefined;
|
|
2037
|
+
/**
|
|
2038
|
+
* @generated from field: optional float mass = 7;
|
|
2039
|
+
*/
|
|
2040
|
+
mass?: number | undefined;
|
|
2041
|
+
/**
|
|
2042
|
+
* @generated from field: string name = 8;
|
|
2043
|
+
*/
|
|
2044
|
+
name: string;
|
|
2045
|
+
/**
|
|
2046
|
+
* @generated from field: landing.v1.AgencyNormal operator = 9;
|
|
2047
|
+
*/
|
|
2048
|
+
operator?: AgencyNormal | undefined;
|
|
2049
|
+
/**
|
|
2050
|
+
* @generated from field: repeated landing.v1.ProgramMini program = 10;
|
|
2051
|
+
*/
|
|
2052
|
+
program: ProgramMini[];
|
|
2053
|
+
/**
|
|
2054
|
+
* @generated from field: string response_mode = 11;
|
|
2055
|
+
*/
|
|
2056
|
+
responseMode: string;
|
|
2057
|
+
/**
|
|
2058
|
+
* @generated from field: landing.v1.PayloadType type = 12;
|
|
2059
|
+
*/
|
|
2060
|
+
type?: PayloadType | undefined;
|
|
2061
|
+
/**
|
|
2062
|
+
* @generated from field: string wiki_link = 13;
|
|
2063
|
+
*/
|
|
2064
|
+
wikiLink: string;
|
|
2065
|
+
};
|
|
2066
|
+
/**
|
|
2067
|
+
* Describes the message landing.v1.PayloadNormal.
|
|
2068
|
+
* Use `create(PayloadNormalSchema)` to create a new message.
|
|
2069
|
+
*/
|
|
2070
|
+
export declare const PayloadNormalSchema: GenMessage<PayloadNormal>;
|
|
2071
|
+
/**
|
|
2072
|
+
* @generated from message landing.v1.PayloadType
|
|
2073
|
+
*/
|
|
2074
|
+
export type PayloadType = Message<"landing.v1.PayloadType"> & {
|
|
2075
|
+
/**
|
|
2076
|
+
* @generated from field: int32 id = 1;
|
|
2077
|
+
*/
|
|
2078
|
+
id: number;
|
|
2079
|
+
/**
|
|
2080
|
+
* @generated from field: string name = 2;
|
|
2081
|
+
*/
|
|
2082
|
+
name: string;
|
|
2083
|
+
};
|
|
2084
|
+
/**
|
|
2085
|
+
* Describes the message landing.v1.PayloadType.
|
|
2086
|
+
* Use `create(PayloadTypeSchema)` to create a new message.
|
|
2087
|
+
*/
|
|
2088
|
+
export declare const PayloadTypeSchema: GenMessage<PayloadType>;
|
|
2089
|
+
/**
|
|
2090
|
+
* @generated from message landing.v1.ProgramMini
|
|
2091
|
+
*/
|
|
2092
|
+
export type ProgramMini = Message<"landing.v1.ProgramMini"> & {
|
|
2093
|
+
/**
|
|
2094
|
+
* @generated from field: int32 id = 1;
|
|
2095
|
+
*/
|
|
2096
|
+
id: number;
|
|
2097
|
+
/**
|
|
2098
|
+
* @generated from field: landing.v1.Image image = 2;
|
|
2099
|
+
*/
|
|
2100
|
+
image?: Image | undefined;
|
|
2101
|
+
/**
|
|
2102
|
+
* @generated from field: optional string info_url = 3;
|
|
2103
|
+
*/
|
|
2104
|
+
infoUrl?: string | undefined;
|
|
2105
|
+
/**
|
|
2106
|
+
* @generated from field: string name = 4;
|
|
2107
|
+
*/
|
|
2108
|
+
name: string;
|
|
2109
|
+
/**
|
|
2110
|
+
* @generated from field: string response_mode = 5;
|
|
2111
|
+
*/
|
|
2112
|
+
responseMode: string;
|
|
2113
|
+
/**
|
|
2114
|
+
* @generated from field: string url = 6;
|
|
2115
|
+
*/
|
|
2116
|
+
url: string;
|
|
2117
|
+
/**
|
|
2118
|
+
* @generated from field: optional string wiki_url = 7;
|
|
2119
|
+
*/
|
|
2120
|
+
wikiUrl?: string | undefined;
|
|
2121
|
+
};
|
|
2122
|
+
/**
|
|
2123
|
+
* Describes the message landing.v1.ProgramMini.
|
|
2124
|
+
* Use `create(ProgramMiniSchema)` to create a new message.
|
|
2125
|
+
*/
|
|
2126
|
+
export declare const ProgramMiniSchema: GenMessage<ProgramMini>;
|
|
2127
|
+
/**
|
|
2128
|
+
* @generated from message landing.v1.ProgramNormal
|
|
2129
|
+
*/
|
|
2130
|
+
export type ProgramNormal = Message<"landing.v1.ProgramNormal"> & {
|
|
2131
|
+
/**
|
|
2132
|
+
* @generated from field: repeated landing.v1.AgencyMini agencies = 1;
|
|
2133
|
+
*/
|
|
2134
|
+
agencies: AgencyMini[];
|
|
2135
|
+
/**
|
|
2136
|
+
* @generated from field: optional string description = 2;
|
|
2137
|
+
*/
|
|
2138
|
+
description?: string | undefined;
|
|
2139
|
+
/**
|
|
2140
|
+
* @generated from field: optional string end_date = 3;
|
|
2141
|
+
*/
|
|
2142
|
+
endDate?: string | undefined;
|
|
2143
|
+
/**
|
|
2144
|
+
* @generated from field: int32 id = 4;
|
|
2145
|
+
*/
|
|
2146
|
+
id: number;
|
|
2147
|
+
/**
|
|
2148
|
+
* @generated from field: landing.v1.Image image = 5;
|
|
2149
|
+
*/
|
|
2150
|
+
image?: Image | undefined;
|
|
2151
|
+
/**
|
|
2152
|
+
* @generated from field: optional string info_url = 6;
|
|
2153
|
+
*/
|
|
2154
|
+
infoUrl?: string | undefined;
|
|
2155
|
+
/**
|
|
2156
|
+
* @generated from field: repeated landing.v1.MissionPatch mission_patches = 7;
|
|
2157
|
+
*/
|
|
2158
|
+
missionPatches: MissionPatch[];
|
|
2159
|
+
/**
|
|
2160
|
+
* @generated from field: string name = 8;
|
|
2161
|
+
*/
|
|
2162
|
+
name: string;
|
|
2163
|
+
/**
|
|
2164
|
+
* @generated from field: string response_mode = 9;
|
|
2165
|
+
*/
|
|
2166
|
+
responseMode: string;
|
|
2167
|
+
/**
|
|
2168
|
+
* @generated from field: optional string start_date = 10;
|
|
2169
|
+
*/
|
|
2170
|
+
startDate?: string | undefined;
|
|
2171
|
+
/**
|
|
2172
|
+
* @generated from field: landing.v1.ProgramType type = 11;
|
|
2173
|
+
*/
|
|
2174
|
+
type?: ProgramType | undefined;
|
|
2175
|
+
/**
|
|
2176
|
+
* @generated from field: string url = 12;
|
|
2177
|
+
*/
|
|
2178
|
+
url: string;
|
|
2179
|
+
/**
|
|
2180
|
+
* @generated from field: optional string wiki_url = 13;
|
|
2181
|
+
*/
|
|
2182
|
+
wikiUrl?: string | undefined;
|
|
2183
|
+
};
|
|
2184
|
+
/**
|
|
2185
|
+
* Describes the message landing.v1.ProgramNormal.
|
|
2186
|
+
* Use `create(ProgramNormalSchema)` to create a new message.
|
|
2187
|
+
*/
|
|
2188
|
+
export declare const ProgramNormalSchema: GenMessage<ProgramNormal>;
|
|
2189
|
+
/**
|
|
2190
|
+
* @generated from message landing.v1.ProgramType
|
|
2191
|
+
*/
|
|
2192
|
+
export type ProgramType = Message<"landing.v1.ProgramType"> & {
|
|
2193
|
+
/**
|
|
2194
|
+
* @generated from field: int32 id = 1;
|
|
2195
|
+
*/
|
|
2196
|
+
id: number;
|
|
2197
|
+
/**
|
|
2198
|
+
* @generated from field: string name = 2;
|
|
2199
|
+
*/
|
|
2200
|
+
name: string;
|
|
2201
|
+
};
|
|
2202
|
+
/**
|
|
2203
|
+
* Describes the message landing.v1.ProgramType.
|
|
2204
|
+
* Use `create(ProgramTypeSchema)` to create a new message.
|
|
2205
|
+
*/
|
|
2206
|
+
export declare const ProgramTypeSchema: GenMessage<ProgramType>;
|
|
2207
|
+
/**
|
|
2208
|
+
* @generated from message landing.v1.RocketNormal
|
|
2209
|
+
*/
|
|
2210
|
+
export type RocketNormal = Message<"landing.v1.RocketNormal"> & {
|
|
2211
|
+
/**
|
|
2212
|
+
* @generated from field: landing.v1.LauncherConfigList configuration = 1;
|
|
2213
|
+
*/
|
|
2214
|
+
configuration?: LauncherConfigList | undefined;
|
|
2215
|
+
/**
|
|
2216
|
+
* @generated from field: int32 id = 2;
|
|
2217
|
+
*/
|
|
2218
|
+
id: number;
|
|
2219
|
+
};
|
|
2220
|
+
/**
|
|
2221
|
+
* Describes the message landing.v1.RocketNormal.
|
|
2222
|
+
* Use `create(RocketNormalSchema)` to create a new message.
|
|
2223
|
+
*/
|
|
2224
|
+
export declare const RocketNormalSchema: GenMessage<RocketNormal>;
|
|
2225
|
+
/**
|
|
2226
|
+
* @generated from message landing.v1.SocialMedia
|
|
2227
|
+
*/
|
|
2228
|
+
export type SocialMedia = Message<"landing.v1.SocialMedia"> & {
|
|
2229
|
+
/**
|
|
2230
|
+
* @generated from field: int32 id = 1;
|
|
2231
|
+
*/
|
|
2232
|
+
id: number;
|
|
2233
|
+
/**
|
|
2234
|
+
* @generated from field: landing.v1.Image logo = 2;
|
|
2235
|
+
*/
|
|
2236
|
+
logo?: Image | undefined;
|
|
2237
|
+
/**
|
|
2238
|
+
* @generated from field: string name = 3;
|
|
2239
|
+
*/
|
|
2240
|
+
name: string;
|
|
2241
|
+
/**
|
|
2242
|
+
* @generated from field: optional string url = 4;
|
|
2243
|
+
*/
|
|
2244
|
+
url?: string | undefined;
|
|
2245
|
+
};
|
|
2246
|
+
/**
|
|
2247
|
+
* Describes the message landing.v1.SocialMedia.
|
|
2248
|
+
* Use `create(SocialMediaSchema)` to create a new message.
|
|
2249
|
+
*/
|
|
2250
|
+
export declare const SocialMediaSchema: GenMessage<SocialMedia>;
|
|
2251
|
+
/**
|
|
2252
|
+
* @generated from message landing.v1.SocialMediaLink
|
|
2253
|
+
*/
|
|
2254
|
+
export type SocialMediaLink = Message<"landing.v1.SocialMediaLink"> & {
|
|
2255
|
+
/**
|
|
2256
|
+
* @generated from field: int32 id = 1;
|
|
2257
|
+
*/
|
|
2258
|
+
id: number;
|
|
2259
|
+
/**
|
|
2260
|
+
* @generated from field: landing.v1.SocialMedia social_media = 2;
|
|
2261
|
+
*/
|
|
2262
|
+
socialMedia?: SocialMedia | undefined;
|
|
2263
|
+
/**
|
|
2264
|
+
* @generated from field: optional string url = 3;
|
|
2265
|
+
*/
|
|
2266
|
+
url?: string | undefined;
|
|
2267
|
+
};
|
|
2268
|
+
/**
|
|
2269
|
+
* Describes the message landing.v1.SocialMediaLink.
|
|
2270
|
+
* Use `create(SocialMediaLinkSchema)` to create a new message.
|
|
2271
|
+
*/
|
|
2272
|
+
export declare const SocialMediaLinkSchema: GenMessage<SocialMediaLink>;
|
|
2273
|
+
/**
|
|
2274
|
+
* @generated from message landing.v1.SpaceStationMini
|
|
2275
|
+
*/
|
|
2276
|
+
export type SpaceStationMini = Message<"landing.v1.SpaceStationMini"> & {
|
|
2277
|
+
/**
|
|
2278
|
+
* @generated from field: int32 id = 1;
|
|
2279
|
+
*/
|
|
2280
|
+
id: number;
|
|
2281
|
+
/**
|
|
2282
|
+
* @generated from field: landing.v1.Image image = 2;
|
|
2283
|
+
*/
|
|
2284
|
+
image?: Image | undefined;
|
|
2285
|
+
/**
|
|
2286
|
+
* @generated from field: string name = 3;
|
|
2287
|
+
*/
|
|
2288
|
+
name: string;
|
|
2289
|
+
/**
|
|
2290
|
+
* @generated from field: string url = 4;
|
|
2291
|
+
*/
|
|
2292
|
+
url: string;
|
|
2293
|
+
};
|
|
2294
|
+
/**
|
|
2295
|
+
* Describes the message landing.v1.SpaceStationMini.
|
|
2296
|
+
* Use `create(SpaceStationMiniSchema)` to create a new message.
|
|
2297
|
+
*/
|
|
2298
|
+
export declare const SpaceStationMiniSchema: GenMessage<SpaceStationMini>;
|
|
2299
|
+
/**
|
|
2300
|
+
* @generated from message landing.v1.SpaceStationNormal
|
|
2301
|
+
*/
|
|
2302
|
+
export type SpaceStationNormal = Message<"landing.v1.SpaceStationNormal"> & {
|
|
2303
|
+
/**
|
|
2304
|
+
* @generated from field: optional string deorbited = 1;
|
|
2305
|
+
*/
|
|
2306
|
+
deorbited?: string | undefined;
|
|
2307
|
+
/**
|
|
2308
|
+
* @generated from field: string description = 2;
|
|
2309
|
+
*/
|
|
2310
|
+
description: string;
|
|
2311
|
+
/**
|
|
2312
|
+
* @generated from field: string founded = 3;
|
|
2313
|
+
*/
|
|
2314
|
+
founded: string;
|
|
2315
|
+
/**
|
|
2316
|
+
* @generated from field: int32 id = 4;
|
|
2317
|
+
*/
|
|
2318
|
+
id: number;
|
|
2319
|
+
/**
|
|
2320
|
+
* @generated from field: landing.v1.Image image = 5;
|
|
2321
|
+
*/
|
|
2322
|
+
image?: Image | undefined;
|
|
2323
|
+
/**
|
|
2324
|
+
* @generated from field: string name = 6;
|
|
2325
|
+
*/
|
|
2326
|
+
name: string;
|
|
2327
|
+
/**
|
|
2328
|
+
* @generated from field: optional string orbit = 7;
|
|
2329
|
+
*/
|
|
2330
|
+
orbit?: string | undefined;
|
|
2331
|
+
/**
|
|
2332
|
+
* @generated from field: landing.v1.SpaceStationStatus status = 8;
|
|
2333
|
+
*/
|
|
2334
|
+
status?: SpaceStationStatus | undefined;
|
|
2335
|
+
/**
|
|
2336
|
+
* @generated from field: landing.v1.SpaceStationType type = 9;
|
|
2337
|
+
*/
|
|
2338
|
+
type?: SpaceStationType | undefined;
|
|
2339
|
+
/**
|
|
2340
|
+
* @generated from field: string url = 10;
|
|
2341
|
+
*/
|
|
2342
|
+
url: string;
|
|
2343
|
+
};
|
|
2344
|
+
/**
|
|
2345
|
+
* Describes the message landing.v1.SpaceStationNormal.
|
|
2346
|
+
* Use `create(SpaceStationNormalSchema)` to create a new message.
|
|
2347
|
+
*/
|
|
2348
|
+
export declare const SpaceStationNormalSchema: GenMessage<SpaceStationNormal>;
|
|
2349
|
+
/**
|
|
2350
|
+
* @generated from message landing.v1.SpaceStationStatus
|
|
2351
|
+
*/
|
|
2352
|
+
export type SpaceStationStatus = Message<"landing.v1.SpaceStationStatus"> & {
|
|
2353
|
+
/**
|
|
2354
|
+
* @generated from field: int32 id = 1;
|
|
2355
|
+
*/
|
|
2356
|
+
id: number;
|
|
2357
|
+
/**
|
|
2358
|
+
* @generated from field: string name = 2;
|
|
2359
|
+
*/
|
|
2360
|
+
name: string;
|
|
2361
|
+
};
|
|
2362
|
+
/**
|
|
2363
|
+
* Describes the message landing.v1.SpaceStationStatus.
|
|
2364
|
+
* Use `create(SpaceStationStatusSchema)` to create a new message.
|
|
2365
|
+
*/
|
|
2366
|
+
export declare const SpaceStationStatusSchema: GenMessage<SpaceStationStatus>;
|
|
2367
|
+
/**
|
|
2368
|
+
* @generated from message landing.v1.SpaceStationType
|
|
2369
|
+
*/
|
|
2370
|
+
export type SpaceStationType = Message<"landing.v1.SpaceStationType"> & {
|
|
2371
|
+
/**
|
|
2372
|
+
* @generated from field: int32 id = 1;
|
|
2373
|
+
*/
|
|
2374
|
+
id: number;
|
|
2375
|
+
/**
|
|
2376
|
+
* @generated from field: string name = 2;
|
|
2377
|
+
*/
|
|
2378
|
+
name: string;
|
|
2379
|
+
};
|
|
2380
|
+
/**
|
|
2381
|
+
* Describes the message landing.v1.SpaceStationType.
|
|
2382
|
+
* Use `create(SpaceStationTypeSchema)` to create a new message.
|
|
2383
|
+
*/
|
|
2384
|
+
export declare const SpaceStationTypeSchema: GenMessage<SpaceStationType>;
|
|
2385
|
+
/**
|
|
2386
|
+
* @generated from message landing.v1.SpacecraftConfigDetailed
|
|
2387
|
+
*/
|
|
2388
|
+
export type SpacecraftConfigDetailed = Message<"landing.v1.SpacecraftConfigDetailed"> & {
|
|
2389
|
+
/**
|
|
2390
|
+
* @generated from field: landing.v1.AgencyNormal agency = 1;
|
|
2391
|
+
*/
|
|
2392
|
+
agency?: AgencyNormal | undefined;
|
|
2393
|
+
/**
|
|
2394
|
+
* @generated from field: optional int32 attempted_landings = 2;
|
|
2395
|
+
*/
|
|
2396
|
+
attemptedLandings?: number | undefined;
|
|
2397
|
+
/**
|
|
2398
|
+
* @generated from field: string capability = 3;
|
|
2399
|
+
*/
|
|
2400
|
+
capability: string;
|
|
2401
|
+
/**
|
|
2402
|
+
* @generated from field: optional int32 crew_capacity = 4;
|
|
2403
|
+
*/
|
|
2404
|
+
crewCapacity?: number | undefined;
|
|
2405
|
+
/**
|
|
2406
|
+
* @generated from field: string details = 5;
|
|
2407
|
+
*/
|
|
2408
|
+
details: string;
|
|
2409
|
+
/**
|
|
2410
|
+
* @generated from field: optional float diameter = 6;
|
|
2411
|
+
*/
|
|
2412
|
+
diameter?: number | undefined;
|
|
2413
|
+
/**
|
|
2414
|
+
* @generated from field: optional int32 failed_landings = 7;
|
|
2415
|
+
*/
|
|
2416
|
+
failedLandings?: number | undefined;
|
|
2417
|
+
/**
|
|
2418
|
+
* @generated from field: optional int32 failed_launches = 8;
|
|
2419
|
+
*/
|
|
2420
|
+
failedLaunches?: number | undefined;
|
|
2421
|
+
/**
|
|
2422
|
+
* @generated from field: repeated landing.v1.SpacecraftConfigFamilyDetailed family = 9;
|
|
2423
|
+
*/
|
|
2424
|
+
family: SpacecraftConfigFamilyDetailed[];
|
|
2425
|
+
/**
|
|
2426
|
+
* @generated from field: optional string fastest_turnaround = 10;
|
|
2427
|
+
*/
|
|
2428
|
+
fastestTurnaround?: string | undefined;
|
|
2429
|
+
/**
|
|
2430
|
+
* @generated from field: optional string flight_life = 11;
|
|
2431
|
+
*/
|
|
2432
|
+
flightLife?: string | undefined;
|
|
2433
|
+
/**
|
|
2434
|
+
* @generated from field: optional float height = 12;
|
|
2435
|
+
*/
|
|
2436
|
+
height?: number | undefined;
|
|
2437
|
+
/**
|
|
2438
|
+
* @generated from field: string history = 13;
|
|
2439
|
+
*/
|
|
2440
|
+
history: string;
|
|
2441
|
+
/**
|
|
2442
|
+
* @generated from field: bool human_rated = 14;
|
|
2443
|
+
*/
|
|
2444
|
+
humanRated: boolean;
|
|
2445
|
+
/**
|
|
2446
|
+
* @generated from field: int32 id = 15;
|
|
2447
|
+
*/
|
|
2448
|
+
id: number;
|
|
2449
|
+
/**
|
|
2450
|
+
* @generated from field: landing.v1.Image image = 16;
|
|
2451
|
+
*/
|
|
2452
|
+
image?: Image | undefined;
|
|
2453
|
+
/**
|
|
2454
|
+
* @generated from field: bool in_use = 17;
|
|
2455
|
+
*/
|
|
2456
|
+
inUse: boolean;
|
|
2457
|
+
/**
|
|
2458
|
+
* @generated from field: string info_link = 18;
|
|
2459
|
+
*/
|
|
2460
|
+
infoLink: string;
|
|
2461
|
+
/**
|
|
2462
|
+
* @generated from field: optional string maiden_flight = 19;
|
|
2463
|
+
*/
|
|
2464
|
+
maidenFlight?: string | undefined;
|
|
2465
|
+
/**
|
|
2466
|
+
* @generated from field: string name = 20;
|
|
2467
|
+
*/
|
|
2468
|
+
name: string;
|
|
2469
|
+
/**
|
|
2470
|
+
* @generated from field: optional int32 payload_capacity = 21;
|
|
2471
|
+
*/
|
|
2472
|
+
payloadCapacity?: number | undefined;
|
|
2473
|
+
/**
|
|
2474
|
+
* @generated from field: optional int32 payload_return_capacity = 22;
|
|
2475
|
+
*/
|
|
2476
|
+
payloadReturnCapacity?: number | undefined;
|
|
2477
|
+
/**
|
|
2478
|
+
* @generated from field: string response_mode = 23;
|
|
2479
|
+
*/
|
|
2480
|
+
responseMode: string;
|
|
2481
|
+
/**
|
|
2482
|
+
* @generated from field: optional int32 spacecraft_flown = 24;
|
|
2483
|
+
*/
|
|
2484
|
+
spacecraftFlown?: number | undefined;
|
|
2485
|
+
/**
|
|
2486
|
+
* @generated from field: optional int32 successful_landings = 25;
|
|
2487
|
+
*/
|
|
2488
|
+
successfulLandings?: number | undefined;
|
|
2489
|
+
/**
|
|
2490
|
+
* @generated from field: optional int32 successful_launches = 26;
|
|
2491
|
+
*/
|
|
2492
|
+
successfulLaunches?: number | undefined;
|
|
2493
|
+
/**
|
|
2494
|
+
* @generated from field: optional int32 total_launch_count = 27;
|
|
2495
|
+
*/
|
|
2496
|
+
totalLaunchCount?: number | undefined;
|
|
2497
|
+
/**
|
|
2498
|
+
* @generated from field: landing.v1.SpacecraftConfigType type = 28;
|
|
2499
|
+
*/
|
|
2500
|
+
type?: SpacecraftConfigType | undefined;
|
|
2501
|
+
/**
|
|
2502
|
+
* @generated from field: string url = 29;
|
|
2503
|
+
*/
|
|
2504
|
+
url: string;
|
|
2505
|
+
/**
|
|
2506
|
+
* @generated from field: string wiki_link = 30;
|
|
2507
|
+
*/
|
|
2508
|
+
wikiLink: string;
|
|
2509
|
+
};
|
|
2510
|
+
/**
|
|
2511
|
+
* Describes the message landing.v1.SpacecraftConfigDetailed.
|
|
2512
|
+
* Use `create(SpacecraftConfigDetailedSchema)` to create a new message.
|
|
2513
|
+
*/
|
|
2514
|
+
export declare const SpacecraftConfigDetailedSchema: GenMessage<SpacecraftConfigDetailed>;
|
|
2515
|
+
/**
|
|
2516
|
+
* @generated from message landing.v1.SpacecraftConfigFamilyDetailed
|
|
2517
|
+
*/
|
|
2518
|
+
export type SpacecraftConfigFamilyDetailed = Message<"landing.v1.SpacecraftConfigFamilyDetailed"> & {
|
|
2519
|
+
/**
|
|
2520
|
+
* @generated from field: optional int32 attempted_landings = 1;
|
|
2521
|
+
*/
|
|
2522
|
+
attemptedLandings?: number | undefined;
|
|
2523
|
+
/**
|
|
2524
|
+
* @generated from field: string description = 2;
|
|
2525
|
+
*/
|
|
2526
|
+
description: string;
|
|
2527
|
+
/**
|
|
2528
|
+
* @generated from field: optional int32 failed_landings = 3;
|
|
2529
|
+
*/
|
|
2530
|
+
failedLandings?: number | undefined;
|
|
2531
|
+
/**
|
|
2532
|
+
* @generated from field: optional int32 failed_launches = 4;
|
|
2533
|
+
*/
|
|
2534
|
+
failedLaunches?: number | undefined;
|
|
2535
|
+
/**
|
|
2536
|
+
* @generated from field: int32 id = 5;
|
|
2537
|
+
*/
|
|
2538
|
+
id: number;
|
|
2539
|
+
/**
|
|
2540
|
+
* @generated from field: optional string maiden_flight = 6;
|
|
2541
|
+
*/
|
|
2542
|
+
maidenFlight?: string | undefined;
|
|
2543
|
+
/**
|
|
2544
|
+
* @generated from field: landing.v1.AgencyNormal manufacturer = 7;
|
|
2545
|
+
*/
|
|
2546
|
+
manufacturer?: AgencyNormal | undefined;
|
|
2547
|
+
/**
|
|
2548
|
+
* @generated from field: string name = 8;
|
|
2549
|
+
*/
|
|
2550
|
+
name: string;
|
|
2551
|
+
/**
|
|
2552
|
+
* @generated from field: landing.v1.SpacecraftConfigFamilyNormal parent = 9;
|
|
2553
|
+
*/
|
|
2554
|
+
parent?: SpacecraftConfigFamilyNormal | undefined;
|
|
2555
|
+
/**
|
|
2556
|
+
* @generated from field: string response_mode = 10;
|
|
2557
|
+
*/
|
|
2558
|
+
responseMode: string;
|
|
2559
|
+
/**
|
|
2560
|
+
* @generated from field: optional int32 spacecraft_flown = 11;
|
|
2561
|
+
*/
|
|
2562
|
+
spacecraftFlown?: number | undefined;
|
|
2563
|
+
/**
|
|
2564
|
+
* @generated from field: optional int32 successful_landings = 12;
|
|
2565
|
+
*/
|
|
2566
|
+
successfulLandings?: number | undefined;
|
|
2567
|
+
/**
|
|
2568
|
+
* @generated from field: optional int32 successful_launches = 13;
|
|
2569
|
+
*/
|
|
2570
|
+
successfulLaunches?: number | undefined;
|
|
2571
|
+
/**
|
|
2572
|
+
* @generated from field: optional int32 total_launch_count = 14;
|
|
2573
|
+
*/
|
|
2574
|
+
totalLaunchCount?: number | undefined;
|
|
2575
|
+
};
|
|
2576
|
+
/**
|
|
2577
|
+
* Describes the message landing.v1.SpacecraftConfigFamilyDetailed.
|
|
2578
|
+
* Use `create(SpacecraftConfigFamilyDetailedSchema)` to create a new message.
|
|
2579
|
+
*/
|
|
2580
|
+
export declare const SpacecraftConfigFamilyDetailedSchema: GenMessage<SpacecraftConfigFamilyDetailed>;
|
|
2581
|
+
/**
|
|
2582
|
+
* @generated from message landing.v1.SpacecraftConfigFamilyMini
|
|
2583
|
+
*/
|
|
2584
|
+
export type SpacecraftConfigFamilyMini = Message<"landing.v1.SpacecraftConfigFamilyMini"> & {
|
|
2585
|
+
/**
|
|
2586
|
+
* @generated from field: int32 id = 1;
|
|
2587
|
+
*/
|
|
2588
|
+
id: number;
|
|
2589
|
+
/**
|
|
2590
|
+
* @generated from field: string name = 2;
|
|
2591
|
+
*/
|
|
2592
|
+
name: string;
|
|
2593
|
+
/**
|
|
2594
|
+
* @generated from field: string response_mode = 3;
|
|
2595
|
+
*/
|
|
2596
|
+
responseMode: string;
|
|
2597
|
+
};
|
|
2598
|
+
/**
|
|
2599
|
+
* Describes the message landing.v1.SpacecraftConfigFamilyMini.
|
|
2600
|
+
* Use `create(SpacecraftConfigFamilyMiniSchema)` to create a new message.
|
|
2601
|
+
*/
|
|
2602
|
+
export declare const SpacecraftConfigFamilyMiniSchema: GenMessage<SpacecraftConfigFamilyMini>;
|
|
2603
|
+
/**
|
|
2604
|
+
* @generated from message landing.v1.SpacecraftConfigFamilyNormal
|
|
2605
|
+
*/
|
|
2606
|
+
export type SpacecraftConfigFamilyNormal = Message<"landing.v1.SpacecraftConfigFamilyNormal"> & {
|
|
2607
|
+
/**
|
|
2608
|
+
* @generated from field: string description = 1;
|
|
2609
|
+
*/
|
|
2610
|
+
description: string;
|
|
2611
|
+
/**
|
|
2612
|
+
* @generated from field: int32 id = 2;
|
|
2613
|
+
*/
|
|
2614
|
+
id: number;
|
|
2615
|
+
/**
|
|
2616
|
+
* @generated from field: optional string maiden_flight = 3;
|
|
2617
|
+
*/
|
|
2618
|
+
maidenFlight?: string | undefined;
|
|
2619
|
+
/**
|
|
2620
|
+
* @generated from field: landing.v1.AgencyMini manufacturer = 4;
|
|
2621
|
+
*/
|
|
2622
|
+
manufacturer?: AgencyMini | undefined;
|
|
2623
|
+
/**
|
|
2624
|
+
* @generated from field: string name = 5;
|
|
2625
|
+
*/
|
|
2626
|
+
name: string;
|
|
2627
|
+
/**
|
|
2628
|
+
* @generated from field: landing.v1.SpacecraftConfigFamilyMini parent = 6;
|
|
2629
|
+
*/
|
|
2630
|
+
parent?: SpacecraftConfigFamilyMini | undefined;
|
|
2631
|
+
/**
|
|
2632
|
+
* @generated from field: string response_mode = 7;
|
|
2633
|
+
*/
|
|
2634
|
+
responseMode: string;
|
|
2635
|
+
};
|
|
2636
|
+
/**
|
|
2637
|
+
* Describes the message landing.v1.SpacecraftConfigFamilyNormal.
|
|
2638
|
+
* Use `create(SpacecraftConfigFamilyNormalSchema)` to create a new message.
|
|
2639
|
+
*/
|
|
2640
|
+
export declare const SpacecraftConfigFamilyNormalSchema: GenMessage<SpacecraftConfigFamilyNormal>;
|
|
2641
|
+
/**
|
|
2642
|
+
* @generated from message landing.v1.SpacecraftConfigNormal
|
|
2643
|
+
*/
|
|
2644
|
+
export type SpacecraftConfigNormal = Message<"landing.v1.SpacecraftConfigNormal"> & {
|
|
2645
|
+
/**
|
|
2646
|
+
* @generated from field: landing.v1.AgencyMini agency = 1;
|
|
2647
|
+
*/
|
|
2648
|
+
agency?: AgencyMini | undefined;
|
|
2649
|
+
/**
|
|
2650
|
+
* @generated from field: repeated landing.v1.SpacecraftConfigFamilyNormal family = 2;
|
|
2651
|
+
*/
|
|
2652
|
+
family: SpacecraftConfigFamilyNormal[];
|
|
2653
|
+
/**
|
|
2654
|
+
* @generated from field: int32 id = 3;
|
|
2655
|
+
*/
|
|
2656
|
+
id: number;
|
|
2657
|
+
/**
|
|
2658
|
+
* @generated from field: landing.v1.Image image = 4;
|
|
2659
|
+
*/
|
|
2660
|
+
image?: Image | undefined;
|
|
2661
|
+
/**
|
|
2662
|
+
* @generated from field: bool in_use = 5;
|
|
2663
|
+
*/
|
|
2664
|
+
inUse: boolean;
|
|
2665
|
+
/**
|
|
2666
|
+
* @generated from field: string name = 6;
|
|
2667
|
+
*/
|
|
2668
|
+
name: string;
|
|
2669
|
+
/**
|
|
2670
|
+
* @generated from field: string response_mode = 7;
|
|
2671
|
+
*/
|
|
2672
|
+
responseMode: string;
|
|
2673
|
+
/**
|
|
2674
|
+
* @generated from field: landing.v1.SpacecraftConfigType type = 8;
|
|
2675
|
+
*/
|
|
2676
|
+
type?: SpacecraftConfigType | undefined;
|
|
2677
|
+
/**
|
|
2678
|
+
* @generated from field: string url = 9;
|
|
2679
|
+
*/
|
|
2680
|
+
url: string;
|
|
2681
|
+
};
|
|
2682
|
+
/**
|
|
2683
|
+
* Describes the message landing.v1.SpacecraftConfigNormal.
|
|
2684
|
+
* Use `create(SpacecraftConfigNormalSchema)` to create a new message.
|
|
2685
|
+
*/
|
|
2686
|
+
export declare const SpacecraftConfigNormalSchema: GenMessage<SpacecraftConfigNormal>;
|
|
2687
|
+
/**
|
|
2688
|
+
* @generated from message landing.v1.SpacecraftConfigType
|
|
2689
|
+
*/
|
|
2690
|
+
export type SpacecraftConfigType = Message<"landing.v1.SpacecraftConfigType"> & {
|
|
2691
|
+
/**
|
|
2692
|
+
* @generated from field: int32 id = 1;
|
|
2693
|
+
*/
|
|
2694
|
+
id: number;
|
|
2695
|
+
/**
|
|
2696
|
+
* @generated from field: string name = 2;
|
|
2697
|
+
*/
|
|
2698
|
+
name: string;
|
|
2699
|
+
};
|
|
2700
|
+
/**
|
|
2701
|
+
* Describes the message landing.v1.SpacecraftConfigType.
|
|
2702
|
+
* Use `create(SpacecraftConfigTypeSchema)` to create a new message.
|
|
2703
|
+
*/
|
|
2704
|
+
export declare const SpacecraftConfigTypeSchema: GenMessage<SpacecraftConfigType>;
|
|
2705
|
+
/**
|
|
2706
|
+
* @generated from message landing.v1.SpacecraftDetailed
|
|
2707
|
+
*/
|
|
2708
|
+
export type SpacecraftDetailed = Message<"landing.v1.SpacecraftDetailed"> & {
|
|
2709
|
+
/**
|
|
2710
|
+
* @generated from field: string description = 1;
|
|
2711
|
+
*/
|
|
2712
|
+
description: string;
|
|
2713
|
+
/**
|
|
2714
|
+
* @generated from field: optional string fastest_turnaround = 2;
|
|
2715
|
+
*/
|
|
2716
|
+
fastestTurnaround?: string | undefined;
|
|
2717
|
+
/**
|
|
2718
|
+
* @generated from field: optional int32 flights_count = 3;
|
|
2719
|
+
*/
|
|
2720
|
+
flightsCount?: number | undefined;
|
|
2721
|
+
/**
|
|
2722
|
+
* @generated from field: int32 id = 4;
|
|
2723
|
+
*/
|
|
2724
|
+
id: number;
|
|
2725
|
+
/**
|
|
2726
|
+
* @generated from field: landing.v1.Image image = 5;
|
|
2727
|
+
*/
|
|
2728
|
+
image?: Image | undefined;
|
|
2729
|
+
/**
|
|
2730
|
+
* @generated from field: bool in_space = 6;
|
|
2731
|
+
*/
|
|
2732
|
+
inSpace: boolean;
|
|
2733
|
+
/**
|
|
2734
|
+
* @generated from field: bool is_placeholder = 7;
|
|
2735
|
+
*/
|
|
2736
|
+
isPlaceholder: boolean;
|
|
2737
|
+
/**
|
|
2738
|
+
* @generated from field: optional int32 mission_ends_count = 8;
|
|
2739
|
+
*/
|
|
2740
|
+
missionEndsCount?: number | undefined;
|
|
2741
|
+
/**
|
|
2742
|
+
* @generated from field: string name = 9;
|
|
2743
|
+
*/
|
|
2744
|
+
name: string;
|
|
2745
|
+
/**
|
|
2746
|
+
* @generated from field: string response_mode = 10;
|
|
2747
|
+
*/
|
|
2748
|
+
responseMode: string;
|
|
2749
|
+
/**
|
|
2750
|
+
* @generated from field: optional string serial_number = 11;
|
|
2751
|
+
*/
|
|
2752
|
+
serialNumber?: string | undefined;
|
|
2753
|
+
/**
|
|
2754
|
+
* @generated from field: landing.v1.SpacecraftConfigDetailed spacecraft_config = 12;
|
|
2755
|
+
*/
|
|
2756
|
+
spacecraftConfig?: SpacecraftConfigDetailed | undefined;
|
|
2757
|
+
/**
|
|
2758
|
+
* @generated from field: landing.v1.SpacecraftStatus status = 13;
|
|
2759
|
+
*/
|
|
2760
|
+
status?: SpacecraftStatus | undefined;
|
|
2761
|
+
/**
|
|
2762
|
+
* @generated from field: optional string time_docked = 14;
|
|
2763
|
+
*/
|
|
2764
|
+
timeDocked?: string | undefined;
|
|
2765
|
+
/**
|
|
2766
|
+
* @generated from field: optional string time_in_space = 15;
|
|
2767
|
+
*/
|
|
2768
|
+
timeInSpace?: string | undefined;
|
|
2769
|
+
/**
|
|
2770
|
+
* @generated from field: string url = 16;
|
|
2771
|
+
*/
|
|
2772
|
+
url: string;
|
|
2773
|
+
};
|
|
2774
|
+
/**
|
|
2775
|
+
* Describes the message landing.v1.SpacecraftDetailed.
|
|
2776
|
+
* Use `create(SpacecraftDetailedSchema)` to create a new message.
|
|
2777
|
+
*/
|
|
2778
|
+
export declare const SpacecraftDetailedSchema: GenMessage<SpacecraftDetailed>;
|
|
2779
|
+
/**
|
|
2780
|
+
* @generated from message landing.v1.SpacecraftFlightDetailedSerializerNoLanding
|
|
2781
|
+
*/
|
|
2782
|
+
export type SpacecraftFlightDetailedSerializerNoLanding = Message<"landing.v1.SpacecraftFlightDetailedSerializerNoLanding"> & {
|
|
2783
|
+
/**
|
|
2784
|
+
* @generated from field: optional string destination = 1;
|
|
2785
|
+
*/
|
|
2786
|
+
destination?: string | undefined;
|
|
2787
|
+
/**
|
|
2788
|
+
* @generated from field: repeated landing.v1.DockingEventForChaserNormal docking_events = 2;
|
|
2789
|
+
*/
|
|
2790
|
+
dockingEvents: DockingEventForChaserNormal[];
|
|
2791
|
+
/**
|
|
2792
|
+
* @generated from field: string duration = 3;
|
|
2793
|
+
*/
|
|
2794
|
+
duration: string;
|
|
2795
|
+
/**
|
|
2796
|
+
* @generated from field: int32 id = 4;
|
|
2797
|
+
*/
|
|
2798
|
+
id: number;
|
|
2799
|
+
/**
|
|
2800
|
+
* @generated from field: repeated landing.v1.AstronautFlight landing_crew = 5;
|
|
2801
|
+
*/
|
|
2802
|
+
landingCrew: AstronautFlight[];
|
|
2803
|
+
/**
|
|
2804
|
+
* @generated from field: landing.v1.LaunchNormal launch = 6;
|
|
2805
|
+
*/
|
|
2806
|
+
launch?: LaunchNormal | undefined;
|
|
2807
|
+
/**
|
|
2808
|
+
* @generated from field: repeated landing.v1.AstronautFlight launch_crew = 7;
|
|
2809
|
+
*/
|
|
2810
|
+
launchCrew: AstronautFlight[];
|
|
2811
|
+
/**
|
|
2812
|
+
* @generated from field: optional string mission_end = 8;
|
|
2813
|
+
*/
|
|
2814
|
+
missionEnd?: string | undefined;
|
|
2815
|
+
/**
|
|
2816
|
+
* @generated from field: repeated landing.v1.AstronautFlight onboard_crew = 9;
|
|
2817
|
+
*/
|
|
2818
|
+
onboardCrew: AstronautFlight[];
|
|
2819
|
+
/**
|
|
2820
|
+
* @generated from field: string response_mode = 10;
|
|
2821
|
+
*/
|
|
2822
|
+
responseMode: string;
|
|
2823
|
+
/**
|
|
2824
|
+
* @generated from field: landing.v1.SpacecraftDetailed spacecraft = 11;
|
|
2825
|
+
*/
|
|
2826
|
+
spacecraft?: SpacecraftDetailed | undefined;
|
|
2827
|
+
/**
|
|
2828
|
+
* @generated from field: string turn_around_time = 12;
|
|
2829
|
+
*/
|
|
2830
|
+
turnAroundTime: string;
|
|
2831
|
+
/**
|
|
2832
|
+
* @generated from field: string url = 13;
|
|
2833
|
+
*/
|
|
2834
|
+
url: string;
|
|
2835
|
+
};
|
|
2836
|
+
/**
|
|
2837
|
+
* Describes the message landing.v1.SpacecraftFlightDetailedSerializerNoLanding.
|
|
2838
|
+
* Use `create(SpacecraftFlightDetailedSerializerNoLandingSchema)` to create a new message.
|
|
2839
|
+
*/
|
|
2840
|
+
export declare const SpacecraftFlightDetailedSerializerNoLandingSchema: GenMessage<SpacecraftFlightDetailedSerializerNoLanding>;
|
|
2841
|
+
/**
|
|
2842
|
+
* @generated from message landing.v1.SpacecraftFlightNormal
|
|
2843
|
+
*/
|
|
2844
|
+
export type SpacecraftFlightNormal = Message<"landing.v1.SpacecraftFlightNormal"> & {
|
|
2845
|
+
/**
|
|
2846
|
+
* @generated from field: optional string destination = 1;
|
|
2847
|
+
*/
|
|
2848
|
+
destination?: string | undefined;
|
|
2849
|
+
/**
|
|
2850
|
+
* @generated from field: string duration = 2;
|
|
2851
|
+
*/
|
|
2852
|
+
duration: string;
|
|
2853
|
+
/**
|
|
2854
|
+
* @generated from field: int32 id = 3;
|
|
2855
|
+
*/
|
|
2856
|
+
id: number;
|
|
2857
|
+
/**
|
|
2858
|
+
* @generated from field: landing.v1.LandingRecord landing = 4;
|
|
2859
|
+
*/
|
|
2860
|
+
landing?: LandingRecord | undefined;
|
|
2861
|
+
/**
|
|
2862
|
+
* @generated from field: landing.v1.LaunchNormal launch = 5;
|
|
2863
|
+
*/
|
|
2864
|
+
launch?: LaunchNormal | undefined;
|
|
2865
|
+
/**
|
|
2866
|
+
* @generated from field: optional string mission_end = 6;
|
|
2867
|
+
*/
|
|
2868
|
+
missionEnd?: string | undefined;
|
|
2869
|
+
/**
|
|
2870
|
+
* @generated from field: string response_mode = 7;
|
|
2871
|
+
*/
|
|
2872
|
+
responseMode: string;
|
|
2873
|
+
/**
|
|
2874
|
+
* @generated from field: landing.v1.SpacecraftNormal spacecraft = 8;
|
|
2875
|
+
*/
|
|
2876
|
+
spacecraft?: SpacecraftNormal | undefined;
|
|
2877
|
+
/**
|
|
2878
|
+
* @generated from field: string turn_around_time = 9;
|
|
2879
|
+
*/
|
|
2880
|
+
turnAroundTime: string;
|
|
2881
|
+
/**
|
|
2882
|
+
* @generated from field: string url = 10;
|
|
2883
|
+
*/
|
|
2884
|
+
url: string;
|
|
2885
|
+
};
|
|
2886
|
+
/**
|
|
2887
|
+
* Describes the message landing.v1.SpacecraftFlightNormal.
|
|
2888
|
+
* Use `create(SpacecraftFlightNormalSchema)` to create a new message.
|
|
2889
|
+
*/
|
|
2890
|
+
export declare const SpacecraftFlightNormalSchema: GenMessage<SpacecraftFlightNormal>;
|
|
2891
|
+
/**
|
|
2892
|
+
* @generated from message landing.v1.SpacecraftNormal
|
|
2893
|
+
*/
|
|
2894
|
+
export type SpacecraftNormal = Message<"landing.v1.SpacecraftNormal"> & {
|
|
2895
|
+
/**
|
|
2896
|
+
* @generated from field: string description = 1;
|
|
2897
|
+
*/
|
|
2898
|
+
description: string;
|
|
2899
|
+
/**
|
|
2900
|
+
* @generated from field: optional string fastest_turnaround = 2;
|
|
2901
|
+
*/
|
|
2902
|
+
fastestTurnaround?: string | undefined;
|
|
2903
|
+
/**
|
|
2904
|
+
* @generated from field: optional int32 flights_count = 3;
|
|
2905
|
+
*/
|
|
2906
|
+
flightsCount?: number | undefined;
|
|
2907
|
+
/**
|
|
2908
|
+
* @generated from field: int32 id = 4;
|
|
2909
|
+
*/
|
|
2910
|
+
id: number;
|
|
2911
|
+
/**
|
|
2912
|
+
* @generated from field: landing.v1.Image image = 5;
|
|
2913
|
+
*/
|
|
2914
|
+
image?: Image | undefined;
|
|
2915
|
+
/**
|
|
2916
|
+
* @generated from field: bool in_space = 6;
|
|
2917
|
+
*/
|
|
2918
|
+
inSpace: boolean;
|
|
2919
|
+
/**
|
|
2920
|
+
* @generated from field: bool is_placeholder = 7;
|
|
2921
|
+
*/
|
|
2922
|
+
isPlaceholder: boolean;
|
|
2923
|
+
/**
|
|
2924
|
+
* @generated from field: optional int32 mission_ends_count = 8;
|
|
2925
|
+
*/
|
|
2926
|
+
missionEndsCount?: number | undefined;
|
|
2927
|
+
/**
|
|
2928
|
+
* @generated from field: string name = 9;
|
|
2929
|
+
*/
|
|
2930
|
+
name: string;
|
|
2931
|
+
/**
|
|
2932
|
+
* @generated from field: string response_mode = 10;
|
|
2933
|
+
*/
|
|
2934
|
+
responseMode: string;
|
|
2935
|
+
/**
|
|
2936
|
+
* @generated from field: optional string serial_number = 11;
|
|
2937
|
+
*/
|
|
2938
|
+
serialNumber?: string | undefined;
|
|
2939
|
+
/**
|
|
2940
|
+
* @generated from field: landing.v1.SpacecraftConfigNormal spacecraft_config = 12;
|
|
2941
|
+
*/
|
|
2942
|
+
spacecraftConfig?: SpacecraftConfigNormal | undefined;
|
|
2943
|
+
/**
|
|
2944
|
+
* @generated from field: landing.v1.SpacecraftStatus status = 13;
|
|
2945
|
+
*/
|
|
2946
|
+
status?: SpacecraftStatus | undefined;
|
|
2947
|
+
/**
|
|
2948
|
+
* @generated from field: optional string time_docked = 14;
|
|
2949
|
+
*/
|
|
2950
|
+
timeDocked?: string | undefined;
|
|
2951
|
+
/**
|
|
2952
|
+
* @generated from field: optional string time_in_space = 15;
|
|
2953
|
+
*/
|
|
2954
|
+
timeInSpace?: string | undefined;
|
|
2955
|
+
/**
|
|
2956
|
+
* @generated from field: string url = 16;
|
|
2957
|
+
*/
|
|
2958
|
+
url: string;
|
|
2959
|
+
};
|
|
2960
|
+
/**
|
|
2961
|
+
* Describes the message landing.v1.SpacecraftNormal.
|
|
2962
|
+
* Use `create(SpacecraftNormalSchema)` to create a new message.
|
|
2963
|
+
*/
|
|
2964
|
+
export declare const SpacecraftNormalSchema: GenMessage<SpacecraftNormal>;
|
|
2965
|
+
/**
|
|
2966
|
+
* @generated from message landing.v1.SpacecraftStatus
|
|
2967
|
+
*/
|
|
2968
|
+
export type SpacecraftStatus = Message<"landing.v1.SpacecraftStatus"> & {
|
|
2969
|
+
/**
|
|
2970
|
+
* @generated from field: int32 id = 1;
|
|
2971
|
+
*/
|
|
2972
|
+
id: number;
|
|
2973
|
+
/**
|
|
2974
|
+
* @generated from field: string name = 2;
|
|
2975
|
+
*/
|
|
2976
|
+
name: string;
|
|
2977
|
+
};
|
|
2978
|
+
/**
|
|
2979
|
+
* Describes the message landing.v1.SpacecraftStatus.
|
|
2980
|
+
* Use `create(SpacecraftStatusSchema)` to create a new message.
|
|
2981
|
+
*/
|
|
2982
|
+
export declare const SpacecraftStatusSchema: GenMessage<SpacecraftStatus>;
|
|
2983
|
+
/**
|
|
2984
|
+
* @generated from message landing.v1.VidURL
|
|
2985
|
+
*/
|
|
2986
|
+
export type VidURL = Message<"landing.v1.VidURL"> & {
|
|
2987
|
+
/**
|
|
2988
|
+
* @generated from field: optional string description = 1;
|
|
2989
|
+
*/
|
|
2990
|
+
description?: string | undefined;
|
|
2991
|
+
/**
|
|
2992
|
+
* @generated from field: optional string end_time = 2;
|
|
2993
|
+
*/
|
|
2994
|
+
endTime?: string | undefined;
|
|
2995
|
+
/**
|
|
2996
|
+
* @generated from field: optional string feature_image = 3;
|
|
2997
|
+
*/
|
|
2998
|
+
featureImage?: string | undefined;
|
|
2999
|
+
/**
|
|
3000
|
+
* @generated from field: landing.v1.Language language = 4;
|
|
3001
|
+
*/
|
|
3002
|
+
language?: Language | undefined;
|
|
3003
|
+
/**
|
|
3004
|
+
* @generated from field: bool live = 5;
|
|
3005
|
+
*/
|
|
3006
|
+
live: boolean;
|
|
3007
|
+
/**
|
|
3008
|
+
* @generated from field: int32 priority = 6;
|
|
3009
|
+
*/
|
|
3010
|
+
priority: number;
|
|
3011
|
+
/**
|
|
3012
|
+
* @generated from field: optional string publisher = 7;
|
|
3013
|
+
*/
|
|
3014
|
+
publisher?: string | undefined;
|
|
3015
|
+
/**
|
|
3016
|
+
* @generated from field: optional string source = 8;
|
|
3017
|
+
*/
|
|
3018
|
+
source?: string | undefined;
|
|
3019
|
+
/**
|
|
3020
|
+
* @generated from field: optional string start_time = 9;
|
|
3021
|
+
*/
|
|
3022
|
+
startTime?: string | undefined;
|
|
3023
|
+
/**
|
|
3024
|
+
* @generated from field: optional string title = 10;
|
|
3025
|
+
*/
|
|
3026
|
+
title?: string | undefined;
|
|
3027
|
+
/**
|
|
3028
|
+
* @generated from field: landing.v1.VidURLType type = 11;
|
|
3029
|
+
*/
|
|
3030
|
+
type?: VidURLType | undefined;
|
|
3031
|
+
/**
|
|
3032
|
+
* @generated from field: string url = 12;
|
|
3033
|
+
*/
|
|
3034
|
+
url: string;
|
|
3035
|
+
};
|
|
3036
|
+
/**
|
|
3037
|
+
* Describes the message landing.v1.VidURL.
|
|
3038
|
+
* Use `create(VidURLSchema)` to create a new message.
|
|
3039
|
+
*/
|
|
3040
|
+
export declare const VidURLSchema: GenMessage<VidURL>;
|
|
3041
|
+
/**
|
|
3042
|
+
* @generated from message landing.v1.VidURLType
|
|
3043
|
+
*/
|
|
3044
|
+
export type VidURLType = Message<"landing.v1.VidURLType"> & {
|
|
3045
|
+
/**
|
|
3046
|
+
* @generated from field: int32 id = 1;
|
|
3047
|
+
*/
|
|
3048
|
+
id: number;
|
|
3049
|
+
/**
|
|
3050
|
+
* @generated from field: string name = 2;
|
|
3051
|
+
*/
|
|
3052
|
+
name: string;
|
|
3053
|
+
};
|
|
3054
|
+
/**
|
|
3055
|
+
* Describes the message landing.v1.VidURLType.
|
|
3056
|
+
* Use `create(VidURLTypeSchema)` to create a new message.
|
|
3057
|
+
*/
|
|
3058
|
+
export declare const VidURLTypeSchema: GenMessage<VidURLType>;
|
|
3059
|
+
/**
|
|
3060
|
+
* @generated from message landing.v1.ListLandingsRequest
|
|
3061
|
+
*/
|
|
3062
|
+
export type ListLandingsRequest = Message<"landing.v1.ListLandingsRequest"> & {
|
|
3063
|
+
/**
|
|
3064
|
+
* @generated from field: int32 limit = 1;
|
|
3065
|
+
*/
|
|
3066
|
+
limit: number;
|
|
3067
|
+
/**
|
|
3068
|
+
* @generated from field: int32 offset = 2;
|
|
3069
|
+
*/
|
|
3070
|
+
offset: number;
|
|
3071
|
+
/**
|
|
3072
|
+
* @generated from field: string search = 3;
|
|
3073
|
+
*/
|
|
3074
|
+
search: string;
|
|
3075
|
+
/**
|
|
3076
|
+
* @generated from field: string mode = 4;
|
|
3077
|
+
*/
|
|
3078
|
+
mode: string;
|
|
3079
|
+
};
|
|
3080
|
+
/**
|
|
3081
|
+
* Describes the message landing.v1.ListLandingsRequest.
|
|
3082
|
+
* Use `create(ListLandingsRequestSchema)` to create a new message.
|
|
3083
|
+
*/
|
|
3084
|
+
export declare const ListLandingsRequestSchema: GenMessage<ListLandingsRequest>;
|
|
3085
|
+
/**
|
|
3086
|
+
* @generated from message landing.v1.ListLandingsResponse
|
|
3087
|
+
*/
|
|
3088
|
+
export type ListLandingsResponse = Message<"landing.v1.ListLandingsResponse"> & {
|
|
3089
|
+
/**
|
|
3090
|
+
* @generated from field: int32 count = 1;
|
|
3091
|
+
*/
|
|
3092
|
+
count: number;
|
|
3093
|
+
/**
|
|
3094
|
+
* @generated from field: string next = 2;
|
|
3095
|
+
*/
|
|
3096
|
+
next: string;
|
|
3097
|
+
/**
|
|
3098
|
+
* @generated from field: string previous = 3;
|
|
3099
|
+
*/
|
|
3100
|
+
previous: string;
|
|
3101
|
+
/**
|
|
3102
|
+
* @generated from field: repeated landing.v1.Landing results = 4;
|
|
3103
|
+
*/
|
|
3104
|
+
results: Landing[];
|
|
3105
|
+
};
|
|
3106
|
+
/**
|
|
3107
|
+
* Describes the message landing.v1.ListLandingsResponse.
|
|
3108
|
+
* Use `create(ListLandingsResponseSchema)` to create a new message.
|
|
3109
|
+
*/
|
|
3110
|
+
export declare const ListLandingsResponseSchema: GenMessage<ListLandingsResponse>;
|
|
3111
|
+
/**
|
|
3112
|
+
* @generated from message landing.v1.GetLandingRequest
|
|
3113
|
+
*/
|
|
3114
|
+
export type GetLandingRequest = Message<"landing.v1.GetLandingRequest"> & {
|
|
3115
|
+
/**
|
|
3116
|
+
* @generated from field: int32 id = 1;
|
|
3117
|
+
*/
|
|
3118
|
+
id: number;
|
|
3119
|
+
/**
|
|
3120
|
+
* @generated from field: string mode = 2;
|
|
3121
|
+
*/
|
|
3122
|
+
mode: string;
|
|
3123
|
+
};
|
|
3124
|
+
/**
|
|
3125
|
+
* Describes the message landing.v1.GetLandingRequest.
|
|
3126
|
+
* Use `create(GetLandingRequestSchema)` to create a new message.
|
|
3127
|
+
*/
|
|
3128
|
+
export declare const GetLandingRequestSchema: GenMessage<GetLandingRequest>;
|
|
3129
|
+
/**
|
|
3130
|
+
* @generated from message landing.v1.GetLandingResponse
|
|
3131
|
+
*/
|
|
3132
|
+
export type GetLandingResponse = Message<"landing.v1.GetLandingResponse"> & {
|
|
3133
|
+
/**
|
|
3134
|
+
* @generated from field: landing.v1.Landing landing = 1;
|
|
3135
|
+
*/
|
|
3136
|
+
landing?: Landing | undefined;
|
|
3137
|
+
};
|
|
3138
|
+
/**
|
|
3139
|
+
* Describes the message landing.v1.GetLandingResponse.
|
|
3140
|
+
* Use `create(GetLandingResponseSchema)` to create a new message.
|
|
3141
|
+
*/
|
|
3142
|
+
export declare const GetLandingResponseSchema: GenMessage<GetLandingResponse>;
|
|
3143
|
+
/**
|
|
3144
|
+
* @generated from service landing.v1.LandingService
|
|
3145
|
+
*/
|
|
3146
|
+
export declare const LandingService: GenService<{
|
|
3147
|
+
/**
|
|
3148
|
+
* @generated from rpc landing.v1.LandingService.ListLandings
|
|
3149
|
+
*/
|
|
3150
|
+
listLandings: {
|
|
3151
|
+
methodKind: "unary";
|
|
3152
|
+
input: typeof ListLandingsRequestSchema;
|
|
3153
|
+
output: typeof ListLandingsResponseSchema;
|
|
3154
|
+
};
|
|
3155
|
+
/**
|
|
3156
|
+
* @generated from rpc landing.v1.LandingService.GetLanding
|
|
3157
|
+
*/
|
|
3158
|
+
getLanding: {
|
|
3159
|
+
methodKind: "unary";
|
|
3160
|
+
input: typeof GetLandingRequestSchema;
|
|
3161
|
+
output: typeof GetLandingResponseSchema;
|
|
3162
|
+
};
|
|
3163
|
+
}>;
|