@raft-tech/rdp-sdk-typescript 2026.26.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.
Files changed (258) hide show
  1. package/LICENSE +183 -0
  2. package/README.md +133 -0
  3. package/dist/examples/objects-publish.d.ts +2 -0
  4. package/dist/examples/objects-publish.d.ts.map +1 -0
  5. package/dist/examples/objects-publish.js +32 -0
  6. package/dist/examples/objects-publish.js.map +1 -0
  7. package/dist/examples/objects-search.d.ts +2 -0
  8. package/dist/examples/objects-search.d.ts.map +1 -0
  9. package/dist/examples/objects-search.js +20 -0
  10. package/dist/examples/objects-search.js.map +1 -0
  11. package/dist/examples/web/objects-publish.d.ts +2 -0
  12. package/dist/examples/web/objects-publish.d.ts.map +1 -0
  13. package/dist/examples/web/objects-publish.js +33 -0
  14. package/dist/examples/web/objects-publish.js.map +1 -0
  15. package/dist/examples/web/objects-search.d.ts +2 -0
  16. package/dist/examples/web/objects-search.d.ts.map +1 -0
  17. package/dist/examples/web/objects-search.js +21 -0
  18. package/dist/examples/web/objects-search.js.map +1 -0
  19. package/dist/gen/raft/wdm/v1/action_pb.d.ts +1540 -0
  20. package/dist/gen/raft/wdm/v1/action_pb.d.ts.map +1 -0
  21. package/dist/gen/raft/wdm/v1/action_pb.js +888 -0
  22. package/dist/gen/raft/wdm/v1/action_pb.js.map +1 -0
  23. package/dist/gen/raft/wdm/v1/assessment_pb.d.ts +189 -0
  24. package/dist/gen/raft/wdm/v1/assessment_pb.d.ts.map +1 -0
  25. package/dist/gen/raft/wdm/v1/assessment_pb.js +143 -0
  26. package/dist/gen/raft/wdm/v1/assessment_pb.js.map +1 -0
  27. package/dist/gen/raft/wdm/v1/aviation_pb.d.ts +192 -0
  28. package/dist/gen/raft/wdm/v1/aviation_pb.d.ts.map +1 -0
  29. package/dist/gen/raft/wdm/v1/aviation_pb.js +128 -0
  30. package/dist/gen/raft/wdm/v1/aviation_pb.js.map +1 -0
  31. package/dist/gen/raft/wdm/v1/cbrn_pb.d.ts +270 -0
  32. package/dist/gen/raft/wdm/v1/cbrn_pb.d.ts.map +1 -0
  33. package/dist/gen/raft/wdm/v1/cbrn_pb.js +206 -0
  34. package/dist/gen/raft/wdm/v1/cbrn_pb.js.map +1 -0
  35. package/dist/gen/raft/wdm/v1/common_pb.d.ts +1019 -0
  36. package/dist/gen/raft/wdm/v1/common_pb.d.ts.map +1 -0
  37. package/dist/gen/raft/wdm/v1/common_pb.js +504 -0
  38. package/dist/gen/raft/wdm/v1/common_pb.js.map +1 -0
  39. package/dist/gen/raft/wdm/v1/comms_pb.d.ts +103 -0
  40. package/dist/gen/raft/wdm/v1/comms_pb.d.ts.map +1 -0
  41. package/dist/gen/raft/wdm/v1/comms_pb.js +52 -0
  42. package/dist/gen/raft/wdm/v1/comms_pb.js.map +1 -0
  43. package/dist/gen/raft/wdm/v1/correlation_pb.d.ts +212 -0
  44. package/dist/gen/raft/wdm/v1/correlation_pb.d.ts.map +1 -0
  45. package/dist/gen/raft/wdm/v1/correlation_pb.js +119 -0
  46. package/dist/gen/raft/wdm/v1/correlation_pb.js.map +1 -0
  47. package/dist/gen/raft/wdm/v1/ew_pb.d.ts +195 -0
  48. package/dist/gen/raft/wdm/v1/ew_pb.d.ts.map +1 -0
  49. package/dist/gen/raft/wdm/v1/ew_pb.js +140 -0
  50. package/dist/gen/raft/wdm/v1/ew_pb.js.map +1 -0
  51. package/dist/gen/raft/wdm/v1/ground_pb.d.ts +138 -0
  52. package/dist/gen/raft/wdm/v1/ground_pb.d.ts.map +1 -0
  53. package/dist/gen/raft/wdm/v1/ground_pb.js +110 -0
  54. package/dist/gen/raft/wdm/v1/ground_pb.js.map +1 -0
  55. package/dist/gen/raft/wdm/v1/identity_pb.d.ts +137 -0
  56. package/dist/gen/raft/wdm/v1/identity_pb.d.ts.map +1 -0
  57. package/dist/gen/raft/wdm/v1/identity_pb.js +79 -0
  58. package/dist/gen/raft/wdm/v1/identity_pb.js.map +1 -0
  59. package/dist/gen/raft/wdm/v1/maritime_pb.d.ts +179 -0
  60. package/dist/gen/raft/wdm/v1/maritime_pb.d.ts.map +1 -0
  61. package/dist/gen/raft/wdm/v1/maritime_pb.js +106 -0
  62. package/dist/gen/raft/wdm/v1/maritime_pb.js.map +1 -0
  63. package/dist/gen/raft/wdm/v1/object_pb.d.ts +547 -0
  64. package/dist/gen/raft/wdm/v1/object_pb.d.ts.map +1 -0
  65. package/dist/gen/raft/wdm/v1/object_pb.js +126 -0
  66. package/dist/gen/raft/wdm/v1/object_pb.js.map +1 -0
  67. package/dist/gen/raft/wdm/v1/ontology_pb.d.ts +258 -0
  68. package/dist/gen/raft/wdm/v1/ontology_pb.d.ts.map +1 -0
  69. package/dist/gen/raft/wdm/v1/ontology_pb.js +201 -0
  70. package/dist/gen/raft/wdm/v1/ontology_pb.js.map +1 -0
  71. package/dist/gen/raft/wdm/v1/orbital_pb.d.ts +175 -0
  72. package/dist/gen/raft/wdm/v1/orbital_pb.d.ts.map +1 -0
  73. package/dist/gen/raft/wdm/v1/orbital_pb.js +26 -0
  74. package/dist/gen/raft/wdm/v1/orbital_pb.js.map +1 -0
  75. package/dist/gen/raft/wdm/v1/organization_pb.d.ts +573 -0
  76. package/dist/gen/raft/wdm/v1/organization_pb.d.ts.map +1 -0
  77. package/dist/gen/raft/wdm/v1/organization_pb.js +448 -0
  78. package/dist/gen/raft/wdm/v1/organization_pb.js.map +1 -0
  79. package/dist/gen/raft/wdm/v1/platform_pb.d.ts +584 -0
  80. package/dist/gen/raft/wdm/v1/platform_pb.d.ts.map +1 -0
  81. package/dist/gen/raft/wdm/v1/platform_pb.js +280 -0
  82. package/dist/gen/raft/wdm/v1/platform_pb.js.map +1 -0
  83. package/dist/gen/raft/wdm/v1/relationship_pb.d.ts +283 -0
  84. package/dist/gen/raft/wdm/v1/relationship_pb.d.ts.map +1 -0
  85. package/dist/gen/raft/wdm/v1/relationship_pb.js +224 -0
  86. package/dist/gen/raft/wdm/v1/relationship_pb.js.map +1 -0
  87. package/dist/gen/raft/wdm/v1/security_pb.d.ts +112 -0
  88. package/dist/gen/raft/wdm/v1/security_pb.d.ts.map +1 -0
  89. package/dist/gen/raft/wdm/v1/security_pb.js +17 -0
  90. package/dist/gen/raft/wdm/v1/security_pb.js.map +1 -0
  91. package/dist/gen/raft/wdm/v1/sensor_pb.d.ts +278 -0
  92. package/dist/gen/raft/wdm/v1/sensor_pb.d.ts.map +1 -0
  93. package/dist/gen/raft/wdm/v1/sensor_pb.js +190 -0
  94. package/dist/gen/raft/wdm/v1/sensor_pb.js.map +1 -0
  95. package/dist/gen/raft/wdm/v1/service/action_service_pb.d.ts +734 -0
  96. package/dist/gen/raft/wdm/v1/service/action_service_pb.d.ts.map +1 -0
  97. package/dist/gen/raft/wdm/v1/service/action_service_pb.js +281 -0
  98. package/dist/gen/raft/wdm/v1/service/action_service_pb.js.map +1 -0
  99. package/dist/gen/raft/wdm/v1/service/object_service_pb.d.ts +742 -0
  100. package/dist/gen/raft/wdm/v1/service/object_service_pb.d.ts.map +1 -0
  101. package/dist/gen/raft/wdm/v1/service/object_service_pb.js +289 -0
  102. package/dist/gen/raft/wdm/v1/service/object_service_pb.js.map +1 -0
  103. package/dist/gen/raft/wdm/v1/service/query_pb.d.ts +1602 -0
  104. package/dist/gen/raft/wdm/v1/service/query_pb.d.ts.map +1 -0
  105. package/dist/gen/raft/wdm/v1/service/query_pb.js +222 -0
  106. package/dist/gen/raft/wdm/v1/service/query_pb.js.map +1 -0
  107. package/dist/gen/raft/wdm/v1/signal_pb.d.ts +309 -0
  108. package/dist/gen/raft/wdm/v1/signal_pb.d.ts.map +1 -0
  109. package/dist/gen/raft/wdm/v1/signal_pb.js +139 -0
  110. package/dist/gen/raft/wdm/v1/signal_pb.js.map +1 -0
  111. package/dist/gen/raft/wdm/v1/spatial_pb.d.ts +742 -0
  112. package/dist/gen/raft/wdm/v1/spatial_pb.d.ts.map +1 -0
  113. package/dist/gen/raft/wdm/v1/spatial_pb.js +196 -0
  114. package/dist/gen/raft/wdm/v1/spatial_pb.js.map +1 -0
  115. package/dist/gen/raft/wdm/v1/symbology_pb.d.ts +320 -0
  116. package/dist/gen/raft/wdm/v1/symbology_pb.d.ts.map +1 -0
  117. package/dist/gen/raft/wdm/v1/symbology_pb.js +61 -0
  118. package/dist/gen/raft/wdm/v1/symbology_pb.js.map +1 -0
  119. package/dist/gen/raft/wdm/v1/targeting_pb.d.ts +285 -0
  120. package/dist/gen/raft/wdm/v1/targeting_pb.d.ts.map +1 -0
  121. package/dist/gen/raft/wdm/v1/targeting_pb.js +162 -0
  122. package/dist/gen/raft/wdm/v1/targeting_pb.js.map +1 -0
  123. package/dist/gen/raft/wdm/v1/track_pb.d.ts +94 -0
  124. package/dist/gen/raft/wdm/v1/track_pb.d.ts.map +1 -0
  125. package/dist/gen/raft/wdm/v1/track_pb.js +44 -0
  126. package/dist/gen/raft/wdm/v1/track_pb.js.map +1 -0
  127. package/dist/gen/raft/wdm/v1/transponder_pb.d.ts +113 -0
  128. package/dist/gen/raft/wdm/v1/transponder_pb.d.ts.map +1 -0
  129. package/dist/gen/raft/wdm/v1/transponder_pb.js +47 -0
  130. package/dist/gen/raft/wdm/v1/transponder_pb.js.map +1 -0
  131. package/dist/gen/raft/wdm/v1/warfighting_function_pb.d.ts +108 -0
  132. package/dist/gen/raft/wdm/v1/warfighting_function_pb.d.ts.map +1 -0
  133. package/dist/gen/raft/wdm/v1/warfighting_function_pb.js +110 -0
  134. package/dist/gen/raft/wdm/v1/warfighting_function_pb.js.map +1 -0
  135. package/dist/gen/raft/wdm/v1/weather_pb.d.ts +279 -0
  136. package/dist/gen/raft/wdm/v1/weather_pb.d.ts.map +1 -0
  137. package/dist/gen/raft/wdm/v1/weather_pb.js +179 -0
  138. package/dist/gen/raft/wdm/v1/weather_pb.js.map +1 -0
  139. package/dist/package.json +77 -0
  140. package/dist/src/index.d.ts +2 -0
  141. package/dist/src/index.d.ts.map +1 -0
  142. package/dist/src/index.js +5 -0
  143. package/dist/src/index.js.map +1 -0
  144. package/dist/src/internal/auth.d.ts +67 -0
  145. package/dist/src/internal/auth.d.ts.map +1 -0
  146. package/dist/src/internal/auth.js +109 -0
  147. package/dist/src/internal/auth.js.map +1 -0
  148. package/dist/src/internal/config.d.ts +53 -0
  149. package/dist/src/internal/config.d.ts.map +1 -0
  150. package/dist/src/internal/config.js +109 -0
  151. package/dist/src/internal/config.js.map +1 -0
  152. package/dist/src/internal/index.d.ts +8 -0
  153. package/dist/src/internal/index.d.ts.map +1 -0
  154. package/dist/src/internal/index.js +7 -0
  155. package/dist/src/internal/index.js.map +1 -0
  156. package/dist/src/internal/interceptors.d.ts +18 -0
  157. package/dist/src/internal/interceptors.d.ts.map +1 -0
  158. package/dist/src/internal/interceptors.js +56 -0
  159. package/dist/src/internal/interceptors.js.map +1 -0
  160. package/dist/src/internal/logger.d.ts +16 -0
  161. package/dist/src/internal/logger.d.ts.map +1 -0
  162. package/dist/src/internal/logger.js +2 -0
  163. package/dist/src/internal/logger.js.map +1 -0
  164. package/dist/src/internal/node/logging.d.ts +9 -0
  165. package/dist/src/internal/node/logging.d.ts.map +1 -0
  166. package/dist/src/internal/node/logging.js +20 -0
  167. package/dist/src/internal/node/logging.js.map +1 -0
  168. package/dist/src/internal/node/options.d.ts +13 -0
  169. package/dist/src/internal/node/options.d.ts.map +1 -0
  170. package/dist/src/internal/node/options.js +13 -0
  171. package/dist/src/internal/node/options.js.map +1 -0
  172. package/dist/src/internal/node/token-fetcher.d.ts +9 -0
  173. package/dist/src/internal/node/token-fetcher.d.ts.map +1 -0
  174. package/dist/src/internal/node/token-fetcher.js +56 -0
  175. package/dist/src/internal/node/token-fetcher.js.map +1 -0
  176. package/dist/src/internal/oauth.d.ts +24 -0
  177. package/dist/src/internal/oauth.d.ts.map +1 -0
  178. package/dist/src/internal/oauth.js +43 -0
  179. package/dist/src/internal/oauth.js.map +1 -0
  180. package/dist/src/internal/options.d.ts +33 -0
  181. package/dist/src/internal/options.d.ts.map +1 -0
  182. package/dist/src/internal/options.js +32 -0
  183. package/dist/src/internal/options.js.map +1 -0
  184. package/dist/src/internal/transport.d.ts +29 -0
  185. package/dist/src/internal/transport.d.ts.map +1 -0
  186. package/dist/src/internal/transport.js +52 -0
  187. package/dist/src/internal/transport.js.map +1 -0
  188. package/dist/src/internal/version.d.ts +7 -0
  189. package/dist/src/internal/version.d.ts.map +1 -0
  190. package/dist/src/internal/version.js +8 -0
  191. package/dist/src/internal/version.js.map +1 -0
  192. package/dist/src/internal/web/logging.d.ts +8 -0
  193. package/dist/src/internal/web/logging.d.ts.map +1 -0
  194. package/dist/src/internal/web/logging.js +15 -0
  195. package/dist/src/internal/web/logging.js.map +1 -0
  196. package/dist/src/internal/web/token-fetcher.d.ts +8 -0
  197. package/dist/src/internal/web/token-fetcher.d.ts.map +1 -0
  198. package/dist/src/internal/web/token-fetcher.js +10 -0
  199. package/dist/src/internal/web/token-fetcher.js.map +1 -0
  200. package/dist/src/node/client.d.ts +37 -0
  201. package/dist/src/node/client.d.ts.map +1 -0
  202. package/dist/src/node/client.js +53 -0
  203. package/dist/src/node/client.js.map +1 -0
  204. package/dist/src/node/config.d.ts +27 -0
  205. package/dist/src/node/config.d.ts.map +1 -0
  206. package/dist/src/node/config.js +64 -0
  207. package/dist/src/node/config.js.map +1 -0
  208. package/dist/src/node/index.d.ts +6 -0
  209. package/dist/src/node/index.d.ts.map +1 -0
  210. package/dist/src/node/index.js +9 -0
  211. package/dist/src/node/index.js.map +1 -0
  212. package/dist/src/version.d.ts +2 -0
  213. package/dist/src/version.d.ts.map +1 -0
  214. package/dist/src/version.js +2 -0
  215. package/dist/src/version.js.map +1 -0
  216. package/dist/src/web/client.d.ts +44 -0
  217. package/dist/src/web/client.d.ts.map +1 -0
  218. package/dist/src/web/client.js +48 -0
  219. package/dist/src/web/client.js.map +1 -0
  220. package/dist/src/web/config.d.ts +18 -0
  221. package/dist/src/web/config.d.ts.map +1 -0
  222. package/dist/src/web/config.js +18 -0
  223. package/dist/src/web/config.js.map +1 -0
  224. package/dist/src/web/index.d.ts +5 -0
  225. package/dist/src/web/index.d.ts.map +1 -0
  226. package/dist/src/web/index.js +8 -0
  227. package/dist/src/web/index.js.map +1 -0
  228. package/gen/raft/wdm/v1/action_pb.ts +1800 -0
  229. package/gen/raft/wdm/v1/assessment_pb.ts +227 -0
  230. package/gen/raft/wdm/v1/aviation_pb.ts +233 -0
  231. package/gen/raft/wdm/v1/cbrn_pb.ts +321 -0
  232. package/gen/raft/wdm/v1/common_pb.ts +1173 -0
  233. package/gen/raft/wdm/v1/comms_pb.ts +126 -0
  234. package/gen/raft/wdm/v1/correlation_pb.ts +256 -0
  235. package/gen/raft/wdm/v1/ew_pb.ts +234 -0
  236. package/gen/raft/wdm/v1/ground_pb.ts +172 -0
  237. package/gen/raft/wdm/v1/identity_pb.ts +162 -0
  238. package/gen/raft/wdm/v1/maritime_pb.ts +220 -0
  239. package/gen/raft/wdm/v1/object_pb.ts +655 -0
  240. package/gen/raft/wdm/v1/ontology_pb.ts +299 -0
  241. package/gen/raft/wdm/v1/orbital_pb.ts +211 -0
  242. package/gen/raft/wdm/v1/organization_pb.ts +684 -0
  243. package/gen/raft/wdm/v1/platform_pb.ts +689 -0
  244. package/gen/raft/wdm/v1/relationship_pb.ts +332 -0
  245. package/gen/raft/wdm/v1/security_pb.ts +137 -0
  246. package/gen/raft/wdm/v1/sensor_pb.ts +329 -0
  247. package/gen/raft/wdm/v1/service/action_service_pb.ts +814 -0
  248. package/gen/raft/wdm/v1/service/object_service_pb.ts +819 -0
  249. package/gen/raft/wdm/v1/service/query_pb.ts +1702 -0
  250. package/gen/raft/wdm/v1/signal_pb.ts +370 -0
  251. package/gen/raft/wdm/v1/spatial_pb.ts +845 -0
  252. package/gen/raft/wdm/v1/symbology_pb.ts +373 -0
  253. package/gen/raft/wdm/v1/targeting_pb.ts +338 -0
  254. package/gen/raft/wdm/v1/track_pb.ts +115 -0
  255. package/gen/raft/wdm/v1/transponder_pb.ts +139 -0
  256. package/gen/raft/wdm/v1/warfighting_function_pb.ts +127 -0
  257. package/gen/raft/wdm/v1/weather_pb.ts +338 -0
  258. package/package.json +77 -0
