@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,1019 @@
1
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Any, Timestamp } from "@bufbuild/protobuf/wkt";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file raft/wdm/v1/common.proto.
6
+ */
7
+ export declare const file_raft_wdm_v1_common: GenFile;
8
+ /**
9
+ * A reference to a record or object held in an external data model or system
10
+ * of record.
11
+ *
12
+ * Provides a uniform way to link a Raft warfighting record to its
13
+ * representation in another data model (e.g., GCCS-J ETF track, JREAP
14
+ * track, CoT event, OMS UCI message, etc.) without
15
+ * hard-coding one field per integration target. Consumers use `type_url` to
16
+ * decide how to interpret the `payload`, and `external_id` + `source_system`
17
+ * to resolve the record in its home system.
18
+ *
19
+ * ExternalReference is one of WDM's mechanisms for transporting
20
+ * arbitrary data across the mesh within the WDM envelope.
21
+ *
22
+ * As a guideline: use external_refs when the data has a known
23
+ * protobuf type or needs to reference a specific external system,
24
+ * details for small untyped payloads, and attachments for anything
25
+ * too large to replicate inline.
26
+ *
27
+ * @generated from message raft.wdm.v1.ExternalReference
28
+ */
29
+ export type ExternalReference = Message<"raft.wdm.v1.ExternalReference"> & {
30
+ /**
31
+ * Fully qualified type identifier for the referenced record.
32
+ *
33
+ * Follows google.protobuf.Any type URL convention when the referenced object
34
+ * is a protobuf message (e.g., "type.googleapis.com/full.type.name").
35
+ *
36
+ * For non-protobuf external models, a reverse-DNS identifier is
37
+ * acceptable (e.g., "mil.gccsj.ETF", "mil.atak.CoTEvent",
38
+ * "mil.jreap.Track").
39
+ *
40
+ * @generated from field: string type_url = 1;
41
+ */
42
+ typeUrl: string;
43
+ /**
44
+ * Identifier of the referenced record in its originating system.
45
+ * Opaque to WDM; meaning is defined by the source system.
46
+ *
47
+ * @generated from field: string external_id = 2;
48
+ */
49
+ externalId: string;
50
+ /**
51
+ * Name of the originating system or data model holding the record.
52
+ * Example: "gccs-pacom", "jreap-link-16".
53
+ *
54
+ * @generated from field: string source_system = 3;
55
+ */
56
+ sourceSystem: string;
57
+ /**
58
+ * Optional in-line copy of the referenced record.
59
+ *
60
+ * When present, carries the serialized payload so downstream consumers
61
+ * can operate on the external record without a follow-up fetch. The
62
+ * message type must match `type_url` when the payload is a protobuf
63
+ * message. Leave unset when the reference is a pointer only.
64
+ *
65
+ * @generated from field: google.protobuf.Any payload = 4;
66
+ */
67
+ payload?: Any | undefined;
68
+ /**
69
+ * Timestamp at which the external record was captured, fetched, or
70
+ * mirrored into this reference. Distinct from the underlying record's
71
+ * own update time, which lives inside the payload.
72
+ *
73
+ * @generated from field: google.protobuf.Timestamp captured_at = 5;
74
+ */
75
+ capturedAt?: Timestamp | undefined;
76
+ /**
77
+ * Optional human-readable label for the reference. Useful when a
78
+ * record has multiple external references and an operator needs
79
+ * context at a glance.
80
+ *
81
+ * @generated from field: string label = 6;
82
+ */
83
+ label: string;
84
+ };
85
+ /**
86
+ * Describes the message raft.wdm.v1.ExternalReference.
87
+ * Use `create(ExternalReferenceSchema)` to create a new message.
88
+ */
89
+ export declare const ExternalReferenceSchema: GenMessage<ExternalReference>;
90
+ /**
91
+ * A person, unit, or system that can originate, authorize, execute, review,
92
+ * or approve warfighting records.
93
+ *
94
+ * Principals are the subjects of provenance, approval chains, assignment, and
95
+ * audit trails. A single principal can appear in multiple roles on the same
96
+ * record (e.g., the same operator who requests a fire mission also approves
97
+ * it).
98
+ *
99
+ * @generated from message raft.wdm.v1.Principal
100
+ */
101
+ export type Principal = Message<"raft.wdm.v1.Principal"> & {
102
+ /**
103
+ * Unique identifier of the principal.
104
+ * Format is defined by the issuing authority (UUID, DoDAAC, UIC,
105
+ * user account name, service account ID, etc.).
106
+ *
107
+ * @generated from field: string id = 1;
108
+ */
109
+ id: string;
110
+ /**
111
+ * Kind of principal this identifier represents.
112
+ *
113
+ * @generated from field: raft.wdm.v1.PrincipalType type = 2;
114
+ */
115
+ type: PrincipalType;
116
+ /**
117
+ * Optional human-readable display name.
118
+ * Example: "SGT Smith, J.", "1-87 IN", "fires-planner-svc".
119
+ *
120
+ * @generated from field: string display_name = 3;
121
+ */
122
+ displayName: string;
123
+ /**
124
+ * Optional role the principal is acting in for this record.
125
+ * Free-form; examples: "FDO", "FSO","PLAN_APPROVER".
126
+ *
127
+ * @generated from field: string role = 4;
128
+ */
129
+ role: string;
130
+ };
131
+ /**
132
+ * Describes the message raft.wdm.v1.Principal.
133
+ * Use `create(PrincipalSchema)` to create a new message.
134
+ */
135
+ export declare const PrincipalSchema: GenMessage<Principal>;
136
+ /**
137
+ * Data lineage and source attribution for a warfighting record.
138
+ *
139
+ * ProvenanceRecord is attached to every record in the Raft WDM and carries the
140
+ * information needed to assess trust, reconstruct lineage, and make informed
141
+ * fusion or approval decisions.
142
+ *
143
+ * Modeled loosely on W3C PROV-DM, with additions for multi-step
144
+ * transformation chains, upstream source linking, and collection method
145
+ * classification. Intentionally compact enough to be attached cheaply
146
+ * to every record.
147
+ *
148
+ * Reference: W3C PROV-DM (https://www.w3.org/TR/prov-dm/).
149
+ *
150
+ * @generated from message raft.wdm.v1.ProvenanceRecord
151
+ */
152
+ export type ProvenanceRecord = Message<"raft.wdm.v1.ProvenanceRecord"> & {
153
+ /**
154
+ * Unique identifier for this provenance record. Stable across
155
+ * re-publications so consumers can deduplicate and chain records.
156
+ *
157
+ * @generated from field: string id = 1;
158
+ */
159
+ id: string;
160
+ /**
161
+ * Human-readable name of the operational source that produced or
162
+ * last updated this record. Examples: "USS Roosevelt CIC",
163
+ * "SIGINT Station Alpha", "UAV-042 EO/IR", "25th ID G2".
164
+ *
165
+ * @generated from field: string name = 2;
166
+ */
167
+ name: string;
168
+ /**
169
+ * Additional context about the source or collection method.
170
+ * May include sensor mode, collection geometry, analyst notes, or
171
+ * workflow step description.
172
+ *
173
+ * @generated from field: string description = 3;
174
+ */
175
+ description: string;
176
+ /**
177
+ * Timestamp when this information was produced or last updated at
178
+ * the source. Distinct from any message transaction time.
179
+ *
180
+ * @generated from field: google.protobuf.Timestamp updated_at = 4;
181
+ */
182
+ updatedAt?: Timestamp | undefined;
183
+ /**
184
+ * Identifier of the technical component that emitted or last
185
+ * transformed this record. Distinct from `name`, which identifies
186
+ * the operational source, `producer` identifies the service,
187
+ * algorithm, model, plugin, or client application that handled the
188
+ * record immediately before publication.
189
+ *
190
+ * Convention: be as precise as possible. Examples:
191
+ * - "my-tracker-v1.2"
192
+ * - "fusion-algo-v3.1"
193
+ * - "yolo-v8-object-detection"
194
+ * - "acme-c2-client-2026.1"
195
+ *
196
+ * @generated from field: string producer = 5;
197
+ */
198
+ producer: string;
199
+ /**
200
+ * Method used to obtain or derive this record.
201
+ *
202
+ * @generated from field: raft.wdm.v1.CollectionMethod collection_method = 6;
203
+ */
204
+ collectionMethod: CollectionMethod;
205
+ /**
206
+ * Source reliability rating per US Army FM 2-22.3.
207
+ * Rates the track record of the source, independent of any
208
+ * specific piece of information.
209
+ *
210
+ * @generated from field: raft.wdm.v1.SourceReliability source_reliability = 7;
211
+ */
212
+ sourceReliability: SourceReliability;
213
+ /**
214
+ * Information credibility rating per US Army FM 2-22.3.
215
+ * Rates the information itself, independent of source reliability.
216
+ * Combined with source_reliability, yields the standard
217
+ * alphanumeric intelligence rating (e.g., "B2").
218
+ *
219
+ * @generated from field: raft.wdm.v1.InformationCredibility information_credibility = 8;
220
+ */
221
+ informationCredibility: InformationCredibility;
222
+ /**
223
+ * Provenance records of upstream transformations that produced this
224
+ * record. Enables lineage reconstruction across multi-step
225
+ * derivation chains (sensor -> tracker -> fusion -> assessment).
226
+ *
227
+ * Each entry is an independent ProvenanceRecord; callers may either
228
+ * embed full records or include stub records carrying only `id` and
229
+ * let consumers resolve the remainder.
230
+ *
231
+ * @generated from field: repeated raft.wdm.v1.ProvenanceRecord parents = 9;
232
+ */
233
+ parents: ProvenanceRecord[];
234
+ /**
235
+ * Agent responsible for this record. Identifies the person, software agent,
236
+ * organization, or object that bears responsibility for the record. Distinct
237
+ * from `producer`, which names the technical component that emitted the
238
+ * record; `agent` names who the record is attributed to.
239
+ *
240
+ * @generated from field: raft.wdm.v1.Principal agent = 10;
241
+ */
242
+ agent?: Principal | undefined;
243
+ /**
244
+ * Server-generated UUID for this specific publish/update request.
245
+ * Read-only; populated by the platform.
246
+ *
247
+ * @generated from field: string request_id = 11;
248
+ */
249
+ requestId: string;
250
+ /**
251
+ * UUID of the Raft Data Platform node that first received this request.
252
+ * Read-only; populated by the platform.
253
+ *
254
+ * @generated from field: string source_node_id = 12;
255
+ */
256
+ sourceNodeId: string;
257
+ };
258
+ /**
259
+ * Describes the message raft.wdm.v1.ProvenanceRecord.
260
+ * Use `create(ProvenanceRecordSchema)` to create a new message.
261
+ */
262
+ export declare const ProvenanceRecordSchema: GenMessage<ProvenanceRecord>;
263
+ /**
264
+ * Mesh replication metadata for a warfighting record.
265
+ *
266
+ * Captures where a record originated, which node delivered it to the
267
+ * current receiver, how it should propagate through the mesh, and how
268
+ * conflicts should be resolved. Replication metadata lets downstream
269
+ * consumers reason about record provenance and replication policy
270
+ * across disconnected and intermittently connected enclaves (DDIL).
271
+ *
272
+ * This message captures what is knowable on each receiver, e.g., where the
273
+ * record originated, which node delivered it most recently, and when it was
274
+ * accepted locally.
275
+ *
276
+ * Server-populated on publication and receipt; clients should treat
277
+ * this as read-only.
278
+ *
279
+ * @generated from message raft.wdm.v1.ReplicationMetadata
280
+ */
281
+ export type ReplicationMetadata = Message<"raft.wdm.v1.ReplicationMetadata"> & {
282
+ /**
283
+ * UUID of the node where this record was first created. Stable
284
+ * across replication; does not change as the record propagates
285
+ * through the mesh.
286
+ *
287
+ * @generated from field: string origin_node_id = 1;
288
+ */
289
+ originNodeId: string;
290
+ /**
291
+ * UUID of the node that delivered this record to the current
292
+ * receiver.
293
+ *
294
+ * @generated from field: string received_from_node_id = 2;
295
+ */
296
+ receivedFromNodeId: string;
297
+ /**
298
+ * Wall-clock time at which the current receiver accepted this
299
+ * record.
300
+ *
301
+ * @generated from field: google.protobuf.Timestamp received_at = 3;
302
+ */
303
+ receivedAt?: Timestamp | undefined;
304
+ /**
305
+ * How broadly this record replicates through the mesh.
306
+ *
307
+ * @generated from field: raft.wdm.v1.ReplicationScope scope = 4;
308
+ */
309
+ scope: ReplicationScope;
310
+ /**
311
+ * Conflict resolution policy applied when reconciling concurrent
312
+ * updates to the same record across the mesh.
313
+ *
314
+ * @generated from field: raft.wdm.v1.ConflictResolution conflict_resolution = 5;
315
+ */
316
+ conflictResolution: ConflictResolution;
317
+ /**
318
+ * Identifier of the reconciliation policy that produced the
319
+ * currently visible state of this record. Allows downstream
320
+ * consumers to understand why a particular version won a merge.
321
+ *
322
+ * @generated from field: string reconciliation_policy_id = 6;
323
+ */
324
+ reconciliationPolicyId: string;
325
+ };
326
+ /**
327
+ * Describes the message raft.wdm.v1.ReplicationMetadata.
328
+ * Use `create(ReplicationMetadataSchema)` to create a new message.
329
+ */
330
+ export declare const ReplicationMetadataSchema: GenMessage<ReplicationMetadata>;
331
+ /**
332
+ * Reference to a record's position in the Raft Data Platform catalog.
333
+ *
334
+ * The catalog is hierarchically composed of data sources, connections
335
+ * (configured enablements of a data source), and datasets. Each record
336
+ * that enters the platform originates from a data source, is delivered
337
+ * through a specific connection, and belongs to a dataset.
338
+ *
339
+ * Catalog identifiers are scoped to a specific RDP node. A dataset
340
+ * identifier on one node does not necessarily refer to the same
341
+ * dataset on another node unless the catalog has been explicitly
342
+ * federated between them. Consumers that resolve catalog references
343
+ * across the mesh must first confirm federation status for the scope
344
+ * node; absent federation, the identifiers should be treated as
345
+ * opaque foreign references.
346
+ *
347
+ * An empty string for any identifier indicates that the field is not
348
+ * applicable or not known for this record.
349
+ *
350
+ * @generated from message raft.wdm.v1.CatalogReference
351
+ */
352
+ export type CatalogReference = Message<"raft.wdm.v1.CatalogReference"> & {
353
+ /**
354
+ * Identifier of the data source in the catalog (the upstream
355
+ * provider). Examples: "af-weather", "aistream".
356
+ *
357
+ * @generated from field: string data_source_id = 1;
358
+ */
359
+ dataSourceId: string;
360
+ /**
361
+ * Identifier of the connection (configured enablement) that
362
+ * delivered this record. A single data source may have multiple
363
+ * connections (different regions, credentials, or feeds).
364
+ * Examples: "aistream-prod-us", "af-weather-conus".
365
+ *
366
+ * @generated from field: string connection_id = 2;
367
+ */
368
+ connectionId: string;
369
+ /**
370
+ * Identifier of the dataset the record belongs to. Examples:
371
+ * "ais-tracks-se-us", "weather-florida", "intel-reports-indopacom".
372
+ *
373
+ * @generated from field: string dataset_id = 3;
374
+ */
375
+ datasetId: string;
376
+ };
377
+ /**
378
+ * Describes the message raft.wdm.v1.CatalogReference.
379
+ * Use `create(CatalogReferenceSchema)` to create a new message.
380
+ */
381
+ export declare const CatalogReferenceSchema: GenMessage<CatalogReference>;
382
+ /**
383
+ * Machine learning annotation for a warfighting record.
384
+ *
385
+ * When a record is produced or modified by an ML component (classifier,
386
+ * detector, tracker, foundation model), this message captures the
387
+ * model identity, inference metadata, and human review state so
388
+ * downstream consumers can audit the chain of automated decisions,
389
+ * apply trust policies, and route records through human-in-the-loop
390
+ * review workflows.
391
+ *
392
+ * A record can carry multiple annotations (e.g., a detection with a
393
+ * classifier confidence plus a separate fusion model confidence).
394
+ *
395
+ * Reference: DoD Responsible AI Strategy (2022); NIST AI RMF 1.0
396
+ * (January 2023).
397
+ *
398
+ * @generated from message raft.wdm.v1.MachineLearningAnnotation
399
+ */
400
+ export type MachineLearningAnnotation = Message<"raft.wdm.v1.MachineLearningAnnotation"> & {
401
+ /**
402
+ * Stable identifier for the model that produced this annotation.
403
+ * Examples: "yolo-v8-aircraft-detector", "bert-intel-extractor",
404
+ * "acme-fusion-v4".
405
+ *
406
+ * @generated from field: string model_id = 1;
407
+ */
408
+ modelId: string;
409
+ /**
410
+ * Model version string. Convention is producer-defined; semantic
411
+ * versioning is recommended.
412
+ *
413
+ * @generated from field: string model_version = 2;
414
+ */
415
+ modelVersion: string;
416
+ /**
417
+ * Provider or owner of the model. Examples: "raft", "openai",
418
+ * "anthropic", "dia", "in-house".
419
+ *
420
+ * @generated from field: string provider = 3;
421
+ */
422
+ provider: string;
423
+ /**
424
+ * Confidence score produced by the model for this annotation.
425
+ * Range: 0.0 to 1.0. Interpretation is model-specific; prefer
426
+ * calibrated probabilities when available.
427
+ *
428
+ * @generated from field: optional double confidence = 4;
429
+ */
430
+ confidence?: number | undefined;
431
+ /**
432
+ * Wall-clock time at which the model produced this annotation.
433
+ *
434
+ * @generated from field: google.protobuf.Timestamp inferred_at = 5;
435
+ */
436
+ inferredAt?: Timestamp | undefined;
437
+ /**
438
+ * Short natural-language rationale or explanation emitted by the
439
+ * model. Optional and model-specific; may be empty when the model
440
+ * does not produce rationales.
441
+ *
442
+ * @generated from field: string rationale = 6;
443
+ */
444
+ rationale: string;
445
+ /**
446
+ * Reference to stored model inputs (feature vector, raw imagery,
447
+ * intermediate activations) for downstream explainability. Opaque
448
+ * to the warfighting model; consumers resolve it in the AI platform.
449
+ *
450
+ * @generated from field: raft.wdm.v1.ExternalReference input_ref = 7;
451
+ */
452
+ inputRef?: ExternalReference | undefined;
453
+ /**
454
+ * Reference to stored model outputs (prediction artifacts, saliency
455
+ * maps, class probabilities) for downstream explainability.
456
+ *
457
+ * @generated from field: raft.wdm.v1.ExternalReference output_ref = 8;
458
+ */
459
+ outputRef?: ExternalReference | undefined;
460
+ /**
461
+ * Human review state for this annotation. Drives human-in-the-loop
462
+ * workflows for records that require operator approval before
463
+ * downstream action.
464
+ *
465
+ * @generated from field: raft.wdm.v1.ReviewStatus review_status = 9;
466
+ */
467
+ reviewStatus: ReviewStatus;
468
+ /**
469
+ * Principal that reviewed the annotation (if any). Populated once
470
+ * `review_status` leaves the PENDING state.
471
+ *
472
+ * @generated from field: raft.wdm.v1.Principal reviewer = 10;
473
+ */
474
+ reviewer?: Principal | undefined;
475
+ /**
476
+ * Wall-clock time at which the human review was completed.
477
+ *
478
+ * @generated from field: google.protobuf.Timestamp reviewed_at = 11;
479
+ */
480
+ reviewedAt?: Timestamp | undefined;
481
+ /**
482
+ * Optional reviewer notes captured during review.
483
+ *
484
+ * @generated from field: string review_notes = 12;
485
+ */
486
+ reviewNotes: string;
487
+ };
488
+ /**
489
+ * Describes the message raft.wdm.v1.MachineLearningAnnotation.
490
+ * Use `create(MachineLearningAnnotationSchema)` to create a new message.
491
+ */
492
+ export declare const MachineLearningAnnotationSchema: GenMessage<MachineLearningAnnotation>;
493
+ /**
494
+ * A reference to a file associated with a warfighting record.
495
+ *
496
+ * WDM stores metadata and a URI pointer; the file contents reside
497
+ * in the platform's object store. Binary upload happens out of band
498
+ * (clients write to the object store directly) and this message
499
+ * captures only the resulting metadata needed to locate, integrity
500
+ * check, and lifecycle the blob alongside the record that references
501
+ * it. Examples include imagery, video clips, audio, and documents.
502
+ *
503
+ * @generated from message raft.wdm.v1.Attachment
504
+ */
505
+ export type Attachment = Message<"raft.wdm.v1.Attachment"> & {
506
+ /**
507
+ * URI to the file.
508
+ * Examples: "s3://bucket/bda/target-001.jpg",
509
+ * "s3://rdp/attachments/report-003.pdf".
510
+ *
511
+ * @generated from field: string uri = 1;
512
+ */
513
+ uri: string;
514
+ /**
515
+ * Broad file classification.
516
+ *
517
+ * @generated from field: raft.wdm.v1.AttachmentKind kind = 2;
518
+ */
519
+ kind: AttachmentKind;
520
+ /**
521
+ * MIME type per IANA Media Types registry.
522
+ * Examples: "image/jpeg", "video/mp4", "application/pdf".
523
+ *
524
+ * @generated from field: string content_type = 3;
525
+ */
526
+ contentType: string;
527
+ /**
528
+ * When the file was captured or created.
529
+ *
530
+ * @generated from field: google.protobuf.Timestamp captured_at = 4;
531
+ */
532
+ capturedAt?: Timestamp | undefined;
533
+ /**
534
+ * Short human-readable caption.
535
+ *
536
+ * @generated from field: string caption = 5;
537
+ */
538
+ caption: string;
539
+ /**
540
+ * File size in bytes, if known.
541
+ *
542
+ * @generated from field: optional uint64 size_bytes = 6;
543
+ */
544
+ sizeBytes?: bigint | undefined;
545
+ /**
546
+ * Content digest for integrity verification and deduplication,
547
+ * formatted as "algorithm:hex-encoded-value" (e.g.,
548
+ * "sha256:a1b2c3..."). Consumers parse the prefix to determine
549
+ * the hash algorithm.
550
+ *
551
+ * @generated from field: string content_digest = 7;
552
+ */
553
+ contentDigest: string;
554
+ /**
555
+ * Future time at which this attachment expires and is eligible
556
+ * for deletion from the platform object store. Unset means the
557
+ * attachment does not have an explicit expiry and follows the
558
+ * containing record's lifecycle and retention policy.
559
+ *
560
+ * @generated from field: google.protobuf.Timestamp expiry_time = 8;
561
+ */
562
+ expiryTime?: Timestamp | undefined;
563
+ };
564
+ /**
565
+ * Describes the message raft.wdm.v1.Attachment.
566
+ * Use `create(AttachmentSchema)` to create a new message.
567
+ */
568
+ export declare const AttachmentSchema: GenMessage<Attachment>;
569
+ /**
570
+ * Broad classification of principals.
571
+ *
572
+ * @generated from enum raft.wdm.v1.PrincipalType
573
+ */
574
+ export declare enum PrincipalType {
575
+ /**
576
+ * @generated from enum value: PRINCIPAL_TYPE_UNSPECIFIED = 0;
577
+ */
578
+ UNSPECIFIED = 0,
579
+ /**
580
+ * A tracked warfighting object (unit, platform, crew) acting as a
581
+ * principal.
582
+ *
583
+ * @generated from enum value: PRINCIPAL_TYPE_OBJECT = 1;
584
+ */
585
+ OBJECT = 1,
586
+ /**
587
+ * A software service, agent, or automated component.
588
+ *
589
+ * @generated from enum value: PRINCIPAL_TYPE_SYSTEM = 2;
590
+ */
591
+ SYSTEM = 2,
592
+ /**
593
+ * A human user account.
594
+ *
595
+ * @generated from enum value: PRINCIPAL_TYPE_USER = 3;
596
+ */
597
+ USER = 3,
598
+ /**
599
+ * A formal organization (command, directorate, coalition partner)
600
+ * acting as a principal without a direct object or user mapping.
601
+ *
602
+ * @generated from enum value: PRINCIPAL_TYPE_ORGANIZATION = 4;
603
+ */
604
+ ORGANIZATION = 4
605
+ }
606
+ /**
607
+ * Describes the enum raft.wdm.v1.PrincipalType.
608
+ */
609
+ export declare const PrincipalTypeSchema: GenEnum<PrincipalType>;
610
+ /**
611
+ * How a record was obtained or derived.
612
+ *
613
+ * Intended as a coarse classification for filtering and trust scoring.
614
+ * Finer-grained detail should live in ProvenanceRecord.description
615
+ * or in ML annotations.
616
+ *
617
+ * @generated from enum raft.wdm.v1.CollectionMethod
618
+ */
619
+ export declare enum CollectionMethod {
620
+ /**
621
+ * @generated from enum value: COLLECTION_METHOD_UNSPECIFIED = 0;
622
+ */
623
+ UNSPECIFIED = 0,
624
+ /**
625
+ * Direct sensor measurement (e.g., radar, EO/IR, SIGINT, AIS, ADS-B).
626
+ *
627
+ * @generated from enum value: COLLECTION_METHOD_SENSOR = 1;
628
+ */
629
+ SENSOR = 1,
630
+ /**
631
+ * Human analyst assessment, authoring, or annotation.
632
+ *
633
+ * @generated from enum value: COLLECTION_METHOD_HUMAN = 2;
634
+ */
635
+ HUMAN = 2,
636
+ /**
637
+ * Automated rule-based processing (e.g., deterministic correlator,
638
+ * format converter, policy filter, etc.).
639
+ *
640
+ * @generated from enum value: COLLECTION_METHOD_RULE = 3;
641
+ */
642
+ RULE = 3,
643
+ /**
644
+ * Statistical or probabilistic processing (e.g., tracker, estimator).
645
+ *
646
+ * @generated from enum value: COLLECTION_METHOD_STATISTICAL = 4;
647
+ */
648
+ STATISTICAL = 4,
649
+ /**
650
+ * Machine learning model inference.
651
+ *
652
+ * @generated from enum value: COLLECTION_METHOD_ML_MODEL = 5;
653
+ */
654
+ ML_MODEL = 5,
655
+ /**
656
+ * Multi-source fusion that combines inputs of different provenance.
657
+ *
658
+ * @generated from enum value: COLLECTION_METHOD_FUSION = 6;
659
+ */
660
+ FUSION = 6,
661
+ /**
662
+ * Imported from an upstream external system of record.
663
+ *
664
+ * @generated from enum value: COLLECTION_METHOD_IMPORT = 7;
665
+ */
666
+ IMPORT = 7,
667
+ /**
668
+ * Computer-generated simulation output.
669
+ *
670
+ * @generated from enum value: COLLECTION_METHOD_SIMULATION = 8;
671
+ */
672
+ SIMULATION = 8
673
+ }
674
+ /**
675
+ * Describes the enum raft.wdm.v1.CollectionMethod.
676
+ */
677
+ export declare const CollectionMethodSchema: GenEnum<CollectionMethod>;
678
+ /**
679
+ * Source reliability rating per US Army FM 2-22.3.
680
+ * Rates the track record of the source, independent of any specific
681
+ * piece of information.
682
+ *
683
+ * @generated from enum raft.wdm.v1.SourceReliability
684
+ */
685
+ export declare enum SourceReliability {
686
+ /**
687
+ * @generated from enum value: SOURCE_RELIABILITY_UNSPECIFIED = 0;
688
+ */
689
+ UNSPECIFIED = 0,
690
+ /**
691
+ * Completely reliable.
692
+ *
693
+ * @generated from enum value: SOURCE_RELIABILITY_A = 1;
694
+ */
695
+ A = 1,
696
+ /**
697
+ * Usually reliable.
698
+ *
699
+ * @generated from enum value: SOURCE_RELIABILITY_B = 2;
700
+ */
701
+ B = 2,
702
+ /**
703
+ * Fairly reliable.
704
+ *
705
+ * @generated from enum value: SOURCE_RELIABILITY_C = 3;
706
+ */
707
+ C = 3,
708
+ /**
709
+ * Not usually reliable.
710
+ *
711
+ * @generated from enum value: SOURCE_RELIABILITY_D = 4;
712
+ */
713
+ D = 4,
714
+ /**
715
+ * Unreliable.
716
+ *
717
+ * @generated from enum value: SOURCE_RELIABILITY_E = 5;
718
+ */
719
+ E = 5,
720
+ /**
721
+ * Reliability cannot be judged.
722
+ *
723
+ * @generated from enum value: SOURCE_RELIABILITY_F = 6;
724
+ */
725
+ F = 6
726
+ }
727
+ /**
728
+ * Describes the enum raft.wdm.v1.SourceReliability.
729
+ */
730
+ export declare const SourceReliabilitySchema: GenEnum<SourceReliability>;
731
+ /**
732
+ * Information credibility rating per US Army FM 2-22.3.
733
+ * Rates the information itself based on corroboration, consistency, and
734
+ * plausibility, independent of source reliability.
735
+ *
736
+ * @generated from enum raft.wdm.v1.InformationCredibility
737
+ */
738
+ export declare enum InformationCredibility {
739
+ /**
740
+ * @generated from enum value: INFORMATION_CREDIBILITY_UNSPECIFIED = 0;
741
+ */
742
+ INFORMATION_CREDIBILITY_UNSPECIFIED = 0,
743
+ /**
744
+ * Confirmed by other sources.
745
+ *
746
+ * @generated from enum value: INFORMATION_CREDIBILITY_1 = 1;
747
+ */
748
+ INFORMATION_CREDIBILITY_1 = 1,
749
+ /**
750
+ * Probably true.
751
+ *
752
+ * @generated from enum value: INFORMATION_CREDIBILITY_2 = 2;
753
+ */
754
+ INFORMATION_CREDIBILITY_2 = 2,
755
+ /**
756
+ * Possibly true.
757
+ *
758
+ * @generated from enum value: INFORMATION_CREDIBILITY_3 = 3;
759
+ */
760
+ INFORMATION_CREDIBILITY_3 = 3,
761
+ /**
762
+ * Doubtful.
763
+ *
764
+ * @generated from enum value: INFORMATION_CREDIBILITY_4 = 4;
765
+ */
766
+ INFORMATION_CREDIBILITY_4 = 4,
767
+ /**
768
+ * Improbable.
769
+ *
770
+ * @generated from enum value: INFORMATION_CREDIBILITY_5 = 5;
771
+ */
772
+ INFORMATION_CREDIBILITY_5 = 5,
773
+ /**
774
+ * Truth cannot be judged.
775
+ *
776
+ * @generated from enum value: INFORMATION_CREDIBILITY_6 = 6;
777
+ */
778
+ INFORMATION_CREDIBILITY_6 = 6
779
+ }
780
+ /**
781
+ * Describes the enum raft.wdm.v1.InformationCredibility.
782
+ */
783
+ export declare const InformationCredibilitySchema: GenEnum<InformationCredibility>;
784
+ /**
785
+ * How broadly a record should be replicated through the mesh.
786
+ *
787
+ * @generated from enum raft.wdm.v1.ReplicationScope
788
+ */
789
+ export declare enum ReplicationScope {
790
+ /**
791
+ * @generated from enum value: REPLICATION_SCOPE_UNSPECIFIED = 0;
792
+ */
793
+ UNSPECIFIED = 0,
794
+ /**
795
+ * Record stays on the originating node and is never propagated.
796
+ *
797
+ * @generated from enum value: REPLICATION_SCOPE_NODE_LOCAL = 1;
798
+ */
799
+ NODE_LOCAL = 1,
800
+ /**
801
+ * Record replicates across all nodes in the current mesh.
802
+ *
803
+ * @generated from enum value: REPLICATION_SCOPE_MESH_WIDE = 2;
804
+ */
805
+ MESH_WIDE = 2,
806
+ /**
807
+ * Record is eligible for replication across security or coalition
808
+ * domain boundaries, subject to cross-domain policy enforcement.
809
+ *
810
+ * @generated from enum value: REPLICATION_SCOPE_CROSS_DOMAIN = 3;
811
+ */
812
+ CROSS_DOMAIN = 3
813
+ }
814
+ /**
815
+ * Describes the enum raft.wdm.v1.ReplicationScope.
816
+ */
817
+ export declare const ReplicationScopeSchema: GenEnum<ReplicationScope>;
818
+ /**
819
+ * Policy applied when reconciling concurrent updates to the same
820
+ * record across the mesh.
821
+ *
822
+ * @generated from enum raft.wdm.v1.ConflictResolution
823
+ */
824
+ export declare enum ConflictResolution {
825
+ /**
826
+ * @generated from enum value: CONFLICT_RESOLUTION_UNSPECIFIED = 0;
827
+ */
828
+ UNSPECIFIED = 0,
829
+ /**
830
+ * Last writer wins.
831
+ *
832
+ * @generated from enum value: CONFLICT_RESOLUTION_LWW = 1;
833
+ */
834
+ LWW = 1,
835
+ /**
836
+ * Source priority rules (e.g., manual > ML > automated > sensor
837
+ * raw) resolve the winner.
838
+ *
839
+ * @generated from enum value: CONFLICT_RESOLUTION_PRIORITY_RULES = 2;
840
+ */
841
+ PRIORITY_RULES = 2,
842
+ /**
843
+ * A custom reconciliation policy decides the winner. See
844
+ * ReplicationMetadata.reconciliation_policy_id for the policy
845
+ * identifier.
846
+ *
847
+ * @generated from enum value: CONFLICT_RESOLUTION_CUSTOM = 3;
848
+ */
849
+ CUSTOM = 3
850
+ }
851
+ /**
852
+ * Describes the enum raft.wdm.v1.ConflictResolution.
853
+ */
854
+ export declare const ConflictResolutionSchema: GenEnum<ConflictResolution>;
855
+ /**
856
+ * QoS priority tier used by the mesh for replication and routing
857
+ * decisions.
858
+ *
859
+ * @generated from enum raft.wdm.v1.PriorityTier
860
+ */
861
+ export declare enum PriorityTier {
862
+ /**
863
+ * @generated from enum value: PRIORITY_TIER_UNSPECIFIED = 0;
864
+ */
865
+ UNSPECIFIED = 0,
866
+ /**
867
+ * @generated from enum value: PRIORITY_TIER_LOW = 1;
868
+ */
869
+ LOW = 1,
870
+ /**
871
+ * @generated from enum value: PRIORITY_TIER_MEDIUM = 2;
872
+ */
873
+ MEDIUM = 2,
874
+ /**
875
+ * @generated from enum value: PRIORITY_TIER_HIGH = 3;
876
+ */
877
+ HIGH = 3,
878
+ /**
879
+ * @generated from enum value: PRIORITY_TIER_CRITICAL = 4;
880
+ */
881
+ CRITICAL = 4
882
+ }
883
+ /**
884
+ * Describes the enum raft.wdm.v1.PriorityTier.
885
+ */
886
+ export declare const PriorityTierSchema: GenEnum<PriorityTier>;
887
+ /**
888
+ * Human-in-the-loop review status for an ML annotation.
889
+ *
890
+ * @generated from enum raft.wdm.v1.ReviewStatus
891
+ */
892
+ export declare enum ReviewStatus {
893
+ /**
894
+ * @generated from enum value: REVIEW_STATUS_UNSPECIFIED = 0;
895
+ */
896
+ UNSPECIFIED = 0,
897
+ /**
898
+ * Annotation has not been submitted for review. Either review is
899
+ * not required for this record or the workflow has not yet queued
900
+ * it.
901
+ *
902
+ * @generated from enum value: REVIEW_STATUS_NOT_REQUIRED = 1;
903
+ */
904
+ NOT_REQUIRED = 1,
905
+ /**
906
+ * Annotation is queued and awaiting human review.
907
+ *
908
+ * @generated from enum value: REVIEW_STATUS_PENDING = 2;
909
+ */
910
+ PENDING = 2,
911
+ /**
912
+ * Reviewer confirmed the annotation; downstream consumers may
913
+ * treat it as authoritative.
914
+ *
915
+ * @generated from enum value: REVIEW_STATUS_APPROVED = 3;
916
+ */
917
+ APPROVED = 3,
918
+ /**
919
+ * Reviewer rejected the annotation; consumers should not rely on
920
+ * its output for targeting or engagement decisions.
921
+ *
922
+ * @generated from enum value: REVIEW_STATUS_REJECTED = 4;
923
+ */
924
+ REJECTED = 4,
925
+ /**
926
+ * Reviewer modified the annotation during review. The annotation
927
+ * now reflects the corrected values; the original is preserved in
928
+ * provenance history.
929
+ *
930
+ * @generated from enum value: REVIEW_STATUS_AMENDED = 5;
931
+ */
932
+ AMENDED = 5
933
+ }
934
+ /**
935
+ * Describes the enum raft.wdm.v1.ReviewStatus.
936
+ */
937
+ export declare const ReviewStatusSchema: GenEnum<ReviewStatus>;
938
+ /**
939
+ * Broad classification of an attachment.
940
+ *
941
+ * @generated from enum raft.wdm.v1.AttachmentKind
942
+ */
943
+ export declare enum AttachmentKind {
944
+ /**
945
+ * @generated from enum value: ATTACHMENT_KIND_UNSPECIFIED = 0;
946
+ */
947
+ UNSPECIFIED = 0,
948
+ /**
949
+ * Still imagery (e.g., NITF, JPEG, PNG, GeoTIFF).
950
+ *
951
+ * @generated from enum value: ATTACHMENT_KIND_IMAGERY = 1;
952
+ */
953
+ IMAGERY = 1,
954
+ /**
955
+ * Full-motion video (e.g., MPEG-TS, H.264/H.265).
956
+ *
957
+ * @generated from enum value: ATTACHMENT_KIND_FMV = 2;
958
+ */
959
+ FMV = 2,
960
+ /**
961
+ * Documents and reports (e.g., PDF, DOCX, plain text).
962
+ *
963
+ * @generated from enum value: ATTACHMENT_KIND_DOCUMENT = 3;
964
+ */
965
+ DOCUMENT = 3,
966
+ /**
967
+ * Audio recordings (e.g., WAV, MP3, FLAC).
968
+ *
969
+ * @generated from enum value: ATTACHMENT_KIND_AUDIO = 4;
970
+ */
971
+ AUDIO = 4,
972
+ /**
973
+ * Structured data (e.g., logs, telemetry, CSV).
974
+ *
975
+ * @generated from enum value: ATTACHMENT_KIND_DATA = 5;
976
+ */
977
+ DATA = 5,
978
+ /**
979
+ * JSON payloads (e.g., configuration, analytics).
980
+ *
981
+ * @generated from enum value: ATTACHMENT_KIND_JSON = 6;
982
+ */
983
+ JSON = 6,
984
+ /**
985
+ * Geospatial data (e.g., KML/KMZ, Shapefile, MBTiles).
986
+ *
987
+ * @generated from enum value: ATTACHMENT_KIND_GEOSPATIAL = 7;
988
+ */
989
+ GEOSPATIAL = 7,
990
+ /**
991
+ * Serialized C2 messages (e.g., VMF, Link-16 J-series).
992
+ *
993
+ * @generated from enum value: ATTACHMENT_KIND_MESSAGE = 8;
994
+ */
995
+ MESSAGE = 8,
996
+ /**
997
+ * Compressed bundles (e.g., ZIP, TAR, 7z).
998
+ *
999
+ * @generated from enum value: ATTACHMENT_KIND_ARCHIVE = 9;
1000
+ */
1001
+ ARCHIVE = 9,
1002
+ /**
1003
+ * Machine-learning model artifacts (e.g., ONNX, TensorRT).
1004
+ *
1005
+ * @generated from enum value: ATTACHMENT_KIND_ML_MODEL = 10;
1006
+ */
1007
+ ML_MODEL = 10,
1008
+ /**
1009
+ * Opaque binary blobs (e.g., software, raw sensor dumps, proprietary formats).
1010
+ *
1011
+ * @generated from enum value: ATTACHMENT_KIND_BINARY = 11;
1012
+ */
1013
+ BINARY = 11
1014
+ }
1015
+ /**
1016
+ * Describes the enum raft.wdm.v1.AttachmentKind.
1017
+ */
1018
+ export declare const AttachmentKindSchema: GenEnum<AttachmentKind>;
1019
+ //# sourceMappingURL=common_pb.d.ts.map