@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,1800 @@
1
+ // An Action represents any directed activity, notification, or structured
2
+ // report shared across the mesh. The same message type can express a fire
3
+ // mission, an operations order, a contact alert, or a status report -- the
4
+ // scope and type fields control interpretation. Actions support hierarchical
5
+ // composition (orders containing phases containing tasks), typed dependencies
6
+ // and links to other actions, and typed links to the objects they involve.
7
+ // New use cases are added by defining new scope/type combinations rather than
8
+ // new proto definitions.
9
+
10
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
11
+ // @generated from file raft/wdm/v1/action.proto (package raft.wdm.v1, syntax proto3)
12
+ /* eslint-disable */
13
+
14
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
15
+ import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
16
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
17
+ import { file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
18
+ import type { Attachment, CatalogReference, ExternalReference, MachineLearningAnnotation, Principal, ProvenanceRecord, ReplicationMetadata } from "./common_pb.js";
19
+ import { file_raft_wdm_v1_common } from "./common_pb.js";
20
+ import type { Ontology } from "./ontology_pb.js";
21
+ import { file_raft_wdm_v1_ontology } from "./ontology_pb.js";
22
+ import type { SecurityMarking } from "./security_pb.js";
23
+ import { file_raft_wdm_v1_security } from "./security_pb.js";
24
+ import type { Polyline, Position, SpatialGeometry } from "./spatial_pb.js";
25
+ import { file_raft_wdm_v1_spatial } from "./spatial_pb.js";
26
+ import type { WarfightingFunction } from "./warfighting_function_pb.js";
27
+ import { file_raft_wdm_v1_warfighting_function } from "./warfighting_function_pb.js";
28
+ import type { JsonObject, Message } from "@bufbuild/protobuf";
29
+
30
+ /**
31
+ * Describes the file raft/wdm/v1/action.proto.
32
+ */
33
+ export const file_raft_wdm_v1_action: GenFile = /*@__PURE__*/
34
+ fileDesc("ChhyYWZ0L3dkbS92MS9hY3Rpb24ucHJvdG8SC3JhZnQud2RtLnYxIpQMCgZBY3Rpb24SCgoCaWQYASABKAkSLgoIc2VjdXJpdHkYAiABKAsyHC5yYWZ0LndkbS52MS5TZWN1cml0eU1hcmtpbmcSDAoEbmFtZRgDIAEoCRITCgtkZXNjcmlwdGlvbhgEIAEoCRIMCgR0eXBlGAUgASgJEicKBXNjb3BlGAYgASgOMhgucmFmdC53ZG0udjEuQWN0aW9uU2NvcGUSJwoIb250b2xvZ3kYByABKAsyFS5yYWZ0LndkbS52MS5PbnRvbG9neRIvCgZsYWJlbHMYCCADKAsyHy5yYWZ0LndkbS52MS5BY3Rpb24uTGFiZWxzRW50cnkSGAoQcGFyZW50X2FjdGlvbl9pZBgJIAEoCRIYChBjaGlsZF9hY3Rpb25faWRzGAogAygJEiYKBWxpbmtzGAsgAygLMhcucmFmdC53ZG0udjEuQWN0aW9uTGluaxInCgVzdGF0ZRgMIAEoDjIYLnJhZnQud2RtLnYxLkFjdGlvblN0YXRlEi0KCHByaW9yaXR5GA0gASgOMhsucmFmdC53ZG0udjEuQWN0aW9uUHJpb3JpdHkSLQoIcHJvZ3Jlc3MYDiABKAsyGy5yYWZ0LndkbS52MS5BY3Rpb25Qcm9ncmVzcxIsCgxyZXF1ZXN0ZWRfYnkYDyABKAsyFi5yYWZ0LndkbS52MS5QcmluY2lwYWwSKwoLYXNzaWduZWRfdG8YECABKAsyFi5yYWZ0LndkbS52MS5QcmluY2lwYWwSLQoNYXV0aG9yaXplZF9ieRgRIAEoCzIWLnJhZnQud2RtLnYxLlByaW5jaXBhbBIjCgZpbnRlbnQYEiABKAsyEy5yYWZ0LndkbS52MS5JbnRlbnQSMQoQa2lsbF9jaGFpbl9waGFzZRgTIAEoDjIXLnJhZnQud2RtLnYxLkYzZWFkUGhhc2USOAoRdGFyZ2V0X25vbWluYXRpb24YFCABKAsyHS5yYWZ0LndkbS52MS5UYXJnZXROb21pbmF0aW9uEjAKA2JkYRgVIAEoCzIjLnJhZnQud2RtLnYxLkJhdHRsZURhbWFnZUFzc2Vzc21lbnQSOAoSYXJlYV9vZl9vcGVyYXRpb25zGBYgASgLMhwucmFmdC53ZG0udjEuU3BhdGlhbEdlb21ldHJ5EiEKBXJvdXRlGBcgASgLMhIucmFmdC53ZG0udjEuUm91dGUSLgoKbm90X2JlZm9yZRgYIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLQoJbm90X2FmdGVyGBkgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBItCgxvYmplY3RfbGlua3MYGiADKAsyFy5yYWZ0LndkbS52MS5PYmplY3RMaW5rEigKB2RldGFpbHMYGyABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0EjUKDWV4dGVybmFsX3JlZnMYHCADKAsyHi5yYWZ0LndkbS52MS5FeHRlcm5hbFJlZmVyZW5jZRIsCgthdHRhY2htZW50cxgdIAMoCzIXLnJhZnQud2RtLnYxLkF0dGFjaG1lbnQSMQoKcHJvdmVuYW5jZRgeIAEoCzIdLnJhZnQud2RtLnYxLlByb3ZlbmFuY2VSZWNvcmQSNQoLcmVwbGljYXRpb24YHyABKAsyIC5yYWZ0LndkbS52MS5SZXBsaWNhdGlvbk1ldGFkYXRhEj4KDm1sX2Fubm90YXRpb25zGCAgAygLMiYucmFmdC53ZG0udjEuTWFjaGluZUxlYXJuaW5nQW5ub3RhdGlvbhIuCgdjYXRhbG9nGCEgASgLMh0ucmFmdC53ZG0udjEuQ2F0YWxvZ1JlZmVyZW5jZRIlCgVhbGVydBgiIAEoCzIWLnJhZnQud2RtLnYxLkFsZXJ0RGF0YRI/ChV3YXJmaWdodGluZ19mdW5jdGlvbnMYIyADKA4yIC5yYWZ0LndkbS52MS5XYXJmaWdodGluZ0Z1bmN0aW9uGi0KC0xhYmVsc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEikgEKDkFjdGlvblByb2dyZXNzEg0KBXBoYXNlGAEgASgJEhYKDnN0YXR1c19tZXNzYWdlGAIgASgJEikKCG1ldGFkYXRhGAMgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdBIuCgp1cGRhdGVkX2F0GAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCJKCgpBY3Rpb25MaW5rEhEKCWFjdGlvbl9pZBgBIAEoCRIpCgR0eXBlGAIgASgOMhsucmFmdC53ZG0udjEuQWN0aW9uTGlua1R5cGUiSgoKT2JqZWN0TGluaxIRCglvYmplY3RfaWQYASABKAkSKQoEdHlwZRgCIAEoDjIbLnJhZnQud2RtLnYxLk9iamVjdExpbmtUeXBlInwKBkludGVudBIPCgdwdXJwb3NlGAEgASgJEg4KBm1ldGhvZBgCIAEoCRIRCgllbmRfc3RhdGUYAyABKAkSEwoLa2V5X2FjdGlvbnMYBCADKAkSEwoLY29uc3RyYWludHMYBSADKAkSFAoMcmVzdHJpY3Rpb25zGAYgAygJIpsBChBUYXJnZXROb21pbmF0aW9uEhUKDXRhcmdldF9udW1iZXIYASABKAkSLQoIY2F0ZWdvcnkYAiABKA4yGy5yYWZ0LndkbS52MS5UYXJnZXRDYXRlZ29yeRIyCg5kZXNpcmVkX2VmZmVjdBgDIAEoDjIaLnJhZnQud2RtLnYxLkRlc2lyZWRFZmZlY3QSDQoFbm90ZXMYBCABKAki5QIKFkJhdHRsZURhbWFnZUFzc2Vzc21lbnQSJAoFbGV2ZWwYASABKA4yFS5yYWZ0LndkbS52MS5CZGFMZXZlbBIXCgpjb25maWRlbmNlGAIgASgBSACIAQESEwoLbWV0aG9kb2xvZ3kYAyABKAkSOAoRZnVuY3Rpb25hbF9zdGF0dXMYBCABKA4yHS5yYWZ0LndkbS52MS5GdW5jdGlvbmFsU3RhdHVzEkQKF3JlYXR0YWNrX3JlY29tbWVuZGF0aW9uGAUgASgOMiMucmFmdC53ZG0udjEuUmVhdHRhY2tSZWNvbW1lbmRhdGlvbhINCgVub3RlcxgGIAEoCRIoCghhc3Nlc3NvchgHIAEoCzIWLnJhZnQud2RtLnYxLlByaW5jaXBhbBIvCgthc3Nlc3NlZF9hdBgIIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCDQoLX2NvbmZpZGVuY2UigwIKBVJvdXRlEiQKBGtpbmQYASABKA4yFi5yYWZ0LndkbS52MS5Sb3V0ZUtpbmQSLQoJd2F5cG9pbnRzGAIgAygLMhoucmFmdC53ZG0udjEuUm91dGVXYXlwb2ludBInCghwb2x5bGluZRgDIAEoCzIVLnJhZnQud2RtLnYxLlBvbHlsaW5lEiIKFXRvdGFsX2Rpc3RhbmNlX21ldGVycxgEIAEoAUgAiAEBEiMKFnRvdGFsX2R1cmF0aW9uX3NlY29uZHMYBSABKAFIAYgBAUIYChZfdG90YWxfZGlzdGFuY2VfbWV0ZXJzQhkKF190b3RhbF9kdXJhdGlvbl9zZWNvbmRzIpgCCg1Sb3V0ZVdheXBvaW50Eg0KBW9yZGVyGAEgASgNEg0KBWxhYmVsGAIgASgJEicKCHBvc2l0aW9uGAMgASgLMhUucmFmdC53ZG0udjEuUG9zaXRpb24SMAoMcGxhbm5lZF90aW1lGAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIeChFwbGFubmVkX3NwZWVkX21wcxgFIAEoAUgAiAEBEigKG3BsYW5uZWRfYWx0aXR1ZGVfaGFlX21ldGVycxgGIAEoAUgBiAEBEg4KBmFjdGlvbhgHIAEoCUIUChJfcGxhbm5lZF9zcGVlZF9tcHNCHgocX3BsYW5uZWRfYWx0aXR1ZGVfaGFlX21ldGVycyKRAgoJQWxlcnREYXRhEiwKCHNldmVyaXR5GAEgASgOMhoucmFmdC53ZG0udjEuQWxlcnRTZXZlcml0eRIsCghjYXRlZ29yeRgCIAEoDjIaLnJhZnQud2RtLnYxLkFsZXJ0Q2F0ZWdvcnkSHQoVcmVzcG9uc2VfaW5zdHJ1Y3Rpb25zGAMgASgJEhEKCWFsbF9jbGVhchgEIAEoCBIcChRzdXBlcnNlZGVzX2FjdGlvbl9pZBgFIAEoCRIoCgZzb3VyY2UYBiABKA4yGC5yYWZ0LndkbS52MS5BbGVydFNvdXJjZRIbCg5hZmZlY3RlZF9jb3VudBgHIAEoDUgAiAEBQhEKD19hZmZlY3RlZF9jb3VudCrvAgoLQWN0aW9uU3RhdGUSHAoYQUNUSU9OX1NUQVRFX1VOU1BFQ0lGSUVEEAASFgoSQUNUSU9OX1NUQVRFX0RSQUZUEAESGAoUQUNUSU9OX1NUQVRFX1BFTkRJTkcQAhIZChVBQ1RJT05fU1RBVEVfQVBQUk9WRUQQAxIZChVBQ1RJT05fU1RBVEVfQVNTSUdORUQQBBIdChlBQ1RJT05fU1RBVEVfQUNLTk9XTEVER0VEEAUSGAoUQUNUSU9OX1NUQVRFX1BMQU5ORUQQBhIcChhBQ1RJT05fU1RBVEVfSU5fUFJPR1JFU1MQBxIXChNBQ1RJT05fU1RBVEVfUEFVU0VEEAgSGgoWQUNUSU9OX1NUQVRFX0NPTVBMRVRFRBAJEhcKE0FDVElPTl9TVEFURV9GQUlMRUQQChIaChZBQ1RJT05fU1RBVEVfQ0FOQ0VMTEVEEAsSGQoVQUNUSU9OX1NUQVRFX1JFSkVDVEVEEAwqngEKDkFjdGlvblByaW9yaXR5Eh8KG0FDVElPTl9QUklPUklUWV9VTlNQRUNJRklFRBAAEhcKE0FDVElPTl9QUklPUklUWV9MT1cQARIaChZBQ1RJT05fUFJJT1JJVFlfTUVESVVNEAISGAoUQUNUSU9OX1BSSU9SSVRZX0hJR0gQAxIcChhBQ1RJT05fUFJJT1JJVFlfQ1JJVElDQUwQBCrxAQoLQWN0aW9uU2NvcGUSHAoYQUNUSU9OX1NDT1BFX1VOU1BFQ0lGSUVEEAASGgoWQUNUSU9OX1NDT1BFX0RJUkVDVElWRRABEhYKEkFDVElPTl9TQ09QRV9PUkRFUhACEhUKEUFDVElPTl9TQ09QRV9QTEFOEAMSFgoSQUNUSU9OX1NDT1BFX1BIQVNFEAQSFQoRQUNUSU9OX1NDT1BFX1RBU0sQBRIZChVBQ1RJT05fU0NPUEVfU1VCX1RBU0sQBhIWChJBQ1RJT05fU0NPUEVfQUxFUlQQBxIXChNBQ1RJT05fU0NPUEVfUkVQT1JUEAgq2AIKDkFjdGlvbkxpbmtUeXBlEiAKHEFDVElPTl9MSU5LX1RZUEVfVU5TUEVDSUZJRUQQABIkCiBBQ1RJT05fTElOS19UWVBFX0ZJTklTSF9UT19TVEFSVBABEiMKH0FDVElPTl9MSU5LX1RZUEVfU1RBUlRfVE9fU1RBUlQQAhIlCiFBQ1RJT05fTElOS19UWVBFX0ZJTklTSF9UT19GSU5JU0gQAxIkCiBBQ1RJT05fTElOS19UWVBFX1NUQVJUX1RPX0ZJTklTSBAEEiEKHUFDVElPTl9MSU5LX1RZUEVfVFJJR0dFUkVEX0JZEAUSHwobQUNUSU9OX0xJTktfVFlQRV9TVVBFUlNFREVTEAYSIQodQUNUSU9OX0xJTktfVFlQRV9ERVJJVkVEX0ZST00QBxIlCiFBQ1RJT05fTElOS19UWVBFX0NPT1JESU5BVEVTX1dJVEgQCCqJAQoOT2JqZWN0TGlua1R5cGUSIAocT0JKRUNUX0xJTktfVFlQRV9VTlNQRUNJRklFRBAAEhwKGE9CSkVDVF9MSU5LX1RZUEVfUkVMQVRFRBABEhsKF09CSkVDVF9MSU5LX1RZUEVfVEFSR0VUEAISGgoWT0JKRUNUX0xJTktfVFlQRV9BU1NFVBADKrsBCgpGM2VhZFBoYXNlEhsKF0YzRUFEX1BIQVNFX1VOU1BFQ0lGSUVEEAASFAoQRjNFQURfUEhBU0VfRklORBABEhMKD0YzRUFEX1BIQVNFX0ZJWBACEhYKEkYzRUFEX1BIQVNFX0ZJTklTSBADEhcKE0YzRUFEX1BIQVNFX0VYUExPSVQQBBIXChNGM0VBRF9QSEFTRV9BTkFMWVpFEAUSGwoXRjNFQURfUEhBU0VfRElTU0VNSU5BVEUQBirsAQoOVGFyZ2V0Q2F0ZWdvcnkSHwobVEFSR0VUX0NBVEVHT1JZX1VOU1BFQ0lGSUVEEAASFwoTVEFSR0VUX0NBVEVHT1JZX0hQVBABEhcKE1RBUkdFVF9DQVRFR09SWV9IVlQQAhIbChdUQVJHRVRfQ0FURUdPUllfUExBTk5FRBADEhsKF1RBUkdFVF9DQVRFR09SWV9EWU5BTUlDEAQSKQolVEFSR0VUX0NBVEVHT1JZX1RBUkdFVF9PRl9PUFBPUlRVTklUWRAFEiIKHlRBUkdFVF9DQVRFR09SWV9USU1FX1NFTlNJVElWRRAGKsgCCg1EZXNpcmVkRWZmZWN0Eh4KGkRFU0lSRURfRUZGRUNUX1VOU1BFQ0lGSUVEEAASGgoWREVTSVJFRF9FRkZFQ1RfREVTVFJPWRABEh0KGURFU0lSRURfRUZGRUNUX05FVVRSQUxJWkUQAhIbChdERVNJUkVEX0VGRkVDVF9TVVBQUkVTUxADEhkKFURFU0lSRURfRUZGRUNUX0hBUkFTUxAEEhoKFkRFU0lSRURfRUZGRUNUX0RJU1JVUFQQBRIaChZERVNJUkVEX0VGRkVDVF9ERUdSQURFEAYSFwoTREVTSVJFRF9FRkZFQ1RfREVOWRAHEhoKFkRFU0lSRURfRUZGRUNUX0RFQ0VJVkUQCBIZChVERVNJUkVEX0VGRkVDVF9ESVZFUlQQCRIcChhERVNJUkVEX0VGRkVDVF9JTkZMVUVOQ0UQCiqaAQoIQmRhTGV2ZWwSGQoVQkRBX0xFVkVMX1VOU1BFQ0lGSUVEEAASFwoTQkRBX0xFVkVMX05PX0RBTUFHRRABEhMKD0JEQV9MRVZFTF9MSUdIVBACEhYKEkJEQV9MRVZFTF9NT0RFUkFURRADEhQKEEJEQV9MRVZFTF9TRVZFUkUQBBIXChNCREFfTEVWRUxfREVTVFJPWUVEEAUqwgEKEEZ1bmN0aW9uYWxTdGF0dXMSIQodRlVOQ1RJT05BTF9TVEFUVVNfVU5TUEVDSUZJRUQQABImCiJGVU5DVElPTkFMX1NUQVRVU19GVUxMWV9GVU5DVElPTkFMEAESHgoaRlVOQ1RJT05BTF9TVEFUVVNfREVHUkFERUQQAhIkCiBGVU5DVElPTkFMX1NUQVRVU19OT05fRlVOQ1RJT05BTBADEh0KGUZVTkNUSU9OQUxfU1RBVFVTX1VOS05PV04QBCq7AQoWUmVhdHRhY2tSZWNvbW1lbmRhdGlvbhInCiNSRUFUVEFDS19SRUNPTU1FTkRBVElPTl9VTlNQRUNJRklFRBAAEigKJFJFQVRUQUNLX1JFQ09NTUVOREFUSU9OX05PVF9SRVFVSVJFRBABEicKI1JFQVRUQUNLX1JFQ09NTUVOREFUSU9OX1JFQ09NTUVOREVEEAISJQohUkVBVFRBQ0tfUkVDT01NRU5EQVRJT05fTUFOREFUT1JZEAMqcAoJUm91dGVLaW5kEhoKFlJPVVRFX0tJTkRfVU5TUEVDSUZJRUQQABIWChJST1VURV9LSU5EX1BMQU5ORUQQARIVChFST1VURV9LSU5EX0FDVFVBTBACEhgKFFJPVVRFX0tJTkRfQUxURVJOQVRFEAMqmgEKDUFsZXJ0U2V2ZXJpdHkSHgoaQUxFUlRfU0VWRVJJVFlfVU5TUEVDSUZJRUQQABIWChJBTEVSVF9TRVZFUklUWV9MT1cQARIbChdBTEVSVF9TRVZFUklUWV9NT0RFUkFURRACEhcKE0FMRVJUX1NFVkVSSVRZX0hJR0gQAxIbChdBTEVSVF9TRVZFUklUWV9DUklUSUNBTBAEKvoDCg1BbGVydENhdGVnb3J5Eh4KGkFMRVJUX0NBVEVHT1JZX1VOU1BFQ0lGSUVEEAASGgoWQUxFUlRfQ0FURUdPUllfQ09OVEFDVBABEhcKE0FMRVJUX0NBVEVHT1JZX0NCUk4QAhIfChtBTEVSVF9DQVRFR09SWV9CTFVFX09OX0JMVUUQAxIaChZBTEVSVF9DQVRFR09SWV9NRURFVkFDEAQSJQohQUxFUlRfQ0FURUdPUllfQUlSU1BBQ0VfVklPTEFUSU9OEAUSHAoYQUxFUlRfQ0FURUdPUllfTE9TVF9MSU5LEAYSHwobQUxFUlRfQ0FURUdPUllfSE9TVElMRV9GSVJFEAcSGgoWQUxFUlRfQ0FURUdPUllfSUVEX1VYTxAIEhoKFkFMRVJUX0NBVEVHT1JZX1dFQVRIRVIQCRIjCh9BTEVSVF9DQVRFR09SWV9GT1JDRV9QUk9URUNUSU9OEAoSGAoUQUxFUlRfQ0FURUdPUllfQ1lCRVIQCxIVChFBTEVSVF9DQVRFR09SWV9FVxAMEiIKHkFMRVJUX0NBVEVHT1JZX0RPV05FRF9BSVJDUkFGVBANEiUKIUFMRVJUX0NBVEVHT1JZX1BFUlNPTk5FTF9SRUNPVkVSWRAOEhgKFEFMRVJUX0NBVEVHT1JZX09USEVSEA8qjQEKC0FsZXJ0U291cmNlEhwKGEFMRVJUX1NPVVJDRV9VTlNQRUNJRklFRBAAEhYKEkFMRVJUX1NPVVJDRV9IVU1BThABEhcKE0FMRVJUX1NPVVJDRV9TRU5TT1IQAhIXChNBTEVSVF9TT1VSQ0VfU1lTVEVNEAMSFgoSQUxFUlRfU09VUkNFX0ZVU0VEEARiBnByb3RvMw", [file_google_protobuf_struct, file_google_protobuf_timestamp, file_raft_wdm_v1_common, file_raft_wdm_v1_ontology, file_raft_wdm_v1_security, file_raft_wdm_v1_spatial, file_raft_wdm_v1_warfighting_function]);
35
+
36
+ /**
37
+ * A flexible, self-describing record representing any directed
38
+ * activity, notification, or structured report shared across the
39
+ * warfighting mesh.
40
+ *
41
+ * Action is intentionally general. The `scope` and `type` fields
42
+ * control how the message is interpreted, and producers populate
43
+ * only the fields relevant to their context.
44
+ *
45
+ * Common patterns:
46
+ *
47
+ * TASK scope -- individual directed activities such as fire
48
+ * missions, ISR collection, movement orders.
49
+ * ORDER scope -- composite operations and directives
50
+ * with PHASE and TASK children via the hierarchy
51
+ * fields.
52
+ * ALERT scope -- time-critical notifications (e.g., contact, CBRN, MEDEVAC
53
+ * 9-line). Populate the `alert` field.
54
+ * REPORT scope -- structured observations and assessments (e.g., SPOTREP,
55
+ * SALUTE, etc.).
56
+ *
57
+ * Actions are immutable after creation except for state transitions,
58
+ * progress updates, BDA attachment, and approval chain progression.
59
+ * To change action content, cancel the existing action and create
60
+ * a new one.
61
+ *
62
+ * @generated from message raft.wdm.v1.Action
63
+ */
64
+ export type Action = Message<"raft.wdm.v1.Action"> & {
65
+ /**
66
+ * Unique identifier.
67
+ *
68
+ * @generated from field: string id = 1;
69
+ */
70
+ id: string;
71
+
72
+ /**
73
+ * Classification and handling caveats.
74
+ *
75
+ * @generated from field: raft.wdm.v1.SecurityMarking security = 2;
76
+ */
77
+ security?: SecurityMarking | undefined;
78
+
79
+ /**
80
+ * Short name used to refer to the action in displays and reports.
81
+ *
82
+ * @generated from field: string name = 3;
83
+ */
84
+ name: string;
85
+
86
+ /**
87
+ * Detailed description of the action.
88
+ *
89
+ * @generated from field: string description = 4;
90
+ */
91
+ description: string;
92
+
93
+ /**
94
+ * Free-form type identifier that classifies the action within its
95
+ * scope. The combination of `scope` and `type` together can determine
96
+ * how consumers interpret the action. Scope provides the broad
97
+ * category, while type refines it. There is no schema-enforced
98
+ * contract on valid values; producers and consumers should agree
99
+ * on a shared vocabulary for their integration context. Use
100
+ * lowercase snake_case by convention (e.g., "fire_mission",
101
+ * "contact", "sitrep"). Examples by scope: tasks might use
102
+ * "isr_collection", "movement", or "strike"; alerts might use
103
+ * "contact", "cbrn", or "medevac_9line"; reports might use
104
+ * "sitrep", "spotrep", or "intsum"; orders might use
105
+ * "execution_order" or "planning_order", etc.
106
+ *
107
+ * @generated from field: string type = 5;
108
+ */
109
+ type: string;
110
+
111
+ /**
112
+ * Scope of this action in the planning hierarchy.
113
+ *
114
+ * @generated from field: raft.wdm.v1.ActionScope scope = 6;
115
+ */
116
+ scope: ActionScope;
117
+
118
+ /**
119
+ * Semantic classification and formal ontology alignment.
120
+ *
121
+ * @generated from field: raft.wdm.v1.Ontology ontology = 7;
122
+ */
123
+ ontology?: Ontology | undefined;
124
+
125
+ /**
126
+ * Extensible key-value metadata. Keys should follow a namespaced
127
+ * convention such as "domain.system.field" to avoid collisions.
128
+ *
129
+ * @generated from field: map<string, string> labels = 8;
130
+ */
131
+ labels: { [key: string]: string };
132
+
133
+ /**
134
+ * ID of the parent action that this action is part of. Empty for
135
+ * top-level actions (e.g., a top-level operations order).
136
+ *
137
+ * @generated from field: string parent_action_id = 9;
138
+ */
139
+ parentActionId: string;
140
+
141
+ /**
142
+ * IDs of child actions that compose this action. For example, an
143
+ * ORDER-scoped action may have PHASE children, each of which may
144
+ * contain TASK children.
145
+ *
146
+ * @generated from field: repeated string child_action_ids = 10;
147
+ */
148
+ childActionIds: string[];
149
+
150
+ /**
151
+ * Typed links to other actions. Covers both scheduling constraints
152
+ * (e.g., "do not start until action X finishes") and non-scheduling
153
+ * relationships (e.g., "this action supersedes action Y").
154
+ *
155
+ * @generated from field: repeated raft.wdm.v1.ActionLink links = 11;
156
+ */
157
+ links: ActionLink[];
158
+
159
+ /**
160
+ * Current lifecycle state of the action.
161
+ *
162
+ * @generated from field: raft.wdm.v1.ActionState state = 12;
163
+ */
164
+ state: ActionState;
165
+
166
+ /**
167
+ * Execution priority.
168
+ *
169
+ * @generated from field: raft.wdm.v1.ActionPriority priority = 13;
170
+ */
171
+ priority: ActionPriority;
172
+
173
+ /**
174
+ * Current execution progress.
175
+ *
176
+ * @generated from field: raft.wdm.v1.ActionProgress progress = 14;
177
+ */
178
+ progress?: ActionProgress | undefined;
179
+
180
+ /**
181
+ * Principal that originated the action request.
182
+ *
183
+ * @generated from field: raft.wdm.v1.Principal requested_by = 15;
184
+ */
185
+ requestedBy?: Principal | undefined;
186
+
187
+ /**
188
+ * Principal responsible for executing the action.
189
+ *
190
+ * @generated from field: raft.wdm.v1.Principal assigned_to = 16;
191
+ */
192
+ assignedTo?: Principal | undefined;
193
+
194
+ /**
195
+ * Principal that approved the action for execution. May differ
196
+ * from the requestor (e.g., fires require commander approval).
197
+ *
198
+ * @generated from field: raft.wdm.v1.Principal authorized_by = 17;
199
+ */
200
+ authorizedBy?: Principal | undefined;
201
+
202
+ /**
203
+ * Intent: why this action exists and what good looks like on
204
+ * completion.
205
+ *
206
+ * @generated from field: raft.wdm.v1.Intent intent = 18;
207
+ */
208
+ intent?: Intent | undefined;
209
+
210
+ /**
211
+ * Current phase of the F3EAD targeting cycle.
212
+ *
213
+ * @generated from field: raft.wdm.v1.F3eadPhase kill_chain_phase = 19;
214
+ */
215
+ killChainPhase: F3eadPhase;
216
+
217
+ /**
218
+ * Target nomination data. Populated when the action nominates a
219
+ * target for engagement.
220
+ *
221
+ * @generated from field: raft.wdm.v1.TargetNomination target_nomination = 20;
222
+ */
223
+ targetNomination?: TargetNomination | undefined;
224
+
225
+ /**
226
+ * Battle damage assessment captured during or after execution.
227
+ *
228
+ * @generated from field: raft.wdm.v1.BattleDamageAssessment bda = 21;
229
+ */
230
+ bda?: BattleDamageAssessment | undefined;
231
+
232
+ /**
233
+ * Geographic area of operations for this action. Any
234
+ * SpatialGeometry variant is acceptable (polygon for an AO,
235
+ * circle for a target radius, rectangle for a kill box).
236
+ *
237
+ * @generated from field: raft.wdm.v1.SpatialGeometry area_of_operations = 22;
238
+ */
239
+ areaOfOperations?: SpatialGeometry | undefined;
240
+
241
+ /**
242
+ * Planned or actual route followed during action execution.
243
+ *
244
+ * @generated from field: raft.wdm.v1.Route route = 23;
245
+ */
246
+ route?: Route | undefined;
247
+
248
+ /**
249
+ * Earliest time at which the action may begin execution.
250
+ *
251
+ * @generated from field: google.protobuf.Timestamp not_before = 24;
252
+ */
253
+ notBefore?: Timestamp | undefined;
254
+
255
+ /**
256
+ * Latest time by which the action must complete.
257
+ *
258
+ * @generated from field: google.protobuf.Timestamp not_after = 25;
259
+ */
260
+ notAfter?: Timestamp | undefined;
261
+
262
+ /**
263
+ * Typed links to objects involved in this action. Each link
264
+ * carries the object's ID and a type describing its role (e.g.,
265
+ * target, asset, or general association).
266
+ *
267
+ * @generated from field: repeated raft.wdm.v1.ObjectLink object_links = 26;
268
+ */
269
+ objectLinks: ObjectLink[];
270
+
271
+ /**
272
+ * Action-specific metadata as loosely-typed structured data.
273
+ *
274
+ * Follow the @type convention with a fully qualified type
275
+ * identifier (e.g., "raft.wdm.v1.ext.FireAction",
276
+ * "com.acme.IsrCollectionPlan"). Prefer strongly-typed fields over
277
+ * `details` when available.
278
+ *
279
+ * @generated from field: google.protobuf.Struct details = 27;
280
+ */
281
+ details?: JsonObject | undefined;
282
+
283
+ /**
284
+ * References to representations of this action in external
285
+ * systems (e.g., AFATDS fire mission, ISR order, etc.).
286
+ *
287
+ * @generated from field: repeated raft.wdm.v1.ExternalReference external_refs = 28;
288
+ */
289
+ externalRefs: ExternalReference[];
290
+
291
+ /**
292
+ * File attachments associated with this action. WDM stores
293
+ * pointers, not contents; binary upload happens out of band
294
+ * against the platform object store.
295
+ *
296
+ * @generated from field: repeated raft.wdm.v1.Attachment attachments = 29;
297
+ */
298
+ attachments: Attachment[];
299
+
300
+ /**
301
+ * Data lineage and source attribution for trust assessment.
302
+ * Required on every publish.
303
+ *
304
+ * @generated from field: raft.wdm.v1.ProvenanceRecord provenance = 30;
305
+ */
306
+ provenance?: ProvenanceRecord | undefined;
307
+
308
+ /**
309
+ * Mesh replication metadata. Read-only; populated by the platform.
310
+ *
311
+ * @generated from field: raft.wdm.v1.ReplicationMetadata replication = 31;
312
+ */
313
+ replication?: ReplicationMetadata | undefined;
314
+
315
+ /**
316
+ * Machine learning annotations attached to this action
317
+ * (e.g., automated target recommendation, ML-derived priority).
318
+ *
319
+ * @generated from field: repeated raft.wdm.v1.MachineLearningAnnotation ml_annotations = 32;
320
+ */
321
+ mlAnnotations: MachineLearningAnnotation[];
322
+
323
+ /**
324
+ * Reference to this action's position in the Raft Data Platform
325
+ * catalog (data source, connection, dataset).
326
+ *
327
+ * @generated from field: raft.wdm.v1.CatalogReference catalog = 33;
328
+ */
329
+ catalog?: CatalogReference | undefined;
330
+
331
+ /**
332
+ * Alert-specific data.
333
+ *
334
+ * @generated from field: raft.wdm.v1.AlertData alert = 34;
335
+ */
336
+ alert?: AlertData | undefined;
337
+
338
+ /**
339
+ * Doctrinal warfighting function(s) this activity is exercising
340
+ * (ADP 3-0 / JP 3-0). Tag every applicable function; an empty list
341
+ * means no doctrinal function is asserted. Activities may routinely
342
+ * span multiple functions.
343
+ *
344
+ * @generated from field: repeated raft.wdm.v1.WarfightingFunction warfighting_functions = 35;
345
+ */
346
+ warfightingFunctions: WarfightingFunction[];
347
+ };
348
+
349
+ /**
350
+ * Describes the message raft.wdm.v1.Action.
351
+ * Use `create(ActionSchema)` to create a new message.
352
+ */
353
+ export const ActionSchema: GenMessage<Action> = /*@__PURE__*/
354
+ messageDesc(file_raft_wdm_v1_action, 0);
355
+
356
+ /**
357
+ * Execution progress within a action's current state.
358
+ *
359
+ * @generated from message raft.wdm.v1.ActionProgress
360
+ */
361
+ export type ActionProgress = Message<"raft.wdm.v1.ActionProgress"> & {
362
+ /**
363
+ * Execution phase within the current state. Free-form upper
364
+ * snake-case string defined by the client; the server treats the
365
+ * value as opaque. Example: "SHOT", "SPLASH", "ON_STATION".
366
+ *
367
+ * @generated from field: string phase = 1;
368
+ */
369
+ phase: string;
370
+
371
+ /**
372
+ * Human-readable status message describing current progress.
373
+ *
374
+ * @generated from field: string status_message = 2;
375
+ */
376
+ statusMessage: string;
377
+
378
+ /**
379
+ * Additional structured progress data. Follows the same @type
380
+ * convention as Action.details.
381
+ *
382
+ * @generated from field: google.protobuf.Struct metadata = 3;
383
+ */
384
+ metadata?: JsonObject | undefined;
385
+
386
+ /**
387
+ * Server-assigned timestamp recording when this progress was
388
+ * captured. Read-only.
389
+ *
390
+ * @generated from field: google.protobuf.Timestamp updated_at = 4;
391
+ */
392
+ updatedAt?: Timestamp | undefined;
393
+ };
394
+
395
+ /**
396
+ * Describes the message raft.wdm.v1.ActionProgress.
397
+ * Use `create(ActionProgressSchema)` to create a new message.
398
+ */
399
+ export const ActionProgressSchema: GenMessage<ActionProgress> = /*@__PURE__*/
400
+ messageDesc(file_raft_wdm_v1_action, 1);
401
+
402
+ /**
403
+ * A typed link from this action to another action.
404
+ *
405
+ * Covers both scheduling constraints (sequencing between actions)
406
+ * and non-scheduling relationships (causality, supersession,
407
+ * coordination).
408
+ *
409
+ * @generated from message raft.wdm.v1.ActionLink
410
+ */
411
+ export type ActionLink = Message<"raft.wdm.v1.ActionLink"> & {
412
+ /**
413
+ * ID of the referenced action.
414
+ *
415
+ * @generated from field: string action_id = 1;
416
+ */
417
+ actionId: string;
418
+
419
+ /**
420
+ * Classification of the link.
421
+ *
422
+ * @generated from field: raft.wdm.v1.ActionLinkType type = 2;
423
+ */
424
+ type: ActionLinkType;
425
+ };
426
+
427
+ /**
428
+ * Describes the message raft.wdm.v1.ActionLink.
429
+ * Use `create(ActionLinkSchema)` to create a new message.
430
+ */
431
+ export const ActionLinkSchema: GenMessage<ActionLink> = /*@__PURE__*/
432
+ messageDesc(file_raft_wdm_v1_action, 2);
433
+
434
+ /**
435
+ * A typed link from this action to an object, describing the
436
+ * object's role in the action.
437
+ *
438
+ * @generated from message raft.wdm.v1.ObjectLink
439
+ */
440
+ export type ObjectLink = Message<"raft.wdm.v1.ObjectLink"> & {
441
+ /**
442
+ * ID of the referenced object.
443
+ *
444
+ * @generated from field: string object_id = 1;
445
+ */
446
+ objectId: string;
447
+
448
+ /**
449
+ * Role this object plays in the action.
450
+ *
451
+ * @generated from field: raft.wdm.v1.ObjectLinkType type = 2;
452
+ */
453
+ type: ObjectLinkType;
454
+ };
455
+
456
+ /**
457
+ * Describes the message raft.wdm.v1.ObjectLink.
458
+ * Use `create(ObjectLinkSchema)` to create a new message.
459
+ */
460
+ export const ObjectLinkSchema: GenMessage<ObjectLink> = /*@__PURE__*/
461
+ messageDesc(file_raft_wdm_v1_action, 3);
462
+
463
+ /**
464
+ * A concise, informational expression of the purpose of an action, the desired
465
+ * end state, and any constraints on execution.
466
+ *
467
+ * @generated from message raft.wdm.v1.Intent
468
+ */
469
+ export type Intent = Message<"raft.wdm.v1.Intent"> & {
470
+ /**
471
+ * Why the action is being executed. Answers "why".
472
+ *
473
+ * @generated from field: string purpose = 1;
474
+ */
475
+ purpose: string;
476
+
477
+ /**
478
+ * The broad scheme for achieving the purpose. Answers "how".
479
+ *
480
+ * @generated from field: string method = 2;
481
+ */
482
+ method: string;
483
+
484
+ /**
485
+ * The desired condition on action completion.
486
+ *
487
+ * @generated from field: string end_state = 3;
488
+ */
489
+ endState: string;
490
+
491
+ /**
492
+ * Operationally critical actions that must happen for the action to
493
+ * succeed. Listed in priority order.
494
+ *
495
+ * @generated from field: repeated string key_actions = 4;
496
+ */
497
+ keyActions: string[];
498
+
499
+ /**
500
+ * Constraints placed on the execution (time windows, geographic
501
+ * restrictions, weapon releases, collateral damage limits).
502
+ *
503
+ * @generated from field: repeated string constraints = 5;
504
+ */
505
+ constraints: string[];
506
+
507
+ /**
508
+ * Explicit restrictions on what must not happen (e.g., "no fires
509
+ * within 500m of FLOT", "no engagement without PID").
510
+ *
511
+ * @generated from field: repeated string restrictions = 6;
512
+ */
513
+ restrictions: string[];
514
+ };
515
+
516
+ /**
517
+ * Describes the message raft.wdm.v1.Intent.
518
+ * Use `create(IntentSchema)` to create a new message.
519
+ */
520
+ export const IntentSchema: GenMessage<Intent> = /*@__PURE__*/
521
+ messageDesc(file_raft_wdm_v1_action, 4);
522
+
523
+ /**
524
+ * Nomination data for a target engagement action.
525
+ *
526
+ * @generated from message raft.wdm.v1.TargetNomination
527
+ */
528
+ export type TargetNomination = Message<"raft.wdm.v1.TargetNomination"> & {
529
+ /**
530
+ * Target number or identifier issued by the nominating agent.
531
+ *
532
+ * @generated from field: string target_number = 1;
533
+ */
534
+ targetNumber: string;
535
+
536
+ /**
537
+ * Category of target (e.g., HPT, HVT, fleeting, planned, dynamic).
538
+ *
539
+ * @generated from field: raft.wdm.v1.TargetCategory category = 2;
540
+ */
541
+ category: TargetCategory;
542
+
543
+ /**
544
+ * Desired effect on the target (e.g., destroy, neutralize,
545
+ * suppress, harass, disrupt, degrade).
546
+ *
547
+ * @generated from field: raft.wdm.v1.DesiredEffect desired_effect = 3;
548
+ */
549
+ desiredEffect: DesiredEffect;
550
+
551
+ /**
552
+ * Free-form notes captured during target development.
553
+ *
554
+ * @generated from field: string notes = 4;
555
+ */
556
+ notes: string;
557
+ };
558
+
559
+ /**
560
+ * Describes the message raft.wdm.v1.TargetNomination.
561
+ * Use `create(TargetNominationSchema)` to create a new message.
562
+ */
563
+ export const TargetNominationSchema: GenMessage<TargetNomination> = /*@__PURE__*/
564
+ messageDesc(file_raft_wdm_v1_action, 5);
565
+
566
+ /**
567
+ * Battle damage assessment captured during or after action
568
+ * execution.
569
+ *
570
+ * @generated from message raft.wdm.v1.BattleDamageAssessment
571
+ */
572
+ export type BattleDamageAssessment = Message<"raft.wdm.v1.BattleDamageAssessment"> & {
573
+ /**
574
+ * Assessed damage level.
575
+ *
576
+ * @generated from field: raft.wdm.v1.BdaLevel level = 1;
577
+ */
578
+ level: BdaLevel;
579
+
580
+ /**
581
+ * Confidence in the damage assessment. Range: 0.0 to 1.0.
582
+ *
583
+ * @generated from field: optional double confidence = 2;
584
+ */
585
+ confidence?: number | undefined;
586
+
587
+ /**
588
+ * Assessment methodology (e.g., "visual from platform",
589
+ * "imagery review", "SIGINT change", "HUMINT report").
590
+ *
591
+ * @generated from field: string methodology = 3;
592
+ */
593
+ methodology: string;
594
+
595
+ /**
596
+ * Assessed functional status of the target after engagement.
597
+ *
598
+ * @generated from field: raft.wdm.v1.FunctionalStatus functional_status = 4;
599
+ */
600
+ functionalStatus: FunctionalStatus;
601
+
602
+ /**
603
+ * Whether reattack is recommended.
604
+ *
605
+ * @generated from field: raft.wdm.v1.ReattackRecommendation reattack_recommendation = 5;
606
+ */
607
+ reattackRecommendation: ReattackRecommendation;
608
+
609
+ /**
610
+ * Free-form analytical notes.
611
+ *
612
+ * @generated from field: string notes = 6;
613
+ */
614
+ notes: string;
615
+
616
+ /**
617
+ * Principal that conducted the assessment.
618
+ *
619
+ * @generated from field: raft.wdm.v1.Principal assessor = 7;
620
+ */
621
+ assessor?: Principal | undefined;
622
+
623
+ /**
624
+ * Time at which the assessment was completed.
625
+ *
626
+ * @generated from field: google.protobuf.Timestamp assessed_at = 8;
627
+ */
628
+ assessedAt?: Timestamp | undefined;
629
+ };
630
+
631
+ /**
632
+ * Describes the message raft.wdm.v1.BattleDamageAssessment.
633
+ * Use `create(BattleDamageAssessmentSchema)` to create a new message.
634
+ */
635
+ export const BattleDamageAssessmentSchema: GenMessage<BattleDamageAssessment> = /*@__PURE__*/
636
+ messageDesc(file_raft_wdm_v1_action, 6);
637
+
638
+ /**
639
+ * A planned or actual route for action execution.
640
+ *
641
+ * Captures an ordered list of waypoints, along with optional cross
642
+ * reference to a structured polyline geometry for map rendering.
643
+ * Routes are action-specific; general-purpose linear control
644
+ * measures (MSRs, phase lines) belong on a Object with
645
+ * category CONTROL_MEASURE.
646
+ *
647
+ * @generated from message raft.wdm.v1.Route
648
+ */
649
+ export type Route = Message<"raft.wdm.v1.Route"> & {
650
+ /**
651
+ * Kind of route: planned, actual, or alternate.
652
+ *
653
+ * @generated from field: raft.wdm.v1.RouteKind kind = 1;
654
+ */
655
+ kind: RouteKind;
656
+
657
+ /**
658
+ * Ordered waypoints defining the route.
659
+ *
660
+ * @generated from field: repeated raft.wdm.v1.RouteWaypoint waypoints = 2;
661
+ */
662
+ waypoints: RouteWaypoint[];
663
+
664
+ /**
665
+ * Optional rendered polyline for map display. When populated,
666
+ * its positions should correspond to the waypoint positions.
667
+ *
668
+ * @generated from field: raft.wdm.v1.Polyline polyline = 3;
669
+ */
670
+ polyline?: Polyline | undefined;
671
+
672
+ /**
673
+ * Total planned distance in meters.
674
+ *
675
+ * @generated from field: optional double total_distance_meters = 4;
676
+ */
677
+ totalDistanceMeters?: number | undefined;
678
+
679
+ /**
680
+ * Planned total duration in seconds.
681
+ *
682
+ * @generated from field: optional double total_duration_seconds = 5;
683
+ */
684
+ totalDurationSeconds?: number | undefined;
685
+ };
686
+
687
+ /**
688
+ * Describes the message raft.wdm.v1.Route.
689
+ * Use `create(RouteSchema)` to create a new message.
690
+ */
691
+ export const RouteSchema: GenMessage<Route> = /*@__PURE__*/
692
+ messageDesc(file_raft_wdm_v1_action, 7);
693
+
694
+ /**
695
+ * A single waypoint on a route.
696
+ *
697
+ * @generated from message raft.wdm.v1.RouteWaypoint
698
+ */
699
+ export type RouteWaypoint = Message<"raft.wdm.v1.RouteWaypoint"> & {
700
+ /**
701
+ * Ordered position of this waypoint (1-indexed).
702
+ *
703
+ * @generated from field: uint32 order = 1;
704
+ */
705
+ order: number;
706
+
707
+ /**
708
+ * Human-readable label (e.g., "IP", "CP ALPHA", "TGT").
709
+ *
710
+ * @generated from field: string label = 2;
711
+ */
712
+ label: string;
713
+
714
+ /**
715
+ * Geographic position.
716
+ *
717
+ * @generated from field: raft.wdm.v1.Position position = 3;
718
+ */
719
+ position?: Position | undefined;
720
+
721
+ /**
722
+ * Planned arrival time at the waypoint.
723
+ *
724
+ * @generated from field: google.protobuf.Timestamp planned_time = 4;
725
+ */
726
+ plannedTime?: Timestamp | undefined;
727
+
728
+ /**
729
+ * Planned speed over ground in meters per second.
730
+ *
731
+ * @generated from field: optional double planned_speed_mps = 5;
732
+ */
733
+ plannedSpeedMps?: number | undefined;
734
+
735
+ /**
736
+ * Planned altitude at the waypoint (HAE meters).
737
+ *
738
+ * @generated from field: optional double planned_altitude_hae_meters = 6;
739
+ */
740
+ plannedAltitudeHaeMeters?: number | undefined;
741
+
742
+ /**
743
+ * Action to be performed at the waypoint.
744
+ *
745
+ * @generated from field: string action = 7;
746
+ */
747
+ action: string;
748
+ };
749
+
750
+ /**
751
+ * Describes the message raft.wdm.v1.RouteWaypoint.
752
+ * Use `create(RouteWaypointSchema)` to create a new message.
753
+ */
754
+ export const RouteWaypointSchema: GenMessage<RouteWaypoint> = /*@__PURE__*/
755
+ messageDesc(file_raft_wdm_v1_action, 8);
756
+
757
+ /**
758
+ * Alert-specific fields for scope = ALERT actions.
759
+ *
760
+ * An alert is a time-critical notification published to the mesh.
761
+ * Most alert data lives on standard Action fields (see the field
762
+ * comment on Action.alert for the mapping). This message captures
763
+ * what is unique to alerts: severity, category, response guidance,
764
+ * and lifecycle signals (all-clear, supersession).
765
+ *
766
+ * Examples:
767
+ *
768
+ * Contact -- scope=ALERT, type="contact", priority=CRITICAL,
769
+ * alert.severity=CRITICAL, alert.category=ALERT_CATEGORY_CONTACT,
770
+ * alert.response_instructions="QRF RTB to CP ALPHA",
771
+ * area_of_operations=(point at contact location),
772
+ * object_ids=["<hostile-contact-id>"].
773
+ *
774
+ * CBRN -- scope=ALERT, type="cbrn", priority=CRITICAL,
775
+ * alert.severity=CRITICAL, alert.category=ALERT_CATEGORY_CBRN,
776
+ * alert.response_instructions="MOPP 4",
777
+ * area_of_operations=(hazard area polygon).
778
+ *
779
+ * MEDEVAC 9-line -- scope=ALERT, type="medevac_9line",
780
+ * priority=HIGH, alert.severity=HIGH,
781
+ * alert.category=ALERT_CATEGORY_MEDEVAC,
782
+ * alert.affected_count=2,
783
+ * area_of_operations=(point at pickup zone).
784
+ *
785
+ * Blue-on-blue -- scope=ALERT, type="blue_on_blue",
786
+ * priority=CRITICAL, alert.severity=CRITICAL,
787
+ * alert.category=ALERT_CATEGORY_BLUE_ON_BLUE,
788
+ * object_ids=["<friendly-unit-a>", "<friendly-unit-b>"],
789
+ * alert.response_instructions="CEASE FIRE grid AB1234567890".
790
+ *
791
+ * @generated from message raft.wdm.v1.AlertData
792
+ */
793
+ export type AlertData = Message<"raft.wdm.v1.AlertData"> & {
794
+ /**
795
+ * Assessed impact severity, independent of handling priority.
796
+ * A routine weather advisory may be LOW severity / LOW priority;
797
+ * a contact report is CRITICAL severity / CRITICAL priority.
798
+ *
799
+ * @generated from field: raft.wdm.v1.AlertSeverity severity = 1;
800
+ */
801
+ severity: AlertSeverity;
802
+
803
+ /**
804
+ * Broad alert category. Determines which optional fields are
805
+ * relevant and helps the platform route the alert.
806
+ *
807
+ * @generated from field: raft.wdm.v1.AlertCategory category = 2;
808
+ */
809
+ category: AlertCategory;
810
+
811
+ /**
812
+ * What recipients should do in response.
813
+ *
814
+ * @generated from field: string response_instructions = 3;
815
+ */
816
+ responseInstructions: string;
817
+
818
+ /**
819
+ * True when the condition that triggered the alert has been
820
+ * resolved. Publish a new version of the action with
821
+ * all_clear=true and state=COMPLETED to signal resolution.
822
+ *
823
+ * @generated from field: bool all_clear = 4;
824
+ */
825
+ allClear: boolean;
826
+
827
+ /**
828
+ * ID of a previous alert action that this one supersedes. Use
829
+ * when issuing a corrected or updated alert for the same event.
830
+ *
831
+ * @generated from field: string supersedes_action_id = 5;
832
+ */
833
+ supersedesActionId: string;
834
+
835
+ /**
836
+ * Source of the alert (human, sensor, automated system).
837
+ *
838
+ * @generated from field: raft.wdm.v1.AlertSource source = 6;
839
+ */
840
+ source: AlertSource;
841
+
842
+ /**
843
+ * Number of personnel affected by this alert (e.g., casualties,
844
+ * exposed individuals, isolated personnel).
845
+ *
846
+ * @generated from field: optional uint32 affected_count = 7;
847
+ */
848
+ affectedCount?: number | undefined;
849
+ };
850
+
851
+ /**
852
+ * Describes the message raft.wdm.v1.AlertData.
853
+ * Use `create(AlertDataSchema)` to create a new message.
854
+ */
855
+ export const AlertDataSchema: GenMessage<AlertData> = /*@__PURE__*/
856
+ messageDesc(file_raft_wdm_v1_action, 9);
857
+
858
+ /**
859
+ * Action lifecycle states.
860
+ *
861
+ * State transitions follow a general flow:
862
+ * DRAFT -> PENDING -> APPROVED -> ASSIGNED -> ACKNOWLEDGED
863
+ * -> PLANNED -> IN_PROGRESS -> COMPLETED
864
+ *
865
+ * Terminal states (final, cannot be changed):
866
+ * - COMPLETED: Successfully finished
867
+ * - FAILED: Execution failed
868
+ * - CANCELLED: Cancelled (the deletion mechanism for actions)
869
+ * - REJECTED: Refused by assignee
870
+ *
871
+ * @generated from enum raft.wdm.v1.ActionState
872
+ */
873
+ export enum ActionState {
874
+ /**
875
+ * @generated from enum value: ACTION_STATE_UNSPECIFIED = 0;
876
+ */
877
+ UNSPECIFIED = 0,
878
+
879
+ /**
880
+ * Being composed; not yet submitted.
881
+ *
882
+ * @generated from enum value: ACTION_STATE_DRAFT = 1;
883
+ */
884
+ DRAFT = 1,
885
+
886
+ /**
887
+ * Submitted, awaiting approval.
888
+ *
889
+ * @generated from enum value: ACTION_STATE_PENDING = 2;
890
+ */
891
+ PENDING = 2,
892
+
893
+ /**
894
+ * Approved by authority, not yet assigned.
895
+ *
896
+ * @generated from enum value: ACTION_STATE_APPROVED = 3;
897
+ */
898
+ APPROVED = 3,
899
+
900
+ /**
901
+ * Assigned to executing principal.
902
+ *
903
+ * @generated from enum value: ACTION_STATE_ASSIGNED = 4;
904
+ */
905
+ ASSIGNED = 4,
906
+
907
+ /**
908
+ * Executing principal acknowledged receipt of the action.
909
+ *
910
+ * @generated from enum value: ACTION_STATE_ACKNOWLEDGED = 5;
911
+ */
912
+ ACKNOWLEDGED = 5,
913
+
914
+ /**
915
+ * Executing principal has developed an execution plan.
916
+ *
917
+ * @generated from enum value: ACTION_STATE_PLANNED = 6;
918
+ */
919
+ PLANNED = 6,
920
+
921
+ /**
922
+ * Currently being executed.
923
+ *
924
+ * @generated from enum value: ACTION_STATE_IN_PROGRESS = 7;
925
+ */
926
+ IN_PROGRESS = 7,
927
+
928
+ /**
929
+ * Execution temporarily halted.
930
+ *
931
+ * @generated from enum value: ACTION_STATE_PAUSED = 8;
932
+ */
933
+ PAUSED = 8,
934
+
935
+ /**
936
+ * Successfully completed (terminal).
937
+ *
938
+ * @generated from enum value: ACTION_STATE_COMPLETED = 9;
939
+ */
940
+ COMPLETED = 9,
941
+
942
+ /**
943
+ * Failed to complete (terminal).
944
+ *
945
+ * @generated from enum value: ACTION_STATE_FAILED = 10;
946
+ */
947
+ FAILED = 10,
948
+
949
+ /**
950
+ * Cancelled; this is the deletion mechanism for actions (terminal).
951
+ *
952
+ * @generated from enum value: ACTION_STATE_CANCELLED = 11;
953
+ */
954
+ CANCELLED = 11,
955
+
956
+ /**
957
+ * Rejected by assignee (terminal).
958
+ *
959
+ * @generated from enum value: ACTION_STATE_REJECTED = 12;
960
+ */
961
+ REJECTED = 12,
962
+ }
963
+
964
+ /**
965
+ * Describes the enum raft.wdm.v1.ActionState.
966
+ */
967
+ export const ActionStateSchema: GenEnum<ActionState> = /*@__PURE__*/
968
+ enumDesc(file_raft_wdm_v1_action, 0);
969
+
970
+ /**
971
+ * Action execution priority.
972
+ *
973
+ * Aligns with military message precedence levels. Higher priority
974
+ * actions should preempt lower priority work.
975
+ *
976
+ * @generated from enum raft.wdm.v1.ActionPriority
977
+ */
978
+ export enum ActionPriority {
979
+ /**
980
+ * @generated from enum value: ACTION_PRIORITY_UNSPECIFIED = 0;
981
+ */
982
+ UNSPECIFIED = 0,
983
+
984
+ /**
985
+ * Routine
986
+ *
987
+ * @generated from enum value: ACTION_PRIORITY_LOW = 1;
988
+ */
989
+ LOW = 1,
990
+
991
+ /**
992
+ * Priority
993
+ *
994
+ * @generated from enum value: ACTION_PRIORITY_MEDIUM = 2;
995
+ */
996
+ MEDIUM = 2,
997
+
998
+ /**
999
+ * Immediate
1000
+ *
1001
+ * @generated from enum value: ACTION_PRIORITY_HIGH = 3;
1002
+ */
1003
+ HIGH = 3,
1004
+
1005
+ /**
1006
+ * Flash
1007
+ *
1008
+ * @generated from enum value: ACTION_PRIORITY_CRITICAL = 4;
1009
+ */
1010
+ CRITICAL = 4,
1011
+ }
1012
+
1013
+ /**
1014
+ * Describes the enum raft.wdm.v1.ActionPriority.
1015
+ */
1016
+ export const ActionPrioritySchema: GenEnum<ActionPriority> = /*@__PURE__*/
1017
+ enumDesc(file_raft_wdm_v1_action, 1);
1018
+
1019
+ /**
1020
+ * Scope of an action in the planning hierarchy.
1021
+ *
1022
+ * Actions can stand alone or compose into a tree via the
1023
+ * parent_action_id and child_action_ids fields. When composed,
1024
+ * a DIRECTIVE or ORDER typically sits at the root, PHASE nodes
1025
+ * group execution into sequential or parallel stages, and TASK /
1026
+ * SUB_TASK leaves represent individual directed activities. Flat
1027
+ * actions (e.g., a standalone alert or report) simply omit the
1028
+ * hierarchy fields.
1029
+ *
1030
+ * @generated from enum raft.wdm.v1.ActionScope
1031
+ */
1032
+ export enum ActionScope {
1033
+ /**
1034
+ * @generated from enum value: ACTION_SCOPE_UNSPECIFIED = 0;
1035
+ */
1036
+ UNSPECIFIED = 0,
1037
+
1038
+ /**
1039
+ * High-level strategic guidance or directives.
1040
+ *
1041
+ * @generated from enum value: ACTION_SCOPE_DIRECTIVE = 1;
1042
+ */
1043
+ DIRECTIVE = 1,
1044
+
1045
+ /**
1046
+ * Operational order or directive (e.g., execution orders, planning orders, amendments).
1047
+ *
1048
+ * @generated from enum value: ACTION_SCOPE_ORDER = 2;
1049
+ */
1050
+ ORDER = 2,
1051
+
1052
+ /**
1053
+ * Named campaign or operation plan.
1054
+ *
1055
+ * @generated from enum value: ACTION_SCOPE_PLAN = 3;
1056
+ */
1057
+ PLAN = 3,
1058
+
1059
+ /**
1060
+ * Temporal or functional phase within an order or plan.
1061
+ *
1062
+ * @generated from enum value: ACTION_SCOPE_PHASE = 4;
1063
+ */
1064
+ PHASE = 4,
1065
+
1066
+ /**
1067
+ * Individual directed activity (e.g., fire mission, ISR collect, patrol).
1068
+ *
1069
+ * @generated from enum value: ACTION_SCOPE_TASK = 5;
1070
+ */
1071
+ TASK = 5,
1072
+
1073
+ /**
1074
+ * Subordinate step within a task.
1075
+ *
1076
+ * @generated from enum value: ACTION_SCOPE_SUB_TASK = 6;
1077
+ */
1078
+ SUB_TASK = 6,
1079
+
1080
+ /**
1081
+ * Time-critical notification (e.g., contact, CBRN, blue-on-blue, MEDEVAC).
1082
+ *
1083
+ * @generated from enum value: ACTION_SCOPE_ALERT = 7;
1084
+ */
1085
+ ALERT = 7,
1086
+
1087
+ /**
1088
+ * Structured observation or assessment (e.g., SPOTREP, SALUTE, etc.).
1089
+ *
1090
+ * @generated from enum value: ACTION_SCOPE_REPORT = 8;
1091
+ */
1092
+ REPORT = 8,
1093
+ }
1094
+
1095
+ /**
1096
+ * Describes the enum raft.wdm.v1.ActionScope.
1097
+ */
1098
+ export const ActionScopeSchema: GenEnum<ActionScope> = /*@__PURE__*/
1099
+ enumDesc(file_raft_wdm_v1_action, 2);
1100
+
1101
+ /**
1102
+ * Classification of a link between two actions.
1103
+ *
1104
+ * The first four values describe scheduling constraints -- how the
1105
+ * lifecycle of one action gates another. FINISH_TO_START is by far
1106
+ * the most common. The remaining values describe non-scheduling
1107
+ * relationships such as causality, replacement, and coordination.
1108
+ *
1109
+ * @generated from enum raft.wdm.v1.ActionLinkType
1110
+ */
1111
+ export enum ActionLinkType {
1112
+ /**
1113
+ * @generated from enum value: ACTION_LINK_TYPE_UNSPECIFIED = 0;
1114
+ */
1115
+ UNSPECIFIED = 0,
1116
+
1117
+ /**
1118
+ * This action should not start until the referenced action finishes.
1119
+ * The most common scheduling link (e.g., "begin the ground
1120
+ * assault only after the preparatory fires phase completes").
1121
+ *
1122
+ * @generated from enum value: ACTION_LINK_TYPE_FINISH_TO_START = 1;
1123
+ */
1124
+ FINISH_TO_START = 1,
1125
+
1126
+ /**
1127
+ * This action should start when the referenced action starts. Used for
1128
+ * coordinated, concurrent execution (e.g., "begin electronic
1129
+ * jamming when the ground assault starts").
1130
+ *
1131
+ * @generated from enum value: ACTION_LINK_TYPE_START_TO_START = 2;
1132
+ */
1133
+ START_TO_START = 2,
1134
+
1135
+ /**
1136
+ * This action should not finish until the referenced action finishes.
1137
+ * Used when one action must sustain for the duration of another
1138
+ * (e.g., "maintain suppressive fires until the breaching element
1139
+ * completes its task").
1140
+ *
1141
+ * @generated from enum value: ACTION_LINK_TYPE_FINISH_TO_FINISH = 3;
1142
+ */
1143
+ FINISH_TO_FINISH = 3,
1144
+
1145
+ /**
1146
+ * This action should finish before the referenced action should start
1147
+ * (e.g., "route clearance must finish before the convoy departs").
1148
+ *
1149
+ * @generated from enum value: ACTION_LINK_TYPE_START_TO_FINISH = 4;
1150
+ */
1151
+ START_TO_FINISH = 4,
1152
+
1153
+ /**
1154
+ * This action was created as a result of the referenced action
1155
+ * (e.g., a contact alert triggering a QRF task).
1156
+ *
1157
+ * @generated from enum value: ACTION_LINK_TYPE_TRIGGERED_BY = 5;
1158
+ */
1159
+ TRIGGERED_BY = 5,
1160
+
1161
+ /**
1162
+ * This action replaces the referenced action. The referenced
1163
+ * action should be treated as obsolete.
1164
+ *
1165
+ * @generated from enum value: ACTION_LINK_TYPE_SUPERSEDES = 6;
1166
+ */
1167
+ SUPERSEDES = 6,
1168
+
1169
+ /**
1170
+ * This action is based on or informed by the referenced action
1171
+ * (e.g., a follow-on strike derived from an ISR collection).
1172
+ *
1173
+ * @generated from enum value: ACTION_LINK_TYPE_DERIVED_FROM = 7;
1174
+ */
1175
+ DERIVED_FROM = 7,
1176
+
1177
+ /**
1178
+ * This action should be deconflicted with the referenced action
1179
+ * (e.g., overlapping airspace, shared frequency, adjacent
1180
+ * maneuver).
1181
+ *
1182
+ * @generated from enum value: ACTION_LINK_TYPE_COORDINATES_WITH = 8;
1183
+ */
1184
+ COORDINATES_WITH = 8,
1185
+ }
1186
+
1187
+ /**
1188
+ * Describes the enum raft.wdm.v1.ActionLinkType.
1189
+ */
1190
+ export const ActionLinkTypeSchema: GenEnum<ActionLinkType> = /*@__PURE__*/
1191
+ enumDesc(file_raft_wdm_v1_action, 3);
1192
+
1193
+ /**
1194
+ * Classification of an object's role in an action.
1195
+ *
1196
+ * @generated from enum raft.wdm.v1.ObjectLinkType
1197
+ */
1198
+ export enum ObjectLinkType {
1199
+ /**
1200
+ * @generated from enum value: OBJECT_LINK_TYPE_UNSPECIFIED = 0;
1201
+ */
1202
+ UNSPECIFIED = 0,
1203
+
1204
+ /**
1205
+ * General association. The object is related to the action but
1206
+ * does not fit a more specific role.
1207
+ *
1208
+ * @generated from enum value: OBJECT_LINK_TYPE_RELATED = 1;
1209
+ */
1210
+ RELATED = 1,
1211
+
1212
+ /**
1213
+ * The object is the target of the action (the effect recipient).
1214
+ *
1215
+ * @generated from enum value: OBJECT_LINK_TYPE_TARGET = 2;
1216
+ */
1217
+ TARGET = 2,
1218
+
1219
+ /**
1220
+ * The object is an asset assigned to execute the action (the
1221
+ * effect producer -- e.g., a firing unit, sensor, or vehicle).
1222
+ *
1223
+ * @generated from enum value: OBJECT_LINK_TYPE_ASSET = 3;
1224
+ */
1225
+ ASSET = 3,
1226
+ }
1227
+
1228
+ /**
1229
+ * Describes the enum raft.wdm.v1.ObjectLinkType.
1230
+ */
1231
+ export const ObjectLinkTypeSchema: GenEnum<ObjectLinkType> = /*@__PURE__*/
1232
+ enumDesc(file_raft_wdm_v1_action, 4);
1233
+
1234
+ /**
1235
+ * Phase of the F3EAD targeting cycle.
1236
+ *
1237
+ * F3EAD is a continuous targeting methodology that couples
1238
+ * intelligence (Find, Fix, Exploit, Analyze, Disseminate) with
1239
+ * operations (Finish). actions are tagged with their current phase
1240
+ * so planners can visualize the kill chain across active actions.
1241
+ *
1242
+ * @generated from enum raft.wdm.v1.F3eadPhase
1243
+ */
1244
+ export enum F3eadPhase {
1245
+ /**
1246
+ * @generated from enum value: F3EAD_PHASE_UNSPECIFIED = 0;
1247
+ */
1248
+ UNSPECIFIED = 0,
1249
+
1250
+ /**
1251
+ * Locate and identify a target
1252
+ *
1253
+ * @generated from enum value: F3EAD_PHASE_FIND = 1;
1254
+ */
1255
+ FIND = 1,
1256
+
1257
+ /**
1258
+ * Maintain continuous track / positive ID
1259
+ *
1260
+ * @generated from enum value: F3EAD_PHASE_FIX = 2;
1261
+ */
1262
+ FIX = 2,
1263
+
1264
+ /**
1265
+ * Engage or otherwise affect the target
1266
+ *
1267
+ * @generated from enum value: F3EAD_PHASE_FINISH = 3;
1268
+ */
1269
+ FINISH = 3,
1270
+
1271
+ /**
1272
+ * Extract value from site/materiel/persons
1273
+ *
1274
+ * @generated from enum value: F3EAD_PHASE_EXPLOIT = 4;
1275
+ */
1276
+ EXPLOIT = 4,
1277
+
1278
+ /**
1279
+ * Derive intelligence from exploitation
1280
+ *
1281
+ * @generated from enum value: F3EAD_PHASE_ANALYZE = 5;
1282
+ */
1283
+ ANALYZE = 5,
1284
+
1285
+ /**
1286
+ * Publish products and lessons learned
1287
+ *
1288
+ * @generated from enum value: F3EAD_PHASE_DISSEMINATE = 6;
1289
+ */
1290
+ DISSEMINATE = 6,
1291
+ }
1292
+
1293
+ /**
1294
+ * Describes the enum raft.wdm.v1.F3eadPhase.
1295
+ */
1296
+ export const F3eadPhaseSchema: GenEnum<F3eadPhase> = /*@__PURE__*/
1297
+ enumDesc(file_raft_wdm_v1_action, 5);
1298
+
1299
+ /**
1300
+ * Broad classification of a nominated target.
1301
+ *
1302
+ * @generated from enum raft.wdm.v1.TargetCategory
1303
+ */
1304
+ export enum TargetCategory {
1305
+ /**
1306
+ * @generated from enum value: TARGET_CATEGORY_UNSPECIFIED = 0;
1307
+ */
1308
+ UNSPECIFIED = 0,
1309
+
1310
+ /**
1311
+ * High Payoff Target: a target whose loss will contribute
1312
+ * substantially to the success of the friendly course of action.
1313
+ *
1314
+ * @generated from enum value: TARGET_CATEGORY_HPT = 1;
1315
+ */
1316
+ HPT = 1,
1317
+
1318
+ /**
1319
+ * High Value Target: a target the enemy commander requires for
1320
+ * the successful completion of the action.
1321
+ *
1322
+ * @generated from enum value: TARGET_CATEGORY_HVT = 2;
1323
+ */
1324
+ HVT = 2,
1325
+
1326
+ /**
1327
+ * Planned target: identified in advance of execution with time
1328
+ * and place known.
1329
+ *
1330
+ * @generated from enum value: TARGET_CATEGORY_PLANNED = 3;
1331
+ */
1332
+ PLANNED = 3,
1333
+
1334
+ /**
1335
+ * Dynamic target: identified during execution and engaged within
1336
+ * the targeting cycle.
1337
+ *
1338
+ * @generated from enum value: TARGET_CATEGORY_DYNAMIC = 4;
1339
+ */
1340
+ DYNAMIC = 4,
1341
+
1342
+ /**
1343
+ * Target of opportunity: not anticipated, engaged when available.
1344
+ *
1345
+ * @generated from enum value: TARGET_CATEGORY_TARGET_OF_OPPORTUNITY = 5;
1346
+ */
1347
+ TARGET_OF_OPPORTUNITY = 5,
1348
+
1349
+ /**
1350
+ * Time-sensitive target: requires immediate engagement to
1351
+ * preclude loss of opportunity.
1352
+ *
1353
+ * @generated from enum value: TARGET_CATEGORY_TIME_SENSITIVE = 6;
1354
+ */
1355
+ TIME_SENSITIVE = 6,
1356
+ }
1357
+
1358
+ /**
1359
+ * Describes the enum raft.wdm.v1.TargetCategory.
1360
+ */
1361
+ export const TargetCategorySchema: GenEnum<TargetCategory> = /*@__PURE__*/
1362
+ enumDesc(file_raft_wdm_v1_action, 6);
1363
+
1364
+ /**
1365
+ * Desired effect on a target. Aligned with JP 3-60 effect terms.
1366
+ *
1367
+ * @generated from enum raft.wdm.v1.DesiredEffect
1368
+ */
1369
+ export enum DesiredEffect {
1370
+ /**
1371
+ * @generated from enum value: DESIRED_EFFECT_UNSPECIFIED = 0;
1372
+ */
1373
+ UNSPECIFIED = 0,
1374
+
1375
+ /**
1376
+ * @generated from enum value: DESIRED_EFFECT_DESTROY = 1;
1377
+ */
1378
+ DESTROY = 1,
1379
+
1380
+ /**
1381
+ * @generated from enum value: DESIRED_EFFECT_NEUTRALIZE = 2;
1382
+ */
1383
+ NEUTRALIZE = 2,
1384
+
1385
+ /**
1386
+ * @generated from enum value: DESIRED_EFFECT_SUPPRESS = 3;
1387
+ */
1388
+ SUPPRESS = 3,
1389
+
1390
+ /**
1391
+ * @generated from enum value: DESIRED_EFFECT_HARASS = 4;
1392
+ */
1393
+ HARASS = 4,
1394
+
1395
+ /**
1396
+ * @generated from enum value: DESIRED_EFFECT_DISRUPT = 5;
1397
+ */
1398
+ DISRUPT = 5,
1399
+
1400
+ /**
1401
+ * @generated from enum value: DESIRED_EFFECT_DEGRADE = 6;
1402
+ */
1403
+ DEGRADE = 6,
1404
+
1405
+ /**
1406
+ * @generated from enum value: DESIRED_EFFECT_DENY = 7;
1407
+ */
1408
+ DENY = 7,
1409
+
1410
+ /**
1411
+ * @generated from enum value: DESIRED_EFFECT_DECEIVE = 8;
1412
+ */
1413
+ DECEIVE = 8,
1414
+
1415
+ /**
1416
+ * @generated from enum value: DESIRED_EFFECT_DIVERT = 9;
1417
+ */
1418
+ DIVERT = 9,
1419
+
1420
+ /**
1421
+ * @generated from enum value: DESIRED_EFFECT_INFLUENCE = 10;
1422
+ */
1423
+ INFLUENCE = 10,
1424
+ }
1425
+
1426
+ /**
1427
+ * Describes the enum raft.wdm.v1.DesiredEffect.
1428
+ */
1429
+ export const DesiredEffectSchema: GenEnum<DesiredEffect> = /*@__PURE__*/
1430
+ enumDesc(file_raft_wdm_v1_action, 7);
1431
+
1432
+ /**
1433
+ * Physical damage level assessment.
1434
+ *
1435
+ * @generated from enum raft.wdm.v1.BdaLevel
1436
+ */
1437
+ export enum BdaLevel {
1438
+ /**
1439
+ * @generated from enum value: BDA_LEVEL_UNSPECIFIED = 0;
1440
+ */
1441
+ UNSPECIFIED = 0,
1442
+
1443
+ /**
1444
+ * @generated from enum value: BDA_LEVEL_NO_DAMAGE = 1;
1445
+ */
1446
+ NO_DAMAGE = 1,
1447
+
1448
+ /**
1449
+ * @generated from enum value: BDA_LEVEL_LIGHT = 2;
1450
+ */
1451
+ LIGHT = 2,
1452
+
1453
+ /**
1454
+ * @generated from enum value: BDA_LEVEL_MODERATE = 3;
1455
+ */
1456
+ MODERATE = 3,
1457
+
1458
+ /**
1459
+ * @generated from enum value: BDA_LEVEL_SEVERE = 4;
1460
+ */
1461
+ SEVERE = 4,
1462
+
1463
+ /**
1464
+ * @generated from enum value: BDA_LEVEL_DESTROYED = 5;
1465
+ */
1466
+ DESTROYED = 5,
1467
+ }
1468
+
1469
+ /**
1470
+ * Describes the enum raft.wdm.v1.BdaLevel.
1471
+ */
1472
+ export const BdaLevelSchema: GenEnum<BdaLevel> = /*@__PURE__*/
1473
+ enumDesc(file_raft_wdm_v1_action, 8);
1474
+
1475
+ /**
1476
+ * Functional status of a target after engagement.
1477
+ *
1478
+ * @generated from enum raft.wdm.v1.FunctionalStatus
1479
+ */
1480
+ export enum FunctionalStatus {
1481
+ /**
1482
+ * @generated from enum value: FUNCTIONAL_STATUS_UNSPECIFIED = 0;
1483
+ */
1484
+ UNSPECIFIED = 0,
1485
+
1486
+ /**
1487
+ * @generated from enum value: FUNCTIONAL_STATUS_FULLY_FUNCTIONAL = 1;
1488
+ */
1489
+ FULLY_FUNCTIONAL = 1,
1490
+
1491
+ /**
1492
+ * @generated from enum value: FUNCTIONAL_STATUS_DEGRADED = 2;
1493
+ */
1494
+ DEGRADED = 2,
1495
+
1496
+ /**
1497
+ * @generated from enum value: FUNCTIONAL_STATUS_NON_FUNCTIONAL = 3;
1498
+ */
1499
+ NON_FUNCTIONAL = 3,
1500
+
1501
+ /**
1502
+ * @generated from enum value: FUNCTIONAL_STATUS_UNKNOWN = 4;
1503
+ */
1504
+ UNKNOWN = 4,
1505
+ }
1506
+
1507
+ /**
1508
+ * Describes the enum raft.wdm.v1.FunctionalStatus.
1509
+ */
1510
+ export const FunctionalStatusSchema: GenEnum<FunctionalStatus> = /*@__PURE__*/
1511
+ enumDesc(file_raft_wdm_v1_action, 9);
1512
+
1513
+ /**
1514
+ * Reattack recommendation.
1515
+ *
1516
+ * @generated from enum raft.wdm.v1.ReattackRecommendation
1517
+ */
1518
+ export enum ReattackRecommendation {
1519
+ /**
1520
+ * @generated from enum value: REATTACK_RECOMMENDATION_UNSPECIFIED = 0;
1521
+ */
1522
+ UNSPECIFIED = 0,
1523
+
1524
+ /**
1525
+ * @generated from enum value: REATTACK_RECOMMENDATION_NOT_REQUIRED = 1;
1526
+ */
1527
+ NOT_REQUIRED = 1,
1528
+
1529
+ /**
1530
+ * @generated from enum value: REATTACK_RECOMMENDATION_RECOMMENDED = 2;
1531
+ */
1532
+ RECOMMENDED = 2,
1533
+
1534
+ /**
1535
+ * @generated from enum value: REATTACK_RECOMMENDATION_MANDATORY = 3;
1536
+ */
1537
+ MANDATORY = 3,
1538
+ }
1539
+
1540
+ /**
1541
+ * Describes the enum raft.wdm.v1.ReattackRecommendation.
1542
+ */
1543
+ export const ReattackRecommendationSchema: GenEnum<ReattackRecommendation> = /*@__PURE__*/
1544
+ enumDesc(file_raft_wdm_v1_action, 10);
1545
+
1546
+ /**
1547
+ * Kind of route captured on a action.
1548
+ *
1549
+ * @generated from enum raft.wdm.v1.RouteKind
1550
+ */
1551
+ export enum RouteKind {
1552
+ /**
1553
+ * @generated from enum value: ROUTE_KIND_UNSPECIFIED = 0;
1554
+ */
1555
+ UNSPECIFIED = 0,
1556
+
1557
+ /**
1558
+ * Pre-execution planned route
1559
+ *
1560
+ * @generated from enum value: ROUTE_KIND_PLANNED = 1;
1561
+ */
1562
+ PLANNED = 1,
1563
+
1564
+ /**
1565
+ * Actual route flown or driven
1566
+ *
1567
+ * @generated from enum value: ROUTE_KIND_ACTUAL = 2;
1568
+ */
1569
+ ACTUAL = 2,
1570
+
1571
+ /**
1572
+ * Alternate or contingency route
1573
+ *
1574
+ * @generated from enum value: ROUTE_KIND_ALTERNATE = 3;
1575
+ */
1576
+ ALTERNATE = 3,
1577
+ }
1578
+
1579
+ /**
1580
+ * Describes the enum raft.wdm.v1.RouteKind.
1581
+ */
1582
+ export const RouteKindSchema: GenEnum<RouteKind> = /*@__PURE__*/
1583
+ enumDesc(file_raft_wdm_v1_action, 11);
1584
+
1585
+ /**
1586
+ * Alert severity -- assessed impact of the condition, independent
1587
+ * of handling priority.
1588
+ *
1589
+ * @generated from enum raft.wdm.v1.AlertSeverity
1590
+ */
1591
+ export enum AlertSeverity {
1592
+ /**
1593
+ * @generated from enum value: ALERT_SEVERITY_UNSPECIFIED = 0;
1594
+ */
1595
+ UNSPECIFIED = 0,
1596
+
1597
+ /**
1598
+ * Informational, no immediate impact.
1599
+ *
1600
+ * @generated from enum value: ALERT_SEVERITY_LOW = 1;
1601
+ */
1602
+ LOW = 1,
1603
+
1604
+ /**
1605
+ * Localized impact, monitor.
1606
+ *
1607
+ * @generated from enum value: ALERT_SEVERITY_MODERATE = 2;
1608
+ */
1609
+ MODERATE = 2,
1610
+
1611
+ /**
1612
+ * Significant impact, action needed.
1613
+ *
1614
+ * @generated from enum value: ALERT_SEVERITY_HIGH = 3;
1615
+ */
1616
+ HIGH = 3,
1617
+
1618
+ /**
1619
+ * Life-threatening or mission-critical.
1620
+ *
1621
+ * @generated from enum value: ALERT_SEVERITY_CRITICAL = 4;
1622
+ */
1623
+ CRITICAL = 4,
1624
+ }
1625
+
1626
+ /**
1627
+ * Describes the enum raft.wdm.v1.AlertSeverity.
1628
+ */
1629
+ export const AlertSeveritySchema: GenEnum<AlertSeverity> = /*@__PURE__*/
1630
+ enumDesc(file_raft_wdm_v1_action, 12);
1631
+
1632
+ /**
1633
+ * Broad classification of the alert condition.
1634
+ *
1635
+ * @generated from enum raft.wdm.v1.AlertCategory
1636
+ */
1637
+ export enum AlertCategory {
1638
+ /**
1639
+ * @generated from enum value: ALERT_CATEGORY_UNSPECIFIED = 0;
1640
+ */
1641
+ UNSPECIFIED = 0,
1642
+
1643
+ /**
1644
+ * Enemy contact (troops in contact, direct/indirect fire, ambush).
1645
+ *
1646
+ * @generated from enum value: ALERT_CATEGORY_CONTACT = 1;
1647
+ */
1648
+ CONTACT = 1,
1649
+
1650
+ /**
1651
+ * Chemical, biological, radiological, or nuclear event.
1652
+ *
1653
+ * @generated from enum value: ALERT_CATEGORY_CBRN = 2;
1654
+ */
1655
+ CBRN = 2,
1656
+
1657
+ /**
1658
+ * Friendly-on-friendly engagement.
1659
+ *
1660
+ * @generated from enum value: ALERT_CATEGORY_BLUE_ON_BLUE = 3;
1661
+ */
1662
+ BLUE_ON_BLUE = 3,
1663
+
1664
+ /**
1665
+ * Medical evacuation request (9-line format).
1666
+ *
1667
+ * @generated from enum value: ALERT_CATEGORY_MEDEVAC = 4;
1668
+ */
1669
+ MEDEVAC = 4,
1670
+
1671
+ /**
1672
+ * Unauthorized airspace entry or violation.
1673
+ *
1674
+ * @generated from enum value: ALERT_CATEGORY_AIRSPACE_VIOLATION = 5;
1675
+ */
1676
+ AIRSPACE_VIOLATION = 5,
1677
+
1678
+ /**
1679
+ * Loss of communications link to a node or unit.
1680
+ *
1681
+ * @generated from enum value: ALERT_CATEGORY_LOST_LINK = 6;
1682
+ */
1683
+ LOST_LINK = 6,
1684
+
1685
+ /**
1686
+ * Hostile fire / indirect fire alert.
1687
+ *
1688
+ * @generated from enum value: ALERT_CATEGORY_HOSTILE_FIRE = 7;
1689
+ */
1690
+ HOSTILE_FIRE = 7,
1691
+
1692
+ /**
1693
+ * IED or unexploded ordnance detected.
1694
+ *
1695
+ * @generated from enum value: ALERT_CATEGORY_IED_UXO = 8;
1696
+ */
1697
+ IED_UXO = 8,
1698
+
1699
+ /**
1700
+ * Significant weather impacting operations.
1701
+ *
1702
+ * @generated from enum value: ALERT_CATEGORY_WEATHER = 9;
1703
+ */
1704
+ WEATHER = 9,
1705
+
1706
+ /**
1707
+ * Force protection / base defense alert.
1708
+ *
1709
+ * @generated from enum value: ALERT_CATEGORY_FORCE_PROTECTION = 10;
1710
+ */
1711
+ FORCE_PROTECTION = 10,
1712
+
1713
+ /**
1714
+ * Cyber event affecting tactical systems.
1715
+ *
1716
+ * @generated from enum value: ALERT_CATEGORY_CYBER = 11;
1717
+ */
1718
+ CYBER = 11,
1719
+
1720
+ /**
1721
+ * Electronic warfare detection (jamming, spoofing).
1722
+ *
1723
+ * @generated from enum value: ALERT_CATEGORY_EW = 12;
1724
+ */
1725
+ EW = 12,
1726
+
1727
+ /**
1728
+ * Downed aircraft.
1729
+ *
1730
+ * @generated from enum value: ALERT_CATEGORY_DOWNED_AIRCRAFT = 13;
1731
+ */
1732
+ DOWNED_AIRCRAFT = 13,
1733
+
1734
+ /**
1735
+ * Personnel recovery (isolated personnel).
1736
+ *
1737
+ * @generated from enum value: ALERT_CATEGORY_PERSONNEL_RECOVERY = 14;
1738
+ */
1739
+ PERSONNEL_RECOVERY = 14,
1740
+
1741
+ /**
1742
+ * Catch-all for alert types not covered above.
1743
+ *
1744
+ * @generated from enum value: ALERT_CATEGORY_OTHER = 15;
1745
+ */
1746
+ OTHER = 15,
1747
+ }
1748
+
1749
+ /**
1750
+ * Describes the enum raft.wdm.v1.AlertCategory.
1751
+ */
1752
+ export const AlertCategorySchema: GenEnum<AlertCategory> = /*@__PURE__*/
1753
+ enumDesc(file_raft_wdm_v1_action, 13);
1754
+
1755
+ /**
1756
+ * How the alert was generated.
1757
+ *
1758
+ * @generated from enum raft.wdm.v1.AlertSource
1759
+ */
1760
+ export enum AlertSource {
1761
+ /**
1762
+ * @generated from enum value: ALERT_SOURCE_UNSPECIFIED = 0;
1763
+ */
1764
+ UNSPECIFIED = 0,
1765
+
1766
+ /**
1767
+ * Manually issued by a warfighter.
1768
+ *
1769
+ * @generated from enum value: ALERT_SOURCE_HUMAN = 1;
1770
+ */
1771
+ HUMAN = 1,
1772
+
1773
+ /**
1774
+ * Automated sensor detection.
1775
+ *
1776
+ * @generated from enum value: ALERT_SOURCE_SENSOR = 2;
1777
+ */
1778
+ SENSOR = 2,
1779
+
1780
+ /**
1781
+ * Platform-generated (e.g., link loss).
1782
+ *
1783
+ * @generated from enum value: ALERT_SOURCE_SYSTEM = 3;
1784
+ */
1785
+ SYSTEM = 3,
1786
+
1787
+ /**
1788
+ * Multi-source fusion / correlation.
1789
+ *
1790
+ * @generated from enum value: ALERT_SOURCE_FUSED = 4;
1791
+ */
1792
+ FUSED = 4,
1793
+ }
1794
+
1795
+ /**
1796
+ * Describes the enum raft.wdm.v1.AlertSource.
1797
+ */
1798
+ export const AlertSourceSchema: GenEnum<AlertSource> = /*@__PURE__*/
1799
+ enumDesc(file_raft_wdm_v1_action, 14);
1800
+