@@ -0,0 +1,113 @@
1
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file raft/wdm/v1/transponder.proto.
5
+ */
6
+ export declare const file_raft_wdm_v1_transponder: GenFile;
7
+ /**
8
+ * IFF and transponder interrogation codes. Applicable to air,
9
+ * surface, and ground objects with transponders.
10
+ *
11
+ * @generated from message raft.wdm.v1.TransponderCodes
12
+ */
13
+ export type TransponderCodes = Message<"raft.wdm.v1.TransponderCodes"> & {
14
+ /**
15
+ * Mode 1 code (military mission code, 5 bits).
16
+ *
17
+ * @generated from field: optional uint32 mode_1 = 1;
18
+ */
19
+ mode1?: number | undefined;
20
+ /**
21
+ * Mode 2 code (military unit code, 12 bits).
22
+ *
23
+ * @generated from field: optional uint32 mode_2 = 2;
24
+ */
25
+ mode2?: number | undefined;
26
+ /**
27
+ * Mode 3/A code (ATC-assigned, 12-bit octal).
28
+ *
29
+ * @generated from field: optional uint32 mode_3a = 3;
30
+ */
31
+ mode3a?: number | undefined;
32
+ /**
33
+ * Mode 4 interrogation response.
34
+ *
35
+ * @generated from field: raft.wdm.v1.IFFResponse mode_4_response = 4;
36
+ */
37
+ mode4Response: IFFResponse;
38
+ /**
39
+ * Mode 5 interrogation response and codes.
40
+ *
41
+ * @generated from field: raft.wdm.v1.Mode5 mode_5 = 5;
42
+ */
43
+ mode5?: Mode5 | undefined;
44
+ /**
45
+ * Mode S ICAO address (24 bits).
46
+ *
47
+ * @generated from field: optional uint32 mode_s_address = 6;
48
+ */
49
+ modeSAddress?: number | undefined;
50
+ };
51
+ /**
52
+ * Describes the message raft.wdm.v1.TransponderCodes.
53
+ * Use `create(TransponderCodesSchema)` to create a new message.
54
+ */
55
+ export declare const TransponderCodesSchema: GenMessage<TransponderCodes>;
56
+ /**
57
+ * Mode 5 interrogation data.
58
+ *
59
+ * @generated from message raft.wdm.v1.Mode5
60
+ */
61
+ export type Mode5 = Message<"raft.wdm.v1.Mode5"> & {
62
+ /**
63
+ * Interrogation response status.
64
+ *
65
+ * @generated from field: raft.wdm.v1.IFFResponse response = 1;
66
+ */
67
+ response: IFFResponse;
68
+ /**
69
+ * Mode 5 code.
70
+ *
71
+ * @generated from field: optional uint32 code = 2;
72
+ */
73
+ code?: number | undefined;
74
+ /**
75
+ * Platform identification number.
76
+ *
77
+ * @generated from field: optional uint32 platform_id = 3;
78
+ */
79
+ platformId?: number | undefined;
80
+ };
81
+ /**
82
+ * Describes the message raft.wdm.v1.Mode5.
83
+ * Use `create(Mode5Schema)` to create a new message.
84
+ */
85
+ export declare const Mode5Schema: GenMessage<Mode5>;
86
+ /**
87
+ * IFF interrogation response status.
88
+ *
89
+ * @generated from enum raft.wdm.v1.IFFResponse
90
+ */
91
+ export declare enum IFFResponse {
92
+ /**
93
+ * @generated from enum value: IFF_RESPONSE_UNSPECIFIED = 0;
94
+ */
95
+ IFF_RESPONSE_UNSPECIFIED = 0,
96
+ /**
97
+ * @generated from enum value: IFF_RESPONSE_CORRECT = 1;
98
+ */
99
+ IFF_RESPONSE_CORRECT = 1,
100
+ /**
101
+ * @generated from enum value: IFF_RESPONSE_INCORRECT = 2;
102
+ */
103
+ IFF_RESPONSE_INCORRECT = 2,
104
+ /**
105
+ * @generated from enum value: IFF_RESPONSE_NO_RESPONSE = 3;
106
+ */
107
+ IFF_RESPONSE_NO_RESPONSE = 3
108
+ }
109
+ /**
110
+ * Describes the enum raft.wdm.v1.IFFResponse.
111
+ */
112
+ export declare const IFFResponseSchema: GenEnum<IFFResponse>;
113
+ //# sourceMappingURL=transponder_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transponder_pb.d.ts","sourceRoot":"","sources":["../../../../../gen/raft/wdm/v1/transponder_pb.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAEjF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,4BAA4B,EAAE,OAC2sB,CAAC;AAEvvB;;;;;GAKG;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,8BAA8B,CAAC,GAAG;IACvE;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE3B;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE5B;;;;OAIG;IACH,aAAa,EAAE,WAAW,CAAC;IAE3B;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,SAAS,CAAC;IAE1B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,gBAAgB,CAClB,CAAC;AAE/C;;;;GAIG;AACH,MAAM,MAAM,KAAK,GAAG,OAAO,CAAC,mBAAmB,CAAC,GAAG;IACjD;;;;OAIG;IACH,QAAQ,EAAE,WAAW,CAAC;IAEtB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,KAAK,CACI,CAAC;AAE/C;;;;GAIG;AACH,oBAAY,WAAW;IACrB;;OAEG;IACH,wBAAwB,IAAI;IAE5B;;OAEG;IACH,oBAAoB,IAAI;IAExB;;OAEG;IACH,sBAAsB,IAAI;IAE1B;;OAEG;IACH,wBAAwB,IAAI;CAC7B;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,OAAO,CAAC,WAAW,CACR,CAAC"}
@@ -0,0 +1,47 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
2
+ // @generated from file raft/wdm/v1/transponder.proto (package raft.wdm.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ /**
6
+ * Describes the file raft/wdm/v1/transponder.proto.
7
+ */
8
+ export const file_raft_wdm_v1_transponder = /*@__PURE__*/ fileDesc("Ch1yYWZ0L3dkbS92MS90cmFuc3BvbmRlci5wcm90bxILcmFmdC53ZG0udjEi+wEKEFRyYW5zcG9uZGVyQ29kZXMSEwoGbW9kZV8xGAEgASgNSACIAQESEwoGbW9kZV8yGAIgASgNSAGIAQESFAoHbW9kZV8zYRgDIAEoDUgCiAEBEjEKD21vZGVfNF9yZXNwb25zZRgEIAEoDjIYLnJhZnQud2RtLnYxLklGRlJlc3BvbnNlEiIKBm1vZGVfNRgFIAEoCzISLnJhZnQud2RtLnYxLk1vZGU1EhsKDm1vZGVfc19hZGRyZXNzGAYgASgNSAOIAQFCCQoHX21vZGVfMUIJCgdfbW9kZV8yQgoKCF9tb2RlXzNhQhEKD19tb2RlX3NfYWRkcmVzcyJ5CgVNb2RlNRIqCghyZXNwb25zZRgBIAEoDjIYLnJhZnQud2RtLnYxLklGRlJlc3BvbnNlEhEKBGNvZGUYAiABKA1IAIgBARIYCgtwbGF0Zm9ybV9pZBgDIAEoDUgBiAEBQgcKBV9jb2RlQg4KDF9wbGF0Zm9ybV9pZCp/CgtJRkZSZXNwb25zZRIcChhJRkZfUkVTUE9OU0VfVU5TUEVDSUZJRUQQABIYChRJRkZfUkVTUE9OU0VfQ09SUkVDVBABEhoKFklGRl9SRVNQT05TRV9JTkNPUlJFQ1QQAhIcChhJRkZfUkVTUE9OU0VfTk9fUkVTUE9OU0UQA2IGcHJvdG8z");
9
+ /**
10
+ * Describes the message raft.wdm.v1.TransponderCodes.
11
+ * Use `create(TransponderCodesSchema)` to create a new message.
12
+ */
13
+ export const TransponderCodesSchema = /*@__PURE__*/ messageDesc(file_raft_wdm_v1_transponder, 0);
14
+ /**
15
+ * Describes the message raft.wdm.v1.Mode5.
16
+ * Use `create(Mode5Schema)` to create a new message.
17
+ */
18
+ export const Mode5Schema = /*@__PURE__*/ messageDesc(file_raft_wdm_v1_transponder, 1);
19
+ /**
20
+ * IFF interrogation response status.
21
+ *
22
+ * @generated from enum raft.wdm.v1.IFFResponse
23
+ */
24
+ export var IFFResponse;
25
+ (function (IFFResponse) {
26
+ /**
27
+ * @generated from enum value: IFF_RESPONSE_UNSPECIFIED = 0;
28
+ */
29
+ IFFResponse[IFFResponse["IFF_RESPONSE_UNSPECIFIED"] = 0] = "IFF_RESPONSE_UNSPECIFIED";
30
+ /**
31
+ * @generated from enum value: IFF_RESPONSE_CORRECT = 1;
32
+ */
33
+ IFFResponse[IFFResponse["IFF_RESPONSE_CORRECT"] = 1] = "IFF_RESPONSE_CORRECT";
34
+ /**
35
+ * @generated from enum value: IFF_RESPONSE_INCORRECT = 2;
36
+ */
37
+ IFFResponse[IFFResponse["IFF_RESPONSE_INCORRECT"] = 2] = "IFF_RESPONSE_INCORRECT";
38
+ /**
39
+ * @generated from enum value: IFF_RESPONSE_NO_RESPONSE = 3;
40
+ */
41
+ IFFResponse[IFFResponse["IFF_RESPONSE_NO_RESPONSE"] = 3] = "IFF_RESPONSE_NO_RESPONSE";
42
+ })(IFFResponse || (IFFResponse = {}));
43
+ /**
44
+ * Describes the enum raft.wdm.v1.IFFResponse.
45
+ */
46
+ export const IFFResponseSchema = /*@__PURE__*/ enumDesc(file_raft_wdm_v1_transponder, 0);
47
+ //# sourceMappingURL=transponder_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transponder_pb.js","sourceRoot":"","sources":["../../../../../gen/raft/wdm/v1/transponder_pb.ts"],"names":[],"mappings":"AAAA,iEAAiE;AACjE,0FAA0F;AAC1F,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAG/E;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAY,aAAa,CAChE,QAAQ,CAAC,0uBAA0uB,CAAC,CAAC;AAoDvvB;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,4BAA4B,EAAE,CAAC,CAAC,CAAC;AA8B/C;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAsB,aAAa,CACzD,WAAW,CAAC,4BAA4B,EAAE,CAAC,CAAC,CAAC;AAE/C;;;;GAIG;AACH,MAAM,CAAN,IAAY,WAoBX;AApBD,WAAY,WAAW;IACrB;;OAEG;IACH,qFAA4B,CAAA;IAE5B;;OAEG;IACH,6EAAwB,CAAA;IAExB;;OAEG;IACH,iFAA0B,CAAA;IAE1B;;OAEG;IACH,qFAA4B,CAAA;AAC9B,CAAC,EApBW,WAAW,KAAX,WAAW,QAoBtB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAyB,aAAa,CAClE,QAAQ,CAAC,4BAA4B,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,108 @@
1
+ import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
2
+ /**
3
+ * Describes the file raft/wdm/v1/warfighting_function.proto.
4
+ */
5
+ export declare const file_raft_wdm_v1_warfighting_function: GenFile;
6
+ /**
7
+ * Doctrinal warfighting function (Army) / joint function (joint force)
8
+ * classification.
9
+ *
10
+ * Per ADP 3-0 (Army) and JP 3-0 (joint), a warfighting / joint function
11
+ * is "a group of tasks and systems united by a common purpose that
12
+ * commanders use to accomplish missions and training objectives." The two
13
+ * doctrines align on the same seven functions: Command and Control, Movement
14
+ * and Maneuver, Intelligence, Fires, Sustainment, Protection, and Information.
15
+ * This enum captures both readings under a single set of values and is
16
+ * suitable for Army, joint, and coalition use.
17
+ *
18
+ * On `Object`, this classifies the function(s) the object is organized
19
+ * or equipped to support (capability/role). For example, an artillery
20
+ * battalion or a HIMARS launcher tags FIRES; a SIGINT site tags INTELLIGENCE;
21
+ * a forward arming and refueling point tags SUSTAINMENT.
22
+ *
23
+ * On `Action`, this classifies the function(s) the activity is
24
+ * exercising (purpose/employment). For example, a fire mission tags FIRES; an
25
+ * ISR collection tags INTELLIGENCE; a deception operation tags INFORMATION.
26
+ *
27
+ * Activities and capabilities routinely span functions. For example, an
28
+ * attack aviation strike touches MOVEMENT_AND_MANEUVER and FIRES; CEMA
29
+ * touches INFORMATION and FIRES; a counter-UAS engagement touches
30
+ * PROTECTION and FIRES. Tag every applicable function.
31
+ *
32
+ * This classification is orthogonal to `Branch` on `OrganizationInfo`:
33
+ * Branch describes what a unit is by training (Infantry, Signal,
34
+ * Engineer, ...); WarfightingFunction describes what it is organized
35
+ * to do or what an activity is doing.
36
+ *
37
+ * Reference: ADP 3-0 (Operations); JP 3-0 (Joint Campaigns and Operations).
38
+ *
39
+ * @generated from enum raft.wdm.v1.WarfightingFunction
40
+ */
41
+ export declare enum WarfightingFunction {
42
+ /**
43
+ * @generated from enum value: WARFIGHTING_FUNCTION_UNSPECIFIED = 0;
44
+ */
45
+ UNSPECIFIED = 0,
46
+ /**
47
+ * Command and Control: the related tasks and a system that enable commanders
48
+ * to exercise authority and direction to accomplish missions.
49
+ *
50
+ * @generated from enum value: WARFIGHTING_FUNCTION_COMMAND_AND_CONTROL = 1;
51
+ */
52
+ COMMAND_AND_CONTROL = 1,
53
+ /**
54
+ * Movement and Maneuver: the related tasks and systems that move and employ
55
+ * forces to achieve a position of relative advantage with respect to the
56
+ * enemy.
57
+ *
58
+ * @generated from enum value: WARFIGHTING_FUNCTION_MOVEMENT_AND_MANEUVER = 2;
59
+ */
60
+ MOVEMENT_AND_MANEUVER = 2,
61
+ /**
62
+ * Intelligence: the related tasks and systems that facilitate understanding
63
+ * the enemy, terrain, weather, civil considerations, and other significant
64
+ * aspects of the operational environment.
65
+ *
66
+ * @generated from enum value: WARFIGHTING_FUNCTION_INTELLIGENCE = 3;
67
+ */
68
+ INTELLIGENCE = 3,
69
+ /**
70
+ * Fires: the related tasks and systems that create and converge effects in
71
+ * all domains against the threat to enable actions across the range of
72
+ * military operations.
73
+ *
74
+ * @generated from enum value: WARFIGHTING_FUNCTION_FIRES = 4;
75
+ */
76
+ FIRES = 4,
77
+ /**
78
+ * Protection: the related tasks, systems, and methods that prevent or
79
+ * mitigate detection, threat effects, and hazards to preserve the force,
80
+ * deny the enemy freedom of action, and enable commanders to apply combat
81
+ * power.
82
+ *
83
+ * @generated from enum value: WARFIGHTING_FUNCTION_PROTECTION = 5;
84
+ */
85
+ PROTECTION = 5,
86
+ /**
87
+ * Sustainment: the related tasks and systems that provide support and
88
+ * services to enable freedom of action, extend operational reach, and
89
+ * prolong endurance.
90
+ *
91
+ * @generated from enum value: WARFIGHTING_FUNCTION_SUSTAINMENT = 6;
92
+ */
93
+ SUSTAINMENT = 6,
94
+ /**
95
+ * Information: the related tasks and systems that create and preserve
96
+ * friendly information and leverage information and the inherent
97
+ * informational aspects of military activities to achieve the commander's
98
+ * objectives.
99
+ *
100
+ * @generated from enum value: WARFIGHTING_FUNCTION_INFORMATION = 7;
101
+ */
102
+ INFORMATION = 7
103
+ }
104
+ /**
105
+ * Describes the enum raft.wdm.v1.WarfightingFunction.
106
+ */
107
+ export declare const WarfightingFunctionSchema: GenEnum<WarfightingFunction>;
108
+ //# sourceMappingURL=warfighting_function_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"warfighting_function_pb.d.ts","sourceRoot":"","sources":["../../../../../gen/raft/wdm/v1/warfighting_function_pb.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,OACif,CAAC;AAEtiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,oBAAY,mBAAmB;IAC7B;;OAEG;IACH,WAAW,IAAI;IAEf;;;;;OAKG;IACH,mBAAmB,IAAI;IAEvB;;;;;;OAMG;IACH,qBAAqB,IAAI;IAEzB;;;;;;OAMG;IACH,YAAY,IAAI;IAEhB;;;;;;OAMG;IACH,KAAK,IAAI;IAET;;;;;;;OAOG;IACH,UAAU,IAAI;IAEd;;;;;;OAMG;IACH,WAAW,IAAI;IAEf;;;;;;;OAOG;IACH,WAAW,IAAI;CAChB;AAED;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,OAAO,CAAC,mBAAmB,CACf,CAAC"}
@@ -0,0 +1,110 @@
1
+ // Doctrinal warfighting / joint function classification.
2
+ import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
3
+ /**
4
+ * Describes the file raft/wdm/v1/warfighting_function.proto.
5
+ */
6
+ export const file_raft_wdm_v1_warfighting_function = /*@__PURE__*/ fileDesc("CiZyYWZ0L3dkbS92MS93YXJmaWdodGluZ19mdW5jdGlvbi5wcm90bxILcmFmdC53ZG0udjEq0QIKE1dhcmZpZ2h0aW5nRnVuY3Rpb24SJAogV0FSRklHSFRJTkdfRlVOQ1RJT05fVU5TUEVDSUZJRUQQABIsCihXQVJGSUdIVElOR19GVU5DVElPTl9DT01NQU5EX0FORF9DT05UUk9MEAESLgoqV0FSRklHSFRJTkdfRlVOQ1RJT05fTU9WRU1FTlRfQU5EX01BTkVVVkVSEAISJQohV0FSRklHSFRJTkdfRlVOQ1RJT05fSU5URUxMSUdFTkNFEAMSHgoaV0FSRklHSFRJTkdfRlVOQ1RJT05fRklSRVMQBBIjCh9XQVJGSUdIVElOR19GVU5DVElPTl9QUk9URUNUSU9OEAUSJAogV0FSRklHSFRJTkdfRlVOQ1RJT05fU1VTVEFJTk1FTlQQBhIkCiBXQVJGSUdIVElOR19GVU5DVElPTl9JTkZPUk1BVElPThAHYgZwcm90bzM");
7
+ /**
8
+ * Doctrinal warfighting function (Army) / joint function (joint force)
9
+ * classification.
10
+ *
11
+ * Per ADP 3-0 (Army) and JP 3-0 (joint), a warfighting / joint function
12
+ * is "a group of tasks and systems united by a common purpose that
13
+ * commanders use to accomplish missions and training objectives." The two
14
+ * doctrines align on the same seven functions: Command and Control, Movement
15
+ * and Maneuver, Intelligence, Fires, Sustainment, Protection, and Information.
16
+ * This enum captures both readings under a single set of values and is
17
+ * suitable for Army, joint, and coalition use.
18
+ *
19
+ * On `Object`, this classifies the function(s) the object is organized
20
+ * or equipped to support (capability/role). For example, an artillery
21
+ * battalion or a HIMARS launcher tags FIRES; a SIGINT site tags INTELLIGENCE;
22
+ * a forward arming and refueling point tags SUSTAINMENT.
23
+ *
24
+ * On `Action`, this classifies the function(s) the activity is
25
+ * exercising (purpose/employment). For example, a fire mission tags FIRES; an
26
+ * ISR collection tags INTELLIGENCE; a deception operation tags INFORMATION.
27
+ *
28
+ * Activities and capabilities routinely span functions. For example, an
29
+ * attack aviation strike touches MOVEMENT_AND_MANEUVER and FIRES; CEMA
30
+ * touches INFORMATION and FIRES; a counter-UAS engagement touches
31
+ * PROTECTION and FIRES. Tag every applicable function.
32
+ *
33
+ * This classification is orthogonal to `Branch` on `OrganizationInfo`:
34
+ * Branch describes what a unit is by training (Infantry, Signal,
35
+ * Engineer, ...); WarfightingFunction describes what it is organized
36
+ * to do or what an activity is doing.
37
+ *
38
+ * Reference: ADP 3-0 (Operations); JP 3-0 (Joint Campaigns and Operations).
39
+ *
40
+ * @generated from enum raft.wdm.v1.WarfightingFunction
41
+ */
42
+ export var WarfightingFunction;
43
+ (function (WarfightingFunction) {
44
+ /**
45
+ * @generated from enum value: WARFIGHTING_FUNCTION_UNSPECIFIED = 0;
46
+ */
47
+ WarfightingFunction[WarfightingFunction["UNSPECIFIED"] = 0] = "UNSPECIFIED";
48
+ /**
49
+ * Command and Control: the related tasks and a system that enable commanders
50
+ * to exercise authority and direction to accomplish missions.
51
+ *
52
+ * @generated from enum value: WARFIGHTING_FUNCTION_COMMAND_AND_CONTROL = 1;
53
+ */
54
+ WarfightingFunction[WarfightingFunction["COMMAND_AND_CONTROL"] = 1] = "COMMAND_AND_CONTROL";
55
+ /**
56
+ * Movement and Maneuver: the related tasks and systems that move and employ
57
+ * forces to achieve a position of relative advantage with respect to the
58
+ * enemy.
59
+ *
60
+ * @generated from enum value: WARFIGHTING_FUNCTION_MOVEMENT_AND_MANEUVER = 2;
61
+ */
62
+ WarfightingFunction[WarfightingFunction["MOVEMENT_AND_MANEUVER"] = 2] = "MOVEMENT_AND_MANEUVER";
63
+ /**
64
+ * Intelligence: the related tasks and systems that facilitate understanding
65
+ * the enemy, terrain, weather, civil considerations, and other significant
66
+ * aspects of the operational environment.
67
+ *
68
+ * @generated from enum value: WARFIGHTING_FUNCTION_INTELLIGENCE = 3;
69
+ */
70
+ WarfightingFunction[WarfightingFunction["INTELLIGENCE"] = 3] = "INTELLIGENCE";
71
+ /**
72
+ * Fires: the related tasks and systems that create and converge effects in
73
+ * all domains against the threat to enable actions across the range of
74
+ * military operations.
75
+ *
76
+ * @generated from enum value: WARFIGHTING_FUNCTION_FIRES = 4;
77
+ */
78
+ WarfightingFunction[WarfightingFunction["FIRES"] = 4] = "FIRES";
79
+ /**
80
+ * Protection: the related tasks, systems, and methods that prevent or
81
+ * mitigate detection, threat effects, and hazards to preserve the force,
82
+ * deny the enemy freedom of action, and enable commanders to apply combat
83
+ * power.
84
+ *
85
+ * @generated from enum value: WARFIGHTING_FUNCTION_PROTECTION = 5;
86
+ */
87
+ WarfightingFunction[WarfightingFunction["PROTECTION"] = 5] = "PROTECTION";
88
+ /**
89
+ * Sustainment: the related tasks and systems that provide support and
90
+ * services to enable freedom of action, extend operational reach, and
91
+ * prolong endurance.
92
+ *
93
+ * @generated from enum value: WARFIGHTING_FUNCTION_SUSTAINMENT = 6;
94
+ */
95
+ WarfightingFunction[WarfightingFunction["SUSTAINMENT"] = 6] = "SUSTAINMENT";
96
+ /**
97
+ * Information: the related tasks and systems that create and preserve
98
+ * friendly information and leverage information and the inherent
99
+ * informational aspects of military activities to achieve the commander's
100
+ * objectives.
101
+ *
102
+ * @generated from enum value: WARFIGHTING_FUNCTION_INFORMATION = 7;
103
+ */
104
+ WarfightingFunction[WarfightingFunction["INFORMATION"] = 7] = "INFORMATION";
105
+ })(WarfightingFunction || (WarfightingFunction = {}));
106
+ /**
107
+ * Describes the enum raft.wdm.v1.WarfightingFunction.
108
+ */
109
+ export const WarfightingFunctionSchema = /*@__PURE__*/ enumDesc(file_raft_wdm_v1_warfighting_function, 0);
110
+ //# sourceMappingURL=warfighting_function_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"warfighting_function_pb.js","sourceRoot":"","sources":["../../../../../gen/raft/wdm/v1/warfighting_function_pb.ts"],"names":[],"mappings":"AAAA,yDAAyD;AAOzD,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAY,aAAa,CACzE,QAAQ,CAAC,yhBAAyhB,CAAC,CAAC;AAEtiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,MAAM,CAAN,IAAY,mBAqEX;AArED,WAAY,mBAAmB;IAC7B;;OAEG;IACH,2EAAe,CAAA;IAEf;;;;;OAKG;IACH,2FAAuB,CAAA;IAEvB;;;;;;OAMG;IACH,+FAAyB,CAAA;IAEzB;;;;;;OAMG;IACH,6EAAgB,CAAA;IAEhB;;;;;;OAMG;IACH,+DAAS,CAAA;IAET;;;;;;;OAOG;IACH,yEAAc,CAAA;IAEd;;;;;;OAMG;IACH,2EAAe,CAAA;IAEf;;;;;;;OAOG;IACH,2EAAe,CAAA;AACjB,CAAC,EArEW,mBAAmB,KAAnB,mBAAmB,QAqE9B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAiC,aAAa,CAClF,QAAQ,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,279 @@
1
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file raft/wdm/v1/weather.proto.
6
+ */
7
+ export declare const file_raft_wdm_v1_weather: GenFile;
8
+ /**
9
+ * Weather observation or meteorological hazard data.
10
+ *
11
+ * Applicable to objects representing weather stations (point
12
+ * observations), weather hazard zones (polygon entities for storms,
13
+ * icing, dust), and meteorological observations. Weather objects
14
+ * use the parent object's geometry for spatial extent and motion
15
+ * for storm track movement.
16
+ *
17
+ * @generated from message raft.wdm.v1.WeatherInfo
18
+ */
19
+ export type WeatherInfo = Message<"raft.wdm.v1.WeatherInfo"> & {
20
+ /**
21
+ * Wind speed in meters per second.
22
+ *
23
+ * @generated from field: optional double wind_speed_mps = 1;
24
+ */
25
+ windSpeedMps?: number | undefined;
26
+ /**
27
+ * Wind direction in degrees true, as the direction the wind is
28
+ * coming FROM. Range: 0.0 to 360.0.
29
+ *
30
+ * @generated from field: optional double wind_direction_degrees = 2;
31
+ */
32
+ windDirectionDegrees?: number | undefined;
33
+ /**
34
+ * Wind gust speed in meters per second.
35
+ *
36
+ * @generated from field: optional double wind_gust_mps = 3;
37
+ */
38
+ windGustMps?: number | undefined;
39
+ /**
40
+ * Prevailing visibility in meters.
41
+ *
42
+ * @generated from field: optional double visibility_meters = 4;
43
+ */
44
+ visibilityMeters?: number | undefined;
45
+ /**
46
+ * Visibility restriction type, if any.
47
+ *
48
+ * @generated from field: raft.wdm.v1.VisibilityRestriction visibility_restriction = 5;
49
+ */
50
+ visibilityRestriction: VisibilityRestriction;
51
+ /**
52
+ * Cloud ceiling height in meters AGL.
53
+ *
54
+ * @generated from field: optional double ceiling_meters_agl = 6;
55
+ */
56
+ ceilingMetersAgl?: number | undefined;
57
+ /**
58
+ * Cloud coverage classification.
59
+ *
60
+ * @generated from field: raft.wdm.v1.CloudCoverage cloud_coverage = 7;
61
+ */
62
+ cloudCoverage: CloudCoverage;
63
+ /**
64
+ * Precipitation type.
65
+ *
66
+ * @generated from field: raft.wdm.v1.PrecipitationType precipitation_type = 8;
67
+ */
68
+ precipitationType: PrecipitationType;
69
+ /**
70
+ * Precipitation intensity.
71
+ *
72
+ * @generated from field: raft.wdm.v1.PrecipitationIntensity precipitation_intensity = 9;
73
+ */
74
+ precipitationIntensity: PrecipitationIntensity;
75
+ /**
76
+ * Air temperature in degrees Celsius.
77
+ *
78
+ * @generated from field: optional double temperature_celsius = 10;
79
+ */
80
+ temperatureCelsius?: number | undefined;
81
+ /**
82
+ * Dew point temperature in degrees Celsius.
83
+ *
84
+ * @generated from field: optional double dew_point_celsius = 11;
85
+ */
86
+ dewPointCelsius?: number | undefined;
87
+ /**
88
+ * Barometric pressure in hectopascals (millibars).
89
+ *
90
+ * @generated from field: optional double pressure_hpa = 12;
91
+ */
92
+ pressureHpa?: number | undefined;
93
+ /**
94
+ * Moon illumination as a percentage (0 to 100).
95
+ *
96
+ * @generated from field: optional double moon_illumination_percent = 13;
97
+ */
98
+ moonIlluminationPercent?: number | undefined;
99
+ /**
100
+ * Begin Morning Nautical Twilight. First usable light for ground
101
+ * operations.
102
+ *
103
+ * @generated from field: google.protobuf.Timestamp bmnt = 14;
104
+ */
105
+ bmnt?: Timestamp | undefined;
106
+ /**
107
+ * End Evening Nautical Twilight. Last usable light for ground
108
+ * operations.
109
+ *
110
+ * @generated from field: google.protobuf.Timestamp eent = 15;
111
+ */
112
+ eent?: Timestamp | undefined;
113
+ };
114
+ /**
115
+ * Describes the message raft.wdm.v1.WeatherInfo.
116
+ * Use `create(WeatherInfoSchema)` to create a new message.
117
+ */
118
+ export declare const WeatherInfoSchema: GenMessage<WeatherInfo>;
119
+ /**
120
+ * Visibility restriction category.
121
+ *
122
+ * @generated from enum raft.wdm.v1.VisibilityRestriction
123
+ */
124
+ export declare enum VisibilityRestriction {
125
+ /**
126
+ * @generated from enum value: VISIBILITY_RESTRICTION_UNSPECIFIED = 0;
127
+ */
128
+ UNSPECIFIED = 0,
129
+ /**
130
+ * @generated from enum value: VISIBILITY_RESTRICTION_FOG = 1;
131
+ */
132
+ FOG = 1,
133
+ /**
134
+ * @generated from enum value: VISIBILITY_RESTRICTION_RAIN = 2;
135
+ */
136
+ RAIN = 2,
137
+ /**
138
+ * @generated from enum value: VISIBILITY_RESTRICTION_SNOW = 3;
139
+ */
140
+ SNOW = 3,
141
+ /**
142
+ * @generated from enum value: VISIBILITY_RESTRICTION_DUST = 4;
143
+ */
144
+ DUST = 4,
145
+ /**
146
+ * @generated from enum value: VISIBILITY_RESTRICTION_SMOKE = 5;
147
+ */
148
+ SMOKE = 5,
149
+ /**
150
+ * @generated from enum value: VISIBILITY_RESTRICTION_HAZE = 6;
151
+ */
152
+ HAZE = 6,
153
+ /**
154
+ * @generated from enum value: VISIBILITY_RESTRICTION_MIST = 7;
155
+ */
156
+ MIST = 7
157
+ }
158
+ /**
159
+ * Describes the enum raft.wdm.v1.VisibilityRestriction.
160
+ */
161
+ export declare const VisibilityRestrictionSchema: GenEnum<VisibilityRestriction>;
162
+ /**
163
+ * Cloud coverage classification per aviation standard.
164
+ *
165
+ * @generated from enum raft.wdm.v1.CloudCoverage
166
+ */
167
+ export declare enum CloudCoverage {
168
+ /**
169
+ * @generated from enum value: CLOUD_COVERAGE_UNSPECIFIED = 0;
170
+ */
171
+ UNSPECIFIED = 0,
172
+ /**
173
+ * Clear (0/8)
174
+ *
175
+ * @generated from enum value: CLOUD_COVERAGE_CLR = 1;
176
+ */
177
+ CLR = 1,
178
+ /**
179
+ * Few (1/8 - 2/8)
180
+ *
181
+ * @generated from enum value: CLOUD_COVERAGE_FEW = 2;
182
+ */
183
+ FEW = 2,
184
+ /**
185
+ * Scattered (3/8 - 4/8)
186
+ *
187
+ * @generated from enum value: CLOUD_COVERAGE_SCT = 3;
188
+ */
189
+ SCT = 3,
190
+ /**
191
+ * Broken (5/8 - 7/8)
192
+ *
193
+ * @generated from enum value: CLOUD_COVERAGE_BKN = 4;
194
+ */
195
+ BKN = 4,
196
+ /**
197
+ * Overcast (8/8)
198
+ *
199
+ * @generated from enum value: CLOUD_COVERAGE_OVC = 5;
200
+ */
201
+ OVC = 5,
202
+ /**
203
+ * Surface-based obscuration
204
+ *
205
+ * @generated from enum value: CLOUD_COVERAGE_SKY_OBSCURED = 6;
206
+ */
207
+ SKY_OBSCURED = 6
208
+ }
209
+ /**
210
+ * Describes the enum raft.wdm.v1.CloudCoverage.
211
+ */
212
+ export declare const CloudCoverageSchema: GenEnum<CloudCoverage>;
213
+ /**
214
+ * Precipitation type.
215
+ *
216
+ * @generated from enum raft.wdm.v1.PrecipitationType
217
+ */
218
+ export declare enum PrecipitationType {
219
+ /**
220
+ * @generated from enum value: PRECIPITATION_TYPE_UNSPECIFIED = 0;
221
+ */
222
+ UNSPECIFIED = 0,
223
+ /**
224
+ * @generated from enum value: PRECIPITATION_TYPE_NONE = 1;
225
+ */
226
+ NONE = 1,
227
+ /**
228
+ * @generated from enum value: PRECIPITATION_TYPE_RAIN = 2;
229
+ */
230
+ RAIN = 2,
231
+ /**
232
+ * @generated from enum value: PRECIPITATION_TYPE_SNOW = 3;
233
+ */
234
+ SNOW = 3,
235
+ /**
236
+ * @generated from enum value: PRECIPITATION_TYPE_SLEET = 4;
237
+ */
238
+ SLEET = 4,
239
+ /**
240
+ * @generated from enum value: PRECIPITATION_TYPE_HAIL = 5;
241
+ */
242
+ HAIL = 5,
243
+ /**
244
+ * @generated from enum value: PRECIPITATION_TYPE_FREEZING_RAIN = 6;
245
+ */
246
+ FREEZING_RAIN = 6
247
+ }
248
+ /**
249
+ * Describes the enum raft.wdm.v1.PrecipitationType.
250
+ */
251
+ export declare const PrecipitationTypeSchema: GenEnum<PrecipitationType>;
252
+ /**
253
+ * Precipitation intensity.
254
+ *
255
+ * @generated from enum raft.wdm.v1.PrecipitationIntensity
256
+ */
257
+ export declare enum PrecipitationIntensity {
258
+ /**
259
+ * @generated from enum value: PRECIPITATION_INTENSITY_UNSPECIFIED = 0;
260
+ */
261
+ UNSPECIFIED = 0,
262
+ /**
263
+ * @generated from enum value: PRECIPITATION_INTENSITY_LIGHT = 1;
264
+ */
265
+ LIGHT = 1,
266
+ /**
267
+ * @generated from enum value: PRECIPITATION_INTENSITY_MODERATE = 2;
268
+ */
269
+ MODERATE = 2,
270
+ /**
271
+ * @generated from enum value: PRECIPITATION_INTENSITY_HEAVY = 3;
272
+ */
273
+ HEAVY = 3
274
+ }
275
+ /**
276
+ * Describes the enum raft.wdm.v1.PrecipitationIntensity.
277
+ */
278
+ export declare const PrecipitationIntensitySchema: GenEnum<PrecipitationIntensity>;
279
+ //# sourceMappingURL=weather_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"weather_pb.d.ts","sourceRoot":"","sources":["../../../../../gen/raft/wdm/v1/weather_pb.ts"],"names":[],"mappings":"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"}