@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,814 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
2
+ // @generated from file raft/wdm/v1/service/action_service.proto (package raft.wdm.v1.service, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
6
+ import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
7
+ import type { FieldMask, Timestamp } from "@bufbuild/protobuf/wkt";
8
+ import { file_google_protobuf_field_mask, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
9
+ import type { Action, ActionProgress, ActionState } from "../action_pb.js";
10
+ import { file_raft_wdm_v1_action } from "../action_pb.js";
11
+ import type { Principal, ProvenanceRecord } from "../common_pb.js";
12
+ import { file_raft_wdm_v1_common } from "../common_pb.js";
13
+ import type { ActionQuery } from "./query_pb.js";
14
+ import { file_raft_wdm_v1_service_query } from "./query_pb.js";
15
+ import type { Message } from "@bufbuild/protobuf";
16
+
17
+ /**
18
+ * Describes the file raft/wdm/v1/service/action_service.proto.
19
+ */
20
+ export const file_raft_wdm_v1_service_action_service: GenFile = /*@__PURE__*/
21
+ fileDesc("CihyYWZ0L3dkbS92MS9zZXJ2aWNlL2FjdGlvbl9zZXJ2aWNlLnByb3RvEhNyYWZ0LndkbS52MS5zZXJ2aWNlIjoKE0NyZWF0ZUFjdGlvblJlcXVlc3QSIwoGYWN0aW9uGAEgASgLMhMucmFmdC53ZG0udjEuQWN0aW9uIjsKFENyZWF0ZUFjdGlvblJlc3BvbnNlEiMKBmFjdGlvbhgBIAEoCzITLnJhZnQud2RtLnYxLkFjdGlvbiIlChBHZXRBY3Rpb25SZXF1ZXN0EhEKCWFjdGlvbl9pZBgBIAEoCSI4ChFHZXRBY3Rpb25SZXNwb25zZRIjCgZhY3Rpb24YASABKAsyEy5yYWZ0LndkbS52MS5BY3Rpb24iuAEKGFVwZGF0ZUFjdGlvblN0YXRlUmVxdWVzdBIRCglhY3Rpb25faWQYASABKAkSJwoFc3RhdGUYAiABKA4yGC5yYWZ0LndkbS52MS5BY3Rpb25TdGF0ZRItCghwcm9ncmVzcxgDIAEoCzIbLnJhZnQud2RtLnYxLkFjdGlvblByb2dyZXNzEjEKCnByb3ZlbmFuY2UYBCABKAsyHS5yYWZ0LndkbS52MS5Qcm92ZW5hbmNlUmVjb3JkIkAKGVVwZGF0ZUFjdGlvblN0YXRlUmVzcG9uc2USIwoGYWN0aW9uGAEgASgLMhMucmFmdC53ZG0udjEuQWN0aW9uItkBChRTZWFyY2hBY3Rpb25zUmVxdWVzdBIvCgVxdWVyeRgBIAEoCzIgLnJhZnQud2RtLnYxLnNlcnZpY2UuQWN0aW9uUXVlcnkSDgoGY3Vyc29yGAIgASgJEhEKCXBhZ2Vfc2l6ZRgDIAEoBRI9Cgpwcm9qZWN0aW9uGAQgASgOMikucmFmdC53ZG0udjEuc2VydmljZS5BY3Rpb25Qcm9qZWN0aW9uTW9kZRIuCgpmaWVsZF9tYXNrGAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLkZpZWxkTWFzayJSChVTZWFyY2hBY3Rpb25zUmVzcG9uc2USJAoHYWN0aW9ucxgBIAMoCzITLnJhZnQud2RtLnYxLkFjdGlvbhITCgtuZXh0X2N1cnNvchgCIAEoCSKhAwoUU3RyZWFtQWN0aW9uc1JlcXVlc3QSKwoLYXNzaWduZWRfdG8YASADKAsyFi5yYWZ0LndkbS52MS5QcmluY2lwYWwSLAoMcmVxdWVzdGVkX2J5GAIgAygLMhYucmFmdC53ZG0udjEuUHJpbmNpcGFsEi0KDWF1dGhvcml6ZWRfYnkYAyADKAsyFi5yYWZ0LndkbS52MS5QcmluY2lwYWwSHwoXaGVhcnRiZWF0X3BlcmlvZF9taWxsaXMYBCABKA0SOgoLc3RyZWFtX21vZGUYBSABKA4yJS5yYWZ0LndkbS52MS5zZXJ2aWNlLkFjdGlvblN0cmVhbU1vZGUSFwoPc291cmNlX25vZGVfaWRzGAYgAygJEhoKEm1heF9zdHJlYW1fcmF0ZV9oehgHIAEoDRI9Cgpwcm9qZWN0aW9uGAggASgOMikucmFmdC53ZG0udjEuc2VydmljZS5BY3Rpb25Qcm9qZWN0aW9uTW9kZRIuCgpmaWVsZF9tYXNrGAkgASgLMhouZ29vZ2xlLnByb3RvYnVmLkZpZWxkTWFzayLLAQoVU3RyZWFtQWN0aW9uc1Jlc3BvbnNlEiMKBmFjdGlvbhgBIAEoCzITLnJhZnQud2RtLnYxLkFjdGlvbhI4CgpldmVudF90eXBlGAIgASgOMiQucmFmdC53ZG0udjEuc2VydmljZS5BY3Rpb25FdmVudFR5cGUSLQoJdGltZXN0YW1wGAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIkChxkcm9wcGVkX3VwZGF0ZXNfc3RyZWFtX3RvdGFsGAQgASgNKoUBChRBY3Rpb25Qcm9qZWN0aW9uTW9kZRImCiJBQ1RJT05fUFJPSkVDVElPTl9NT0RFX1VOU1BFQ0lGSUVEEAASIgoeQUNUSU9OX1BST0pFQ1RJT05fTU9ERV9NSU5JTUFMEAESIQodQUNUSU9OX1BST0pFQ1RJT05fTU9ERV9DVVNUT00QAirTAQoPQWN0aW9uRXZlbnRUeXBlEiEKHUFDVElPTl9FVkVOVF9UWVBFX1VOU1BFQ0lGSUVEEAASHQoZQUNUSU9OX0VWRU5UX1RZUEVfSU5JVElBTBABEh0KGUFDVElPTl9FVkVOVF9UWVBFX0NSRUFURUQQAhIdChlBQ1RJT05fRVZFTlRfVFlQRV9VUERBVEVEEAMSHwobQUNUSU9OX0VWRU5UX1RZUEVfQ0FOQ0VMTEVEEAQSHwobQUNUSU9OX0VWRU5UX1RZUEVfSEVBUlRCRUFUEAUqfQoQQWN0aW9uU3RyZWFtTW9kZRIiCh5BQ1RJT05fU1RSRUFNX01PREVfVU5TUEVDSUZJRUQQABIjCh9BQ1RJT05fU1RSRUFNX01PREVfSU5JVElBTF9PTkxZEAESIAocQUNUSU9OX1NUUkVBTV9NT0RFX0xJVkVfT05MWRACMp4ECg1BY3Rpb25TZXJ2aWNlEmUKDENyZWF0ZUFjdGlvbhIoLnJhZnQud2RtLnYxLnNlcnZpY2UuQ3JlYXRlQWN0aW9uUmVxdWVzdBopLnJhZnQud2RtLnYxLnNlcnZpY2UuQ3JlYXRlQWN0aW9uUmVzcG9uc2UiABJcCglHZXRBY3Rpb24SJS5yYWZ0LndkbS52MS5zZXJ2aWNlLkdldEFjdGlvblJlcXVlc3QaJi5yYWZ0LndkbS52MS5zZXJ2aWNlLkdldEFjdGlvblJlc3BvbnNlIgASdAoRVXBkYXRlQWN0aW9uU3RhdGUSLS5yYWZ0LndkbS52MS5zZXJ2aWNlLlVwZGF0ZUFjdGlvblN0YXRlUmVxdWVzdBouLnJhZnQud2RtLnYxLnNlcnZpY2UuVXBkYXRlQWN0aW9uU3RhdGVSZXNwb25zZSIAEmgKDVNlYXJjaEFjdGlvbnMSKS5yYWZ0LndkbS52MS5zZXJ2aWNlLlNlYXJjaEFjdGlvbnNSZXF1ZXN0GioucmFmdC53ZG0udjEuc2VydmljZS5TZWFyY2hBY3Rpb25zUmVzcG9uc2UiABJoCg1TdHJlYW1BY3Rpb25zEikucmFmdC53ZG0udjEuc2VydmljZS5TdHJlYW1BY3Rpb25zUmVxdWVzdBoqLnJhZnQud2RtLnYxLnNlcnZpY2UuU3RyZWFtQWN0aW9uc1Jlc3BvbnNlMAFiBnByb3RvMw", [file_google_protobuf_field_mask, file_google_protobuf_timestamp, file_raft_wdm_v1_action, file_raft_wdm_v1_common, file_raft_wdm_v1_service_query]);
22
+
23
+ /**
24
+ * Request to create a new Action.
25
+ *
26
+ * Actions are immutable after creation. Only the state and progress can be
27
+ * changed via UpdateActionState (plus a narrow set of server-managed
28
+ * mutations for BDA and approvals).
29
+ *
30
+ * @generated from message raft.wdm.v1.service.CreateActionRequest
31
+ */
32
+ export type CreateActionRequest = Message<"raft.wdm.v1.service.CreateActionRequest"> & {
33
+ /**
34
+ * The action to create. If action.id is empty, a unique ID will be
35
+ * generated. All action fields should be set correctly at creation time,
36
+ * as they cannot be modified later.
37
+ *
38
+ * Required fields:
39
+ * * provenance.updated_at
40
+ *
41
+ * @generated from field: raft.wdm.v1.Action action = 1;
42
+ */
43
+ action?: Action | undefined;
44
+ };
45
+
46
+ /**
47
+ * Describes the message raft.wdm.v1.service.CreateActionRequest.
48
+ * Use `create(CreateActionRequestSchema)` to create a new message.
49
+ */
50
+ export const CreateActionRequestSchema: GenMessage<CreateActionRequest> = /*@__PURE__*/
51
+ messageDesc(file_raft_wdm_v1_service_action_service, 0);
52
+
53
+ /**
54
+ * Response after successfully creating an Action.
55
+ *
56
+ * @generated from message raft.wdm.v1.service.CreateActionResponse
57
+ */
58
+ export type CreateActionResponse = Message<"raft.wdm.v1.service.CreateActionResponse"> & {
59
+ /**
60
+ * The created action with all fields populated.
61
+ *
62
+ * @generated from field: raft.wdm.v1.Action action = 1;
63
+ */
64
+ action?: Action | undefined;
65
+ };
66
+
67
+ /**
68
+ * Describes the message raft.wdm.v1.service.CreateActionResponse.
69
+ * Use `create(CreateActionResponseSchema)` to create a new message.
70
+ */
71
+ export const CreateActionResponseSchema: GenMessage<CreateActionResponse> = /*@__PURE__*/
72
+ messageDesc(file_raft_wdm_v1_service_action_service, 1);
73
+
74
+ /**
75
+ * Request to retrieve a specific Action by ID.
76
+ *
77
+ * @generated from message raft.wdm.v1.service.GetActionRequest
78
+ */
79
+ export type GetActionRequest = Message<"raft.wdm.v1.service.GetActionRequest"> & {
80
+ /**
81
+ * Unique identifier of the action to retrieve.
82
+ *
83
+ * @generated from field: string action_id = 1;
84
+ */
85
+ actionId: string;
86
+ };
87
+
88
+ /**
89
+ * Describes the message raft.wdm.v1.service.GetActionRequest.
90
+ * Use `create(GetActionRequestSchema)` to create a new message.
91
+ */
92
+ export const GetActionRequestSchema: GenMessage<GetActionRequest> = /*@__PURE__*/
93
+ messageDesc(file_raft_wdm_v1_service_action_service, 2);
94
+
95
+ /**
96
+ * Response containing the requested Action.
97
+ *
98
+ * @generated from message raft.wdm.v1.service.GetActionResponse
99
+ */
100
+ export type GetActionResponse = Message<"raft.wdm.v1.service.GetActionResponse"> & {
101
+ /**
102
+ * The requested action.
103
+ *
104
+ * @generated from field: raft.wdm.v1.Action action = 1;
105
+ */
106
+ action?: Action | undefined;
107
+ };
108
+
109
+ /**
110
+ * Describes the message raft.wdm.v1.service.GetActionResponse.
111
+ * Use `create(GetActionResponseSchema)` to create a new message.
112
+ */
113
+ export const GetActionResponseSchema: GenMessage<GetActionResponse> = /*@__PURE__*/
114
+ messageDesc(file_raft_wdm_v1_service_action_service, 3);
115
+
116
+ /**
117
+ * Request to update the state of an existing Action.
118
+ *
119
+ * @generated from message raft.wdm.v1.service.UpdateActionStateRequest
120
+ */
121
+ export type UpdateActionStateRequest = Message<"raft.wdm.v1.service.UpdateActionStateRequest"> & {
122
+ /**
123
+ * Unique identifier of the action to update.
124
+ *
125
+ * @generated from field: string action_id = 1;
126
+ */
127
+ actionId: string;
128
+
129
+ /**
130
+ * The new state for the action.
131
+ *
132
+ * @generated from field: raft.wdm.v1.ActionState state = 2;
133
+ */
134
+ state: ActionState;
135
+
136
+ /**
137
+ * Optional progress to attach to this state update.
138
+ * Commonly used with same-state transitions (e.g., IN_PROGRESS ->
139
+ * IN_PROGRESS) to report execution progress without changing the lifecycle
140
+ * state. Example: a fire mission reporting "SHOT" and later "SPLASH" while
141
+ * remaining IN_PROGRESS.
142
+ *
143
+ * If not provided, existing progress is preserved unchanged.
144
+ *
145
+ * @generated from field: raft.wdm.v1.ActionProgress progress = 3;
146
+ */
147
+ progress?: ActionProgress | undefined;
148
+
149
+ /**
150
+ * Optional provenance for this state update.
151
+ *
152
+ * Allows attributing state transitions and progress updates to their
153
+ * actual source. For example, a fire mission created by AFATDS may have
154
+ * its SHOT progress reported by the firing battery -- a different source.
155
+ *
156
+ * If provided, overwrites Action.provenance for caller controlled fields.
157
+ * If not provided, the action's existing provenance is unchanged.
158
+ *
159
+ * Required fields when provided:
160
+ * * provenance.updated_at
161
+ *
162
+ * @generated from field: raft.wdm.v1.ProvenanceRecord provenance = 4;
163
+ */
164
+ provenance?: ProvenanceRecord | undefined;
165
+ };
166
+
167
+ /**
168
+ * Describes the message raft.wdm.v1.service.UpdateActionStateRequest.
169
+ * Use `create(UpdateActionStateRequestSchema)` to create a new message.
170
+ */
171
+ export const UpdateActionStateRequestSchema: GenMessage<UpdateActionStateRequest> = /*@__PURE__*/
172
+ messageDesc(file_raft_wdm_v1_service_action_service, 4);
173
+
174
+ /**
175
+ * Response after successfully updating an Action's state.
176
+ *
177
+ * @generated from message raft.wdm.v1.service.UpdateActionStateResponse
178
+ */
179
+ export type UpdateActionStateResponse = Message<"raft.wdm.v1.service.UpdateActionStateResponse"> & {
180
+ /**
181
+ * The updated action.
182
+ *
183
+ * @generated from field: raft.wdm.v1.Action action = 1;
184
+ */
185
+ action?: Action | undefined;
186
+ };
187
+
188
+ /**
189
+ * Describes the message raft.wdm.v1.service.UpdateActionStateResponse.
190
+ * Use `create(UpdateActionStateResponseSchema)` to create a new message.
191
+ */
192
+ export const UpdateActionStateResponseSchema: GenMessage<UpdateActionStateResponse> = /*@__PURE__*/
193
+ messageDesc(file_raft_wdm_v1_service_action_service, 5);
194
+
195
+ /**
196
+ * Request to retrieve multiple Actions with filtering and pagination.
197
+ *
198
+ * @generated from message raft.wdm.v1.service.SearchActionsRequest
199
+ */
200
+ export type SearchActionsRequest = Message<"raft.wdm.v1.service.SearchActionsRequest"> & {
201
+ /**
202
+ * Query criteria for selecting actions.
203
+ * If not provided or empty, returns all actions.
204
+ *
205
+ * @generated from field: raft.wdm.v1.service.ActionQuery query = 1;
206
+ */
207
+ query?: ActionQuery | undefined;
208
+
209
+ /**
210
+ * Opaque pagination cursor from a previous SearchActionsResponse.
211
+ * If empty, returns the first page of results.
212
+ *
213
+ * @generated from field: string cursor = 2;
214
+ */
215
+ cursor: string;
216
+
217
+ /**
218
+ * Maximum number of actions to return per page.
219
+ * If unspecified or 0, the server uses a default of 10.
220
+ *
221
+ * @generated from field: int32 page_size = 3;
222
+ */
223
+ pageSize: number;
224
+
225
+ /**
226
+ * Field projection mode applied to each action in the response page.
227
+ * Controls which fields are included in the response. Useful for
228
+ * reducing payload size and client-side deserialization cost in
229
+ * bandwidth-constrained environments.
230
+ *
231
+ * - `UNSPECIFIED`: Returns all fields (default)
232
+ * - `MINIMAL`: Returns list-row fields: id, security, name, type, scope,
233
+ * parent_action_id, state, priority, progress, requested_by, assigned_to,
234
+ * authorized_by, not_before, not_after, provenance
235
+ * - `CUSTOM`: Uses field_mask for custom field selection
236
+ *
237
+ * Unrecognized projection values are handled as `UNSPECIFIED`: the server
238
+ * returns full actions. This preserves compatibility when clients use
239
+ * projection modes added after the server was deployed.
240
+ *
241
+ * @generated from field: raft.wdm.v1.service.ActionProjectionMode projection = 4;
242
+ */
243
+ projection: ActionProjectionMode;
244
+
245
+ /**
246
+ * Custom field selection. Only used when projection is CUSTOM.
247
+ * Ignored for all other projection values.
248
+ *
249
+ * Specify fields using dot-notation paths (e.g., `assigned_to.id`,
250
+ * `provenance.updated_at`). Supports nested field selection for
251
+ * fine-grained control. See ActionProjectionMode for example masks.
252
+ *
253
+ * @generated from field: google.protobuf.FieldMask field_mask = 5;
254
+ */
255
+ fieldMask?: FieldMask | undefined;
256
+ };
257
+
258
+ /**
259
+ * Describes the message raft.wdm.v1.service.SearchActionsRequest.
260
+ * Use `create(SearchActionsRequestSchema)` to create a new message.
261
+ */
262
+ export const SearchActionsRequestSchema: GenMessage<SearchActionsRequest> = /*@__PURE__*/
263
+ messageDesc(file_raft_wdm_v1_service_action_service, 6);
264
+
265
+ /**
266
+ * Response containing actions matching the query criteria.
267
+ *
268
+ * @generated from message raft.wdm.v1.service.SearchActionsResponse
269
+ */
270
+ export type SearchActionsResponse = Message<"raft.wdm.v1.service.SearchActionsResponse"> & {
271
+ /**
272
+ * Actions matching the query filters.
273
+ *
274
+ * @generated from field: repeated raft.wdm.v1.Action actions = 1;
275
+ */
276
+ actions: Action[];
277
+
278
+ /**
279
+ * Opaque cursor for retrieving the next page of results.
280
+ * Empty if there are no more results.
281
+ * Clients should treat this as an opaque string and not attempt to parse it.
282
+ *
283
+ * @generated from field: string next_cursor = 2;
284
+ */
285
+ nextCursor: string;
286
+ };
287
+
288
+ /**
289
+ * Describes the message raft.wdm.v1.service.SearchActionsResponse.
290
+ * Use `create(SearchActionsResponseSchema)` to create a new message.
291
+ */
292
+ export const SearchActionsResponseSchema: GenMessage<SearchActionsResponse> = /*@__PURE__*/
293
+ messageDesc(file_raft_wdm_v1_service_action_service, 7);
294
+
295
+ /**
296
+ * Request to establish a streaming connection for action updates.
297
+ *
298
+ * Filters actions by the specified principals. If multiple filter fields are
299
+ * provided, they are combined with OR logic - actions matching ANY of the
300
+ * principal criteria will be returned. The source_node_ids filter, when set,
301
+ * further constrains the stream to actions published by those specific
302
+ * source nodes (AND semantics against the principal filter result).
303
+ *
304
+ * @generated from message raft.wdm.v1.service.StreamActionsRequest
305
+ */
306
+ export type StreamActionsRequest = Message<"raft.wdm.v1.service.StreamActionsRequest"> & {
307
+ /**
308
+ * Filter by principals assigned to execute actions.
309
+ * Returns actions assigned to ANY of these principals.
310
+ *
311
+ * @generated from field: repeated raft.wdm.v1.Principal assigned_to = 1;
312
+ */
313
+ assignedTo: Principal[];
314
+
315
+ /**
316
+ * Filter by principals who requested the actions.
317
+ * Returns actions requested by ANY of these principals.
318
+ *
319
+ * @generated from field: repeated raft.wdm.v1.Principal requested_by = 2;
320
+ */
321
+ requestedBy: Principal[];
322
+
323
+ /**
324
+ * Filter by principals who authorized the actions.
325
+ * Returns actions authorized by ANY of these principals.
326
+ *
327
+ * @generated from field: repeated raft.wdm.v1.Principal authorized_by = 3;
328
+ */
329
+ authorizedBy: Principal[];
330
+
331
+ /**
332
+ * The period (in milliseconds) at which heartbeat messages will be sent.
333
+ * Heartbeat messages have event_type = ACTION_EVENT_TYPE_HEARTBEAT with
334
+ * action = nil and timestamp = heartbeat time.
335
+ * If this field is set to 0 then no heartbeat messages are sent.
336
+ * Default: 0 (no heartbeats).
337
+ *
338
+ * @generated from field: uint32 heartbeat_period_millis = 4;
339
+ */
340
+ heartbeatPeriodMillis: number;
341
+
342
+ /**
343
+ * Streaming mode controlling which events are delivered.
344
+ * Default: ACTION_STREAM_MODE_UNSPECIFIED (both initial and live events).
345
+ *
346
+ * @generated from field: raft.wdm.v1.service.ActionStreamMode stream_mode = 5;
347
+ */
348
+ streamMode: ActionStreamMode;
349
+
350
+ /**
351
+ * Filter by source node IDs.
352
+ * Returns actions where provenance.source_node_id matches ANY of these
353
+ * values. If empty, all source nodes are included.
354
+ *
355
+ * @generated from field: repeated string source_node_ids = 6;
356
+ */
357
+ sourceNodeIds: string[];
358
+
359
+ /**
360
+ * Optional aggregate rate cap in hertz for stream lifecycle events.
361
+ * UPDATED events over the cap are dropped and not resent.
362
+ * CREATED and CANCELLED events always send but consume capacity; INITIAL and
363
+ * HEARTBEAT events bypass the cap. 0 means no cap; non-zero must be >= 10.
364
+ *
365
+ * @generated from field: uint32 max_stream_rate_hz = 7;
366
+ */
367
+ maxStreamRateHz: number;
368
+
369
+ /**
370
+ * Field projection mode. Controls which fields are included in responses.
371
+ *
372
+ * - `UNSPECIFIED`: Returns all fields (default)
373
+ * - `MINIMAL`: Returns list-row fields: id, security, name, type, scope,
374
+ * parent_action_id, state, priority, progress, requested_by, assigned_to,
375
+ * authorized_by, not_before, not_after, provenance
376
+ * - `CUSTOM`: Uses field_mask for custom field selection
377
+ *
378
+ * Unrecognized projection values are handled as `UNSPECIFIED`: the server
379
+ * returns full actions. This preserves compatibility when clients use
380
+ * projection modes added after the server was deployed.
381
+ *
382
+ * @generated from field: raft.wdm.v1.service.ActionProjectionMode projection = 8;
383
+ */
384
+ projection: ActionProjectionMode;
385
+
386
+ /**
387
+ * Custom field selection. Only used when projection is CUSTOM.
388
+ * Ignored for all other projection values.
389
+ *
390
+ * Specify fields using dot-notation paths (e.g., `assigned_to.id`,
391
+ * `provenance.updated_at`). Supports nested field selection for
392
+ * fine-grained control.
393
+ *
394
+ * @generated from field: google.protobuf.FieldMask field_mask = 9;
395
+ */
396
+ fieldMask?: FieldMask | undefined;
397
+ };
398
+
399
+ /**
400
+ * Describes the message raft.wdm.v1.service.StreamActionsRequest.
401
+ * Use `create(StreamActionsRequestSchema)` to create a new message.
402
+ */
403
+ export const StreamActionsRequestSchema: GenMessage<StreamActionsRequest> = /*@__PURE__*/
404
+ messageDesc(file_raft_wdm_v1_service_action_service, 8);
405
+
406
+ /**
407
+ * Response streamed to principals containing action updates.
408
+ *
409
+ * When a stream is established, the server first sends INITIAL events for
410
+ * all non-terminal actions matching the filter criteria. Terminal states
411
+ * (COMPLETED, FAILED, CANCELLED, REJECTED) are omitted from the initial
412
+ * sync. After the initial sync completes, the stream delivers real-time
413
+ * CREATED, UPDATED, and CANCELLED events as action lifecycle changes occur.
414
+ *
415
+ * @generated from message raft.wdm.v1.service.StreamActionsResponse
416
+ */
417
+ export type StreamActionsResponse = Message<"raft.wdm.v1.service.StreamActionsResponse"> & {
418
+ /**
419
+ * The action data.
420
+ *
421
+ * @generated from field: raft.wdm.v1.Action action = 1;
422
+ */
423
+ action?: Action | undefined;
424
+
425
+ /**
426
+ * Event type indicating the action lifecycle event.
427
+ *
428
+ * @generated from field: raft.wdm.v1.service.ActionEventType event_type = 2;
429
+ */
430
+ eventType: ActionEventType;
431
+
432
+ /**
433
+ * Timestamp when this event occurred.
434
+ *
435
+ * @generated from field: google.protobuf.Timestamp timestamp = 3;
436
+ */
437
+ timestamp?: Timestamp | undefined;
438
+
439
+ /**
440
+ * Count of UPDATED events dropped by max_stream_rate_hz on this stream.
441
+ * Monotonically increases, appears on every response, and resets on reconnect.
442
+ * Always 0 when max_stream_rate_hz is unset.
443
+ *
444
+ * The server may terminate a stream that is dropping updates persistently
445
+ * (a sign the consumer cannot keep pace) with status RESOURCE_EXHAUSTED;
446
+ * clients should reconnect to resume, which resets this counter.
447
+ *
448
+ * @generated from field: uint32 dropped_updates_stream_total = 4;
449
+ */
450
+ droppedUpdatesStreamTotal: number;
451
+ };
452
+
453
+ /**
454
+ * Describes the message raft.wdm.v1.service.StreamActionsResponse.
455
+ * Use `create(StreamActionsResponseSchema)` to create a new message.
456
+ */
457
+ export const StreamActionsResponseSchema: GenMessage<StreamActionsResponse> = /*@__PURE__*/
458
+ messageDesc(file_raft_wdm_v1_service_action_service, 9);
459
+
460
+ /**
461
+ * Field projection mode for action responses.
462
+ *
463
+ * Controls which fields are included in action responses to optimize
464
+ * bandwidth usage in constrained environments.
465
+ *
466
+ * @generated from enum raft.wdm.v1.service.ActionProjectionMode
467
+ */
468
+ export enum ActionProjectionMode {
469
+ /**
470
+ * Return all action fields (default behavior).
471
+ *
472
+ * @generated from enum value: ACTION_PROJECTION_MODE_UNSPECIFIED = 0;
473
+ */
474
+ UNSPECIFIED = 0,
475
+
476
+ /**
477
+ * Minimal action projection for directory and queue list rows.
478
+ *
479
+ * Returns only fields needed to identify, route, sort, and monitor action
480
+ * lifecycle state:
481
+ * - `id`
482
+ * - `security`
483
+ * - `name`
484
+ * - `type`
485
+ * - `scope`
486
+ * - `parent_action_id`
487
+ * - `state`
488
+ * - `priority`
489
+ * - `progress`
490
+ * - `requested_by`
491
+ * - `assigned_to`
492
+ * - `authorized_by`
493
+ * - `not_before`
494
+ * - `not_after`
495
+ * - `provenance`
496
+ *
497
+ * Heavier execution payloads such as intent, target nomination, BDA,
498
+ * geometry, route, details, attachments, external references, catalog data,
499
+ * and ML annotations are omitted.
500
+ *
501
+ * **Use case**: Action dashboards, execution queues, and low-bandwidth
502
+ * clients that need lifecycle awareness without full action payloads.
503
+ *
504
+ * @generated from enum value: ACTION_PROJECTION_MODE_MINIMAL = 1;
505
+ */
506
+ MINIMAL = 1,
507
+
508
+ /**
509
+ * Use custom field mask for flexible field selection.
510
+ *
511
+ * Allows fine-grained control over which fields are returned. Specify
512
+ * desired fields using the `field_mask` parameter with dot-notation paths.
513
+ *
514
+ * **Example field masks**:
515
+ *
516
+ * **Action queue**:
517
+ * ```
518
+ * field_mask: {paths: ["id", "name", "state", "priority", "assigned_to",
519
+ * "not_before", "not_after"]}
520
+ * ```
521
+ *
522
+ * **Routing and provenance**:
523
+ * ```
524
+ * field_mask: {paths: ["id", "requested_by", "assigned_to",
525
+ * "authorized_by", "provenance.updated_at"]}
526
+ * ```
527
+ *
528
+ * **Lifecycle monitoring**:
529
+ * ```
530
+ * field_mask: {paths: ["id", "state", "progress", "provenance"]}
531
+ * ```
532
+ *
533
+ * @generated from enum value: ACTION_PROJECTION_MODE_CUSTOM = 2;
534
+ */
535
+ CUSTOM = 2,
536
+ }
537
+
538
+ /**
539
+ * Describes the enum raft.wdm.v1.service.ActionProjectionMode.
540
+ */
541
+ export const ActionProjectionModeSchema: GenEnum<ActionProjectionMode> = /*@__PURE__*/
542
+ enumDesc(file_raft_wdm_v1_service_action_service, 0);
543
+
544
+ /**
545
+ * Event type for action lifecycle changes.
546
+ *
547
+ * Streams follow a two-phase pattern:
548
+ * 1. Initial sync: INITIAL events for all non-terminal actions that exist
549
+ * when the stream starts
550
+ * 2. Live updates: CREATED, UPDATED, CANCELLED events as actions change
551
+ * 3. Heartbeat messages: HEARTBEAT events sent periodically if configured
552
+ *
553
+ * Note: Event types reflect action lifecycle, not filter matching. If an
554
+ * action no longer matches the filter criteria, it will not appear in the
555
+ * stream, but this is not indicated by an event type.
556
+ *
557
+ * @generated from enum raft.wdm.v1.service.ActionEventType
558
+ */
559
+ export enum ActionEventType {
560
+ /**
561
+ * @generated from enum value: ACTION_EVENT_TYPE_UNSPECIFIED = 0;
562
+ */
563
+ UNSPECIFIED = 0,
564
+
565
+ /**
566
+ * Action existed when the stream was established.
567
+ * Sent during initial synchronization to provide baseline state.
568
+ *
569
+ * @generated from enum value: ACTION_EVENT_TYPE_INITIAL = 1;
570
+ */
571
+ INITIAL = 1,
572
+
573
+ /**
574
+ * Action was newly created or assigned in the system.
575
+ *
576
+ * @generated from enum value: ACTION_EVENT_TYPE_CREATED = 2;
577
+ */
578
+ CREATED = 2,
579
+
580
+ /**
581
+ * Action state or progress was updated. Includes both state transitions
582
+ * and same-state progress updates.
583
+ *
584
+ * @generated from enum value: ACTION_EVENT_TYPE_UPDATED = 3;
585
+ */
586
+ UPDATED = 3,
587
+
588
+ /**
589
+ * Action was cancelled (state set to ACTION_STATE_CANCELLED).
590
+ * This is the deletion mechanism for actions.
591
+ *
592
+ * @generated from enum value: ACTION_EVENT_TYPE_CANCELLED = 4;
593
+ */
594
+ CANCELLED = 4,
595
+
596
+ /**
597
+ * Heartbeat keepalive message.
598
+ * Sent periodically if heartbeat_period_millis is configured in
599
+ * StreamActionsRequest. These messages have action = nil/empty and
600
+ * timestamp = heartbeat time.
601
+ *
602
+ * @generated from enum value: ACTION_EVENT_TYPE_HEARTBEAT = 5;
603
+ */
604
+ HEARTBEAT = 5,
605
+ }
606
+
607
+ /**
608
+ * Describes the enum raft.wdm.v1.service.ActionEventType.
609
+ */
610
+ export const ActionEventTypeSchema: GenEnum<ActionEventType> = /*@__PURE__*/
611
+ enumDesc(file_raft_wdm_v1_service_action_service, 1);
612
+
613
+ /**
614
+ * Streaming mode controlling which events are delivered in action streams.
615
+ *
616
+ * @generated from enum raft.wdm.v1.service.ActionStreamMode
617
+ */
618
+ export enum ActionStreamMode {
619
+ /**
620
+ * Default behavior: send INITIAL events for pre-existing non-terminal
621
+ * actions, then stream live updates (CREATED, UPDATED, CANCELLED)
622
+ * indefinitely.
623
+ *
624
+ * Use case: Clients that need full awareness - both current state and
625
+ * ongoing changes.
626
+ * Example: Action execution agent showing all assigned actions with
627
+ * real-time updates.
628
+ *
629
+ * @generated from enum value: ACTION_STREAM_MODE_UNSPECIFIED = 0;
630
+ */
631
+ UNSPECIFIED = 0,
632
+
633
+ /**
634
+ * Send only INITIAL events for non-terminal actions that exist when the
635
+ * stream starts, then close the stream. No live updates are sent.
636
+ *
637
+ * Use case: Snapshot queries or one-time bulk synchronization where
638
+ * real-time updates are not needed.
639
+ *
640
+ * Example: Dashboard showing current action queue without needing updates,
641
+ * or bulk export for reporting.
642
+ *
643
+ * @generated from enum value: ACTION_STREAM_MODE_INITIAL_ONLY = 1;
644
+ */
645
+ INITIAL_ONLY = 1,
646
+
647
+ /**
648
+ * Skip INITIAL events, send only live updates (CREATED, UPDATED,
649
+ * CANCELLED). Stream starts empty and only shows changes that occur after
650
+ * subscription.
651
+ *
652
+ * Use case: Change-data-capture scenarios where current state is already
653
+ * known, or alert systems that only care about new events.
654
+ *
655
+ * Example: Notification system that alerts on new action assignments
656
+ * without showing existing queue.
657
+ *
658
+ * @generated from enum value: ACTION_STREAM_MODE_LIVE_ONLY = 2;
659
+ */
660
+ LIVE_ONLY = 2,
661
+ }
662
+
663
+ /**
664
+ * Describes the enum raft.wdm.v1.service.ActionStreamMode.
665
+ */
666
+ export const ActionStreamModeSchema: GenEnum<ActionStreamMode> = /*@__PURE__*/
667
+ enumDesc(file_raft_wdm_v1_service_action_service, 2);
668
+
669
+ /**
670
+ * Service for managing action lifecycle and execution.
671
+ *
672
+ * Handles action creation across all scopes (task, order, alert, report,
673
+ * etc.), assignment to principals (persons, units, systems), state and
674
+ * progress tracking, and real-time distribution for execution.
675
+ *
676
+ * Actions are immutable after creation with a narrow set of exceptions
677
+ * managed through dedicated operations:
678
+ * - Lifecycle state transitions via UpdateActionState.
679
+ * - Execution progress updates via UpdateActionState (same-state updates).
680
+ * - Battle damage assessment attachment (server-managed).
681
+ * - Approval chain progression (server-managed).
682
+ * All other modifications require cancelling the existing action (state set
683
+ * to ACTION_STATE_CANCELLED) and creating a new one.
684
+ *
685
+ * NOTE: Streaming APIs (StreamActions) are only available via gRPC.
686
+ * They are not supported over standard REST/HTTP at this time. For REST
687
+ * clients, use the standard CRUD operations (CreateAction, GetAction,
688
+ * UpdateActionState, SearchActions).
689
+ *
690
+ * @generated from service raft.wdm.v1.service.ActionService
691
+ */
692
+ export const ActionService: GenService<{
693
+ /**
694
+ * Creates a new Action in the system.
695
+ *
696
+ * Actions are immutable after creation except for state transitions,
697
+ * progress updates, BDA attachment, and approval chain progression. If the
698
+ * action ID is not provided, a unique identifier will be generated. The
699
+ * initial action state defaults to ACTION_STATE_DRAFT unless specified.
700
+ *
701
+ * The caller should populate every field that applies to the action at
702
+ * creation time, including scope (TASK, ORDER, ALERT, REPORT, etc.), type
703
+ * (free-form identifier agreed between producer and consumer, e.g.
704
+ * "fire_mission", "sitrep"), intent, routing (assigned_to, requested_by,
705
+ * authorized_by), and any scope-specific substructure (alert, target
706
+ * nomination, route, area_of_operations).
707
+ *
708
+ * NOTE: Actions cannot be updated after creation. To modify an action's
709
+ * details (name, description, assignments, priority, intent), cancel the
710
+ * existing action (ACTION_STATE_CANCELLED) and create a new one. Only the
711
+ * action's state and progress can be changed via UpdateActionState.
712
+ *
713
+ * @generated from rpc raft.wdm.v1.service.ActionService.CreateAction
714
+ */
715
+ createAction: {
716
+ methodKind: "unary";
717
+ input: typeof CreateActionRequestSchema;
718
+ output: typeof CreateActionResponseSchema;
719
+ },
720
+ /**
721
+ * Retrieves a specific Action by its unique identifier.
722
+ *
723
+ * Returns detailed information about an action including its current
724
+ * state, scope, assignments, priority, progress, intent, and any
725
+ * scope-specific substructure.
726
+ *
727
+ * @generated from rpc raft.wdm.v1.service.ActionService.GetAction
728
+ */
729
+ getAction: {
730
+ methodKind: "unary";
731
+ input: typeof GetActionRequestSchema;
732
+ output: typeof GetActionResponseSchema;
733
+ },
734
+ /**
735
+ * Updates the state and/or progress of an existing Action.
736
+ *
737
+ * This is the primary way to modify an action after creation. This method
738
+ * allows agents or operators to update the action's lifecycle state and
739
+ * execution progress as the action progresses.
740
+ *
741
+ * Same-state transitions are valid and commonly used to report progress
742
+ * without changing the lifecycle state (e.g., IN_PROGRESS -> IN_PROGRESS
743
+ * with updated progress phase such as "SHOT" -> "SPLASH" for a fire
744
+ * mission).
745
+ *
746
+ * State transitions should follow the action lifecycle:
747
+ * DRAFT -> PENDING -> APPROVED -> ASSIGNED -> ACKNOWLEDGED
748
+ * -> PLANNED -> IN_PROGRESS -> COMPLETED
749
+ * Terminal states (COMPLETED, FAILED, CANCELLED, REJECTED) are final and
750
+ * cannot be changed.
751
+ *
752
+ * To cancel an action, set state to ACTION_STATE_CANCELLED. There is no
753
+ * separate delete operation - cancellation is the deletion mechanism for
754
+ * actions.
755
+ *
756
+ * NOTE: This RPC only modifies the state, progress, and (optionally)
757
+ * provenance of the action. It does not accept changes to BDA, approval
758
+ * chain, or other substructure. Those are managed through dedicated
759
+ * server-side workflows.
760
+ *
761
+ * @generated from rpc raft.wdm.v1.service.ActionService.UpdateActionState
762
+ */
763
+ updateActionState: {
764
+ methodKind: "unary";
765
+ input: typeof UpdateActionStateRequestSchema;
766
+ output: typeof UpdateActionStateResponseSchema;
767
+ },
768
+ /**
769
+ * Retrieves multiple Actions matching specified filtering criteria.
770
+ *
771
+ * Results are paginated using cursor-based pagination.
772
+ *
773
+ * @generated from rpc raft.wdm.v1.service.ActionService.SearchActions
774
+ */
775
+ searchActions: {
776
+ methodKind: "unary";
777
+ input: typeof SearchActionsRequestSchema;
778
+ output: typeof SearchActionsResponseSchema;
779
+ },
780
+ /**
781
+ * Establishes a server streaming connection that delivers actions to
782
+ * principals.
783
+ *
784
+ * Creates a persistent connection allowing the server to push actions as
785
+ * they become available. Returns actions assigned to, requested by, or
786
+ * authorized by the specified principals.
787
+ *
788
+ * Filters across the principal fields are combined with OR logic - actions
789
+ * matching ANY of the principal criteria will be returned. The
790
+ * source_node_ids filter, when set, further constrains the stream to
791
+ * actions published by those specific Raft Data Platform nodes.
792
+ *
793
+ * During initial synchronization, the server sends INITIAL events for
794
+ * matching actions in non-terminal states. Actions in terminal states
795
+ * (COMPLETED, FAILED, CANCELLED, REJECTED) are omitted from the initial
796
+ * sync. After initial sync, the stream delivers real-time CREATED,
797
+ * UPDATED, and CANCELLED events as action lifecycle changes occur.
798
+ *
799
+ * Principals should monitor this stream and update action states using
800
+ * UpdateActionState to provide progress information.
801
+ *
802
+ * NOTE: This streaming RPC is only available via gRPC. Not supported over
803
+ * standard REST/HTTP.
804
+ *
805
+ * @generated from rpc raft.wdm.v1.service.ActionService.StreamActions
806
+ */
807
+ streamActions: {
808
+ methodKind: "server_streaming";
809
+ input: typeof StreamActionsRequestSchema;
810
+ output: typeof StreamActionsResponseSchema;
811
+ },
812
+ }> = /*@__PURE__*/
813
+ serviceDesc(file_raft_wdm_v1_service_action_service, 0);
814
+