@anduril-industries/lattice-sdk 1.2.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 (105) hide show
  1. package/.github/CODEOWNERS +1 -0
  2. package/.github/workflows/commit-lint.yml +21 -0
  3. package/.github/workflows/release.yml +36 -0
  4. package/LICENSE.md +188 -0
  5. package/README.md +30 -0
  6. package/SECURITY.md +5 -0
  7. package/package.json +21 -0
  8. package/src/anduril/entitymanager/v1/classification.pub_pb.d.ts +142 -0
  9. package/src/anduril/entitymanager/v1/classification.pub_pb.js +47 -0
  10. package/src/anduril/entitymanager/v1/contact_details.pub_pb.d.ts +32 -0
  11. package/src/anduril/entitymanager/v1/contact_details.pub_pb.js +19 -0
  12. package/src/anduril/entitymanager/v1/correlations.pub_pb.d.ts +189 -0
  13. package/src/anduril/entitymanager/v1/correlations.pub_pb.js +55 -0
  14. package/src/anduril/entitymanager/v1/dimensions.pub_pb.d.ts +30 -0
  15. package/src/anduril/entitymanager/v1/dimensions.pub_pb.js +19 -0
  16. package/src/anduril/entitymanager/v1/entity.pub_pb.d.ts +1043 -0
  17. package/src/anduril/entitymanager/v1/entity.pub_pb.js +211 -0
  18. package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.d.ts +493 -0
  19. package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.js +143 -0
  20. package/src/anduril/entitymanager/v1/filter.pub_pb.d.ts +735 -0
  21. package/src/anduril/entitymanager/v1/filter.pub_pb.js +182 -0
  22. package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.d.ts +116 -0
  23. package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.js +34 -0
  24. package/src/anduril/entitymanager/v1/geoentity.pub_pb.d.ts +325 -0
  25. package/src/anduril/entitymanager/v1/geoentity.pub_pb.js +91 -0
  26. package/src/anduril/entitymanager/v1/group.pub_pb.d.ts +26 -0
  27. package/src/anduril/entitymanager/v1/group.pub_pb.js +19 -0
  28. package/src/anduril/entitymanager/v1/health_status.pub_pb.d.ts +344 -0
  29. package/src/anduril/entitymanager/v1/health_status.pub_pb.js +90 -0
  30. package/src/anduril/entitymanager/v1/location.pub_pb.d.ts +278 -0
  31. package/src/anduril/entitymanager/v1/location.pub_pb.js +56 -0
  32. package/src/anduril/entitymanager/v1/media.pub_pb.d.ts +97 -0
  33. package/src/anduril/entitymanager/v1/media.pub_pb.js +39 -0
  34. package/src/anduril/entitymanager/v1/notification.pub_pb.d.ts +50 -0
  35. package/src/anduril/entitymanager/v1/notification.pub_pb.js +20 -0
  36. package/src/anduril/entitymanager/v1/ontology.pub_pb.d.ts +76 -0
  37. package/src/anduril/entitymanager/v1/ontology.pub_pb.js +29 -0
  38. package/src/anduril/entitymanager/v1/options.pub_pb.d.ts +17 -0
  39. package/src/anduril/entitymanager/v1/options.pub_pb.js +19 -0
  40. package/src/anduril/entitymanager/v1/orbit.pub_pb.d.ts +31 -0
  41. package/src/anduril/entitymanager/v1/orbit.pub_pb.js +20 -0
  42. package/src/anduril/entitymanager/v1/payloads.pub_pb.d.ts +143 -0
  43. package/src/anduril/entitymanager/v1/payloads.pub_pb.js +49 -0
  44. package/src/anduril/entitymanager/v1/power.pub_pb.d.ts +230 -0
  45. package/src/anduril/entitymanager/v1/power.pub_pb.js +58 -0
  46. package/src/anduril/entitymanager/v1/rate_limit.pub_pb.d.ts +38 -0
  47. package/src/anduril/entitymanager/v1/rate_limit.pub_pb.js +19 -0
  48. package/src/anduril/entitymanager/v1/relationship.pub_pb.d.ts +184 -0
  49. package/src/anduril/entitymanager/v1/relationship.pub_pb.js +63 -0
  50. package/src/anduril/entitymanager/v1/route_details.pub_pb.d.ts +38 -0
  51. package/src/anduril/entitymanager/v1/route_details.pub_pb.js +20 -0
  52. package/src/anduril/entitymanager/v1/schedule.pub_pb.d.ts +124 -0
  53. package/src/anduril/entitymanager/v1/schedule.pub_pb.js +47 -0
  54. package/src/anduril/entitymanager/v1/sensors.pub_pb.d.ts +434 -0
  55. package/src/anduril/entitymanager/v1/sensors.pub_pb.js +104 -0
  56. package/src/anduril/entitymanager/v1/signal.pub_pb.d.ts +432 -0
  57. package/src/anduril/entitymanager/v1/signal.pub_pb.js +98 -0
  58. package/src/anduril/entitymanager/v1/supplies.pub_pb.d.ts +102 -0
  59. package/src/anduril/entitymanager/v1/supplies.pub_pb.js +29 -0
  60. package/src/anduril/entitymanager/v1/target_priority.pub_pb.d.ts +130 -0
  61. package/src/anduril/entitymanager/v1/target_priority.pub_pb.js +41 -0
  62. package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.d.ts +163 -0
  63. package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.js +48 -0
  64. package/src/anduril/entitymanager/v1/types.pub_pb.d.ts +391 -0
  65. package/src/anduril/entitymanager/v1/types.pub_pb.js +81 -0
  66. package/src/anduril/ontology/v1/type.pub_pb.d.ts +693 -0
  67. package/src/anduril/ontology/v1/type.pub_pb.js +65 -0
  68. package/src/anduril/taskmanager/v1/generic_spec.pub_pb.d.ts +33 -0
  69. package/src/anduril/taskmanager/v1/generic_spec.pub_pb.js +20 -0
  70. package/src/anduril/taskmanager/v1/task.pub_pb.d.ts +873 -0
  71. package/src/anduril/taskmanager/v1/task.pub_pb.js +192 -0
  72. package/src/anduril/taskmanager/v1/task_api.pub_pb.d.ts +81 -0
  73. package/src/anduril/taskmanager/v1/task_api.pub_pb.js +34 -0
  74. package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.d.ts +551 -0
  75. package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.js +143 -0
  76. package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.d.ts +112 -0
  77. package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.js +52 -0
  78. package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.d.ts +143 -0
  79. package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.js +69 -0
  80. package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.d.ts +55 -0
  81. package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.js +31 -0
  82. package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.d.ts +88 -0
  83. package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.js +35 -0
  84. package/src/anduril/tasks/v2/catalog.pub_pb.d.ts +53 -0
  85. package/src/anduril/tasks/v2/catalog.pub_pb.js +26 -0
  86. package/src/anduril/tasks/v2/common.pub_pb.d.ts +184 -0
  87. package/src/anduril/tasks/v2/common.pub_pb.js +67 -0
  88. package/src/anduril/tasks/v2/objective.pub_pb.d.ts +83 -0
  89. package/src/anduril/tasks/v2/objective.pub_pb.js +27 -0
  90. package/src/anduril/tasks/v2/shared/isr.pub_pb.d.ts +714 -0
  91. package/src/anduril/tasks/v2/shared/isr.pub_pb.js +181 -0
  92. package/src/anduril/tasks/v2/shared/maneuver.pub_pb.d.ts +182 -0
  93. package/src/anduril/tasks/v2/shared/maneuver.pub_pb.js +75 -0
  94. package/src/anduril/tasks/v2/shared/strike.pub_pb.d.ts +210 -0
  95. package/src/anduril/tasks/v2/shared/strike.pub_pb.js +57 -0
  96. package/src/anduril/type/attribution.pub_pb.d.ts +37 -0
  97. package/src/anduril/type/attribution.pub_pb.js +19 -0
  98. package/src/anduril/type/color.pub_pb.d.ts +61 -0
  99. package/src/anduril/type/color.pub_pb.js +20 -0
  100. package/src/anduril/type/coords.pub_pb.d.ts +730 -0
  101. package/src/anduril/type/coords.pub_pb.js +180 -0
  102. package/src/anduril/type/geometry.pub_pb.d.ts +68 -0
  103. package/src/anduril/type/geometry.pub_pb.js +20 -0
  104. package/src/anduril/type/orbit.pub_pb.d.ts +306 -0
  105. package/src/anduril/type/orbit.pub_pb.js +65 -0
