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,2261 @@
|
|
|
1
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file proto/spacecraft/v1/spacecraft.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_proto_spacecraft_v1_spacecraft: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* @generated from message spacecraft.v1.AgencyDetailed
|
|
9
|
+
*/
|
|
10
|
+
export type AgencyDetailed = Message<"spacecraft.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 spacecraft.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: spacecraft.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: spacecraft.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: spacecraft.v1.Image social_logo = 25;
|
|
109
|
+
*/
|
|
110
|
+
socialLogo?: Image | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* @generated from field: repeated spacecraft.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: spacecraft.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 spacecraft.v1.AgencyDetailed.
|
|
154
|
+
* Use `create(AgencyDetailedSchema)` to create a new message.
|
|
155
|
+
*/
|
|
156
|
+
export declare const AgencyDetailedSchema: GenMessage<AgencyDetailed>;
|
|
157
|
+
/**
|
|
158
|
+
* @generated from message spacecraft.v1.AgencyMini
|
|
159
|
+
*/
|
|
160
|
+
export type AgencyMini = Message<"spacecraft.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: spacecraft.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 spacecraft.v1.AgencyMini.
|
|
188
|
+
* Use `create(AgencyMiniSchema)` to create a new message.
|
|
189
|
+
*/
|
|
190
|
+
export declare const AgencyMiniSchema: GenMessage<AgencyMini>;
|
|
191
|
+
/**
|
|
192
|
+
* @generated from message spacecraft.v1.AgencyNormal
|
|
193
|
+
*/
|
|
194
|
+
export type AgencyNormal = Message<"spacecraft.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 spacecraft.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: spacecraft.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: spacecraft.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: spacecraft.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: spacecraft.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 spacecraft.v1.AgencyNormal.
|
|
266
|
+
* Use `create(AgencyNormalSchema)` to create a new message.
|
|
267
|
+
*/
|
|
268
|
+
export declare const AgencyNormalSchema: GenMessage<AgencyNormal>;
|
|
269
|
+
/**
|
|
270
|
+
* @generated from message spacecraft.v1.AgencyType
|
|
271
|
+
*/
|
|
272
|
+
export type AgencyType = Message<"spacecraft.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 spacecraft.v1.AgencyType.
|
|
284
|
+
* Use `create(AgencyTypeSchema)` to create a new message.
|
|
285
|
+
*/
|
|
286
|
+
export declare const AgencyTypeSchema: GenMessage<AgencyType>;
|
|
287
|
+
/**
|
|
288
|
+
* @generated from message spacecraft.v1.CelestialBodyDetailed
|
|
289
|
+
*/
|
|
290
|
+
export type CelestialBodyDetailed = Message<"spacecraft.v1.CelestialBodyDetailed"> & {
|
|
291
|
+
/**
|
|
292
|
+
* @generated from field: bool atmosphere = 1;
|
|
293
|
+
*/
|
|
294
|
+
atmosphere: boolean;
|
|
295
|
+
/**
|
|
296
|
+
* @generated from field: optional string description = 2;
|
|
297
|
+
*/
|
|
298
|
+
description?: string | undefined;
|
|
299
|
+
/**
|
|
300
|
+
* @generated from field: optional float diameter = 3;
|
|
301
|
+
*/
|
|
302
|
+
diameter?: number | undefined;
|
|
303
|
+
/**
|
|
304
|
+
* @generated from field: int32 failed_landings = 4;
|
|
305
|
+
*/
|
|
306
|
+
failedLandings: number;
|
|
307
|
+
/**
|
|
308
|
+
* @generated from field: int32 failed_launches = 5;
|
|
309
|
+
*/
|
|
310
|
+
failedLaunches: number;
|
|
311
|
+
/**
|
|
312
|
+
* @generated from field: optional float gravity = 6;
|
|
313
|
+
*/
|
|
314
|
+
gravity?: number | undefined;
|
|
315
|
+
/**
|
|
316
|
+
* @generated from field: int32 id = 7;
|
|
317
|
+
*/
|
|
318
|
+
id: number;
|
|
319
|
+
/**
|
|
320
|
+
* @generated from field: spacecraft.v1.Image image = 8;
|
|
321
|
+
*/
|
|
322
|
+
image?: Image | undefined;
|
|
323
|
+
/**
|
|
324
|
+
* @generated from field: optional string length_of_day = 9;
|
|
325
|
+
*/
|
|
326
|
+
lengthOfDay?: string | undefined;
|
|
327
|
+
/**
|
|
328
|
+
* @generated from field: optional float mass = 10;
|
|
329
|
+
*/
|
|
330
|
+
mass?: number | undefined;
|
|
331
|
+
/**
|
|
332
|
+
* @generated from field: string name = 11;
|
|
333
|
+
*/
|
|
334
|
+
name: string;
|
|
335
|
+
/**
|
|
336
|
+
* @generated from field: string response_mode = 12;
|
|
337
|
+
*/
|
|
338
|
+
responseMode: string;
|
|
339
|
+
/**
|
|
340
|
+
* @generated from field: int32 successful_landings = 13;
|
|
341
|
+
*/
|
|
342
|
+
successfulLandings: number;
|
|
343
|
+
/**
|
|
344
|
+
* @generated from field: int32 successful_launches = 14;
|
|
345
|
+
*/
|
|
346
|
+
successfulLaunches: number;
|
|
347
|
+
/**
|
|
348
|
+
* @generated from field: int32 total_attempted_landings = 15;
|
|
349
|
+
*/
|
|
350
|
+
totalAttemptedLandings: number;
|
|
351
|
+
/**
|
|
352
|
+
* @generated from field: int32 total_attempted_launches = 16;
|
|
353
|
+
*/
|
|
354
|
+
totalAttemptedLaunches: number;
|
|
355
|
+
/**
|
|
356
|
+
* @generated from field: spacecraft.v1.CelestialBodyType type = 17;
|
|
357
|
+
*/
|
|
358
|
+
type?: CelestialBodyType | undefined;
|
|
359
|
+
/**
|
|
360
|
+
* @generated from field: optional string wiki_url = 18;
|
|
361
|
+
*/
|
|
362
|
+
wikiUrl?: string | undefined;
|
|
363
|
+
};
|
|
364
|
+
/**
|
|
365
|
+
* Describes the message spacecraft.v1.CelestialBodyDetailed.
|
|
366
|
+
* Use `create(CelestialBodyDetailedSchema)` to create a new message.
|
|
367
|
+
*/
|
|
368
|
+
export declare const CelestialBodyDetailedSchema: GenMessage<CelestialBodyDetailed>;
|
|
369
|
+
/**
|
|
370
|
+
* @generated from message spacecraft.v1.CelestialBodyMini
|
|
371
|
+
*/
|
|
372
|
+
export type CelestialBodyMini = Message<"spacecraft.v1.CelestialBodyMini"> & {
|
|
373
|
+
/**
|
|
374
|
+
* @generated from field: int32 id = 1;
|
|
375
|
+
*/
|
|
376
|
+
id: number;
|
|
377
|
+
/**
|
|
378
|
+
* @generated from field: string name = 2;
|
|
379
|
+
*/
|
|
380
|
+
name: string;
|
|
381
|
+
/**
|
|
382
|
+
* @generated from field: string response_mode = 3;
|
|
383
|
+
*/
|
|
384
|
+
responseMode: string;
|
|
385
|
+
};
|
|
386
|
+
/**
|
|
387
|
+
* Describes the message spacecraft.v1.CelestialBodyMini.
|
|
388
|
+
* Use `create(CelestialBodyMiniSchema)` to create a new message.
|
|
389
|
+
*/
|
|
390
|
+
export declare const CelestialBodyMiniSchema: GenMessage<CelestialBodyMini>;
|
|
391
|
+
/**
|
|
392
|
+
* @generated from message spacecraft.v1.CelestialBodyNormal
|
|
393
|
+
*/
|
|
394
|
+
export type CelestialBodyNormal = Message<"spacecraft.v1.CelestialBodyNormal"> & {
|
|
395
|
+
/**
|
|
396
|
+
* @generated from field: bool atmosphere = 1;
|
|
397
|
+
*/
|
|
398
|
+
atmosphere: boolean;
|
|
399
|
+
/**
|
|
400
|
+
* @generated from field: optional string description = 2;
|
|
401
|
+
*/
|
|
402
|
+
description?: string | undefined;
|
|
403
|
+
/**
|
|
404
|
+
* @generated from field: optional float diameter = 3;
|
|
405
|
+
*/
|
|
406
|
+
diameter?: number | undefined;
|
|
407
|
+
/**
|
|
408
|
+
* @generated from field: optional float gravity = 4;
|
|
409
|
+
*/
|
|
410
|
+
gravity?: number | undefined;
|
|
411
|
+
/**
|
|
412
|
+
* @generated from field: int32 id = 5;
|
|
413
|
+
*/
|
|
414
|
+
id: number;
|
|
415
|
+
/**
|
|
416
|
+
* @generated from field: spacecraft.v1.Image image = 6;
|
|
417
|
+
*/
|
|
418
|
+
image?: Image | undefined;
|
|
419
|
+
/**
|
|
420
|
+
* @generated from field: optional string length_of_day = 7;
|
|
421
|
+
*/
|
|
422
|
+
lengthOfDay?: string | undefined;
|
|
423
|
+
/**
|
|
424
|
+
* @generated from field: optional float mass = 8;
|
|
425
|
+
*/
|
|
426
|
+
mass?: number | undefined;
|
|
427
|
+
/**
|
|
428
|
+
* @generated from field: string name = 9;
|
|
429
|
+
*/
|
|
430
|
+
name: string;
|
|
431
|
+
/**
|
|
432
|
+
* @generated from field: string response_mode = 10;
|
|
433
|
+
*/
|
|
434
|
+
responseMode: string;
|
|
435
|
+
/**
|
|
436
|
+
* @generated from field: spacecraft.v1.CelestialBodyType type = 11;
|
|
437
|
+
*/
|
|
438
|
+
type?: CelestialBodyType | undefined;
|
|
439
|
+
/**
|
|
440
|
+
* @generated from field: optional string wiki_url = 12;
|
|
441
|
+
*/
|
|
442
|
+
wikiUrl?: string | undefined;
|
|
443
|
+
};
|
|
444
|
+
/**
|
|
445
|
+
* Describes the message spacecraft.v1.CelestialBodyNormal.
|
|
446
|
+
* Use `create(CelestialBodyNormalSchema)` to create a new message.
|
|
447
|
+
*/
|
|
448
|
+
export declare const CelestialBodyNormalSchema: GenMessage<CelestialBodyNormal>;
|
|
449
|
+
/**
|
|
450
|
+
* @generated from message spacecraft.v1.CelestialBodyType
|
|
451
|
+
*/
|
|
452
|
+
export type CelestialBodyType = Message<"spacecraft.v1.CelestialBodyType"> & {
|
|
453
|
+
/**
|
|
454
|
+
* @generated from field: int32 id = 1;
|
|
455
|
+
*/
|
|
456
|
+
id: number;
|
|
457
|
+
/**
|
|
458
|
+
* @generated from field: string name = 2;
|
|
459
|
+
*/
|
|
460
|
+
name: string;
|
|
461
|
+
};
|
|
462
|
+
/**
|
|
463
|
+
* Describes the message spacecraft.v1.CelestialBodyType.
|
|
464
|
+
* Use `create(CelestialBodyTypeSchema)` to create a new message.
|
|
465
|
+
*/
|
|
466
|
+
export declare const CelestialBodyTypeSchema: GenMessage<CelestialBodyType>;
|
|
467
|
+
/**
|
|
468
|
+
* @generated from message spacecraft.v1.Country
|
|
469
|
+
*/
|
|
470
|
+
export type Country = Message<"spacecraft.v1.Country"> & {
|
|
471
|
+
/**
|
|
472
|
+
* @generated from field: string alpha_2_code = 1;
|
|
473
|
+
*/
|
|
474
|
+
alpha2Code: string;
|
|
475
|
+
/**
|
|
476
|
+
* @generated from field: string alpha_3_code = 2;
|
|
477
|
+
*/
|
|
478
|
+
alpha3Code: string;
|
|
479
|
+
/**
|
|
480
|
+
* @generated from field: int32 id = 3;
|
|
481
|
+
*/
|
|
482
|
+
id: number;
|
|
483
|
+
/**
|
|
484
|
+
* @generated from field: string name = 4;
|
|
485
|
+
*/
|
|
486
|
+
name: string;
|
|
487
|
+
/**
|
|
488
|
+
* @generated from field: string nationality_name = 5;
|
|
489
|
+
*/
|
|
490
|
+
nationalityName: string;
|
|
491
|
+
/**
|
|
492
|
+
* @generated from field: string nationality_name_composed = 6;
|
|
493
|
+
*/
|
|
494
|
+
nationalityNameComposed: string;
|
|
495
|
+
};
|
|
496
|
+
/**
|
|
497
|
+
* Describes the message spacecraft.v1.Country.
|
|
498
|
+
* Use `create(CountrySchema)` to create a new message.
|
|
499
|
+
*/
|
|
500
|
+
export declare const CountrySchema: GenMessage<Country>;
|
|
501
|
+
/**
|
|
502
|
+
* @generated from message spacecraft.v1.Image
|
|
503
|
+
*/
|
|
504
|
+
export type Image = Message<"spacecraft.v1.Image"> & {
|
|
505
|
+
/**
|
|
506
|
+
* @generated from field: optional string credit = 1;
|
|
507
|
+
*/
|
|
508
|
+
credit?: string | undefined;
|
|
509
|
+
/**
|
|
510
|
+
* @generated from field: int32 id = 2;
|
|
511
|
+
*/
|
|
512
|
+
id: number;
|
|
513
|
+
/**
|
|
514
|
+
* @generated from field: string image_url = 3;
|
|
515
|
+
*/
|
|
516
|
+
imageUrl: string;
|
|
517
|
+
/**
|
|
518
|
+
* @generated from field: spacecraft.v1.ImageLicense license = 4;
|
|
519
|
+
*/
|
|
520
|
+
license?: ImageLicense | undefined;
|
|
521
|
+
/**
|
|
522
|
+
* @generated from field: string name = 5;
|
|
523
|
+
*/
|
|
524
|
+
name: string;
|
|
525
|
+
/**
|
|
526
|
+
* @generated from field: bool single_use = 6;
|
|
527
|
+
*/
|
|
528
|
+
singleUse: boolean;
|
|
529
|
+
/**
|
|
530
|
+
* @generated from field: string thumbnail_url = 7;
|
|
531
|
+
*/
|
|
532
|
+
thumbnailUrl: string;
|
|
533
|
+
/**
|
|
534
|
+
* @generated from field: repeated spacecraft.v1.ImageVariant variants = 8;
|
|
535
|
+
*/
|
|
536
|
+
variants: ImageVariant[];
|
|
537
|
+
};
|
|
538
|
+
/**
|
|
539
|
+
* Describes the message spacecraft.v1.Image.
|
|
540
|
+
* Use `create(ImageSchema)` to create a new message.
|
|
541
|
+
*/
|
|
542
|
+
export declare const ImageSchema: GenMessage<Image>;
|
|
543
|
+
/**
|
|
544
|
+
* @generated from message spacecraft.v1.ImageLicense
|
|
545
|
+
*/
|
|
546
|
+
export type ImageLicense = Message<"spacecraft.v1.ImageLicense"> & {
|
|
547
|
+
/**
|
|
548
|
+
* @generated from field: int32 id = 1;
|
|
549
|
+
*/
|
|
550
|
+
id: number;
|
|
551
|
+
/**
|
|
552
|
+
* @generated from field: optional string link = 2;
|
|
553
|
+
*/
|
|
554
|
+
link?: string | undefined;
|
|
555
|
+
/**
|
|
556
|
+
* @generated from field: string name = 3;
|
|
557
|
+
*/
|
|
558
|
+
name: string;
|
|
559
|
+
/**
|
|
560
|
+
* @generated from field: int32 priority = 4;
|
|
561
|
+
*/
|
|
562
|
+
priority: number;
|
|
563
|
+
};
|
|
564
|
+
/**
|
|
565
|
+
* Describes the message spacecraft.v1.ImageLicense.
|
|
566
|
+
* Use `create(ImageLicenseSchema)` to create a new message.
|
|
567
|
+
*/
|
|
568
|
+
export declare const ImageLicenseSchema: GenMessage<ImageLicense>;
|
|
569
|
+
/**
|
|
570
|
+
* @generated from message spacecraft.v1.ImageVariant
|
|
571
|
+
*/
|
|
572
|
+
export type ImageVariant = Message<"spacecraft.v1.ImageVariant"> & {
|
|
573
|
+
/**
|
|
574
|
+
* @generated from field: int32 id = 1;
|
|
575
|
+
*/
|
|
576
|
+
id: number;
|
|
577
|
+
/**
|
|
578
|
+
* @generated from field: string image_url = 2;
|
|
579
|
+
*/
|
|
580
|
+
imageUrl: string;
|
|
581
|
+
/**
|
|
582
|
+
* @generated from field: spacecraft.v1.ImageVariantType type = 3;
|
|
583
|
+
*/
|
|
584
|
+
type?: ImageVariantType | undefined;
|
|
585
|
+
};
|
|
586
|
+
/**
|
|
587
|
+
* Describes the message spacecraft.v1.ImageVariant.
|
|
588
|
+
* Use `create(ImageVariantSchema)` to create a new message.
|
|
589
|
+
*/
|
|
590
|
+
export declare const ImageVariantSchema: GenMessage<ImageVariant>;
|
|
591
|
+
/**
|
|
592
|
+
* @generated from message spacecraft.v1.ImageVariantType
|
|
593
|
+
*/
|
|
594
|
+
export type ImageVariantType = Message<"spacecraft.v1.ImageVariantType"> & {
|
|
595
|
+
/**
|
|
596
|
+
* @generated from field: int32 id = 1;
|
|
597
|
+
*/
|
|
598
|
+
id: number;
|
|
599
|
+
/**
|
|
600
|
+
* @generated from field: string name = 2;
|
|
601
|
+
*/
|
|
602
|
+
name: string;
|
|
603
|
+
};
|
|
604
|
+
/**
|
|
605
|
+
* Describes the message spacecraft.v1.ImageVariantType.
|
|
606
|
+
* Use `create(ImageVariantTypeSchema)` to create a new message.
|
|
607
|
+
*/
|
|
608
|
+
export declare const ImageVariantTypeSchema: GenMessage<ImageVariantType>;
|
|
609
|
+
/**
|
|
610
|
+
* @generated from message spacecraft.v1.InfoURL
|
|
611
|
+
*/
|
|
612
|
+
export type InfoURL = Message<"spacecraft.v1.InfoURL"> & {
|
|
613
|
+
/**
|
|
614
|
+
* @generated from field: optional string description = 1;
|
|
615
|
+
*/
|
|
616
|
+
description?: string | undefined;
|
|
617
|
+
/**
|
|
618
|
+
* @generated from field: optional string feature_image = 2;
|
|
619
|
+
*/
|
|
620
|
+
featureImage?: string | undefined;
|
|
621
|
+
/**
|
|
622
|
+
* @generated from field: spacecraft.v1.Language language = 3;
|
|
623
|
+
*/
|
|
624
|
+
language?: Language | undefined;
|
|
625
|
+
/**
|
|
626
|
+
* @generated from field: int32 priority = 4;
|
|
627
|
+
*/
|
|
628
|
+
priority: number;
|
|
629
|
+
/**
|
|
630
|
+
* @generated from field: optional string source = 5;
|
|
631
|
+
*/
|
|
632
|
+
source?: string | undefined;
|
|
633
|
+
/**
|
|
634
|
+
* @generated from field: optional string title = 6;
|
|
635
|
+
*/
|
|
636
|
+
title?: string | undefined;
|
|
637
|
+
/**
|
|
638
|
+
* @generated from field: spacecraft.v1.InfoURLType type = 7;
|
|
639
|
+
*/
|
|
640
|
+
type?: InfoURLType | undefined;
|
|
641
|
+
/**
|
|
642
|
+
* @generated from field: string url = 8;
|
|
643
|
+
*/
|
|
644
|
+
url: string;
|
|
645
|
+
};
|
|
646
|
+
/**
|
|
647
|
+
* Describes the message spacecraft.v1.InfoURL.
|
|
648
|
+
* Use `create(InfoURLSchema)` to create a new message.
|
|
649
|
+
*/
|
|
650
|
+
export declare const InfoURLSchema: GenMessage<InfoURL>;
|
|
651
|
+
/**
|
|
652
|
+
* @generated from message spacecraft.v1.InfoURLType
|
|
653
|
+
*/
|
|
654
|
+
export type InfoURLType = Message<"spacecraft.v1.InfoURLType"> & {
|
|
655
|
+
/**
|
|
656
|
+
* @generated from field: int32 id = 1;
|
|
657
|
+
*/
|
|
658
|
+
id: number;
|
|
659
|
+
/**
|
|
660
|
+
* @generated from field: string name = 2;
|
|
661
|
+
*/
|
|
662
|
+
name: string;
|
|
663
|
+
};
|
|
664
|
+
/**
|
|
665
|
+
* Describes the message spacecraft.v1.InfoURLType.
|
|
666
|
+
* Use `create(InfoURLTypeSchema)` to create a new message.
|
|
667
|
+
*/
|
|
668
|
+
export declare const InfoURLTypeSchema: GenMessage<InfoURLType>;
|
|
669
|
+
/**
|
|
670
|
+
* @generated from message spacecraft.v1.Landing
|
|
671
|
+
*/
|
|
672
|
+
export type Landing = Message<"spacecraft.v1.Landing"> & {
|
|
673
|
+
/**
|
|
674
|
+
* @generated from field: bool attempt = 1;
|
|
675
|
+
*/
|
|
676
|
+
attempt: boolean;
|
|
677
|
+
/**
|
|
678
|
+
* @generated from field: string description = 2;
|
|
679
|
+
*/
|
|
680
|
+
description: string;
|
|
681
|
+
/**
|
|
682
|
+
* @generated from field: optional float downrange_distance = 3;
|
|
683
|
+
*/
|
|
684
|
+
downrangeDistance?: number | undefined;
|
|
685
|
+
/**
|
|
686
|
+
* @generated from field: int32 id = 4;
|
|
687
|
+
*/
|
|
688
|
+
id: number;
|
|
689
|
+
/**
|
|
690
|
+
* @generated from field: spacecraft.v1.LandingLocation landing_location = 5;
|
|
691
|
+
*/
|
|
692
|
+
landingLocation?: LandingLocation | undefined;
|
|
693
|
+
/**
|
|
694
|
+
* @generated from field: optional bool success = 6;
|
|
695
|
+
*/
|
|
696
|
+
success?: boolean | undefined;
|
|
697
|
+
/**
|
|
698
|
+
* @generated from field: spacecraft.v1.LandingType type = 7;
|
|
699
|
+
*/
|
|
700
|
+
type?: LandingType | undefined;
|
|
701
|
+
/**
|
|
702
|
+
* @generated from field: string url = 8;
|
|
703
|
+
*/
|
|
704
|
+
url: string;
|
|
705
|
+
};
|
|
706
|
+
/**
|
|
707
|
+
* Describes the message spacecraft.v1.Landing.
|
|
708
|
+
* Use `create(LandingSchema)` to create a new message.
|
|
709
|
+
*/
|
|
710
|
+
export declare const LandingSchema: GenMessage<Landing>;
|
|
711
|
+
/**
|
|
712
|
+
* @generated from message spacecraft.v1.LandingLocation
|
|
713
|
+
*/
|
|
714
|
+
export type LandingLocation = Message<"spacecraft.v1.LandingLocation"> & {
|
|
715
|
+
/**
|
|
716
|
+
* @generated from field: string abbrev = 1;
|
|
717
|
+
*/
|
|
718
|
+
abbrev: string;
|
|
719
|
+
/**
|
|
720
|
+
* @generated from field: bool active = 2;
|
|
721
|
+
*/
|
|
722
|
+
active: boolean;
|
|
723
|
+
/**
|
|
724
|
+
* @generated from field: optional int32 attempted_landings = 3;
|
|
725
|
+
*/
|
|
726
|
+
attemptedLandings?: number | undefined;
|
|
727
|
+
/**
|
|
728
|
+
* @generated from field: spacecraft.v1.CelestialBodyNormal celestial_body = 4;
|
|
729
|
+
*/
|
|
730
|
+
celestialBody?: CelestialBodyNormal | undefined;
|
|
731
|
+
/**
|
|
732
|
+
* @generated from field: optional string description = 5;
|
|
733
|
+
*/
|
|
734
|
+
description?: string | undefined;
|
|
735
|
+
/**
|
|
736
|
+
* @generated from field: optional int32 failed_landings = 6;
|
|
737
|
+
*/
|
|
738
|
+
failedLandings?: number | undefined;
|
|
739
|
+
/**
|
|
740
|
+
* @generated from field: int32 id = 7;
|
|
741
|
+
*/
|
|
742
|
+
id: number;
|
|
743
|
+
/**
|
|
744
|
+
* @generated from field: spacecraft.v1.Image image = 8;
|
|
745
|
+
*/
|
|
746
|
+
image?: Image | undefined;
|
|
747
|
+
/**
|
|
748
|
+
* @generated from field: optional float latitude = 9;
|
|
749
|
+
*/
|
|
750
|
+
latitude?: number | undefined;
|
|
751
|
+
/**
|
|
752
|
+
* @generated from field: spacecraft.v1.LocationSerializerNoCelestialBody location = 10;
|
|
753
|
+
*/
|
|
754
|
+
location?: LocationSerializerNoCelestialBody | undefined;
|
|
755
|
+
/**
|
|
756
|
+
* @generated from field: optional float longitude = 11;
|
|
757
|
+
*/
|
|
758
|
+
longitude?: number | undefined;
|
|
759
|
+
/**
|
|
760
|
+
* @generated from field: string name = 12;
|
|
761
|
+
*/
|
|
762
|
+
name: string;
|
|
763
|
+
/**
|
|
764
|
+
* @generated from field: optional int32 successful_landings = 13;
|
|
765
|
+
*/
|
|
766
|
+
successfulLandings?: number | undefined;
|
|
767
|
+
};
|
|
768
|
+
/**
|
|
769
|
+
* Describes the message spacecraft.v1.LandingLocation.
|
|
770
|
+
* Use `create(LandingLocationSchema)` to create a new message.
|
|
771
|
+
*/
|
|
772
|
+
export declare const LandingLocationSchema: GenMessage<LandingLocation>;
|
|
773
|
+
/**
|
|
774
|
+
* @generated from message spacecraft.v1.LandingType
|
|
775
|
+
*/
|
|
776
|
+
export type LandingType = Message<"spacecraft.v1.LandingType"> & {
|
|
777
|
+
/**
|
|
778
|
+
* @generated from field: string abbrev = 1;
|
|
779
|
+
*/
|
|
780
|
+
abbrev: string;
|
|
781
|
+
/**
|
|
782
|
+
* @generated from field: optional string description = 2;
|
|
783
|
+
*/
|
|
784
|
+
description?: string | undefined;
|
|
785
|
+
/**
|
|
786
|
+
* @generated from field: int32 id = 3;
|
|
787
|
+
*/
|
|
788
|
+
id: number;
|
|
789
|
+
/**
|
|
790
|
+
* @generated from field: string name = 4;
|
|
791
|
+
*/
|
|
792
|
+
name: string;
|
|
793
|
+
};
|
|
794
|
+
/**
|
|
795
|
+
* Describes the message spacecraft.v1.LandingType.
|
|
796
|
+
* Use `create(LandingTypeSchema)` to create a new message.
|
|
797
|
+
*/
|
|
798
|
+
export declare const LandingTypeSchema: GenMessage<LandingType>;
|
|
799
|
+
/**
|
|
800
|
+
* @generated from message spacecraft.v1.Language
|
|
801
|
+
*/
|
|
802
|
+
export type Language = Message<"spacecraft.v1.Language"> & {
|
|
803
|
+
/**
|
|
804
|
+
* @generated from field: string code = 1;
|
|
805
|
+
*/
|
|
806
|
+
code: string;
|
|
807
|
+
/**
|
|
808
|
+
* @generated from field: int32 id = 2;
|
|
809
|
+
*/
|
|
810
|
+
id: number;
|
|
811
|
+
/**
|
|
812
|
+
* @generated from field: string name = 3;
|
|
813
|
+
*/
|
|
814
|
+
name: string;
|
|
815
|
+
};
|
|
816
|
+
/**
|
|
817
|
+
* Describes the message spacecraft.v1.Language.
|
|
818
|
+
* Use `create(LanguageSchema)` to create a new message.
|
|
819
|
+
*/
|
|
820
|
+
export declare const LanguageSchema: GenMessage<Language>;
|
|
821
|
+
/**
|
|
822
|
+
* @generated from message spacecraft.v1.LaunchNormal
|
|
823
|
+
*/
|
|
824
|
+
export type LaunchNormal = Message<"spacecraft.v1.LaunchNormal"> & {
|
|
825
|
+
/**
|
|
826
|
+
* @generated from field: optional int32 agency_launch_attempt_count = 1;
|
|
827
|
+
*/
|
|
828
|
+
agencyLaunchAttemptCount?: number | undefined;
|
|
829
|
+
/**
|
|
830
|
+
* @generated from field: optional int32 agency_launch_attempt_count_year = 2;
|
|
831
|
+
*/
|
|
832
|
+
agencyLaunchAttemptCountYear?: number | undefined;
|
|
833
|
+
/**
|
|
834
|
+
* @generated from field: optional string failreason = 3;
|
|
835
|
+
*/
|
|
836
|
+
failreason?: string | undefined;
|
|
837
|
+
/**
|
|
838
|
+
* @generated from field: optional string hashtag = 4;
|
|
839
|
+
*/
|
|
840
|
+
hashtag?: string | undefined;
|
|
841
|
+
/**
|
|
842
|
+
* @generated from field: string id = 5;
|
|
843
|
+
*/
|
|
844
|
+
id: string;
|
|
845
|
+
/**
|
|
846
|
+
* @generated from field: spacecraft.v1.Image image = 6;
|
|
847
|
+
*/
|
|
848
|
+
image?: Image | undefined;
|
|
849
|
+
/**
|
|
850
|
+
* @generated from field: optional string infographic = 7;
|
|
851
|
+
*/
|
|
852
|
+
infographic?: string | undefined;
|
|
853
|
+
/**
|
|
854
|
+
* @generated from field: string last_updated = 8;
|
|
855
|
+
*/
|
|
856
|
+
lastUpdated: string;
|
|
857
|
+
/**
|
|
858
|
+
* @generated from field: optional string launch_designator = 9;
|
|
859
|
+
*/
|
|
860
|
+
launchDesignator?: string | undefined;
|
|
861
|
+
/**
|
|
862
|
+
* @generated from field: spacecraft.v1.AgencyMini launch_service_provider = 10;
|
|
863
|
+
*/
|
|
864
|
+
launchServiceProvider?: AgencyMini | undefined;
|
|
865
|
+
/**
|
|
866
|
+
* @generated from field: optional int32 location_launch_attempt_count = 11;
|
|
867
|
+
*/
|
|
868
|
+
locationLaunchAttemptCount?: number | undefined;
|
|
869
|
+
/**
|
|
870
|
+
* @generated from field: optional int32 location_launch_attempt_count_year = 12;
|
|
871
|
+
*/
|
|
872
|
+
locationLaunchAttemptCountYear?: number | undefined;
|
|
873
|
+
/**
|
|
874
|
+
* @generated from field: spacecraft.v1.Mission mission = 13;
|
|
875
|
+
*/
|
|
876
|
+
mission?: Mission | undefined;
|
|
877
|
+
/**
|
|
878
|
+
* @generated from field: string name = 14;
|
|
879
|
+
*/
|
|
880
|
+
name: string;
|
|
881
|
+
/**
|
|
882
|
+
* @generated from field: string net = 15;
|
|
883
|
+
*/
|
|
884
|
+
net: string;
|
|
885
|
+
/**
|
|
886
|
+
* @generated from field: spacecraft.v1.NetPrecision net_precision = 16;
|
|
887
|
+
*/
|
|
888
|
+
netPrecision?: NetPrecision | undefined;
|
|
889
|
+
/**
|
|
890
|
+
* @generated from field: optional int32 orbital_launch_attempt_count = 17;
|
|
891
|
+
*/
|
|
892
|
+
orbitalLaunchAttemptCount?: number | undefined;
|
|
893
|
+
/**
|
|
894
|
+
* @generated from field: optional int32 orbital_launch_attempt_count_year = 18;
|
|
895
|
+
*/
|
|
896
|
+
orbitalLaunchAttemptCountYear?: number | undefined;
|
|
897
|
+
/**
|
|
898
|
+
* @generated from field: spacecraft.v1.Pad pad = 19;
|
|
899
|
+
*/
|
|
900
|
+
pad?: Pad | undefined;
|
|
901
|
+
/**
|
|
902
|
+
* @generated from field: optional int32 pad_launch_attempt_count = 20;
|
|
903
|
+
*/
|
|
904
|
+
padLaunchAttemptCount?: number | undefined;
|
|
905
|
+
/**
|
|
906
|
+
* @generated from field: optional int32 pad_launch_attempt_count_year = 21;
|
|
907
|
+
*/
|
|
908
|
+
padLaunchAttemptCountYear?: number | undefined;
|
|
909
|
+
/**
|
|
910
|
+
* @generated from field: optional int32 probability = 22;
|
|
911
|
+
*/
|
|
912
|
+
probability?: number | undefined;
|
|
913
|
+
/**
|
|
914
|
+
* @generated from field: repeated spacecraft.v1.ProgramNormal program = 23;
|
|
915
|
+
*/
|
|
916
|
+
program: ProgramNormal[];
|
|
917
|
+
/**
|
|
918
|
+
* @generated from field: string response_mode = 24;
|
|
919
|
+
*/
|
|
920
|
+
responseMode: string;
|
|
921
|
+
/**
|
|
922
|
+
* @generated from field: spacecraft.v1.RocketNormal rocket = 25;
|
|
923
|
+
*/
|
|
924
|
+
rocket?: RocketNormal | undefined;
|
|
925
|
+
/**
|
|
926
|
+
* @generated from field: string slug = 26;
|
|
927
|
+
*/
|
|
928
|
+
slug: string;
|
|
929
|
+
/**
|
|
930
|
+
* @generated from field: spacecraft.v1.LaunchStatus status = 27;
|
|
931
|
+
*/
|
|
932
|
+
status?: LaunchStatus | undefined;
|
|
933
|
+
/**
|
|
934
|
+
* @generated from field: string url = 28;
|
|
935
|
+
*/
|
|
936
|
+
url: string;
|
|
937
|
+
/**
|
|
938
|
+
* @generated from field: optional string weather_concerns = 29;
|
|
939
|
+
*/
|
|
940
|
+
weatherConcerns?: string | undefined;
|
|
941
|
+
/**
|
|
942
|
+
* @generated from field: bool webcast_live = 30;
|
|
943
|
+
*/
|
|
944
|
+
webcastLive: boolean;
|
|
945
|
+
/**
|
|
946
|
+
* @generated from field: string window_end = 31;
|
|
947
|
+
*/
|
|
948
|
+
windowEnd: string;
|
|
949
|
+
/**
|
|
950
|
+
* @generated from field: string window_start = 32;
|
|
951
|
+
*/
|
|
952
|
+
windowStart: string;
|
|
953
|
+
};
|
|
954
|
+
/**
|
|
955
|
+
* Describes the message spacecraft.v1.LaunchNormal.
|
|
956
|
+
* Use `create(LaunchNormalSchema)` to create a new message.
|
|
957
|
+
*/
|
|
958
|
+
export declare const LaunchNormalSchema: GenMessage<LaunchNormal>;
|
|
959
|
+
/**
|
|
960
|
+
* @generated from message spacecraft.v1.LaunchStatus
|
|
961
|
+
*/
|
|
962
|
+
export type LaunchStatus = Message<"spacecraft.v1.LaunchStatus"> & {
|
|
963
|
+
/**
|
|
964
|
+
* @generated from field: string abbrev = 1;
|
|
965
|
+
*/
|
|
966
|
+
abbrev: string;
|
|
967
|
+
/**
|
|
968
|
+
* @generated from field: string description = 2;
|
|
969
|
+
*/
|
|
970
|
+
description: string;
|
|
971
|
+
/**
|
|
972
|
+
* @generated from field: int32 id = 3;
|
|
973
|
+
*/
|
|
974
|
+
id: number;
|
|
975
|
+
/**
|
|
976
|
+
* @generated from field: string name = 4;
|
|
977
|
+
*/
|
|
978
|
+
name: string;
|
|
979
|
+
};
|
|
980
|
+
/**
|
|
981
|
+
* Describes the message spacecraft.v1.LaunchStatus.
|
|
982
|
+
* Use `create(LaunchStatusSchema)` to create a new message.
|
|
983
|
+
*/
|
|
984
|
+
export declare const LaunchStatusSchema: GenMessage<LaunchStatus>;
|
|
985
|
+
/**
|
|
986
|
+
* @generated from message spacecraft.v1.LauncherConfigFamilyMini
|
|
987
|
+
*/
|
|
988
|
+
export type LauncherConfigFamilyMini = Message<"spacecraft.v1.LauncherConfigFamilyMini"> & {
|
|
989
|
+
/**
|
|
990
|
+
* @generated from field: int32 id = 1;
|
|
991
|
+
*/
|
|
992
|
+
id: number;
|
|
993
|
+
/**
|
|
994
|
+
* @generated from field: string name = 2;
|
|
995
|
+
*/
|
|
996
|
+
name: string;
|
|
997
|
+
/**
|
|
998
|
+
* @generated from field: string response_mode = 3;
|
|
999
|
+
*/
|
|
1000
|
+
responseMode: string;
|
|
1001
|
+
};
|
|
1002
|
+
/**
|
|
1003
|
+
* Describes the message spacecraft.v1.LauncherConfigFamilyMini.
|
|
1004
|
+
* Use `create(LauncherConfigFamilyMiniSchema)` to create a new message.
|
|
1005
|
+
*/
|
|
1006
|
+
export declare const LauncherConfigFamilyMiniSchema: GenMessage<LauncherConfigFamilyMini>;
|
|
1007
|
+
/**
|
|
1008
|
+
* @generated from message spacecraft.v1.LauncherConfigList
|
|
1009
|
+
*/
|
|
1010
|
+
export type LauncherConfigList = Message<"spacecraft.v1.LauncherConfigList"> & {
|
|
1011
|
+
/**
|
|
1012
|
+
* @generated from field: repeated spacecraft.v1.LauncherConfigFamilyMini families = 1;
|
|
1013
|
+
*/
|
|
1014
|
+
families: LauncherConfigFamilyMini[];
|
|
1015
|
+
/**
|
|
1016
|
+
* @generated from field: string full_name = 2;
|
|
1017
|
+
*/
|
|
1018
|
+
fullName: string;
|
|
1019
|
+
/**
|
|
1020
|
+
* @generated from field: int32 id = 3;
|
|
1021
|
+
*/
|
|
1022
|
+
id: number;
|
|
1023
|
+
/**
|
|
1024
|
+
* @generated from field: string name = 4;
|
|
1025
|
+
*/
|
|
1026
|
+
name: string;
|
|
1027
|
+
/**
|
|
1028
|
+
* @generated from field: string response_mode = 5;
|
|
1029
|
+
*/
|
|
1030
|
+
responseMode: string;
|
|
1031
|
+
/**
|
|
1032
|
+
* @generated from field: string url = 6;
|
|
1033
|
+
*/
|
|
1034
|
+
url: string;
|
|
1035
|
+
/**
|
|
1036
|
+
* @generated from field: string variant = 7;
|
|
1037
|
+
*/
|
|
1038
|
+
variant: string;
|
|
1039
|
+
};
|
|
1040
|
+
/**
|
|
1041
|
+
* Describes the message spacecraft.v1.LauncherConfigList.
|
|
1042
|
+
* Use `create(LauncherConfigListSchema)` to create a new message.
|
|
1043
|
+
*/
|
|
1044
|
+
export declare const LauncherConfigListSchema: GenMessage<LauncherConfigList>;
|
|
1045
|
+
/**
|
|
1046
|
+
* @generated from message spacecraft.v1.Location
|
|
1047
|
+
*/
|
|
1048
|
+
export type Location = Message<"spacecraft.v1.Location"> & {
|
|
1049
|
+
/**
|
|
1050
|
+
* @generated from field: bool active = 1;
|
|
1051
|
+
*/
|
|
1052
|
+
active: boolean;
|
|
1053
|
+
/**
|
|
1054
|
+
* @generated from field: spacecraft.v1.CelestialBodyDetailed celestial_body = 2;
|
|
1055
|
+
*/
|
|
1056
|
+
celestialBody?: CelestialBodyDetailed | undefined;
|
|
1057
|
+
/**
|
|
1058
|
+
* @generated from field: spacecraft.v1.Country country = 3;
|
|
1059
|
+
*/
|
|
1060
|
+
country?: Country | undefined;
|
|
1061
|
+
/**
|
|
1062
|
+
* @generated from field: optional string description = 4;
|
|
1063
|
+
*/
|
|
1064
|
+
description?: string | undefined;
|
|
1065
|
+
/**
|
|
1066
|
+
* @generated from field: int32 id = 5;
|
|
1067
|
+
*/
|
|
1068
|
+
id: number;
|
|
1069
|
+
/**
|
|
1070
|
+
* @generated from field: spacecraft.v1.Image image = 6;
|
|
1071
|
+
*/
|
|
1072
|
+
image?: Image | undefined;
|
|
1073
|
+
/**
|
|
1074
|
+
* @generated from field: optional float latitude = 7;
|
|
1075
|
+
*/
|
|
1076
|
+
latitude?: number | undefined;
|
|
1077
|
+
/**
|
|
1078
|
+
* @generated from field: optional float longitude = 8;
|
|
1079
|
+
*/
|
|
1080
|
+
longitude?: number | undefined;
|
|
1081
|
+
/**
|
|
1082
|
+
* @generated from field: optional string map_image = 9;
|
|
1083
|
+
*/
|
|
1084
|
+
mapImage?: string | undefined;
|
|
1085
|
+
/**
|
|
1086
|
+
* @generated from field: string name = 10;
|
|
1087
|
+
*/
|
|
1088
|
+
name: string;
|
|
1089
|
+
/**
|
|
1090
|
+
* @generated from field: string response_mode = 11;
|
|
1091
|
+
*/
|
|
1092
|
+
responseMode: string;
|
|
1093
|
+
/**
|
|
1094
|
+
* @generated from field: string timezone_name = 12;
|
|
1095
|
+
*/
|
|
1096
|
+
timezoneName: string;
|
|
1097
|
+
/**
|
|
1098
|
+
* @generated from field: optional int32 total_landing_count = 13;
|
|
1099
|
+
*/
|
|
1100
|
+
totalLandingCount?: number | undefined;
|
|
1101
|
+
/**
|
|
1102
|
+
* @generated from field: optional int32 total_launch_count = 14;
|
|
1103
|
+
*/
|
|
1104
|
+
totalLaunchCount?: number | undefined;
|
|
1105
|
+
/**
|
|
1106
|
+
* @generated from field: string url = 15;
|
|
1107
|
+
*/
|
|
1108
|
+
url: string;
|
|
1109
|
+
};
|
|
1110
|
+
/**
|
|
1111
|
+
* Describes the message spacecraft.v1.Location.
|
|
1112
|
+
* Use `create(LocationSchema)` to create a new message.
|
|
1113
|
+
*/
|
|
1114
|
+
export declare const LocationSchema: GenMessage<Location>;
|
|
1115
|
+
/**
|
|
1116
|
+
* @generated from message spacecraft.v1.LocationSerializerNoCelestialBody
|
|
1117
|
+
*/
|
|
1118
|
+
export type LocationSerializerNoCelestialBody = Message<"spacecraft.v1.LocationSerializerNoCelestialBody"> & {
|
|
1119
|
+
/**
|
|
1120
|
+
* @generated from field: bool active = 1;
|
|
1121
|
+
*/
|
|
1122
|
+
active: boolean;
|
|
1123
|
+
/**
|
|
1124
|
+
* @generated from field: spacecraft.v1.Country country = 2;
|
|
1125
|
+
*/
|
|
1126
|
+
country?: Country | undefined;
|
|
1127
|
+
/**
|
|
1128
|
+
* @generated from field: optional string description = 3;
|
|
1129
|
+
*/
|
|
1130
|
+
description?: string | undefined;
|
|
1131
|
+
/**
|
|
1132
|
+
* @generated from field: int32 id = 4;
|
|
1133
|
+
*/
|
|
1134
|
+
id: number;
|
|
1135
|
+
/**
|
|
1136
|
+
* @generated from field: spacecraft.v1.Image image = 5;
|
|
1137
|
+
*/
|
|
1138
|
+
image?: Image | undefined;
|
|
1139
|
+
/**
|
|
1140
|
+
* @generated from field: optional float latitude = 6;
|
|
1141
|
+
*/
|
|
1142
|
+
latitude?: number | undefined;
|
|
1143
|
+
/**
|
|
1144
|
+
* @generated from field: optional float longitude = 7;
|
|
1145
|
+
*/
|
|
1146
|
+
longitude?: number | undefined;
|
|
1147
|
+
/**
|
|
1148
|
+
* @generated from field: optional string map_image = 8;
|
|
1149
|
+
*/
|
|
1150
|
+
mapImage?: string | undefined;
|
|
1151
|
+
/**
|
|
1152
|
+
* @generated from field: string name = 9;
|
|
1153
|
+
*/
|
|
1154
|
+
name: string;
|
|
1155
|
+
/**
|
|
1156
|
+
* @generated from field: string response_mode = 10;
|
|
1157
|
+
*/
|
|
1158
|
+
responseMode: string;
|
|
1159
|
+
/**
|
|
1160
|
+
* @generated from field: string timezone_name = 11;
|
|
1161
|
+
*/
|
|
1162
|
+
timezoneName: string;
|
|
1163
|
+
/**
|
|
1164
|
+
* @generated from field: optional int32 total_landing_count = 12;
|
|
1165
|
+
*/
|
|
1166
|
+
totalLandingCount?: number | undefined;
|
|
1167
|
+
/**
|
|
1168
|
+
* @generated from field: optional int32 total_launch_count = 13;
|
|
1169
|
+
*/
|
|
1170
|
+
totalLaunchCount?: number | undefined;
|
|
1171
|
+
/**
|
|
1172
|
+
* @generated from field: string url = 14;
|
|
1173
|
+
*/
|
|
1174
|
+
url: string;
|
|
1175
|
+
};
|
|
1176
|
+
/**
|
|
1177
|
+
* Describes the message spacecraft.v1.LocationSerializerNoCelestialBody.
|
|
1178
|
+
* Use `create(LocationSerializerNoCelestialBodySchema)` to create a new message.
|
|
1179
|
+
*/
|
|
1180
|
+
export declare const LocationSerializerNoCelestialBodySchema: GenMessage<LocationSerializerNoCelestialBody>;
|
|
1181
|
+
/**
|
|
1182
|
+
* @generated from message spacecraft.v1.Mission
|
|
1183
|
+
*/
|
|
1184
|
+
export type Mission = Message<"spacecraft.v1.Mission"> & {
|
|
1185
|
+
/**
|
|
1186
|
+
* @generated from field: repeated spacecraft.v1.AgencyDetailed agencies = 1;
|
|
1187
|
+
*/
|
|
1188
|
+
agencies: AgencyDetailed[];
|
|
1189
|
+
/**
|
|
1190
|
+
* @generated from field: string description = 2;
|
|
1191
|
+
*/
|
|
1192
|
+
description: string;
|
|
1193
|
+
/**
|
|
1194
|
+
* @generated from field: int32 id = 3;
|
|
1195
|
+
*/
|
|
1196
|
+
id: number;
|
|
1197
|
+
/**
|
|
1198
|
+
* @generated from field: spacecraft.v1.Image image = 4;
|
|
1199
|
+
*/
|
|
1200
|
+
image?: Image | undefined;
|
|
1201
|
+
/**
|
|
1202
|
+
* @generated from field: repeated spacecraft.v1.InfoURL info_urls = 5;
|
|
1203
|
+
*/
|
|
1204
|
+
infoUrls: InfoURL[];
|
|
1205
|
+
/**
|
|
1206
|
+
* @generated from field: string name = 6;
|
|
1207
|
+
*/
|
|
1208
|
+
name: string;
|
|
1209
|
+
/**
|
|
1210
|
+
* @generated from field: spacecraft.v1.Orbit orbit = 7;
|
|
1211
|
+
*/
|
|
1212
|
+
orbit?: Orbit | undefined;
|
|
1213
|
+
/**
|
|
1214
|
+
* @generated from field: string type = 8;
|
|
1215
|
+
*/
|
|
1216
|
+
type: string;
|
|
1217
|
+
/**
|
|
1218
|
+
* @generated from field: repeated spacecraft.v1.VidURL vid_urls = 9;
|
|
1219
|
+
*/
|
|
1220
|
+
vidUrls: VidURL[];
|
|
1221
|
+
};
|
|
1222
|
+
/**
|
|
1223
|
+
* Describes the message spacecraft.v1.Mission.
|
|
1224
|
+
* Use `create(MissionSchema)` to create a new message.
|
|
1225
|
+
*/
|
|
1226
|
+
export declare const MissionSchema: GenMessage<Mission>;
|
|
1227
|
+
/**
|
|
1228
|
+
* @generated from message spacecraft.v1.MissionPatch
|
|
1229
|
+
*/
|
|
1230
|
+
export type MissionPatch = Message<"spacecraft.v1.MissionPatch"> & {
|
|
1231
|
+
/**
|
|
1232
|
+
* @generated from field: spacecraft.v1.AgencyMini agency = 1;
|
|
1233
|
+
*/
|
|
1234
|
+
agency?: AgencyMini | undefined;
|
|
1235
|
+
/**
|
|
1236
|
+
* @generated from field: int32 id = 2;
|
|
1237
|
+
*/
|
|
1238
|
+
id: number;
|
|
1239
|
+
/**
|
|
1240
|
+
* @generated from field: string image_url = 3;
|
|
1241
|
+
*/
|
|
1242
|
+
imageUrl: string;
|
|
1243
|
+
/**
|
|
1244
|
+
* @generated from field: string name = 4;
|
|
1245
|
+
*/
|
|
1246
|
+
name: string;
|
|
1247
|
+
/**
|
|
1248
|
+
* @generated from field: int32 priority = 5;
|
|
1249
|
+
*/
|
|
1250
|
+
priority: number;
|
|
1251
|
+
/**
|
|
1252
|
+
* @generated from field: string response_mode = 6;
|
|
1253
|
+
*/
|
|
1254
|
+
responseMode: string;
|
|
1255
|
+
};
|
|
1256
|
+
/**
|
|
1257
|
+
* Describes the message spacecraft.v1.MissionPatch.
|
|
1258
|
+
* Use `create(MissionPatchSchema)` to create a new message.
|
|
1259
|
+
*/
|
|
1260
|
+
export declare const MissionPatchSchema: GenMessage<MissionPatch>;
|
|
1261
|
+
/**
|
|
1262
|
+
* @generated from message spacecraft.v1.NetPrecision
|
|
1263
|
+
*/
|
|
1264
|
+
export type NetPrecision = Message<"spacecraft.v1.NetPrecision"> & {
|
|
1265
|
+
/**
|
|
1266
|
+
* @generated from field: string abbrev = 1;
|
|
1267
|
+
*/
|
|
1268
|
+
abbrev: string;
|
|
1269
|
+
/**
|
|
1270
|
+
* @generated from field: string description = 2;
|
|
1271
|
+
*/
|
|
1272
|
+
description: string;
|
|
1273
|
+
/**
|
|
1274
|
+
* @generated from field: int32 id = 3;
|
|
1275
|
+
*/
|
|
1276
|
+
id: number;
|
|
1277
|
+
/**
|
|
1278
|
+
* @generated from field: string name = 4;
|
|
1279
|
+
*/
|
|
1280
|
+
name: string;
|
|
1281
|
+
};
|
|
1282
|
+
/**
|
|
1283
|
+
* Describes the message spacecraft.v1.NetPrecision.
|
|
1284
|
+
* Use `create(NetPrecisionSchema)` to create a new message.
|
|
1285
|
+
*/
|
|
1286
|
+
export declare const NetPrecisionSchema: GenMessage<NetPrecision>;
|
|
1287
|
+
/**
|
|
1288
|
+
* @generated from message spacecraft.v1.Orbit
|
|
1289
|
+
*/
|
|
1290
|
+
export type Orbit = Message<"spacecraft.v1.Orbit"> & {
|
|
1291
|
+
/**
|
|
1292
|
+
* @generated from field: string abbrev = 1;
|
|
1293
|
+
*/
|
|
1294
|
+
abbrev: string;
|
|
1295
|
+
/**
|
|
1296
|
+
* @generated from field: spacecraft.v1.CelestialBodyMini celestial_body = 2;
|
|
1297
|
+
*/
|
|
1298
|
+
celestialBody?: CelestialBodyMini | undefined;
|
|
1299
|
+
/**
|
|
1300
|
+
* @generated from field: int32 id = 3;
|
|
1301
|
+
*/
|
|
1302
|
+
id: number;
|
|
1303
|
+
/**
|
|
1304
|
+
* @generated from field: string name = 4;
|
|
1305
|
+
*/
|
|
1306
|
+
name: string;
|
|
1307
|
+
};
|
|
1308
|
+
/**
|
|
1309
|
+
* Describes the message spacecraft.v1.Orbit.
|
|
1310
|
+
* Use `create(OrbitSchema)` to create a new message.
|
|
1311
|
+
*/
|
|
1312
|
+
export declare const OrbitSchema: GenMessage<Orbit>;
|
|
1313
|
+
/**
|
|
1314
|
+
* @generated from message spacecraft.v1.Pad
|
|
1315
|
+
*/
|
|
1316
|
+
export type Pad = Message<"spacecraft.v1.Pad"> & {
|
|
1317
|
+
/**
|
|
1318
|
+
* @generated from field: bool active = 1;
|
|
1319
|
+
*/
|
|
1320
|
+
active: boolean;
|
|
1321
|
+
/**
|
|
1322
|
+
* @generated from field: repeated spacecraft.v1.AgencyNormal agencies = 2;
|
|
1323
|
+
*/
|
|
1324
|
+
agencies: AgencyNormal[];
|
|
1325
|
+
/**
|
|
1326
|
+
* @generated from field: spacecraft.v1.Country country = 3;
|
|
1327
|
+
*/
|
|
1328
|
+
country?: Country | undefined;
|
|
1329
|
+
/**
|
|
1330
|
+
* @generated from field: optional string description = 4;
|
|
1331
|
+
*/
|
|
1332
|
+
description?: string | undefined;
|
|
1333
|
+
/**
|
|
1334
|
+
* @generated from field: optional string fastest_turnaround = 5;
|
|
1335
|
+
*/
|
|
1336
|
+
fastestTurnaround?: string | undefined;
|
|
1337
|
+
/**
|
|
1338
|
+
* @generated from field: int32 id = 6;
|
|
1339
|
+
*/
|
|
1340
|
+
id: number;
|
|
1341
|
+
/**
|
|
1342
|
+
* @generated from field: spacecraft.v1.Image image = 7;
|
|
1343
|
+
*/
|
|
1344
|
+
image?: Image | undefined;
|
|
1345
|
+
/**
|
|
1346
|
+
* @generated from field: optional string info_url = 8;
|
|
1347
|
+
*/
|
|
1348
|
+
infoUrl?: string | undefined;
|
|
1349
|
+
/**
|
|
1350
|
+
* @generated from field: optional float latitude = 9;
|
|
1351
|
+
*/
|
|
1352
|
+
latitude?: number | undefined;
|
|
1353
|
+
/**
|
|
1354
|
+
* @generated from field: spacecraft.v1.Location location = 10;
|
|
1355
|
+
*/
|
|
1356
|
+
location?: Location | undefined;
|
|
1357
|
+
/**
|
|
1358
|
+
* @generated from field: optional float longitude = 11;
|
|
1359
|
+
*/
|
|
1360
|
+
longitude?: number | undefined;
|
|
1361
|
+
/**
|
|
1362
|
+
* @generated from field: optional string map_image = 12;
|
|
1363
|
+
*/
|
|
1364
|
+
mapImage?: string | undefined;
|
|
1365
|
+
/**
|
|
1366
|
+
* @generated from field: optional string map_url = 13;
|
|
1367
|
+
*/
|
|
1368
|
+
mapUrl?: string | undefined;
|
|
1369
|
+
/**
|
|
1370
|
+
* @generated from field: string name = 14;
|
|
1371
|
+
*/
|
|
1372
|
+
name: string;
|
|
1373
|
+
/**
|
|
1374
|
+
* @generated from field: optional int32 orbital_launch_attempt_count = 15;
|
|
1375
|
+
*/
|
|
1376
|
+
orbitalLaunchAttemptCount?: number | undefined;
|
|
1377
|
+
/**
|
|
1378
|
+
* @generated from field: optional int32 total_launch_count = 16;
|
|
1379
|
+
*/
|
|
1380
|
+
totalLaunchCount?: number | undefined;
|
|
1381
|
+
/**
|
|
1382
|
+
* @generated from field: string url = 17;
|
|
1383
|
+
*/
|
|
1384
|
+
url: string;
|
|
1385
|
+
/**
|
|
1386
|
+
* @generated from field: optional string wiki_url = 18;
|
|
1387
|
+
*/
|
|
1388
|
+
wikiUrl?: string | undefined;
|
|
1389
|
+
};
|
|
1390
|
+
/**
|
|
1391
|
+
* Describes the message spacecraft.v1.Pad.
|
|
1392
|
+
* Use `create(PadSchema)` to create a new message.
|
|
1393
|
+
*/
|
|
1394
|
+
export declare const PadSchema: GenMessage<Pad>;
|
|
1395
|
+
/**
|
|
1396
|
+
* @generated from message spacecraft.v1.ProgramNormal
|
|
1397
|
+
*/
|
|
1398
|
+
export type ProgramNormal = Message<"spacecraft.v1.ProgramNormal"> & {
|
|
1399
|
+
/**
|
|
1400
|
+
* @generated from field: repeated spacecraft.v1.AgencyMini agencies = 1;
|
|
1401
|
+
*/
|
|
1402
|
+
agencies: AgencyMini[];
|
|
1403
|
+
/**
|
|
1404
|
+
* @generated from field: optional string description = 2;
|
|
1405
|
+
*/
|
|
1406
|
+
description?: string | undefined;
|
|
1407
|
+
/**
|
|
1408
|
+
* @generated from field: optional string end_date = 3;
|
|
1409
|
+
*/
|
|
1410
|
+
endDate?: string | undefined;
|
|
1411
|
+
/**
|
|
1412
|
+
* @generated from field: int32 id = 4;
|
|
1413
|
+
*/
|
|
1414
|
+
id: number;
|
|
1415
|
+
/**
|
|
1416
|
+
* @generated from field: spacecraft.v1.Image image = 5;
|
|
1417
|
+
*/
|
|
1418
|
+
image?: Image | undefined;
|
|
1419
|
+
/**
|
|
1420
|
+
* @generated from field: optional string info_url = 6;
|
|
1421
|
+
*/
|
|
1422
|
+
infoUrl?: string | undefined;
|
|
1423
|
+
/**
|
|
1424
|
+
* @generated from field: repeated spacecraft.v1.MissionPatch mission_patches = 7;
|
|
1425
|
+
*/
|
|
1426
|
+
missionPatches: MissionPatch[];
|
|
1427
|
+
/**
|
|
1428
|
+
* @generated from field: string name = 8;
|
|
1429
|
+
*/
|
|
1430
|
+
name: string;
|
|
1431
|
+
/**
|
|
1432
|
+
* @generated from field: string response_mode = 9;
|
|
1433
|
+
*/
|
|
1434
|
+
responseMode: string;
|
|
1435
|
+
/**
|
|
1436
|
+
* @generated from field: optional string start_date = 10;
|
|
1437
|
+
*/
|
|
1438
|
+
startDate?: string | undefined;
|
|
1439
|
+
/**
|
|
1440
|
+
* @generated from field: spacecraft.v1.ProgramType type = 11;
|
|
1441
|
+
*/
|
|
1442
|
+
type?: ProgramType | undefined;
|
|
1443
|
+
/**
|
|
1444
|
+
* @generated from field: string url = 12;
|
|
1445
|
+
*/
|
|
1446
|
+
url: string;
|
|
1447
|
+
/**
|
|
1448
|
+
* @generated from field: optional string wiki_url = 13;
|
|
1449
|
+
*/
|
|
1450
|
+
wikiUrl?: string | undefined;
|
|
1451
|
+
};
|
|
1452
|
+
/**
|
|
1453
|
+
* Describes the message spacecraft.v1.ProgramNormal.
|
|
1454
|
+
* Use `create(ProgramNormalSchema)` to create a new message.
|
|
1455
|
+
*/
|
|
1456
|
+
export declare const ProgramNormalSchema: GenMessage<ProgramNormal>;
|
|
1457
|
+
/**
|
|
1458
|
+
* @generated from message spacecraft.v1.ProgramType
|
|
1459
|
+
*/
|
|
1460
|
+
export type ProgramType = Message<"spacecraft.v1.ProgramType"> & {
|
|
1461
|
+
/**
|
|
1462
|
+
* @generated from field: int32 id = 1;
|
|
1463
|
+
*/
|
|
1464
|
+
id: number;
|
|
1465
|
+
/**
|
|
1466
|
+
* @generated from field: string name = 2;
|
|
1467
|
+
*/
|
|
1468
|
+
name: string;
|
|
1469
|
+
};
|
|
1470
|
+
/**
|
|
1471
|
+
* Describes the message spacecraft.v1.ProgramType.
|
|
1472
|
+
* Use `create(ProgramTypeSchema)` to create a new message.
|
|
1473
|
+
*/
|
|
1474
|
+
export declare const ProgramTypeSchema: GenMessage<ProgramType>;
|
|
1475
|
+
/**
|
|
1476
|
+
* @generated from message spacecraft.v1.RocketNormal
|
|
1477
|
+
*/
|
|
1478
|
+
export type RocketNormal = Message<"spacecraft.v1.RocketNormal"> & {
|
|
1479
|
+
/**
|
|
1480
|
+
* @generated from field: spacecraft.v1.LauncherConfigList configuration = 1;
|
|
1481
|
+
*/
|
|
1482
|
+
configuration?: LauncherConfigList | undefined;
|
|
1483
|
+
/**
|
|
1484
|
+
* @generated from field: int32 id = 2;
|
|
1485
|
+
*/
|
|
1486
|
+
id: number;
|
|
1487
|
+
};
|
|
1488
|
+
/**
|
|
1489
|
+
* Describes the message spacecraft.v1.RocketNormal.
|
|
1490
|
+
* Use `create(RocketNormalSchema)` to create a new message.
|
|
1491
|
+
*/
|
|
1492
|
+
export declare const RocketNormalSchema: GenMessage<RocketNormal>;
|
|
1493
|
+
/**
|
|
1494
|
+
* @generated from message spacecraft.v1.SocialMedia
|
|
1495
|
+
*/
|
|
1496
|
+
export type SocialMedia = Message<"spacecraft.v1.SocialMedia"> & {
|
|
1497
|
+
/**
|
|
1498
|
+
* @generated from field: int32 id = 1;
|
|
1499
|
+
*/
|
|
1500
|
+
id: number;
|
|
1501
|
+
/**
|
|
1502
|
+
* @generated from field: spacecraft.v1.Image logo = 2;
|
|
1503
|
+
*/
|
|
1504
|
+
logo?: Image | undefined;
|
|
1505
|
+
/**
|
|
1506
|
+
* @generated from field: string name = 3;
|
|
1507
|
+
*/
|
|
1508
|
+
name: string;
|
|
1509
|
+
/**
|
|
1510
|
+
* @generated from field: optional string url = 4;
|
|
1511
|
+
*/
|
|
1512
|
+
url?: string | undefined;
|
|
1513
|
+
};
|
|
1514
|
+
/**
|
|
1515
|
+
* Describes the message spacecraft.v1.SocialMedia.
|
|
1516
|
+
* Use `create(SocialMediaSchema)` to create a new message.
|
|
1517
|
+
*/
|
|
1518
|
+
export declare const SocialMediaSchema: GenMessage<SocialMedia>;
|
|
1519
|
+
/**
|
|
1520
|
+
* @generated from message spacecraft.v1.SocialMediaLink
|
|
1521
|
+
*/
|
|
1522
|
+
export type SocialMediaLink = Message<"spacecraft.v1.SocialMediaLink"> & {
|
|
1523
|
+
/**
|
|
1524
|
+
* @generated from field: int32 id = 1;
|
|
1525
|
+
*/
|
|
1526
|
+
id: number;
|
|
1527
|
+
/**
|
|
1528
|
+
* @generated from field: spacecraft.v1.SocialMedia social_media = 2;
|
|
1529
|
+
*/
|
|
1530
|
+
socialMedia?: SocialMedia | undefined;
|
|
1531
|
+
/**
|
|
1532
|
+
* @generated from field: optional string url = 3;
|
|
1533
|
+
*/
|
|
1534
|
+
url?: string | undefined;
|
|
1535
|
+
};
|
|
1536
|
+
/**
|
|
1537
|
+
* Describes the message spacecraft.v1.SocialMediaLink.
|
|
1538
|
+
* Use `create(SocialMediaLinkSchema)` to create a new message.
|
|
1539
|
+
*/
|
|
1540
|
+
export declare const SocialMediaLinkSchema: GenMessage<SocialMediaLink>;
|
|
1541
|
+
/**
|
|
1542
|
+
* @generated from message spacecraft.v1.SpacecraftConfigDetailed
|
|
1543
|
+
*/
|
|
1544
|
+
export type SpacecraftConfigDetailed = Message<"spacecraft.v1.SpacecraftConfigDetailed"> & {
|
|
1545
|
+
/**
|
|
1546
|
+
* @generated from field: spacecraft.v1.AgencyNormal agency = 1;
|
|
1547
|
+
*/
|
|
1548
|
+
agency?: AgencyNormal | undefined;
|
|
1549
|
+
/**
|
|
1550
|
+
* @generated from field: optional int32 attempted_landings = 2;
|
|
1551
|
+
*/
|
|
1552
|
+
attemptedLandings?: number | undefined;
|
|
1553
|
+
/**
|
|
1554
|
+
* @generated from field: string capability = 3;
|
|
1555
|
+
*/
|
|
1556
|
+
capability: string;
|
|
1557
|
+
/**
|
|
1558
|
+
* @generated from field: optional int32 crew_capacity = 4;
|
|
1559
|
+
*/
|
|
1560
|
+
crewCapacity?: number | undefined;
|
|
1561
|
+
/**
|
|
1562
|
+
* @generated from field: string details = 5;
|
|
1563
|
+
*/
|
|
1564
|
+
details: string;
|
|
1565
|
+
/**
|
|
1566
|
+
* @generated from field: optional float diameter = 6;
|
|
1567
|
+
*/
|
|
1568
|
+
diameter?: number | undefined;
|
|
1569
|
+
/**
|
|
1570
|
+
* @generated from field: optional int32 failed_landings = 7;
|
|
1571
|
+
*/
|
|
1572
|
+
failedLandings?: number | undefined;
|
|
1573
|
+
/**
|
|
1574
|
+
* @generated from field: optional int32 failed_launches = 8;
|
|
1575
|
+
*/
|
|
1576
|
+
failedLaunches?: number | undefined;
|
|
1577
|
+
/**
|
|
1578
|
+
* @generated from field: repeated spacecraft.v1.SpacecraftConfigFamilyDetailed family = 9;
|
|
1579
|
+
*/
|
|
1580
|
+
family: SpacecraftConfigFamilyDetailed[];
|
|
1581
|
+
/**
|
|
1582
|
+
* @generated from field: optional string fastest_turnaround = 10;
|
|
1583
|
+
*/
|
|
1584
|
+
fastestTurnaround?: string | undefined;
|
|
1585
|
+
/**
|
|
1586
|
+
* @generated from field: optional string flight_life = 11;
|
|
1587
|
+
*/
|
|
1588
|
+
flightLife?: string | undefined;
|
|
1589
|
+
/**
|
|
1590
|
+
* @generated from field: optional float height = 12;
|
|
1591
|
+
*/
|
|
1592
|
+
height?: number | undefined;
|
|
1593
|
+
/**
|
|
1594
|
+
* @generated from field: string history = 13;
|
|
1595
|
+
*/
|
|
1596
|
+
history: string;
|
|
1597
|
+
/**
|
|
1598
|
+
* @generated from field: bool human_rated = 14;
|
|
1599
|
+
*/
|
|
1600
|
+
humanRated: boolean;
|
|
1601
|
+
/**
|
|
1602
|
+
* @generated from field: int32 id = 15;
|
|
1603
|
+
*/
|
|
1604
|
+
id: number;
|
|
1605
|
+
/**
|
|
1606
|
+
* @generated from field: spacecraft.v1.Image image = 16;
|
|
1607
|
+
*/
|
|
1608
|
+
image?: Image | undefined;
|
|
1609
|
+
/**
|
|
1610
|
+
* @generated from field: bool in_use = 17;
|
|
1611
|
+
*/
|
|
1612
|
+
inUse: boolean;
|
|
1613
|
+
/**
|
|
1614
|
+
* @generated from field: string info_link = 18;
|
|
1615
|
+
*/
|
|
1616
|
+
infoLink: string;
|
|
1617
|
+
/**
|
|
1618
|
+
* @generated from field: optional string maiden_flight = 19;
|
|
1619
|
+
*/
|
|
1620
|
+
maidenFlight?: string | undefined;
|
|
1621
|
+
/**
|
|
1622
|
+
* @generated from field: string name = 20;
|
|
1623
|
+
*/
|
|
1624
|
+
name: string;
|
|
1625
|
+
/**
|
|
1626
|
+
* @generated from field: optional int32 payload_capacity = 21;
|
|
1627
|
+
*/
|
|
1628
|
+
payloadCapacity?: number | undefined;
|
|
1629
|
+
/**
|
|
1630
|
+
* @generated from field: optional int32 payload_return_capacity = 22;
|
|
1631
|
+
*/
|
|
1632
|
+
payloadReturnCapacity?: number | undefined;
|
|
1633
|
+
/**
|
|
1634
|
+
* @generated from field: string response_mode = 23;
|
|
1635
|
+
*/
|
|
1636
|
+
responseMode: string;
|
|
1637
|
+
/**
|
|
1638
|
+
* @generated from field: optional int32 spacecraft_flown = 24;
|
|
1639
|
+
*/
|
|
1640
|
+
spacecraftFlown?: number | undefined;
|
|
1641
|
+
/**
|
|
1642
|
+
* @generated from field: optional int32 successful_landings = 25;
|
|
1643
|
+
*/
|
|
1644
|
+
successfulLandings?: number | undefined;
|
|
1645
|
+
/**
|
|
1646
|
+
* @generated from field: optional int32 successful_launches = 26;
|
|
1647
|
+
*/
|
|
1648
|
+
successfulLaunches?: number | undefined;
|
|
1649
|
+
/**
|
|
1650
|
+
* @generated from field: optional int32 total_launch_count = 27;
|
|
1651
|
+
*/
|
|
1652
|
+
totalLaunchCount?: number | undefined;
|
|
1653
|
+
/**
|
|
1654
|
+
* @generated from field: spacecraft.v1.SpacecraftConfigType type = 28;
|
|
1655
|
+
*/
|
|
1656
|
+
type?: SpacecraftConfigType | undefined;
|
|
1657
|
+
/**
|
|
1658
|
+
* @generated from field: string url = 29;
|
|
1659
|
+
*/
|
|
1660
|
+
url: string;
|
|
1661
|
+
/**
|
|
1662
|
+
* @generated from field: string wiki_link = 30;
|
|
1663
|
+
*/
|
|
1664
|
+
wikiLink: string;
|
|
1665
|
+
};
|
|
1666
|
+
/**
|
|
1667
|
+
* Describes the message spacecraft.v1.SpacecraftConfigDetailed.
|
|
1668
|
+
* Use `create(SpacecraftConfigDetailedSchema)` to create a new message.
|
|
1669
|
+
*/
|
|
1670
|
+
export declare const SpacecraftConfigDetailedSchema: GenMessage<SpacecraftConfigDetailed>;
|
|
1671
|
+
/**
|
|
1672
|
+
* @generated from message spacecraft.v1.SpacecraftConfigFamilyDetailed
|
|
1673
|
+
*/
|
|
1674
|
+
export type SpacecraftConfigFamilyDetailed = Message<"spacecraft.v1.SpacecraftConfigFamilyDetailed"> & {
|
|
1675
|
+
/**
|
|
1676
|
+
* @generated from field: optional int32 attempted_landings = 1;
|
|
1677
|
+
*/
|
|
1678
|
+
attemptedLandings?: number | undefined;
|
|
1679
|
+
/**
|
|
1680
|
+
* @generated from field: string description = 2;
|
|
1681
|
+
*/
|
|
1682
|
+
description: string;
|
|
1683
|
+
/**
|
|
1684
|
+
* @generated from field: optional int32 failed_landings = 3;
|
|
1685
|
+
*/
|
|
1686
|
+
failedLandings?: number | undefined;
|
|
1687
|
+
/**
|
|
1688
|
+
* @generated from field: optional int32 failed_launches = 4;
|
|
1689
|
+
*/
|
|
1690
|
+
failedLaunches?: number | undefined;
|
|
1691
|
+
/**
|
|
1692
|
+
* @generated from field: int32 id = 5;
|
|
1693
|
+
*/
|
|
1694
|
+
id: number;
|
|
1695
|
+
/**
|
|
1696
|
+
* @generated from field: optional string maiden_flight = 6;
|
|
1697
|
+
*/
|
|
1698
|
+
maidenFlight?: string | undefined;
|
|
1699
|
+
/**
|
|
1700
|
+
* @generated from field: spacecraft.v1.AgencyNormal manufacturer = 7;
|
|
1701
|
+
*/
|
|
1702
|
+
manufacturer?: AgencyNormal | undefined;
|
|
1703
|
+
/**
|
|
1704
|
+
* @generated from field: string name = 8;
|
|
1705
|
+
*/
|
|
1706
|
+
name: string;
|
|
1707
|
+
/**
|
|
1708
|
+
* @generated from field: spacecraft.v1.SpacecraftConfigFamilyNormal parent = 9;
|
|
1709
|
+
*/
|
|
1710
|
+
parent?: SpacecraftConfigFamilyNormal | undefined;
|
|
1711
|
+
/**
|
|
1712
|
+
* @generated from field: string response_mode = 10;
|
|
1713
|
+
*/
|
|
1714
|
+
responseMode: string;
|
|
1715
|
+
/**
|
|
1716
|
+
* @generated from field: optional int32 spacecraft_flown = 11;
|
|
1717
|
+
*/
|
|
1718
|
+
spacecraftFlown?: number | undefined;
|
|
1719
|
+
/**
|
|
1720
|
+
* @generated from field: optional int32 successful_landings = 12;
|
|
1721
|
+
*/
|
|
1722
|
+
successfulLandings?: number | undefined;
|
|
1723
|
+
/**
|
|
1724
|
+
* @generated from field: optional int32 successful_launches = 13;
|
|
1725
|
+
*/
|
|
1726
|
+
successfulLaunches?: number | undefined;
|
|
1727
|
+
/**
|
|
1728
|
+
* @generated from field: optional int32 total_launch_count = 14;
|
|
1729
|
+
*/
|
|
1730
|
+
totalLaunchCount?: number | undefined;
|
|
1731
|
+
};
|
|
1732
|
+
/**
|
|
1733
|
+
* Describes the message spacecraft.v1.SpacecraftConfigFamilyDetailed.
|
|
1734
|
+
* Use `create(SpacecraftConfigFamilyDetailedSchema)` to create a new message.
|
|
1735
|
+
*/
|
|
1736
|
+
export declare const SpacecraftConfigFamilyDetailedSchema: GenMessage<SpacecraftConfigFamilyDetailed>;
|
|
1737
|
+
/**
|
|
1738
|
+
* @generated from message spacecraft.v1.SpacecraftConfigFamilyMini
|
|
1739
|
+
*/
|
|
1740
|
+
export type SpacecraftConfigFamilyMini = Message<"spacecraft.v1.SpacecraftConfigFamilyMini"> & {
|
|
1741
|
+
/**
|
|
1742
|
+
* @generated from field: int32 id = 1;
|
|
1743
|
+
*/
|
|
1744
|
+
id: number;
|
|
1745
|
+
/**
|
|
1746
|
+
* @generated from field: string name = 2;
|
|
1747
|
+
*/
|
|
1748
|
+
name: string;
|
|
1749
|
+
/**
|
|
1750
|
+
* @generated from field: string response_mode = 3;
|
|
1751
|
+
*/
|
|
1752
|
+
responseMode: string;
|
|
1753
|
+
};
|
|
1754
|
+
/**
|
|
1755
|
+
* Describes the message spacecraft.v1.SpacecraftConfigFamilyMini.
|
|
1756
|
+
* Use `create(SpacecraftConfigFamilyMiniSchema)` to create a new message.
|
|
1757
|
+
*/
|
|
1758
|
+
export declare const SpacecraftConfigFamilyMiniSchema: GenMessage<SpacecraftConfigFamilyMini>;
|
|
1759
|
+
/**
|
|
1760
|
+
* @generated from message spacecraft.v1.SpacecraftConfigFamilyNormal
|
|
1761
|
+
*/
|
|
1762
|
+
export type SpacecraftConfigFamilyNormal = Message<"spacecraft.v1.SpacecraftConfigFamilyNormal"> & {
|
|
1763
|
+
/**
|
|
1764
|
+
* @generated from field: string description = 1;
|
|
1765
|
+
*/
|
|
1766
|
+
description: string;
|
|
1767
|
+
/**
|
|
1768
|
+
* @generated from field: int32 id = 2;
|
|
1769
|
+
*/
|
|
1770
|
+
id: number;
|
|
1771
|
+
/**
|
|
1772
|
+
* @generated from field: optional string maiden_flight = 3;
|
|
1773
|
+
*/
|
|
1774
|
+
maidenFlight?: string | undefined;
|
|
1775
|
+
/**
|
|
1776
|
+
* @generated from field: spacecraft.v1.AgencyMini manufacturer = 4;
|
|
1777
|
+
*/
|
|
1778
|
+
manufacturer?: AgencyMini | undefined;
|
|
1779
|
+
/**
|
|
1780
|
+
* @generated from field: string name = 5;
|
|
1781
|
+
*/
|
|
1782
|
+
name: string;
|
|
1783
|
+
/**
|
|
1784
|
+
* @generated from field: spacecraft.v1.SpacecraftConfigFamilyMini parent = 6;
|
|
1785
|
+
*/
|
|
1786
|
+
parent?: SpacecraftConfigFamilyMini | undefined;
|
|
1787
|
+
/**
|
|
1788
|
+
* @generated from field: string response_mode = 7;
|
|
1789
|
+
*/
|
|
1790
|
+
responseMode: string;
|
|
1791
|
+
};
|
|
1792
|
+
/**
|
|
1793
|
+
* Describes the message spacecraft.v1.SpacecraftConfigFamilyNormal.
|
|
1794
|
+
* Use `create(SpacecraftConfigFamilyNormalSchema)` to create a new message.
|
|
1795
|
+
*/
|
|
1796
|
+
export declare const SpacecraftConfigFamilyNormalSchema: GenMessage<SpacecraftConfigFamilyNormal>;
|
|
1797
|
+
/**
|
|
1798
|
+
* @generated from message spacecraft.v1.SpacecraftConfigNormal
|
|
1799
|
+
*/
|
|
1800
|
+
export type SpacecraftConfigNormal = Message<"spacecraft.v1.SpacecraftConfigNormal"> & {
|
|
1801
|
+
/**
|
|
1802
|
+
* @generated from field: spacecraft.v1.AgencyMini agency = 1;
|
|
1803
|
+
*/
|
|
1804
|
+
agency?: AgencyMini | undefined;
|
|
1805
|
+
/**
|
|
1806
|
+
* @generated from field: repeated spacecraft.v1.SpacecraftConfigFamilyNormal family = 2;
|
|
1807
|
+
*/
|
|
1808
|
+
family: SpacecraftConfigFamilyNormal[];
|
|
1809
|
+
/**
|
|
1810
|
+
* @generated from field: int32 id = 3;
|
|
1811
|
+
*/
|
|
1812
|
+
id: number;
|
|
1813
|
+
/**
|
|
1814
|
+
* @generated from field: spacecraft.v1.Image image = 4;
|
|
1815
|
+
*/
|
|
1816
|
+
image?: Image | undefined;
|
|
1817
|
+
/**
|
|
1818
|
+
* @generated from field: bool in_use = 5;
|
|
1819
|
+
*/
|
|
1820
|
+
inUse: boolean;
|
|
1821
|
+
/**
|
|
1822
|
+
* @generated from field: string name = 6;
|
|
1823
|
+
*/
|
|
1824
|
+
name: string;
|
|
1825
|
+
/**
|
|
1826
|
+
* @generated from field: string response_mode = 7;
|
|
1827
|
+
*/
|
|
1828
|
+
responseMode: string;
|
|
1829
|
+
/**
|
|
1830
|
+
* @generated from field: spacecraft.v1.SpacecraftConfigType type = 8;
|
|
1831
|
+
*/
|
|
1832
|
+
type?: SpacecraftConfigType | undefined;
|
|
1833
|
+
/**
|
|
1834
|
+
* @generated from field: string url = 9;
|
|
1835
|
+
*/
|
|
1836
|
+
url: string;
|
|
1837
|
+
};
|
|
1838
|
+
/**
|
|
1839
|
+
* Describes the message spacecraft.v1.SpacecraftConfigNormal.
|
|
1840
|
+
* Use `create(SpacecraftConfigNormalSchema)` to create a new message.
|
|
1841
|
+
*/
|
|
1842
|
+
export declare const SpacecraftConfigNormalSchema: GenMessage<SpacecraftConfigNormal>;
|
|
1843
|
+
/**
|
|
1844
|
+
* @generated from message spacecraft.v1.SpacecraftConfigType
|
|
1845
|
+
*/
|
|
1846
|
+
export type SpacecraftConfigType = Message<"spacecraft.v1.SpacecraftConfigType"> & {
|
|
1847
|
+
/**
|
|
1848
|
+
* @generated from field: int32 id = 1;
|
|
1849
|
+
*/
|
|
1850
|
+
id: number;
|
|
1851
|
+
/**
|
|
1852
|
+
* @generated from field: string name = 2;
|
|
1853
|
+
*/
|
|
1854
|
+
name: string;
|
|
1855
|
+
};
|
|
1856
|
+
/**
|
|
1857
|
+
* Describes the message spacecraft.v1.SpacecraftConfigType.
|
|
1858
|
+
* Use `create(SpacecraftConfigTypeSchema)` to create a new message.
|
|
1859
|
+
*/
|
|
1860
|
+
export declare const SpacecraftConfigTypeSchema: GenMessage<SpacecraftConfigType>;
|
|
1861
|
+
/**
|
|
1862
|
+
* @generated from message spacecraft.v1.Spacecraft
|
|
1863
|
+
*/
|
|
1864
|
+
export type Spacecraft = Message<"spacecraft.v1.Spacecraft"> & {
|
|
1865
|
+
/**
|
|
1866
|
+
* @generated from field: string description = 1;
|
|
1867
|
+
*/
|
|
1868
|
+
description: string;
|
|
1869
|
+
/**
|
|
1870
|
+
* @generated from field: optional string fastest_turnaround = 2;
|
|
1871
|
+
*/
|
|
1872
|
+
fastestTurnaround?: string | undefined;
|
|
1873
|
+
/**
|
|
1874
|
+
* @generated from field: repeated spacecraft.v1.SpacecraftFlightNormal flights = 3;
|
|
1875
|
+
*/
|
|
1876
|
+
flights: SpacecraftFlightNormal[];
|
|
1877
|
+
/**
|
|
1878
|
+
* @generated from field: optional int32 flights_count = 4;
|
|
1879
|
+
*/
|
|
1880
|
+
flightsCount?: number | undefined;
|
|
1881
|
+
/**
|
|
1882
|
+
* @generated from field: int32 id = 5;
|
|
1883
|
+
*/
|
|
1884
|
+
id: number;
|
|
1885
|
+
/**
|
|
1886
|
+
* @generated from field: spacecraft.v1.Image image = 6;
|
|
1887
|
+
*/
|
|
1888
|
+
image?: Image | undefined;
|
|
1889
|
+
/**
|
|
1890
|
+
* @generated from field: bool in_space = 7;
|
|
1891
|
+
*/
|
|
1892
|
+
inSpace: boolean;
|
|
1893
|
+
/**
|
|
1894
|
+
* @generated from field: bool is_placeholder = 8;
|
|
1895
|
+
*/
|
|
1896
|
+
isPlaceholder: boolean;
|
|
1897
|
+
/**
|
|
1898
|
+
* @generated from field: optional int32 mission_ends_count = 9;
|
|
1899
|
+
*/
|
|
1900
|
+
missionEndsCount?: number | undefined;
|
|
1901
|
+
/**
|
|
1902
|
+
* @generated from field: string name = 10;
|
|
1903
|
+
*/
|
|
1904
|
+
name: string;
|
|
1905
|
+
/**
|
|
1906
|
+
* @generated from field: string response_mode = 11;
|
|
1907
|
+
*/
|
|
1908
|
+
responseMode: string;
|
|
1909
|
+
/**
|
|
1910
|
+
* @generated from field: optional string serial_number = 12;
|
|
1911
|
+
*/
|
|
1912
|
+
serialNumber?: string | undefined;
|
|
1913
|
+
/**
|
|
1914
|
+
* @generated from field: spacecraft.v1.SpacecraftConfigDetailed spacecraft_config = 13;
|
|
1915
|
+
*/
|
|
1916
|
+
spacecraftConfig?: SpacecraftConfigDetailed | undefined;
|
|
1917
|
+
/**
|
|
1918
|
+
* @generated from field: spacecraft.v1.SpacecraftStatus status = 14;
|
|
1919
|
+
*/
|
|
1920
|
+
status?: SpacecraftStatus | undefined;
|
|
1921
|
+
/**
|
|
1922
|
+
* @generated from field: optional string time_docked = 15;
|
|
1923
|
+
*/
|
|
1924
|
+
timeDocked?: string | undefined;
|
|
1925
|
+
/**
|
|
1926
|
+
* @generated from field: optional string time_in_space = 16;
|
|
1927
|
+
*/
|
|
1928
|
+
timeInSpace?: string | undefined;
|
|
1929
|
+
/**
|
|
1930
|
+
* @generated from field: string url = 17;
|
|
1931
|
+
*/
|
|
1932
|
+
url: string;
|
|
1933
|
+
};
|
|
1934
|
+
/**
|
|
1935
|
+
* Describes the message spacecraft.v1.Spacecraft.
|
|
1936
|
+
* Use `create(SpacecraftSchema)` to create a new message.
|
|
1937
|
+
*/
|
|
1938
|
+
export declare const SpacecraftSchema: GenMessage<Spacecraft>;
|
|
1939
|
+
/**
|
|
1940
|
+
* @generated from message spacecraft.v1.SpacecraftFlightNormal
|
|
1941
|
+
*/
|
|
1942
|
+
export type SpacecraftFlightNormal = Message<"spacecraft.v1.SpacecraftFlightNormal"> & {
|
|
1943
|
+
/**
|
|
1944
|
+
* @generated from field: optional string destination = 1;
|
|
1945
|
+
*/
|
|
1946
|
+
destination?: string | undefined;
|
|
1947
|
+
/**
|
|
1948
|
+
* @generated from field: string duration = 2;
|
|
1949
|
+
*/
|
|
1950
|
+
duration: string;
|
|
1951
|
+
/**
|
|
1952
|
+
* @generated from field: int32 id = 3;
|
|
1953
|
+
*/
|
|
1954
|
+
id: number;
|
|
1955
|
+
/**
|
|
1956
|
+
* @generated from field: spacecraft.v1.Landing landing = 4;
|
|
1957
|
+
*/
|
|
1958
|
+
landing?: Landing | undefined;
|
|
1959
|
+
/**
|
|
1960
|
+
* @generated from field: spacecraft.v1.LaunchNormal launch = 5;
|
|
1961
|
+
*/
|
|
1962
|
+
launch?: LaunchNormal | undefined;
|
|
1963
|
+
/**
|
|
1964
|
+
* @generated from field: optional string mission_end = 6;
|
|
1965
|
+
*/
|
|
1966
|
+
missionEnd?: string | undefined;
|
|
1967
|
+
/**
|
|
1968
|
+
* @generated from field: string response_mode = 7;
|
|
1969
|
+
*/
|
|
1970
|
+
responseMode: string;
|
|
1971
|
+
/**
|
|
1972
|
+
* @generated from field: spacecraft.v1.SpacecraftNormal spacecraft = 8;
|
|
1973
|
+
*/
|
|
1974
|
+
spacecraft?: SpacecraftNormal | undefined;
|
|
1975
|
+
/**
|
|
1976
|
+
* @generated from field: string turn_around_time = 9;
|
|
1977
|
+
*/
|
|
1978
|
+
turnAroundTime: string;
|
|
1979
|
+
/**
|
|
1980
|
+
* @generated from field: string url = 10;
|
|
1981
|
+
*/
|
|
1982
|
+
url: string;
|
|
1983
|
+
};
|
|
1984
|
+
/**
|
|
1985
|
+
* Describes the message spacecraft.v1.SpacecraftFlightNormal.
|
|
1986
|
+
* Use `create(SpacecraftFlightNormalSchema)` to create a new message.
|
|
1987
|
+
*/
|
|
1988
|
+
export declare const SpacecraftFlightNormalSchema: GenMessage<SpacecraftFlightNormal>;
|
|
1989
|
+
/**
|
|
1990
|
+
* @generated from message spacecraft.v1.SpacecraftNormal
|
|
1991
|
+
*/
|
|
1992
|
+
export type SpacecraftNormal = Message<"spacecraft.v1.SpacecraftNormal"> & {
|
|
1993
|
+
/**
|
|
1994
|
+
* @generated from field: string description = 1;
|
|
1995
|
+
*/
|
|
1996
|
+
description: string;
|
|
1997
|
+
/**
|
|
1998
|
+
* @generated from field: optional string fastest_turnaround = 2;
|
|
1999
|
+
*/
|
|
2000
|
+
fastestTurnaround?: string | undefined;
|
|
2001
|
+
/**
|
|
2002
|
+
* @generated from field: optional int32 flights_count = 3;
|
|
2003
|
+
*/
|
|
2004
|
+
flightsCount?: number | undefined;
|
|
2005
|
+
/**
|
|
2006
|
+
* @generated from field: int32 id = 4;
|
|
2007
|
+
*/
|
|
2008
|
+
id: number;
|
|
2009
|
+
/**
|
|
2010
|
+
* @generated from field: spacecraft.v1.Image image = 5;
|
|
2011
|
+
*/
|
|
2012
|
+
image?: Image | undefined;
|
|
2013
|
+
/**
|
|
2014
|
+
* @generated from field: bool in_space = 6;
|
|
2015
|
+
*/
|
|
2016
|
+
inSpace: boolean;
|
|
2017
|
+
/**
|
|
2018
|
+
* @generated from field: bool is_placeholder = 7;
|
|
2019
|
+
*/
|
|
2020
|
+
isPlaceholder: boolean;
|
|
2021
|
+
/**
|
|
2022
|
+
* @generated from field: optional int32 mission_ends_count = 8;
|
|
2023
|
+
*/
|
|
2024
|
+
missionEndsCount?: number | undefined;
|
|
2025
|
+
/**
|
|
2026
|
+
* @generated from field: string name = 9;
|
|
2027
|
+
*/
|
|
2028
|
+
name: string;
|
|
2029
|
+
/**
|
|
2030
|
+
* @generated from field: string response_mode = 10;
|
|
2031
|
+
*/
|
|
2032
|
+
responseMode: string;
|
|
2033
|
+
/**
|
|
2034
|
+
* @generated from field: optional string serial_number = 11;
|
|
2035
|
+
*/
|
|
2036
|
+
serialNumber?: string | undefined;
|
|
2037
|
+
/**
|
|
2038
|
+
* @generated from field: spacecraft.v1.SpacecraftConfigNormal spacecraft_config = 12;
|
|
2039
|
+
*/
|
|
2040
|
+
spacecraftConfig?: SpacecraftConfigNormal | undefined;
|
|
2041
|
+
/**
|
|
2042
|
+
* @generated from field: spacecraft.v1.SpacecraftStatus status = 13;
|
|
2043
|
+
*/
|
|
2044
|
+
status?: SpacecraftStatus | undefined;
|
|
2045
|
+
/**
|
|
2046
|
+
* @generated from field: optional string time_docked = 14;
|
|
2047
|
+
*/
|
|
2048
|
+
timeDocked?: string | undefined;
|
|
2049
|
+
/**
|
|
2050
|
+
* @generated from field: optional string time_in_space = 15;
|
|
2051
|
+
*/
|
|
2052
|
+
timeInSpace?: string | undefined;
|
|
2053
|
+
/**
|
|
2054
|
+
* @generated from field: string url = 16;
|
|
2055
|
+
*/
|
|
2056
|
+
url: string;
|
|
2057
|
+
};
|
|
2058
|
+
/**
|
|
2059
|
+
* Describes the message spacecraft.v1.SpacecraftNormal.
|
|
2060
|
+
* Use `create(SpacecraftNormalSchema)` to create a new message.
|
|
2061
|
+
*/
|
|
2062
|
+
export declare const SpacecraftNormalSchema: GenMessage<SpacecraftNormal>;
|
|
2063
|
+
/**
|
|
2064
|
+
* @generated from message spacecraft.v1.SpacecraftStatus
|
|
2065
|
+
*/
|
|
2066
|
+
export type SpacecraftStatus = Message<"spacecraft.v1.SpacecraftStatus"> & {
|
|
2067
|
+
/**
|
|
2068
|
+
* @generated from field: int32 id = 1;
|
|
2069
|
+
*/
|
|
2070
|
+
id: number;
|
|
2071
|
+
/**
|
|
2072
|
+
* @generated from field: string name = 2;
|
|
2073
|
+
*/
|
|
2074
|
+
name: string;
|
|
2075
|
+
};
|
|
2076
|
+
/**
|
|
2077
|
+
* Describes the message spacecraft.v1.SpacecraftStatus.
|
|
2078
|
+
* Use `create(SpacecraftStatusSchema)` to create a new message.
|
|
2079
|
+
*/
|
|
2080
|
+
export declare const SpacecraftStatusSchema: GenMessage<SpacecraftStatus>;
|
|
2081
|
+
/**
|
|
2082
|
+
* @generated from message spacecraft.v1.VidURL
|
|
2083
|
+
*/
|
|
2084
|
+
export type VidURL = Message<"spacecraft.v1.VidURL"> & {
|
|
2085
|
+
/**
|
|
2086
|
+
* @generated from field: optional string description = 1;
|
|
2087
|
+
*/
|
|
2088
|
+
description?: string | undefined;
|
|
2089
|
+
/**
|
|
2090
|
+
* @generated from field: optional string end_time = 2;
|
|
2091
|
+
*/
|
|
2092
|
+
endTime?: string | undefined;
|
|
2093
|
+
/**
|
|
2094
|
+
* @generated from field: optional string feature_image = 3;
|
|
2095
|
+
*/
|
|
2096
|
+
featureImage?: string | undefined;
|
|
2097
|
+
/**
|
|
2098
|
+
* @generated from field: spacecraft.v1.Language language = 4;
|
|
2099
|
+
*/
|
|
2100
|
+
language?: Language | undefined;
|
|
2101
|
+
/**
|
|
2102
|
+
* @generated from field: bool live = 5;
|
|
2103
|
+
*/
|
|
2104
|
+
live: boolean;
|
|
2105
|
+
/**
|
|
2106
|
+
* @generated from field: int32 priority = 6;
|
|
2107
|
+
*/
|
|
2108
|
+
priority: number;
|
|
2109
|
+
/**
|
|
2110
|
+
* @generated from field: optional string publisher = 7;
|
|
2111
|
+
*/
|
|
2112
|
+
publisher?: string | undefined;
|
|
2113
|
+
/**
|
|
2114
|
+
* @generated from field: optional string source = 8;
|
|
2115
|
+
*/
|
|
2116
|
+
source?: string | undefined;
|
|
2117
|
+
/**
|
|
2118
|
+
* @generated from field: optional string start_time = 9;
|
|
2119
|
+
*/
|
|
2120
|
+
startTime?: string | undefined;
|
|
2121
|
+
/**
|
|
2122
|
+
* @generated from field: optional string title = 10;
|
|
2123
|
+
*/
|
|
2124
|
+
title?: string | undefined;
|
|
2125
|
+
/**
|
|
2126
|
+
* @generated from field: spacecraft.v1.VidURLType type = 11;
|
|
2127
|
+
*/
|
|
2128
|
+
type?: VidURLType | undefined;
|
|
2129
|
+
/**
|
|
2130
|
+
* @generated from field: string url = 12;
|
|
2131
|
+
*/
|
|
2132
|
+
url: string;
|
|
2133
|
+
};
|
|
2134
|
+
/**
|
|
2135
|
+
* Describes the message spacecraft.v1.VidURL.
|
|
2136
|
+
* Use `create(VidURLSchema)` to create a new message.
|
|
2137
|
+
*/
|
|
2138
|
+
export declare const VidURLSchema: GenMessage<VidURL>;
|
|
2139
|
+
/**
|
|
2140
|
+
* @generated from message spacecraft.v1.VidURLType
|
|
2141
|
+
*/
|
|
2142
|
+
export type VidURLType = Message<"spacecraft.v1.VidURLType"> & {
|
|
2143
|
+
/**
|
|
2144
|
+
* @generated from field: int32 id = 1;
|
|
2145
|
+
*/
|
|
2146
|
+
id: number;
|
|
2147
|
+
/**
|
|
2148
|
+
* @generated from field: string name = 2;
|
|
2149
|
+
*/
|
|
2150
|
+
name: string;
|
|
2151
|
+
};
|
|
2152
|
+
/**
|
|
2153
|
+
* Describes the message spacecraft.v1.VidURLType.
|
|
2154
|
+
* Use `create(VidURLTypeSchema)` to create a new message.
|
|
2155
|
+
*/
|
|
2156
|
+
export declare const VidURLTypeSchema: GenMessage<VidURLType>;
|
|
2157
|
+
/**
|
|
2158
|
+
* @generated from message spacecraft.v1.ListSpacecraftsRequest
|
|
2159
|
+
*/
|
|
2160
|
+
export type ListSpacecraftsRequest = Message<"spacecraft.v1.ListSpacecraftsRequest"> & {
|
|
2161
|
+
/**
|
|
2162
|
+
* @generated from field: int32 limit = 1;
|
|
2163
|
+
*/
|
|
2164
|
+
limit: number;
|
|
2165
|
+
/**
|
|
2166
|
+
* @generated from field: int32 offset = 2;
|
|
2167
|
+
*/
|
|
2168
|
+
offset: number;
|
|
2169
|
+
/**
|
|
2170
|
+
* @generated from field: string search = 3;
|
|
2171
|
+
*/
|
|
2172
|
+
search: string;
|
|
2173
|
+
/**
|
|
2174
|
+
* @generated from field: string mode = 4;
|
|
2175
|
+
*/
|
|
2176
|
+
mode: string;
|
|
2177
|
+
};
|
|
2178
|
+
/**
|
|
2179
|
+
* Describes the message spacecraft.v1.ListSpacecraftsRequest.
|
|
2180
|
+
* Use `create(ListSpacecraftsRequestSchema)` to create a new message.
|
|
2181
|
+
*/
|
|
2182
|
+
export declare const ListSpacecraftsRequestSchema: GenMessage<ListSpacecraftsRequest>;
|
|
2183
|
+
/**
|
|
2184
|
+
* @generated from message spacecraft.v1.ListSpacecraftsResponse
|
|
2185
|
+
*/
|
|
2186
|
+
export type ListSpacecraftsResponse = Message<"spacecraft.v1.ListSpacecraftsResponse"> & {
|
|
2187
|
+
/**
|
|
2188
|
+
* @generated from field: int32 count = 1;
|
|
2189
|
+
*/
|
|
2190
|
+
count: number;
|
|
2191
|
+
/**
|
|
2192
|
+
* @generated from field: string next = 2;
|
|
2193
|
+
*/
|
|
2194
|
+
next: string;
|
|
2195
|
+
/**
|
|
2196
|
+
* @generated from field: string previous = 3;
|
|
2197
|
+
*/
|
|
2198
|
+
previous: string;
|
|
2199
|
+
/**
|
|
2200
|
+
* @generated from field: repeated spacecraft.v1.Spacecraft results = 4;
|
|
2201
|
+
*/
|
|
2202
|
+
results: Spacecraft[];
|
|
2203
|
+
};
|
|
2204
|
+
/**
|
|
2205
|
+
* Describes the message spacecraft.v1.ListSpacecraftsResponse.
|
|
2206
|
+
* Use `create(ListSpacecraftsResponseSchema)` to create a new message.
|
|
2207
|
+
*/
|
|
2208
|
+
export declare const ListSpacecraftsResponseSchema: GenMessage<ListSpacecraftsResponse>;
|
|
2209
|
+
/**
|
|
2210
|
+
* @generated from message spacecraft.v1.GetSpacecraftRequest
|
|
2211
|
+
*/
|
|
2212
|
+
export type GetSpacecraftRequest = Message<"spacecraft.v1.GetSpacecraftRequest"> & {
|
|
2213
|
+
/**
|
|
2214
|
+
* @generated from field: int32 id = 1;
|
|
2215
|
+
*/
|
|
2216
|
+
id: number;
|
|
2217
|
+
/**
|
|
2218
|
+
* @generated from field: string mode = 2;
|
|
2219
|
+
*/
|
|
2220
|
+
mode: string;
|
|
2221
|
+
};
|
|
2222
|
+
/**
|
|
2223
|
+
* Describes the message spacecraft.v1.GetSpacecraftRequest.
|
|
2224
|
+
* Use `create(GetSpacecraftRequestSchema)` to create a new message.
|
|
2225
|
+
*/
|
|
2226
|
+
export declare const GetSpacecraftRequestSchema: GenMessage<GetSpacecraftRequest>;
|
|
2227
|
+
/**
|
|
2228
|
+
* @generated from message spacecraft.v1.GetSpacecraftResponse
|
|
2229
|
+
*/
|
|
2230
|
+
export type GetSpacecraftResponse = Message<"spacecraft.v1.GetSpacecraftResponse"> & {
|
|
2231
|
+
/**
|
|
2232
|
+
* @generated from field: spacecraft.v1.Spacecraft spacecraft = 1;
|
|
2233
|
+
*/
|
|
2234
|
+
spacecraft?: Spacecraft | undefined;
|
|
2235
|
+
};
|
|
2236
|
+
/**
|
|
2237
|
+
* Describes the message spacecraft.v1.GetSpacecraftResponse.
|
|
2238
|
+
* Use `create(GetSpacecraftResponseSchema)` to create a new message.
|
|
2239
|
+
*/
|
|
2240
|
+
export declare const GetSpacecraftResponseSchema: GenMessage<GetSpacecraftResponse>;
|
|
2241
|
+
/**
|
|
2242
|
+
* @generated from service spacecraft.v1.SpacecraftService
|
|
2243
|
+
*/
|
|
2244
|
+
export declare const SpacecraftService: GenService<{
|
|
2245
|
+
/**
|
|
2246
|
+
* @generated from rpc spacecraft.v1.SpacecraftService.ListSpacecrafts
|
|
2247
|
+
*/
|
|
2248
|
+
listSpacecrafts: {
|
|
2249
|
+
methodKind: "unary";
|
|
2250
|
+
input: typeof ListSpacecraftsRequestSchema;
|
|
2251
|
+
output: typeof ListSpacecraftsResponseSchema;
|
|
2252
|
+
};
|
|
2253
|
+
/**
|
|
2254
|
+
* @generated from rpc spacecraft.v1.SpacecraftService.GetSpacecraft
|
|
2255
|
+
*/
|
|
2256
|
+
getSpacecraft: {
|
|
2257
|
+
methodKind: "unary";
|
|
2258
|
+
input: typeof GetSpacecraftRequestSchema;
|
|
2259
|
+
output: typeof GetSpacecraftResponseSchema;
|
|
2260
|
+
};
|
|
2261
|
+
}>;
|