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,3679 @@
|
|
|
1
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file proto/launch/v1/launch.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_proto_launch_v1_launch: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* @generated from message launch.v1.AgencyDetailed
|
|
9
|
+
*/
|
|
10
|
+
export type AgencyDetailed = Message<"launch.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 launch.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: launch.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: launch.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: launch.v1.Image social_logo = 25;
|
|
109
|
+
*/
|
|
110
|
+
socialLogo?: Image | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* @generated from field: repeated launch.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: launch.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 launch.v1.AgencyDetailed.
|
|
154
|
+
* Use `create(AgencyDetailedSchema)` to create a new message.
|
|
155
|
+
*/
|
|
156
|
+
export declare const AgencyDetailedSchema: GenMessage<AgencyDetailed>;
|
|
157
|
+
/**
|
|
158
|
+
* @generated from message launch.v1.AgencyMini
|
|
159
|
+
*/
|
|
160
|
+
export type AgencyMini = Message<"launch.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: launch.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 launch.v1.AgencyMini.
|
|
188
|
+
* Use `create(AgencyMiniSchema)` to create a new message.
|
|
189
|
+
*/
|
|
190
|
+
export declare const AgencyMiniSchema: GenMessage<AgencyMini>;
|
|
191
|
+
/**
|
|
192
|
+
* @generated from message launch.v1.AgencyNormal
|
|
193
|
+
*/
|
|
194
|
+
export type AgencyNormal = Message<"launch.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 launch.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: launch.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: launch.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: launch.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: launch.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 launch.v1.AgencyNormal.
|
|
266
|
+
* Use `create(AgencyNormalSchema)` to create a new message.
|
|
267
|
+
*/
|
|
268
|
+
export declare const AgencyNormalSchema: GenMessage<AgencyNormal>;
|
|
269
|
+
/**
|
|
270
|
+
* @generated from message launch.v1.AgencyType
|
|
271
|
+
*/
|
|
272
|
+
export type AgencyType = Message<"launch.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 launch.v1.AgencyType.
|
|
284
|
+
* Use `create(AgencyTypeSchema)` to create a new message.
|
|
285
|
+
*/
|
|
286
|
+
export declare const AgencyTypeSchema: GenMessage<AgencyType>;
|
|
287
|
+
/**
|
|
288
|
+
* @generated from message launch.v1.AstronautDetailed
|
|
289
|
+
*/
|
|
290
|
+
export type AstronautDetailed = Message<"launch.v1.AstronautDetailed"> & {
|
|
291
|
+
/**
|
|
292
|
+
* @generated from field: optional int32 age = 1;
|
|
293
|
+
*/
|
|
294
|
+
age?: number | undefined;
|
|
295
|
+
/**
|
|
296
|
+
* @generated from field: launch.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: launch.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 launch.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 launch.v1.SocialMediaLink social_media_links = 15;
|
|
349
|
+
*/
|
|
350
|
+
socialMediaLinks: SocialMediaLink[];
|
|
351
|
+
/**
|
|
352
|
+
* @generated from field: launch.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: launch.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 launch.v1.AstronautDetailed.
|
|
374
|
+
* Use `create(AstronautDetailedSchema)` to create a new message.
|
|
375
|
+
*/
|
|
376
|
+
export declare const AstronautDetailedSchema: GenMessage<AstronautDetailed>;
|
|
377
|
+
/**
|
|
378
|
+
* @generated from message launch.v1.AstronautFlight
|
|
379
|
+
*/
|
|
380
|
+
export type AstronautFlight = Message<"launch.v1.AstronautFlight"> & {
|
|
381
|
+
/**
|
|
382
|
+
* @generated from field: launch.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: launch.v1.AstronautRole role = 3;
|
|
391
|
+
*/
|
|
392
|
+
role?: AstronautRole | undefined;
|
|
393
|
+
};
|
|
394
|
+
/**
|
|
395
|
+
* Describes the message launch.v1.AstronautFlight.
|
|
396
|
+
* Use `create(AstronautFlightSchema)` to create a new message.
|
|
397
|
+
*/
|
|
398
|
+
export declare const AstronautFlightSchema: GenMessage<AstronautFlight>;
|
|
399
|
+
/**
|
|
400
|
+
* @generated from message launch.v1.AstronautRole
|
|
401
|
+
*/
|
|
402
|
+
export type AstronautRole = Message<"launch.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 launch.v1.AstronautRole.
|
|
418
|
+
* Use `create(AstronautRoleSchema)` to create a new message.
|
|
419
|
+
*/
|
|
420
|
+
export declare const AstronautRoleSchema: GenMessage<AstronautRole>;
|
|
421
|
+
/**
|
|
422
|
+
* @generated from message launch.v1.AstronautStatus
|
|
423
|
+
*/
|
|
424
|
+
export type AstronautStatus = Message<"launch.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 launch.v1.AstronautStatus.
|
|
436
|
+
* Use `create(AstronautStatusSchema)` to create a new message.
|
|
437
|
+
*/
|
|
438
|
+
export declare const AstronautStatusSchema: GenMessage<AstronautStatus>;
|
|
439
|
+
/**
|
|
440
|
+
* @generated from message launch.v1.AstronautType
|
|
441
|
+
*/
|
|
442
|
+
export type AstronautType = Message<"launch.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 launch.v1.AstronautType.
|
|
454
|
+
* Use `create(AstronautTypeSchema)` to create a new message.
|
|
455
|
+
*/
|
|
456
|
+
export declare const AstronautTypeSchema: GenMessage<AstronautType>;
|
|
457
|
+
/**
|
|
458
|
+
* @generated from message launch.v1.CelestialBodyDetailed
|
|
459
|
+
*/
|
|
460
|
+
export type CelestialBodyDetailed = Message<"launch.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: launch.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: launch.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 launch.v1.CelestialBodyDetailed.
|
|
536
|
+
* Use `create(CelestialBodyDetailedSchema)` to create a new message.
|
|
537
|
+
*/
|
|
538
|
+
export declare const CelestialBodyDetailedSchema: GenMessage<CelestialBodyDetailed>;
|
|
539
|
+
/**
|
|
540
|
+
* @generated from message launch.v1.CelestialBodyMini
|
|
541
|
+
*/
|
|
542
|
+
export type CelestialBodyMini = Message<"launch.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 launch.v1.CelestialBodyMini.
|
|
558
|
+
* Use `create(CelestialBodyMiniSchema)` to create a new message.
|
|
559
|
+
*/
|
|
560
|
+
export declare const CelestialBodyMiniSchema: GenMessage<CelestialBodyMini>;
|
|
561
|
+
/**
|
|
562
|
+
* @generated from message launch.v1.CelestialBodyNormal
|
|
563
|
+
*/
|
|
564
|
+
export type CelestialBodyNormal = Message<"launch.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: launch.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: launch.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 launch.v1.CelestialBodyNormal.
|
|
616
|
+
* Use `create(CelestialBodyNormalSchema)` to create a new message.
|
|
617
|
+
*/
|
|
618
|
+
export declare const CelestialBodyNormalSchema: GenMessage<CelestialBodyNormal>;
|
|
619
|
+
/**
|
|
620
|
+
* @generated from message launch.v1.CelestialBodyType
|
|
621
|
+
*/
|
|
622
|
+
export type CelestialBodyType = Message<"launch.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 launch.v1.CelestialBodyType.
|
|
634
|
+
* Use `create(CelestialBodyTypeSchema)` to create a new message.
|
|
635
|
+
*/
|
|
636
|
+
export declare const CelestialBodyTypeSchema: GenMessage<CelestialBodyType>;
|
|
637
|
+
/**
|
|
638
|
+
* @generated from message launch.v1.Country
|
|
639
|
+
*/
|
|
640
|
+
export type Country = Message<"launch.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 launch.v1.Country.
|
|
668
|
+
* Use `create(CountrySchema)` to create a new message.
|
|
669
|
+
*/
|
|
670
|
+
export declare const CountrySchema: GenMessage<Country>;
|
|
671
|
+
/**
|
|
672
|
+
* @generated from message launch.v1.DockingEventForChaserNormal
|
|
673
|
+
*/
|
|
674
|
+
export type DockingEventForChaserNormal = Message<"launch.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: launch.v1.DockingLocation docking_location = 3;
|
|
685
|
+
*/
|
|
686
|
+
dockingLocation?: DockingLocation | undefined;
|
|
687
|
+
/**
|
|
688
|
+
* @generated from field: launch.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: launch.v1.PayloadFlightNormal payload_flight_target = 6;
|
|
697
|
+
*/
|
|
698
|
+
payloadFlightTarget?: PayloadFlightNormal | undefined;
|
|
699
|
+
/**
|
|
700
|
+
* @generated from field: launch.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 launch.v1.DockingEventForChaserNormal.
|
|
710
|
+
* Use `create(DockingEventForChaserNormalSchema)` to create a new message.
|
|
711
|
+
*/
|
|
712
|
+
export declare const DockingEventForChaserNormalSchema: GenMessage<DockingEventForChaserNormal>;
|
|
713
|
+
/**
|
|
714
|
+
* @generated from message launch.v1.DockingLocation
|
|
715
|
+
*/
|
|
716
|
+
export type DockingLocation = Message<"launch.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: launch.v1.PayloadMini payload = 3;
|
|
727
|
+
*/
|
|
728
|
+
payload?: PayloadMini | undefined;
|
|
729
|
+
/**
|
|
730
|
+
* @generated from field: launch.v1.SpacecraftConfigNormal spacecraft = 4;
|
|
731
|
+
*/
|
|
732
|
+
spacecraft?: SpacecraftConfigNormal | undefined;
|
|
733
|
+
/**
|
|
734
|
+
* @generated from field: launch.v1.SpaceStationMini spacestation = 5;
|
|
735
|
+
*/
|
|
736
|
+
spacestation?: SpaceStationMini | undefined;
|
|
737
|
+
};
|
|
738
|
+
/**
|
|
739
|
+
* Describes the message launch.v1.DockingLocation.
|
|
740
|
+
* Use `create(DockingLocationSchema)` to create a new message.
|
|
741
|
+
*/
|
|
742
|
+
export declare const DockingLocationSchema: GenMessage<DockingLocation>;
|
|
743
|
+
/**
|
|
744
|
+
* @generated from message launch.v1.FirstStageNormal
|
|
745
|
+
*/
|
|
746
|
+
export type FirstStageNormal = Message<"launch.v1.FirstStageNormal"> & {
|
|
747
|
+
/**
|
|
748
|
+
* @generated from field: int32 id = 1;
|
|
749
|
+
*/
|
|
750
|
+
id: number;
|
|
751
|
+
/**
|
|
752
|
+
* @generated from field: launch.v1.Landing landing = 2;
|
|
753
|
+
*/
|
|
754
|
+
landing?: Landing | undefined;
|
|
755
|
+
/**
|
|
756
|
+
* @generated from field: launch.v1.LauncherNormal launcher = 3;
|
|
757
|
+
*/
|
|
758
|
+
launcher?: LauncherNormal | undefined;
|
|
759
|
+
/**
|
|
760
|
+
* @generated from field: optional int32 launcher_flight_number = 4;
|
|
761
|
+
*/
|
|
762
|
+
launcherFlightNumber?: number | undefined;
|
|
763
|
+
/**
|
|
764
|
+
* @generated from field: launch.v1.LaunchMini previous_flight = 5;
|
|
765
|
+
*/
|
|
766
|
+
previousFlight?: LaunchMini | undefined;
|
|
767
|
+
/**
|
|
768
|
+
* @generated from field: optional string previous_flight_date = 6;
|
|
769
|
+
*/
|
|
770
|
+
previousFlightDate?: string | undefined;
|
|
771
|
+
/**
|
|
772
|
+
* @generated from field: optional bool reused = 7;
|
|
773
|
+
*/
|
|
774
|
+
reused?: boolean | undefined;
|
|
775
|
+
/**
|
|
776
|
+
* @generated from field: string turn_around_time = 8;
|
|
777
|
+
*/
|
|
778
|
+
turnAroundTime: string;
|
|
779
|
+
/**
|
|
780
|
+
* @generated from field: string type = 9;
|
|
781
|
+
*/
|
|
782
|
+
type: string;
|
|
783
|
+
};
|
|
784
|
+
/**
|
|
785
|
+
* Describes the message launch.v1.FirstStageNormal.
|
|
786
|
+
* Use `create(FirstStageNormalSchema)` to create a new message.
|
|
787
|
+
*/
|
|
788
|
+
export declare const FirstStageNormalSchema: GenMessage<FirstStageNormal>;
|
|
789
|
+
/**
|
|
790
|
+
* @generated from message launch.v1.Image
|
|
791
|
+
*/
|
|
792
|
+
export type Image = Message<"launch.v1.Image"> & {
|
|
793
|
+
/**
|
|
794
|
+
* @generated from field: optional string credit = 1;
|
|
795
|
+
*/
|
|
796
|
+
credit?: string | undefined;
|
|
797
|
+
/**
|
|
798
|
+
* @generated from field: int32 id = 2;
|
|
799
|
+
*/
|
|
800
|
+
id: number;
|
|
801
|
+
/**
|
|
802
|
+
* @generated from field: string image_url = 3;
|
|
803
|
+
*/
|
|
804
|
+
imageUrl: string;
|
|
805
|
+
/**
|
|
806
|
+
* @generated from field: launch.v1.ImageLicense license = 4;
|
|
807
|
+
*/
|
|
808
|
+
license?: ImageLicense | undefined;
|
|
809
|
+
/**
|
|
810
|
+
* @generated from field: string name = 5;
|
|
811
|
+
*/
|
|
812
|
+
name: string;
|
|
813
|
+
/**
|
|
814
|
+
* @generated from field: bool single_use = 6;
|
|
815
|
+
*/
|
|
816
|
+
singleUse: boolean;
|
|
817
|
+
/**
|
|
818
|
+
* @generated from field: string thumbnail_url = 7;
|
|
819
|
+
*/
|
|
820
|
+
thumbnailUrl: string;
|
|
821
|
+
/**
|
|
822
|
+
* @generated from field: repeated launch.v1.ImageVariant variants = 8;
|
|
823
|
+
*/
|
|
824
|
+
variants: ImageVariant[];
|
|
825
|
+
};
|
|
826
|
+
/**
|
|
827
|
+
* Describes the message launch.v1.Image.
|
|
828
|
+
* Use `create(ImageSchema)` to create a new message.
|
|
829
|
+
*/
|
|
830
|
+
export declare const ImageSchema: GenMessage<Image>;
|
|
831
|
+
/**
|
|
832
|
+
* @generated from message launch.v1.ImageLicense
|
|
833
|
+
*/
|
|
834
|
+
export type ImageLicense = Message<"launch.v1.ImageLicense"> & {
|
|
835
|
+
/**
|
|
836
|
+
* @generated from field: int32 id = 1;
|
|
837
|
+
*/
|
|
838
|
+
id: number;
|
|
839
|
+
/**
|
|
840
|
+
* @generated from field: optional string link = 2;
|
|
841
|
+
*/
|
|
842
|
+
link?: string | undefined;
|
|
843
|
+
/**
|
|
844
|
+
* @generated from field: string name = 3;
|
|
845
|
+
*/
|
|
846
|
+
name: string;
|
|
847
|
+
/**
|
|
848
|
+
* @generated from field: int32 priority = 4;
|
|
849
|
+
*/
|
|
850
|
+
priority: number;
|
|
851
|
+
};
|
|
852
|
+
/**
|
|
853
|
+
* Describes the message launch.v1.ImageLicense.
|
|
854
|
+
* Use `create(ImageLicenseSchema)` to create a new message.
|
|
855
|
+
*/
|
|
856
|
+
export declare const ImageLicenseSchema: GenMessage<ImageLicense>;
|
|
857
|
+
/**
|
|
858
|
+
* @generated from message launch.v1.ImageVariant
|
|
859
|
+
*/
|
|
860
|
+
export type ImageVariant = Message<"launch.v1.ImageVariant"> & {
|
|
861
|
+
/**
|
|
862
|
+
* @generated from field: int32 id = 1;
|
|
863
|
+
*/
|
|
864
|
+
id: number;
|
|
865
|
+
/**
|
|
866
|
+
* @generated from field: string image_url = 2;
|
|
867
|
+
*/
|
|
868
|
+
imageUrl: string;
|
|
869
|
+
/**
|
|
870
|
+
* @generated from field: launch.v1.ImageVariantType type = 3;
|
|
871
|
+
*/
|
|
872
|
+
type?: ImageVariantType | undefined;
|
|
873
|
+
};
|
|
874
|
+
/**
|
|
875
|
+
* Describes the message launch.v1.ImageVariant.
|
|
876
|
+
* Use `create(ImageVariantSchema)` to create a new message.
|
|
877
|
+
*/
|
|
878
|
+
export declare const ImageVariantSchema: GenMessage<ImageVariant>;
|
|
879
|
+
/**
|
|
880
|
+
* @generated from message launch.v1.ImageVariantType
|
|
881
|
+
*/
|
|
882
|
+
export type ImageVariantType = Message<"launch.v1.ImageVariantType"> & {
|
|
883
|
+
/**
|
|
884
|
+
* @generated from field: int32 id = 1;
|
|
885
|
+
*/
|
|
886
|
+
id: number;
|
|
887
|
+
/**
|
|
888
|
+
* @generated from field: string name = 2;
|
|
889
|
+
*/
|
|
890
|
+
name: string;
|
|
891
|
+
};
|
|
892
|
+
/**
|
|
893
|
+
* Describes the message launch.v1.ImageVariantType.
|
|
894
|
+
* Use `create(ImageVariantTypeSchema)` to create a new message.
|
|
895
|
+
*/
|
|
896
|
+
export declare const ImageVariantTypeSchema: GenMessage<ImageVariantType>;
|
|
897
|
+
/**
|
|
898
|
+
* @generated from message launch.v1.InfoURL
|
|
899
|
+
*/
|
|
900
|
+
export type InfoURL = Message<"launch.v1.InfoURL"> & {
|
|
901
|
+
/**
|
|
902
|
+
* @generated from field: optional string description = 1;
|
|
903
|
+
*/
|
|
904
|
+
description?: string | undefined;
|
|
905
|
+
/**
|
|
906
|
+
* @generated from field: optional string feature_image = 2;
|
|
907
|
+
*/
|
|
908
|
+
featureImage?: string | undefined;
|
|
909
|
+
/**
|
|
910
|
+
* @generated from field: launch.v1.Language language = 3;
|
|
911
|
+
*/
|
|
912
|
+
language?: Language | undefined;
|
|
913
|
+
/**
|
|
914
|
+
* @generated from field: int32 priority = 4;
|
|
915
|
+
*/
|
|
916
|
+
priority: number;
|
|
917
|
+
/**
|
|
918
|
+
* @generated from field: optional string source = 5;
|
|
919
|
+
*/
|
|
920
|
+
source?: string | undefined;
|
|
921
|
+
/**
|
|
922
|
+
* @generated from field: optional string title = 6;
|
|
923
|
+
*/
|
|
924
|
+
title?: string | undefined;
|
|
925
|
+
/**
|
|
926
|
+
* @generated from field: launch.v1.InfoURLType type = 7;
|
|
927
|
+
*/
|
|
928
|
+
type?: InfoURLType | undefined;
|
|
929
|
+
/**
|
|
930
|
+
* @generated from field: string url = 8;
|
|
931
|
+
*/
|
|
932
|
+
url: string;
|
|
933
|
+
};
|
|
934
|
+
/**
|
|
935
|
+
* Describes the message launch.v1.InfoURL.
|
|
936
|
+
* Use `create(InfoURLSchema)` to create a new message.
|
|
937
|
+
*/
|
|
938
|
+
export declare const InfoURLSchema: GenMessage<InfoURL>;
|
|
939
|
+
/**
|
|
940
|
+
* @generated from message launch.v1.InfoURLType
|
|
941
|
+
*/
|
|
942
|
+
export type InfoURLType = Message<"launch.v1.InfoURLType"> & {
|
|
943
|
+
/**
|
|
944
|
+
* @generated from field: int32 id = 1;
|
|
945
|
+
*/
|
|
946
|
+
id: number;
|
|
947
|
+
/**
|
|
948
|
+
* @generated from field: string name = 2;
|
|
949
|
+
*/
|
|
950
|
+
name: string;
|
|
951
|
+
};
|
|
952
|
+
/**
|
|
953
|
+
* Describes the message launch.v1.InfoURLType.
|
|
954
|
+
* Use `create(InfoURLTypeSchema)` to create a new message.
|
|
955
|
+
*/
|
|
956
|
+
export declare const InfoURLTypeSchema: GenMessage<InfoURLType>;
|
|
957
|
+
/**
|
|
958
|
+
* @generated from message launch.v1.Landing
|
|
959
|
+
*/
|
|
960
|
+
export type Landing = Message<"launch.v1.Landing"> & {
|
|
961
|
+
/**
|
|
962
|
+
* @generated from field: bool attempt = 1;
|
|
963
|
+
*/
|
|
964
|
+
attempt: boolean;
|
|
965
|
+
/**
|
|
966
|
+
* @generated from field: string description = 2;
|
|
967
|
+
*/
|
|
968
|
+
description: string;
|
|
969
|
+
/**
|
|
970
|
+
* @generated from field: optional float downrange_distance = 3;
|
|
971
|
+
*/
|
|
972
|
+
downrangeDistance?: number | undefined;
|
|
973
|
+
/**
|
|
974
|
+
* @generated from field: int32 id = 4;
|
|
975
|
+
*/
|
|
976
|
+
id: number;
|
|
977
|
+
/**
|
|
978
|
+
* @generated from field: launch.v1.LandingLocation landing_location = 5;
|
|
979
|
+
*/
|
|
980
|
+
landingLocation?: LandingLocation | undefined;
|
|
981
|
+
/**
|
|
982
|
+
* @generated from field: optional bool success = 6;
|
|
983
|
+
*/
|
|
984
|
+
success?: boolean | undefined;
|
|
985
|
+
/**
|
|
986
|
+
* @generated from field: launch.v1.LandingType type = 7;
|
|
987
|
+
*/
|
|
988
|
+
type?: LandingType | undefined;
|
|
989
|
+
/**
|
|
990
|
+
* @generated from field: string url = 8;
|
|
991
|
+
*/
|
|
992
|
+
url: string;
|
|
993
|
+
};
|
|
994
|
+
/**
|
|
995
|
+
* Describes the message launch.v1.Landing.
|
|
996
|
+
* Use `create(LandingSchema)` to create a new message.
|
|
997
|
+
*/
|
|
998
|
+
export declare const LandingSchema: GenMessage<Landing>;
|
|
999
|
+
/**
|
|
1000
|
+
* @generated from message launch.v1.LandingLocation
|
|
1001
|
+
*/
|
|
1002
|
+
export type LandingLocation = Message<"launch.v1.LandingLocation"> & {
|
|
1003
|
+
/**
|
|
1004
|
+
* @generated from field: string abbrev = 1;
|
|
1005
|
+
*/
|
|
1006
|
+
abbrev: string;
|
|
1007
|
+
/**
|
|
1008
|
+
* @generated from field: bool active = 2;
|
|
1009
|
+
*/
|
|
1010
|
+
active: boolean;
|
|
1011
|
+
/**
|
|
1012
|
+
* @generated from field: optional int32 attempted_landings = 3;
|
|
1013
|
+
*/
|
|
1014
|
+
attemptedLandings?: number | undefined;
|
|
1015
|
+
/**
|
|
1016
|
+
* @generated from field: launch.v1.CelestialBodyNormal celestial_body = 4;
|
|
1017
|
+
*/
|
|
1018
|
+
celestialBody?: CelestialBodyNormal | undefined;
|
|
1019
|
+
/**
|
|
1020
|
+
* @generated from field: optional string description = 5;
|
|
1021
|
+
*/
|
|
1022
|
+
description?: string | undefined;
|
|
1023
|
+
/**
|
|
1024
|
+
* @generated from field: optional int32 failed_landings = 6;
|
|
1025
|
+
*/
|
|
1026
|
+
failedLandings?: number | undefined;
|
|
1027
|
+
/**
|
|
1028
|
+
* @generated from field: int32 id = 7;
|
|
1029
|
+
*/
|
|
1030
|
+
id: number;
|
|
1031
|
+
/**
|
|
1032
|
+
* @generated from field: launch.v1.Image image = 8;
|
|
1033
|
+
*/
|
|
1034
|
+
image?: Image | undefined;
|
|
1035
|
+
/**
|
|
1036
|
+
* @generated from field: optional float latitude = 9;
|
|
1037
|
+
*/
|
|
1038
|
+
latitude?: number | undefined;
|
|
1039
|
+
/**
|
|
1040
|
+
* @generated from field: launch.v1.LocationSerializerNoCelestialBody location = 10;
|
|
1041
|
+
*/
|
|
1042
|
+
location?: LocationSerializerNoCelestialBody | undefined;
|
|
1043
|
+
/**
|
|
1044
|
+
* @generated from field: optional float longitude = 11;
|
|
1045
|
+
*/
|
|
1046
|
+
longitude?: number | undefined;
|
|
1047
|
+
/**
|
|
1048
|
+
* @generated from field: string name = 12;
|
|
1049
|
+
*/
|
|
1050
|
+
name: string;
|
|
1051
|
+
/**
|
|
1052
|
+
* @generated from field: optional int32 successful_landings = 13;
|
|
1053
|
+
*/
|
|
1054
|
+
successfulLandings?: number | undefined;
|
|
1055
|
+
};
|
|
1056
|
+
/**
|
|
1057
|
+
* Describes the message launch.v1.LandingLocation.
|
|
1058
|
+
* Use `create(LandingLocationSchema)` to create a new message.
|
|
1059
|
+
*/
|
|
1060
|
+
export declare const LandingLocationSchema: GenMessage<LandingLocation>;
|
|
1061
|
+
/**
|
|
1062
|
+
* @generated from message launch.v1.LandingType
|
|
1063
|
+
*/
|
|
1064
|
+
export type LandingType = Message<"launch.v1.LandingType"> & {
|
|
1065
|
+
/**
|
|
1066
|
+
* @generated from field: string abbrev = 1;
|
|
1067
|
+
*/
|
|
1068
|
+
abbrev: string;
|
|
1069
|
+
/**
|
|
1070
|
+
* @generated from field: optional string description = 2;
|
|
1071
|
+
*/
|
|
1072
|
+
description?: string | undefined;
|
|
1073
|
+
/**
|
|
1074
|
+
* @generated from field: int32 id = 3;
|
|
1075
|
+
*/
|
|
1076
|
+
id: number;
|
|
1077
|
+
/**
|
|
1078
|
+
* @generated from field: string name = 4;
|
|
1079
|
+
*/
|
|
1080
|
+
name: string;
|
|
1081
|
+
};
|
|
1082
|
+
/**
|
|
1083
|
+
* Describes the message launch.v1.LandingType.
|
|
1084
|
+
* Use `create(LandingTypeSchema)` to create a new message.
|
|
1085
|
+
*/
|
|
1086
|
+
export declare const LandingTypeSchema: GenMessage<LandingType>;
|
|
1087
|
+
/**
|
|
1088
|
+
* @generated from message launch.v1.Language
|
|
1089
|
+
*/
|
|
1090
|
+
export type Language = Message<"launch.v1.Language"> & {
|
|
1091
|
+
/**
|
|
1092
|
+
* @generated from field: string code = 1;
|
|
1093
|
+
*/
|
|
1094
|
+
code: string;
|
|
1095
|
+
/**
|
|
1096
|
+
* @generated from field: int32 id = 2;
|
|
1097
|
+
*/
|
|
1098
|
+
id: number;
|
|
1099
|
+
/**
|
|
1100
|
+
* @generated from field: string name = 3;
|
|
1101
|
+
*/
|
|
1102
|
+
name: string;
|
|
1103
|
+
};
|
|
1104
|
+
/**
|
|
1105
|
+
* Describes the message launch.v1.Language.
|
|
1106
|
+
* Use `create(LanguageSchema)` to create a new message.
|
|
1107
|
+
*/
|
|
1108
|
+
export declare const LanguageSchema: GenMessage<Language>;
|
|
1109
|
+
/**
|
|
1110
|
+
* @generated from message launch.v1.Launch
|
|
1111
|
+
*/
|
|
1112
|
+
export type Launch = Message<"launch.v1.Launch"> & {
|
|
1113
|
+
/**
|
|
1114
|
+
* @generated from field: optional int32 agency_launch_attempt_count = 1;
|
|
1115
|
+
*/
|
|
1116
|
+
agencyLaunchAttemptCount?: number | undefined;
|
|
1117
|
+
/**
|
|
1118
|
+
* @generated from field: optional int32 agency_launch_attempt_count_year = 2;
|
|
1119
|
+
*/
|
|
1120
|
+
agencyLaunchAttemptCountYear?: number | undefined;
|
|
1121
|
+
/**
|
|
1122
|
+
* @generated from field: optional string failreason = 3;
|
|
1123
|
+
*/
|
|
1124
|
+
failreason?: string | undefined;
|
|
1125
|
+
/**
|
|
1126
|
+
* @generated from field: optional string flightclub_url = 4;
|
|
1127
|
+
*/
|
|
1128
|
+
flightclubUrl?: string | undefined;
|
|
1129
|
+
/**
|
|
1130
|
+
* @generated from field: optional string hashtag = 5;
|
|
1131
|
+
*/
|
|
1132
|
+
hashtag?: string | undefined;
|
|
1133
|
+
/**
|
|
1134
|
+
* @generated from field: string id = 6;
|
|
1135
|
+
*/
|
|
1136
|
+
id: string;
|
|
1137
|
+
/**
|
|
1138
|
+
* @generated from field: launch.v1.Image image = 7;
|
|
1139
|
+
*/
|
|
1140
|
+
image?: Image | undefined;
|
|
1141
|
+
/**
|
|
1142
|
+
* @generated from field: repeated launch.v1.InfoURL info_urls = 8;
|
|
1143
|
+
*/
|
|
1144
|
+
infoUrls: InfoURL[];
|
|
1145
|
+
/**
|
|
1146
|
+
* @generated from field: optional string infographic = 9;
|
|
1147
|
+
*/
|
|
1148
|
+
infographic?: string | undefined;
|
|
1149
|
+
/**
|
|
1150
|
+
* @generated from field: string last_updated = 10;
|
|
1151
|
+
*/
|
|
1152
|
+
lastUpdated: string;
|
|
1153
|
+
/**
|
|
1154
|
+
* @generated from field: optional string launch_designator = 11;
|
|
1155
|
+
*/
|
|
1156
|
+
launchDesignator?: string | undefined;
|
|
1157
|
+
/**
|
|
1158
|
+
* @generated from field: launch.v1.AgencyDetailed launch_service_provider = 12;
|
|
1159
|
+
*/
|
|
1160
|
+
launchServiceProvider?: AgencyDetailed | undefined;
|
|
1161
|
+
/**
|
|
1162
|
+
* @generated from field: optional int32 location_launch_attempt_count = 13;
|
|
1163
|
+
*/
|
|
1164
|
+
locationLaunchAttemptCount?: number | undefined;
|
|
1165
|
+
/**
|
|
1166
|
+
* @generated from field: optional int32 location_launch_attempt_count_year = 14;
|
|
1167
|
+
*/
|
|
1168
|
+
locationLaunchAttemptCountYear?: number | undefined;
|
|
1169
|
+
/**
|
|
1170
|
+
* @generated from field: launch.v1.Mission mission = 15;
|
|
1171
|
+
*/
|
|
1172
|
+
mission?: Mission | undefined;
|
|
1173
|
+
/**
|
|
1174
|
+
* @generated from field: repeated launch.v1.MissionPatch mission_patches = 16;
|
|
1175
|
+
*/
|
|
1176
|
+
missionPatches: MissionPatch[];
|
|
1177
|
+
/**
|
|
1178
|
+
* @generated from field: string name = 17;
|
|
1179
|
+
*/
|
|
1180
|
+
name: string;
|
|
1181
|
+
/**
|
|
1182
|
+
* @generated from field: string net = 18;
|
|
1183
|
+
*/
|
|
1184
|
+
net: string;
|
|
1185
|
+
/**
|
|
1186
|
+
* @generated from field: launch.v1.NetPrecision net_precision = 19;
|
|
1187
|
+
*/
|
|
1188
|
+
netPrecision?: NetPrecision | undefined;
|
|
1189
|
+
/**
|
|
1190
|
+
* @generated from field: optional int32 orbital_launch_attempt_count = 20;
|
|
1191
|
+
*/
|
|
1192
|
+
orbitalLaunchAttemptCount?: number | undefined;
|
|
1193
|
+
/**
|
|
1194
|
+
* @generated from field: optional int32 orbital_launch_attempt_count_year = 21;
|
|
1195
|
+
*/
|
|
1196
|
+
orbitalLaunchAttemptCountYear?: number | undefined;
|
|
1197
|
+
/**
|
|
1198
|
+
* @generated from field: launch.v1.Pad pad = 22;
|
|
1199
|
+
*/
|
|
1200
|
+
pad?: Pad | undefined;
|
|
1201
|
+
/**
|
|
1202
|
+
* @generated from field: optional int32 pad_launch_attempt_count = 23;
|
|
1203
|
+
*/
|
|
1204
|
+
padLaunchAttemptCount?: number | undefined;
|
|
1205
|
+
/**
|
|
1206
|
+
* @generated from field: optional int32 pad_launch_attempt_count_year = 24;
|
|
1207
|
+
*/
|
|
1208
|
+
padLaunchAttemptCountYear?: number | undefined;
|
|
1209
|
+
/**
|
|
1210
|
+
* @generated from field: string pad_turnaround = 25;
|
|
1211
|
+
*/
|
|
1212
|
+
padTurnaround: string;
|
|
1213
|
+
/**
|
|
1214
|
+
* @generated from field: optional int32 probability = 26;
|
|
1215
|
+
*/
|
|
1216
|
+
probability?: number | undefined;
|
|
1217
|
+
/**
|
|
1218
|
+
* @generated from field: repeated launch.v1.ProgramNormal program = 27;
|
|
1219
|
+
*/
|
|
1220
|
+
program: ProgramNormal[];
|
|
1221
|
+
/**
|
|
1222
|
+
* @generated from field: string response_mode = 28;
|
|
1223
|
+
*/
|
|
1224
|
+
responseMode: string;
|
|
1225
|
+
/**
|
|
1226
|
+
* @generated from field: launch.v1.RocketDetailed rocket = 29;
|
|
1227
|
+
*/
|
|
1228
|
+
rocket?: RocketDetailed | undefined;
|
|
1229
|
+
/**
|
|
1230
|
+
* @generated from field: string slug = 30;
|
|
1231
|
+
*/
|
|
1232
|
+
slug: string;
|
|
1233
|
+
/**
|
|
1234
|
+
* @generated from field: launch.v1.LaunchStatus status = 31;
|
|
1235
|
+
*/
|
|
1236
|
+
status?: LaunchStatus | undefined;
|
|
1237
|
+
/**
|
|
1238
|
+
* @generated from field: repeated launch.v1.TimelineEvent timeline = 32;
|
|
1239
|
+
*/
|
|
1240
|
+
timeline: TimelineEvent[];
|
|
1241
|
+
/**
|
|
1242
|
+
* @generated from field: repeated launch.v1.Update updates = 33;
|
|
1243
|
+
*/
|
|
1244
|
+
updates: Update[];
|
|
1245
|
+
/**
|
|
1246
|
+
* @generated from field: string url = 34;
|
|
1247
|
+
*/
|
|
1248
|
+
url: string;
|
|
1249
|
+
/**
|
|
1250
|
+
* @generated from field: repeated launch.v1.VidURL vid_urls = 35;
|
|
1251
|
+
*/
|
|
1252
|
+
vidUrls: VidURL[];
|
|
1253
|
+
/**
|
|
1254
|
+
* @generated from field: optional string weather_concerns = 36;
|
|
1255
|
+
*/
|
|
1256
|
+
weatherConcerns?: string | undefined;
|
|
1257
|
+
/**
|
|
1258
|
+
* @generated from field: bool webcast_live = 37;
|
|
1259
|
+
*/
|
|
1260
|
+
webcastLive: boolean;
|
|
1261
|
+
/**
|
|
1262
|
+
* @generated from field: string window_end = 38;
|
|
1263
|
+
*/
|
|
1264
|
+
windowEnd: string;
|
|
1265
|
+
/**
|
|
1266
|
+
* @generated from field: string window_start = 39;
|
|
1267
|
+
*/
|
|
1268
|
+
windowStart: string;
|
|
1269
|
+
};
|
|
1270
|
+
/**
|
|
1271
|
+
* Describes the message launch.v1.Launch.
|
|
1272
|
+
* Use `create(LaunchSchema)` to create a new message.
|
|
1273
|
+
*/
|
|
1274
|
+
export declare const LaunchSchema: GenMessage<Launch>;
|
|
1275
|
+
/**
|
|
1276
|
+
* @generated from message launch.v1.LaunchMini
|
|
1277
|
+
*/
|
|
1278
|
+
export type LaunchMini = Message<"launch.v1.LaunchMini"> & {
|
|
1279
|
+
/**
|
|
1280
|
+
* @generated from field: string id = 1;
|
|
1281
|
+
*/
|
|
1282
|
+
id: string;
|
|
1283
|
+
/**
|
|
1284
|
+
* @generated from field: string name = 2;
|
|
1285
|
+
*/
|
|
1286
|
+
name: string;
|
|
1287
|
+
/**
|
|
1288
|
+
* @generated from field: string url = 3;
|
|
1289
|
+
*/
|
|
1290
|
+
url: string;
|
|
1291
|
+
};
|
|
1292
|
+
/**
|
|
1293
|
+
* Describes the message launch.v1.LaunchMini.
|
|
1294
|
+
* Use `create(LaunchMiniSchema)` to create a new message.
|
|
1295
|
+
*/
|
|
1296
|
+
export declare const LaunchMiniSchema: GenMessage<LaunchMini>;
|
|
1297
|
+
/**
|
|
1298
|
+
* @generated from message launch.v1.LaunchNormal
|
|
1299
|
+
*/
|
|
1300
|
+
export type LaunchNormal = Message<"launch.v1.LaunchNormal"> & {
|
|
1301
|
+
/**
|
|
1302
|
+
* @generated from field: optional int32 agency_launch_attempt_count = 1;
|
|
1303
|
+
*/
|
|
1304
|
+
agencyLaunchAttemptCount?: number | undefined;
|
|
1305
|
+
/**
|
|
1306
|
+
* @generated from field: optional int32 agency_launch_attempt_count_year = 2;
|
|
1307
|
+
*/
|
|
1308
|
+
agencyLaunchAttemptCountYear?: number | undefined;
|
|
1309
|
+
/**
|
|
1310
|
+
* @generated from field: optional string failreason = 3;
|
|
1311
|
+
*/
|
|
1312
|
+
failreason?: string | undefined;
|
|
1313
|
+
/**
|
|
1314
|
+
* @generated from field: optional string hashtag = 4;
|
|
1315
|
+
*/
|
|
1316
|
+
hashtag?: string | undefined;
|
|
1317
|
+
/**
|
|
1318
|
+
* @generated from field: string id = 5;
|
|
1319
|
+
*/
|
|
1320
|
+
id: string;
|
|
1321
|
+
/**
|
|
1322
|
+
* @generated from field: launch.v1.Image image = 6;
|
|
1323
|
+
*/
|
|
1324
|
+
image?: Image | undefined;
|
|
1325
|
+
/**
|
|
1326
|
+
* @generated from field: optional string infographic = 7;
|
|
1327
|
+
*/
|
|
1328
|
+
infographic?: string | undefined;
|
|
1329
|
+
/**
|
|
1330
|
+
* @generated from field: string last_updated = 8;
|
|
1331
|
+
*/
|
|
1332
|
+
lastUpdated: string;
|
|
1333
|
+
/**
|
|
1334
|
+
* @generated from field: optional string launch_designator = 9;
|
|
1335
|
+
*/
|
|
1336
|
+
launchDesignator?: string | undefined;
|
|
1337
|
+
/**
|
|
1338
|
+
* @generated from field: launch.v1.AgencyMini launch_service_provider = 10;
|
|
1339
|
+
*/
|
|
1340
|
+
launchServiceProvider?: AgencyMini | undefined;
|
|
1341
|
+
/**
|
|
1342
|
+
* @generated from field: optional int32 location_launch_attempt_count = 11;
|
|
1343
|
+
*/
|
|
1344
|
+
locationLaunchAttemptCount?: number | undefined;
|
|
1345
|
+
/**
|
|
1346
|
+
* @generated from field: optional int32 location_launch_attempt_count_year = 12;
|
|
1347
|
+
*/
|
|
1348
|
+
locationLaunchAttemptCountYear?: number | undefined;
|
|
1349
|
+
/**
|
|
1350
|
+
* @generated from field: launch.v1.Mission mission = 13;
|
|
1351
|
+
*/
|
|
1352
|
+
mission?: Mission | undefined;
|
|
1353
|
+
/**
|
|
1354
|
+
* @generated from field: string name = 14;
|
|
1355
|
+
*/
|
|
1356
|
+
name: string;
|
|
1357
|
+
/**
|
|
1358
|
+
* @generated from field: string net = 15;
|
|
1359
|
+
*/
|
|
1360
|
+
net: string;
|
|
1361
|
+
/**
|
|
1362
|
+
* @generated from field: launch.v1.NetPrecision net_precision = 16;
|
|
1363
|
+
*/
|
|
1364
|
+
netPrecision?: NetPrecision | undefined;
|
|
1365
|
+
/**
|
|
1366
|
+
* @generated from field: optional int32 orbital_launch_attempt_count = 17;
|
|
1367
|
+
*/
|
|
1368
|
+
orbitalLaunchAttemptCount?: number | undefined;
|
|
1369
|
+
/**
|
|
1370
|
+
* @generated from field: optional int32 orbital_launch_attempt_count_year = 18;
|
|
1371
|
+
*/
|
|
1372
|
+
orbitalLaunchAttemptCountYear?: number | undefined;
|
|
1373
|
+
/**
|
|
1374
|
+
* @generated from field: launch.v1.Pad pad = 19;
|
|
1375
|
+
*/
|
|
1376
|
+
pad?: Pad | undefined;
|
|
1377
|
+
/**
|
|
1378
|
+
* @generated from field: optional int32 pad_launch_attempt_count = 20;
|
|
1379
|
+
*/
|
|
1380
|
+
padLaunchAttemptCount?: number | undefined;
|
|
1381
|
+
/**
|
|
1382
|
+
* @generated from field: optional int32 pad_launch_attempt_count_year = 21;
|
|
1383
|
+
*/
|
|
1384
|
+
padLaunchAttemptCountYear?: number | undefined;
|
|
1385
|
+
/**
|
|
1386
|
+
* @generated from field: optional int32 probability = 22;
|
|
1387
|
+
*/
|
|
1388
|
+
probability?: number | undefined;
|
|
1389
|
+
/**
|
|
1390
|
+
* @generated from field: repeated launch.v1.ProgramNormal program = 23;
|
|
1391
|
+
*/
|
|
1392
|
+
program: ProgramNormal[];
|
|
1393
|
+
/**
|
|
1394
|
+
* @generated from field: string response_mode = 24;
|
|
1395
|
+
*/
|
|
1396
|
+
responseMode: string;
|
|
1397
|
+
/**
|
|
1398
|
+
* @generated from field: launch.v1.RocketNormal rocket = 25;
|
|
1399
|
+
*/
|
|
1400
|
+
rocket?: RocketNormal | undefined;
|
|
1401
|
+
/**
|
|
1402
|
+
* @generated from field: string slug = 26;
|
|
1403
|
+
*/
|
|
1404
|
+
slug: string;
|
|
1405
|
+
/**
|
|
1406
|
+
* @generated from field: launch.v1.LaunchStatus status = 27;
|
|
1407
|
+
*/
|
|
1408
|
+
status?: LaunchStatus | undefined;
|
|
1409
|
+
/**
|
|
1410
|
+
* @generated from field: string url = 28;
|
|
1411
|
+
*/
|
|
1412
|
+
url: string;
|
|
1413
|
+
/**
|
|
1414
|
+
* @generated from field: optional string weather_concerns = 29;
|
|
1415
|
+
*/
|
|
1416
|
+
weatherConcerns?: string | undefined;
|
|
1417
|
+
/**
|
|
1418
|
+
* @generated from field: bool webcast_live = 30;
|
|
1419
|
+
*/
|
|
1420
|
+
webcastLive: boolean;
|
|
1421
|
+
/**
|
|
1422
|
+
* @generated from field: string window_end = 31;
|
|
1423
|
+
*/
|
|
1424
|
+
windowEnd: string;
|
|
1425
|
+
/**
|
|
1426
|
+
* @generated from field: string window_start = 32;
|
|
1427
|
+
*/
|
|
1428
|
+
windowStart: string;
|
|
1429
|
+
};
|
|
1430
|
+
/**
|
|
1431
|
+
* Describes the message launch.v1.LaunchNormal.
|
|
1432
|
+
* Use `create(LaunchNormalSchema)` to create a new message.
|
|
1433
|
+
*/
|
|
1434
|
+
export declare const LaunchNormalSchema: GenMessage<LaunchNormal>;
|
|
1435
|
+
/**
|
|
1436
|
+
* @generated from message launch.v1.LaunchStatus
|
|
1437
|
+
*/
|
|
1438
|
+
export type LaunchStatus = Message<"launch.v1.LaunchStatus"> & {
|
|
1439
|
+
/**
|
|
1440
|
+
* @generated from field: string abbrev = 1;
|
|
1441
|
+
*/
|
|
1442
|
+
abbrev: string;
|
|
1443
|
+
/**
|
|
1444
|
+
* @generated from field: string description = 2;
|
|
1445
|
+
*/
|
|
1446
|
+
description: string;
|
|
1447
|
+
/**
|
|
1448
|
+
* @generated from field: int32 id = 3;
|
|
1449
|
+
*/
|
|
1450
|
+
id: number;
|
|
1451
|
+
/**
|
|
1452
|
+
* @generated from field: string name = 4;
|
|
1453
|
+
*/
|
|
1454
|
+
name: string;
|
|
1455
|
+
};
|
|
1456
|
+
/**
|
|
1457
|
+
* Describes the message launch.v1.LaunchStatus.
|
|
1458
|
+
* Use `create(LaunchStatusSchema)` to create a new message.
|
|
1459
|
+
*/
|
|
1460
|
+
export declare const LaunchStatusSchema: GenMessage<LaunchStatus>;
|
|
1461
|
+
/**
|
|
1462
|
+
* @generated from message launch.v1.LauncherConfigDetailed
|
|
1463
|
+
*/
|
|
1464
|
+
export type LauncherConfigDetailed = Message<"launch.v1.LauncherConfigDetailed"> & {
|
|
1465
|
+
/**
|
|
1466
|
+
* @generated from field: bool active = 1;
|
|
1467
|
+
*/
|
|
1468
|
+
active: boolean;
|
|
1469
|
+
/**
|
|
1470
|
+
* @generated from field: string alias = 2;
|
|
1471
|
+
*/
|
|
1472
|
+
alias: string;
|
|
1473
|
+
/**
|
|
1474
|
+
* @generated from field: optional float apogee = 3;
|
|
1475
|
+
*/
|
|
1476
|
+
apogee?: number | undefined;
|
|
1477
|
+
/**
|
|
1478
|
+
* @generated from field: optional int32 attempted_landings = 4;
|
|
1479
|
+
*/
|
|
1480
|
+
attemptedLandings?: number | undefined;
|
|
1481
|
+
/**
|
|
1482
|
+
* @generated from field: optional int32 consecutive_successful_landings = 5;
|
|
1483
|
+
*/
|
|
1484
|
+
consecutiveSuccessfulLandings?: number | undefined;
|
|
1485
|
+
/**
|
|
1486
|
+
* @generated from field: optional int32 consecutive_successful_launches = 6;
|
|
1487
|
+
*/
|
|
1488
|
+
consecutiveSuccessfulLaunches?: number | undefined;
|
|
1489
|
+
/**
|
|
1490
|
+
* @generated from field: string description = 7;
|
|
1491
|
+
*/
|
|
1492
|
+
description: string;
|
|
1493
|
+
/**
|
|
1494
|
+
* @generated from field: optional float diameter = 8;
|
|
1495
|
+
*/
|
|
1496
|
+
diameter?: number | undefined;
|
|
1497
|
+
/**
|
|
1498
|
+
* @generated from field: optional int32 failed_landings = 9;
|
|
1499
|
+
*/
|
|
1500
|
+
failedLandings?: number | undefined;
|
|
1501
|
+
/**
|
|
1502
|
+
* @generated from field: optional int32 failed_launches = 10;
|
|
1503
|
+
*/
|
|
1504
|
+
failedLaunches?: number | undefined;
|
|
1505
|
+
/**
|
|
1506
|
+
* @generated from field: repeated launch.v1.LauncherConfigFamilyDetailed families = 11;
|
|
1507
|
+
*/
|
|
1508
|
+
families: LauncherConfigFamilyDetailed[];
|
|
1509
|
+
/**
|
|
1510
|
+
* @generated from field: optional string fastest_turnaround = 12;
|
|
1511
|
+
*/
|
|
1512
|
+
fastestTurnaround?: string | undefined;
|
|
1513
|
+
/**
|
|
1514
|
+
* @generated from field: string full_name = 13;
|
|
1515
|
+
*/
|
|
1516
|
+
fullName: string;
|
|
1517
|
+
/**
|
|
1518
|
+
* @generated from field: optional float geo_capacity = 14;
|
|
1519
|
+
*/
|
|
1520
|
+
geoCapacity?: number | undefined;
|
|
1521
|
+
/**
|
|
1522
|
+
* @generated from field: optional float gto_capacity = 15;
|
|
1523
|
+
*/
|
|
1524
|
+
gtoCapacity?: number | undefined;
|
|
1525
|
+
/**
|
|
1526
|
+
* @generated from field: int32 id = 16;
|
|
1527
|
+
*/
|
|
1528
|
+
id: number;
|
|
1529
|
+
/**
|
|
1530
|
+
* @generated from field: launch.v1.Image image = 17;
|
|
1531
|
+
*/
|
|
1532
|
+
image?: Image | undefined;
|
|
1533
|
+
/**
|
|
1534
|
+
* @generated from field: optional string info_url = 18;
|
|
1535
|
+
*/
|
|
1536
|
+
infoUrl?: string | undefined;
|
|
1537
|
+
/**
|
|
1538
|
+
* @generated from field: bool is_placeholder = 19;
|
|
1539
|
+
*/
|
|
1540
|
+
isPlaceholder: boolean;
|
|
1541
|
+
/**
|
|
1542
|
+
* @generated from field: optional int32 launch_cost = 20;
|
|
1543
|
+
*/
|
|
1544
|
+
launchCost?: number | undefined;
|
|
1545
|
+
/**
|
|
1546
|
+
* @generated from field: optional float launch_mass = 21;
|
|
1547
|
+
*/
|
|
1548
|
+
launchMass?: number | undefined;
|
|
1549
|
+
/**
|
|
1550
|
+
* @generated from field: optional float length = 22;
|
|
1551
|
+
*/
|
|
1552
|
+
length?: number | undefined;
|
|
1553
|
+
/**
|
|
1554
|
+
* @generated from field: optional float leo_capacity = 23;
|
|
1555
|
+
*/
|
|
1556
|
+
leoCapacity?: number | undefined;
|
|
1557
|
+
/**
|
|
1558
|
+
* @generated from field: optional string maiden_flight = 24;
|
|
1559
|
+
*/
|
|
1560
|
+
maidenFlight?: string | undefined;
|
|
1561
|
+
/**
|
|
1562
|
+
* @generated from field: launch.v1.AgencyDetailed manufacturer = 25;
|
|
1563
|
+
*/
|
|
1564
|
+
manufacturer?: AgencyDetailed | undefined;
|
|
1565
|
+
/**
|
|
1566
|
+
* @generated from field: optional int32 max_stage = 26;
|
|
1567
|
+
*/
|
|
1568
|
+
maxStage?: number | undefined;
|
|
1569
|
+
/**
|
|
1570
|
+
* @generated from field: optional int32 min_stage = 27;
|
|
1571
|
+
*/
|
|
1572
|
+
minStage?: number | undefined;
|
|
1573
|
+
/**
|
|
1574
|
+
* @generated from field: string name = 28;
|
|
1575
|
+
*/
|
|
1576
|
+
name: string;
|
|
1577
|
+
/**
|
|
1578
|
+
* @generated from field: optional int32 pending_launches = 29;
|
|
1579
|
+
*/
|
|
1580
|
+
pendingLaunches?: number | undefined;
|
|
1581
|
+
/**
|
|
1582
|
+
* @generated from field: repeated launch.v1.ProgramNormal program = 30;
|
|
1583
|
+
*/
|
|
1584
|
+
program: ProgramNormal[];
|
|
1585
|
+
/**
|
|
1586
|
+
* @generated from field: string response_mode = 31;
|
|
1587
|
+
*/
|
|
1588
|
+
responseMode: string;
|
|
1589
|
+
/**
|
|
1590
|
+
* @generated from field: bool reusable = 32;
|
|
1591
|
+
*/
|
|
1592
|
+
reusable: boolean;
|
|
1593
|
+
/**
|
|
1594
|
+
* @generated from field: optional float sso_capacity = 33;
|
|
1595
|
+
*/
|
|
1596
|
+
ssoCapacity?: number | undefined;
|
|
1597
|
+
/**
|
|
1598
|
+
* @generated from field: optional int32 successful_landings = 34;
|
|
1599
|
+
*/
|
|
1600
|
+
successfulLandings?: number | undefined;
|
|
1601
|
+
/**
|
|
1602
|
+
* @generated from field: optional int32 successful_launches = 35;
|
|
1603
|
+
*/
|
|
1604
|
+
successfulLaunches?: number | undefined;
|
|
1605
|
+
/**
|
|
1606
|
+
* @generated from field: optional float to_thrust = 36;
|
|
1607
|
+
*/
|
|
1608
|
+
toThrust?: number | undefined;
|
|
1609
|
+
/**
|
|
1610
|
+
* @generated from field: optional int32 total_launch_count = 37;
|
|
1611
|
+
*/
|
|
1612
|
+
totalLaunchCount?: number | undefined;
|
|
1613
|
+
/**
|
|
1614
|
+
* @generated from field: string url = 38;
|
|
1615
|
+
*/
|
|
1616
|
+
url: string;
|
|
1617
|
+
/**
|
|
1618
|
+
* @generated from field: string variant = 39;
|
|
1619
|
+
*/
|
|
1620
|
+
variant: string;
|
|
1621
|
+
/**
|
|
1622
|
+
* @generated from field: optional string wiki_url = 40;
|
|
1623
|
+
*/
|
|
1624
|
+
wikiUrl?: string | undefined;
|
|
1625
|
+
};
|
|
1626
|
+
/**
|
|
1627
|
+
* Describes the message launch.v1.LauncherConfigDetailed.
|
|
1628
|
+
* Use `create(LauncherConfigDetailedSchema)` to create a new message.
|
|
1629
|
+
*/
|
|
1630
|
+
export declare const LauncherConfigDetailedSchema: GenMessage<LauncherConfigDetailed>;
|
|
1631
|
+
/**
|
|
1632
|
+
* @generated from message launch.v1.LauncherConfigFamilyDetailed
|
|
1633
|
+
*/
|
|
1634
|
+
export type LauncherConfigFamilyDetailed = Message<"launch.v1.LauncherConfigFamilyDetailed"> & {
|
|
1635
|
+
/**
|
|
1636
|
+
* @generated from field: bool active = 1;
|
|
1637
|
+
*/
|
|
1638
|
+
active: boolean;
|
|
1639
|
+
/**
|
|
1640
|
+
* @generated from field: optional int32 attempted_landings = 2;
|
|
1641
|
+
*/
|
|
1642
|
+
attemptedLandings?: number | undefined;
|
|
1643
|
+
/**
|
|
1644
|
+
* @generated from field: optional int32 consecutive_successful_landings = 3;
|
|
1645
|
+
*/
|
|
1646
|
+
consecutiveSuccessfulLandings?: number | undefined;
|
|
1647
|
+
/**
|
|
1648
|
+
* @generated from field: optional int32 consecutive_successful_launches = 4;
|
|
1649
|
+
*/
|
|
1650
|
+
consecutiveSuccessfulLaunches?: number | undefined;
|
|
1651
|
+
/**
|
|
1652
|
+
* @generated from field: string description = 5;
|
|
1653
|
+
*/
|
|
1654
|
+
description: string;
|
|
1655
|
+
/**
|
|
1656
|
+
* @generated from field: optional int32 failed_landings = 6;
|
|
1657
|
+
*/
|
|
1658
|
+
failedLandings?: number | undefined;
|
|
1659
|
+
/**
|
|
1660
|
+
* @generated from field: optional int32 failed_launches = 7;
|
|
1661
|
+
*/
|
|
1662
|
+
failedLaunches?: number | undefined;
|
|
1663
|
+
/**
|
|
1664
|
+
* @generated from field: int32 id = 8;
|
|
1665
|
+
*/
|
|
1666
|
+
id: number;
|
|
1667
|
+
/**
|
|
1668
|
+
* @generated from field: optional string maiden_flight = 9;
|
|
1669
|
+
*/
|
|
1670
|
+
maidenFlight?: string | undefined;
|
|
1671
|
+
/**
|
|
1672
|
+
* @generated from field: repeated launch.v1.AgencyDetailed manufacturer = 10;
|
|
1673
|
+
*/
|
|
1674
|
+
manufacturer: AgencyDetailed[];
|
|
1675
|
+
/**
|
|
1676
|
+
* @generated from field: string name = 11;
|
|
1677
|
+
*/
|
|
1678
|
+
name: string;
|
|
1679
|
+
/**
|
|
1680
|
+
* @generated from field: launch.v1.LauncherConfigFamilyNormal parent = 12;
|
|
1681
|
+
*/
|
|
1682
|
+
parent?: LauncherConfigFamilyNormal | undefined;
|
|
1683
|
+
/**
|
|
1684
|
+
* @generated from field: optional int32 pending_launches = 13;
|
|
1685
|
+
*/
|
|
1686
|
+
pendingLaunches?: number | undefined;
|
|
1687
|
+
/**
|
|
1688
|
+
* @generated from field: string response_mode = 14;
|
|
1689
|
+
*/
|
|
1690
|
+
responseMode: string;
|
|
1691
|
+
/**
|
|
1692
|
+
* @generated from field: optional int32 successful_landings = 15;
|
|
1693
|
+
*/
|
|
1694
|
+
successfulLandings?: number | undefined;
|
|
1695
|
+
/**
|
|
1696
|
+
* @generated from field: optional int32 successful_launches = 16;
|
|
1697
|
+
*/
|
|
1698
|
+
successfulLaunches?: number | undefined;
|
|
1699
|
+
/**
|
|
1700
|
+
* @generated from field: optional int32 total_launch_count = 17;
|
|
1701
|
+
*/
|
|
1702
|
+
totalLaunchCount?: number | undefined;
|
|
1703
|
+
};
|
|
1704
|
+
/**
|
|
1705
|
+
* Describes the message launch.v1.LauncherConfigFamilyDetailed.
|
|
1706
|
+
* Use `create(LauncherConfigFamilyDetailedSchema)` to create a new message.
|
|
1707
|
+
*/
|
|
1708
|
+
export declare const LauncherConfigFamilyDetailedSchema: GenMessage<LauncherConfigFamilyDetailed>;
|
|
1709
|
+
/**
|
|
1710
|
+
* @generated from message launch.v1.LauncherConfigFamilyMini
|
|
1711
|
+
*/
|
|
1712
|
+
export type LauncherConfigFamilyMini = Message<"launch.v1.LauncherConfigFamilyMini"> & {
|
|
1713
|
+
/**
|
|
1714
|
+
* @generated from field: int32 id = 1;
|
|
1715
|
+
*/
|
|
1716
|
+
id: number;
|
|
1717
|
+
/**
|
|
1718
|
+
* @generated from field: string name = 2;
|
|
1719
|
+
*/
|
|
1720
|
+
name: string;
|
|
1721
|
+
/**
|
|
1722
|
+
* @generated from field: string response_mode = 3;
|
|
1723
|
+
*/
|
|
1724
|
+
responseMode: string;
|
|
1725
|
+
};
|
|
1726
|
+
/**
|
|
1727
|
+
* Describes the message launch.v1.LauncherConfigFamilyMini.
|
|
1728
|
+
* Use `create(LauncherConfigFamilyMiniSchema)` to create a new message.
|
|
1729
|
+
*/
|
|
1730
|
+
export declare const LauncherConfigFamilyMiniSchema: GenMessage<LauncherConfigFamilyMini>;
|
|
1731
|
+
/**
|
|
1732
|
+
* @generated from message launch.v1.LauncherConfigFamilyNormal
|
|
1733
|
+
*/
|
|
1734
|
+
export type LauncherConfigFamilyNormal = Message<"launch.v1.LauncherConfigFamilyNormal"> & {
|
|
1735
|
+
/**
|
|
1736
|
+
* @generated from field: int32 id = 1;
|
|
1737
|
+
*/
|
|
1738
|
+
id: number;
|
|
1739
|
+
/**
|
|
1740
|
+
* @generated from field: repeated launch.v1.AgencyNormal manufacturer = 2;
|
|
1741
|
+
*/
|
|
1742
|
+
manufacturer: AgencyNormal[];
|
|
1743
|
+
/**
|
|
1744
|
+
* @generated from field: string name = 3;
|
|
1745
|
+
*/
|
|
1746
|
+
name: string;
|
|
1747
|
+
/**
|
|
1748
|
+
* @generated from field: launch.v1.LauncherConfigFamilyMini parent = 4;
|
|
1749
|
+
*/
|
|
1750
|
+
parent?: LauncherConfigFamilyMini | undefined;
|
|
1751
|
+
/**
|
|
1752
|
+
* @generated from field: string response_mode = 5;
|
|
1753
|
+
*/
|
|
1754
|
+
responseMode: string;
|
|
1755
|
+
};
|
|
1756
|
+
/**
|
|
1757
|
+
* Describes the message launch.v1.LauncherConfigFamilyNormal.
|
|
1758
|
+
* Use `create(LauncherConfigFamilyNormalSchema)` to create a new message.
|
|
1759
|
+
*/
|
|
1760
|
+
export declare const LauncherConfigFamilyNormalSchema: GenMessage<LauncherConfigFamilyNormal>;
|
|
1761
|
+
/**
|
|
1762
|
+
* @generated from message launch.v1.LauncherConfigList
|
|
1763
|
+
*/
|
|
1764
|
+
export type LauncherConfigList = Message<"launch.v1.LauncherConfigList"> & {
|
|
1765
|
+
/**
|
|
1766
|
+
* @generated from field: repeated launch.v1.LauncherConfigFamilyMini families = 1;
|
|
1767
|
+
*/
|
|
1768
|
+
families: LauncherConfigFamilyMini[];
|
|
1769
|
+
/**
|
|
1770
|
+
* @generated from field: string full_name = 2;
|
|
1771
|
+
*/
|
|
1772
|
+
fullName: string;
|
|
1773
|
+
/**
|
|
1774
|
+
* @generated from field: int32 id = 3;
|
|
1775
|
+
*/
|
|
1776
|
+
id: number;
|
|
1777
|
+
/**
|
|
1778
|
+
* @generated from field: string name = 4;
|
|
1779
|
+
*/
|
|
1780
|
+
name: string;
|
|
1781
|
+
/**
|
|
1782
|
+
* @generated from field: string response_mode = 5;
|
|
1783
|
+
*/
|
|
1784
|
+
responseMode: string;
|
|
1785
|
+
/**
|
|
1786
|
+
* @generated from field: string url = 6;
|
|
1787
|
+
*/
|
|
1788
|
+
url: string;
|
|
1789
|
+
/**
|
|
1790
|
+
* @generated from field: string variant = 7;
|
|
1791
|
+
*/
|
|
1792
|
+
variant: string;
|
|
1793
|
+
};
|
|
1794
|
+
/**
|
|
1795
|
+
* Describes the message launch.v1.LauncherConfigList.
|
|
1796
|
+
* Use `create(LauncherConfigListSchema)` to create a new message.
|
|
1797
|
+
*/
|
|
1798
|
+
export declare const LauncherConfigListSchema: GenMessage<LauncherConfigList>;
|
|
1799
|
+
/**
|
|
1800
|
+
* @generated from message launch.v1.LauncherNormal
|
|
1801
|
+
*/
|
|
1802
|
+
export type LauncherNormal = Message<"launch.v1.LauncherNormal"> & {
|
|
1803
|
+
/**
|
|
1804
|
+
* @generated from field: optional int32 attempted_landings = 1;
|
|
1805
|
+
*/
|
|
1806
|
+
attemptedLandings?: number | undefined;
|
|
1807
|
+
/**
|
|
1808
|
+
* @generated from field: string details = 2;
|
|
1809
|
+
*/
|
|
1810
|
+
details: string;
|
|
1811
|
+
/**
|
|
1812
|
+
* @generated from field: optional string fastest_turnaround = 3;
|
|
1813
|
+
*/
|
|
1814
|
+
fastestTurnaround?: string | undefined;
|
|
1815
|
+
/**
|
|
1816
|
+
* @generated from field: optional string first_launch_date = 4;
|
|
1817
|
+
*/
|
|
1818
|
+
firstLaunchDate?: string | undefined;
|
|
1819
|
+
/**
|
|
1820
|
+
* @generated from field: bool flight_proven = 5;
|
|
1821
|
+
*/
|
|
1822
|
+
flightProven: boolean;
|
|
1823
|
+
/**
|
|
1824
|
+
* @generated from field: optional int32 flights = 6;
|
|
1825
|
+
*/
|
|
1826
|
+
flights?: number | undefined;
|
|
1827
|
+
/**
|
|
1828
|
+
* @generated from field: int32 id = 7;
|
|
1829
|
+
*/
|
|
1830
|
+
id: number;
|
|
1831
|
+
/**
|
|
1832
|
+
* @generated from field: launch.v1.Image image = 8;
|
|
1833
|
+
*/
|
|
1834
|
+
image?: Image | undefined;
|
|
1835
|
+
/**
|
|
1836
|
+
* @generated from field: bool is_placeholder = 9;
|
|
1837
|
+
*/
|
|
1838
|
+
isPlaceholder: boolean;
|
|
1839
|
+
/**
|
|
1840
|
+
* @generated from field: optional string last_launch_date = 10;
|
|
1841
|
+
*/
|
|
1842
|
+
lastLaunchDate?: string | undefined;
|
|
1843
|
+
/**
|
|
1844
|
+
* @generated from field: string response_mode = 11;
|
|
1845
|
+
*/
|
|
1846
|
+
responseMode: string;
|
|
1847
|
+
/**
|
|
1848
|
+
* @generated from field: optional string serial_number = 12;
|
|
1849
|
+
*/
|
|
1850
|
+
serialNumber?: string | undefined;
|
|
1851
|
+
/**
|
|
1852
|
+
* @generated from field: launch.v1.LauncherStatus status = 13;
|
|
1853
|
+
*/
|
|
1854
|
+
status?: LauncherStatus | undefined;
|
|
1855
|
+
/**
|
|
1856
|
+
* @generated from field: optional int32 successful_landings = 14;
|
|
1857
|
+
*/
|
|
1858
|
+
successfulLandings?: number | undefined;
|
|
1859
|
+
/**
|
|
1860
|
+
* @generated from field: string url = 15;
|
|
1861
|
+
*/
|
|
1862
|
+
url: string;
|
|
1863
|
+
};
|
|
1864
|
+
/**
|
|
1865
|
+
* Describes the message launch.v1.LauncherNormal.
|
|
1866
|
+
* Use `create(LauncherNormalSchema)` to create a new message.
|
|
1867
|
+
*/
|
|
1868
|
+
export declare const LauncherNormalSchema: GenMessage<LauncherNormal>;
|
|
1869
|
+
/**
|
|
1870
|
+
* @generated from message launch.v1.LauncherStatus
|
|
1871
|
+
*/
|
|
1872
|
+
export type LauncherStatus = Message<"launch.v1.LauncherStatus"> & {
|
|
1873
|
+
/**
|
|
1874
|
+
* @generated from field: int32 id = 1;
|
|
1875
|
+
*/
|
|
1876
|
+
id: number;
|
|
1877
|
+
/**
|
|
1878
|
+
* @generated from field: string name = 2;
|
|
1879
|
+
*/
|
|
1880
|
+
name: string;
|
|
1881
|
+
};
|
|
1882
|
+
/**
|
|
1883
|
+
* Describes the message launch.v1.LauncherStatus.
|
|
1884
|
+
* Use `create(LauncherStatusSchema)` to create a new message.
|
|
1885
|
+
*/
|
|
1886
|
+
export declare const LauncherStatusSchema: GenMessage<LauncherStatus>;
|
|
1887
|
+
/**
|
|
1888
|
+
* @generated from message launch.v1.Location
|
|
1889
|
+
*/
|
|
1890
|
+
export type Location = Message<"launch.v1.Location"> & {
|
|
1891
|
+
/**
|
|
1892
|
+
* @generated from field: bool active = 1;
|
|
1893
|
+
*/
|
|
1894
|
+
active: boolean;
|
|
1895
|
+
/**
|
|
1896
|
+
* @generated from field: launch.v1.CelestialBodyDetailed celestial_body = 2;
|
|
1897
|
+
*/
|
|
1898
|
+
celestialBody?: CelestialBodyDetailed | undefined;
|
|
1899
|
+
/**
|
|
1900
|
+
* @generated from field: launch.v1.Country country = 3;
|
|
1901
|
+
*/
|
|
1902
|
+
country?: Country | undefined;
|
|
1903
|
+
/**
|
|
1904
|
+
* @generated from field: optional string description = 4;
|
|
1905
|
+
*/
|
|
1906
|
+
description?: string | undefined;
|
|
1907
|
+
/**
|
|
1908
|
+
* @generated from field: int32 id = 5;
|
|
1909
|
+
*/
|
|
1910
|
+
id: number;
|
|
1911
|
+
/**
|
|
1912
|
+
* @generated from field: launch.v1.Image image = 6;
|
|
1913
|
+
*/
|
|
1914
|
+
image?: Image | undefined;
|
|
1915
|
+
/**
|
|
1916
|
+
* @generated from field: optional float latitude = 7;
|
|
1917
|
+
*/
|
|
1918
|
+
latitude?: number | undefined;
|
|
1919
|
+
/**
|
|
1920
|
+
* @generated from field: optional float longitude = 8;
|
|
1921
|
+
*/
|
|
1922
|
+
longitude?: number | undefined;
|
|
1923
|
+
/**
|
|
1924
|
+
* @generated from field: optional string map_image = 9;
|
|
1925
|
+
*/
|
|
1926
|
+
mapImage?: string | undefined;
|
|
1927
|
+
/**
|
|
1928
|
+
* @generated from field: string name = 10;
|
|
1929
|
+
*/
|
|
1930
|
+
name: string;
|
|
1931
|
+
/**
|
|
1932
|
+
* @generated from field: string response_mode = 11;
|
|
1933
|
+
*/
|
|
1934
|
+
responseMode: string;
|
|
1935
|
+
/**
|
|
1936
|
+
* @generated from field: string timezone_name = 12;
|
|
1937
|
+
*/
|
|
1938
|
+
timezoneName: string;
|
|
1939
|
+
/**
|
|
1940
|
+
* @generated from field: optional int32 total_landing_count = 13;
|
|
1941
|
+
*/
|
|
1942
|
+
totalLandingCount?: number | undefined;
|
|
1943
|
+
/**
|
|
1944
|
+
* @generated from field: optional int32 total_launch_count = 14;
|
|
1945
|
+
*/
|
|
1946
|
+
totalLaunchCount?: number | undefined;
|
|
1947
|
+
/**
|
|
1948
|
+
* @generated from field: string url = 15;
|
|
1949
|
+
*/
|
|
1950
|
+
url: string;
|
|
1951
|
+
};
|
|
1952
|
+
/**
|
|
1953
|
+
* Describes the message launch.v1.Location.
|
|
1954
|
+
* Use `create(LocationSchema)` to create a new message.
|
|
1955
|
+
*/
|
|
1956
|
+
export declare const LocationSchema: GenMessage<Location>;
|
|
1957
|
+
/**
|
|
1958
|
+
* @generated from message launch.v1.LocationSerializerNoCelestialBody
|
|
1959
|
+
*/
|
|
1960
|
+
export type LocationSerializerNoCelestialBody = Message<"launch.v1.LocationSerializerNoCelestialBody"> & {
|
|
1961
|
+
/**
|
|
1962
|
+
* @generated from field: bool active = 1;
|
|
1963
|
+
*/
|
|
1964
|
+
active: boolean;
|
|
1965
|
+
/**
|
|
1966
|
+
* @generated from field: launch.v1.Country country = 2;
|
|
1967
|
+
*/
|
|
1968
|
+
country?: Country | undefined;
|
|
1969
|
+
/**
|
|
1970
|
+
* @generated from field: optional string description = 3;
|
|
1971
|
+
*/
|
|
1972
|
+
description?: string | undefined;
|
|
1973
|
+
/**
|
|
1974
|
+
* @generated from field: int32 id = 4;
|
|
1975
|
+
*/
|
|
1976
|
+
id: number;
|
|
1977
|
+
/**
|
|
1978
|
+
* @generated from field: launch.v1.Image image = 5;
|
|
1979
|
+
*/
|
|
1980
|
+
image?: Image | undefined;
|
|
1981
|
+
/**
|
|
1982
|
+
* @generated from field: optional float latitude = 6;
|
|
1983
|
+
*/
|
|
1984
|
+
latitude?: number | undefined;
|
|
1985
|
+
/**
|
|
1986
|
+
* @generated from field: optional float longitude = 7;
|
|
1987
|
+
*/
|
|
1988
|
+
longitude?: number | undefined;
|
|
1989
|
+
/**
|
|
1990
|
+
* @generated from field: optional string map_image = 8;
|
|
1991
|
+
*/
|
|
1992
|
+
mapImage?: string | undefined;
|
|
1993
|
+
/**
|
|
1994
|
+
* @generated from field: string name = 9;
|
|
1995
|
+
*/
|
|
1996
|
+
name: string;
|
|
1997
|
+
/**
|
|
1998
|
+
* @generated from field: string response_mode = 10;
|
|
1999
|
+
*/
|
|
2000
|
+
responseMode: string;
|
|
2001
|
+
/**
|
|
2002
|
+
* @generated from field: string timezone_name = 11;
|
|
2003
|
+
*/
|
|
2004
|
+
timezoneName: string;
|
|
2005
|
+
/**
|
|
2006
|
+
* @generated from field: optional int32 total_landing_count = 12;
|
|
2007
|
+
*/
|
|
2008
|
+
totalLandingCount?: number | undefined;
|
|
2009
|
+
/**
|
|
2010
|
+
* @generated from field: optional int32 total_launch_count = 13;
|
|
2011
|
+
*/
|
|
2012
|
+
totalLaunchCount?: number | undefined;
|
|
2013
|
+
/**
|
|
2014
|
+
* @generated from field: string url = 14;
|
|
2015
|
+
*/
|
|
2016
|
+
url: string;
|
|
2017
|
+
};
|
|
2018
|
+
/**
|
|
2019
|
+
* Describes the message launch.v1.LocationSerializerNoCelestialBody.
|
|
2020
|
+
* Use `create(LocationSerializerNoCelestialBodySchema)` to create a new message.
|
|
2021
|
+
*/
|
|
2022
|
+
export declare const LocationSerializerNoCelestialBodySchema: GenMessage<LocationSerializerNoCelestialBody>;
|
|
2023
|
+
/**
|
|
2024
|
+
* @generated from message launch.v1.Mission
|
|
2025
|
+
*/
|
|
2026
|
+
export type Mission = Message<"launch.v1.Mission"> & {
|
|
2027
|
+
/**
|
|
2028
|
+
* @generated from field: repeated launch.v1.AgencyDetailed agencies = 1;
|
|
2029
|
+
*/
|
|
2030
|
+
agencies: AgencyDetailed[];
|
|
2031
|
+
/**
|
|
2032
|
+
* @generated from field: string description = 2;
|
|
2033
|
+
*/
|
|
2034
|
+
description: string;
|
|
2035
|
+
/**
|
|
2036
|
+
* @generated from field: int32 id = 3;
|
|
2037
|
+
*/
|
|
2038
|
+
id: number;
|
|
2039
|
+
/**
|
|
2040
|
+
* @generated from field: launch.v1.Image image = 4;
|
|
2041
|
+
*/
|
|
2042
|
+
image?: Image | undefined;
|
|
2043
|
+
/**
|
|
2044
|
+
* @generated from field: repeated launch.v1.InfoURL info_urls = 5;
|
|
2045
|
+
*/
|
|
2046
|
+
infoUrls: InfoURL[];
|
|
2047
|
+
/**
|
|
2048
|
+
* @generated from field: string name = 6;
|
|
2049
|
+
*/
|
|
2050
|
+
name: string;
|
|
2051
|
+
/**
|
|
2052
|
+
* @generated from field: launch.v1.Orbit orbit = 7;
|
|
2053
|
+
*/
|
|
2054
|
+
orbit?: Orbit | undefined;
|
|
2055
|
+
/**
|
|
2056
|
+
* @generated from field: string type = 8;
|
|
2057
|
+
*/
|
|
2058
|
+
type: string;
|
|
2059
|
+
/**
|
|
2060
|
+
* @generated from field: repeated launch.v1.VidURL vid_urls = 9;
|
|
2061
|
+
*/
|
|
2062
|
+
vidUrls: VidURL[];
|
|
2063
|
+
};
|
|
2064
|
+
/**
|
|
2065
|
+
* Describes the message launch.v1.Mission.
|
|
2066
|
+
* Use `create(MissionSchema)` to create a new message.
|
|
2067
|
+
*/
|
|
2068
|
+
export declare const MissionSchema: GenMessage<Mission>;
|
|
2069
|
+
/**
|
|
2070
|
+
* @generated from message launch.v1.MissionPatch
|
|
2071
|
+
*/
|
|
2072
|
+
export type MissionPatch = Message<"launch.v1.MissionPatch"> & {
|
|
2073
|
+
/**
|
|
2074
|
+
* @generated from field: launch.v1.AgencyMini agency = 1;
|
|
2075
|
+
*/
|
|
2076
|
+
agency?: AgencyMini | undefined;
|
|
2077
|
+
/**
|
|
2078
|
+
* @generated from field: int32 id = 2;
|
|
2079
|
+
*/
|
|
2080
|
+
id: number;
|
|
2081
|
+
/**
|
|
2082
|
+
* @generated from field: string image_url = 3;
|
|
2083
|
+
*/
|
|
2084
|
+
imageUrl: string;
|
|
2085
|
+
/**
|
|
2086
|
+
* @generated from field: string name = 4;
|
|
2087
|
+
*/
|
|
2088
|
+
name: string;
|
|
2089
|
+
/**
|
|
2090
|
+
* @generated from field: int32 priority = 5;
|
|
2091
|
+
*/
|
|
2092
|
+
priority: number;
|
|
2093
|
+
/**
|
|
2094
|
+
* @generated from field: string response_mode = 6;
|
|
2095
|
+
*/
|
|
2096
|
+
responseMode: string;
|
|
2097
|
+
};
|
|
2098
|
+
/**
|
|
2099
|
+
* Describes the message launch.v1.MissionPatch.
|
|
2100
|
+
* Use `create(MissionPatchSchema)` to create a new message.
|
|
2101
|
+
*/
|
|
2102
|
+
export declare const MissionPatchSchema: GenMessage<MissionPatch>;
|
|
2103
|
+
/**
|
|
2104
|
+
* @generated from message launch.v1.NetPrecision
|
|
2105
|
+
*/
|
|
2106
|
+
export type NetPrecision = Message<"launch.v1.NetPrecision"> & {
|
|
2107
|
+
/**
|
|
2108
|
+
* @generated from field: string abbrev = 1;
|
|
2109
|
+
*/
|
|
2110
|
+
abbrev: string;
|
|
2111
|
+
/**
|
|
2112
|
+
* @generated from field: string description = 2;
|
|
2113
|
+
*/
|
|
2114
|
+
description: string;
|
|
2115
|
+
/**
|
|
2116
|
+
* @generated from field: int32 id = 3;
|
|
2117
|
+
*/
|
|
2118
|
+
id: number;
|
|
2119
|
+
/**
|
|
2120
|
+
* @generated from field: string name = 4;
|
|
2121
|
+
*/
|
|
2122
|
+
name: string;
|
|
2123
|
+
};
|
|
2124
|
+
/**
|
|
2125
|
+
* Describes the message launch.v1.NetPrecision.
|
|
2126
|
+
* Use `create(NetPrecisionSchema)` to create a new message.
|
|
2127
|
+
*/
|
|
2128
|
+
export declare const NetPrecisionSchema: GenMessage<NetPrecision>;
|
|
2129
|
+
/**
|
|
2130
|
+
* @generated from message launch.v1.Orbit
|
|
2131
|
+
*/
|
|
2132
|
+
export type Orbit = Message<"launch.v1.Orbit"> & {
|
|
2133
|
+
/**
|
|
2134
|
+
* @generated from field: string abbrev = 1;
|
|
2135
|
+
*/
|
|
2136
|
+
abbrev: string;
|
|
2137
|
+
/**
|
|
2138
|
+
* @generated from field: launch.v1.CelestialBodyMini celestial_body = 2;
|
|
2139
|
+
*/
|
|
2140
|
+
celestialBody?: CelestialBodyMini | undefined;
|
|
2141
|
+
/**
|
|
2142
|
+
* @generated from field: int32 id = 3;
|
|
2143
|
+
*/
|
|
2144
|
+
id: number;
|
|
2145
|
+
/**
|
|
2146
|
+
* @generated from field: string name = 4;
|
|
2147
|
+
*/
|
|
2148
|
+
name: string;
|
|
2149
|
+
};
|
|
2150
|
+
/**
|
|
2151
|
+
* Describes the message launch.v1.Orbit.
|
|
2152
|
+
* Use `create(OrbitSchema)` to create a new message.
|
|
2153
|
+
*/
|
|
2154
|
+
export declare const OrbitSchema: GenMessage<Orbit>;
|
|
2155
|
+
/**
|
|
2156
|
+
* @generated from message launch.v1.Pad
|
|
2157
|
+
*/
|
|
2158
|
+
export type Pad = Message<"launch.v1.Pad"> & {
|
|
2159
|
+
/**
|
|
2160
|
+
* @generated from field: bool active = 1;
|
|
2161
|
+
*/
|
|
2162
|
+
active: boolean;
|
|
2163
|
+
/**
|
|
2164
|
+
* @generated from field: repeated launch.v1.AgencyNormal agencies = 2;
|
|
2165
|
+
*/
|
|
2166
|
+
agencies: AgencyNormal[];
|
|
2167
|
+
/**
|
|
2168
|
+
* @generated from field: launch.v1.Country country = 3;
|
|
2169
|
+
*/
|
|
2170
|
+
country?: Country | undefined;
|
|
2171
|
+
/**
|
|
2172
|
+
* @generated from field: optional string description = 4;
|
|
2173
|
+
*/
|
|
2174
|
+
description?: string | undefined;
|
|
2175
|
+
/**
|
|
2176
|
+
* @generated from field: optional string fastest_turnaround = 5;
|
|
2177
|
+
*/
|
|
2178
|
+
fastestTurnaround?: string | undefined;
|
|
2179
|
+
/**
|
|
2180
|
+
* @generated from field: int32 id = 6;
|
|
2181
|
+
*/
|
|
2182
|
+
id: number;
|
|
2183
|
+
/**
|
|
2184
|
+
* @generated from field: launch.v1.Image image = 7;
|
|
2185
|
+
*/
|
|
2186
|
+
image?: Image | undefined;
|
|
2187
|
+
/**
|
|
2188
|
+
* @generated from field: optional string info_url = 8;
|
|
2189
|
+
*/
|
|
2190
|
+
infoUrl?: string | undefined;
|
|
2191
|
+
/**
|
|
2192
|
+
* @generated from field: optional float latitude = 9;
|
|
2193
|
+
*/
|
|
2194
|
+
latitude?: number | undefined;
|
|
2195
|
+
/**
|
|
2196
|
+
* @generated from field: launch.v1.Location location = 10;
|
|
2197
|
+
*/
|
|
2198
|
+
location?: Location | undefined;
|
|
2199
|
+
/**
|
|
2200
|
+
* @generated from field: optional float longitude = 11;
|
|
2201
|
+
*/
|
|
2202
|
+
longitude?: number | undefined;
|
|
2203
|
+
/**
|
|
2204
|
+
* @generated from field: optional string map_image = 12;
|
|
2205
|
+
*/
|
|
2206
|
+
mapImage?: string | undefined;
|
|
2207
|
+
/**
|
|
2208
|
+
* @generated from field: optional string map_url = 13;
|
|
2209
|
+
*/
|
|
2210
|
+
mapUrl?: string | undefined;
|
|
2211
|
+
/**
|
|
2212
|
+
* @generated from field: string name = 14;
|
|
2213
|
+
*/
|
|
2214
|
+
name: string;
|
|
2215
|
+
/**
|
|
2216
|
+
* @generated from field: optional int32 orbital_launch_attempt_count = 15;
|
|
2217
|
+
*/
|
|
2218
|
+
orbitalLaunchAttemptCount?: number | undefined;
|
|
2219
|
+
/**
|
|
2220
|
+
* @generated from field: optional int32 total_launch_count = 16;
|
|
2221
|
+
*/
|
|
2222
|
+
totalLaunchCount?: number | undefined;
|
|
2223
|
+
/**
|
|
2224
|
+
* @generated from field: string url = 17;
|
|
2225
|
+
*/
|
|
2226
|
+
url: string;
|
|
2227
|
+
/**
|
|
2228
|
+
* @generated from field: optional string wiki_url = 18;
|
|
2229
|
+
*/
|
|
2230
|
+
wikiUrl?: string | undefined;
|
|
2231
|
+
};
|
|
2232
|
+
/**
|
|
2233
|
+
* Describes the message launch.v1.Pad.
|
|
2234
|
+
* Use `create(PadSchema)` to create a new message.
|
|
2235
|
+
*/
|
|
2236
|
+
export declare const PadSchema: GenMessage<Pad>;
|
|
2237
|
+
/**
|
|
2238
|
+
* @generated from message launch.v1.PayloadDetailed
|
|
2239
|
+
*/
|
|
2240
|
+
export type PayloadDetailed = Message<"launch.v1.PayloadDetailed"> & {
|
|
2241
|
+
/**
|
|
2242
|
+
* @generated from field: optional int32 cost = 1;
|
|
2243
|
+
*/
|
|
2244
|
+
cost?: number | undefined;
|
|
2245
|
+
/**
|
|
2246
|
+
* @generated from field: string description = 2;
|
|
2247
|
+
*/
|
|
2248
|
+
description: string;
|
|
2249
|
+
/**
|
|
2250
|
+
* @generated from field: int32 id = 3;
|
|
2251
|
+
*/
|
|
2252
|
+
id: number;
|
|
2253
|
+
/**
|
|
2254
|
+
* @generated from field: launch.v1.Image image = 4;
|
|
2255
|
+
*/
|
|
2256
|
+
image?: Image | undefined;
|
|
2257
|
+
/**
|
|
2258
|
+
* @generated from field: string info_link = 5;
|
|
2259
|
+
*/
|
|
2260
|
+
infoLink: string;
|
|
2261
|
+
/**
|
|
2262
|
+
* @generated from field: launch.v1.AgencyDetailed manufacturer = 6;
|
|
2263
|
+
*/
|
|
2264
|
+
manufacturer?: AgencyDetailed | undefined;
|
|
2265
|
+
/**
|
|
2266
|
+
* @generated from field: optional float mass = 7;
|
|
2267
|
+
*/
|
|
2268
|
+
mass?: number | undefined;
|
|
2269
|
+
/**
|
|
2270
|
+
* @generated from field: string name = 8;
|
|
2271
|
+
*/
|
|
2272
|
+
name: string;
|
|
2273
|
+
/**
|
|
2274
|
+
* @generated from field: launch.v1.AgencyDetailed operator = 9;
|
|
2275
|
+
*/
|
|
2276
|
+
operator?: AgencyDetailed | undefined;
|
|
2277
|
+
/**
|
|
2278
|
+
* @generated from field: repeated launch.v1.ProgramNormal program = 10;
|
|
2279
|
+
*/
|
|
2280
|
+
program: ProgramNormal[];
|
|
2281
|
+
/**
|
|
2282
|
+
* @generated from field: string response_mode = 11;
|
|
2283
|
+
*/
|
|
2284
|
+
responseMode: string;
|
|
2285
|
+
/**
|
|
2286
|
+
* @generated from field: launch.v1.PayloadType type = 12;
|
|
2287
|
+
*/
|
|
2288
|
+
type?: PayloadType | undefined;
|
|
2289
|
+
/**
|
|
2290
|
+
* @generated from field: string wiki_link = 13;
|
|
2291
|
+
*/
|
|
2292
|
+
wikiLink: string;
|
|
2293
|
+
};
|
|
2294
|
+
/**
|
|
2295
|
+
* Describes the message launch.v1.PayloadDetailed.
|
|
2296
|
+
* Use `create(PayloadDetailedSchema)` to create a new message.
|
|
2297
|
+
*/
|
|
2298
|
+
export declare const PayloadDetailedSchema: GenMessage<PayloadDetailed>;
|
|
2299
|
+
/**
|
|
2300
|
+
* @generated from message launch.v1.PayloadFlightNormal
|
|
2301
|
+
*/
|
|
2302
|
+
export type PayloadFlightNormal = Message<"launch.v1.PayloadFlightNormal"> & {
|
|
2303
|
+
/**
|
|
2304
|
+
* @generated from field: int32 amount = 1;
|
|
2305
|
+
*/
|
|
2306
|
+
amount: number;
|
|
2307
|
+
/**
|
|
2308
|
+
* @generated from field: optional string destination = 2;
|
|
2309
|
+
*/
|
|
2310
|
+
destination?: string | undefined;
|
|
2311
|
+
/**
|
|
2312
|
+
* @generated from field: int32 id = 3;
|
|
2313
|
+
*/
|
|
2314
|
+
id: number;
|
|
2315
|
+
/**
|
|
2316
|
+
* @generated from field: launch.v1.Landing landing = 4;
|
|
2317
|
+
*/
|
|
2318
|
+
landing?: Landing | undefined;
|
|
2319
|
+
/**
|
|
2320
|
+
* @generated from field: launch.v1.LaunchNormal launch = 5;
|
|
2321
|
+
*/
|
|
2322
|
+
launch?: LaunchNormal | undefined;
|
|
2323
|
+
/**
|
|
2324
|
+
* @generated from field: launch.v1.PayloadNormal payload = 6;
|
|
2325
|
+
*/
|
|
2326
|
+
payload?: PayloadNormal | undefined;
|
|
2327
|
+
/**
|
|
2328
|
+
* @generated from field: string response_mode = 7;
|
|
2329
|
+
*/
|
|
2330
|
+
responseMode: string;
|
|
2331
|
+
/**
|
|
2332
|
+
* @generated from field: string url = 8;
|
|
2333
|
+
*/
|
|
2334
|
+
url: string;
|
|
2335
|
+
};
|
|
2336
|
+
/**
|
|
2337
|
+
* Describes the message launch.v1.PayloadFlightNormal.
|
|
2338
|
+
* Use `create(PayloadFlightNormalSchema)` to create a new message.
|
|
2339
|
+
*/
|
|
2340
|
+
export declare const PayloadFlightNormalSchema: GenMessage<PayloadFlightNormal>;
|
|
2341
|
+
/**
|
|
2342
|
+
* @generated from message launch.v1.PayloadFlightSerializerNoLaunch
|
|
2343
|
+
*/
|
|
2344
|
+
export type PayloadFlightSerializerNoLaunch = Message<"launch.v1.PayloadFlightSerializerNoLaunch"> & {
|
|
2345
|
+
/**
|
|
2346
|
+
* @generated from field: int32 amount = 1;
|
|
2347
|
+
*/
|
|
2348
|
+
amount: number;
|
|
2349
|
+
/**
|
|
2350
|
+
* @generated from field: optional string destination = 2;
|
|
2351
|
+
*/
|
|
2352
|
+
destination?: string | undefined;
|
|
2353
|
+
/**
|
|
2354
|
+
* @generated from field: repeated launch.v1.DockingEventForChaserNormal docking_events = 3;
|
|
2355
|
+
*/
|
|
2356
|
+
dockingEvents: DockingEventForChaserNormal[];
|
|
2357
|
+
/**
|
|
2358
|
+
* @generated from field: int32 id = 4;
|
|
2359
|
+
*/
|
|
2360
|
+
id: number;
|
|
2361
|
+
/**
|
|
2362
|
+
* @generated from field: launch.v1.Landing landing = 5;
|
|
2363
|
+
*/
|
|
2364
|
+
landing?: Landing | undefined;
|
|
2365
|
+
/**
|
|
2366
|
+
* @generated from field: launch.v1.PayloadDetailed payload = 6;
|
|
2367
|
+
*/
|
|
2368
|
+
payload?: PayloadDetailed | undefined;
|
|
2369
|
+
/**
|
|
2370
|
+
* @generated from field: string response_mode = 7;
|
|
2371
|
+
*/
|
|
2372
|
+
responseMode: string;
|
|
2373
|
+
/**
|
|
2374
|
+
* @generated from field: string url = 8;
|
|
2375
|
+
*/
|
|
2376
|
+
url: string;
|
|
2377
|
+
};
|
|
2378
|
+
/**
|
|
2379
|
+
* Describes the message launch.v1.PayloadFlightSerializerNoLaunch.
|
|
2380
|
+
* Use `create(PayloadFlightSerializerNoLaunchSchema)` to create a new message.
|
|
2381
|
+
*/
|
|
2382
|
+
export declare const PayloadFlightSerializerNoLaunchSchema: GenMessage<PayloadFlightSerializerNoLaunch>;
|
|
2383
|
+
/**
|
|
2384
|
+
* @generated from message launch.v1.PayloadMini
|
|
2385
|
+
*/
|
|
2386
|
+
export type PayloadMini = Message<"launch.v1.PayloadMini"> & {
|
|
2387
|
+
/**
|
|
2388
|
+
* @generated from field: int32 id = 1;
|
|
2389
|
+
*/
|
|
2390
|
+
id: number;
|
|
2391
|
+
/**
|
|
2392
|
+
* @generated from field: launch.v1.Image image = 2;
|
|
2393
|
+
*/
|
|
2394
|
+
image?: Image | undefined;
|
|
2395
|
+
/**
|
|
2396
|
+
* @generated from field: launch.v1.AgencyMini manufacturer = 3;
|
|
2397
|
+
*/
|
|
2398
|
+
manufacturer?: AgencyMini | undefined;
|
|
2399
|
+
/**
|
|
2400
|
+
* @generated from field: string name = 4;
|
|
2401
|
+
*/
|
|
2402
|
+
name: string;
|
|
2403
|
+
/**
|
|
2404
|
+
* @generated from field: launch.v1.AgencyMini operator = 5;
|
|
2405
|
+
*/
|
|
2406
|
+
operator?: AgencyMini | undefined;
|
|
2407
|
+
/**
|
|
2408
|
+
* @generated from field: string response_mode = 6;
|
|
2409
|
+
*/
|
|
2410
|
+
responseMode: string;
|
|
2411
|
+
/**
|
|
2412
|
+
* @generated from field: launch.v1.PayloadType type = 7;
|
|
2413
|
+
*/
|
|
2414
|
+
type?: PayloadType | undefined;
|
|
2415
|
+
};
|
|
2416
|
+
/**
|
|
2417
|
+
* Describes the message launch.v1.PayloadMini.
|
|
2418
|
+
* Use `create(PayloadMiniSchema)` to create a new message.
|
|
2419
|
+
*/
|
|
2420
|
+
export declare const PayloadMiniSchema: GenMessage<PayloadMini>;
|
|
2421
|
+
/**
|
|
2422
|
+
* @generated from message launch.v1.PayloadNormal
|
|
2423
|
+
*/
|
|
2424
|
+
export type PayloadNormal = Message<"launch.v1.PayloadNormal"> & {
|
|
2425
|
+
/**
|
|
2426
|
+
* @generated from field: optional int32 cost = 1;
|
|
2427
|
+
*/
|
|
2428
|
+
cost?: number | undefined;
|
|
2429
|
+
/**
|
|
2430
|
+
* @generated from field: string description = 2;
|
|
2431
|
+
*/
|
|
2432
|
+
description: string;
|
|
2433
|
+
/**
|
|
2434
|
+
* @generated from field: int32 id = 3;
|
|
2435
|
+
*/
|
|
2436
|
+
id: number;
|
|
2437
|
+
/**
|
|
2438
|
+
* @generated from field: launch.v1.Image image = 4;
|
|
2439
|
+
*/
|
|
2440
|
+
image?: Image | undefined;
|
|
2441
|
+
/**
|
|
2442
|
+
* @generated from field: string info_link = 5;
|
|
2443
|
+
*/
|
|
2444
|
+
infoLink: string;
|
|
2445
|
+
/**
|
|
2446
|
+
* @generated from field: launch.v1.AgencyNormal manufacturer = 6;
|
|
2447
|
+
*/
|
|
2448
|
+
manufacturer?: AgencyNormal | undefined;
|
|
2449
|
+
/**
|
|
2450
|
+
* @generated from field: optional float mass = 7;
|
|
2451
|
+
*/
|
|
2452
|
+
mass?: number | undefined;
|
|
2453
|
+
/**
|
|
2454
|
+
* @generated from field: string name = 8;
|
|
2455
|
+
*/
|
|
2456
|
+
name: string;
|
|
2457
|
+
/**
|
|
2458
|
+
* @generated from field: launch.v1.AgencyNormal operator = 9;
|
|
2459
|
+
*/
|
|
2460
|
+
operator?: AgencyNormal | undefined;
|
|
2461
|
+
/**
|
|
2462
|
+
* @generated from field: repeated launch.v1.ProgramMini program = 10;
|
|
2463
|
+
*/
|
|
2464
|
+
program: ProgramMini[];
|
|
2465
|
+
/**
|
|
2466
|
+
* @generated from field: string response_mode = 11;
|
|
2467
|
+
*/
|
|
2468
|
+
responseMode: string;
|
|
2469
|
+
/**
|
|
2470
|
+
* @generated from field: launch.v1.PayloadType type = 12;
|
|
2471
|
+
*/
|
|
2472
|
+
type?: PayloadType | undefined;
|
|
2473
|
+
/**
|
|
2474
|
+
* @generated from field: string wiki_link = 13;
|
|
2475
|
+
*/
|
|
2476
|
+
wikiLink: string;
|
|
2477
|
+
};
|
|
2478
|
+
/**
|
|
2479
|
+
* Describes the message launch.v1.PayloadNormal.
|
|
2480
|
+
* Use `create(PayloadNormalSchema)` to create a new message.
|
|
2481
|
+
*/
|
|
2482
|
+
export declare const PayloadNormalSchema: GenMessage<PayloadNormal>;
|
|
2483
|
+
/**
|
|
2484
|
+
* @generated from message launch.v1.PayloadType
|
|
2485
|
+
*/
|
|
2486
|
+
export type PayloadType = Message<"launch.v1.PayloadType"> & {
|
|
2487
|
+
/**
|
|
2488
|
+
* @generated from field: int32 id = 1;
|
|
2489
|
+
*/
|
|
2490
|
+
id: number;
|
|
2491
|
+
/**
|
|
2492
|
+
* @generated from field: string name = 2;
|
|
2493
|
+
*/
|
|
2494
|
+
name: string;
|
|
2495
|
+
};
|
|
2496
|
+
/**
|
|
2497
|
+
* Describes the message launch.v1.PayloadType.
|
|
2498
|
+
* Use `create(PayloadTypeSchema)` to create a new message.
|
|
2499
|
+
*/
|
|
2500
|
+
export declare const PayloadTypeSchema: GenMessage<PayloadType>;
|
|
2501
|
+
/**
|
|
2502
|
+
* @generated from message launch.v1.ProgramMini
|
|
2503
|
+
*/
|
|
2504
|
+
export type ProgramMini = Message<"launch.v1.ProgramMini"> & {
|
|
2505
|
+
/**
|
|
2506
|
+
* @generated from field: int32 id = 1;
|
|
2507
|
+
*/
|
|
2508
|
+
id: number;
|
|
2509
|
+
/**
|
|
2510
|
+
* @generated from field: launch.v1.Image image = 2;
|
|
2511
|
+
*/
|
|
2512
|
+
image?: Image | undefined;
|
|
2513
|
+
/**
|
|
2514
|
+
* @generated from field: optional string info_url = 3;
|
|
2515
|
+
*/
|
|
2516
|
+
infoUrl?: string | undefined;
|
|
2517
|
+
/**
|
|
2518
|
+
* @generated from field: string name = 4;
|
|
2519
|
+
*/
|
|
2520
|
+
name: string;
|
|
2521
|
+
/**
|
|
2522
|
+
* @generated from field: string response_mode = 5;
|
|
2523
|
+
*/
|
|
2524
|
+
responseMode: string;
|
|
2525
|
+
/**
|
|
2526
|
+
* @generated from field: string url = 6;
|
|
2527
|
+
*/
|
|
2528
|
+
url: string;
|
|
2529
|
+
/**
|
|
2530
|
+
* @generated from field: optional string wiki_url = 7;
|
|
2531
|
+
*/
|
|
2532
|
+
wikiUrl?: string | undefined;
|
|
2533
|
+
};
|
|
2534
|
+
/**
|
|
2535
|
+
* Describes the message launch.v1.ProgramMini.
|
|
2536
|
+
* Use `create(ProgramMiniSchema)` to create a new message.
|
|
2537
|
+
*/
|
|
2538
|
+
export declare const ProgramMiniSchema: GenMessage<ProgramMini>;
|
|
2539
|
+
/**
|
|
2540
|
+
* @generated from message launch.v1.ProgramNormal
|
|
2541
|
+
*/
|
|
2542
|
+
export type ProgramNormal = Message<"launch.v1.ProgramNormal"> & {
|
|
2543
|
+
/**
|
|
2544
|
+
* @generated from field: repeated launch.v1.AgencyMini agencies = 1;
|
|
2545
|
+
*/
|
|
2546
|
+
agencies: AgencyMini[];
|
|
2547
|
+
/**
|
|
2548
|
+
* @generated from field: optional string description = 2;
|
|
2549
|
+
*/
|
|
2550
|
+
description?: string | undefined;
|
|
2551
|
+
/**
|
|
2552
|
+
* @generated from field: optional string end_date = 3;
|
|
2553
|
+
*/
|
|
2554
|
+
endDate?: string | undefined;
|
|
2555
|
+
/**
|
|
2556
|
+
* @generated from field: int32 id = 4;
|
|
2557
|
+
*/
|
|
2558
|
+
id: number;
|
|
2559
|
+
/**
|
|
2560
|
+
* @generated from field: launch.v1.Image image = 5;
|
|
2561
|
+
*/
|
|
2562
|
+
image?: Image | undefined;
|
|
2563
|
+
/**
|
|
2564
|
+
* @generated from field: optional string info_url = 6;
|
|
2565
|
+
*/
|
|
2566
|
+
infoUrl?: string | undefined;
|
|
2567
|
+
/**
|
|
2568
|
+
* @generated from field: repeated launch.v1.MissionPatch mission_patches = 7;
|
|
2569
|
+
*/
|
|
2570
|
+
missionPatches: MissionPatch[];
|
|
2571
|
+
/**
|
|
2572
|
+
* @generated from field: string name = 8;
|
|
2573
|
+
*/
|
|
2574
|
+
name: string;
|
|
2575
|
+
/**
|
|
2576
|
+
* @generated from field: string response_mode = 9;
|
|
2577
|
+
*/
|
|
2578
|
+
responseMode: string;
|
|
2579
|
+
/**
|
|
2580
|
+
* @generated from field: optional string start_date = 10;
|
|
2581
|
+
*/
|
|
2582
|
+
startDate?: string | undefined;
|
|
2583
|
+
/**
|
|
2584
|
+
* @generated from field: launch.v1.ProgramType type = 11;
|
|
2585
|
+
*/
|
|
2586
|
+
type?: ProgramType | undefined;
|
|
2587
|
+
/**
|
|
2588
|
+
* @generated from field: string url = 12;
|
|
2589
|
+
*/
|
|
2590
|
+
url: string;
|
|
2591
|
+
/**
|
|
2592
|
+
* @generated from field: optional string wiki_url = 13;
|
|
2593
|
+
*/
|
|
2594
|
+
wikiUrl?: string | undefined;
|
|
2595
|
+
};
|
|
2596
|
+
/**
|
|
2597
|
+
* Describes the message launch.v1.ProgramNormal.
|
|
2598
|
+
* Use `create(ProgramNormalSchema)` to create a new message.
|
|
2599
|
+
*/
|
|
2600
|
+
export declare const ProgramNormalSchema: GenMessage<ProgramNormal>;
|
|
2601
|
+
/**
|
|
2602
|
+
* @generated from message launch.v1.ProgramType
|
|
2603
|
+
*/
|
|
2604
|
+
export type ProgramType = Message<"launch.v1.ProgramType"> & {
|
|
2605
|
+
/**
|
|
2606
|
+
* @generated from field: int32 id = 1;
|
|
2607
|
+
*/
|
|
2608
|
+
id: number;
|
|
2609
|
+
/**
|
|
2610
|
+
* @generated from field: string name = 2;
|
|
2611
|
+
*/
|
|
2612
|
+
name: string;
|
|
2613
|
+
};
|
|
2614
|
+
/**
|
|
2615
|
+
* Describes the message launch.v1.ProgramType.
|
|
2616
|
+
* Use `create(ProgramTypeSchema)` to create a new message.
|
|
2617
|
+
*/
|
|
2618
|
+
export declare const ProgramTypeSchema: GenMessage<ProgramType>;
|
|
2619
|
+
/**
|
|
2620
|
+
* @generated from message launch.v1.RocketDetailed
|
|
2621
|
+
*/
|
|
2622
|
+
export type RocketDetailed = Message<"launch.v1.RocketDetailed"> & {
|
|
2623
|
+
/**
|
|
2624
|
+
* @generated from field: launch.v1.LauncherConfigDetailed configuration = 1;
|
|
2625
|
+
*/
|
|
2626
|
+
configuration?: LauncherConfigDetailed | undefined;
|
|
2627
|
+
/**
|
|
2628
|
+
* @generated from field: int32 id = 2;
|
|
2629
|
+
*/
|
|
2630
|
+
id: number;
|
|
2631
|
+
/**
|
|
2632
|
+
* @generated from field: repeated launch.v1.FirstStageNormal launcher_stage = 3;
|
|
2633
|
+
*/
|
|
2634
|
+
launcherStage: FirstStageNormal[];
|
|
2635
|
+
/**
|
|
2636
|
+
* @generated from field: repeated launch.v1.PayloadFlightSerializerNoLaunch payloads = 4;
|
|
2637
|
+
*/
|
|
2638
|
+
payloads: PayloadFlightSerializerNoLaunch[];
|
|
2639
|
+
/**
|
|
2640
|
+
* @generated from field: repeated launch.v1.SpacecraftFlightDetailedSerializerNoLaunch spacecraft_stage = 5;
|
|
2641
|
+
*/
|
|
2642
|
+
spacecraftStage: SpacecraftFlightDetailedSerializerNoLaunch[];
|
|
2643
|
+
};
|
|
2644
|
+
/**
|
|
2645
|
+
* Describes the message launch.v1.RocketDetailed.
|
|
2646
|
+
* Use `create(RocketDetailedSchema)` to create a new message.
|
|
2647
|
+
*/
|
|
2648
|
+
export declare const RocketDetailedSchema: GenMessage<RocketDetailed>;
|
|
2649
|
+
/**
|
|
2650
|
+
* @generated from message launch.v1.RocketNormal
|
|
2651
|
+
*/
|
|
2652
|
+
export type RocketNormal = Message<"launch.v1.RocketNormal"> & {
|
|
2653
|
+
/**
|
|
2654
|
+
* @generated from field: launch.v1.LauncherConfigList configuration = 1;
|
|
2655
|
+
*/
|
|
2656
|
+
configuration?: LauncherConfigList | undefined;
|
|
2657
|
+
/**
|
|
2658
|
+
* @generated from field: int32 id = 2;
|
|
2659
|
+
*/
|
|
2660
|
+
id: number;
|
|
2661
|
+
};
|
|
2662
|
+
/**
|
|
2663
|
+
* Describes the message launch.v1.RocketNormal.
|
|
2664
|
+
* Use `create(RocketNormalSchema)` to create a new message.
|
|
2665
|
+
*/
|
|
2666
|
+
export declare const RocketNormalSchema: GenMessage<RocketNormal>;
|
|
2667
|
+
/**
|
|
2668
|
+
* @generated from message launch.v1.SocialMedia
|
|
2669
|
+
*/
|
|
2670
|
+
export type SocialMedia = Message<"launch.v1.SocialMedia"> & {
|
|
2671
|
+
/**
|
|
2672
|
+
* @generated from field: int32 id = 1;
|
|
2673
|
+
*/
|
|
2674
|
+
id: number;
|
|
2675
|
+
/**
|
|
2676
|
+
* @generated from field: launch.v1.Image logo = 2;
|
|
2677
|
+
*/
|
|
2678
|
+
logo?: Image | undefined;
|
|
2679
|
+
/**
|
|
2680
|
+
* @generated from field: string name = 3;
|
|
2681
|
+
*/
|
|
2682
|
+
name: string;
|
|
2683
|
+
/**
|
|
2684
|
+
* @generated from field: optional string url = 4;
|
|
2685
|
+
*/
|
|
2686
|
+
url?: string | undefined;
|
|
2687
|
+
};
|
|
2688
|
+
/**
|
|
2689
|
+
* Describes the message launch.v1.SocialMedia.
|
|
2690
|
+
* Use `create(SocialMediaSchema)` to create a new message.
|
|
2691
|
+
*/
|
|
2692
|
+
export declare const SocialMediaSchema: GenMessage<SocialMedia>;
|
|
2693
|
+
/**
|
|
2694
|
+
* @generated from message launch.v1.SocialMediaLink
|
|
2695
|
+
*/
|
|
2696
|
+
export type SocialMediaLink = Message<"launch.v1.SocialMediaLink"> & {
|
|
2697
|
+
/**
|
|
2698
|
+
* @generated from field: int32 id = 1;
|
|
2699
|
+
*/
|
|
2700
|
+
id: number;
|
|
2701
|
+
/**
|
|
2702
|
+
* @generated from field: launch.v1.SocialMedia social_media = 2;
|
|
2703
|
+
*/
|
|
2704
|
+
socialMedia?: SocialMedia | undefined;
|
|
2705
|
+
/**
|
|
2706
|
+
* @generated from field: optional string url = 3;
|
|
2707
|
+
*/
|
|
2708
|
+
url?: string | undefined;
|
|
2709
|
+
};
|
|
2710
|
+
/**
|
|
2711
|
+
* Describes the message launch.v1.SocialMediaLink.
|
|
2712
|
+
* Use `create(SocialMediaLinkSchema)` to create a new message.
|
|
2713
|
+
*/
|
|
2714
|
+
export declare const SocialMediaLinkSchema: GenMessage<SocialMediaLink>;
|
|
2715
|
+
/**
|
|
2716
|
+
* @generated from message launch.v1.SpaceStationMini
|
|
2717
|
+
*/
|
|
2718
|
+
export type SpaceStationMini = Message<"launch.v1.SpaceStationMini"> & {
|
|
2719
|
+
/**
|
|
2720
|
+
* @generated from field: int32 id = 1;
|
|
2721
|
+
*/
|
|
2722
|
+
id: number;
|
|
2723
|
+
/**
|
|
2724
|
+
* @generated from field: launch.v1.Image image = 2;
|
|
2725
|
+
*/
|
|
2726
|
+
image?: Image | undefined;
|
|
2727
|
+
/**
|
|
2728
|
+
* @generated from field: string name = 3;
|
|
2729
|
+
*/
|
|
2730
|
+
name: string;
|
|
2731
|
+
/**
|
|
2732
|
+
* @generated from field: string url = 4;
|
|
2733
|
+
*/
|
|
2734
|
+
url: string;
|
|
2735
|
+
};
|
|
2736
|
+
/**
|
|
2737
|
+
* Describes the message launch.v1.SpaceStationMini.
|
|
2738
|
+
* Use `create(SpaceStationMiniSchema)` to create a new message.
|
|
2739
|
+
*/
|
|
2740
|
+
export declare const SpaceStationMiniSchema: GenMessage<SpaceStationMini>;
|
|
2741
|
+
/**
|
|
2742
|
+
* @generated from message launch.v1.SpaceStationNormal
|
|
2743
|
+
*/
|
|
2744
|
+
export type SpaceStationNormal = Message<"launch.v1.SpaceStationNormal"> & {
|
|
2745
|
+
/**
|
|
2746
|
+
* @generated from field: optional string deorbited = 1;
|
|
2747
|
+
*/
|
|
2748
|
+
deorbited?: string | undefined;
|
|
2749
|
+
/**
|
|
2750
|
+
* @generated from field: string description = 2;
|
|
2751
|
+
*/
|
|
2752
|
+
description: string;
|
|
2753
|
+
/**
|
|
2754
|
+
* @generated from field: string founded = 3;
|
|
2755
|
+
*/
|
|
2756
|
+
founded: string;
|
|
2757
|
+
/**
|
|
2758
|
+
* @generated from field: int32 id = 4;
|
|
2759
|
+
*/
|
|
2760
|
+
id: number;
|
|
2761
|
+
/**
|
|
2762
|
+
* @generated from field: launch.v1.Image image = 5;
|
|
2763
|
+
*/
|
|
2764
|
+
image?: Image | undefined;
|
|
2765
|
+
/**
|
|
2766
|
+
* @generated from field: string name = 6;
|
|
2767
|
+
*/
|
|
2768
|
+
name: string;
|
|
2769
|
+
/**
|
|
2770
|
+
* @generated from field: optional string orbit = 7;
|
|
2771
|
+
*/
|
|
2772
|
+
orbit?: string | undefined;
|
|
2773
|
+
/**
|
|
2774
|
+
* @generated from field: launch.v1.SpaceStationStatus status = 8;
|
|
2775
|
+
*/
|
|
2776
|
+
status?: SpaceStationStatus | undefined;
|
|
2777
|
+
/**
|
|
2778
|
+
* @generated from field: launch.v1.SpaceStationType type = 9;
|
|
2779
|
+
*/
|
|
2780
|
+
type?: SpaceStationType | undefined;
|
|
2781
|
+
/**
|
|
2782
|
+
* @generated from field: string url = 10;
|
|
2783
|
+
*/
|
|
2784
|
+
url: string;
|
|
2785
|
+
};
|
|
2786
|
+
/**
|
|
2787
|
+
* Describes the message launch.v1.SpaceStationNormal.
|
|
2788
|
+
* Use `create(SpaceStationNormalSchema)` to create a new message.
|
|
2789
|
+
*/
|
|
2790
|
+
export declare const SpaceStationNormalSchema: GenMessage<SpaceStationNormal>;
|
|
2791
|
+
/**
|
|
2792
|
+
* @generated from message launch.v1.SpaceStationStatus
|
|
2793
|
+
*/
|
|
2794
|
+
export type SpaceStationStatus = Message<"launch.v1.SpaceStationStatus"> & {
|
|
2795
|
+
/**
|
|
2796
|
+
* @generated from field: int32 id = 1;
|
|
2797
|
+
*/
|
|
2798
|
+
id: number;
|
|
2799
|
+
/**
|
|
2800
|
+
* @generated from field: string name = 2;
|
|
2801
|
+
*/
|
|
2802
|
+
name: string;
|
|
2803
|
+
};
|
|
2804
|
+
/**
|
|
2805
|
+
* Describes the message launch.v1.SpaceStationStatus.
|
|
2806
|
+
* Use `create(SpaceStationStatusSchema)` to create a new message.
|
|
2807
|
+
*/
|
|
2808
|
+
export declare const SpaceStationStatusSchema: GenMessage<SpaceStationStatus>;
|
|
2809
|
+
/**
|
|
2810
|
+
* @generated from message launch.v1.SpaceStationType
|
|
2811
|
+
*/
|
|
2812
|
+
export type SpaceStationType = Message<"launch.v1.SpaceStationType"> & {
|
|
2813
|
+
/**
|
|
2814
|
+
* @generated from field: int32 id = 1;
|
|
2815
|
+
*/
|
|
2816
|
+
id: number;
|
|
2817
|
+
/**
|
|
2818
|
+
* @generated from field: string name = 2;
|
|
2819
|
+
*/
|
|
2820
|
+
name: string;
|
|
2821
|
+
};
|
|
2822
|
+
/**
|
|
2823
|
+
* Describes the message launch.v1.SpaceStationType.
|
|
2824
|
+
* Use `create(SpaceStationTypeSchema)` to create a new message.
|
|
2825
|
+
*/
|
|
2826
|
+
export declare const SpaceStationTypeSchema: GenMessage<SpaceStationType>;
|
|
2827
|
+
/**
|
|
2828
|
+
* @generated from message launch.v1.SpacecraftConfigDetailed
|
|
2829
|
+
*/
|
|
2830
|
+
export type SpacecraftConfigDetailed = Message<"launch.v1.SpacecraftConfigDetailed"> & {
|
|
2831
|
+
/**
|
|
2832
|
+
* @generated from field: launch.v1.AgencyNormal agency = 1;
|
|
2833
|
+
*/
|
|
2834
|
+
agency?: AgencyNormal | undefined;
|
|
2835
|
+
/**
|
|
2836
|
+
* @generated from field: optional int32 attempted_landings = 2;
|
|
2837
|
+
*/
|
|
2838
|
+
attemptedLandings?: number | undefined;
|
|
2839
|
+
/**
|
|
2840
|
+
* @generated from field: string capability = 3;
|
|
2841
|
+
*/
|
|
2842
|
+
capability: string;
|
|
2843
|
+
/**
|
|
2844
|
+
* @generated from field: optional int32 crew_capacity = 4;
|
|
2845
|
+
*/
|
|
2846
|
+
crewCapacity?: number | undefined;
|
|
2847
|
+
/**
|
|
2848
|
+
* @generated from field: string details = 5;
|
|
2849
|
+
*/
|
|
2850
|
+
details: string;
|
|
2851
|
+
/**
|
|
2852
|
+
* @generated from field: optional float diameter = 6;
|
|
2853
|
+
*/
|
|
2854
|
+
diameter?: number | undefined;
|
|
2855
|
+
/**
|
|
2856
|
+
* @generated from field: optional int32 failed_landings = 7;
|
|
2857
|
+
*/
|
|
2858
|
+
failedLandings?: number | undefined;
|
|
2859
|
+
/**
|
|
2860
|
+
* @generated from field: optional int32 failed_launches = 8;
|
|
2861
|
+
*/
|
|
2862
|
+
failedLaunches?: number | undefined;
|
|
2863
|
+
/**
|
|
2864
|
+
* @generated from field: repeated launch.v1.SpacecraftConfigFamilyDetailed family = 9;
|
|
2865
|
+
*/
|
|
2866
|
+
family: SpacecraftConfigFamilyDetailed[];
|
|
2867
|
+
/**
|
|
2868
|
+
* @generated from field: optional string fastest_turnaround = 10;
|
|
2869
|
+
*/
|
|
2870
|
+
fastestTurnaround?: string | undefined;
|
|
2871
|
+
/**
|
|
2872
|
+
* @generated from field: optional string flight_life = 11;
|
|
2873
|
+
*/
|
|
2874
|
+
flightLife?: string | undefined;
|
|
2875
|
+
/**
|
|
2876
|
+
* @generated from field: optional float height = 12;
|
|
2877
|
+
*/
|
|
2878
|
+
height?: number | undefined;
|
|
2879
|
+
/**
|
|
2880
|
+
* @generated from field: string history = 13;
|
|
2881
|
+
*/
|
|
2882
|
+
history: string;
|
|
2883
|
+
/**
|
|
2884
|
+
* @generated from field: bool human_rated = 14;
|
|
2885
|
+
*/
|
|
2886
|
+
humanRated: boolean;
|
|
2887
|
+
/**
|
|
2888
|
+
* @generated from field: int32 id = 15;
|
|
2889
|
+
*/
|
|
2890
|
+
id: number;
|
|
2891
|
+
/**
|
|
2892
|
+
* @generated from field: launch.v1.Image image = 16;
|
|
2893
|
+
*/
|
|
2894
|
+
image?: Image | undefined;
|
|
2895
|
+
/**
|
|
2896
|
+
* @generated from field: bool in_use = 17;
|
|
2897
|
+
*/
|
|
2898
|
+
inUse: boolean;
|
|
2899
|
+
/**
|
|
2900
|
+
* @generated from field: string info_link = 18;
|
|
2901
|
+
*/
|
|
2902
|
+
infoLink: string;
|
|
2903
|
+
/**
|
|
2904
|
+
* @generated from field: optional string maiden_flight = 19;
|
|
2905
|
+
*/
|
|
2906
|
+
maidenFlight?: string | undefined;
|
|
2907
|
+
/**
|
|
2908
|
+
* @generated from field: string name = 20;
|
|
2909
|
+
*/
|
|
2910
|
+
name: string;
|
|
2911
|
+
/**
|
|
2912
|
+
* @generated from field: optional int32 payload_capacity = 21;
|
|
2913
|
+
*/
|
|
2914
|
+
payloadCapacity?: number | undefined;
|
|
2915
|
+
/**
|
|
2916
|
+
* @generated from field: optional int32 payload_return_capacity = 22;
|
|
2917
|
+
*/
|
|
2918
|
+
payloadReturnCapacity?: number | undefined;
|
|
2919
|
+
/**
|
|
2920
|
+
* @generated from field: string response_mode = 23;
|
|
2921
|
+
*/
|
|
2922
|
+
responseMode: string;
|
|
2923
|
+
/**
|
|
2924
|
+
* @generated from field: optional int32 spacecraft_flown = 24;
|
|
2925
|
+
*/
|
|
2926
|
+
spacecraftFlown?: number | undefined;
|
|
2927
|
+
/**
|
|
2928
|
+
* @generated from field: optional int32 successful_landings = 25;
|
|
2929
|
+
*/
|
|
2930
|
+
successfulLandings?: number | undefined;
|
|
2931
|
+
/**
|
|
2932
|
+
* @generated from field: optional int32 successful_launches = 26;
|
|
2933
|
+
*/
|
|
2934
|
+
successfulLaunches?: number | undefined;
|
|
2935
|
+
/**
|
|
2936
|
+
* @generated from field: optional int32 total_launch_count = 27;
|
|
2937
|
+
*/
|
|
2938
|
+
totalLaunchCount?: number | undefined;
|
|
2939
|
+
/**
|
|
2940
|
+
* @generated from field: launch.v1.SpacecraftConfigType type = 28;
|
|
2941
|
+
*/
|
|
2942
|
+
type?: SpacecraftConfigType | undefined;
|
|
2943
|
+
/**
|
|
2944
|
+
* @generated from field: string url = 29;
|
|
2945
|
+
*/
|
|
2946
|
+
url: string;
|
|
2947
|
+
/**
|
|
2948
|
+
* @generated from field: string wiki_link = 30;
|
|
2949
|
+
*/
|
|
2950
|
+
wikiLink: string;
|
|
2951
|
+
};
|
|
2952
|
+
/**
|
|
2953
|
+
* Describes the message launch.v1.SpacecraftConfigDetailed.
|
|
2954
|
+
* Use `create(SpacecraftConfigDetailedSchema)` to create a new message.
|
|
2955
|
+
*/
|
|
2956
|
+
export declare const SpacecraftConfigDetailedSchema: GenMessage<SpacecraftConfigDetailed>;
|
|
2957
|
+
/**
|
|
2958
|
+
* @generated from message launch.v1.SpacecraftConfigFamilyDetailed
|
|
2959
|
+
*/
|
|
2960
|
+
export type SpacecraftConfigFamilyDetailed = Message<"launch.v1.SpacecraftConfigFamilyDetailed"> & {
|
|
2961
|
+
/**
|
|
2962
|
+
* @generated from field: optional int32 attempted_landings = 1;
|
|
2963
|
+
*/
|
|
2964
|
+
attemptedLandings?: number | undefined;
|
|
2965
|
+
/**
|
|
2966
|
+
* @generated from field: string description = 2;
|
|
2967
|
+
*/
|
|
2968
|
+
description: string;
|
|
2969
|
+
/**
|
|
2970
|
+
* @generated from field: optional int32 failed_landings = 3;
|
|
2971
|
+
*/
|
|
2972
|
+
failedLandings?: number | undefined;
|
|
2973
|
+
/**
|
|
2974
|
+
* @generated from field: optional int32 failed_launches = 4;
|
|
2975
|
+
*/
|
|
2976
|
+
failedLaunches?: number | undefined;
|
|
2977
|
+
/**
|
|
2978
|
+
* @generated from field: int32 id = 5;
|
|
2979
|
+
*/
|
|
2980
|
+
id: number;
|
|
2981
|
+
/**
|
|
2982
|
+
* @generated from field: optional string maiden_flight = 6;
|
|
2983
|
+
*/
|
|
2984
|
+
maidenFlight?: string | undefined;
|
|
2985
|
+
/**
|
|
2986
|
+
* @generated from field: launch.v1.AgencyNormal manufacturer = 7;
|
|
2987
|
+
*/
|
|
2988
|
+
manufacturer?: AgencyNormal | undefined;
|
|
2989
|
+
/**
|
|
2990
|
+
* @generated from field: string name = 8;
|
|
2991
|
+
*/
|
|
2992
|
+
name: string;
|
|
2993
|
+
/**
|
|
2994
|
+
* @generated from field: launch.v1.SpacecraftConfigFamilyNormal parent = 9;
|
|
2995
|
+
*/
|
|
2996
|
+
parent?: SpacecraftConfigFamilyNormal | undefined;
|
|
2997
|
+
/**
|
|
2998
|
+
* @generated from field: string response_mode = 10;
|
|
2999
|
+
*/
|
|
3000
|
+
responseMode: string;
|
|
3001
|
+
/**
|
|
3002
|
+
* @generated from field: optional int32 spacecraft_flown = 11;
|
|
3003
|
+
*/
|
|
3004
|
+
spacecraftFlown?: number | undefined;
|
|
3005
|
+
/**
|
|
3006
|
+
* @generated from field: optional int32 successful_landings = 12;
|
|
3007
|
+
*/
|
|
3008
|
+
successfulLandings?: number | undefined;
|
|
3009
|
+
/**
|
|
3010
|
+
* @generated from field: optional int32 successful_launches = 13;
|
|
3011
|
+
*/
|
|
3012
|
+
successfulLaunches?: number | undefined;
|
|
3013
|
+
/**
|
|
3014
|
+
* @generated from field: optional int32 total_launch_count = 14;
|
|
3015
|
+
*/
|
|
3016
|
+
totalLaunchCount?: number | undefined;
|
|
3017
|
+
};
|
|
3018
|
+
/**
|
|
3019
|
+
* Describes the message launch.v1.SpacecraftConfigFamilyDetailed.
|
|
3020
|
+
* Use `create(SpacecraftConfigFamilyDetailedSchema)` to create a new message.
|
|
3021
|
+
*/
|
|
3022
|
+
export declare const SpacecraftConfigFamilyDetailedSchema: GenMessage<SpacecraftConfigFamilyDetailed>;
|
|
3023
|
+
/**
|
|
3024
|
+
* @generated from message launch.v1.SpacecraftConfigFamilyMini
|
|
3025
|
+
*/
|
|
3026
|
+
export type SpacecraftConfigFamilyMini = Message<"launch.v1.SpacecraftConfigFamilyMini"> & {
|
|
3027
|
+
/**
|
|
3028
|
+
* @generated from field: int32 id = 1;
|
|
3029
|
+
*/
|
|
3030
|
+
id: number;
|
|
3031
|
+
/**
|
|
3032
|
+
* @generated from field: string name = 2;
|
|
3033
|
+
*/
|
|
3034
|
+
name: string;
|
|
3035
|
+
/**
|
|
3036
|
+
* @generated from field: string response_mode = 3;
|
|
3037
|
+
*/
|
|
3038
|
+
responseMode: string;
|
|
3039
|
+
};
|
|
3040
|
+
/**
|
|
3041
|
+
* Describes the message launch.v1.SpacecraftConfigFamilyMini.
|
|
3042
|
+
* Use `create(SpacecraftConfigFamilyMiniSchema)` to create a new message.
|
|
3043
|
+
*/
|
|
3044
|
+
export declare const SpacecraftConfigFamilyMiniSchema: GenMessage<SpacecraftConfigFamilyMini>;
|
|
3045
|
+
/**
|
|
3046
|
+
* @generated from message launch.v1.SpacecraftConfigFamilyNormal
|
|
3047
|
+
*/
|
|
3048
|
+
export type SpacecraftConfigFamilyNormal = Message<"launch.v1.SpacecraftConfigFamilyNormal"> & {
|
|
3049
|
+
/**
|
|
3050
|
+
* @generated from field: string description = 1;
|
|
3051
|
+
*/
|
|
3052
|
+
description: string;
|
|
3053
|
+
/**
|
|
3054
|
+
* @generated from field: int32 id = 2;
|
|
3055
|
+
*/
|
|
3056
|
+
id: number;
|
|
3057
|
+
/**
|
|
3058
|
+
* @generated from field: optional string maiden_flight = 3;
|
|
3059
|
+
*/
|
|
3060
|
+
maidenFlight?: string | undefined;
|
|
3061
|
+
/**
|
|
3062
|
+
* @generated from field: launch.v1.AgencyMini manufacturer = 4;
|
|
3063
|
+
*/
|
|
3064
|
+
manufacturer?: AgencyMini | undefined;
|
|
3065
|
+
/**
|
|
3066
|
+
* @generated from field: string name = 5;
|
|
3067
|
+
*/
|
|
3068
|
+
name: string;
|
|
3069
|
+
/**
|
|
3070
|
+
* @generated from field: launch.v1.SpacecraftConfigFamilyMini parent = 6;
|
|
3071
|
+
*/
|
|
3072
|
+
parent?: SpacecraftConfigFamilyMini | undefined;
|
|
3073
|
+
/**
|
|
3074
|
+
* @generated from field: string response_mode = 7;
|
|
3075
|
+
*/
|
|
3076
|
+
responseMode: string;
|
|
3077
|
+
};
|
|
3078
|
+
/**
|
|
3079
|
+
* Describes the message launch.v1.SpacecraftConfigFamilyNormal.
|
|
3080
|
+
* Use `create(SpacecraftConfigFamilyNormalSchema)` to create a new message.
|
|
3081
|
+
*/
|
|
3082
|
+
export declare const SpacecraftConfigFamilyNormalSchema: GenMessage<SpacecraftConfigFamilyNormal>;
|
|
3083
|
+
/**
|
|
3084
|
+
* @generated from message launch.v1.SpacecraftConfigNormal
|
|
3085
|
+
*/
|
|
3086
|
+
export type SpacecraftConfigNormal = Message<"launch.v1.SpacecraftConfigNormal"> & {
|
|
3087
|
+
/**
|
|
3088
|
+
* @generated from field: launch.v1.AgencyMini agency = 1;
|
|
3089
|
+
*/
|
|
3090
|
+
agency?: AgencyMini | undefined;
|
|
3091
|
+
/**
|
|
3092
|
+
* @generated from field: repeated launch.v1.SpacecraftConfigFamilyNormal family = 2;
|
|
3093
|
+
*/
|
|
3094
|
+
family: SpacecraftConfigFamilyNormal[];
|
|
3095
|
+
/**
|
|
3096
|
+
* @generated from field: int32 id = 3;
|
|
3097
|
+
*/
|
|
3098
|
+
id: number;
|
|
3099
|
+
/**
|
|
3100
|
+
* @generated from field: launch.v1.Image image = 4;
|
|
3101
|
+
*/
|
|
3102
|
+
image?: Image | undefined;
|
|
3103
|
+
/**
|
|
3104
|
+
* @generated from field: bool in_use = 5;
|
|
3105
|
+
*/
|
|
3106
|
+
inUse: boolean;
|
|
3107
|
+
/**
|
|
3108
|
+
* @generated from field: string name = 6;
|
|
3109
|
+
*/
|
|
3110
|
+
name: string;
|
|
3111
|
+
/**
|
|
3112
|
+
* @generated from field: string response_mode = 7;
|
|
3113
|
+
*/
|
|
3114
|
+
responseMode: string;
|
|
3115
|
+
/**
|
|
3116
|
+
* @generated from field: launch.v1.SpacecraftConfigType type = 8;
|
|
3117
|
+
*/
|
|
3118
|
+
type?: SpacecraftConfigType | undefined;
|
|
3119
|
+
/**
|
|
3120
|
+
* @generated from field: string url = 9;
|
|
3121
|
+
*/
|
|
3122
|
+
url: string;
|
|
3123
|
+
};
|
|
3124
|
+
/**
|
|
3125
|
+
* Describes the message launch.v1.SpacecraftConfigNormal.
|
|
3126
|
+
* Use `create(SpacecraftConfigNormalSchema)` to create a new message.
|
|
3127
|
+
*/
|
|
3128
|
+
export declare const SpacecraftConfigNormalSchema: GenMessage<SpacecraftConfigNormal>;
|
|
3129
|
+
/**
|
|
3130
|
+
* @generated from message launch.v1.SpacecraftConfigType
|
|
3131
|
+
*/
|
|
3132
|
+
export type SpacecraftConfigType = Message<"launch.v1.SpacecraftConfigType"> & {
|
|
3133
|
+
/**
|
|
3134
|
+
* @generated from field: int32 id = 1;
|
|
3135
|
+
*/
|
|
3136
|
+
id: number;
|
|
3137
|
+
/**
|
|
3138
|
+
* @generated from field: string name = 2;
|
|
3139
|
+
*/
|
|
3140
|
+
name: string;
|
|
3141
|
+
};
|
|
3142
|
+
/**
|
|
3143
|
+
* Describes the message launch.v1.SpacecraftConfigType.
|
|
3144
|
+
* Use `create(SpacecraftConfigTypeSchema)` to create a new message.
|
|
3145
|
+
*/
|
|
3146
|
+
export declare const SpacecraftConfigTypeSchema: GenMessage<SpacecraftConfigType>;
|
|
3147
|
+
/**
|
|
3148
|
+
* @generated from message launch.v1.SpacecraftDetailed
|
|
3149
|
+
*/
|
|
3150
|
+
export type SpacecraftDetailed = Message<"launch.v1.SpacecraftDetailed"> & {
|
|
3151
|
+
/**
|
|
3152
|
+
* @generated from field: string description = 1;
|
|
3153
|
+
*/
|
|
3154
|
+
description: string;
|
|
3155
|
+
/**
|
|
3156
|
+
* @generated from field: optional string fastest_turnaround = 2;
|
|
3157
|
+
*/
|
|
3158
|
+
fastestTurnaround?: string | undefined;
|
|
3159
|
+
/**
|
|
3160
|
+
* @generated from field: optional int32 flights_count = 3;
|
|
3161
|
+
*/
|
|
3162
|
+
flightsCount?: number | undefined;
|
|
3163
|
+
/**
|
|
3164
|
+
* @generated from field: int32 id = 4;
|
|
3165
|
+
*/
|
|
3166
|
+
id: number;
|
|
3167
|
+
/**
|
|
3168
|
+
* @generated from field: launch.v1.Image image = 5;
|
|
3169
|
+
*/
|
|
3170
|
+
image?: Image | undefined;
|
|
3171
|
+
/**
|
|
3172
|
+
* @generated from field: bool in_space = 6;
|
|
3173
|
+
*/
|
|
3174
|
+
inSpace: boolean;
|
|
3175
|
+
/**
|
|
3176
|
+
* @generated from field: bool is_placeholder = 7;
|
|
3177
|
+
*/
|
|
3178
|
+
isPlaceholder: boolean;
|
|
3179
|
+
/**
|
|
3180
|
+
* @generated from field: optional int32 mission_ends_count = 8;
|
|
3181
|
+
*/
|
|
3182
|
+
missionEndsCount?: number | undefined;
|
|
3183
|
+
/**
|
|
3184
|
+
* @generated from field: string name = 9;
|
|
3185
|
+
*/
|
|
3186
|
+
name: string;
|
|
3187
|
+
/**
|
|
3188
|
+
* @generated from field: string response_mode = 10;
|
|
3189
|
+
*/
|
|
3190
|
+
responseMode: string;
|
|
3191
|
+
/**
|
|
3192
|
+
* @generated from field: optional string serial_number = 11;
|
|
3193
|
+
*/
|
|
3194
|
+
serialNumber?: string | undefined;
|
|
3195
|
+
/**
|
|
3196
|
+
* @generated from field: launch.v1.SpacecraftConfigDetailed spacecraft_config = 12;
|
|
3197
|
+
*/
|
|
3198
|
+
spacecraftConfig?: SpacecraftConfigDetailed | undefined;
|
|
3199
|
+
/**
|
|
3200
|
+
* @generated from field: launch.v1.SpacecraftStatus status = 13;
|
|
3201
|
+
*/
|
|
3202
|
+
status?: SpacecraftStatus | undefined;
|
|
3203
|
+
/**
|
|
3204
|
+
* @generated from field: optional string time_docked = 14;
|
|
3205
|
+
*/
|
|
3206
|
+
timeDocked?: string | undefined;
|
|
3207
|
+
/**
|
|
3208
|
+
* @generated from field: optional string time_in_space = 15;
|
|
3209
|
+
*/
|
|
3210
|
+
timeInSpace?: string | undefined;
|
|
3211
|
+
/**
|
|
3212
|
+
* @generated from field: string url = 16;
|
|
3213
|
+
*/
|
|
3214
|
+
url: string;
|
|
3215
|
+
};
|
|
3216
|
+
/**
|
|
3217
|
+
* Describes the message launch.v1.SpacecraftDetailed.
|
|
3218
|
+
* Use `create(SpacecraftDetailedSchema)` to create a new message.
|
|
3219
|
+
*/
|
|
3220
|
+
export declare const SpacecraftDetailedSchema: GenMessage<SpacecraftDetailed>;
|
|
3221
|
+
/**
|
|
3222
|
+
* @generated from message launch.v1.SpacecraftFlightDetailedSerializerNoLaunch
|
|
3223
|
+
*/
|
|
3224
|
+
export type SpacecraftFlightDetailedSerializerNoLaunch = Message<"launch.v1.SpacecraftFlightDetailedSerializerNoLaunch"> & {
|
|
3225
|
+
/**
|
|
3226
|
+
* @generated from field: optional string destination = 1;
|
|
3227
|
+
*/
|
|
3228
|
+
destination?: string | undefined;
|
|
3229
|
+
/**
|
|
3230
|
+
* @generated from field: repeated launch.v1.DockingEventForChaserNormal docking_events = 2;
|
|
3231
|
+
*/
|
|
3232
|
+
dockingEvents: DockingEventForChaserNormal[];
|
|
3233
|
+
/**
|
|
3234
|
+
* @generated from field: string duration = 3;
|
|
3235
|
+
*/
|
|
3236
|
+
duration: string;
|
|
3237
|
+
/**
|
|
3238
|
+
* @generated from field: int32 id = 4;
|
|
3239
|
+
*/
|
|
3240
|
+
id: number;
|
|
3241
|
+
/**
|
|
3242
|
+
* @generated from field: launch.v1.Landing landing = 5;
|
|
3243
|
+
*/
|
|
3244
|
+
landing?: Landing | undefined;
|
|
3245
|
+
/**
|
|
3246
|
+
* @generated from field: repeated launch.v1.AstronautFlight landing_crew = 6;
|
|
3247
|
+
*/
|
|
3248
|
+
landingCrew: AstronautFlight[];
|
|
3249
|
+
/**
|
|
3250
|
+
* @generated from field: repeated launch.v1.AstronautFlight launch_crew = 7;
|
|
3251
|
+
*/
|
|
3252
|
+
launchCrew: AstronautFlight[];
|
|
3253
|
+
/**
|
|
3254
|
+
* @generated from field: optional string mission_end = 8;
|
|
3255
|
+
*/
|
|
3256
|
+
missionEnd?: string | undefined;
|
|
3257
|
+
/**
|
|
3258
|
+
* @generated from field: repeated launch.v1.AstronautFlight onboard_crew = 9;
|
|
3259
|
+
*/
|
|
3260
|
+
onboardCrew: AstronautFlight[];
|
|
3261
|
+
/**
|
|
3262
|
+
* @generated from field: string response_mode = 10;
|
|
3263
|
+
*/
|
|
3264
|
+
responseMode: string;
|
|
3265
|
+
/**
|
|
3266
|
+
* @generated from field: launch.v1.SpacecraftDetailed spacecraft = 11;
|
|
3267
|
+
*/
|
|
3268
|
+
spacecraft?: SpacecraftDetailed | undefined;
|
|
3269
|
+
/**
|
|
3270
|
+
* @generated from field: string turn_around_time = 12;
|
|
3271
|
+
*/
|
|
3272
|
+
turnAroundTime: string;
|
|
3273
|
+
/**
|
|
3274
|
+
* @generated from field: string url = 13;
|
|
3275
|
+
*/
|
|
3276
|
+
url: string;
|
|
3277
|
+
};
|
|
3278
|
+
/**
|
|
3279
|
+
* Describes the message launch.v1.SpacecraftFlightDetailedSerializerNoLaunch.
|
|
3280
|
+
* Use `create(SpacecraftFlightDetailedSerializerNoLaunchSchema)` to create a new message.
|
|
3281
|
+
*/
|
|
3282
|
+
export declare const SpacecraftFlightDetailedSerializerNoLaunchSchema: GenMessage<SpacecraftFlightDetailedSerializerNoLaunch>;
|
|
3283
|
+
/**
|
|
3284
|
+
* @generated from message launch.v1.SpacecraftFlightNormal
|
|
3285
|
+
*/
|
|
3286
|
+
export type SpacecraftFlightNormal = Message<"launch.v1.SpacecraftFlightNormal"> & {
|
|
3287
|
+
/**
|
|
3288
|
+
* @generated from field: optional string destination = 1;
|
|
3289
|
+
*/
|
|
3290
|
+
destination?: string | undefined;
|
|
3291
|
+
/**
|
|
3292
|
+
* @generated from field: string duration = 2;
|
|
3293
|
+
*/
|
|
3294
|
+
duration: string;
|
|
3295
|
+
/**
|
|
3296
|
+
* @generated from field: int32 id = 3;
|
|
3297
|
+
*/
|
|
3298
|
+
id: number;
|
|
3299
|
+
/**
|
|
3300
|
+
* @generated from field: launch.v1.Landing landing = 4;
|
|
3301
|
+
*/
|
|
3302
|
+
landing?: Landing | undefined;
|
|
3303
|
+
/**
|
|
3304
|
+
* @generated from field: launch.v1.LaunchNormal launch = 5;
|
|
3305
|
+
*/
|
|
3306
|
+
launch?: LaunchNormal | undefined;
|
|
3307
|
+
/**
|
|
3308
|
+
* @generated from field: optional string mission_end = 6;
|
|
3309
|
+
*/
|
|
3310
|
+
missionEnd?: string | undefined;
|
|
3311
|
+
/**
|
|
3312
|
+
* @generated from field: string response_mode = 7;
|
|
3313
|
+
*/
|
|
3314
|
+
responseMode: string;
|
|
3315
|
+
/**
|
|
3316
|
+
* @generated from field: launch.v1.SpacecraftNormal spacecraft = 8;
|
|
3317
|
+
*/
|
|
3318
|
+
spacecraft?: SpacecraftNormal | undefined;
|
|
3319
|
+
/**
|
|
3320
|
+
* @generated from field: string turn_around_time = 9;
|
|
3321
|
+
*/
|
|
3322
|
+
turnAroundTime: string;
|
|
3323
|
+
/**
|
|
3324
|
+
* @generated from field: string url = 10;
|
|
3325
|
+
*/
|
|
3326
|
+
url: string;
|
|
3327
|
+
};
|
|
3328
|
+
/**
|
|
3329
|
+
* Describes the message launch.v1.SpacecraftFlightNormal.
|
|
3330
|
+
* Use `create(SpacecraftFlightNormalSchema)` to create a new message.
|
|
3331
|
+
*/
|
|
3332
|
+
export declare const SpacecraftFlightNormalSchema: GenMessage<SpacecraftFlightNormal>;
|
|
3333
|
+
/**
|
|
3334
|
+
* @generated from message launch.v1.SpacecraftNormal
|
|
3335
|
+
*/
|
|
3336
|
+
export type SpacecraftNormal = Message<"launch.v1.SpacecraftNormal"> & {
|
|
3337
|
+
/**
|
|
3338
|
+
* @generated from field: string description = 1;
|
|
3339
|
+
*/
|
|
3340
|
+
description: string;
|
|
3341
|
+
/**
|
|
3342
|
+
* @generated from field: optional string fastest_turnaround = 2;
|
|
3343
|
+
*/
|
|
3344
|
+
fastestTurnaround?: string | undefined;
|
|
3345
|
+
/**
|
|
3346
|
+
* @generated from field: optional int32 flights_count = 3;
|
|
3347
|
+
*/
|
|
3348
|
+
flightsCount?: number | undefined;
|
|
3349
|
+
/**
|
|
3350
|
+
* @generated from field: int32 id = 4;
|
|
3351
|
+
*/
|
|
3352
|
+
id: number;
|
|
3353
|
+
/**
|
|
3354
|
+
* @generated from field: launch.v1.Image image = 5;
|
|
3355
|
+
*/
|
|
3356
|
+
image?: Image | undefined;
|
|
3357
|
+
/**
|
|
3358
|
+
* @generated from field: bool in_space = 6;
|
|
3359
|
+
*/
|
|
3360
|
+
inSpace: boolean;
|
|
3361
|
+
/**
|
|
3362
|
+
* @generated from field: bool is_placeholder = 7;
|
|
3363
|
+
*/
|
|
3364
|
+
isPlaceholder: boolean;
|
|
3365
|
+
/**
|
|
3366
|
+
* @generated from field: optional int32 mission_ends_count = 8;
|
|
3367
|
+
*/
|
|
3368
|
+
missionEndsCount?: number | undefined;
|
|
3369
|
+
/**
|
|
3370
|
+
* @generated from field: string name = 9;
|
|
3371
|
+
*/
|
|
3372
|
+
name: string;
|
|
3373
|
+
/**
|
|
3374
|
+
* @generated from field: string response_mode = 10;
|
|
3375
|
+
*/
|
|
3376
|
+
responseMode: string;
|
|
3377
|
+
/**
|
|
3378
|
+
* @generated from field: optional string serial_number = 11;
|
|
3379
|
+
*/
|
|
3380
|
+
serialNumber?: string | undefined;
|
|
3381
|
+
/**
|
|
3382
|
+
* @generated from field: launch.v1.SpacecraftConfigNormal spacecraft_config = 12;
|
|
3383
|
+
*/
|
|
3384
|
+
spacecraftConfig?: SpacecraftConfigNormal | undefined;
|
|
3385
|
+
/**
|
|
3386
|
+
* @generated from field: launch.v1.SpacecraftStatus status = 13;
|
|
3387
|
+
*/
|
|
3388
|
+
status?: SpacecraftStatus | undefined;
|
|
3389
|
+
/**
|
|
3390
|
+
* @generated from field: optional string time_docked = 14;
|
|
3391
|
+
*/
|
|
3392
|
+
timeDocked?: string | undefined;
|
|
3393
|
+
/**
|
|
3394
|
+
* @generated from field: optional string time_in_space = 15;
|
|
3395
|
+
*/
|
|
3396
|
+
timeInSpace?: string | undefined;
|
|
3397
|
+
/**
|
|
3398
|
+
* @generated from field: string url = 16;
|
|
3399
|
+
*/
|
|
3400
|
+
url: string;
|
|
3401
|
+
};
|
|
3402
|
+
/**
|
|
3403
|
+
* Describes the message launch.v1.SpacecraftNormal.
|
|
3404
|
+
* Use `create(SpacecraftNormalSchema)` to create a new message.
|
|
3405
|
+
*/
|
|
3406
|
+
export declare const SpacecraftNormalSchema: GenMessage<SpacecraftNormal>;
|
|
3407
|
+
/**
|
|
3408
|
+
* @generated from message launch.v1.SpacecraftStatus
|
|
3409
|
+
*/
|
|
3410
|
+
export type SpacecraftStatus = Message<"launch.v1.SpacecraftStatus"> & {
|
|
3411
|
+
/**
|
|
3412
|
+
* @generated from field: int32 id = 1;
|
|
3413
|
+
*/
|
|
3414
|
+
id: number;
|
|
3415
|
+
/**
|
|
3416
|
+
* @generated from field: string name = 2;
|
|
3417
|
+
*/
|
|
3418
|
+
name: string;
|
|
3419
|
+
};
|
|
3420
|
+
/**
|
|
3421
|
+
* Describes the message launch.v1.SpacecraftStatus.
|
|
3422
|
+
* Use `create(SpacecraftStatusSchema)` to create a new message.
|
|
3423
|
+
*/
|
|
3424
|
+
export declare const SpacecraftStatusSchema: GenMessage<SpacecraftStatus>;
|
|
3425
|
+
/**
|
|
3426
|
+
* @generated from message launch.v1.TimelineEvent
|
|
3427
|
+
*/
|
|
3428
|
+
export type TimelineEvent = Message<"launch.v1.TimelineEvent"> & {
|
|
3429
|
+
/**
|
|
3430
|
+
* @generated from field: optional string relative_time = 1;
|
|
3431
|
+
*/
|
|
3432
|
+
relativeTime?: string | undefined;
|
|
3433
|
+
/**
|
|
3434
|
+
* @generated from field: launch.v1.TimelineEventType type = 2;
|
|
3435
|
+
*/
|
|
3436
|
+
type?: TimelineEventType | undefined;
|
|
3437
|
+
};
|
|
3438
|
+
/**
|
|
3439
|
+
* Describes the message launch.v1.TimelineEvent.
|
|
3440
|
+
* Use `create(TimelineEventSchema)` to create a new message.
|
|
3441
|
+
*/
|
|
3442
|
+
export declare const TimelineEventSchema: GenMessage<TimelineEvent>;
|
|
3443
|
+
/**
|
|
3444
|
+
* @generated from message launch.v1.TimelineEventType
|
|
3445
|
+
*/
|
|
3446
|
+
export type TimelineEventType = Message<"launch.v1.TimelineEventType"> & {
|
|
3447
|
+
/**
|
|
3448
|
+
* @generated from field: string abbrev = 1;
|
|
3449
|
+
*/
|
|
3450
|
+
abbrev: string;
|
|
3451
|
+
/**
|
|
3452
|
+
* @generated from field: string description = 2;
|
|
3453
|
+
*/
|
|
3454
|
+
description: string;
|
|
3455
|
+
/**
|
|
3456
|
+
* @generated from field: int32 id = 3;
|
|
3457
|
+
*/
|
|
3458
|
+
id: number;
|
|
3459
|
+
};
|
|
3460
|
+
/**
|
|
3461
|
+
* Describes the message launch.v1.TimelineEventType.
|
|
3462
|
+
* Use `create(TimelineEventTypeSchema)` to create a new message.
|
|
3463
|
+
*/
|
|
3464
|
+
export declare const TimelineEventTypeSchema: GenMessage<TimelineEventType>;
|
|
3465
|
+
/**
|
|
3466
|
+
* @generated from message launch.v1.Update
|
|
3467
|
+
*/
|
|
3468
|
+
export type Update = Message<"launch.v1.Update"> & {
|
|
3469
|
+
/**
|
|
3470
|
+
* @generated from field: optional string comment = 1;
|
|
3471
|
+
*/
|
|
3472
|
+
comment?: string | undefined;
|
|
3473
|
+
/**
|
|
3474
|
+
* @generated from field: optional string created_by = 2;
|
|
3475
|
+
*/
|
|
3476
|
+
createdBy?: string | undefined;
|
|
3477
|
+
/**
|
|
3478
|
+
* @generated from field: string created_on = 3;
|
|
3479
|
+
*/
|
|
3480
|
+
createdOn: string;
|
|
3481
|
+
/**
|
|
3482
|
+
* @generated from field: int32 id = 4;
|
|
3483
|
+
*/
|
|
3484
|
+
id: number;
|
|
3485
|
+
/**
|
|
3486
|
+
* @generated from field: optional string info_url = 5;
|
|
3487
|
+
*/
|
|
3488
|
+
infoUrl?: string | undefined;
|
|
3489
|
+
/**
|
|
3490
|
+
* @generated from field: optional string profile_image = 6;
|
|
3491
|
+
*/
|
|
3492
|
+
profileImage?: string | undefined;
|
|
3493
|
+
};
|
|
3494
|
+
/**
|
|
3495
|
+
* Describes the message launch.v1.Update.
|
|
3496
|
+
* Use `create(UpdateSchema)` to create a new message.
|
|
3497
|
+
*/
|
|
3498
|
+
export declare const UpdateSchema: GenMessage<Update>;
|
|
3499
|
+
/**
|
|
3500
|
+
* @generated from message launch.v1.VidURL
|
|
3501
|
+
*/
|
|
3502
|
+
export type VidURL = Message<"launch.v1.VidURL"> & {
|
|
3503
|
+
/**
|
|
3504
|
+
* @generated from field: optional string description = 1;
|
|
3505
|
+
*/
|
|
3506
|
+
description?: string | undefined;
|
|
3507
|
+
/**
|
|
3508
|
+
* @generated from field: optional string end_time = 2;
|
|
3509
|
+
*/
|
|
3510
|
+
endTime?: string | undefined;
|
|
3511
|
+
/**
|
|
3512
|
+
* @generated from field: optional string feature_image = 3;
|
|
3513
|
+
*/
|
|
3514
|
+
featureImage?: string | undefined;
|
|
3515
|
+
/**
|
|
3516
|
+
* @generated from field: launch.v1.Language language = 4;
|
|
3517
|
+
*/
|
|
3518
|
+
language?: Language | undefined;
|
|
3519
|
+
/**
|
|
3520
|
+
* @generated from field: bool live = 5;
|
|
3521
|
+
*/
|
|
3522
|
+
live: boolean;
|
|
3523
|
+
/**
|
|
3524
|
+
* @generated from field: int32 priority = 6;
|
|
3525
|
+
*/
|
|
3526
|
+
priority: number;
|
|
3527
|
+
/**
|
|
3528
|
+
* @generated from field: optional string publisher = 7;
|
|
3529
|
+
*/
|
|
3530
|
+
publisher?: string | undefined;
|
|
3531
|
+
/**
|
|
3532
|
+
* @generated from field: optional string source = 8;
|
|
3533
|
+
*/
|
|
3534
|
+
source?: string | undefined;
|
|
3535
|
+
/**
|
|
3536
|
+
* @generated from field: optional string start_time = 9;
|
|
3537
|
+
*/
|
|
3538
|
+
startTime?: string | undefined;
|
|
3539
|
+
/**
|
|
3540
|
+
* @generated from field: optional string title = 10;
|
|
3541
|
+
*/
|
|
3542
|
+
title?: string | undefined;
|
|
3543
|
+
/**
|
|
3544
|
+
* @generated from field: launch.v1.VidURLType type = 11;
|
|
3545
|
+
*/
|
|
3546
|
+
type?: VidURLType | undefined;
|
|
3547
|
+
/**
|
|
3548
|
+
* @generated from field: string url = 12;
|
|
3549
|
+
*/
|
|
3550
|
+
url: string;
|
|
3551
|
+
};
|
|
3552
|
+
/**
|
|
3553
|
+
* Describes the message launch.v1.VidURL.
|
|
3554
|
+
* Use `create(VidURLSchema)` to create a new message.
|
|
3555
|
+
*/
|
|
3556
|
+
export declare const VidURLSchema: GenMessage<VidURL>;
|
|
3557
|
+
/**
|
|
3558
|
+
* @generated from message launch.v1.VidURLType
|
|
3559
|
+
*/
|
|
3560
|
+
export type VidURLType = Message<"launch.v1.VidURLType"> & {
|
|
3561
|
+
/**
|
|
3562
|
+
* @generated from field: int32 id = 1;
|
|
3563
|
+
*/
|
|
3564
|
+
id: number;
|
|
3565
|
+
/**
|
|
3566
|
+
* @generated from field: string name = 2;
|
|
3567
|
+
*/
|
|
3568
|
+
name: string;
|
|
3569
|
+
};
|
|
3570
|
+
/**
|
|
3571
|
+
* Describes the message launch.v1.VidURLType.
|
|
3572
|
+
* Use `create(VidURLTypeSchema)` to create a new message.
|
|
3573
|
+
*/
|
|
3574
|
+
export declare const VidURLTypeSchema: GenMessage<VidURLType>;
|
|
3575
|
+
/**
|
|
3576
|
+
* @generated from message launch.v1.ListLaunchesRequest
|
|
3577
|
+
*/
|
|
3578
|
+
export type ListLaunchesRequest = Message<"launch.v1.ListLaunchesRequest"> & {
|
|
3579
|
+
/**
|
|
3580
|
+
* @generated from field: int32 limit = 1;
|
|
3581
|
+
*/
|
|
3582
|
+
limit: number;
|
|
3583
|
+
/**
|
|
3584
|
+
* @generated from field: int32 offset = 2;
|
|
3585
|
+
*/
|
|
3586
|
+
offset: number;
|
|
3587
|
+
/**
|
|
3588
|
+
* @generated from field: string search = 3;
|
|
3589
|
+
*/
|
|
3590
|
+
search: string;
|
|
3591
|
+
/**
|
|
3592
|
+
* @generated from field: string mode = 4;
|
|
3593
|
+
*/
|
|
3594
|
+
mode: string;
|
|
3595
|
+
};
|
|
3596
|
+
/**
|
|
3597
|
+
* Describes the message launch.v1.ListLaunchesRequest.
|
|
3598
|
+
* Use `create(ListLaunchesRequestSchema)` to create a new message.
|
|
3599
|
+
*/
|
|
3600
|
+
export declare const ListLaunchesRequestSchema: GenMessage<ListLaunchesRequest>;
|
|
3601
|
+
/**
|
|
3602
|
+
* @generated from message launch.v1.ListLaunchesResponse
|
|
3603
|
+
*/
|
|
3604
|
+
export type ListLaunchesResponse = Message<"launch.v1.ListLaunchesResponse"> & {
|
|
3605
|
+
/**
|
|
3606
|
+
* @generated from field: int32 count = 1;
|
|
3607
|
+
*/
|
|
3608
|
+
count: number;
|
|
3609
|
+
/**
|
|
3610
|
+
* @generated from field: string next = 2;
|
|
3611
|
+
*/
|
|
3612
|
+
next: string;
|
|
3613
|
+
/**
|
|
3614
|
+
* @generated from field: string previous = 3;
|
|
3615
|
+
*/
|
|
3616
|
+
previous: string;
|
|
3617
|
+
/**
|
|
3618
|
+
* @generated from field: repeated launch.v1.Launch results = 4;
|
|
3619
|
+
*/
|
|
3620
|
+
results: Launch[];
|
|
3621
|
+
};
|
|
3622
|
+
/**
|
|
3623
|
+
* Describes the message launch.v1.ListLaunchesResponse.
|
|
3624
|
+
* Use `create(ListLaunchesResponseSchema)` to create a new message.
|
|
3625
|
+
*/
|
|
3626
|
+
export declare const ListLaunchesResponseSchema: GenMessage<ListLaunchesResponse>;
|
|
3627
|
+
/**
|
|
3628
|
+
* @generated from message launch.v1.GetLaunchRequest
|
|
3629
|
+
*/
|
|
3630
|
+
export type GetLaunchRequest = Message<"launch.v1.GetLaunchRequest"> & {
|
|
3631
|
+
/**
|
|
3632
|
+
* @generated from field: string id = 1;
|
|
3633
|
+
*/
|
|
3634
|
+
id: string;
|
|
3635
|
+
/**
|
|
3636
|
+
* @generated from field: string mode = 2;
|
|
3637
|
+
*/
|
|
3638
|
+
mode: string;
|
|
3639
|
+
};
|
|
3640
|
+
/**
|
|
3641
|
+
* Describes the message launch.v1.GetLaunchRequest.
|
|
3642
|
+
* Use `create(GetLaunchRequestSchema)` to create a new message.
|
|
3643
|
+
*/
|
|
3644
|
+
export declare const GetLaunchRequestSchema: GenMessage<GetLaunchRequest>;
|
|
3645
|
+
/**
|
|
3646
|
+
* @generated from message launch.v1.GetLaunchResponse
|
|
3647
|
+
*/
|
|
3648
|
+
export type GetLaunchResponse = Message<"launch.v1.GetLaunchResponse"> & {
|
|
3649
|
+
/**
|
|
3650
|
+
* @generated from field: launch.v1.Launch launch = 1;
|
|
3651
|
+
*/
|
|
3652
|
+
launch?: Launch | undefined;
|
|
3653
|
+
};
|
|
3654
|
+
/**
|
|
3655
|
+
* Describes the message launch.v1.GetLaunchResponse.
|
|
3656
|
+
* Use `create(GetLaunchResponseSchema)` to create a new message.
|
|
3657
|
+
*/
|
|
3658
|
+
export declare const GetLaunchResponseSchema: GenMessage<GetLaunchResponse>;
|
|
3659
|
+
/**
|
|
3660
|
+
* @generated from service launch.v1.LaunchService
|
|
3661
|
+
*/
|
|
3662
|
+
export declare const LaunchService: GenService<{
|
|
3663
|
+
/**
|
|
3664
|
+
* @generated from rpc launch.v1.LaunchService.ListLaunches
|
|
3665
|
+
*/
|
|
3666
|
+
listLaunches: {
|
|
3667
|
+
methodKind: "unary";
|
|
3668
|
+
input: typeof ListLaunchesRequestSchema;
|
|
3669
|
+
output: typeof ListLaunchesResponseSchema;
|
|
3670
|
+
};
|
|
3671
|
+
/**
|
|
3672
|
+
* @generated from rpc launch.v1.LaunchService.GetLaunch
|
|
3673
|
+
*/
|
|
3674
|
+
getLaunch: {
|
|
3675
|
+
methodKind: "unary";
|
|
3676
|
+
input: typeof GetLaunchRequestSchema;
|
|
3677
|
+
output: typeof GetLaunchResponseSchema;
|
|
3678
|
+
};
|
|
3679
|
+
}>;
|