@@ -0,0 +1,112 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub.proto (package anduril.tasks.ad.desertguardian.common.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+
8
+ /**
9
+ * Describes the file anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub.proto.
10
+ */
11
+ export declare const file_anduril_tasks_ad_desertguardian_common_v1_common_tasks_pub: GenFile;
12
+
13
+ /**
14
+ * Set the power state of a Platform. It is up to the Platform to interpret the power state and act accordingly.
15
+ *
16
+ * @generated from message anduril.tasks.ad.desertguardian.common.v1.SetPowerState
17
+ */
18
+ export declare type SetPowerState = Message<"anduril.tasks.ad.desertguardian.common.v1.SetPowerState"> & {
19
+ /**
20
+ * @generated from field: anduril.tasks.ad.desertguardian.common.v1.PowerState power_state = 1;
21
+ */
22
+ powerState: PowerState;
23
+ };
24
+
25
+ /**
26
+ * Describes the message anduril.tasks.ad.desertguardian.common.v1.SetPowerState.
27
+ * Use `create(SetPowerStateSchema)` to create a new message.
28
+ */
29
+ export declare const SetPowerStateSchema: GenMessage<SetPowerState>;
30
+
31
+ /**
32
+ * Delete an entity from the internal tracker of a Platform.
33
+ * Does not silence or suppress the track from re-forming if the tracking conditions are satisfied.
34
+ *
35
+ * @generated from message anduril.tasks.ad.desertguardian.common.v1.DeleteTrack
36
+ */
37
+ export declare type DeleteTrack = Message<"anduril.tasks.ad.desertguardian.common.v1.DeleteTrack"> & {
38
+ /**
39
+ * @generated from field: string entity_id = 1;
40
+ */
41
+ entityId: string;
42
+ };
43
+
44
+ /**
45
+ * Describes the message anduril.tasks.ad.desertguardian.common.v1.DeleteTrack.
46
+ * Use `create(DeleteTrackSchema)` to create a new message.
47
+ */
48
+ export declare const DeleteTrackSchema: GenMessage<DeleteTrack>;
49
+
50
+ /**
51
+ * Set this entity as a "High Priority Track".
52
+ * The tasked Platform is responsible for maintaining a list of current High-Priority tracks.
53
+ *
54
+ * @generated from message anduril.tasks.ad.desertguardian.common.v1.SetHighPriorityTrack
55
+ */
56
+ export declare type SetHighPriorityTrack = Message<"anduril.tasks.ad.desertguardian.common.v1.SetHighPriorityTrack"> & {
57
+ /**
58
+ * @generated from field: string entity_id = 1;
59
+ */
60
+ entityId: string;
61
+ };
62
+
63
+ /**
64
+ * Describes the message anduril.tasks.ad.desertguardian.common.v1.SetHighPriorityTrack.
65
+ * Use `create(SetHighPriorityTrackSchema)` to create a new message.
66
+ */
67
+ export declare const SetHighPriorityTrackSchema: GenMessage<SetHighPriorityTrack>;
68
+
69
+ /**
70
+ * Unset this entity as a "High Priority Track".
71
+ * The tasked Platform is responsible for maintaining a list of current High-Priority tracks.
72
+ *
73
+ * @generated from message anduril.tasks.ad.desertguardian.common.v1.RemoveHighPriorityTrack
74
+ */
75
+ export declare type RemoveHighPriorityTrack = Message<"anduril.tasks.ad.desertguardian.common.v1.RemoveHighPriorityTrack"> & {
76
+ /**
77
+ * @generated from field: string entity_id = 1;
78
+ */
79
+ entityId: string;
80
+ };
81
+
82
+ /**
83
+ * Describes the message anduril.tasks.ad.desertguardian.common.v1.RemoveHighPriorityTrack.
84
+ * Use `create(RemoveHighPriorityTrackSchema)` to create a new message.
85
+ */
86
+ export declare const RemoveHighPriorityTrackSchema: GenMessage<RemoveHighPriorityTrack>;
87
+
88
+ /**
89
+ * @generated from enum anduril.tasks.ad.desertguardian.common.v1.PowerState
90
+ */
91
+ export enum PowerState {
92
+ /**
93
+ * @generated from enum value: POWER_STATE_INVALID = 0;
94
+ */
95
+ INVALID = 0,
96
+
97
+ /**
98
+ * @generated from enum value: POWER_STATE_ON = 1;
99
+ */
100
+ ON = 1,
101
+
102
+ /**
103
+ * @generated from enum value: POWER_STATE_OFF = 2;
104
+ */
105
+ OFF = 2,
106
+ }
107
+
108
+ /**
109
+ * Describes the enum anduril.tasks.ad.desertguardian.common.v1.PowerState.
110
+ */
111
+ export declare const PowerStateSchema: GenEnum<PowerState>;
112
+
@@ -0,0 +1,52 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub.proto (package anduril.tasks.ad.desertguardian.common.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
6
+
7
+ /**
8
+ * Describes the file anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub.proto.
9
+ */
10
+ export const file_anduril_tasks_ad_desertguardian_common_v1_common_tasks_pub = /*@__PURE__*/
11
+ fileDesc("CkBhbmR1cmlsL3Rhc2tzL2FkL2Rlc2VydGd1YXJkaWFuL2NvbW1vbi92MS9jb21tb25fdGFza3MucHViLnByb3RvEilhbmR1cmlsLnRhc2tzLmFkLmRlc2VydGd1YXJkaWFuLmNvbW1vbi52MSJbCg1TZXRQb3dlclN0YXRlEkoKC3Bvd2VyX3N0YXRlGAEgASgOMjUuYW5kdXJpbC50YXNrcy5hZC5kZXNlcnRndWFyZGlhbi5jb21tb24udjEuUG93ZXJTdGF0ZSIgCgtEZWxldGVUcmFjaxIRCgllbnRpdHlfaWQYASABKAkiKQoUU2V0SGlnaFByaW9yaXR5VHJhY2sSEQoJZW50aXR5X2lkGAEgASgJIiwKF1JlbW92ZUhpZ2hQcmlvcml0eVRyYWNrEhEKCWVudGl0eV9pZBgBIAEoCSpOCgpQb3dlclN0YXRlEhcKE1BPV0VSX1NUQVRFX0lOVkFMSUQQABISCg5QT1dFUl9TVEFURV9PThABEhMKD1BPV0VSX1NUQVRFX09GRhACQukCCi1jb20uYW5kdXJpbC50YXNrcy5hZC5kZXNlcnRndWFyZGlhbi5jb21tb24udjFCE0NvbW1vblRhc2tzUHViUHJvdG9QAVpYZ2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC90YXNrcy9hZC9kZXNlcnRndWFyZGlhbi9jb21tb24vdjE7dGFza3N2MaICBUFUQURDqgIpQW5kdXJpbC5UYXNrcy5BZC5EZXNlcnRndWFyZGlhbi5Db21tb24uVjHKAilBbmR1cmlsXFRhc2tzXEFkXERlc2VydGd1YXJkaWFuXENvbW1vblxWMeICNUFuZHVyaWxcVGFza3NcQWRcRGVzZXJ0Z3VhcmRpYW5cQ29tbW9uXFYxXEdQQk1ldGFkYXRh6gIuQW5kdXJpbDo6VGFza3M6OkFkOjpEZXNlcnRndWFyZGlhbjo6Q29tbW9uOjpWMWIGcHJvdG8z");
12
+
13
+ /**
14
+ * Describes the message anduril.tasks.ad.desertguardian.common.v1.SetPowerState.
15
+ * Use `create(SetPowerStateSchema)` to create a new message.
16
+ */
17
+ export const SetPowerStateSchema = /*@__PURE__*/
18
+ messageDesc(file_anduril_tasks_ad_desertguardian_common_v1_common_tasks_pub, 0);
19
+
20
+ /**
21
+ * Describes the message anduril.tasks.ad.desertguardian.common.v1.DeleteTrack.
22
+ * Use `create(DeleteTrackSchema)` to create a new message.
23
+ */
24
+ export const DeleteTrackSchema = /*@__PURE__*/
25
+ messageDesc(file_anduril_tasks_ad_desertguardian_common_v1_common_tasks_pub, 1);
26
+
27
+ /**
28
+ * Describes the message anduril.tasks.ad.desertguardian.common.v1.SetHighPriorityTrack.
29
+ * Use `create(SetHighPriorityTrackSchema)` to create a new message.
30
+ */
31
+ export const SetHighPriorityTrackSchema = /*@__PURE__*/
32
+ messageDesc(file_anduril_tasks_ad_desertguardian_common_v1_common_tasks_pub, 2);
33
+
34
+ /**
35
+ * Describes the message anduril.tasks.ad.desertguardian.common.v1.RemoveHighPriorityTrack.
36
+ * Use `create(RemoveHighPriorityTrackSchema)` to create a new message.
37
+ */
38
+ export const RemoveHighPriorityTrackSchema = /*@__PURE__*/
39
+ messageDesc(file_anduril_tasks_ad_desertguardian_common_v1_common_tasks_pub, 3);
40
+
41
+ /**
42
+ * Describes the enum anduril.tasks.ad.desertguardian.common.v1.PowerState.
43
+ */
44
+ export const PowerStateSchema = /*@__PURE__*/
45
+ enumDesc(file_anduril_tasks_ad_desertguardian_common_v1_common_tasks_pub, 0);
46
+
47
+ /**
48
+ * @generated from enum anduril.tasks.ad.desertguardian.common.v1.PowerState
49
+ */
50
+ export const PowerState = /*@__PURE__*/
51
+ tsEnum(PowerStateSchema);
52
+
@@ -0,0 +1,143 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub.proto (package anduril.tasks.ad.desertguardian.rf.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+
8
+ /**
9
+ * Describes the file anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub.proto.
10
+ */
11
+ export declare const file_anduril_tasks_ad_desertguardian_rf_v1_rf_tasks_pub: GenFile;
12
+
13
+ /**
14
+ * Set the transmit state of an RF Platform such as a Radar, Beacon, or Radio.
15
+ *
16
+ * @generated from message anduril.tasks.ad.desertguardian.rf.v1.SetTransmitState
17
+ */
18
+ export declare type SetTransmitState = Message<"anduril.tasks.ad.desertguardian.rf.v1.SetTransmitState"> & {
19
+ /**
20
+ * @generated from field: anduril.tasks.ad.desertguardian.rf.v1.TransmitState transmit_state = 1;
21
+ */
22
+ transmitState: TransmitState;
23
+ };
24
+
25
+ /**
26
+ * Describes the message anduril.tasks.ad.desertguardian.rf.v1.SetTransmitState.
27
+ * Use `create(SetTransmitStateSchema)` to create a new message.
28
+ */
29
+ export declare const SetTransmitStateSchema: GenMessage<SetTransmitState>;
30
+
31
+ /**
32
+ * Set the surveillance state of a passive (listen-only) RF Platform.
33
+ *
34
+ * @generated from message anduril.tasks.ad.desertguardian.rf.v1.SetSurveillanceState
35
+ */
36
+ export declare type SetSurveillanceState = Message<"anduril.tasks.ad.desertguardian.rf.v1.SetSurveillanceState"> & {
37
+ /**
38
+ * @generated from field: anduril.tasks.ad.desertguardian.rf.v1.SurveillanceState surveillance_state = 1;
39
+ */
40
+ surveillanceState: SurveillanceState;
41
+ };
42
+
43
+ /**
44
+ * Describes the message anduril.tasks.ad.desertguardian.rf.v1.SetSurveillanceState.
45
+ * Use `create(SetSurveillanceStateSchema)` to create a new message.
46
+ */
47
+ export declare const SetSurveillanceStateSchema: GenMessage<SetSurveillanceState>;
48
+
49
+ /**
50
+ * Set whether or not an RF Platform has Emmission Control (EmCon).
51
+ * If supported, RF platforms should only expose the SetTransmitState task when EmissionControlState is EMISSION_CONTROL_STATE_ALLOWED.
52
+ * When in EMISSION_CONTROL_STATE_NOT_ALLOWED, the Platform should be in TRANSMIT_STATE_NOT_TRANSMITTING, and should remove SetTransmitState from the task Catalog.
53
+ *
54
+ * @generated from message anduril.tasks.ad.desertguardian.rf.v1.SetEmissionControlState
55
+ */
56
+ export declare type SetEmissionControlState = Message<"anduril.tasks.ad.desertguardian.rf.v1.SetEmissionControlState"> & {
57
+ /**
58
+ * @generated from field: anduril.tasks.ad.desertguardian.rf.v1.EmissionControlState emcon_state = 1;
59
+ */
60
+ emconState: EmissionControlState;
61
+ };
62
+
63
+ /**
64
+ * Describes the message anduril.tasks.ad.desertguardian.rf.v1.SetEmissionControlState.
65
+ * Use `create(SetEmissionControlStateSchema)` to create a new message.
66
+ */
67
+ export declare const SetEmissionControlStateSchema: GenMessage<SetEmissionControlState>;
68
+
69
+ /**
70
+ * @generated from enum anduril.tasks.ad.desertguardian.rf.v1.TransmitState
71
+ */
72
+ export enum TransmitState {
73
+ /**
74
+ * @generated from enum value: TRANSMIT_STATE_INVALID = 0;
75
+ */
76
+ INVALID = 0,
77
+
78
+ /**
79
+ * @generated from enum value: TRANSMIT_STATE_TRANSMITTING = 1;
80
+ */
81
+ TRANSMITTING = 1,
82
+
83
+ /**
84
+ * @generated from enum value: TRANSMIT_STATE_NOT_TRANSMITTING = 2;
85
+ */
86
+ NOT_TRANSMITTING = 2,
87
+ }
88
+
89
+ /**
90
+ * Describes the enum anduril.tasks.ad.desertguardian.rf.v1.TransmitState.
91
+ */
92
+ export declare const TransmitStateSchema: GenEnum<TransmitState>;
93
+
94
+ /**
95
+ * @generated from enum anduril.tasks.ad.desertguardian.rf.v1.SurveillanceState
96
+ */
97
+ export enum SurveillanceState {
98
+ /**
99
+ * @generated from enum value: SURVEILLANCE_STATE_INVALID = 0;
100
+ */
101
+ INVALID = 0,
102
+
103
+ /**
104
+ * @generated from enum value: SURVEILLANCE_STATE_SURVEILLING = 1;
105
+ */
106
+ SURVEILLING = 1,
107
+
108
+ /**
109
+ * @generated from enum value: SURVEILLANCE_STATE_NOT_SURVEILLING = 2;
110
+ */
111
+ NOT_SURVEILLING = 2,
112
+ }
113
+
114
+ /**
115
+ * Describes the enum anduril.tasks.ad.desertguardian.rf.v1.SurveillanceState.
116
+ */
117
+ export declare const SurveillanceStateSchema: GenEnum<SurveillanceState>;
118
+
119
+ /**
120
+ * @generated from enum anduril.tasks.ad.desertguardian.rf.v1.EmissionControlState
121
+ */
122
+ export enum EmissionControlState {
123
+ /**
124
+ * @generated from enum value: EMISSION_CONTROL_STATE_INVALID = 0;
125
+ */
126
+ INVALID = 0,
127
+
128
+ /**
129
+ * @generated from enum value: EMISSION_CONTROL_STATE_ALLOWED = 1;
130
+ */
131
+ ALLOWED = 1,
132
+
133
+ /**
134
+ * @generated from enum value: EMISSION_CONTROL_STATE_NOT_ALLOWED = 2;
135
+ */
136
+ NOT_ALLOWED = 2,
137
+ }
138
+
139
+ /**
140
+ * Describes the enum anduril.tasks.ad.desertguardian.rf.v1.EmissionControlState.
141
+ */
142
+ export declare const EmissionControlStateSchema: GenEnum<EmissionControlState>;
143
+
@@ -0,0 +1,69 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub.proto (package anduril.tasks.ad.desertguardian.rf.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
6
+
7
+ /**
8
+ * Describes the file anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub.proto.
9
+ */
10
+ export const file_anduril_tasks_ad_desertguardian_rf_v1_rf_tasks_pub = /*@__PURE__*/
11
+ fileDesc("CjhhbmR1cmlsL3Rhc2tzL2FkL2Rlc2VydGd1YXJkaWFuL3JmL3YxL3JmX3Rhc2tzLnB1Yi5wcm90bxIlYW5kdXJpbC50YXNrcy5hZC5kZXNlcnRndWFyZGlhbi5yZi52MSJgChBTZXRUcmFuc21pdFN0YXRlEkwKDnRyYW5zbWl0X3N0YXRlGAEgASgOMjQuYW5kdXJpbC50YXNrcy5hZC5kZXNlcnRndWFyZGlhbi5yZi52MS5UcmFuc21pdFN0YXRlImwKFFNldFN1cnZlaWxsYW5jZVN0YXRlElQKEnN1cnZlaWxsYW5jZV9zdGF0ZRgBIAEoDjI4LmFuZHVyaWwudGFza3MuYWQuZGVzZXJ0Z3VhcmRpYW4ucmYudjEuU3VydmVpbGxhbmNlU3RhdGUiawoXU2V0RW1pc3Npb25Db250cm9sU3RhdGUSUAoLZW1jb25fc3RhdGUYASABKA4yOy5hbmR1cmlsLnRhc2tzLmFkLmRlc2VydGd1YXJkaWFuLnJmLnYxLkVtaXNzaW9uQ29udHJvbFN0YXRlKnEKDVRyYW5zbWl0U3RhdGUSGgoWVFJBTlNNSVRfU1RBVEVfSU5WQUxJRBAAEh8KG1RSQU5TTUlUX1NUQVRFX1RSQU5TTUlUVElORxABEiMKH1RSQU5TTUlUX1NUQVRFX05PVF9UUkFOU01JVFRJTkcQAip/ChFTdXJ2ZWlsbGFuY2VTdGF0ZRIeChpTVVJWRUlMTEFOQ0VfU1RBVEVfSU5WQUxJRBAAEiIKHlNVUlZFSUxMQU5DRV9TVEFURV9TVVJWRUlMTElORxABEiYKIlNVUlZFSUxMQU5DRV9TVEFURV9OT1RfU1VSVkVJTExJTkcQAiqGAQoURW1pc3Npb25Db250cm9sU3RhdGUSIgoeRU1JU1NJT05fQ09OVFJPTF9TVEFURV9JTlZBTElEEAASIgoeRU1JU1NJT05fQ09OVFJPTF9TVEFURV9BTExPV0VEEAESJgoiRU1JU1NJT05fQ09OVFJPTF9TVEFURV9OT1RfQUxMT1dFRBACQs0CCiljb20uYW5kdXJpbC50YXNrcy5hZC5kZXNlcnRndWFyZGlhbi5yZi52MUIPUmZUYXNrc1B1YlByb3RvUAFaVGdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvdGFza3MvYWQvZGVzZXJ0Z3VhcmRpYW4vcmYvdjE7dGFza3N2MaICBUFUQURSqgIlQW5kdXJpbC5UYXNrcy5BZC5EZXNlcnRndWFyZGlhbi5SZi5WMcoCJUFuZHVyaWxcVGFza3NcQWRcRGVzZXJ0Z3VhcmRpYW5cUmZcVjHiAjFBbmR1cmlsXFRhc2tzXEFkXERlc2VydGd1YXJkaWFuXFJmXFYxXEdQQk1ldGFkYXRh6gIqQW5kdXJpbDo6VGFza3M6OkFkOjpEZXNlcnRndWFyZGlhbjo6UmY6OlYxYgZwcm90bzM");
12
+
13
+ /**
14
+ * Describes the message anduril.tasks.ad.desertguardian.rf.v1.SetTransmitState.
15
+ * Use `create(SetTransmitStateSchema)` to create a new message.
16
+ */
17
+ export const SetTransmitStateSchema = /*@__PURE__*/
18
+ messageDesc(file_anduril_tasks_ad_desertguardian_rf_v1_rf_tasks_pub, 0);
19
+
20
+ /**
21
+ * Describes the message anduril.tasks.ad.desertguardian.rf.v1.SetSurveillanceState.
22
+ * Use `create(SetSurveillanceStateSchema)` to create a new message.
23
+ */
24
+ export const SetSurveillanceStateSchema = /*@__PURE__*/
25
+ messageDesc(file_anduril_tasks_ad_desertguardian_rf_v1_rf_tasks_pub, 1);
26
+
27
+ /**
28
+ * Describes the message anduril.tasks.ad.desertguardian.rf.v1.SetEmissionControlState.
29
+ * Use `create(SetEmissionControlStateSchema)` to create a new message.
30
+ */
31
+ export const SetEmissionControlStateSchema = /*@__PURE__*/
32
+ messageDesc(file_anduril_tasks_ad_desertguardian_rf_v1_rf_tasks_pub, 2);
33
+
34
+ /**
35
+ * Describes the enum anduril.tasks.ad.desertguardian.rf.v1.TransmitState.
36
+ */
37
+ export const TransmitStateSchema = /*@__PURE__*/
38
+ enumDesc(file_anduril_tasks_ad_desertguardian_rf_v1_rf_tasks_pub, 0);
39
+
40
+ /**
41
+ * @generated from enum anduril.tasks.ad.desertguardian.rf.v1.TransmitState
42
+ */
43
+ export const TransmitState = /*@__PURE__*/
44
+ tsEnum(TransmitStateSchema);
45
+
46
+ /**
47
+ * Describes the enum anduril.tasks.ad.desertguardian.rf.v1.SurveillanceState.
48
+ */
49
+ export const SurveillanceStateSchema = /*@__PURE__*/
50
+ enumDesc(file_anduril_tasks_ad_desertguardian_rf_v1_rf_tasks_pub, 1);
51
+
52
+ /**
53
+ * @generated from enum anduril.tasks.ad.desertguardian.rf.v1.SurveillanceState
54
+ */
55
+ export const SurveillanceState = /*@__PURE__*/
56
+ tsEnum(SurveillanceStateSchema);
57
+
58
+ /**
59
+ * Describes the enum anduril.tasks.ad.desertguardian.rf.v1.EmissionControlState.
60
+ */
61
+ export const EmissionControlStateSchema = /*@__PURE__*/
62
+ enumDesc(file_anduril_tasks_ad_desertguardian_rf_v1_rf_tasks_pub, 2);
63
+
64
+ /**
65
+ * @generated from enum anduril.tasks.ad.desertguardian.rf.v1.EmissionControlState
66
+ */
67
+ export const EmissionControlState = /*@__PURE__*/
68
+ tsEnum(EmissionControlStateSchema);
69
+
@@ -0,0 +1,55 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/tasks/jadc2/thirdparty/v1/power.pub.proto (package anduril.tasks.jadc2.thirdparty.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+
8
+ /**
9
+ * Describes the file anduril/tasks/jadc2/thirdparty/v1/power.pub.proto.
10
+ */
11
+ export declare const file_anduril_tasks_jadc2_thirdparty_v1_power_pub: GenFile;
12
+
13
+ /**
14
+ * Set the power state of a robot. It is up to the robot to interpret the power state and act accordingly.
15
+ *
16
+ * @generated from message anduril.tasks.jadc2.thirdparty.v1.SetPowerState
17
+ */
18
+ export declare type SetPowerState = Message<"anduril.tasks.jadc2.thirdparty.v1.SetPowerState"> & {
19
+ /**
20
+ * @generated from field: anduril.tasks.jadc2.thirdparty.v1.PowerState power_state = 1;
21
+ */
22
+ powerState: PowerState;
23
+ };
24
+
25
+ /**
26
+ * Describes the message anduril.tasks.jadc2.thirdparty.v1.SetPowerState.
27
+ * Use `create(SetPowerStateSchema)` to create a new message.
28
+ */
29
+ export declare const SetPowerStateSchema: GenMessage<SetPowerState>;
30
+
31
+ /**
32
+ * @generated from enum anduril.tasks.jadc2.thirdparty.v1.PowerState
33
+ */
34
+ export enum PowerState {
35
+ /**
36
+ * @generated from enum value: POWER_STATE_INVALID = 0;
37
+ */
38
+ INVALID = 0,
39
+
40
+ /**
41
+ * @generated from enum value: POWER_STATE_ON = 1;
42
+ */
43
+ ON = 1,
44
+
45
+ /**
46
+ * @generated from enum value: POWER_STATE_OFF = 2;
47
+ */
48
+ OFF = 2,
49
+ }
50
+
51
+ /**
52
+ * Describes the enum anduril.tasks.jadc2.thirdparty.v1.PowerState.
53
+ */
54
+ export declare const PowerStateSchema: GenEnum<PowerState>;
55
+
@@ -0,0 +1,31 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/tasks/jadc2/thirdparty/v1/power.pub.proto (package anduril.tasks.jadc2.thirdparty.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
6
+
7
+ /**
8
+ * Describes the file anduril/tasks/jadc2/thirdparty/v1/power.pub.proto.
9
+ */
10
+ export const file_anduril_tasks_jadc2_thirdparty_v1_power_pub = /*@__PURE__*/
11
+ fileDesc("CjFhbmR1cmlsL3Rhc2tzL2phZGMyL3RoaXJkcGFydHkvdjEvcG93ZXIucHViLnByb3RvEiFhbmR1cmlsLnRhc2tzLmphZGMyLnRoaXJkcGFydHkudjEiUwoNU2V0UG93ZXJTdGF0ZRJCCgtwb3dlcl9zdGF0ZRgBIAEoDjItLmFuZHVyaWwudGFza3MuamFkYzIudGhpcmRwYXJ0eS52MS5Qb3dlclN0YXRlKk4KClBvd2VyU3RhdGUSFwoTUE9XRVJfU1RBVEVfSU5WQUxJRBAAEhIKDlBPV0VSX1NUQVRFX09OEAESEwoPUE9XRVJfU1RBVEVfT0ZGEAJCsQIKJWNvbS5hbmR1cmlsLnRhc2tzLmphZGMyLnRoaXJkcGFydHkudjFCDVBvd2VyUHViUHJvdG9QAVpQZ2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC90YXNrcy9qYWRjMi90aGlyZHBhcnR5L3YxO3Rhc2tzdjGiAgRBVEpUqgIhQW5kdXJpbC5UYXNrcy5KYWRjMi5UaGlyZHBhcnR5LlYxygIhQW5kdXJpbFxUYXNrc1xKYWRjMlxUaGlyZHBhcnR5XFYx4gItQW5kdXJpbFxUYXNrc1xKYWRjMlxUaGlyZHBhcnR5XFYxXEdQQk1ldGFkYXRh6gIlQW5kdXJpbDo6VGFza3M6OkphZGMyOjpUaGlyZHBhcnR5OjpWMWIGcHJvdG8z");
12
+
13
+ /**
14
+ * Describes the message anduril.tasks.jadc2.thirdparty.v1.SetPowerState.
15
+ * Use `create(SetPowerStateSchema)` to create a new message.
16
+ */
17
+ export const SetPowerStateSchema = /*@__PURE__*/
18
+ messageDesc(file_anduril_tasks_jadc2_thirdparty_v1_power_pub, 0);
19
+
20
+ /**
21
+ * Describes the enum anduril.tasks.jadc2.thirdparty.v1.PowerState.
22
+ */
23
+ export const PowerStateSchema = /*@__PURE__*/
24
+ enumDesc(file_anduril_tasks_jadc2_thirdparty_v1_power_pub, 0);
25
+
26
+ /**
27
+ * @generated from enum anduril.tasks.jadc2.thirdparty.v1.PowerState
28
+ */
29
+ export const PowerState = /*@__PURE__*/
30
+ tsEnum(PowerStateSchema);
31
+
@@ -0,0 +1,88 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/tasks/jadc2/thirdparty/v1/transit.pub.proto (package anduril.tasks.jadc2.thirdparty.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+ import type { LLA } from "../../../../type/coords.pub_pb.js";
8
+
9
+ /**
10
+ * Describes the file anduril/tasks/jadc2/thirdparty/v1/transit.pub.proto.
11
+ */
12
+ export declare const file_anduril_tasks_jadc2_thirdparty_v1_transit_pub: GenFile;
13
+
14
+ /**
15
+ * Transit represents moving a vehicle on a path through one or more points.
16
+ *
17
+ * @generated from message anduril.tasks.jadc2.thirdparty.v1.Transit
18
+ */
19
+ export declare type Transit = Message<"anduril.tasks.jadc2.thirdparty.v1.Transit"> & {
20
+ /**
21
+ * The path consisting of all segments to be taken for this transit task.
22
+ *
23
+ * @generated from field: repeated anduril.tasks.jadc2.thirdparty.v1.PathSegment path = 1;
24
+ */
25
+ path: PathSegment[];
26
+
27
+ /**
28
+ * Speed in which the vehicle will move through each of the path segments.
29
+ *
30
+ * @generated from field: google.protobuf.DoubleValue surface_speed_ms = 2;
31
+ */
32
+ surfaceSpeedMs?: number;
33
+ };
34
+
35
+ /**
36
+ * Describes the message anduril.tasks.jadc2.thirdparty.v1.Transit.
37
+ * Use `create(TransitSchema)` to create a new message.
38
+ */
39
+ export declare const TransitSchema: GenMessage<Transit>;
40
+
41
+ /**
42
+ * @generated from message anduril.tasks.jadc2.thirdparty.v1.PathSegment
43
+ */
44
+ export declare type PathSegment = Message<"anduril.tasks.jadc2.thirdparty.v1.PathSegment"> & {
45
+ /**
46
+ * Describes the end of the path segment, the starting point is the end of the previous segment or the
47
+ * current position if first. Note that the Altitude reference for a given waypoint dictates the height
48
+ * mode used when traversing TO that waypoint.
49
+ *
50
+ * @generated from field: anduril.type.LLA endpoint = 1;
51
+ */
52
+ endpoint?: LLA;
53
+ };
54
+
55
+ /**
56
+ * Describes the message anduril.tasks.jadc2.thirdparty.v1.PathSegment.
57
+ * Use `create(PathSegmentSchema)` to create a new message.
58
+ */
59
+ export declare const PathSegmentSchema: GenMessage<PathSegment>;
60
+
61
+ /**
62
+ * TeamTransit represents moving a team of vehicles into a zone.
63
+ * The specifics of how each vehicle in the team behaves is determined by the specific autonomy logic.
64
+ *
65
+ * @generated from message anduril.tasks.jadc2.thirdparty.v1.TeamTransit
66
+ */
67
+ export declare type TeamTransit = Message<"anduril.tasks.jadc2.thirdparty.v1.TeamTransit"> & {
68
+ /**
69
+ * Reference to GeoPolygon GeoEntity representing the transit zone area.
70
+ *
71
+ * @generated from field: string transit_zone_entity_id = 1;
72
+ */
73
+ transitZoneEntityId: string;
74
+
75
+ /**
76
+ * Speed in which the vehicles will move to the zone.
77
+ *
78
+ * @generated from field: google.protobuf.DoubleValue surface_speed_ms = 2;
79
+ */
80
+ surfaceSpeedMs?: number;
81
+ };
82
+
83
+ /**
84
+ * Describes the message anduril.tasks.jadc2.thirdparty.v1.TeamTransit.
85
+ * Use `create(TeamTransitSchema)` to create a new message.
86
+ */
87
+ export declare const TeamTransitSchema: GenMessage<TeamTransit>;
88
+
@@ -0,0 +1,35 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/tasks/jadc2/thirdparty/v1/transit.pub.proto (package anduril.tasks.jadc2.thirdparty.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
6
+ import { file_anduril_type_coords_pub } from "../../../../type/coords.pub_pb.js";
7
+ import { file_google_protobuf_wrappers } from "@bufbuild/protobuf/wkt";
8
+
9
+ /**
10
+ * Describes the file anduril/tasks/jadc2/thirdparty/v1/transit.pub.proto.
11
+ */
12
+ export const file_anduril_tasks_jadc2_thirdparty_v1_transit_pub = /*@__PURE__*/
13
+ fileDesc("CjNhbmR1cmlsL3Rhc2tzL2phZGMyL3RoaXJkcGFydHkvdjEvdHJhbnNpdC5wdWIucHJvdG8SIWFuZHVyaWwudGFza3MuamFkYzIudGhpcmRwYXJ0eS52MSJ/CgdUcmFuc2l0EjwKBHBhdGgYASADKAsyLi5hbmR1cmlsLnRhc2tzLmphZGMyLnRoaXJkcGFydHkudjEuUGF0aFNlZ21lbnQSNgoQc3VyZmFjZV9zcGVlZF9tcxgCIAEoCzIcLmdvb2dsZS5wcm90b2J1Zi5Eb3VibGVWYWx1ZSIyCgtQYXRoU2VnbWVudBIjCghlbmRwb2ludBgBIAEoCzIRLmFuZHVyaWwudHlwZS5MTEEiZQoLVGVhbVRyYW5zaXQSHgoWdHJhbnNpdF96b25lX2VudGl0eV9pZBgBIAEoCRI2ChBzdXJmYWNlX3NwZWVkX21zGAIgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlQrMCCiVjb20uYW5kdXJpbC50YXNrcy5qYWRjMi50aGlyZHBhcnR5LnYxQg9UcmFuc2l0UHViUHJvdG9QAVpQZ2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC90YXNrcy9qYWRjMi90aGlyZHBhcnR5L3YxO3Rhc2tzdjGiAgRBVEpUqgIhQW5kdXJpbC5UYXNrcy5KYWRjMi5UaGlyZHBhcnR5LlYxygIhQW5kdXJpbFxUYXNrc1xKYWRjMlxUaGlyZHBhcnR5XFYx4gItQW5kdXJpbFxUYXNrc1xKYWRjMlxUaGlyZHBhcnR5XFYxXEdQQk1ldGFkYXRh6gIlQW5kdXJpbDo6VGFza3M6OkphZGMyOjpUaGlyZHBhcnR5OjpWMWIGcHJvdG8z", [file_anduril_type_coords_pub, file_google_protobuf_wrappers]);
14
+
15
+ /**
16
+ * Describes the message anduril.tasks.jadc2.thirdparty.v1.Transit.
17
+ * Use `create(TransitSchema)` to create a new message.
18
+ */
19
+ export const TransitSchema = /*@__PURE__*/
20
+ messageDesc(file_anduril_tasks_jadc2_thirdparty_v1_transit_pub, 0);
21
+
22
+ /**
23
+ * Describes the message anduril.tasks.jadc2.thirdparty.v1.PathSegment.
24
+ * Use `create(PathSegmentSchema)` to create a new message.
25
+ */
26
+ export const PathSegmentSchema = /*@__PURE__*/
27
+ messageDesc(file_anduril_tasks_jadc2_thirdparty_v1_transit_pub, 1);
28
+
29
+ /**
30
+ * Describes the message anduril.tasks.jadc2.thirdparty.v1.TeamTransit.
31
+ * Use `create(TeamTransitSchema)` to create a new message.
32
+ */
33
+ export const TeamTransitSchema = /*@__PURE__*/
34
+ messageDesc(file_anduril_tasks_jadc2_thirdparty_v1_transit_pub, 2);
35
+
@@ -0,0 +1,53 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/tasks/v2/catalog.pub.proto (package anduril.tasks.v2, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+
8
+ /**
9
+ * Describes the file anduril/tasks/v2/catalog.pub.proto.
10
+ */
11
+ export declare const file_anduril_tasks_v2_catalog_pub: GenFile;
12
+
13
+ /**
14
+ * Catalog of supported tasks.
15
+ *
16
+ * @generated from message anduril.tasks.v2.TaskCatalog
17
+ */
18
+ export declare type TaskCatalog = Message<"anduril.tasks.v2.TaskCatalog"> & {
19
+ /**
20
+ * @generated from field: repeated anduril.tasks.v2.TaskDefinition task_definitions = 1;
21
+ */
22
+ taskDefinitions: TaskDefinition[];
23
+ };
24
+
25
+ /**
26
+ * Describes the message anduril.tasks.v2.TaskCatalog.
27
+ * Use `create(TaskCatalogSchema)` to create a new message.
28
+ */
29
+ export declare const TaskCatalogSchema: GenMessage<TaskCatalog>;
30
+
31
+ /**
32
+ * Defines a supported task by the task specification URL of its "Any" type.
33
+ *
34
+ * @generated from message anduril.tasks.v2.TaskDefinition
35
+ */
36
+ export declare type TaskDefinition = Message<"anduril.tasks.v2.TaskDefinition"> & {
37
+ /**
38
+ * @generated from field: string task_specification_url = 1;
39
+ */
40
+ taskSpecificationUrl: string;
41
+
42
+ /**
43
+ * @generated from field: string display_name = 2;
44
+ */
45
+ displayName: string;
46
+ };
47
+
48
+ /**
49
+ * Describes the message anduril.tasks.v2.TaskDefinition.
50
+ * Use `create(TaskDefinitionSchema)` to create a new message.
51
+ */
52
+ export declare const TaskDefinitionSchema: GenMessage<TaskDefinition>;
53
+
@@ -0,0 +1,26 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/tasks/v2/catalog.pub.proto (package anduril.tasks.v2, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
6
+
7
+ /**
8
+ * Describes the file anduril/tasks/v2/catalog.pub.proto.
9
+ */
10
+ export const file_anduril_tasks_v2_catalog_pub = /*@__PURE__*/
11
+ fileDesc("CiJhbmR1cmlsL3Rhc2tzL3YyL2NhdGFsb2cucHViLnByb3RvEhBhbmR1cmlsLnRhc2tzLnYyIk8KC1Rhc2tDYXRhbG9nEjoKEHRhc2tfZGVmaW5pdGlvbnMYASADKAsyIC5hbmR1cmlsLnRhc2tzLnYyLlRhc2tEZWZpbml0aW9uSgQIAhADIkYKDlRhc2tEZWZpbml0aW9uEh4KFnRhc2tfc3BlY2lmaWNhdGlvbl91cmwYASABKAkSFAoMZGlzcGxheV9uYW1lGAIgASgJQsgBChRjb20uYW5kdXJpbC50YXNrcy52MkIPQ2F0YWxvZ1B1YlByb3RvUAFaPWdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvdGFza3MvdjI7dGFza3OiAgNBVFiqAhBBbmR1cmlsLlRhc2tzLlYyygIQQW5kdXJpbFxUYXNrc1xWMuICHEFuZHVyaWxcVGFza3NcVjJcR1BCTWV0YWRhdGHqAhJBbmR1cmlsOjpUYXNrczo6VjJiBnByb3RvMw");
12
+
13
+ /**
14
+ * Describes the message anduril.tasks.v2.TaskCatalog.
15
+ * Use `create(TaskCatalogSchema)` to create a new message.
16
+ */
17
+ export const TaskCatalogSchema = /*@__PURE__*/
18
+ messageDesc(file_anduril_tasks_v2_catalog_pub, 0);
19
+
20
+ /**
21
+ * Describes the message anduril.tasks.v2.TaskDefinition.
22
+ * Use `create(TaskDefinitionSchema)` to create a new message.
23
+ */
24
+ export const TaskDefinitionSchema = /*@__PURE__*/
25
+ messageDesc(file_anduril_tasks_v2_catalog_pub, 1);
26
+