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