@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,655 @@
1
+ // Core warfighting representation of a tracked object in the
2
+ // battlespace.
3
+ //
4
+ // An Object is anything with identity that the force needs to track:
5
+ // platforms, units, facilities, equipment, personnel, events, control
6
+ // measures, signals, and more.
7
+
8
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
9
+ // @generated from file raft/wdm/v1/object.proto (package raft.wdm.v1, syntax proto3)
10
+ /* eslint-disable */
11
+
12
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
13
+ import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
14
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
15
+ import { file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
16
+ import type { Assessment } from "./assessment_pb.js";
17
+ import { file_raft_wdm_v1_assessment } from "./assessment_pb.js";
18
+ import type { AviationInfo } from "./aviation_pb.js";
19
+ import { file_raft_wdm_v1_aviation } from "./aviation_pb.js";
20
+ import type { CbrnInfo } from "./cbrn_pb.js";
21
+ import { file_raft_wdm_v1_cbrn } from "./cbrn_pb.js";
22
+ import type { Attachment, CatalogReference, ExternalReference, MachineLearningAnnotation, PriorityTier, ProvenanceRecord, ReplicationMetadata } from "./common_pb.js";
23
+ import { file_raft_wdm_v1_common } from "./common_pb.js";
24
+ import type { CommsInfo } from "./comms_pb.js";
25
+ import { file_raft_wdm_v1_comms } from "./comms_pb.js";
26
+ import type { CorrelationState, Disassociation } from "./correlation_pb.js";
27
+ import { file_raft_wdm_v1_correlation } from "./correlation_pb.js";
28
+ import type { ElectronicWarfareInfo } from "./ew_pb.js";
29
+ import { file_raft_wdm_v1_ew } from "./ew_pb.js";
30
+ import type { GroundInfo } from "./ground_pb.js";
31
+ import { file_raft_wdm_v1_ground } from "./ground_pb.js";
32
+ import type { Identity, OperationalFlags } from "./identity_pb.js";
33
+ import { file_raft_wdm_v1_identity } from "./identity_pb.js";
34
+ import type { MaritimeInfo } from "./maritime_pb.js";
35
+ import { file_raft_wdm_v1_maritime } from "./maritime_pb.js";
36
+ import type { Ontology } from "./ontology_pb.js";
37
+ import { file_raft_wdm_v1_ontology } from "./ontology_pb.js";
38
+ import type { OrbitalInfo, OrbitalMotion, StateVector } from "./orbital_pb.js";
39
+ import { file_raft_wdm_v1_orbital } from "./orbital_pb.js";
40
+ import type { OrganizationInfo } from "./organization_pb.js";
41
+ import { file_raft_wdm_v1_organization } from "./organization_pb.js";
42
+ import type { Expendables, PlatformStatus } from "./platform_pb.js";
43
+ import { file_raft_wdm_v1_platform } from "./platform_pb.js";
44
+ import type { Relationship } from "./relationship_pb.js";
45
+ import { file_raft_wdm_v1_relationship } from "./relationship_pb.js";
46
+ import type { SecurityMarking } from "./security_pb.js";
47
+ import { file_raft_wdm_v1_security } from "./security_pb.js";
48
+ import type { Sensor } from "./sensor_pb.js";
49
+ import { file_raft_wdm_v1_sensor } from "./sensor_pb.js";
50
+ import type { SignalInfo } from "./signal_pb.js";
51
+ import { file_raft_wdm_v1_signal } from "./signal_pb.js";
52
+ import type { Motion, SpatialGeometry, SpatialLocation } from "./spatial_pb.js";
53
+ import { file_raft_wdm_v1_spatial } from "./spatial_pb.js";
54
+ import type { Symbology } from "./symbology_pb.js";
55
+ import { file_raft_wdm_v1_symbology } from "./symbology_pb.js";
56
+ import type { PhysicalDimensions, TargetingInfo } from "./targeting_pb.js";
57
+ import { file_raft_wdm_v1_targeting } from "./targeting_pb.js";
58
+ import type { TrackInfo } from "./track_pb.js";
59
+ import { file_raft_wdm_v1_track } from "./track_pb.js";
60
+ import type { TransponderCodes } from "./transponder_pb.js";
61
+ import { file_raft_wdm_v1_transponder } from "./transponder_pb.js";
62
+ import type { WarfightingFunction } from "./warfighting_function_pb.js";
63
+ import { file_raft_wdm_v1_warfighting_function } from "./warfighting_function_pb.js";
64
+ import type { WeatherInfo } from "./weather_pb.js";
65
+ import { file_raft_wdm_v1_weather } from "./weather_pb.js";
66
+ import type { JsonObject, Message } from "@bufbuild/protobuf";
67
+
68
+ /**
69
+ * Describes the file raft/wdm/v1/object.proto.
70
+ */
71
+ export const file_raft_wdm_v1_object: GenFile = /*@__PURE__*/
72
+ fileDesc("ChhyYWZ0L3dkbS92MS9vYmplY3QucHJvdG8SC3JhZnQud2RtLnYxIokOCgZPYmplY3QSCgoCaWQYASABKAkSLgoIc2VjdXJpdHkYAiABKAsyHC5yYWZ0LndkbS52MS5TZWN1cml0eU1hcmtpbmcSDAoEbmFtZRgDIAEoCRITCgtkZXNjcmlwdGlvbhgEIAEoCRIpCgppZGVudGl0aWVzGAUgAygLMhUucmFmdC53ZG0udjEuSWRlbnRpdHkSLwoGbGFiZWxzGAYgAygLMh8ucmFmdC53ZG0udjEuT2JqZWN0LkxhYmVsc0VudHJ5EicKCG9udG9sb2d5GAcgASgLMhUucmFmdC53ZG0udjEuT250b2xvZ3kSLAoFZmxhZ3MYCCABKAsyHS5yYWZ0LndkbS52MS5PcGVyYXRpb25hbEZsYWdzEigKCXR5cGVfaW5mbxgJIAEoCzIVLnJhZnQud2RtLnYxLlR5cGVJbmZvEi4KCGxvY2F0aW9uGAogASgLMhwucmFmdC53ZG0udjEuU3BhdGlhbExvY2F0aW9uEiMKBm1vdGlvbhgLIAEoCzITLnJhZnQud2RtLnYxLk1vdGlvbhIrCgVzaGFwZRgMIAEoCzIcLnJhZnQud2RtLnYxLlNwYXRpYWxHZW9tZXRyeRIyCg5vcmJpdGFsX21vdGlvbhgNIAEoCzIaLnJhZnQud2RtLnYxLk9yYml0YWxNb3Rpb24SLgoMc3RhdGVfdmVjdG9yGA4gASgLMhgucmFmdC53ZG0udjEuU3RhdGVWZWN0b3ISKgoKdHJhY2tfaW5mbxgPIAEoCzIWLnJhZnQud2RtLnYxLlRyYWNrSW5mbxIpCgZzdGF0dXMYECABKA4yGS5yYWZ0LndkbS52MS5PYmplY3RTdGF0dXMSJwoDdHRsGBEgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIPCgdwZXJzaXN0GBIgASgIEisKCHByaW9yaXR5GBMgASgOMhkucmFmdC53ZG0udjEuUHJpb3JpdHlUaWVyEisKCmFzc2Vzc21lbnQYFCABKAsyFy5yYWZ0LndkbS52MS5Bc3Nlc3NtZW50EjMKCmRpbWVuc2lvbnMYFSABKAsyHy5yYWZ0LndkbS52MS5QaHlzaWNhbERpbWVuc2lvbnMSLQoJdGFyZ2V0aW5nGBYgASgLMhoucmFmdC53ZG0udjEuVGFyZ2V0aW5nSW5mbxIpCglzeW1ib2xvZ3kYFyABKAsyFi5yYWZ0LndkbS52MS5TeW1ib2xvZ3kSOAoRdHJhbnNwb25kZXJfY29kZXMYGCABKAsyHS5yYWZ0LndkbS52MS5UcmFuc3BvbmRlckNvZGVzEiQKB3NlbnNvcnMYGSADKAsyEy5yYWZ0LndkbS52MS5TZW5zb3ISLQoLZXhwZW5kYWJsZXMYGiABKAsyGC5yYWZ0LndkbS52MS5FeHBlbmRhYmxlcxIsCgthdHRhY2htZW50cxgbIAMoCzIXLnJhZnQud2RtLnYxLkF0dGFjaG1lbnQSKAoHZGV0YWlscxgcIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QSNQoNZXh0ZXJuYWxfcmVmcxgdIAMoCzIeLnJhZnQud2RtLnYxLkV4dGVybmFsUmVmZXJlbmNlEjAKDXJlbGF0aW9uc2hpcHMYHiADKAsyGS5yYWZ0LndkbS52MS5SZWxhdGlvbnNoaXASMQoKcHJvdmVuYW5jZRgfIAEoCzIdLnJhZnQud2RtLnYxLlByb3ZlbmFuY2VSZWNvcmQSNQoLcmVwbGljYXRpb24YICABKAsyIC5yYWZ0LndkbS52MS5SZXBsaWNhdGlvbk1ldGFkYXRhEj4KDm1sX2Fubm90YXRpb25zGCEgAygLMiYucmFmdC53ZG0udjEuTWFjaGluZUxlYXJuaW5nQW5ub3RhdGlvbhIyCgtjb3JyZWxhdGlvbhgiIAEoCzIdLnJhZnQud2RtLnYxLkNvcnJlbGF0aW9uU3RhdGUSNAoPZGlzYXNzb2NpYXRpb25zGCMgAygLMhsucmFmdC53ZG0udjEuRGlzYXNzb2NpYXRpb24SLgoHY2F0YWxvZxgkIAEoCzIdLnJhZnQud2RtLnYxLkNhdGFsb2dSZWZlcmVuY2USMgoOZWZmZWN0aXZlX2Zyb20YJSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEj8KFXdhcmZpZ2h0aW5nX2Z1bmN0aW9ucxgmIAMoDjIgLnJhZnQud2RtLnYxLldhcmZpZ2h0aW5nRnVuY3Rpb24SKwoLYWN0aW9uX3JlZnMYJyADKAsyFi5yYWZ0LndkbS52MS5BY3Rpb25SZWYaLQoLTGFiZWxzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASJICglBY3Rpb25SZWYSEQoJYWN0aW9uX2lkGAEgASgJEigKBHR5cGUYAiABKA4yGi5yYWZ0LndkbS52MS5BY3Rpb25SZWZUeXBlIvMDCghUeXBlSW5mbxIrCghtYXJpdGltZRgBIAEoCzIZLnJhZnQud2RtLnYxLk1hcml0aW1lSW5mbxIrCghhdmlhdGlvbhgCIAEoCzIZLnJhZnQud2RtLnYxLkF2aWF0aW9uSW5mbxInCgZncm91bmQYAyABKAsyFy5yYWZ0LndkbS52MS5Hcm91bmRJbmZvEikKB29yYml0YWwYBCABKAsyGC5yYWZ0LndkbS52MS5PcmJpdGFsSW5mbxInCgZzaWduYWwYBSABKAsyFy5yYWZ0LndkbS52MS5TaWduYWxJbmZvEiMKBGNicm4YBiABKAsyFS5yYWZ0LndkbS52MS5DYnJuSW5mbxIpCgd3ZWF0aGVyGAcgASgLMhgucmFmdC53ZG0udjEuV2VhdGhlckluZm8SLgoCZXcYCCABKAsyIi5yYWZ0LndkbS52MS5FbGVjdHJvbmljV2FyZmFyZUluZm8SJQoFY29tbXMYCSABKAsyFi5yYWZ0LndkbS52MS5Db21tc0luZm8SNAoPcGxhdGZvcm1fc3RhdHVzGAogASgLMhsucmFmdC53ZG0udjEuUGxhdGZvcm1TdGF0dXMSMwoMb3JnYW5pemF0aW9uGAsgASgLMh0ucmFmdC53ZG0udjEuT3JnYW5pemF0aW9uSW5mbyp+CgxPYmplY3RTdGF0dXMSHQoZT0JKRUNUX1NUQVRVU19VTlNQRUNJRklFRBAAEhgKFE9CSkVDVF9TVEFUVVNfQUNUSVZFEAESGgoWT0JKRUNUX1NUQVRVU19JTkFDVElWRRACEhkKFU9CSkVDVF9TVEFUVVNfREVMRVRFRBADKo8BCg1BY3Rpb25SZWZUeXBlEh8KG0FDVElPTl9SRUZfVFlQRV9VTlNQRUNJRklFRBAAEhsKF0FDVElPTl9SRUZfVFlQRV9SRUxBVEVEEAESHwobQUNUSU9OX1JFRl9UWVBFX1RBUkdFVEVEX0JZEAISHwobQUNUSU9OX1JFRl9UWVBFX0FTU0lHTkVEX1RPEANiBnByb3RvMw", [file_google_protobuf_struct, file_google_protobuf_timestamp, file_raft_wdm_v1_assessment, file_raft_wdm_v1_aviation, file_raft_wdm_v1_cbrn, file_raft_wdm_v1_common, file_raft_wdm_v1_comms, file_raft_wdm_v1_correlation, file_raft_wdm_v1_ew, file_raft_wdm_v1_ground, file_raft_wdm_v1_identity, file_raft_wdm_v1_maritime, file_raft_wdm_v1_ontology, file_raft_wdm_v1_orbital, file_raft_wdm_v1_organization, file_raft_wdm_v1_platform, file_raft_wdm_v1_relationship, file_raft_wdm_v1_security, file_raft_wdm_v1_sensor, file_raft_wdm_v1_signal, file_raft_wdm_v1_spatial, file_raft_wdm_v1_symbology, file_raft_wdm_v1_targeting, file_raft_wdm_v1_track, file_raft_wdm_v1_transponder, file_raft_wdm_v1_warfighting_function, file_raft_wdm_v1_weather]);
73
+
74
+ /**
75
+ * Core warfighting representation of a tracked object in the
76
+ * battlespace.
77
+ *
78
+ * An Object is anything with identity that the force needs to track:
79
+ * platforms, units, facilities, equipment, personnel, events, control
80
+ * measures, signals, and more.
81
+ *
82
+ * ## Flexible Field Model
83
+ *
84
+ * Most fields are optional - populate only what is relevant for the
85
+ * specific object being represented. This flexibility allows modeling diverse
86
+ * object types without requiring separate message definitions for each
87
+ * category.
88
+ *
89
+ * Different object types naturally use different field subsets. For
90
+ * example:
91
+ * - Maritime vessel: location, motion, maritime info, identities
92
+ * (MMSI), dimensions.
93
+ * - Aircraft: location, motion, aviation info, identities (Mode-S),
94
+ * assessment.
95
+ * - Ground vehicle: location, motion, ground info, assessment,
96
+ * labels.
97
+ * - Facility: location, dimensions, assessment (no motion).
98
+ * - Person: location, assessment (minimal fields).
99
+ * - Control measure: shape, assessment, labels (no motion or
100
+ * dimensions).
101
+ * - Etc.
102
+ *
103
+ * ## Required vs Optional Fields
104
+ *
105
+ * Minimally required for all objects:
106
+ * - `id`: unique identifier (generated if not provided).
107
+ * - `provenance.updated_at`: when this data was last modified.
108
+ *
109
+ * Commonly populated but optional:
110
+ * - `name`: human-readable identifier.
111
+ * - `location.position`: geographic coordinates.
112
+ * - `assessment`: tactical assessment (affiliation, environment).
113
+ *
114
+ * Domain-specific (populate as applicable):
115
+ * - `type_info.maritime`: ships, boats, submarines.
116
+ * - `type_info.aviation`: aircraft, helicopters, UAVs.
117
+ * - `type_info.ground`: vehicles, dismounts, equipment.
118
+ * - `type_info.orbital`: satellites, space objects.
119
+ * - `type_info.signal`: SIGINT/ELINT emissions.
120
+ * - Etc.
121
+ *
122
+ * ## Field Population Guidelines
123
+ *
124
+ * 1. Populate what you know, and omit unknown or irrelevant fields.
125
+ * 2. Do not invent data. Empty or default values can mislead
126
+ * consumers.
127
+ * 3. Use the type_info discriminator and populate the domain-specific
128
+ * section that applies.
129
+ * 4. Provenance is critical: always include source and timestamp.
130
+ * 5. Assessment provides warfighting context. Affiliation and
131
+ * environment are needed for tactical decision-making.
132
+ *
133
+ * @generated from message raft.wdm.v1.Object
134
+ */
135
+ export type Object$ = Message<"raft.wdm.v1.Object"> & {
136
+ /**
137
+ * Unique identifier (UUID).
138
+ *
139
+ * @generated from field: string id = 1;
140
+ */
141
+ id: string;
142
+
143
+ /**
144
+ * Classification and handling caveats.
145
+ *
146
+ * @generated from field: raft.wdm.v1.SecurityMarking security = 2;
147
+ */
148
+ security?: SecurityMarking | undefined;
149
+
150
+ /**
151
+ * Short name used to refer to this object in displays and reports.
152
+ *
153
+ * @generated from field: string name = 3;
154
+ */
155
+ name: string;
156
+
157
+ /**
158
+ * Human-readable description or operator remarks.
159
+ *
160
+ * @generated from field: string description = 4;
161
+ */
162
+ description: string;
163
+
164
+ /**
165
+ * External identifiers from source systems (MMSI, Mode-S address,
166
+ * Link-16 track number, vehicle bumper number, etc.).
167
+ *
168
+ * @generated from field: repeated raft.wdm.v1.Identity identities = 5;
169
+ */
170
+ identities: Identity[];
171
+
172
+ /**
173
+ * Extensible key-value metadata. Keys should follow a namespaced
174
+ * convention such as "domain.system.field" to avoid collisions.
175
+ *
176
+ * @generated from field: map<string, string> labels = 6;
177
+ */
178
+ labels: { [key: string]: string };
179
+
180
+ /**
181
+ * Semantic classification and formal ontology alignment.
182
+ *
183
+ * @generated from field: raft.wdm.v1.Ontology ontology = 7;
184
+ */
185
+ ontology?: Ontology | undefined;
186
+
187
+ /**
188
+ * Operational flags used for data segregation (simulation,
189
+ * exercise, actionable).
190
+ *
191
+ * @generated from field: raft.wdm.v1.OperationalFlags flags = 8;
192
+ */
193
+ flags?: OperationalFlags | undefined;
194
+
195
+ /**
196
+ * Domain-specific attributes. Populate the component that matches
197
+ * the operational domain of the object.
198
+ *
199
+ * @generated from field: raft.wdm.v1.TypeInfo type_info = 9;
200
+ */
201
+ typeInfo?: TypeInfo | undefined;
202
+
203
+ /**
204
+ * Geographic position, orientation, and uncertainty.
205
+ *
206
+ * @generated from field: raft.wdm.v1.SpatialLocation location = 10;
207
+ */
208
+ location?: SpatialLocation | undefined;
209
+
210
+ /**
211
+ * Velocity and acceleration in the local ENU frame.
212
+ *
213
+ * @generated from field: raft.wdm.v1.Motion motion = 11;
214
+ */
215
+ motion?: Motion | undefined;
216
+
217
+ /**
218
+ * Structured geometric shape for non-point objects (boundaries,
219
+ * coverage areas, routes, sensor footprints).
220
+ *
221
+ * @generated from field: raft.wdm.v1.SpatialGeometry shape = 12;
222
+ */
223
+ shape?: SpatialGeometry | undefined;
224
+
225
+ /**
226
+ * Keplerian orbital elements for space objects.
227
+ *
228
+ * @generated from field: raft.wdm.v1.OrbitalMotion orbital_motion = 13;
229
+ */
230
+ orbitalMotion?: OrbitalMotion | undefined;
231
+
232
+ /**
233
+ * Cartesian state vector for high-precision orbital propagation.
234
+ *
235
+ * @generated from field: raft.wdm.v1.StateVector state_vector = 14;
236
+ */
237
+ stateVector?: StateVector | undefined;
238
+
239
+ /**
240
+ * Track quality and measurement metadata.
241
+ *
242
+ * @generated from field: raft.wdm.v1.TrackInfo track_info = 15;
243
+ */
244
+ trackInfo?: TrackInfo | undefined;
245
+
246
+ /**
247
+ * Current lifecycle status of this object.
248
+ *
249
+ * @generated from field: raft.wdm.v1.ObjectStatus status = 16;
250
+ */
251
+ status: ObjectStatus;
252
+
253
+ /**
254
+ * Time at which the object expires and is removed from the
255
+ * active picture. When unset the object has a platform default
256
+ * expiration time applied. To opt out of TTL entirely,
257
+ * set `persist=true`.
258
+ *
259
+ * @generated from field: google.protobuf.Timestamp ttl = 17;
260
+ */
261
+ ttl?: Timestamp | undefined;
262
+
263
+ /**
264
+ * When true, the object never auto-expires regardless of `ttl`.
265
+ *
266
+ * @generated from field: bool persist = 18;
267
+ */
268
+ persist: boolean;
269
+
270
+ /**
271
+ * QoS priority tier assigned by the platform. Used by the mesh
272
+ * for routing and replication prioritization. Read-only; any
273
+ * client-provided value is ignored.
274
+ *
275
+ * @generated from field: raft.wdm.v1.PriorityTier priority = 19;
276
+ */
277
+ priority: PriorityTier;
278
+
279
+ /**
280
+ * Warfighter's tactical assessment of this object.
281
+ *
282
+ * @generated from field: raft.wdm.v1.Assessment assessment = 20;
283
+ */
284
+ assessment?: Assessment | undefined;
285
+
286
+ /**
287
+ * Physical size and mass (length, width, height, weight).
288
+ *
289
+ * @generated from field: raft.wdm.v1.PhysicalDimensions dimensions = 21;
290
+ */
291
+ dimensions?: PhysicalDimensions | undefined;
292
+
293
+ /**
294
+ * Targeting and threat assessment data.
295
+ *
296
+ * @generated from field: raft.wdm.v1.TargetingInfo targeting = 22;
297
+ */
298
+ targeting?: TargetingInfo | undefined;
299
+
300
+ /**
301
+ * Military symbology representation per MIL-STD-2525C/D.
302
+ *
303
+ * @generated from field: raft.wdm.v1.Symbology symbology = 23;
304
+ */
305
+ symbology?: Symbology | undefined;
306
+
307
+ /**
308
+ * IFF/transponder interrogation codes.
309
+ *
310
+ * @generated from field: raft.wdm.v1.TransponderCodes transponder_codes = 24;
311
+ */
312
+ transponderCodes?: TransponderCodes | undefined;
313
+
314
+ /**
315
+ * Sensors mounted on this object.
316
+ *
317
+ * @generated from field: repeated raft.wdm.v1.Sensor sensors = 25;
318
+ */
319
+ sensors: Sensor[];
320
+
321
+ /**
322
+ * Fuel, ordnance, guns, and endurance carried by the object.
323
+ *
324
+ * @generated from field: raft.wdm.v1.Expendables expendables = 26;
325
+ */
326
+ expendables?: Expendables | undefined;
327
+
328
+ /**
329
+ * File attachments (imagery, full-motion video, documents, audio,
330
+ * telemetry). Stores pointers, not contents.
331
+ *
332
+ * @generated from field: repeated raft.wdm.v1.Attachment attachments = 27;
333
+ */
334
+ attachments: Attachment[];
335
+
336
+ /**
337
+ * Object-specific metadata as loosely-typed structured data.
338
+ *
339
+ * Use this field for integration data that does not yet have a
340
+ * strongly-typed warfighting field. Follow the @type convention
341
+ * for discriminating between structured payload types: set an
342
+ * "@type" property whose value is a fully qualified type
343
+ * identifier (e.g., "raft.wdm.v1.ext.FireUnit",
344
+ * "com.acme.CustomSensorData"). Consumers without the matching
345
+ * schema can still inspect fields generically.
346
+ *
347
+ * Prefer strongly-typed fields (type_info, sensors, symbology) and
348
+ * ExternalReference payloads over `details` whenever possible.
349
+ *
350
+ * @generated from field: google.protobuf.Struct details = 28;
351
+ */
352
+ details?: JsonObject | undefined;
353
+
354
+ /**
355
+ * References to representations of this object in external data
356
+ * models (e.g., Trax OMNI message, GCCS-J ETF track, CoT event,
357
+ * JREAP track).
358
+ *
359
+ * @generated from field: repeated raft.wdm.v1.ExternalReference external_refs = 29;
360
+ */
361
+ externalRefs: ExternalReference[];
362
+
363
+ /**
364
+ * Directed relationships to other objects in the operational
365
+ * picture. Distinct from correlation (which links objects
366
+ * representing the same real-world thing). Relationships link
367
+ * distinct objects with operational, organizational, or functional
368
+ * connections, e.g., C2 authority, sensor-to-target, support, etc.
369
+ *
370
+ * @generated from field: repeated raft.wdm.v1.Relationship relationships = 30;
371
+ */
372
+ relationships: Relationship[];
373
+
374
+ /**
375
+ * Data lineage and source attribution for trust assessment.
376
+ * Required on every publish; producers must populate at minimum
377
+ * `provenance.updated_at`.
378
+ *
379
+ * @generated from field: raft.wdm.v1.ProvenanceRecord provenance = 31;
380
+ */
381
+ provenance?: ProvenanceRecord | undefined;
382
+
383
+ /**
384
+ * Mesh replication metadata. Read-only; populated by the platform.
385
+ *
386
+ * @generated from field: raft.wdm.v1.ReplicationMetadata replication = 32;
387
+ */
388
+ replication?: ReplicationMetadata | undefined;
389
+
390
+ /**
391
+ * Machine learning annotations attached to this object. Each entry
392
+ * documents a model, its inference, and any human review state.
393
+ *
394
+ * @generated from field: repeated raft.wdm.v1.MachineLearningAnnotation ml_annotations = 33;
395
+ */
396
+ mlAnnotations: MachineLearningAnnotation[];
397
+
398
+ /**
399
+ * Correlation state linking this object to a correlation.
400
+ * A correlation is a set of objects representing the same real-world
401
+ * thing. Read-only on this message; managed via the dedicated
402
+ * correlation service.
403
+ *
404
+ * @generated from field: raft.wdm.v1.CorrelationState correlation = 34;
405
+ */
406
+ correlation?: CorrelationState | undefined;
407
+
408
+ /**
409
+ * Disassociation records for objects explicitly excluded from
410
+ * correlation with this one. Read-only on this message; managed
411
+ * via the correlation service.
412
+ *
413
+ * @generated from field: repeated raft.wdm.v1.Disassociation disassociations = 35;
414
+ */
415
+ disassociations: Disassociation[];
416
+
417
+ /**
418
+ * Reference to this object's position in the Raft Data Platform
419
+ * catalog (data source, connection, dataset).
420
+ *
421
+ * @generated from field: raft.wdm.v1.CatalogReference catalog = 36;
422
+ */
423
+ catalog?: CatalogReference | undefined;
424
+
425
+ /**
426
+ * Declarative activation time for planned or scheduled objects
427
+ * (e.g., a control measure that takes effect at H-hour, an
428
+ * attachment that begins at a future time). Informational only --
429
+ * the platform does not withhold the object from consumers before
430
+ * this time. Consumers should choose how to handle objects whose
431
+ * `effective_from` lies in the future.
432
+ *
433
+ * @generated from field: google.protobuf.Timestamp effective_from = 37;
434
+ */
435
+ effectiveFrom?: Timestamp | undefined;
436
+
437
+ /**
438
+ * Doctrinal warfighting function(s) this object is organized or
439
+ * equipped to support (ADP 3-0 / JP 3-0). Tag every applicable
440
+ * function; an empty list means no doctrinal function is asserted.
441
+ *
442
+ * @generated from field: repeated raft.wdm.v1.WarfightingFunction warfighting_functions = 38;
443
+ */
444
+ warfightingFunctions: WarfightingFunction[];
445
+
446
+ /**
447
+ * Typed references to actions that involve this object. Inverse
448
+ * of `Action.object_links`. Producers maintain both sides when
449
+ * the round-trip matters (e.g., "which order established this
450
+ * control measure" or "which fire mission targeted this
451
+ * vehicle"); the platform does not enforce bidirectional
452
+ * consistency, by design for DDIL environments.
453
+ *
454
+ * @generated from field: repeated raft.wdm.v1.ActionRef action_refs = 39;
455
+ */
456
+ actionRefs: ActionRef[];
457
+ };
458
+
459
+ /**
460
+ * Describes the message raft.wdm.v1.Object.
461
+ * Use `create(ObjectSchema)` to create a new message.
462
+ */
463
+ export const ObjectSchema: GenMessage<Object$> = /*@__PURE__*/
464
+ messageDesc(file_raft_wdm_v1_object, 0);
465
+
466
+ /**
467
+ * A typed reference from this object to an action that involves it.
468
+ *
469
+ * Inverse of `Action.object_links`. Producers populate both sides
470
+ * when the reverse traversal matters (e.g., "list every action that
471
+ * targeted this object"); the platform does not enforce
472
+ * bidirectional consistency, by design for DDIL environments.
473
+ *
474
+ * @generated from message raft.wdm.v1.ActionRef
475
+ */
476
+ export type ActionRef = Message<"raft.wdm.v1.ActionRef"> & {
477
+ /**
478
+ * ID of the referenced action.
479
+ *
480
+ * @generated from field: string action_id = 1;
481
+ */
482
+ actionId: string;
483
+
484
+ /**
485
+ * Role this object plays in the referenced action.
486
+ *
487
+ * @generated from field: raft.wdm.v1.ActionRefType type = 2;
488
+ */
489
+ type: ActionRefType;
490
+ };
491
+
492
+ /**
493
+ * Describes the message raft.wdm.v1.ActionRef.
494
+ * Use `create(ActionRefSchema)` to create a new message.
495
+ */
496
+ export const ActionRefSchema: GenMessage<ActionRef> = /*@__PURE__*/
497
+ messageDesc(file_raft_wdm_v1_object, 1);
498
+
499
+ /**
500
+ * Domain-specific attributes wrapped as a discriminated component.
501
+ *
502
+ * Populate only the component that matches the operational domain
503
+ * of the object. Multiple components may be populated for objects
504
+ * that span domains (e.g., an air defense radar has both ground
505
+ * position and signal characteristics).
506
+ *
507
+ * @generated from message raft.wdm.v1.TypeInfo
508
+ */
509
+ export type TypeInfo = Message<"raft.wdm.v1.TypeInfo"> & {
510
+ /**
511
+ * @generated from field: raft.wdm.v1.MaritimeInfo maritime = 1;
512
+ */
513
+ maritime?: MaritimeInfo | undefined;
514
+
515
+ /**
516
+ * @generated from field: raft.wdm.v1.AviationInfo aviation = 2;
517
+ */
518
+ aviation?: AviationInfo | undefined;
519
+
520
+ /**
521
+ * @generated from field: raft.wdm.v1.GroundInfo ground = 3;
522
+ */
523
+ ground?: GroundInfo | undefined;
524
+
525
+ /**
526
+ * @generated from field: raft.wdm.v1.OrbitalInfo orbital = 4;
527
+ */
528
+ orbital?: OrbitalInfo | undefined;
529
+
530
+ /**
531
+ * @generated from field: raft.wdm.v1.SignalInfo signal = 5;
532
+ */
533
+ signal?: SignalInfo | undefined;
534
+
535
+ /**
536
+ * @generated from field: raft.wdm.v1.CbrnInfo cbrn = 6;
537
+ */
538
+ cbrn?: CbrnInfo | undefined;
539
+
540
+ /**
541
+ * @generated from field: raft.wdm.v1.WeatherInfo weather = 7;
542
+ */
543
+ weather?: WeatherInfo | undefined;
544
+
545
+ /**
546
+ * @generated from field: raft.wdm.v1.ElectronicWarfareInfo ew = 8;
547
+ */
548
+ ew?: ElectronicWarfareInfo | undefined;
549
+
550
+ /**
551
+ * @generated from field: raft.wdm.v1.CommsInfo comms = 9;
552
+ */
553
+ comms?: CommsInfo | undefined;
554
+
555
+ /**
556
+ * @generated from field: raft.wdm.v1.PlatformStatus platform_status = 10;
557
+ */
558
+ platformStatus?: PlatformStatus | undefined;
559
+
560
+ /**
561
+ * @generated from field: raft.wdm.v1.OrganizationInfo organization = 11;
562
+ */
563
+ organization?: OrganizationInfo | undefined;
564
+ };
565
+
566
+ /**
567
+ * Describes the message raft.wdm.v1.TypeInfo.
568
+ * Use `create(TypeInfoSchema)` to create a new message.
569
+ */
570
+ export const TypeInfoSchema: GenMessage<TypeInfo> = /*@__PURE__*/
571
+ messageDesc(file_raft_wdm_v1_object, 2);
572
+
573
+ /**
574
+ * Lifecycle status of a warfighting object.
575
+ *
576
+ * Objects start in ACTIVE. Use INACTIVE to retain an object for
577
+ * historical reference without active tracking, and DELETED to
578
+ * remove it from the picture.
579
+ *
580
+ * @generated from enum raft.wdm.v1.ObjectStatus
581
+ */
582
+ export enum ObjectStatus {
583
+ /**
584
+ * @generated from enum value: OBJECT_STATUS_UNSPECIFIED = 0;
585
+ */
586
+ UNSPECIFIED = 0,
587
+
588
+ /**
589
+ * @generated from enum value: OBJECT_STATUS_ACTIVE = 1;
590
+ */
591
+ ACTIVE = 1,
592
+
593
+ /**
594
+ * @generated from enum value: OBJECT_STATUS_INACTIVE = 2;
595
+ */
596
+ INACTIVE = 2,
597
+
598
+ /**
599
+ * @generated from enum value: OBJECT_STATUS_DELETED = 3;
600
+ */
601
+ DELETED = 3,
602
+ }
603
+
604
+ /**
605
+ * Describes the enum raft.wdm.v1.ObjectStatus.
606
+ */
607
+ export const ObjectStatusSchema: GenEnum<ObjectStatus> = /*@__PURE__*/
608
+ enumDesc(file_raft_wdm_v1_object, 0);
609
+
610
+ /**
611
+ * Classification of an object's role in an action. Inverse of
612
+ * `ObjectLinkType` -- each value mirrors the corresponding forward
613
+ * link type on `Action.object_links`.
614
+ *
615
+ * @generated from enum raft.wdm.v1.ActionRefType
616
+ */
617
+ export enum ActionRefType {
618
+ /**
619
+ * @generated from enum value: ACTION_REF_TYPE_UNSPECIFIED = 0;
620
+ */
621
+ UNSPECIFIED = 0,
622
+
623
+ /**
624
+ * General association. The object is involved in the action but
625
+ * does not fit a more specific role. Inverse of
626
+ * OBJECT_LINK_TYPE_RELATED.
627
+ *
628
+ * @generated from enum value: ACTION_REF_TYPE_RELATED = 1;
629
+ */
630
+ RELATED = 1,
631
+
632
+ /**
633
+ * The object is the target of the action (effect recipient).
634
+ * Inverse of OBJECT_LINK_TYPE_TARGET.
635
+ *
636
+ * @generated from enum value: ACTION_REF_TYPE_TARGETED_BY = 2;
637
+ */
638
+ TARGETED_BY = 2,
639
+
640
+ /**
641
+ * The object is an asset assigned to execute the action (effect
642
+ * producer -- firing unit, sensor, vehicle, etc.). Inverse of
643
+ * OBJECT_LINK_TYPE_ASSET.
644
+ *
645
+ * @generated from enum value: ACTION_REF_TYPE_ASSIGNED_TO = 3;
646
+ */
647
+ ASSIGNED_TO = 3,
648
+ }
649
+
650
+ /**
651
+ * Describes the enum raft.wdm.v1.ActionRefType.
652
+ */
653
+ export const ActionRefTypeSchema: GenEnum<ActionRefType> = /*@__PURE__*/
654
+ enumDesc(file_raft_wdm_v1_object, 1);
655
+