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