@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.
- package/.github/CODEOWNERS +1 -0
- package/.github/workflows/commit-lint.yml +21 -0
- package/.github/workflows/release.yml +36 -0
- package/LICENSE.md +188 -0
- package/README.md +30 -0
- package/SECURITY.md +5 -0
- package/package.json +21 -0
- package/src/anduril/entitymanager/v1/classification.pub_pb.d.ts +142 -0
- package/src/anduril/entitymanager/v1/classification.pub_pb.js +47 -0
- package/src/anduril/entitymanager/v1/contact_details.pub_pb.d.ts +32 -0
- package/src/anduril/entitymanager/v1/contact_details.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/correlations.pub_pb.d.ts +189 -0
- package/src/anduril/entitymanager/v1/correlations.pub_pb.js +55 -0
- package/src/anduril/entitymanager/v1/dimensions.pub_pb.d.ts +30 -0
- package/src/anduril/entitymanager/v1/dimensions.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/entity.pub_pb.d.ts +1043 -0
- package/src/anduril/entitymanager/v1/entity.pub_pb.js +211 -0
- package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.d.ts +493 -0
- package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.js +143 -0
- package/src/anduril/entitymanager/v1/filter.pub_pb.d.ts +735 -0
- package/src/anduril/entitymanager/v1/filter.pub_pb.js +182 -0
- package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.d.ts +116 -0
- package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.js +34 -0
- package/src/anduril/entitymanager/v1/geoentity.pub_pb.d.ts +325 -0
- package/src/anduril/entitymanager/v1/geoentity.pub_pb.js +91 -0
- package/src/anduril/entitymanager/v1/group.pub_pb.d.ts +26 -0
- package/src/anduril/entitymanager/v1/group.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/health_status.pub_pb.d.ts +344 -0
- package/src/anduril/entitymanager/v1/health_status.pub_pb.js +90 -0
- package/src/anduril/entitymanager/v1/location.pub_pb.d.ts +278 -0
- package/src/anduril/entitymanager/v1/location.pub_pb.js +56 -0
- package/src/anduril/entitymanager/v1/media.pub_pb.d.ts +97 -0
- package/src/anduril/entitymanager/v1/media.pub_pb.js +39 -0
- package/src/anduril/entitymanager/v1/notification.pub_pb.d.ts +50 -0
- package/src/anduril/entitymanager/v1/notification.pub_pb.js +20 -0
- package/src/anduril/entitymanager/v1/ontology.pub_pb.d.ts +76 -0
- package/src/anduril/entitymanager/v1/ontology.pub_pb.js +29 -0
- package/src/anduril/entitymanager/v1/options.pub_pb.d.ts +17 -0
- package/src/anduril/entitymanager/v1/options.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/orbit.pub_pb.d.ts +31 -0
- package/src/anduril/entitymanager/v1/orbit.pub_pb.js +20 -0
- package/src/anduril/entitymanager/v1/payloads.pub_pb.d.ts +143 -0
- package/src/anduril/entitymanager/v1/payloads.pub_pb.js +49 -0
- package/src/anduril/entitymanager/v1/power.pub_pb.d.ts +230 -0
- package/src/anduril/entitymanager/v1/power.pub_pb.js +58 -0
- package/src/anduril/entitymanager/v1/rate_limit.pub_pb.d.ts +38 -0
- package/src/anduril/entitymanager/v1/rate_limit.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/relationship.pub_pb.d.ts +184 -0
- package/src/anduril/entitymanager/v1/relationship.pub_pb.js +63 -0
- package/src/anduril/entitymanager/v1/route_details.pub_pb.d.ts +38 -0
- package/src/anduril/entitymanager/v1/route_details.pub_pb.js +20 -0
- package/src/anduril/entitymanager/v1/schedule.pub_pb.d.ts +124 -0
- package/src/anduril/entitymanager/v1/schedule.pub_pb.js +47 -0
- package/src/anduril/entitymanager/v1/sensors.pub_pb.d.ts +434 -0
- package/src/anduril/entitymanager/v1/sensors.pub_pb.js +104 -0
- package/src/anduril/entitymanager/v1/signal.pub_pb.d.ts +432 -0
- package/src/anduril/entitymanager/v1/signal.pub_pb.js +98 -0
- package/src/anduril/entitymanager/v1/supplies.pub_pb.d.ts +102 -0
- package/src/anduril/entitymanager/v1/supplies.pub_pb.js +29 -0
- package/src/anduril/entitymanager/v1/target_priority.pub_pb.d.ts +130 -0
- package/src/anduril/entitymanager/v1/target_priority.pub_pb.js +41 -0
- package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.d.ts +163 -0
- package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.js +48 -0
- package/src/anduril/entitymanager/v1/types.pub_pb.d.ts +391 -0
- package/src/anduril/entitymanager/v1/types.pub_pb.js +81 -0
- package/src/anduril/ontology/v1/type.pub_pb.d.ts +693 -0
- package/src/anduril/ontology/v1/type.pub_pb.js +65 -0
- package/src/anduril/taskmanager/v1/generic_spec.pub_pb.d.ts +33 -0
- package/src/anduril/taskmanager/v1/generic_spec.pub_pb.js +20 -0
- package/src/anduril/taskmanager/v1/task.pub_pb.d.ts +873 -0
- package/src/anduril/taskmanager/v1/task.pub_pb.js +192 -0
- package/src/anduril/taskmanager/v1/task_api.pub_pb.d.ts +81 -0
- package/src/anduril/taskmanager/v1/task_api.pub_pb.js +34 -0
- package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.d.ts +551 -0
- package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.js +143 -0
- package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.d.ts +112 -0
- package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.js +52 -0
- package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.d.ts +143 -0
- package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.js +69 -0
- package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.d.ts +55 -0
- package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.js +31 -0
- package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.d.ts +88 -0
- package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.js +35 -0
- package/src/anduril/tasks/v2/catalog.pub_pb.d.ts +53 -0
- package/src/anduril/tasks/v2/catalog.pub_pb.js +26 -0
- package/src/anduril/tasks/v2/common.pub_pb.d.ts +184 -0
- package/src/anduril/tasks/v2/common.pub_pb.js +67 -0
- package/src/anduril/tasks/v2/objective.pub_pb.d.ts +83 -0
- package/src/anduril/tasks/v2/objective.pub_pb.js +27 -0
- package/src/anduril/tasks/v2/shared/isr.pub_pb.d.ts +714 -0
- package/src/anduril/tasks/v2/shared/isr.pub_pb.js +181 -0
- package/src/anduril/tasks/v2/shared/maneuver.pub_pb.d.ts +182 -0
- package/src/anduril/tasks/v2/shared/maneuver.pub_pb.js +75 -0
- package/src/anduril/tasks/v2/shared/strike.pub_pb.d.ts +210 -0
- package/src/anduril/tasks/v2/shared/strike.pub_pb.js +57 -0
- package/src/anduril/type/attribution.pub_pb.d.ts +37 -0
- package/src/anduril/type/attribution.pub_pb.js +19 -0
- package/src/anduril/type/color.pub_pb.d.ts +61 -0
- package/src/anduril/type/color.pub_pb.js +20 -0
- package/src/anduril/type/coords.pub_pb.d.ts +730 -0
- package/src/anduril/type/coords.pub_pb.js +180 -0
- package/src/anduril/type/geometry.pub_pb.d.ts +68 -0
- package/src/anduril/type/geometry.pub_pb.js +20 -0
- package/src/anduril/type/orbit.pub_pb.d.ts +306 -0
- package/src/anduril/type/orbit.pub_pb.js +65 -0
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/tasks/v2/common.pub.proto (package anduril.tasks.v2, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { Duration } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file anduril/tasks/v2/common.pub.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_anduril_tasks_v2_common_pub: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Maps to the UCI DurationRangeType.
|
|
16
|
+
*
|
|
17
|
+
* @generated from message anduril.tasks.v2.DurationRange
|
|
18
|
+
*/
|
|
19
|
+
export declare type DurationRange = Message<"anduril.tasks.v2.DurationRange"> & {
|
|
20
|
+
/**
|
|
21
|
+
* @generated from field: google.protobuf.Duration min = 1;
|
|
22
|
+
*/
|
|
23
|
+
min?: Duration;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* @generated from field: google.protobuf.Duration max = 2;
|
|
27
|
+
*/
|
|
28
|
+
max?: Duration;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Describes the message anduril.tasks.v2.DurationRange.
|
|
33
|
+
* Use `create(DurationRangeSchema)` to create a new message.
|
|
34
|
+
*/
|
|
35
|
+
export declare const DurationRangeSchema: GenMessage<DurationRange>;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Maps to the UCI AnglePair.
|
|
39
|
+
*
|
|
40
|
+
* @generated from message anduril.tasks.v2.AnglePair
|
|
41
|
+
*/
|
|
42
|
+
export declare type AnglePair = Message<"anduril.tasks.v2.AnglePair"> & {
|
|
43
|
+
/**
|
|
44
|
+
* Angle lower bound in radians.
|
|
45
|
+
*
|
|
46
|
+
* @generated from field: double min = 1;
|
|
47
|
+
*/
|
|
48
|
+
min: number;
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Angle lower bound in radians.
|
|
52
|
+
*
|
|
53
|
+
* @generated from field: double max = 2;
|
|
54
|
+
*/
|
|
55
|
+
max: number;
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Describes the message anduril.tasks.v2.AnglePair.
|
|
60
|
+
* Use `create(AnglePairSchema)` to create a new message.
|
|
61
|
+
*/
|
|
62
|
+
export declare const AnglePairSchema: GenMessage<AnglePair>;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Maps to UCI AreaConstraints.
|
|
66
|
+
*
|
|
67
|
+
* @generated from message anduril.tasks.v2.AreaConstraints
|
|
68
|
+
*/
|
|
69
|
+
export declare type AreaConstraints = Message<"anduril.tasks.v2.AreaConstraints"> & {
|
|
70
|
+
/**
|
|
71
|
+
* @generated from field: anduril.tasks.v2.AltitudeConstraint altitude_constraint = 1;
|
|
72
|
+
*/
|
|
73
|
+
altitudeConstraint?: AltitudeConstraint;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Describes the message anduril.tasks.v2.AreaConstraints.
|
|
78
|
+
* Use `create(AreaConstraintsSchema)` to create a new message.
|
|
79
|
+
*/
|
|
80
|
+
export declare const AreaConstraintsSchema: GenMessage<AreaConstraints>;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* @generated from message anduril.tasks.v2.AltitudeConstraint
|
|
84
|
+
*/
|
|
85
|
+
export declare type AltitudeConstraint = Message<"anduril.tasks.v2.AltitudeConstraint"> & {
|
|
86
|
+
/**
|
|
87
|
+
* Minimum altitude (AGL) in meters.
|
|
88
|
+
*
|
|
89
|
+
* @generated from field: double min = 1;
|
|
90
|
+
*/
|
|
91
|
+
min: number;
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Maximum altitude (AGL) in meters.
|
|
95
|
+
*
|
|
96
|
+
* @generated from field: double max = 2;
|
|
97
|
+
*/
|
|
98
|
+
max: number;
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Describes the message anduril.tasks.v2.AltitudeConstraint.
|
|
103
|
+
* Use `create(AltitudeConstraintSchema)` to create a new message.
|
|
104
|
+
*/
|
|
105
|
+
export declare const AltitudeConstraintSchema: GenMessage<AltitudeConstraint>;
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Includes information about an Agent.
|
|
109
|
+
*
|
|
110
|
+
* @generated from message anduril.tasks.v2.Agent
|
|
111
|
+
*/
|
|
112
|
+
export declare type Agent = Message<"anduril.tasks.v2.Agent"> & {
|
|
113
|
+
/**
|
|
114
|
+
* @generated from field: string entity_id = 2;
|
|
115
|
+
*/
|
|
116
|
+
entityId: string;
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Describes the message anduril.tasks.v2.Agent.
|
|
121
|
+
* Use `create(AgentSchema)` to create a new message.
|
|
122
|
+
*/
|
|
123
|
+
export declare const AgentSchema: GenMessage<Agent>;
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Models a Control Area within which Agents must operate.
|
|
127
|
+
*
|
|
128
|
+
* @generated from message anduril.tasks.v2.ControlArea
|
|
129
|
+
*/
|
|
130
|
+
export declare type ControlArea = Message<"anduril.tasks.v2.ControlArea"> & {
|
|
131
|
+
/**
|
|
132
|
+
* Reference to GeoPolygon GeoEntity representing the ControlArea.
|
|
133
|
+
*
|
|
134
|
+
* @generated from field: string entity_id = 1;
|
|
135
|
+
*/
|
|
136
|
+
entityId: string;
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Type of ControlArea.
|
|
140
|
+
*
|
|
141
|
+
* @generated from field: anduril.tasks.v2.ControlAreaType control_area_type = 2;
|
|
142
|
+
*/
|
|
143
|
+
controlAreaType: ControlAreaType;
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* Describes the message anduril.tasks.v2.ControlArea.
|
|
148
|
+
* Use `create(ControlAreaSchema)` to create a new message.
|
|
149
|
+
*/
|
|
150
|
+
export declare const ControlAreaSchema: GenMessage<ControlArea>;
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* @generated from enum anduril.tasks.v2.ControlAreaType
|
|
154
|
+
*/
|
|
155
|
+
export enum ControlAreaType {
|
|
156
|
+
/**
|
|
157
|
+
* @generated from enum value: CONTROL_AREA_TYPE_INVALID = 0;
|
|
158
|
+
*/
|
|
159
|
+
INVALID = 0,
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* @generated from enum value: CONTROL_AREA_TYPE_KEEP_IN_ZONE = 1;
|
|
163
|
+
*/
|
|
164
|
+
KEEP_IN_ZONE = 1,
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* @generated from enum value: CONTROL_AREA_TYPE_KEEP_OUT_ZONE = 2;
|
|
168
|
+
*/
|
|
169
|
+
KEEP_OUT_ZONE = 2,
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* Zone for an autonomous asset to nose-dive into
|
|
173
|
+
* when its assignment has been concluded
|
|
174
|
+
*
|
|
175
|
+
* @generated from enum value: CONTROL_AREA_TYPE_DITCH_ZONE = 3;
|
|
176
|
+
*/
|
|
177
|
+
DITCH_ZONE = 3,
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* Describes the enum anduril.tasks.v2.ControlAreaType.
|
|
182
|
+
*/
|
|
183
|
+
export declare const ControlAreaTypeSchema: GenEnum<ControlAreaType>;
|
|
184
|
+
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/tasks/v2/common.pub.proto (package anduril.tasks.v2, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import { file_google_protobuf_duration } from "@bufbuild/protobuf/wkt";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file anduril/tasks/v2/common.pub.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_anduril_tasks_v2_common_pub = /*@__PURE__*/
|
|
12
|
+
fileDesc("CiFhbmR1cmlsL3Rhc2tzL3YyL2NvbW1vbi5wdWIucHJvdG8SEGFuZHVyaWwudGFza3MudjIiXwoNRHVyYXRpb25SYW5nZRImCgNtaW4YASABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb24SJgoDbWF4GAIgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uIiUKCUFuZ2xlUGFpchILCgNtaW4YASABKAESCwoDbWF4GAIgASgBIlQKD0FyZWFDb25zdHJhaW50cxJBChNhbHRpdHVkZV9jb25zdHJhaW50GAEgASgLMiQuYW5kdXJpbC50YXNrcy52Mi5BbHRpdHVkZUNvbnN0cmFpbnQiLgoSQWx0aXR1ZGVDb25zdHJhaW50EgsKA21pbhgBIAEoARILCgNtYXgYAiABKAEiIAoFQWdlbnQSEQoJZW50aXR5X2lkGAIgASgJSgQIARACIl4KC0NvbnRyb2xBcmVhEhEKCWVudGl0eV9pZBgBIAEoCRI8ChFjb250cm9sX2FyZWFfdHlwZRgCIAEoDjIhLmFuZHVyaWwudGFza3MudjIuQ29udHJvbEFyZWFUeXBlKpsBCg9Db250cm9sQXJlYVR5cGUSHQoZQ09OVFJPTF9BUkVBX1RZUEVfSU5WQUxJRBAAEiIKHkNPTlRST0xfQVJFQV9UWVBFX0tFRVBfSU5fWk9ORRABEiMKH0NPTlRST0xfQVJFQV9UWVBFX0tFRVBfT1VUX1pPTkUQAhIgChxDT05UUk9MX0FSRUFfVFlQRV9ESVRDSF9aT05FEANCxwEKFGNvbS5hbmR1cmlsLnRhc2tzLnYyQg5Db21tb25QdWJQcm90b1ABWj1naGUuYW5kdXJpbC5kZXYvYW5kdXJpbC9hbmR1cmlsYXBpcy1nby9hbmR1cmlsL3Rhc2tzL3YyO3Rhc2tzogIDQVRYqgIQQW5kdXJpbC5UYXNrcy5WMsoCEEFuZHVyaWxcVGFza3NcVjLiAhxBbmR1cmlsXFRhc2tzXFYyXEdQQk1ldGFkYXRh6gISQW5kdXJpbDo6VGFza3M6OlYyYgZwcm90bzM", [file_google_protobuf_duration]);
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message anduril.tasks.v2.DurationRange.
|
|
16
|
+
* Use `create(DurationRangeSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const DurationRangeSchema = /*@__PURE__*/
|
|
19
|
+
messageDesc(file_anduril_tasks_v2_common_pub, 0);
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message anduril.tasks.v2.AnglePair.
|
|
23
|
+
* Use `create(AnglePairSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export const AnglePairSchema = /*@__PURE__*/
|
|
26
|
+
messageDesc(file_anduril_tasks_v2_common_pub, 1);
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Describes the message anduril.tasks.v2.AreaConstraints.
|
|
30
|
+
* Use `create(AreaConstraintsSchema)` to create a new message.
|
|
31
|
+
*/
|
|
32
|
+
export const AreaConstraintsSchema = /*@__PURE__*/
|
|
33
|
+
messageDesc(file_anduril_tasks_v2_common_pub, 2);
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Describes the message anduril.tasks.v2.AltitudeConstraint.
|
|
37
|
+
* Use `create(AltitudeConstraintSchema)` to create a new message.
|
|
38
|
+
*/
|
|
39
|
+
export const AltitudeConstraintSchema = /*@__PURE__*/
|
|
40
|
+
messageDesc(file_anduril_tasks_v2_common_pub, 3);
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Describes the message anduril.tasks.v2.Agent.
|
|
44
|
+
* Use `create(AgentSchema)` to create a new message.
|
|
45
|
+
*/
|
|
46
|
+
export const AgentSchema = /*@__PURE__*/
|
|
47
|
+
messageDesc(file_anduril_tasks_v2_common_pub, 4);
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Describes the message anduril.tasks.v2.ControlArea.
|
|
51
|
+
* Use `create(ControlAreaSchema)` to create a new message.
|
|
52
|
+
*/
|
|
53
|
+
export const ControlAreaSchema = /*@__PURE__*/
|
|
54
|
+
messageDesc(file_anduril_tasks_v2_common_pub, 5);
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Describes the enum anduril.tasks.v2.ControlAreaType.
|
|
58
|
+
*/
|
|
59
|
+
export const ControlAreaTypeSchema = /*@__PURE__*/
|
|
60
|
+
enumDesc(file_anduril_tasks_v2_common_pub, 0);
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* @generated from enum anduril.tasks.v2.ControlAreaType
|
|
64
|
+
*/
|
|
65
|
+
export const ControlAreaType = /*@__PURE__*/
|
|
66
|
+
tsEnum(ControlAreaTypeSchema);
|
|
67
|
+
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/tasks/v2/objective.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
|
+
import type { LLA } from "../../type/coords.pub_pb.js";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file anduril/tasks/v2/objective.pub.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_anduril_tasks_v2_objective_pub: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the objective of a task.
|
|
16
|
+
*
|
|
17
|
+
* @generated from message anduril.tasks.v2.Objective
|
|
18
|
+
*/
|
|
19
|
+
export declare type Objective = Message<"anduril.tasks.v2.Objective"> & {
|
|
20
|
+
/**
|
|
21
|
+
* @generated from oneof anduril.tasks.v2.Objective.objective
|
|
22
|
+
*/
|
|
23
|
+
objective: {
|
|
24
|
+
/**
|
|
25
|
+
* Prefer Entity Objectives whenever the objective is in fact an entity. In other words, don't take position/point
|
|
26
|
+
* out of an entity and pass it as a simple point.
|
|
27
|
+
*
|
|
28
|
+
* @generated from field: string entity_id = 1;
|
|
29
|
+
*/
|
|
30
|
+
value: string;
|
|
31
|
+
case: "entityId";
|
|
32
|
+
} | {
|
|
33
|
+
/**
|
|
34
|
+
* Point objectives for simple reference points that are not geo entities.
|
|
35
|
+
*
|
|
36
|
+
* @generated from field: anduril.tasks.v2.Point point = 5;
|
|
37
|
+
*/
|
|
38
|
+
value: Point;
|
|
39
|
+
case: "point";
|
|
40
|
+
} | { case: undefined; value?: undefined };
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Describes the message anduril.tasks.v2.Objective.
|
|
45
|
+
* Use `create(ObjectiveSchema)` to create a new message.
|
|
46
|
+
*/
|
|
47
|
+
export declare const ObjectiveSchema: GenMessage<Objective>;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Describes a single point location.
|
|
51
|
+
*
|
|
52
|
+
* @generated from message anduril.tasks.v2.Point
|
|
53
|
+
*/
|
|
54
|
+
export declare type Point = Message<"anduril.tasks.v2.Point"> & {
|
|
55
|
+
/**
|
|
56
|
+
* A human readable name for the point.
|
|
57
|
+
*
|
|
58
|
+
* @generated from field: string reference_name = 1;
|
|
59
|
+
*/
|
|
60
|
+
referenceName: string;
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Indicates the objective is the provided location.
|
|
64
|
+
*
|
|
65
|
+
* @generated from field: anduril.type.LLA lla = 2;
|
|
66
|
+
*/
|
|
67
|
+
lla?: LLA;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* An optional entity id that is provided for reverse lookup purposes. This may be used any time the UI might
|
|
71
|
+
* have to convert a geoentity to statically defined LLA.
|
|
72
|
+
*
|
|
73
|
+
* @generated from field: string backing_entity_id = 3;
|
|
74
|
+
*/
|
|
75
|
+
backingEntityId: string;
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Describes the message anduril.tasks.v2.Point.
|
|
80
|
+
* Use `create(PointSchema)` to create a new message.
|
|
81
|
+
*/
|
|
82
|
+
export declare const PointSchema: GenMessage<Point>;
|
|
83
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/tasks/v2/objective.pub.proto (package anduril.tasks.v2, 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
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file anduril/tasks/v2/objective.pub.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_anduril_tasks_v2_objective_pub = /*@__PURE__*/
|
|
12
|
+
fileDesc("CiRhbmR1cmlsL3Rhc2tzL3YyL29iamVjdGl2ZS5wdWIucHJvdG8SEGFuZHVyaWwudGFza3MudjIiXQoJT2JqZWN0aXZlEhMKCWVudGl0eV9pZBgBIAEoCUgAEigKBXBvaW50GAUgASgLMhcuYW5kdXJpbC50YXNrcy52Mi5Qb2ludEgAQgsKCW9iamVjdGl2ZUoECAIQAyJaCgVQb2ludBIWCg5yZWZlcmVuY2VfbmFtZRgBIAEoCRIeCgNsbGEYAiABKAsyES5hbmR1cmlsLnR5cGUuTExBEhkKEWJhY2tpbmdfZW50aXR5X2lkGAMgASgJQsoBChRjb20uYW5kdXJpbC50YXNrcy52MkIRT2JqZWN0aXZlUHViUHJvdG9QAVo9Z2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC90YXNrcy92Mjt0YXNrc6ICA0FUWKoCEEFuZHVyaWwuVGFza3MuVjLKAhBBbmR1cmlsXFRhc2tzXFYy4gIcQW5kdXJpbFxUYXNrc1xWMlxHUEJNZXRhZGF0YeoCEkFuZHVyaWw6OlRhc2tzOjpWMmIGcHJvdG8z", [file_anduril_type_coords_pub]);
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message anduril.tasks.v2.Objective.
|
|
16
|
+
* Use `create(ObjectiveSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const ObjectiveSchema = /*@__PURE__*/
|
|
19
|
+
messageDesc(file_anduril_tasks_v2_objective_pub, 0);
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message anduril.tasks.v2.Point.
|
|
23
|
+
* Use `create(PointSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export const PointSchema = /*@__PURE__*/
|
|
26
|
+
messageDesc(file_anduril_tasks_v2_objective_pub, 1);
|
|
27
|
+
|