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,2849 @@
|
|
|
1
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file proto/space_station/v1/space_station.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_proto_space_station_v1_space_station: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* @generated from message space_station.v1.AgencyDetailed
|
|
9
|
+
*/
|
|
10
|
+
export type AgencyDetailed = Message<"space_station.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 space_station.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: space_station.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: space_station.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: space_station.v1.Image social_logo = 25;
|
|
109
|
+
*/
|
|
110
|
+
socialLogo?: Image | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* @generated from field: repeated space_station.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: space_station.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 space_station.v1.AgencyDetailed.
|
|
154
|
+
* Use `create(AgencyDetailedSchema)` to create a new message.
|
|
155
|
+
*/
|
|
156
|
+
export declare const AgencyDetailedSchema: GenMessage<AgencyDetailed>;
|
|
157
|
+
/**
|
|
158
|
+
* @generated from message space_station.v1.AgencyMini
|
|
159
|
+
*/
|
|
160
|
+
export type AgencyMini = Message<"space_station.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: space_station.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 space_station.v1.AgencyMini.
|
|
188
|
+
* Use `create(AgencyMiniSchema)` to create a new message.
|
|
189
|
+
*/
|
|
190
|
+
export declare const AgencyMiniSchema: GenMessage<AgencyMini>;
|
|
191
|
+
/**
|
|
192
|
+
* @generated from message space_station.v1.AgencyNormal
|
|
193
|
+
*/
|
|
194
|
+
export type AgencyNormal = Message<"space_station.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 space_station.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: space_station.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: space_station.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: space_station.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: space_station.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 space_station.v1.AgencyNormal.
|
|
266
|
+
* Use `create(AgencyNormalSchema)` to create a new message.
|
|
267
|
+
*/
|
|
268
|
+
export declare const AgencyNormalSchema: GenMessage<AgencyNormal>;
|
|
269
|
+
/**
|
|
270
|
+
* @generated from message space_station.v1.AgencyType
|
|
271
|
+
*/
|
|
272
|
+
export type AgencyType = Message<"space_station.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 space_station.v1.AgencyType.
|
|
284
|
+
* Use `create(AgencyTypeSchema)` to create a new message.
|
|
285
|
+
*/
|
|
286
|
+
export declare const AgencyTypeSchema: GenMessage<AgencyType>;
|
|
287
|
+
/**
|
|
288
|
+
* @generated from message space_station.v1.CelestialBodyDetailed
|
|
289
|
+
*/
|
|
290
|
+
export type CelestialBodyDetailed = Message<"space_station.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: space_station.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: space_station.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 space_station.v1.CelestialBodyDetailed.
|
|
366
|
+
* Use `create(CelestialBodyDetailedSchema)` to create a new message.
|
|
367
|
+
*/
|
|
368
|
+
export declare const CelestialBodyDetailedSchema: GenMessage<CelestialBodyDetailed>;
|
|
369
|
+
/**
|
|
370
|
+
* @generated from message space_station.v1.CelestialBodyMini
|
|
371
|
+
*/
|
|
372
|
+
export type CelestialBodyMini = Message<"space_station.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 space_station.v1.CelestialBodyMini.
|
|
388
|
+
* Use `create(CelestialBodyMiniSchema)` to create a new message.
|
|
389
|
+
*/
|
|
390
|
+
export declare const CelestialBodyMiniSchema: GenMessage<CelestialBodyMini>;
|
|
391
|
+
/**
|
|
392
|
+
* @generated from message space_station.v1.CelestialBodyNormal
|
|
393
|
+
*/
|
|
394
|
+
export type CelestialBodyNormal = Message<"space_station.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: space_station.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: space_station.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 space_station.v1.CelestialBodyNormal.
|
|
446
|
+
* Use `create(CelestialBodyNormalSchema)` to create a new message.
|
|
447
|
+
*/
|
|
448
|
+
export declare const CelestialBodyNormalSchema: GenMessage<CelestialBodyNormal>;
|
|
449
|
+
/**
|
|
450
|
+
* @generated from message space_station.v1.CelestialBodyType
|
|
451
|
+
*/
|
|
452
|
+
export type CelestialBodyType = Message<"space_station.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 space_station.v1.CelestialBodyType.
|
|
464
|
+
* Use `create(CelestialBodyTypeSchema)` to create a new message.
|
|
465
|
+
*/
|
|
466
|
+
export declare const CelestialBodyTypeSchema: GenMessage<CelestialBodyType>;
|
|
467
|
+
/**
|
|
468
|
+
* @generated from message space_station.v1.Country
|
|
469
|
+
*/
|
|
470
|
+
export type Country = Message<"space_station.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 space_station.v1.Country.
|
|
498
|
+
* Use `create(CountrySchema)` to create a new message.
|
|
499
|
+
*/
|
|
500
|
+
export declare const CountrySchema: GenMessage<Country>;
|
|
501
|
+
/**
|
|
502
|
+
* @generated from message space_station.v1.DockingEventDetailedSerializerForSpacestation
|
|
503
|
+
*/
|
|
504
|
+
export type DockingEventDetailedSerializerForSpacestation = Message<"space_station.v1.DockingEventDetailedSerializerForSpacestation"> & {
|
|
505
|
+
/**
|
|
506
|
+
* @generated from field: optional string departure = 1;
|
|
507
|
+
*/
|
|
508
|
+
departure?: string | undefined;
|
|
509
|
+
/**
|
|
510
|
+
* @generated from field: string docking = 2;
|
|
511
|
+
*/
|
|
512
|
+
docking: string;
|
|
513
|
+
/**
|
|
514
|
+
* @generated from field: space_station.v1.SpacecraftFlightForDockingEvent flight_vehicle_chaser = 3;
|
|
515
|
+
*/
|
|
516
|
+
flightVehicleChaser?: SpacecraftFlightForDockingEvent | undefined;
|
|
517
|
+
/**
|
|
518
|
+
* @generated from field: int32 id = 4;
|
|
519
|
+
*/
|
|
520
|
+
id: number;
|
|
521
|
+
/**
|
|
522
|
+
* @generated from field: space_station.v1.PayloadFlightNormal payload_flight_chaser = 5;
|
|
523
|
+
*/
|
|
524
|
+
payloadFlightChaser?: PayloadFlightNormal | undefined;
|
|
525
|
+
/**
|
|
526
|
+
* @generated from field: space_station.v1.SpaceStationNormal space_station_chaser = 6;
|
|
527
|
+
*/
|
|
528
|
+
spaceStationChaser?: SpaceStationNormal | undefined;
|
|
529
|
+
/**
|
|
530
|
+
* @generated from field: string url = 7;
|
|
531
|
+
*/
|
|
532
|
+
url: string;
|
|
533
|
+
};
|
|
534
|
+
/**
|
|
535
|
+
* Describes the message space_station.v1.DockingEventDetailedSerializerForSpacestation.
|
|
536
|
+
* Use `create(DockingEventDetailedSerializerForSpacestationSchema)` to create a new message.
|
|
537
|
+
*/
|
|
538
|
+
export declare const DockingEventDetailedSerializerForSpacestationSchema: GenMessage<DockingEventDetailedSerializerForSpacestation>;
|
|
539
|
+
/**
|
|
540
|
+
* @generated from message space_station.v1.DockingEventForChaserNormal
|
|
541
|
+
*/
|
|
542
|
+
export type DockingEventForChaserNormal = Message<"space_station.v1.DockingEventForChaserNormal"> & {
|
|
543
|
+
/**
|
|
544
|
+
* @generated from field: optional string departure = 1;
|
|
545
|
+
*/
|
|
546
|
+
departure?: string | undefined;
|
|
547
|
+
/**
|
|
548
|
+
* @generated from field: string docking = 2;
|
|
549
|
+
*/
|
|
550
|
+
docking: string;
|
|
551
|
+
/**
|
|
552
|
+
* @generated from field: space_station.v1.DockingLocation docking_location = 3;
|
|
553
|
+
*/
|
|
554
|
+
dockingLocation?: DockingLocation | undefined;
|
|
555
|
+
/**
|
|
556
|
+
* @generated from field: space_station.v1.SpacecraftFlightNormal flight_vehicle_target = 4;
|
|
557
|
+
*/
|
|
558
|
+
flightVehicleTarget?: SpacecraftFlightNormal | undefined;
|
|
559
|
+
/**
|
|
560
|
+
* @generated from field: int32 id = 5;
|
|
561
|
+
*/
|
|
562
|
+
id: number;
|
|
563
|
+
/**
|
|
564
|
+
* @generated from field: space_station.v1.PayloadFlightNormal payload_flight_target = 6;
|
|
565
|
+
*/
|
|
566
|
+
payloadFlightTarget?: PayloadFlightNormal | undefined;
|
|
567
|
+
/**
|
|
568
|
+
* @generated from field: space_station.v1.SpaceStationNormal space_station_target = 7;
|
|
569
|
+
*/
|
|
570
|
+
spaceStationTarget?: SpaceStationNormal | undefined;
|
|
571
|
+
/**
|
|
572
|
+
* @generated from field: string url = 8;
|
|
573
|
+
*/
|
|
574
|
+
url: string;
|
|
575
|
+
};
|
|
576
|
+
/**
|
|
577
|
+
* Describes the message space_station.v1.DockingEventForChaserNormal.
|
|
578
|
+
* Use `create(DockingEventForChaserNormalSchema)` to create a new message.
|
|
579
|
+
*/
|
|
580
|
+
export declare const DockingEventForChaserNormalSchema: GenMessage<DockingEventForChaserNormal>;
|
|
581
|
+
/**
|
|
582
|
+
* @generated from message space_station.v1.DockingLocation
|
|
583
|
+
*/
|
|
584
|
+
export type DockingLocation = Message<"space_station.v1.DockingLocation"> & {
|
|
585
|
+
/**
|
|
586
|
+
* @generated from field: int32 id = 1;
|
|
587
|
+
*/
|
|
588
|
+
id: number;
|
|
589
|
+
/**
|
|
590
|
+
* @generated from field: string name = 2;
|
|
591
|
+
*/
|
|
592
|
+
name: string;
|
|
593
|
+
/**
|
|
594
|
+
* @generated from field: space_station.v1.PayloadMini payload = 3;
|
|
595
|
+
*/
|
|
596
|
+
payload?: PayloadMini | undefined;
|
|
597
|
+
/**
|
|
598
|
+
* @generated from field: space_station.v1.SpacecraftConfigNormal spacecraft = 4;
|
|
599
|
+
*/
|
|
600
|
+
spacecraft?: SpacecraftConfigNormal | undefined;
|
|
601
|
+
/**
|
|
602
|
+
* @generated from field: space_station.v1.SpaceStationMini spacestation = 5;
|
|
603
|
+
*/
|
|
604
|
+
spacestation?: SpaceStationMini | undefined;
|
|
605
|
+
};
|
|
606
|
+
/**
|
|
607
|
+
* Describes the message space_station.v1.DockingLocation.
|
|
608
|
+
* Use `create(DockingLocationSchema)` to create a new message.
|
|
609
|
+
*/
|
|
610
|
+
export declare const DockingLocationSchema: GenMessage<DockingLocation>;
|
|
611
|
+
/**
|
|
612
|
+
* @generated from message space_station.v1.DockingLocationSerializerForSpacestation
|
|
613
|
+
*/
|
|
614
|
+
export type DockingLocationSerializerForSpacestation = Message<"space_station.v1.DockingLocationSerializerForSpacestation"> & {
|
|
615
|
+
/**
|
|
616
|
+
* @generated from field: space_station.v1.DockingEventDetailedSerializerForSpacestation currently_docked = 1;
|
|
617
|
+
*/
|
|
618
|
+
currentlyDocked?: DockingEventDetailedSerializerForSpacestation | undefined;
|
|
619
|
+
/**
|
|
620
|
+
* @generated from field: int32 id = 2;
|
|
621
|
+
*/
|
|
622
|
+
id: number;
|
|
623
|
+
/**
|
|
624
|
+
* @generated from field: string name = 3;
|
|
625
|
+
*/
|
|
626
|
+
name: string;
|
|
627
|
+
};
|
|
628
|
+
/**
|
|
629
|
+
* Describes the message space_station.v1.DockingLocationSerializerForSpacestation.
|
|
630
|
+
* Use `create(DockingLocationSerializerForSpacestationSchema)` to create a new message.
|
|
631
|
+
*/
|
|
632
|
+
export declare const DockingLocationSerializerForSpacestationSchema: GenMessage<DockingLocationSerializerForSpacestation>;
|
|
633
|
+
/**
|
|
634
|
+
* @generated from message space_station.v1.ExpeditionMini
|
|
635
|
+
*/
|
|
636
|
+
export type ExpeditionMini = Message<"space_station.v1.ExpeditionMini"> & {
|
|
637
|
+
/**
|
|
638
|
+
* @generated from field: optional string end = 1;
|
|
639
|
+
*/
|
|
640
|
+
end?: string | undefined;
|
|
641
|
+
/**
|
|
642
|
+
* @generated from field: int32 id = 2;
|
|
643
|
+
*/
|
|
644
|
+
id: number;
|
|
645
|
+
/**
|
|
646
|
+
* @generated from field: string name = 3;
|
|
647
|
+
*/
|
|
648
|
+
name: string;
|
|
649
|
+
/**
|
|
650
|
+
* @generated from field: string start = 4;
|
|
651
|
+
*/
|
|
652
|
+
start: string;
|
|
653
|
+
/**
|
|
654
|
+
* @generated from field: string url = 5;
|
|
655
|
+
*/
|
|
656
|
+
url: string;
|
|
657
|
+
};
|
|
658
|
+
/**
|
|
659
|
+
* Describes the message space_station.v1.ExpeditionMini.
|
|
660
|
+
* Use `create(ExpeditionMiniSchema)` to create a new message.
|
|
661
|
+
*/
|
|
662
|
+
export declare const ExpeditionMiniSchema: GenMessage<ExpeditionMini>;
|
|
663
|
+
/**
|
|
664
|
+
* @generated from message space_station.v1.Image
|
|
665
|
+
*/
|
|
666
|
+
export type Image = Message<"space_station.v1.Image"> & {
|
|
667
|
+
/**
|
|
668
|
+
* @generated from field: optional string credit = 1;
|
|
669
|
+
*/
|
|
670
|
+
credit?: string | undefined;
|
|
671
|
+
/**
|
|
672
|
+
* @generated from field: int32 id = 2;
|
|
673
|
+
*/
|
|
674
|
+
id: number;
|
|
675
|
+
/**
|
|
676
|
+
* @generated from field: string image_url = 3;
|
|
677
|
+
*/
|
|
678
|
+
imageUrl: string;
|
|
679
|
+
/**
|
|
680
|
+
* @generated from field: space_station.v1.ImageLicense license = 4;
|
|
681
|
+
*/
|
|
682
|
+
license?: ImageLicense | undefined;
|
|
683
|
+
/**
|
|
684
|
+
* @generated from field: string name = 5;
|
|
685
|
+
*/
|
|
686
|
+
name: string;
|
|
687
|
+
/**
|
|
688
|
+
* @generated from field: bool single_use = 6;
|
|
689
|
+
*/
|
|
690
|
+
singleUse: boolean;
|
|
691
|
+
/**
|
|
692
|
+
* @generated from field: string thumbnail_url = 7;
|
|
693
|
+
*/
|
|
694
|
+
thumbnailUrl: string;
|
|
695
|
+
/**
|
|
696
|
+
* @generated from field: repeated space_station.v1.ImageVariant variants = 8;
|
|
697
|
+
*/
|
|
698
|
+
variants: ImageVariant[];
|
|
699
|
+
};
|
|
700
|
+
/**
|
|
701
|
+
* Describes the message space_station.v1.Image.
|
|
702
|
+
* Use `create(ImageSchema)` to create a new message.
|
|
703
|
+
*/
|
|
704
|
+
export declare const ImageSchema: GenMessage<Image>;
|
|
705
|
+
/**
|
|
706
|
+
* @generated from message space_station.v1.ImageLicense
|
|
707
|
+
*/
|
|
708
|
+
export type ImageLicense = Message<"space_station.v1.ImageLicense"> & {
|
|
709
|
+
/**
|
|
710
|
+
* @generated from field: int32 id = 1;
|
|
711
|
+
*/
|
|
712
|
+
id: number;
|
|
713
|
+
/**
|
|
714
|
+
* @generated from field: optional string link = 2;
|
|
715
|
+
*/
|
|
716
|
+
link?: string | undefined;
|
|
717
|
+
/**
|
|
718
|
+
* @generated from field: string name = 3;
|
|
719
|
+
*/
|
|
720
|
+
name: string;
|
|
721
|
+
/**
|
|
722
|
+
* @generated from field: int32 priority = 4;
|
|
723
|
+
*/
|
|
724
|
+
priority: number;
|
|
725
|
+
};
|
|
726
|
+
/**
|
|
727
|
+
* Describes the message space_station.v1.ImageLicense.
|
|
728
|
+
* Use `create(ImageLicenseSchema)` to create a new message.
|
|
729
|
+
*/
|
|
730
|
+
export declare const ImageLicenseSchema: GenMessage<ImageLicense>;
|
|
731
|
+
/**
|
|
732
|
+
* @generated from message space_station.v1.ImageVariant
|
|
733
|
+
*/
|
|
734
|
+
export type ImageVariant = Message<"space_station.v1.ImageVariant"> & {
|
|
735
|
+
/**
|
|
736
|
+
* @generated from field: int32 id = 1;
|
|
737
|
+
*/
|
|
738
|
+
id: number;
|
|
739
|
+
/**
|
|
740
|
+
* @generated from field: string image_url = 2;
|
|
741
|
+
*/
|
|
742
|
+
imageUrl: string;
|
|
743
|
+
/**
|
|
744
|
+
* @generated from field: space_station.v1.ImageVariantType type = 3;
|
|
745
|
+
*/
|
|
746
|
+
type?: ImageVariantType | undefined;
|
|
747
|
+
};
|
|
748
|
+
/**
|
|
749
|
+
* Describes the message space_station.v1.ImageVariant.
|
|
750
|
+
* Use `create(ImageVariantSchema)` to create a new message.
|
|
751
|
+
*/
|
|
752
|
+
export declare const ImageVariantSchema: GenMessage<ImageVariant>;
|
|
753
|
+
/**
|
|
754
|
+
* @generated from message space_station.v1.ImageVariantType
|
|
755
|
+
*/
|
|
756
|
+
export type ImageVariantType = Message<"space_station.v1.ImageVariantType"> & {
|
|
757
|
+
/**
|
|
758
|
+
* @generated from field: int32 id = 1;
|
|
759
|
+
*/
|
|
760
|
+
id: number;
|
|
761
|
+
/**
|
|
762
|
+
* @generated from field: string name = 2;
|
|
763
|
+
*/
|
|
764
|
+
name: string;
|
|
765
|
+
};
|
|
766
|
+
/**
|
|
767
|
+
* Describes the message space_station.v1.ImageVariantType.
|
|
768
|
+
* Use `create(ImageVariantTypeSchema)` to create a new message.
|
|
769
|
+
*/
|
|
770
|
+
export declare const ImageVariantTypeSchema: GenMessage<ImageVariantType>;
|
|
771
|
+
/**
|
|
772
|
+
* @generated from message space_station.v1.InfoURL
|
|
773
|
+
*/
|
|
774
|
+
export type InfoURL = Message<"space_station.v1.InfoURL"> & {
|
|
775
|
+
/**
|
|
776
|
+
* @generated from field: optional string description = 1;
|
|
777
|
+
*/
|
|
778
|
+
description?: string | undefined;
|
|
779
|
+
/**
|
|
780
|
+
* @generated from field: optional string feature_image = 2;
|
|
781
|
+
*/
|
|
782
|
+
featureImage?: string | undefined;
|
|
783
|
+
/**
|
|
784
|
+
* @generated from field: space_station.v1.Language language = 3;
|
|
785
|
+
*/
|
|
786
|
+
language?: Language | undefined;
|
|
787
|
+
/**
|
|
788
|
+
* @generated from field: int32 priority = 4;
|
|
789
|
+
*/
|
|
790
|
+
priority: number;
|
|
791
|
+
/**
|
|
792
|
+
* @generated from field: optional string source = 5;
|
|
793
|
+
*/
|
|
794
|
+
source?: string | undefined;
|
|
795
|
+
/**
|
|
796
|
+
* @generated from field: optional string title = 6;
|
|
797
|
+
*/
|
|
798
|
+
title?: string | undefined;
|
|
799
|
+
/**
|
|
800
|
+
* @generated from field: space_station.v1.InfoURLType type = 7;
|
|
801
|
+
*/
|
|
802
|
+
type?: InfoURLType | undefined;
|
|
803
|
+
/**
|
|
804
|
+
* @generated from field: string url = 8;
|
|
805
|
+
*/
|
|
806
|
+
url: string;
|
|
807
|
+
};
|
|
808
|
+
/**
|
|
809
|
+
* Describes the message space_station.v1.InfoURL.
|
|
810
|
+
* Use `create(InfoURLSchema)` to create a new message.
|
|
811
|
+
*/
|
|
812
|
+
export declare const InfoURLSchema: GenMessage<InfoURL>;
|
|
813
|
+
/**
|
|
814
|
+
* @generated from message space_station.v1.InfoURLType
|
|
815
|
+
*/
|
|
816
|
+
export type InfoURLType = Message<"space_station.v1.InfoURLType"> & {
|
|
817
|
+
/**
|
|
818
|
+
* @generated from field: int32 id = 1;
|
|
819
|
+
*/
|
|
820
|
+
id: number;
|
|
821
|
+
/**
|
|
822
|
+
* @generated from field: string name = 2;
|
|
823
|
+
*/
|
|
824
|
+
name: string;
|
|
825
|
+
};
|
|
826
|
+
/**
|
|
827
|
+
* Describes the message space_station.v1.InfoURLType.
|
|
828
|
+
* Use `create(InfoURLTypeSchema)` to create a new message.
|
|
829
|
+
*/
|
|
830
|
+
export declare const InfoURLTypeSchema: GenMessage<InfoURLType>;
|
|
831
|
+
/**
|
|
832
|
+
* @generated from message space_station.v1.Landing
|
|
833
|
+
*/
|
|
834
|
+
export type Landing = Message<"space_station.v1.Landing"> & {
|
|
835
|
+
/**
|
|
836
|
+
* @generated from field: bool attempt = 1;
|
|
837
|
+
*/
|
|
838
|
+
attempt: boolean;
|
|
839
|
+
/**
|
|
840
|
+
* @generated from field: string description = 2;
|
|
841
|
+
*/
|
|
842
|
+
description: string;
|
|
843
|
+
/**
|
|
844
|
+
* @generated from field: optional float downrange_distance = 3;
|
|
845
|
+
*/
|
|
846
|
+
downrangeDistance?: number | undefined;
|
|
847
|
+
/**
|
|
848
|
+
* @generated from field: int32 id = 4;
|
|
849
|
+
*/
|
|
850
|
+
id: number;
|
|
851
|
+
/**
|
|
852
|
+
* @generated from field: space_station.v1.LandingLocation landing_location = 5;
|
|
853
|
+
*/
|
|
854
|
+
landingLocation?: LandingLocation | undefined;
|
|
855
|
+
/**
|
|
856
|
+
* @generated from field: optional bool success = 6;
|
|
857
|
+
*/
|
|
858
|
+
success?: boolean | undefined;
|
|
859
|
+
/**
|
|
860
|
+
* @generated from field: space_station.v1.LandingType type = 7;
|
|
861
|
+
*/
|
|
862
|
+
type?: LandingType | undefined;
|
|
863
|
+
/**
|
|
864
|
+
* @generated from field: string url = 8;
|
|
865
|
+
*/
|
|
866
|
+
url: string;
|
|
867
|
+
};
|
|
868
|
+
/**
|
|
869
|
+
* Describes the message space_station.v1.Landing.
|
|
870
|
+
* Use `create(LandingSchema)` to create a new message.
|
|
871
|
+
*/
|
|
872
|
+
export declare const LandingSchema: GenMessage<Landing>;
|
|
873
|
+
/**
|
|
874
|
+
* @generated from message space_station.v1.LandingLocation
|
|
875
|
+
*/
|
|
876
|
+
export type LandingLocation = Message<"space_station.v1.LandingLocation"> & {
|
|
877
|
+
/**
|
|
878
|
+
* @generated from field: string abbrev = 1;
|
|
879
|
+
*/
|
|
880
|
+
abbrev: string;
|
|
881
|
+
/**
|
|
882
|
+
* @generated from field: bool active = 2;
|
|
883
|
+
*/
|
|
884
|
+
active: boolean;
|
|
885
|
+
/**
|
|
886
|
+
* @generated from field: optional int32 attempted_landings = 3;
|
|
887
|
+
*/
|
|
888
|
+
attemptedLandings?: number | undefined;
|
|
889
|
+
/**
|
|
890
|
+
* @generated from field: space_station.v1.CelestialBodyNormal celestial_body = 4;
|
|
891
|
+
*/
|
|
892
|
+
celestialBody?: CelestialBodyNormal | undefined;
|
|
893
|
+
/**
|
|
894
|
+
* @generated from field: optional string description = 5;
|
|
895
|
+
*/
|
|
896
|
+
description?: string | undefined;
|
|
897
|
+
/**
|
|
898
|
+
* @generated from field: optional int32 failed_landings = 6;
|
|
899
|
+
*/
|
|
900
|
+
failedLandings?: number | undefined;
|
|
901
|
+
/**
|
|
902
|
+
* @generated from field: int32 id = 7;
|
|
903
|
+
*/
|
|
904
|
+
id: number;
|
|
905
|
+
/**
|
|
906
|
+
* @generated from field: space_station.v1.Image image = 8;
|
|
907
|
+
*/
|
|
908
|
+
image?: Image | undefined;
|
|
909
|
+
/**
|
|
910
|
+
* @generated from field: optional float latitude = 9;
|
|
911
|
+
*/
|
|
912
|
+
latitude?: number | undefined;
|
|
913
|
+
/**
|
|
914
|
+
* @generated from field: space_station.v1.LocationSerializerNoCelestialBody location = 10;
|
|
915
|
+
*/
|
|
916
|
+
location?: LocationSerializerNoCelestialBody | undefined;
|
|
917
|
+
/**
|
|
918
|
+
* @generated from field: optional float longitude = 11;
|
|
919
|
+
*/
|
|
920
|
+
longitude?: number | undefined;
|
|
921
|
+
/**
|
|
922
|
+
* @generated from field: string name = 12;
|
|
923
|
+
*/
|
|
924
|
+
name: string;
|
|
925
|
+
/**
|
|
926
|
+
* @generated from field: optional int32 successful_landings = 13;
|
|
927
|
+
*/
|
|
928
|
+
successfulLandings?: number | undefined;
|
|
929
|
+
};
|
|
930
|
+
/**
|
|
931
|
+
* Describes the message space_station.v1.LandingLocation.
|
|
932
|
+
* Use `create(LandingLocationSchema)` to create a new message.
|
|
933
|
+
*/
|
|
934
|
+
export declare const LandingLocationSchema: GenMessage<LandingLocation>;
|
|
935
|
+
/**
|
|
936
|
+
* @generated from message space_station.v1.LandingType
|
|
937
|
+
*/
|
|
938
|
+
export type LandingType = Message<"space_station.v1.LandingType"> & {
|
|
939
|
+
/**
|
|
940
|
+
* @generated from field: string abbrev = 1;
|
|
941
|
+
*/
|
|
942
|
+
abbrev: string;
|
|
943
|
+
/**
|
|
944
|
+
* @generated from field: optional string description = 2;
|
|
945
|
+
*/
|
|
946
|
+
description?: string | undefined;
|
|
947
|
+
/**
|
|
948
|
+
* @generated from field: int32 id = 3;
|
|
949
|
+
*/
|
|
950
|
+
id: number;
|
|
951
|
+
/**
|
|
952
|
+
* @generated from field: string name = 4;
|
|
953
|
+
*/
|
|
954
|
+
name: string;
|
|
955
|
+
};
|
|
956
|
+
/**
|
|
957
|
+
* Describes the message space_station.v1.LandingType.
|
|
958
|
+
* Use `create(LandingTypeSchema)` to create a new message.
|
|
959
|
+
*/
|
|
960
|
+
export declare const LandingTypeSchema: GenMessage<LandingType>;
|
|
961
|
+
/**
|
|
962
|
+
* @generated from message space_station.v1.Language
|
|
963
|
+
*/
|
|
964
|
+
export type Language = Message<"space_station.v1.Language"> & {
|
|
965
|
+
/**
|
|
966
|
+
* @generated from field: string code = 1;
|
|
967
|
+
*/
|
|
968
|
+
code: string;
|
|
969
|
+
/**
|
|
970
|
+
* @generated from field: int32 id = 2;
|
|
971
|
+
*/
|
|
972
|
+
id: number;
|
|
973
|
+
/**
|
|
974
|
+
* @generated from field: string name = 3;
|
|
975
|
+
*/
|
|
976
|
+
name: string;
|
|
977
|
+
};
|
|
978
|
+
/**
|
|
979
|
+
* Describes the message space_station.v1.Language.
|
|
980
|
+
* Use `create(LanguageSchema)` to create a new message.
|
|
981
|
+
*/
|
|
982
|
+
export declare const LanguageSchema: GenMessage<Language>;
|
|
983
|
+
/**
|
|
984
|
+
* @generated from message space_station.v1.LaunchNormal
|
|
985
|
+
*/
|
|
986
|
+
export type LaunchNormal = Message<"space_station.v1.LaunchNormal"> & {
|
|
987
|
+
/**
|
|
988
|
+
* @generated from field: optional int32 agency_launch_attempt_count = 1;
|
|
989
|
+
*/
|
|
990
|
+
agencyLaunchAttemptCount?: number | undefined;
|
|
991
|
+
/**
|
|
992
|
+
* @generated from field: optional int32 agency_launch_attempt_count_year = 2;
|
|
993
|
+
*/
|
|
994
|
+
agencyLaunchAttemptCountYear?: number | undefined;
|
|
995
|
+
/**
|
|
996
|
+
* @generated from field: optional string failreason = 3;
|
|
997
|
+
*/
|
|
998
|
+
failreason?: string | undefined;
|
|
999
|
+
/**
|
|
1000
|
+
* @generated from field: optional string hashtag = 4;
|
|
1001
|
+
*/
|
|
1002
|
+
hashtag?: string | undefined;
|
|
1003
|
+
/**
|
|
1004
|
+
* @generated from field: string id = 5;
|
|
1005
|
+
*/
|
|
1006
|
+
id: string;
|
|
1007
|
+
/**
|
|
1008
|
+
* @generated from field: space_station.v1.Image image = 6;
|
|
1009
|
+
*/
|
|
1010
|
+
image?: Image | undefined;
|
|
1011
|
+
/**
|
|
1012
|
+
* @generated from field: optional string infographic = 7;
|
|
1013
|
+
*/
|
|
1014
|
+
infographic?: string | undefined;
|
|
1015
|
+
/**
|
|
1016
|
+
* @generated from field: string last_updated = 8;
|
|
1017
|
+
*/
|
|
1018
|
+
lastUpdated: string;
|
|
1019
|
+
/**
|
|
1020
|
+
* @generated from field: optional string launch_designator = 9;
|
|
1021
|
+
*/
|
|
1022
|
+
launchDesignator?: string | undefined;
|
|
1023
|
+
/**
|
|
1024
|
+
* @generated from field: space_station.v1.AgencyMini launch_service_provider = 10;
|
|
1025
|
+
*/
|
|
1026
|
+
launchServiceProvider?: AgencyMini | undefined;
|
|
1027
|
+
/**
|
|
1028
|
+
* @generated from field: optional int32 location_launch_attempt_count = 11;
|
|
1029
|
+
*/
|
|
1030
|
+
locationLaunchAttemptCount?: number | undefined;
|
|
1031
|
+
/**
|
|
1032
|
+
* @generated from field: optional int32 location_launch_attempt_count_year = 12;
|
|
1033
|
+
*/
|
|
1034
|
+
locationLaunchAttemptCountYear?: number | undefined;
|
|
1035
|
+
/**
|
|
1036
|
+
* @generated from field: space_station.v1.Mission mission = 13;
|
|
1037
|
+
*/
|
|
1038
|
+
mission?: Mission | undefined;
|
|
1039
|
+
/**
|
|
1040
|
+
* @generated from field: string name = 14;
|
|
1041
|
+
*/
|
|
1042
|
+
name: string;
|
|
1043
|
+
/**
|
|
1044
|
+
* @generated from field: string net = 15;
|
|
1045
|
+
*/
|
|
1046
|
+
net: string;
|
|
1047
|
+
/**
|
|
1048
|
+
* @generated from field: space_station.v1.NetPrecision net_precision = 16;
|
|
1049
|
+
*/
|
|
1050
|
+
netPrecision?: NetPrecision | undefined;
|
|
1051
|
+
/**
|
|
1052
|
+
* @generated from field: optional int32 orbital_launch_attempt_count = 17;
|
|
1053
|
+
*/
|
|
1054
|
+
orbitalLaunchAttemptCount?: number | undefined;
|
|
1055
|
+
/**
|
|
1056
|
+
* @generated from field: optional int32 orbital_launch_attempt_count_year = 18;
|
|
1057
|
+
*/
|
|
1058
|
+
orbitalLaunchAttemptCountYear?: number | undefined;
|
|
1059
|
+
/**
|
|
1060
|
+
* @generated from field: space_station.v1.Pad pad = 19;
|
|
1061
|
+
*/
|
|
1062
|
+
pad?: Pad | undefined;
|
|
1063
|
+
/**
|
|
1064
|
+
* @generated from field: optional int32 pad_launch_attempt_count = 20;
|
|
1065
|
+
*/
|
|
1066
|
+
padLaunchAttemptCount?: number | undefined;
|
|
1067
|
+
/**
|
|
1068
|
+
* @generated from field: optional int32 pad_launch_attempt_count_year = 21;
|
|
1069
|
+
*/
|
|
1070
|
+
padLaunchAttemptCountYear?: number | undefined;
|
|
1071
|
+
/**
|
|
1072
|
+
* @generated from field: optional int32 probability = 22;
|
|
1073
|
+
*/
|
|
1074
|
+
probability?: number | undefined;
|
|
1075
|
+
/**
|
|
1076
|
+
* @generated from field: repeated space_station.v1.ProgramNormal program = 23;
|
|
1077
|
+
*/
|
|
1078
|
+
program: ProgramNormal[];
|
|
1079
|
+
/**
|
|
1080
|
+
* @generated from field: string response_mode = 24;
|
|
1081
|
+
*/
|
|
1082
|
+
responseMode: string;
|
|
1083
|
+
/**
|
|
1084
|
+
* @generated from field: space_station.v1.RocketNormal rocket = 25;
|
|
1085
|
+
*/
|
|
1086
|
+
rocket?: RocketNormal | undefined;
|
|
1087
|
+
/**
|
|
1088
|
+
* @generated from field: string slug = 26;
|
|
1089
|
+
*/
|
|
1090
|
+
slug: string;
|
|
1091
|
+
/**
|
|
1092
|
+
* @generated from field: space_station.v1.LaunchStatus status = 27;
|
|
1093
|
+
*/
|
|
1094
|
+
status?: LaunchStatus | undefined;
|
|
1095
|
+
/**
|
|
1096
|
+
* @generated from field: string url = 28;
|
|
1097
|
+
*/
|
|
1098
|
+
url: string;
|
|
1099
|
+
/**
|
|
1100
|
+
* @generated from field: optional string weather_concerns = 29;
|
|
1101
|
+
*/
|
|
1102
|
+
weatherConcerns?: string | undefined;
|
|
1103
|
+
/**
|
|
1104
|
+
* @generated from field: bool webcast_live = 30;
|
|
1105
|
+
*/
|
|
1106
|
+
webcastLive: boolean;
|
|
1107
|
+
/**
|
|
1108
|
+
* @generated from field: string window_end = 31;
|
|
1109
|
+
*/
|
|
1110
|
+
windowEnd: string;
|
|
1111
|
+
/**
|
|
1112
|
+
* @generated from field: string window_start = 32;
|
|
1113
|
+
*/
|
|
1114
|
+
windowStart: string;
|
|
1115
|
+
};
|
|
1116
|
+
/**
|
|
1117
|
+
* Describes the message space_station.v1.LaunchNormal.
|
|
1118
|
+
* Use `create(LaunchNormalSchema)` to create a new message.
|
|
1119
|
+
*/
|
|
1120
|
+
export declare const LaunchNormalSchema: GenMessage<LaunchNormal>;
|
|
1121
|
+
/**
|
|
1122
|
+
* @generated from message space_station.v1.LaunchStatus
|
|
1123
|
+
*/
|
|
1124
|
+
export type LaunchStatus = Message<"space_station.v1.LaunchStatus"> & {
|
|
1125
|
+
/**
|
|
1126
|
+
* @generated from field: string abbrev = 1;
|
|
1127
|
+
*/
|
|
1128
|
+
abbrev: string;
|
|
1129
|
+
/**
|
|
1130
|
+
* @generated from field: string description = 2;
|
|
1131
|
+
*/
|
|
1132
|
+
description: string;
|
|
1133
|
+
/**
|
|
1134
|
+
* @generated from field: int32 id = 3;
|
|
1135
|
+
*/
|
|
1136
|
+
id: number;
|
|
1137
|
+
/**
|
|
1138
|
+
* @generated from field: string name = 4;
|
|
1139
|
+
*/
|
|
1140
|
+
name: string;
|
|
1141
|
+
};
|
|
1142
|
+
/**
|
|
1143
|
+
* Describes the message space_station.v1.LaunchStatus.
|
|
1144
|
+
* Use `create(LaunchStatusSchema)` to create a new message.
|
|
1145
|
+
*/
|
|
1146
|
+
export declare const LaunchStatusSchema: GenMessage<LaunchStatus>;
|
|
1147
|
+
/**
|
|
1148
|
+
* @generated from message space_station.v1.LauncherConfigFamilyMini
|
|
1149
|
+
*/
|
|
1150
|
+
export type LauncherConfigFamilyMini = Message<"space_station.v1.LauncherConfigFamilyMini"> & {
|
|
1151
|
+
/**
|
|
1152
|
+
* @generated from field: int32 id = 1;
|
|
1153
|
+
*/
|
|
1154
|
+
id: number;
|
|
1155
|
+
/**
|
|
1156
|
+
* @generated from field: string name = 2;
|
|
1157
|
+
*/
|
|
1158
|
+
name: string;
|
|
1159
|
+
/**
|
|
1160
|
+
* @generated from field: string response_mode = 3;
|
|
1161
|
+
*/
|
|
1162
|
+
responseMode: string;
|
|
1163
|
+
};
|
|
1164
|
+
/**
|
|
1165
|
+
* Describes the message space_station.v1.LauncherConfigFamilyMini.
|
|
1166
|
+
* Use `create(LauncherConfigFamilyMiniSchema)` to create a new message.
|
|
1167
|
+
*/
|
|
1168
|
+
export declare const LauncherConfigFamilyMiniSchema: GenMessage<LauncherConfigFamilyMini>;
|
|
1169
|
+
/**
|
|
1170
|
+
* @generated from message space_station.v1.LauncherConfigList
|
|
1171
|
+
*/
|
|
1172
|
+
export type LauncherConfigList = Message<"space_station.v1.LauncherConfigList"> & {
|
|
1173
|
+
/**
|
|
1174
|
+
* @generated from field: repeated space_station.v1.LauncherConfigFamilyMini families = 1;
|
|
1175
|
+
*/
|
|
1176
|
+
families: LauncherConfigFamilyMini[];
|
|
1177
|
+
/**
|
|
1178
|
+
* @generated from field: string full_name = 2;
|
|
1179
|
+
*/
|
|
1180
|
+
fullName: string;
|
|
1181
|
+
/**
|
|
1182
|
+
* @generated from field: int32 id = 3;
|
|
1183
|
+
*/
|
|
1184
|
+
id: number;
|
|
1185
|
+
/**
|
|
1186
|
+
* @generated from field: string name = 4;
|
|
1187
|
+
*/
|
|
1188
|
+
name: string;
|
|
1189
|
+
/**
|
|
1190
|
+
* @generated from field: string response_mode = 5;
|
|
1191
|
+
*/
|
|
1192
|
+
responseMode: string;
|
|
1193
|
+
/**
|
|
1194
|
+
* @generated from field: string url = 6;
|
|
1195
|
+
*/
|
|
1196
|
+
url: string;
|
|
1197
|
+
/**
|
|
1198
|
+
* @generated from field: string variant = 7;
|
|
1199
|
+
*/
|
|
1200
|
+
variant: string;
|
|
1201
|
+
};
|
|
1202
|
+
/**
|
|
1203
|
+
* Describes the message space_station.v1.LauncherConfigList.
|
|
1204
|
+
* Use `create(LauncherConfigListSchema)` to create a new message.
|
|
1205
|
+
*/
|
|
1206
|
+
export declare const LauncherConfigListSchema: GenMessage<LauncherConfigList>;
|
|
1207
|
+
/**
|
|
1208
|
+
* @generated from message space_station.v1.Location
|
|
1209
|
+
*/
|
|
1210
|
+
export type Location = Message<"space_station.v1.Location"> & {
|
|
1211
|
+
/**
|
|
1212
|
+
* @generated from field: bool active = 1;
|
|
1213
|
+
*/
|
|
1214
|
+
active: boolean;
|
|
1215
|
+
/**
|
|
1216
|
+
* @generated from field: space_station.v1.CelestialBodyDetailed celestial_body = 2;
|
|
1217
|
+
*/
|
|
1218
|
+
celestialBody?: CelestialBodyDetailed | undefined;
|
|
1219
|
+
/**
|
|
1220
|
+
* @generated from field: space_station.v1.Country country = 3;
|
|
1221
|
+
*/
|
|
1222
|
+
country?: Country | undefined;
|
|
1223
|
+
/**
|
|
1224
|
+
* @generated from field: optional string description = 4;
|
|
1225
|
+
*/
|
|
1226
|
+
description?: string | undefined;
|
|
1227
|
+
/**
|
|
1228
|
+
* @generated from field: int32 id = 5;
|
|
1229
|
+
*/
|
|
1230
|
+
id: number;
|
|
1231
|
+
/**
|
|
1232
|
+
* @generated from field: space_station.v1.Image image = 6;
|
|
1233
|
+
*/
|
|
1234
|
+
image?: Image | undefined;
|
|
1235
|
+
/**
|
|
1236
|
+
* @generated from field: optional float latitude = 7;
|
|
1237
|
+
*/
|
|
1238
|
+
latitude?: number | undefined;
|
|
1239
|
+
/**
|
|
1240
|
+
* @generated from field: optional float longitude = 8;
|
|
1241
|
+
*/
|
|
1242
|
+
longitude?: number | undefined;
|
|
1243
|
+
/**
|
|
1244
|
+
* @generated from field: optional string map_image = 9;
|
|
1245
|
+
*/
|
|
1246
|
+
mapImage?: string | undefined;
|
|
1247
|
+
/**
|
|
1248
|
+
* @generated from field: string name = 10;
|
|
1249
|
+
*/
|
|
1250
|
+
name: string;
|
|
1251
|
+
/**
|
|
1252
|
+
* @generated from field: string response_mode = 11;
|
|
1253
|
+
*/
|
|
1254
|
+
responseMode: string;
|
|
1255
|
+
/**
|
|
1256
|
+
* @generated from field: string timezone_name = 12;
|
|
1257
|
+
*/
|
|
1258
|
+
timezoneName: string;
|
|
1259
|
+
/**
|
|
1260
|
+
* @generated from field: optional int32 total_landing_count = 13;
|
|
1261
|
+
*/
|
|
1262
|
+
totalLandingCount?: number | undefined;
|
|
1263
|
+
/**
|
|
1264
|
+
* @generated from field: optional int32 total_launch_count = 14;
|
|
1265
|
+
*/
|
|
1266
|
+
totalLaunchCount?: number | undefined;
|
|
1267
|
+
/**
|
|
1268
|
+
* @generated from field: string url = 15;
|
|
1269
|
+
*/
|
|
1270
|
+
url: string;
|
|
1271
|
+
};
|
|
1272
|
+
/**
|
|
1273
|
+
* Describes the message space_station.v1.Location.
|
|
1274
|
+
* Use `create(LocationSchema)` to create a new message.
|
|
1275
|
+
*/
|
|
1276
|
+
export declare const LocationSchema: GenMessage<Location>;
|
|
1277
|
+
/**
|
|
1278
|
+
* @generated from message space_station.v1.LocationSerializerNoCelestialBody
|
|
1279
|
+
*/
|
|
1280
|
+
export type LocationSerializerNoCelestialBody = Message<"space_station.v1.LocationSerializerNoCelestialBody"> & {
|
|
1281
|
+
/**
|
|
1282
|
+
* @generated from field: bool active = 1;
|
|
1283
|
+
*/
|
|
1284
|
+
active: boolean;
|
|
1285
|
+
/**
|
|
1286
|
+
* @generated from field: space_station.v1.Country country = 2;
|
|
1287
|
+
*/
|
|
1288
|
+
country?: Country | undefined;
|
|
1289
|
+
/**
|
|
1290
|
+
* @generated from field: optional string description = 3;
|
|
1291
|
+
*/
|
|
1292
|
+
description?: string | undefined;
|
|
1293
|
+
/**
|
|
1294
|
+
* @generated from field: int32 id = 4;
|
|
1295
|
+
*/
|
|
1296
|
+
id: number;
|
|
1297
|
+
/**
|
|
1298
|
+
* @generated from field: space_station.v1.Image image = 5;
|
|
1299
|
+
*/
|
|
1300
|
+
image?: Image | undefined;
|
|
1301
|
+
/**
|
|
1302
|
+
* @generated from field: optional float latitude = 6;
|
|
1303
|
+
*/
|
|
1304
|
+
latitude?: number | undefined;
|
|
1305
|
+
/**
|
|
1306
|
+
* @generated from field: optional float longitude = 7;
|
|
1307
|
+
*/
|
|
1308
|
+
longitude?: number | undefined;
|
|
1309
|
+
/**
|
|
1310
|
+
* @generated from field: optional string map_image = 8;
|
|
1311
|
+
*/
|
|
1312
|
+
mapImage?: string | undefined;
|
|
1313
|
+
/**
|
|
1314
|
+
* @generated from field: string name = 9;
|
|
1315
|
+
*/
|
|
1316
|
+
name: string;
|
|
1317
|
+
/**
|
|
1318
|
+
* @generated from field: string response_mode = 10;
|
|
1319
|
+
*/
|
|
1320
|
+
responseMode: string;
|
|
1321
|
+
/**
|
|
1322
|
+
* @generated from field: string timezone_name = 11;
|
|
1323
|
+
*/
|
|
1324
|
+
timezoneName: string;
|
|
1325
|
+
/**
|
|
1326
|
+
* @generated from field: optional int32 total_landing_count = 12;
|
|
1327
|
+
*/
|
|
1328
|
+
totalLandingCount?: number | undefined;
|
|
1329
|
+
/**
|
|
1330
|
+
* @generated from field: optional int32 total_launch_count = 13;
|
|
1331
|
+
*/
|
|
1332
|
+
totalLaunchCount?: number | undefined;
|
|
1333
|
+
/**
|
|
1334
|
+
* @generated from field: string url = 14;
|
|
1335
|
+
*/
|
|
1336
|
+
url: string;
|
|
1337
|
+
};
|
|
1338
|
+
/**
|
|
1339
|
+
* Describes the message space_station.v1.LocationSerializerNoCelestialBody.
|
|
1340
|
+
* Use `create(LocationSerializerNoCelestialBodySchema)` to create a new message.
|
|
1341
|
+
*/
|
|
1342
|
+
export declare const LocationSerializerNoCelestialBodySchema: GenMessage<LocationSerializerNoCelestialBody>;
|
|
1343
|
+
/**
|
|
1344
|
+
* @generated from message space_station.v1.Mission
|
|
1345
|
+
*/
|
|
1346
|
+
export type Mission = Message<"space_station.v1.Mission"> & {
|
|
1347
|
+
/**
|
|
1348
|
+
* @generated from field: repeated space_station.v1.AgencyDetailed agencies = 1;
|
|
1349
|
+
*/
|
|
1350
|
+
agencies: AgencyDetailed[];
|
|
1351
|
+
/**
|
|
1352
|
+
* @generated from field: string description = 2;
|
|
1353
|
+
*/
|
|
1354
|
+
description: string;
|
|
1355
|
+
/**
|
|
1356
|
+
* @generated from field: int32 id = 3;
|
|
1357
|
+
*/
|
|
1358
|
+
id: number;
|
|
1359
|
+
/**
|
|
1360
|
+
* @generated from field: space_station.v1.Image image = 4;
|
|
1361
|
+
*/
|
|
1362
|
+
image?: Image | undefined;
|
|
1363
|
+
/**
|
|
1364
|
+
* @generated from field: repeated space_station.v1.InfoURL info_urls = 5;
|
|
1365
|
+
*/
|
|
1366
|
+
infoUrls: InfoURL[];
|
|
1367
|
+
/**
|
|
1368
|
+
* @generated from field: string name = 6;
|
|
1369
|
+
*/
|
|
1370
|
+
name: string;
|
|
1371
|
+
/**
|
|
1372
|
+
* @generated from field: space_station.v1.Orbit orbit = 7;
|
|
1373
|
+
*/
|
|
1374
|
+
orbit?: Orbit | undefined;
|
|
1375
|
+
/**
|
|
1376
|
+
* @generated from field: string type = 8;
|
|
1377
|
+
*/
|
|
1378
|
+
type: string;
|
|
1379
|
+
/**
|
|
1380
|
+
* @generated from field: repeated space_station.v1.VidURL vid_urls = 9;
|
|
1381
|
+
*/
|
|
1382
|
+
vidUrls: VidURL[];
|
|
1383
|
+
};
|
|
1384
|
+
/**
|
|
1385
|
+
* Describes the message space_station.v1.Mission.
|
|
1386
|
+
* Use `create(MissionSchema)` to create a new message.
|
|
1387
|
+
*/
|
|
1388
|
+
export declare const MissionSchema: GenMessage<Mission>;
|
|
1389
|
+
/**
|
|
1390
|
+
* @generated from message space_station.v1.MissionPatch
|
|
1391
|
+
*/
|
|
1392
|
+
export type MissionPatch = Message<"space_station.v1.MissionPatch"> & {
|
|
1393
|
+
/**
|
|
1394
|
+
* @generated from field: space_station.v1.AgencyMini agency = 1;
|
|
1395
|
+
*/
|
|
1396
|
+
agency?: AgencyMini | undefined;
|
|
1397
|
+
/**
|
|
1398
|
+
* @generated from field: int32 id = 2;
|
|
1399
|
+
*/
|
|
1400
|
+
id: number;
|
|
1401
|
+
/**
|
|
1402
|
+
* @generated from field: string image_url = 3;
|
|
1403
|
+
*/
|
|
1404
|
+
imageUrl: string;
|
|
1405
|
+
/**
|
|
1406
|
+
* @generated from field: string name = 4;
|
|
1407
|
+
*/
|
|
1408
|
+
name: string;
|
|
1409
|
+
/**
|
|
1410
|
+
* @generated from field: int32 priority = 5;
|
|
1411
|
+
*/
|
|
1412
|
+
priority: number;
|
|
1413
|
+
/**
|
|
1414
|
+
* @generated from field: string response_mode = 6;
|
|
1415
|
+
*/
|
|
1416
|
+
responseMode: string;
|
|
1417
|
+
};
|
|
1418
|
+
/**
|
|
1419
|
+
* Describes the message space_station.v1.MissionPatch.
|
|
1420
|
+
* Use `create(MissionPatchSchema)` to create a new message.
|
|
1421
|
+
*/
|
|
1422
|
+
export declare const MissionPatchSchema: GenMessage<MissionPatch>;
|
|
1423
|
+
/**
|
|
1424
|
+
* @generated from message space_station.v1.NetPrecision
|
|
1425
|
+
*/
|
|
1426
|
+
export type NetPrecision = Message<"space_station.v1.NetPrecision"> & {
|
|
1427
|
+
/**
|
|
1428
|
+
* @generated from field: string abbrev = 1;
|
|
1429
|
+
*/
|
|
1430
|
+
abbrev: string;
|
|
1431
|
+
/**
|
|
1432
|
+
* @generated from field: string description = 2;
|
|
1433
|
+
*/
|
|
1434
|
+
description: string;
|
|
1435
|
+
/**
|
|
1436
|
+
* @generated from field: int32 id = 3;
|
|
1437
|
+
*/
|
|
1438
|
+
id: number;
|
|
1439
|
+
/**
|
|
1440
|
+
* @generated from field: string name = 4;
|
|
1441
|
+
*/
|
|
1442
|
+
name: string;
|
|
1443
|
+
};
|
|
1444
|
+
/**
|
|
1445
|
+
* Describes the message space_station.v1.NetPrecision.
|
|
1446
|
+
* Use `create(NetPrecisionSchema)` to create a new message.
|
|
1447
|
+
*/
|
|
1448
|
+
export declare const NetPrecisionSchema: GenMessage<NetPrecision>;
|
|
1449
|
+
/**
|
|
1450
|
+
* @generated from message space_station.v1.Orbit
|
|
1451
|
+
*/
|
|
1452
|
+
export type Orbit = Message<"space_station.v1.Orbit"> & {
|
|
1453
|
+
/**
|
|
1454
|
+
* @generated from field: string abbrev = 1;
|
|
1455
|
+
*/
|
|
1456
|
+
abbrev: string;
|
|
1457
|
+
/**
|
|
1458
|
+
* @generated from field: space_station.v1.CelestialBodyMini celestial_body = 2;
|
|
1459
|
+
*/
|
|
1460
|
+
celestialBody?: CelestialBodyMini | undefined;
|
|
1461
|
+
/**
|
|
1462
|
+
* @generated from field: int32 id = 3;
|
|
1463
|
+
*/
|
|
1464
|
+
id: number;
|
|
1465
|
+
/**
|
|
1466
|
+
* @generated from field: string name = 4;
|
|
1467
|
+
*/
|
|
1468
|
+
name: string;
|
|
1469
|
+
};
|
|
1470
|
+
/**
|
|
1471
|
+
* Describes the message space_station.v1.Orbit.
|
|
1472
|
+
* Use `create(OrbitSchema)` to create a new message.
|
|
1473
|
+
*/
|
|
1474
|
+
export declare const OrbitSchema: GenMessage<Orbit>;
|
|
1475
|
+
/**
|
|
1476
|
+
* @generated from message space_station.v1.Pad
|
|
1477
|
+
*/
|
|
1478
|
+
export type Pad = Message<"space_station.v1.Pad"> & {
|
|
1479
|
+
/**
|
|
1480
|
+
* @generated from field: bool active = 1;
|
|
1481
|
+
*/
|
|
1482
|
+
active: boolean;
|
|
1483
|
+
/**
|
|
1484
|
+
* @generated from field: repeated space_station.v1.AgencyNormal agencies = 2;
|
|
1485
|
+
*/
|
|
1486
|
+
agencies: AgencyNormal[];
|
|
1487
|
+
/**
|
|
1488
|
+
* @generated from field: space_station.v1.Country country = 3;
|
|
1489
|
+
*/
|
|
1490
|
+
country?: Country | undefined;
|
|
1491
|
+
/**
|
|
1492
|
+
* @generated from field: optional string description = 4;
|
|
1493
|
+
*/
|
|
1494
|
+
description?: string | undefined;
|
|
1495
|
+
/**
|
|
1496
|
+
* @generated from field: optional string fastest_turnaround = 5;
|
|
1497
|
+
*/
|
|
1498
|
+
fastestTurnaround?: string | undefined;
|
|
1499
|
+
/**
|
|
1500
|
+
* @generated from field: int32 id = 6;
|
|
1501
|
+
*/
|
|
1502
|
+
id: number;
|
|
1503
|
+
/**
|
|
1504
|
+
* @generated from field: space_station.v1.Image image = 7;
|
|
1505
|
+
*/
|
|
1506
|
+
image?: Image | undefined;
|
|
1507
|
+
/**
|
|
1508
|
+
* @generated from field: optional string info_url = 8;
|
|
1509
|
+
*/
|
|
1510
|
+
infoUrl?: string | undefined;
|
|
1511
|
+
/**
|
|
1512
|
+
* @generated from field: optional float latitude = 9;
|
|
1513
|
+
*/
|
|
1514
|
+
latitude?: number | undefined;
|
|
1515
|
+
/**
|
|
1516
|
+
* @generated from field: space_station.v1.Location location = 10;
|
|
1517
|
+
*/
|
|
1518
|
+
location?: Location | undefined;
|
|
1519
|
+
/**
|
|
1520
|
+
* @generated from field: optional float longitude = 11;
|
|
1521
|
+
*/
|
|
1522
|
+
longitude?: number | undefined;
|
|
1523
|
+
/**
|
|
1524
|
+
* @generated from field: optional string map_image = 12;
|
|
1525
|
+
*/
|
|
1526
|
+
mapImage?: string | undefined;
|
|
1527
|
+
/**
|
|
1528
|
+
* @generated from field: optional string map_url = 13;
|
|
1529
|
+
*/
|
|
1530
|
+
mapUrl?: string | undefined;
|
|
1531
|
+
/**
|
|
1532
|
+
* @generated from field: string name = 14;
|
|
1533
|
+
*/
|
|
1534
|
+
name: string;
|
|
1535
|
+
/**
|
|
1536
|
+
* @generated from field: optional int32 orbital_launch_attempt_count = 15;
|
|
1537
|
+
*/
|
|
1538
|
+
orbitalLaunchAttemptCount?: number | undefined;
|
|
1539
|
+
/**
|
|
1540
|
+
* @generated from field: optional int32 total_launch_count = 16;
|
|
1541
|
+
*/
|
|
1542
|
+
totalLaunchCount?: number | undefined;
|
|
1543
|
+
/**
|
|
1544
|
+
* @generated from field: string url = 17;
|
|
1545
|
+
*/
|
|
1546
|
+
url: string;
|
|
1547
|
+
/**
|
|
1548
|
+
* @generated from field: optional string wiki_url = 18;
|
|
1549
|
+
*/
|
|
1550
|
+
wikiUrl?: string | undefined;
|
|
1551
|
+
};
|
|
1552
|
+
/**
|
|
1553
|
+
* Describes the message space_station.v1.Pad.
|
|
1554
|
+
* Use `create(PadSchema)` to create a new message.
|
|
1555
|
+
*/
|
|
1556
|
+
export declare const PadSchema: GenMessage<Pad>;
|
|
1557
|
+
/**
|
|
1558
|
+
* @generated from message space_station.v1.PayloadFlightNormal
|
|
1559
|
+
*/
|
|
1560
|
+
export type PayloadFlightNormal = Message<"space_station.v1.PayloadFlightNormal"> & {
|
|
1561
|
+
/**
|
|
1562
|
+
* @generated from field: int32 amount = 1;
|
|
1563
|
+
*/
|
|
1564
|
+
amount: number;
|
|
1565
|
+
/**
|
|
1566
|
+
* @generated from field: optional string destination = 2;
|
|
1567
|
+
*/
|
|
1568
|
+
destination?: string | undefined;
|
|
1569
|
+
/**
|
|
1570
|
+
* @generated from field: int32 id = 3;
|
|
1571
|
+
*/
|
|
1572
|
+
id: number;
|
|
1573
|
+
/**
|
|
1574
|
+
* @generated from field: space_station.v1.Landing landing = 4;
|
|
1575
|
+
*/
|
|
1576
|
+
landing?: Landing | undefined;
|
|
1577
|
+
/**
|
|
1578
|
+
* @generated from field: space_station.v1.LaunchNormal launch = 5;
|
|
1579
|
+
*/
|
|
1580
|
+
launch?: LaunchNormal | undefined;
|
|
1581
|
+
/**
|
|
1582
|
+
* @generated from field: space_station.v1.PayloadNormal payload = 6;
|
|
1583
|
+
*/
|
|
1584
|
+
payload?: PayloadNormal | undefined;
|
|
1585
|
+
/**
|
|
1586
|
+
* @generated from field: string response_mode = 7;
|
|
1587
|
+
*/
|
|
1588
|
+
responseMode: string;
|
|
1589
|
+
/**
|
|
1590
|
+
* @generated from field: string url = 8;
|
|
1591
|
+
*/
|
|
1592
|
+
url: string;
|
|
1593
|
+
};
|
|
1594
|
+
/**
|
|
1595
|
+
* Describes the message space_station.v1.PayloadFlightNormal.
|
|
1596
|
+
* Use `create(PayloadFlightNormalSchema)` to create a new message.
|
|
1597
|
+
*/
|
|
1598
|
+
export declare const PayloadFlightNormalSchema: GenMessage<PayloadFlightNormal>;
|
|
1599
|
+
/**
|
|
1600
|
+
* @generated from message space_station.v1.PayloadMini
|
|
1601
|
+
*/
|
|
1602
|
+
export type PayloadMini = Message<"space_station.v1.PayloadMini"> & {
|
|
1603
|
+
/**
|
|
1604
|
+
* @generated from field: int32 id = 1;
|
|
1605
|
+
*/
|
|
1606
|
+
id: number;
|
|
1607
|
+
/**
|
|
1608
|
+
* @generated from field: space_station.v1.Image image = 2;
|
|
1609
|
+
*/
|
|
1610
|
+
image?: Image | undefined;
|
|
1611
|
+
/**
|
|
1612
|
+
* @generated from field: space_station.v1.AgencyMini manufacturer = 3;
|
|
1613
|
+
*/
|
|
1614
|
+
manufacturer?: AgencyMini | undefined;
|
|
1615
|
+
/**
|
|
1616
|
+
* @generated from field: string name = 4;
|
|
1617
|
+
*/
|
|
1618
|
+
name: string;
|
|
1619
|
+
/**
|
|
1620
|
+
* @generated from field: space_station.v1.AgencyMini operator = 5;
|
|
1621
|
+
*/
|
|
1622
|
+
operator?: AgencyMini | undefined;
|
|
1623
|
+
/**
|
|
1624
|
+
* @generated from field: string response_mode = 6;
|
|
1625
|
+
*/
|
|
1626
|
+
responseMode: string;
|
|
1627
|
+
/**
|
|
1628
|
+
* @generated from field: space_station.v1.PayloadType type = 7;
|
|
1629
|
+
*/
|
|
1630
|
+
type?: PayloadType | undefined;
|
|
1631
|
+
};
|
|
1632
|
+
/**
|
|
1633
|
+
* Describes the message space_station.v1.PayloadMini.
|
|
1634
|
+
* Use `create(PayloadMiniSchema)` to create a new message.
|
|
1635
|
+
*/
|
|
1636
|
+
export declare const PayloadMiniSchema: GenMessage<PayloadMini>;
|
|
1637
|
+
/**
|
|
1638
|
+
* @generated from message space_station.v1.PayloadNormal
|
|
1639
|
+
*/
|
|
1640
|
+
export type PayloadNormal = Message<"space_station.v1.PayloadNormal"> & {
|
|
1641
|
+
/**
|
|
1642
|
+
* @generated from field: optional int32 cost = 1;
|
|
1643
|
+
*/
|
|
1644
|
+
cost?: number | undefined;
|
|
1645
|
+
/**
|
|
1646
|
+
* @generated from field: string description = 2;
|
|
1647
|
+
*/
|
|
1648
|
+
description: string;
|
|
1649
|
+
/**
|
|
1650
|
+
* @generated from field: int32 id = 3;
|
|
1651
|
+
*/
|
|
1652
|
+
id: number;
|
|
1653
|
+
/**
|
|
1654
|
+
* @generated from field: space_station.v1.Image image = 4;
|
|
1655
|
+
*/
|
|
1656
|
+
image?: Image | undefined;
|
|
1657
|
+
/**
|
|
1658
|
+
* @generated from field: string info_link = 5;
|
|
1659
|
+
*/
|
|
1660
|
+
infoLink: string;
|
|
1661
|
+
/**
|
|
1662
|
+
* @generated from field: space_station.v1.AgencyNormal manufacturer = 6;
|
|
1663
|
+
*/
|
|
1664
|
+
manufacturer?: AgencyNormal | undefined;
|
|
1665
|
+
/**
|
|
1666
|
+
* @generated from field: optional float mass = 7;
|
|
1667
|
+
*/
|
|
1668
|
+
mass?: number | undefined;
|
|
1669
|
+
/**
|
|
1670
|
+
* @generated from field: string name = 8;
|
|
1671
|
+
*/
|
|
1672
|
+
name: string;
|
|
1673
|
+
/**
|
|
1674
|
+
* @generated from field: space_station.v1.AgencyNormal operator = 9;
|
|
1675
|
+
*/
|
|
1676
|
+
operator?: AgencyNormal | undefined;
|
|
1677
|
+
/**
|
|
1678
|
+
* @generated from field: repeated space_station.v1.ProgramMini program = 10;
|
|
1679
|
+
*/
|
|
1680
|
+
program: ProgramMini[];
|
|
1681
|
+
/**
|
|
1682
|
+
* @generated from field: string response_mode = 11;
|
|
1683
|
+
*/
|
|
1684
|
+
responseMode: string;
|
|
1685
|
+
/**
|
|
1686
|
+
* @generated from field: space_station.v1.PayloadType type = 12;
|
|
1687
|
+
*/
|
|
1688
|
+
type?: PayloadType | undefined;
|
|
1689
|
+
/**
|
|
1690
|
+
* @generated from field: string wiki_link = 13;
|
|
1691
|
+
*/
|
|
1692
|
+
wikiLink: string;
|
|
1693
|
+
};
|
|
1694
|
+
/**
|
|
1695
|
+
* Describes the message space_station.v1.PayloadNormal.
|
|
1696
|
+
* Use `create(PayloadNormalSchema)` to create a new message.
|
|
1697
|
+
*/
|
|
1698
|
+
export declare const PayloadNormalSchema: GenMessage<PayloadNormal>;
|
|
1699
|
+
/**
|
|
1700
|
+
* @generated from message space_station.v1.PayloadType
|
|
1701
|
+
*/
|
|
1702
|
+
export type PayloadType = Message<"space_station.v1.PayloadType"> & {
|
|
1703
|
+
/**
|
|
1704
|
+
* @generated from field: int32 id = 1;
|
|
1705
|
+
*/
|
|
1706
|
+
id: number;
|
|
1707
|
+
/**
|
|
1708
|
+
* @generated from field: string name = 2;
|
|
1709
|
+
*/
|
|
1710
|
+
name: string;
|
|
1711
|
+
};
|
|
1712
|
+
/**
|
|
1713
|
+
* Describes the message space_station.v1.PayloadType.
|
|
1714
|
+
* Use `create(PayloadTypeSchema)` to create a new message.
|
|
1715
|
+
*/
|
|
1716
|
+
export declare const PayloadTypeSchema: GenMessage<PayloadType>;
|
|
1717
|
+
/**
|
|
1718
|
+
* @generated from message space_station.v1.ProgramMini
|
|
1719
|
+
*/
|
|
1720
|
+
export type ProgramMini = Message<"space_station.v1.ProgramMini"> & {
|
|
1721
|
+
/**
|
|
1722
|
+
* @generated from field: int32 id = 1;
|
|
1723
|
+
*/
|
|
1724
|
+
id: number;
|
|
1725
|
+
/**
|
|
1726
|
+
* @generated from field: space_station.v1.Image image = 2;
|
|
1727
|
+
*/
|
|
1728
|
+
image?: Image | undefined;
|
|
1729
|
+
/**
|
|
1730
|
+
* @generated from field: optional string info_url = 3;
|
|
1731
|
+
*/
|
|
1732
|
+
infoUrl?: string | undefined;
|
|
1733
|
+
/**
|
|
1734
|
+
* @generated from field: string name = 4;
|
|
1735
|
+
*/
|
|
1736
|
+
name: string;
|
|
1737
|
+
/**
|
|
1738
|
+
* @generated from field: string response_mode = 5;
|
|
1739
|
+
*/
|
|
1740
|
+
responseMode: string;
|
|
1741
|
+
/**
|
|
1742
|
+
* @generated from field: string url = 6;
|
|
1743
|
+
*/
|
|
1744
|
+
url: string;
|
|
1745
|
+
/**
|
|
1746
|
+
* @generated from field: optional string wiki_url = 7;
|
|
1747
|
+
*/
|
|
1748
|
+
wikiUrl?: string | undefined;
|
|
1749
|
+
};
|
|
1750
|
+
/**
|
|
1751
|
+
* Describes the message space_station.v1.ProgramMini.
|
|
1752
|
+
* Use `create(ProgramMiniSchema)` to create a new message.
|
|
1753
|
+
*/
|
|
1754
|
+
export declare const ProgramMiniSchema: GenMessage<ProgramMini>;
|
|
1755
|
+
/**
|
|
1756
|
+
* @generated from message space_station.v1.ProgramNormal
|
|
1757
|
+
*/
|
|
1758
|
+
export type ProgramNormal = Message<"space_station.v1.ProgramNormal"> & {
|
|
1759
|
+
/**
|
|
1760
|
+
* @generated from field: repeated space_station.v1.AgencyMini agencies = 1;
|
|
1761
|
+
*/
|
|
1762
|
+
agencies: AgencyMini[];
|
|
1763
|
+
/**
|
|
1764
|
+
* @generated from field: optional string description = 2;
|
|
1765
|
+
*/
|
|
1766
|
+
description?: string | undefined;
|
|
1767
|
+
/**
|
|
1768
|
+
* @generated from field: optional string end_date = 3;
|
|
1769
|
+
*/
|
|
1770
|
+
endDate?: string | undefined;
|
|
1771
|
+
/**
|
|
1772
|
+
* @generated from field: int32 id = 4;
|
|
1773
|
+
*/
|
|
1774
|
+
id: number;
|
|
1775
|
+
/**
|
|
1776
|
+
* @generated from field: space_station.v1.Image image = 5;
|
|
1777
|
+
*/
|
|
1778
|
+
image?: Image | undefined;
|
|
1779
|
+
/**
|
|
1780
|
+
* @generated from field: optional string info_url = 6;
|
|
1781
|
+
*/
|
|
1782
|
+
infoUrl?: string | undefined;
|
|
1783
|
+
/**
|
|
1784
|
+
* @generated from field: repeated space_station.v1.MissionPatch mission_patches = 7;
|
|
1785
|
+
*/
|
|
1786
|
+
missionPatches: MissionPatch[];
|
|
1787
|
+
/**
|
|
1788
|
+
* @generated from field: string name = 8;
|
|
1789
|
+
*/
|
|
1790
|
+
name: string;
|
|
1791
|
+
/**
|
|
1792
|
+
* @generated from field: string response_mode = 9;
|
|
1793
|
+
*/
|
|
1794
|
+
responseMode: string;
|
|
1795
|
+
/**
|
|
1796
|
+
* @generated from field: optional string start_date = 10;
|
|
1797
|
+
*/
|
|
1798
|
+
startDate?: string | undefined;
|
|
1799
|
+
/**
|
|
1800
|
+
* @generated from field: space_station.v1.ProgramType type = 11;
|
|
1801
|
+
*/
|
|
1802
|
+
type?: ProgramType | undefined;
|
|
1803
|
+
/**
|
|
1804
|
+
* @generated from field: string url = 12;
|
|
1805
|
+
*/
|
|
1806
|
+
url: string;
|
|
1807
|
+
/**
|
|
1808
|
+
* @generated from field: optional string wiki_url = 13;
|
|
1809
|
+
*/
|
|
1810
|
+
wikiUrl?: string | undefined;
|
|
1811
|
+
};
|
|
1812
|
+
/**
|
|
1813
|
+
* Describes the message space_station.v1.ProgramNormal.
|
|
1814
|
+
* Use `create(ProgramNormalSchema)` to create a new message.
|
|
1815
|
+
*/
|
|
1816
|
+
export declare const ProgramNormalSchema: GenMessage<ProgramNormal>;
|
|
1817
|
+
/**
|
|
1818
|
+
* @generated from message space_station.v1.ProgramType
|
|
1819
|
+
*/
|
|
1820
|
+
export type ProgramType = Message<"space_station.v1.ProgramType"> & {
|
|
1821
|
+
/**
|
|
1822
|
+
* @generated from field: int32 id = 1;
|
|
1823
|
+
*/
|
|
1824
|
+
id: number;
|
|
1825
|
+
/**
|
|
1826
|
+
* @generated from field: string name = 2;
|
|
1827
|
+
*/
|
|
1828
|
+
name: string;
|
|
1829
|
+
};
|
|
1830
|
+
/**
|
|
1831
|
+
* Describes the message space_station.v1.ProgramType.
|
|
1832
|
+
* Use `create(ProgramTypeSchema)` to create a new message.
|
|
1833
|
+
*/
|
|
1834
|
+
export declare const ProgramTypeSchema: GenMessage<ProgramType>;
|
|
1835
|
+
/**
|
|
1836
|
+
* @generated from message space_station.v1.RocketNormal
|
|
1837
|
+
*/
|
|
1838
|
+
export type RocketNormal = Message<"space_station.v1.RocketNormal"> & {
|
|
1839
|
+
/**
|
|
1840
|
+
* @generated from field: space_station.v1.LauncherConfigList configuration = 1;
|
|
1841
|
+
*/
|
|
1842
|
+
configuration?: LauncherConfigList | undefined;
|
|
1843
|
+
/**
|
|
1844
|
+
* @generated from field: int32 id = 2;
|
|
1845
|
+
*/
|
|
1846
|
+
id: number;
|
|
1847
|
+
};
|
|
1848
|
+
/**
|
|
1849
|
+
* Describes the message space_station.v1.RocketNormal.
|
|
1850
|
+
* Use `create(RocketNormalSchema)` to create a new message.
|
|
1851
|
+
*/
|
|
1852
|
+
export declare const RocketNormalSchema: GenMessage<RocketNormal>;
|
|
1853
|
+
/**
|
|
1854
|
+
* @generated from message space_station.v1.SocialMedia
|
|
1855
|
+
*/
|
|
1856
|
+
export type SocialMedia = Message<"space_station.v1.SocialMedia"> & {
|
|
1857
|
+
/**
|
|
1858
|
+
* @generated from field: int32 id = 1;
|
|
1859
|
+
*/
|
|
1860
|
+
id: number;
|
|
1861
|
+
/**
|
|
1862
|
+
* @generated from field: space_station.v1.Image logo = 2;
|
|
1863
|
+
*/
|
|
1864
|
+
logo?: Image | undefined;
|
|
1865
|
+
/**
|
|
1866
|
+
* @generated from field: string name = 3;
|
|
1867
|
+
*/
|
|
1868
|
+
name: string;
|
|
1869
|
+
/**
|
|
1870
|
+
* @generated from field: optional string url = 4;
|
|
1871
|
+
*/
|
|
1872
|
+
url?: string | undefined;
|
|
1873
|
+
};
|
|
1874
|
+
/**
|
|
1875
|
+
* Describes the message space_station.v1.SocialMedia.
|
|
1876
|
+
* Use `create(SocialMediaSchema)` to create a new message.
|
|
1877
|
+
*/
|
|
1878
|
+
export declare const SocialMediaSchema: GenMessage<SocialMedia>;
|
|
1879
|
+
/**
|
|
1880
|
+
* @generated from message space_station.v1.SocialMediaLink
|
|
1881
|
+
*/
|
|
1882
|
+
export type SocialMediaLink = Message<"space_station.v1.SocialMediaLink"> & {
|
|
1883
|
+
/**
|
|
1884
|
+
* @generated from field: int32 id = 1;
|
|
1885
|
+
*/
|
|
1886
|
+
id: number;
|
|
1887
|
+
/**
|
|
1888
|
+
* @generated from field: space_station.v1.SocialMedia social_media = 2;
|
|
1889
|
+
*/
|
|
1890
|
+
socialMedia?: SocialMedia | undefined;
|
|
1891
|
+
/**
|
|
1892
|
+
* @generated from field: optional string url = 3;
|
|
1893
|
+
*/
|
|
1894
|
+
url?: string | undefined;
|
|
1895
|
+
};
|
|
1896
|
+
/**
|
|
1897
|
+
* Describes the message space_station.v1.SocialMediaLink.
|
|
1898
|
+
* Use `create(SocialMediaLinkSchema)` to create a new message.
|
|
1899
|
+
*/
|
|
1900
|
+
export declare const SocialMediaLinkSchema: GenMessage<SocialMediaLink>;
|
|
1901
|
+
/**
|
|
1902
|
+
* @generated from message space_station.v1.SpaceStation
|
|
1903
|
+
*/
|
|
1904
|
+
export type SpaceStation = Message<"space_station.v1.SpaceStation"> & {
|
|
1905
|
+
/**
|
|
1906
|
+
* @generated from field: repeated space_station.v1.DockingEventForChaserNormal active_docking_events = 1;
|
|
1907
|
+
*/
|
|
1908
|
+
activeDockingEvents: DockingEventForChaserNormal[];
|
|
1909
|
+
/**
|
|
1910
|
+
* @generated from field: repeated space_station.v1.ExpeditionMini active_expeditions = 2;
|
|
1911
|
+
*/
|
|
1912
|
+
activeExpeditions: ExpeditionMini[];
|
|
1913
|
+
/**
|
|
1914
|
+
* @generated from field: optional string deorbited = 3;
|
|
1915
|
+
*/
|
|
1916
|
+
deorbited?: string | undefined;
|
|
1917
|
+
/**
|
|
1918
|
+
* @generated from field: string description = 4;
|
|
1919
|
+
*/
|
|
1920
|
+
description: string;
|
|
1921
|
+
/**
|
|
1922
|
+
* @generated from field: optional int32 docked_vehicles = 5;
|
|
1923
|
+
*/
|
|
1924
|
+
dockedVehicles?: number | undefined;
|
|
1925
|
+
/**
|
|
1926
|
+
* @generated from field: repeated space_station.v1.DockingLocationSerializerForSpacestation docking_location = 6;
|
|
1927
|
+
*/
|
|
1928
|
+
dockingLocation: DockingLocationSerializerForSpacestation[];
|
|
1929
|
+
/**
|
|
1930
|
+
* @generated from field: string founded = 7;
|
|
1931
|
+
*/
|
|
1932
|
+
founded: string;
|
|
1933
|
+
/**
|
|
1934
|
+
* @generated from field: optional float height = 8;
|
|
1935
|
+
*/
|
|
1936
|
+
height?: number | undefined;
|
|
1937
|
+
/**
|
|
1938
|
+
* @generated from field: int32 id = 9;
|
|
1939
|
+
*/
|
|
1940
|
+
id: number;
|
|
1941
|
+
/**
|
|
1942
|
+
* @generated from field: space_station.v1.Image image = 10;
|
|
1943
|
+
*/
|
|
1944
|
+
image?: Image | undefined;
|
|
1945
|
+
/**
|
|
1946
|
+
* @generated from field: optional float mass = 11;
|
|
1947
|
+
*/
|
|
1948
|
+
mass?: number | undefined;
|
|
1949
|
+
/**
|
|
1950
|
+
* @generated from field: string name = 12;
|
|
1951
|
+
*/
|
|
1952
|
+
name: string;
|
|
1953
|
+
/**
|
|
1954
|
+
* @generated from field: optional int32 onboard_crew = 13;
|
|
1955
|
+
*/
|
|
1956
|
+
onboardCrew?: number | undefined;
|
|
1957
|
+
/**
|
|
1958
|
+
* @generated from field: optional string orbit = 14;
|
|
1959
|
+
*/
|
|
1960
|
+
orbit?: string | undefined;
|
|
1961
|
+
/**
|
|
1962
|
+
* @generated from field: repeated space_station.v1.AgencyNormal owners = 15;
|
|
1963
|
+
*/
|
|
1964
|
+
owners: AgencyNormal[];
|
|
1965
|
+
/**
|
|
1966
|
+
* @generated from field: string response_mode = 16;
|
|
1967
|
+
*/
|
|
1968
|
+
responseMode: string;
|
|
1969
|
+
/**
|
|
1970
|
+
* @generated from field: space_station.v1.SpaceStationStatus status = 17;
|
|
1971
|
+
*/
|
|
1972
|
+
status?: SpaceStationStatus | undefined;
|
|
1973
|
+
/**
|
|
1974
|
+
* @generated from field: space_station.v1.SpaceStationType type = 18;
|
|
1975
|
+
*/
|
|
1976
|
+
type?: SpaceStationType | undefined;
|
|
1977
|
+
/**
|
|
1978
|
+
* @generated from field: string url = 19;
|
|
1979
|
+
*/
|
|
1980
|
+
url: string;
|
|
1981
|
+
/**
|
|
1982
|
+
* @generated from field: optional int32 volume = 20;
|
|
1983
|
+
*/
|
|
1984
|
+
volume?: number | undefined;
|
|
1985
|
+
/**
|
|
1986
|
+
* @generated from field: optional float width = 21;
|
|
1987
|
+
*/
|
|
1988
|
+
width?: number | undefined;
|
|
1989
|
+
};
|
|
1990
|
+
/**
|
|
1991
|
+
* Describes the message space_station.v1.SpaceStation.
|
|
1992
|
+
* Use `create(SpaceStationSchema)` to create a new message.
|
|
1993
|
+
*/
|
|
1994
|
+
export declare const SpaceStationSchema: GenMessage<SpaceStation>;
|
|
1995
|
+
/**
|
|
1996
|
+
* @generated from message space_station.v1.SpaceStationMini
|
|
1997
|
+
*/
|
|
1998
|
+
export type SpaceStationMini = Message<"space_station.v1.SpaceStationMini"> & {
|
|
1999
|
+
/**
|
|
2000
|
+
* @generated from field: int32 id = 1;
|
|
2001
|
+
*/
|
|
2002
|
+
id: number;
|
|
2003
|
+
/**
|
|
2004
|
+
* @generated from field: space_station.v1.Image image = 2;
|
|
2005
|
+
*/
|
|
2006
|
+
image?: Image | undefined;
|
|
2007
|
+
/**
|
|
2008
|
+
* @generated from field: string name = 3;
|
|
2009
|
+
*/
|
|
2010
|
+
name: string;
|
|
2011
|
+
/**
|
|
2012
|
+
* @generated from field: string url = 4;
|
|
2013
|
+
*/
|
|
2014
|
+
url: string;
|
|
2015
|
+
};
|
|
2016
|
+
/**
|
|
2017
|
+
* Describes the message space_station.v1.SpaceStationMini.
|
|
2018
|
+
* Use `create(SpaceStationMiniSchema)` to create a new message.
|
|
2019
|
+
*/
|
|
2020
|
+
export declare const SpaceStationMiniSchema: GenMessage<SpaceStationMini>;
|
|
2021
|
+
/**
|
|
2022
|
+
* @generated from message space_station.v1.SpaceStationNormal
|
|
2023
|
+
*/
|
|
2024
|
+
export type SpaceStationNormal = Message<"space_station.v1.SpaceStationNormal"> & {
|
|
2025
|
+
/**
|
|
2026
|
+
* @generated from field: optional string deorbited = 1;
|
|
2027
|
+
*/
|
|
2028
|
+
deorbited?: string | undefined;
|
|
2029
|
+
/**
|
|
2030
|
+
* @generated from field: string description = 2;
|
|
2031
|
+
*/
|
|
2032
|
+
description: string;
|
|
2033
|
+
/**
|
|
2034
|
+
* @generated from field: string founded = 3;
|
|
2035
|
+
*/
|
|
2036
|
+
founded: string;
|
|
2037
|
+
/**
|
|
2038
|
+
* @generated from field: int32 id = 4;
|
|
2039
|
+
*/
|
|
2040
|
+
id: number;
|
|
2041
|
+
/**
|
|
2042
|
+
* @generated from field: space_station.v1.Image image = 5;
|
|
2043
|
+
*/
|
|
2044
|
+
image?: Image | undefined;
|
|
2045
|
+
/**
|
|
2046
|
+
* @generated from field: string name = 6;
|
|
2047
|
+
*/
|
|
2048
|
+
name: string;
|
|
2049
|
+
/**
|
|
2050
|
+
* @generated from field: optional string orbit = 7;
|
|
2051
|
+
*/
|
|
2052
|
+
orbit?: string | undefined;
|
|
2053
|
+
/**
|
|
2054
|
+
* @generated from field: space_station.v1.SpaceStationStatus status = 8;
|
|
2055
|
+
*/
|
|
2056
|
+
status?: SpaceStationStatus | undefined;
|
|
2057
|
+
/**
|
|
2058
|
+
* @generated from field: space_station.v1.SpaceStationType type = 9;
|
|
2059
|
+
*/
|
|
2060
|
+
type?: SpaceStationType | undefined;
|
|
2061
|
+
/**
|
|
2062
|
+
* @generated from field: string url = 10;
|
|
2063
|
+
*/
|
|
2064
|
+
url: string;
|
|
2065
|
+
};
|
|
2066
|
+
/**
|
|
2067
|
+
* Describes the message space_station.v1.SpaceStationNormal.
|
|
2068
|
+
* Use `create(SpaceStationNormalSchema)` to create a new message.
|
|
2069
|
+
*/
|
|
2070
|
+
export declare const SpaceStationNormalSchema: GenMessage<SpaceStationNormal>;
|
|
2071
|
+
/**
|
|
2072
|
+
* @generated from message space_station.v1.SpaceStationStatus
|
|
2073
|
+
*/
|
|
2074
|
+
export type SpaceStationStatus = Message<"space_station.v1.SpaceStationStatus"> & {
|
|
2075
|
+
/**
|
|
2076
|
+
* @generated from field: int32 id = 1;
|
|
2077
|
+
*/
|
|
2078
|
+
id: number;
|
|
2079
|
+
/**
|
|
2080
|
+
* @generated from field: string name = 2;
|
|
2081
|
+
*/
|
|
2082
|
+
name: string;
|
|
2083
|
+
};
|
|
2084
|
+
/**
|
|
2085
|
+
* Describes the message space_station.v1.SpaceStationStatus.
|
|
2086
|
+
* Use `create(SpaceStationStatusSchema)` to create a new message.
|
|
2087
|
+
*/
|
|
2088
|
+
export declare const SpaceStationStatusSchema: GenMessage<SpaceStationStatus>;
|
|
2089
|
+
/**
|
|
2090
|
+
* @generated from message space_station.v1.SpaceStationType
|
|
2091
|
+
*/
|
|
2092
|
+
export type SpaceStationType = Message<"space_station.v1.SpaceStationType"> & {
|
|
2093
|
+
/**
|
|
2094
|
+
* @generated from field: int32 id = 1;
|
|
2095
|
+
*/
|
|
2096
|
+
id: number;
|
|
2097
|
+
/**
|
|
2098
|
+
* @generated from field: string name = 2;
|
|
2099
|
+
*/
|
|
2100
|
+
name: string;
|
|
2101
|
+
};
|
|
2102
|
+
/**
|
|
2103
|
+
* Describes the message space_station.v1.SpaceStationType.
|
|
2104
|
+
* Use `create(SpaceStationTypeSchema)` to create a new message.
|
|
2105
|
+
*/
|
|
2106
|
+
export declare const SpaceStationTypeSchema: GenMessage<SpaceStationType>;
|
|
2107
|
+
/**
|
|
2108
|
+
* @generated from message space_station.v1.SpacecraftConfigDetailed
|
|
2109
|
+
*/
|
|
2110
|
+
export type SpacecraftConfigDetailed = Message<"space_station.v1.SpacecraftConfigDetailed"> & {
|
|
2111
|
+
/**
|
|
2112
|
+
* @generated from field: space_station.v1.AgencyNormal agency = 1;
|
|
2113
|
+
*/
|
|
2114
|
+
agency?: AgencyNormal | undefined;
|
|
2115
|
+
/**
|
|
2116
|
+
* @generated from field: optional int32 attempted_landings = 2;
|
|
2117
|
+
*/
|
|
2118
|
+
attemptedLandings?: number | undefined;
|
|
2119
|
+
/**
|
|
2120
|
+
* @generated from field: string capability = 3;
|
|
2121
|
+
*/
|
|
2122
|
+
capability: string;
|
|
2123
|
+
/**
|
|
2124
|
+
* @generated from field: optional int32 crew_capacity = 4;
|
|
2125
|
+
*/
|
|
2126
|
+
crewCapacity?: number | undefined;
|
|
2127
|
+
/**
|
|
2128
|
+
* @generated from field: string details = 5;
|
|
2129
|
+
*/
|
|
2130
|
+
details: string;
|
|
2131
|
+
/**
|
|
2132
|
+
* @generated from field: optional float diameter = 6;
|
|
2133
|
+
*/
|
|
2134
|
+
diameter?: number | undefined;
|
|
2135
|
+
/**
|
|
2136
|
+
* @generated from field: optional int32 failed_landings = 7;
|
|
2137
|
+
*/
|
|
2138
|
+
failedLandings?: number | undefined;
|
|
2139
|
+
/**
|
|
2140
|
+
* @generated from field: optional int32 failed_launches = 8;
|
|
2141
|
+
*/
|
|
2142
|
+
failedLaunches?: number | undefined;
|
|
2143
|
+
/**
|
|
2144
|
+
* @generated from field: repeated space_station.v1.SpacecraftConfigFamilyDetailed family = 9;
|
|
2145
|
+
*/
|
|
2146
|
+
family: SpacecraftConfigFamilyDetailed[];
|
|
2147
|
+
/**
|
|
2148
|
+
* @generated from field: optional string fastest_turnaround = 10;
|
|
2149
|
+
*/
|
|
2150
|
+
fastestTurnaround?: string | undefined;
|
|
2151
|
+
/**
|
|
2152
|
+
* @generated from field: optional string flight_life = 11;
|
|
2153
|
+
*/
|
|
2154
|
+
flightLife?: string | undefined;
|
|
2155
|
+
/**
|
|
2156
|
+
* @generated from field: optional float height = 12;
|
|
2157
|
+
*/
|
|
2158
|
+
height?: number | undefined;
|
|
2159
|
+
/**
|
|
2160
|
+
* @generated from field: string history = 13;
|
|
2161
|
+
*/
|
|
2162
|
+
history: string;
|
|
2163
|
+
/**
|
|
2164
|
+
* @generated from field: bool human_rated = 14;
|
|
2165
|
+
*/
|
|
2166
|
+
humanRated: boolean;
|
|
2167
|
+
/**
|
|
2168
|
+
* @generated from field: int32 id = 15;
|
|
2169
|
+
*/
|
|
2170
|
+
id: number;
|
|
2171
|
+
/**
|
|
2172
|
+
* @generated from field: space_station.v1.Image image = 16;
|
|
2173
|
+
*/
|
|
2174
|
+
image?: Image | undefined;
|
|
2175
|
+
/**
|
|
2176
|
+
* @generated from field: bool in_use = 17;
|
|
2177
|
+
*/
|
|
2178
|
+
inUse: boolean;
|
|
2179
|
+
/**
|
|
2180
|
+
* @generated from field: string info_link = 18;
|
|
2181
|
+
*/
|
|
2182
|
+
infoLink: string;
|
|
2183
|
+
/**
|
|
2184
|
+
* @generated from field: optional string maiden_flight = 19;
|
|
2185
|
+
*/
|
|
2186
|
+
maidenFlight?: string | undefined;
|
|
2187
|
+
/**
|
|
2188
|
+
* @generated from field: string name = 20;
|
|
2189
|
+
*/
|
|
2190
|
+
name: string;
|
|
2191
|
+
/**
|
|
2192
|
+
* @generated from field: optional int32 payload_capacity = 21;
|
|
2193
|
+
*/
|
|
2194
|
+
payloadCapacity?: number | undefined;
|
|
2195
|
+
/**
|
|
2196
|
+
* @generated from field: optional int32 payload_return_capacity = 22;
|
|
2197
|
+
*/
|
|
2198
|
+
payloadReturnCapacity?: number | undefined;
|
|
2199
|
+
/**
|
|
2200
|
+
* @generated from field: string response_mode = 23;
|
|
2201
|
+
*/
|
|
2202
|
+
responseMode: string;
|
|
2203
|
+
/**
|
|
2204
|
+
* @generated from field: optional int32 spacecraft_flown = 24;
|
|
2205
|
+
*/
|
|
2206
|
+
spacecraftFlown?: number | undefined;
|
|
2207
|
+
/**
|
|
2208
|
+
* @generated from field: optional int32 successful_landings = 25;
|
|
2209
|
+
*/
|
|
2210
|
+
successfulLandings?: number | undefined;
|
|
2211
|
+
/**
|
|
2212
|
+
* @generated from field: optional int32 successful_launches = 26;
|
|
2213
|
+
*/
|
|
2214
|
+
successfulLaunches?: number | undefined;
|
|
2215
|
+
/**
|
|
2216
|
+
* @generated from field: optional int32 total_launch_count = 27;
|
|
2217
|
+
*/
|
|
2218
|
+
totalLaunchCount?: number | undefined;
|
|
2219
|
+
/**
|
|
2220
|
+
* @generated from field: space_station.v1.SpacecraftConfigType type = 28;
|
|
2221
|
+
*/
|
|
2222
|
+
type?: SpacecraftConfigType | undefined;
|
|
2223
|
+
/**
|
|
2224
|
+
* @generated from field: string url = 29;
|
|
2225
|
+
*/
|
|
2226
|
+
url: string;
|
|
2227
|
+
/**
|
|
2228
|
+
* @generated from field: string wiki_link = 30;
|
|
2229
|
+
*/
|
|
2230
|
+
wikiLink: string;
|
|
2231
|
+
};
|
|
2232
|
+
/**
|
|
2233
|
+
* Describes the message space_station.v1.SpacecraftConfigDetailed.
|
|
2234
|
+
* Use `create(SpacecraftConfigDetailedSchema)` to create a new message.
|
|
2235
|
+
*/
|
|
2236
|
+
export declare const SpacecraftConfigDetailedSchema: GenMessage<SpacecraftConfigDetailed>;
|
|
2237
|
+
/**
|
|
2238
|
+
* @generated from message space_station.v1.SpacecraftConfigFamilyDetailed
|
|
2239
|
+
*/
|
|
2240
|
+
export type SpacecraftConfigFamilyDetailed = Message<"space_station.v1.SpacecraftConfigFamilyDetailed"> & {
|
|
2241
|
+
/**
|
|
2242
|
+
* @generated from field: optional int32 attempted_landings = 1;
|
|
2243
|
+
*/
|
|
2244
|
+
attemptedLandings?: number | undefined;
|
|
2245
|
+
/**
|
|
2246
|
+
* @generated from field: string description = 2;
|
|
2247
|
+
*/
|
|
2248
|
+
description: string;
|
|
2249
|
+
/**
|
|
2250
|
+
* @generated from field: optional int32 failed_landings = 3;
|
|
2251
|
+
*/
|
|
2252
|
+
failedLandings?: number | undefined;
|
|
2253
|
+
/**
|
|
2254
|
+
* @generated from field: optional int32 failed_launches = 4;
|
|
2255
|
+
*/
|
|
2256
|
+
failedLaunches?: number | undefined;
|
|
2257
|
+
/**
|
|
2258
|
+
* @generated from field: int32 id = 5;
|
|
2259
|
+
*/
|
|
2260
|
+
id: number;
|
|
2261
|
+
/**
|
|
2262
|
+
* @generated from field: optional string maiden_flight = 6;
|
|
2263
|
+
*/
|
|
2264
|
+
maidenFlight?: string | undefined;
|
|
2265
|
+
/**
|
|
2266
|
+
* @generated from field: space_station.v1.AgencyNormal manufacturer = 7;
|
|
2267
|
+
*/
|
|
2268
|
+
manufacturer?: AgencyNormal | undefined;
|
|
2269
|
+
/**
|
|
2270
|
+
* @generated from field: string name = 8;
|
|
2271
|
+
*/
|
|
2272
|
+
name: string;
|
|
2273
|
+
/**
|
|
2274
|
+
* @generated from field: space_station.v1.SpacecraftConfigFamilyNormal parent = 9;
|
|
2275
|
+
*/
|
|
2276
|
+
parent?: SpacecraftConfigFamilyNormal | undefined;
|
|
2277
|
+
/**
|
|
2278
|
+
* @generated from field: string response_mode = 10;
|
|
2279
|
+
*/
|
|
2280
|
+
responseMode: string;
|
|
2281
|
+
/**
|
|
2282
|
+
* @generated from field: optional int32 spacecraft_flown = 11;
|
|
2283
|
+
*/
|
|
2284
|
+
spacecraftFlown?: number | undefined;
|
|
2285
|
+
/**
|
|
2286
|
+
* @generated from field: optional int32 successful_landings = 12;
|
|
2287
|
+
*/
|
|
2288
|
+
successfulLandings?: number | undefined;
|
|
2289
|
+
/**
|
|
2290
|
+
* @generated from field: optional int32 successful_launches = 13;
|
|
2291
|
+
*/
|
|
2292
|
+
successfulLaunches?: number | undefined;
|
|
2293
|
+
/**
|
|
2294
|
+
* @generated from field: optional int32 total_launch_count = 14;
|
|
2295
|
+
*/
|
|
2296
|
+
totalLaunchCount?: number | undefined;
|
|
2297
|
+
};
|
|
2298
|
+
/**
|
|
2299
|
+
* Describes the message space_station.v1.SpacecraftConfigFamilyDetailed.
|
|
2300
|
+
* Use `create(SpacecraftConfigFamilyDetailedSchema)` to create a new message.
|
|
2301
|
+
*/
|
|
2302
|
+
export declare const SpacecraftConfigFamilyDetailedSchema: GenMessage<SpacecraftConfigFamilyDetailed>;
|
|
2303
|
+
/**
|
|
2304
|
+
* @generated from message space_station.v1.SpacecraftConfigFamilyMini
|
|
2305
|
+
*/
|
|
2306
|
+
export type SpacecraftConfigFamilyMini = Message<"space_station.v1.SpacecraftConfigFamilyMini"> & {
|
|
2307
|
+
/**
|
|
2308
|
+
* @generated from field: int32 id = 1;
|
|
2309
|
+
*/
|
|
2310
|
+
id: number;
|
|
2311
|
+
/**
|
|
2312
|
+
* @generated from field: string name = 2;
|
|
2313
|
+
*/
|
|
2314
|
+
name: string;
|
|
2315
|
+
/**
|
|
2316
|
+
* @generated from field: string response_mode = 3;
|
|
2317
|
+
*/
|
|
2318
|
+
responseMode: string;
|
|
2319
|
+
};
|
|
2320
|
+
/**
|
|
2321
|
+
* Describes the message space_station.v1.SpacecraftConfigFamilyMini.
|
|
2322
|
+
* Use `create(SpacecraftConfigFamilyMiniSchema)` to create a new message.
|
|
2323
|
+
*/
|
|
2324
|
+
export declare const SpacecraftConfigFamilyMiniSchema: GenMessage<SpacecraftConfigFamilyMini>;
|
|
2325
|
+
/**
|
|
2326
|
+
* @generated from message space_station.v1.SpacecraftConfigFamilyNormal
|
|
2327
|
+
*/
|
|
2328
|
+
export type SpacecraftConfigFamilyNormal = Message<"space_station.v1.SpacecraftConfigFamilyNormal"> & {
|
|
2329
|
+
/**
|
|
2330
|
+
* @generated from field: string description = 1;
|
|
2331
|
+
*/
|
|
2332
|
+
description: string;
|
|
2333
|
+
/**
|
|
2334
|
+
* @generated from field: int32 id = 2;
|
|
2335
|
+
*/
|
|
2336
|
+
id: number;
|
|
2337
|
+
/**
|
|
2338
|
+
* @generated from field: optional string maiden_flight = 3;
|
|
2339
|
+
*/
|
|
2340
|
+
maidenFlight?: string | undefined;
|
|
2341
|
+
/**
|
|
2342
|
+
* @generated from field: space_station.v1.AgencyMini manufacturer = 4;
|
|
2343
|
+
*/
|
|
2344
|
+
manufacturer?: AgencyMini | undefined;
|
|
2345
|
+
/**
|
|
2346
|
+
* @generated from field: string name = 5;
|
|
2347
|
+
*/
|
|
2348
|
+
name: string;
|
|
2349
|
+
/**
|
|
2350
|
+
* @generated from field: space_station.v1.SpacecraftConfigFamilyMini parent = 6;
|
|
2351
|
+
*/
|
|
2352
|
+
parent?: SpacecraftConfigFamilyMini | undefined;
|
|
2353
|
+
/**
|
|
2354
|
+
* @generated from field: string response_mode = 7;
|
|
2355
|
+
*/
|
|
2356
|
+
responseMode: string;
|
|
2357
|
+
};
|
|
2358
|
+
/**
|
|
2359
|
+
* Describes the message space_station.v1.SpacecraftConfigFamilyNormal.
|
|
2360
|
+
* Use `create(SpacecraftConfigFamilyNormalSchema)` to create a new message.
|
|
2361
|
+
*/
|
|
2362
|
+
export declare const SpacecraftConfigFamilyNormalSchema: GenMessage<SpacecraftConfigFamilyNormal>;
|
|
2363
|
+
/**
|
|
2364
|
+
* @generated from message space_station.v1.SpacecraftConfigNormal
|
|
2365
|
+
*/
|
|
2366
|
+
export type SpacecraftConfigNormal = Message<"space_station.v1.SpacecraftConfigNormal"> & {
|
|
2367
|
+
/**
|
|
2368
|
+
* @generated from field: space_station.v1.AgencyMini agency = 1;
|
|
2369
|
+
*/
|
|
2370
|
+
agency?: AgencyMini | undefined;
|
|
2371
|
+
/**
|
|
2372
|
+
* @generated from field: repeated space_station.v1.SpacecraftConfigFamilyNormal family = 2;
|
|
2373
|
+
*/
|
|
2374
|
+
family: SpacecraftConfigFamilyNormal[];
|
|
2375
|
+
/**
|
|
2376
|
+
* @generated from field: int32 id = 3;
|
|
2377
|
+
*/
|
|
2378
|
+
id: number;
|
|
2379
|
+
/**
|
|
2380
|
+
* @generated from field: space_station.v1.Image image = 4;
|
|
2381
|
+
*/
|
|
2382
|
+
image?: Image | undefined;
|
|
2383
|
+
/**
|
|
2384
|
+
* @generated from field: bool in_use = 5;
|
|
2385
|
+
*/
|
|
2386
|
+
inUse: boolean;
|
|
2387
|
+
/**
|
|
2388
|
+
* @generated from field: string name = 6;
|
|
2389
|
+
*/
|
|
2390
|
+
name: string;
|
|
2391
|
+
/**
|
|
2392
|
+
* @generated from field: string response_mode = 7;
|
|
2393
|
+
*/
|
|
2394
|
+
responseMode: string;
|
|
2395
|
+
/**
|
|
2396
|
+
* @generated from field: space_station.v1.SpacecraftConfigType type = 8;
|
|
2397
|
+
*/
|
|
2398
|
+
type?: SpacecraftConfigType | undefined;
|
|
2399
|
+
/**
|
|
2400
|
+
* @generated from field: string url = 9;
|
|
2401
|
+
*/
|
|
2402
|
+
url: string;
|
|
2403
|
+
};
|
|
2404
|
+
/**
|
|
2405
|
+
* Describes the message space_station.v1.SpacecraftConfigNormal.
|
|
2406
|
+
* Use `create(SpacecraftConfigNormalSchema)` to create a new message.
|
|
2407
|
+
*/
|
|
2408
|
+
export declare const SpacecraftConfigNormalSchema: GenMessage<SpacecraftConfigNormal>;
|
|
2409
|
+
/**
|
|
2410
|
+
* @generated from message space_station.v1.SpacecraftConfigType
|
|
2411
|
+
*/
|
|
2412
|
+
export type SpacecraftConfigType = Message<"space_station.v1.SpacecraftConfigType"> & {
|
|
2413
|
+
/**
|
|
2414
|
+
* @generated from field: int32 id = 1;
|
|
2415
|
+
*/
|
|
2416
|
+
id: number;
|
|
2417
|
+
/**
|
|
2418
|
+
* @generated from field: string name = 2;
|
|
2419
|
+
*/
|
|
2420
|
+
name: string;
|
|
2421
|
+
};
|
|
2422
|
+
/**
|
|
2423
|
+
* Describes the message space_station.v1.SpacecraftConfigType.
|
|
2424
|
+
* Use `create(SpacecraftConfigTypeSchema)` to create a new message.
|
|
2425
|
+
*/
|
|
2426
|
+
export declare const SpacecraftConfigTypeSchema: GenMessage<SpacecraftConfigType>;
|
|
2427
|
+
/**
|
|
2428
|
+
* @generated from message space_station.v1.SpacecraftDetailed
|
|
2429
|
+
*/
|
|
2430
|
+
export type SpacecraftDetailed = Message<"space_station.v1.SpacecraftDetailed"> & {
|
|
2431
|
+
/**
|
|
2432
|
+
* @generated from field: string description = 1;
|
|
2433
|
+
*/
|
|
2434
|
+
description: string;
|
|
2435
|
+
/**
|
|
2436
|
+
* @generated from field: optional string fastest_turnaround = 2;
|
|
2437
|
+
*/
|
|
2438
|
+
fastestTurnaround?: string | undefined;
|
|
2439
|
+
/**
|
|
2440
|
+
* @generated from field: optional int32 flights_count = 3;
|
|
2441
|
+
*/
|
|
2442
|
+
flightsCount?: number | undefined;
|
|
2443
|
+
/**
|
|
2444
|
+
* @generated from field: int32 id = 4;
|
|
2445
|
+
*/
|
|
2446
|
+
id: number;
|
|
2447
|
+
/**
|
|
2448
|
+
* @generated from field: space_station.v1.Image image = 5;
|
|
2449
|
+
*/
|
|
2450
|
+
image?: Image | undefined;
|
|
2451
|
+
/**
|
|
2452
|
+
* @generated from field: bool in_space = 6;
|
|
2453
|
+
*/
|
|
2454
|
+
inSpace: boolean;
|
|
2455
|
+
/**
|
|
2456
|
+
* @generated from field: bool is_placeholder = 7;
|
|
2457
|
+
*/
|
|
2458
|
+
isPlaceholder: boolean;
|
|
2459
|
+
/**
|
|
2460
|
+
* @generated from field: optional int32 mission_ends_count = 8;
|
|
2461
|
+
*/
|
|
2462
|
+
missionEndsCount?: number | undefined;
|
|
2463
|
+
/**
|
|
2464
|
+
* @generated from field: string name = 9;
|
|
2465
|
+
*/
|
|
2466
|
+
name: string;
|
|
2467
|
+
/**
|
|
2468
|
+
* @generated from field: string response_mode = 10;
|
|
2469
|
+
*/
|
|
2470
|
+
responseMode: string;
|
|
2471
|
+
/**
|
|
2472
|
+
* @generated from field: optional string serial_number = 11;
|
|
2473
|
+
*/
|
|
2474
|
+
serialNumber?: string | undefined;
|
|
2475
|
+
/**
|
|
2476
|
+
* @generated from field: space_station.v1.SpacecraftConfigDetailed spacecraft_config = 12;
|
|
2477
|
+
*/
|
|
2478
|
+
spacecraftConfig?: SpacecraftConfigDetailed | undefined;
|
|
2479
|
+
/**
|
|
2480
|
+
* @generated from field: space_station.v1.SpacecraftStatus status = 13;
|
|
2481
|
+
*/
|
|
2482
|
+
status?: SpacecraftStatus | undefined;
|
|
2483
|
+
/**
|
|
2484
|
+
* @generated from field: optional string time_docked = 14;
|
|
2485
|
+
*/
|
|
2486
|
+
timeDocked?: string | undefined;
|
|
2487
|
+
/**
|
|
2488
|
+
* @generated from field: optional string time_in_space = 15;
|
|
2489
|
+
*/
|
|
2490
|
+
timeInSpace?: string | undefined;
|
|
2491
|
+
/**
|
|
2492
|
+
* @generated from field: string url = 16;
|
|
2493
|
+
*/
|
|
2494
|
+
url: string;
|
|
2495
|
+
};
|
|
2496
|
+
/**
|
|
2497
|
+
* Describes the message space_station.v1.SpacecraftDetailed.
|
|
2498
|
+
* Use `create(SpacecraftDetailedSchema)` to create a new message.
|
|
2499
|
+
*/
|
|
2500
|
+
export declare const SpacecraftDetailedSchema: GenMessage<SpacecraftDetailed>;
|
|
2501
|
+
/**
|
|
2502
|
+
* @generated from message space_station.v1.SpacecraftFlightForDockingEvent
|
|
2503
|
+
*/
|
|
2504
|
+
export type SpacecraftFlightForDockingEvent = Message<"space_station.v1.SpacecraftFlightForDockingEvent"> & {
|
|
2505
|
+
/**
|
|
2506
|
+
* @generated from field: int32 id = 1;
|
|
2507
|
+
*/
|
|
2508
|
+
id: number;
|
|
2509
|
+
/**
|
|
2510
|
+
* @generated from field: space_station.v1.LaunchNormal launch = 2;
|
|
2511
|
+
*/
|
|
2512
|
+
launch?: LaunchNormal | undefined;
|
|
2513
|
+
/**
|
|
2514
|
+
* @generated from field: space_station.v1.SpacecraftDetailed spacecraft = 3;
|
|
2515
|
+
*/
|
|
2516
|
+
spacecraft?: SpacecraftDetailed | undefined;
|
|
2517
|
+
/**
|
|
2518
|
+
* @generated from field: string url = 4;
|
|
2519
|
+
*/
|
|
2520
|
+
url: string;
|
|
2521
|
+
};
|
|
2522
|
+
/**
|
|
2523
|
+
* Describes the message space_station.v1.SpacecraftFlightForDockingEvent.
|
|
2524
|
+
* Use `create(SpacecraftFlightForDockingEventSchema)` to create a new message.
|
|
2525
|
+
*/
|
|
2526
|
+
export declare const SpacecraftFlightForDockingEventSchema: GenMessage<SpacecraftFlightForDockingEvent>;
|
|
2527
|
+
/**
|
|
2528
|
+
* @generated from message space_station.v1.SpacecraftFlightNormal
|
|
2529
|
+
*/
|
|
2530
|
+
export type SpacecraftFlightNormal = Message<"space_station.v1.SpacecraftFlightNormal"> & {
|
|
2531
|
+
/**
|
|
2532
|
+
* @generated from field: optional string destination = 1;
|
|
2533
|
+
*/
|
|
2534
|
+
destination?: string | undefined;
|
|
2535
|
+
/**
|
|
2536
|
+
* @generated from field: string duration = 2;
|
|
2537
|
+
*/
|
|
2538
|
+
duration: string;
|
|
2539
|
+
/**
|
|
2540
|
+
* @generated from field: int32 id = 3;
|
|
2541
|
+
*/
|
|
2542
|
+
id: number;
|
|
2543
|
+
/**
|
|
2544
|
+
* @generated from field: space_station.v1.Landing landing = 4;
|
|
2545
|
+
*/
|
|
2546
|
+
landing?: Landing | undefined;
|
|
2547
|
+
/**
|
|
2548
|
+
* @generated from field: space_station.v1.LaunchNormal launch = 5;
|
|
2549
|
+
*/
|
|
2550
|
+
launch?: LaunchNormal | undefined;
|
|
2551
|
+
/**
|
|
2552
|
+
* @generated from field: optional string mission_end = 6;
|
|
2553
|
+
*/
|
|
2554
|
+
missionEnd?: string | undefined;
|
|
2555
|
+
/**
|
|
2556
|
+
* @generated from field: string response_mode = 7;
|
|
2557
|
+
*/
|
|
2558
|
+
responseMode: string;
|
|
2559
|
+
/**
|
|
2560
|
+
* @generated from field: space_station.v1.SpacecraftNormal spacecraft = 8;
|
|
2561
|
+
*/
|
|
2562
|
+
spacecraft?: SpacecraftNormal | undefined;
|
|
2563
|
+
/**
|
|
2564
|
+
* @generated from field: string turn_around_time = 9;
|
|
2565
|
+
*/
|
|
2566
|
+
turnAroundTime: string;
|
|
2567
|
+
/**
|
|
2568
|
+
* @generated from field: string url = 10;
|
|
2569
|
+
*/
|
|
2570
|
+
url: string;
|
|
2571
|
+
};
|
|
2572
|
+
/**
|
|
2573
|
+
* Describes the message space_station.v1.SpacecraftFlightNormal.
|
|
2574
|
+
* Use `create(SpacecraftFlightNormalSchema)` to create a new message.
|
|
2575
|
+
*/
|
|
2576
|
+
export declare const SpacecraftFlightNormalSchema: GenMessage<SpacecraftFlightNormal>;
|
|
2577
|
+
/**
|
|
2578
|
+
* @generated from message space_station.v1.SpacecraftNormal
|
|
2579
|
+
*/
|
|
2580
|
+
export type SpacecraftNormal = Message<"space_station.v1.SpacecraftNormal"> & {
|
|
2581
|
+
/**
|
|
2582
|
+
* @generated from field: string description = 1;
|
|
2583
|
+
*/
|
|
2584
|
+
description: string;
|
|
2585
|
+
/**
|
|
2586
|
+
* @generated from field: optional string fastest_turnaround = 2;
|
|
2587
|
+
*/
|
|
2588
|
+
fastestTurnaround?: string | undefined;
|
|
2589
|
+
/**
|
|
2590
|
+
* @generated from field: optional int32 flights_count = 3;
|
|
2591
|
+
*/
|
|
2592
|
+
flightsCount?: number | undefined;
|
|
2593
|
+
/**
|
|
2594
|
+
* @generated from field: int32 id = 4;
|
|
2595
|
+
*/
|
|
2596
|
+
id: number;
|
|
2597
|
+
/**
|
|
2598
|
+
* @generated from field: space_station.v1.Image image = 5;
|
|
2599
|
+
*/
|
|
2600
|
+
image?: Image | undefined;
|
|
2601
|
+
/**
|
|
2602
|
+
* @generated from field: bool in_space = 6;
|
|
2603
|
+
*/
|
|
2604
|
+
inSpace: boolean;
|
|
2605
|
+
/**
|
|
2606
|
+
* @generated from field: bool is_placeholder = 7;
|
|
2607
|
+
*/
|
|
2608
|
+
isPlaceholder: boolean;
|
|
2609
|
+
/**
|
|
2610
|
+
* @generated from field: optional int32 mission_ends_count = 8;
|
|
2611
|
+
*/
|
|
2612
|
+
missionEndsCount?: number | undefined;
|
|
2613
|
+
/**
|
|
2614
|
+
* @generated from field: string name = 9;
|
|
2615
|
+
*/
|
|
2616
|
+
name: string;
|
|
2617
|
+
/**
|
|
2618
|
+
* @generated from field: string response_mode = 10;
|
|
2619
|
+
*/
|
|
2620
|
+
responseMode: string;
|
|
2621
|
+
/**
|
|
2622
|
+
* @generated from field: optional string serial_number = 11;
|
|
2623
|
+
*/
|
|
2624
|
+
serialNumber?: string | undefined;
|
|
2625
|
+
/**
|
|
2626
|
+
* @generated from field: space_station.v1.SpacecraftConfigNormal spacecraft_config = 12;
|
|
2627
|
+
*/
|
|
2628
|
+
spacecraftConfig?: SpacecraftConfigNormal | undefined;
|
|
2629
|
+
/**
|
|
2630
|
+
* @generated from field: space_station.v1.SpacecraftStatus status = 13;
|
|
2631
|
+
*/
|
|
2632
|
+
status?: SpacecraftStatus | undefined;
|
|
2633
|
+
/**
|
|
2634
|
+
* @generated from field: optional string time_docked = 14;
|
|
2635
|
+
*/
|
|
2636
|
+
timeDocked?: string | undefined;
|
|
2637
|
+
/**
|
|
2638
|
+
* @generated from field: optional string time_in_space = 15;
|
|
2639
|
+
*/
|
|
2640
|
+
timeInSpace?: string | undefined;
|
|
2641
|
+
/**
|
|
2642
|
+
* @generated from field: string url = 16;
|
|
2643
|
+
*/
|
|
2644
|
+
url: string;
|
|
2645
|
+
};
|
|
2646
|
+
/**
|
|
2647
|
+
* Describes the message space_station.v1.SpacecraftNormal.
|
|
2648
|
+
* Use `create(SpacecraftNormalSchema)` to create a new message.
|
|
2649
|
+
*/
|
|
2650
|
+
export declare const SpacecraftNormalSchema: GenMessage<SpacecraftNormal>;
|
|
2651
|
+
/**
|
|
2652
|
+
* @generated from message space_station.v1.SpacecraftStatus
|
|
2653
|
+
*/
|
|
2654
|
+
export type SpacecraftStatus = Message<"space_station.v1.SpacecraftStatus"> & {
|
|
2655
|
+
/**
|
|
2656
|
+
* @generated from field: int32 id = 1;
|
|
2657
|
+
*/
|
|
2658
|
+
id: number;
|
|
2659
|
+
/**
|
|
2660
|
+
* @generated from field: string name = 2;
|
|
2661
|
+
*/
|
|
2662
|
+
name: string;
|
|
2663
|
+
};
|
|
2664
|
+
/**
|
|
2665
|
+
* Describes the message space_station.v1.SpacecraftStatus.
|
|
2666
|
+
* Use `create(SpacecraftStatusSchema)` to create a new message.
|
|
2667
|
+
*/
|
|
2668
|
+
export declare const SpacecraftStatusSchema: GenMessage<SpacecraftStatus>;
|
|
2669
|
+
/**
|
|
2670
|
+
* @generated from message space_station.v1.VidURL
|
|
2671
|
+
*/
|
|
2672
|
+
export type VidURL = Message<"space_station.v1.VidURL"> & {
|
|
2673
|
+
/**
|
|
2674
|
+
* @generated from field: optional string description = 1;
|
|
2675
|
+
*/
|
|
2676
|
+
description?: string | undefined;
|
|
2677
|
+
/**
|
|
2678
|
+
* @generated from field: optional string end_time = 2;
|
|
2679
|
+
*/
|
|
2680
|
+
endTime?: string | undefined;
|
|
2681
|
+
/**
|
|
2682
|
+
* @generated from field: optional string feature_image = 3;
|
|
2683
|
+
*/
|
|
2684
|
+
featureImage?: string | undefined;
|
|
2685
|
+
/**
|
|
2686
|
+
* @generated from field: space_station.v1.Language language = 4;
|
|
2687
|
+
*/
|
|
2688
|
+
language?: Language | undefined;
|
|
2689
|
+
/**
|
|
2690
|
+
* @generated from field: bool live = 5;
|
|
2691
|
+
*/
|
|
2692
|
+
live: boolean;
|
|
2693
|
+
/**
|
|
2694
|
+
* @generated from field: int32 priority = 6;
|
|
2695
|
+
*/
|
|
2696
|
+
priority: number;
|
|
2697
|
+
/**
|
|
2698
|
+
* @generated from field: optional string publisher = 7;
|
|
2699
|
+
*/
|
|
2700
|
+
publisher?: string | undefined;
|
|
2701
|
+
/**
|
|
2702
|
+
* @generated from field: optional string source = 8;
|
|
2703
|
+
*/
|
|
2704
|
+
source?: string | undefined;
|
|
2705
|
+
/**
|
|
2706
|
+
* @generated from field: optional string start_time = 9;
|
|
2707
|
+
*/
|
|
2708
|
+
startTime?: string | undefined;
|
|
2709
|
+
/**
|
|
2710
|
+
* @generated from field: optional string title = 10;
|
|
2711
|
+
*/
|
|
2712
|
+
title?: string | undefined;
|
|
2713
|
+
/**
|
|
2714
|
+
* @generated from field: space_station.v1.VidURLType type = 11;
|
|
2715
|
+
*/
|
|
2716
|
+
type?: VidURLType | undefined;
|
|
2717
|
+
/**
|
|
2718
|
+
* @generated from field: string url = 12;
|
|
2719
|
+
*/
|
|
2720
|
+
url: string;
|
|
2721
|
+
};
|
|
2722
|
+
/**
|
|
2723
|
+
* Describes the message space_station.v1.VidURL.
|
|
2724
|
+
* Use `create(VidURLSchema)` to create a new message.
|
|
2725
|
+
*/
|
|
2726
|
+
export declare const VidURLSchema: GenMessage<VidURL>;
|
|
2727
|
+
/**
|
|
2728
|
+
* @generated from message space_station.v1.VidURLType
|
|
2729
|
+
*/
|
|
2730
|
+
export type VidURLType = Message<"space_station.v1.VidURLType"> & {
|
|
2731
|
+
/**
|
|
2732
|
+
* @generated from field: int32 id = 1;
|
|
2733
|
+
*/
|
|
2734
|
+
id: number;
|
|
2735
|
+
/**
|
|
2736
|
+
* @generated from field: string name = 2;
|
|
2737
|
+
*/
|
|
2738
|
+
name: string;
|
|
2739
|
+
};
|
|
2740
|
+
/**
|
|
2741
|
+
* Describes the message space_station.v1.VidURLType.
|
|
2742
|
+
* Use `create(VidURLTypeSchema)` to create a new message.
|
|
2743
|
+
*/
|
|
2744
|
+
export declare const VidURLTypeSchema: GenMessage<VidURLType>;
|
|
2745
|
+
/**
|
|
2746
|
+
* @generated from message space_station.v1.ListSpaceStationsRequest
|
|
2747
|
+
*/
|
|
2748
|
+
export type ListSpaceStationsRequest = Message<"space_station.v1.ListSpaceStationsRequest"> & {
|
|
2749
|
+
/**
|
|
2750
|
+
* @generated from field: int32 limit = 1;
|
|
2751
|
+
*/
|
|
2752
|
+
limit: number;
|
|
2753
|
+
/**
|
|
2754
|
+
* @generated from field: int32 offset = 2;
|
|
2755
|
+
*/
|
|
2756
|
+
offset: number;
|
|
2757
|
+
/**
|
|
2758
|
+
* @generated from field: string search = 3;
|
|
2759
|
+
*/
|
|
2760
|
+
search: string;
|
|
2761
|
+
/**
|
|
2762
|
+
* @generated from field: string mode = 4;
|
|
2763
|
+
*/
|
|
2764
|
+
mode: string;
|
|
2765
|
+
};
|
|
2766
|
+
/**
|
|
2767
|
+
* Describes the message space_station.v1.ListSpaceStationsRequest.
|
|
2768
|
+
* Use `create(ListSpaceStationsRequestSchema)` to create a new message.
|
|
2769
|
+
*/
|
|
2770
|
+
export declare const ListSpaceStationsRequestSchema: GenMessage<ListSpaceStationsRequest>;
|
|
2771
|
+
/**
|
|
2772
|
+
* @generated from message space_station.v1.ListSpaceStationsResponse
|
|
2773
|
+
*/
|
|
2774
|
+
export type ListSpaceStationsResponse = Message<"space_station.v1.ListSpaceStationsResponse"> & {
|
|
2775
|
+
/**
|
|
2776
|
+
* @generated from field: int32 count = 1;
|
|
2777
|
+
*/
|
|
2778
|
+
count: number;
|
|
2779
|
+
/**
|
|
2780
|
+
* @generated from field: string next = 2;
|
|
2781
|
+
*/
|
|
2782
|
+
next: string;
|
|
2783
|
+
/**
|
|
2784
|
+
* @generated from field: string previous = 3;
|
|
2785
|
+
*/
|
|
2786
|
+
previous: string;
|
|
2787
|
+
/**
|
|
2788
|
+
* @generated from field: repeated space_station.v1.SpaceStation results = 4;
|
|
2789
|
+
*/
|
|
2790
|
+
results: SpaceStation[];
|
|
2791
|
+
};
|
|
2792
|
+
/**
|
|
2793
|
+
* Describes the message space_station.v1.ListSpaceStationsResponse.
|
|
2794
|
+
* Use `create(ListSpaceStationsResponseSchema)` to create a new message.
|
|
2795
|
+
*/
|
|
2796
|
+
export declare const ListSpaceStationsResponseSchema: GenMessage<ListSpaceStationsResponse>;
|
|
2797
|
+
/**
|
|
2798
|
+
* @generated from message space_station.v1.GetSpaceStationRequest
|
|
2799
|
+
*/
|
|
2800
|
+
export type GetSpaceStationRequest = Message<"space_station.v1.GetSpaceStationRequest"> & {
|
|
2801
|
+
/**
|
|
2802
|
+
* @generated from field: int32 id = 1;
|
|
2803
|
+
*/
|
|
2804
|
+
id: number;
|
|
2805
|
+
/**
|
|
2806
|
+
* @generated from field: string mode = 2;
|
|
2807
|
+
*/
|
|
2808
|
+
mode: string;
|
|
2809
|
+
};
|
|
2810
|
+
/**
|
|
2811
|
+
* Describes the message space_station.v1.GetSpaceStationRequest.
|
|
2812
|
+
* Use `create(GetSpaceStationRequestSchema)` to create a new message.
|
|
2813
|
+
*/
|
|
2814
|
+
export declare const GetSpaceStationRequestSchema: GenMessage<GetSpaceStationRequest>;
|
|
2815
|
+
/**
|
|
2816
|
+
* @generated from message space_station.v1.GetSpaceStationResponse
|
|
2817
|
+
*/
|
|
2818
|
+
export type GetSpaceStationResponse = Message<"space_station.v1.GetSpaceStationResponse"> & {
|
|
2819
|
+
/**
|
|
2820
|
+
* @generated from field: space_station.v1.SpaceStation space_station = 1;
|
|
2821
|
+
*/
|
|
2822
|
+
spaceStation?: SpaceStation | undefined;
|
|
2823
|
+
};
|
|
2824
|
+
/**
|
|
2825
|
+
* Describes the message space_station.v1.GetSpaceStationResponse.
|
|
2826
|
+
* Use `create(GetSpaceStationResponseSchema)` to create a new message.
|
|
2827
|
+
*/
|
|
2828
|
+
export declare const GetSpaceStationResponseSchema: GenMessage<GetSpaceStationResponse>;
|
|
2829
|
+
/**
|
|
2830
|
+
* @generated from service space_station.v1.SpaceStationService
|
|
2831
|
+
*/
|
|
2832
|
+
export declare const SpaceStationService: GenService<{
|
|
2833
|
+
/**
|
|
2834
|
+
* @generated from rpc space_station.v1.SpaceStationService.ListSpaceStations
|
|
2835
|
+
*/
|
|
2836
|
+
listSpaceStations: {
|
|
2837
|
+
methodKind: "unary";
|
|
2838
|
+
input: typeof ListSpaceStationsRequestSchema;
|
|
2839
|
+
output: typeof ListSpaceStationsResponseSchema;
|
|
2840
|
+
};
|
|
2841
|
+
/**
|
|
2842
|
+
* @generated from rpc space_station.v1.SpaceStationService.GetSpaceStation
|
|
2843
|
+
*/
|
|
2844
|
+
getSpaceStation: {
|
|
2845
|
+
methodKind: "unary";
|
|
2846
|
+
input: typeof GetSpaceStationRequestSchema;
|
|
2847
|
+
output: typeof GetSpaceStationResponseSchema;
|
|
2848
|
+
};
|
|
2849
|
+
}>;
|