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