@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,184 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/relationship.pub.proto (package anduril.entitymanager.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 { Sensors } from "./sensors.pub_pb.js";
8
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
9
+
10
+ /**
11
+ * Describes the file anduril/entitymanager/v1/relationship.pub.proto.
12
+ */
13
+ export declare const file_anduril_entitymanager_v1_relationship_pub: GenFile;
14
+
15
+ /**
16
+ * The relationships between this entity and other entities in the common operational picture.
17
+ *
18
+ * @generated from message anduril.entitymanager.v1.Relationships
19
+ */
20
+ export declare type Relationships = Message<"anduril.entitymanager.v1.Relationships"> & {
21
+ /**
22
+ * @generated from field: repeated anduril.entitymanager.v1.Relationship relationships = 1;
23
+ */
24
+ relationships: Relationship[];
25
+ };
26
+
27
+ /**
28
+ * Describes the message anduril.entitymanager.v1.Relationships.
29
+ * Use `create(RelationshipsSchema)` to create a new message.
30
+ */
31
+ export declare const RelationshipsSchema: GenMessage<Relationships>;
32
+
33
+ /**
34
+ * The relationship component indicates a relationship to another entity.
35
+ *
36
+ * @generated from message anduril.entitymanager.v1.Relationship
37
+ */
38
+ export declare type Relationship = Message<"anduril.entitymanager.v1.Relationship"> & {
39
+ /**
40
+ * The entity ID to which this entity is related.
41
+ *
42
+ * @generated from field: string related_entity_id = 1;
43
+ */
44
+ relatedEntityId: string;
45
+
46
+ /**
47
+ * A unique identifier for this relationship. Allows removing or updating relationships.
48
+ *
49
+ * @generated from field: string relationship_id = 2;
50
+ */
51
+ relationshipId: string;
52
+
53
+ /**
54
+ * The relationship type
55
+ *
56
+ * @generated from field: anduril.entitymanager.v1.RelationshipType relationship_type = 3;
57
+ */
58
+ relationshipType?: RelationshipType;
59
+ };
60
+
61
+ /**
62
+ * Describes the message anduril.entitymanager.v1.Relationship.
63
+ * Use `create(RelationshipSchema)` to create a new message.
64
+ */
65
+ export declare const RelationshipSchema: GenMessage<Relationship>;
66
+
67
+ /**
68
+ * Determines the type of relationship between this entity and another.
69
+ *
70
+ * @generated from message anduril.entitymanager.v1.RelationshipType
71
+ */
72
+ export declare type RelationshipType = Message<"anduril.entitymanager.v1.RelationshipType"> & {
73
+ /**
74
+ * @generated from oneof anduril.entitymanager.v1.RelationshipType.type
75
+ */
76
+ type: {
77
+ /**
78
+ * @generated from field: anduril.entitymanager.v1.TrackedBy tracked_by = 2;
79
+ */
80
+ value: TrackedBy;
81
+ case: "trackedBy";
82
+ } | {
83
+ /**
84
+ * @generated from field: anduril.entitymanager.v1.GroupChild group_child = 4;
85
+ */
86
+ value: GroupChild;
87
+ case: "groupChild";
88
+ } | {
89
+ /**
90
+ * @generated from field: anduril.entitymanager.v1.GroupParent group_parent = 5;
91
+ */
92
+ value: GroupParent;
93
+ case: "groupParent";
94
+ } | {
95
+ /**
96
+ * @generated from field: anduril.entitymanager.v1.MergedFrom merged_from = 6;
97
+ */
98
+ value: MergedFrom;
99
+ case: "mergedFrom";
100
+ } | { case: undefined; value?: undefined };
101
+ };
102
+
103
+ /**
104
+ * Describes the message anduril.entitymanager.v1.RelationshipType.
105
+ * Use `create(RelationshipTypeSchema)` to create a new message.
106
+ */
107
+ export declare const RelationshipTypeSchema: GenMessage<RelationshipType>;
108
+
109
+ /**
110
+ * Describes the relationship between the entity being tracked ("tracked entity") and the entity that is
111
+ * performing the tracking ("tracking entity").
112
+ *
113
+ * @generated from message anduril.entitymanager.v1.TrackedBy
114
+ */
115
+ export declare type TrackedBy = Message<"anduril.entitymanager.v1.TrackedBy"> & {
116
+ /**
117
+ * Sensor details of the tracking entity's sensors that were active and tracking the tracked entity. This may be
118
+ * a subset of the total sensors available on the tracking entity.
119
+ *
120
+ * @generated from field: anduril.entitymanager.v1.Sensors actively_tracking_sensors = 1;
121
+ */
122
+ activelyTrackingSensors?: Sensors;
123
+
124
+ /**
125
+ * Latest time that any sensor in actively_tracking_sensors detected the tracked entity.
126
+ *
127
+ * @generated from field: google.protobuf.Timestamp last_measurement_timestamp = 2;
128
+ */
129
+ lastMeasurementTimestamp?: Timestamp;
130
+ };
131
+
132
+ /**
133
+ * Describes the message anduril.entitymanager.v1.TrackedBy.
134
+ * Use `create(TrackedBySchema)` to create a new message.
135
+ */
136
+ export declare const TrackedBySchema: GenMessage<TrackedBy>;
137
+
138
+ /**
139
+ * A GroupChild relationship is a uni-directional relationship indicating that (1) this entity
140
+ * represents an Entity Group and (2) the related entity is a child member of this group. The presence of this
141
+ * relationship alone determines that the type of group is an Entity Group.
142
+ *
143
+ * @generated from message anduril.entitymanager.v1.GroupChild
144
+ */
145
+ export declare type GroupChild = Message<"anduril.entitymanager.v1.GroupChild"> & {
146
+ };
147
+
148
+ /**
149
+ * Describes the message anduril.entitymanager.v1.GroupChild.
150
+ * Use `create(GroupChildSchema)` to create a new message.
151
+ */
152
+ export declare const GroupChildSchema: GenMessage<GroupChild>;
153
+
154
+ /**
155
+ * A GroupParent relationship is a uni-directional relationship indicating that this entity is a member of
156
+ * the Entity Group represented by the related entity. The presence of this relationship alone determines that
157
+ * the type of group that this entity is a member of is an Entity Group.
158
+ *
159
+ * @generated from message anduril.entitymanager.v1.GroupParent
160
+ */
161
+ export declare type GroupParent = Message<"anduril.entitymanager.v1.GroupParent"> & {
162
+ };
163
+
164
+ /**
165
+ * Describes the message anduril.entitymanager.v1.GroupParent.
166
+ * Use `create(GroupParentSchema)` to create a new message.
167
+ */
168
+ export declare const GroupParentSchema: GenMessage<GroupParent>;
169
+
170
+ /**
171
+ * A MergedFrom relationship is a uni-directional relationship indicating that this entity is a merged entity whose
172
+ * data has at least partially been merged from the related entity.
173
+ *
174
+ * @generated from message anduril.entitymanager.v1.MergedFrom
175
+ */
176
+ export declare type MergedFrom = Message<"anduril.entitymanager.v1.MergedFrom"> & {
177
+ };
178
+
179
+ /**
180
+ * Describes the message anduril.entitymanager.v1.MergedFrom.
181
+ * Use `create(MergedFromSchema)` to create a new message.
182
+ */
183
+ export declare const MergedFromSchema: GenMessage<MergedFrom>;
184
+
@@ -0,0 +1,63 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/relationship.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
6
+ import { file_anduril_entitymanager_v1_sensors_pub } from "./sensors.pub_pb.js";
7
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
8
+
9
+ /**
10
+ * Describes the file anduril/entitymanager/v1/relationship.pub.proto.
11
+ */
12
+ export const file_anduril_entitymanager_v1_relationship_pub = /*@__PURE__*/
13
+ fileDesc("Ci9hbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvcmVsYXRpb25zaGlwLnB1Yi5wcm90bxIYYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxIk4KDVJlbGF0aW9uc2hpcHMSPQoNcmVsYXRpb25zaGlwcxgBIAMoCzImLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5SZWxhdGlvbnNoaXAiiQEKDFJlbGF0aW9uc2hpcBIZChFyZWxhdGVkX2VudGl0eV9pZBgBIAEoCRIXCg9yZWxhdGlvbnNoaXBfaWQYAiABKAkSRQoRcmVsYXRpb25zaGlwX3R5cGUYAyABKAsyKi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUmVsYXRpb25zaGlwVHlwZSKOAgoQUmVsYXRpb25zaGlwVHlwZRI5Cgp0cmFja2VkX2J5GAIgASgLMiMuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlRyYWNrZWRCeUgAEjsKC2dyb3VwX2NoaWxkGAQgASgLMiQuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkdyb3VwQ2hpbGRIABI9Cgxncm91cF9wYXJlbnQYBSABKAsyJS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuR3JvdXBQYXJlbnRIABI7CgttZXJnZWRfZnJvbRgGIAEoCzIkLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5NZXJnZWRGcm9tSABCBgoEdHlwZSKRAQoJVHJhY2tlZEJ5EkQKGWFjdGl2ZWx5X3RyYWNraW5nX3NlbnNvcnMYASABKAsyIS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuU2Vuc29ycxI+ChpsYXN0X21lYXN1cmVtZW50X3RpbWVzdGFtcBgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiDAoKR3JvdXBDaGlsZCINCgtHcm91cFBhcmVudCIMCgpNZXJnZWRGcm9tQoUCChxjb20uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxQhRSZWxhdGlvbnNoaXBQdWJQcm90b1ABWk1naGUuYW5kdXJpbC5kZXYvYW5kdXJpbC9hbmR1cmlsYXBpcy1nby9hbmR1cmlsL2VudGl0eW1hbmFnZXIvdjE7ZW50aXR5bWFuYWdlcqICA0FFWKoCGEFuZHVyaWwuRW50aXR5bWFuYWdlci5WMcoCGEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMeICJEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMVxHUEJNZXRhZGF0YeoCGkFuZHVyaWw6OkVudGl0eW1hbmFnZXI6OlYxYgZwcm90bzM", [file_anduril_entitymanager_v1_sensors_pub, file_google_protobuf_timestamp]);
14
+
15
+ /**
16
+ * Describes the message anduril.entitymanager.v1.Relationships.
17
+ * Use `create(RelationshipsSchema)` to create a new message.
18
+ */
19
+ export const RelationshipsSchema = /*@__PURE__*/
20
+ messageDesc(file_anduril_entitymanager_v1_relationship_pub, 0);
21
+
22
+ /**
23
+ * Describes the message anduril.entitymanager.v1.Relationship.
24
+ * Use `create(RelationshipSchema)` to create a new message.
25
+ */
26
+ export const RelationshipSchema = /*@__PURE__*/
27
+ messageDesc(file_anduril_entitymanager_v1_relationship_pub, 1);
28
+
29
+ /**
30
+ * Describes the message anduril.entitymanager.v1.RelationshipType.
31
+ * Use `create(RelationshipTypeSchema)` to create a new message.
32
+ */
33
+ export const RelationshipTypeSchema = /*@__PURE__*/
34
+ messageDesc(file_anduril_entitymanager_v1_relationship_pub, 2);
35
+
36
+ /**
37
+ * Describes the message anduril.entitymanager.v1.TrackedBy.
38
+ * Use `create(TrackedBySchema)` to create a new message.
39
+ */
40
+ export const TrackedBySchema = /*@__PURE__*/
41
+ messageDesc(file_anduril_entitymanager_v1_relationship_pub, 3);
42
+
43
+ /**
44
+ * Describes the message anduril.entitymanager.v1.GroupChild.
45
+ * Use `create(GroupChildSchema)` to create a new message.
46
+ */
47
+ export const GroupChildSchema = /*@__PURE__*/
48
+ messageDesc(file_anduril_entitymanager_v1_relationship_pub, 4);
49
+
50
+ /**
51
+ * Describes the message anduril.entitymanager.v1.GroupParent.
52
+ * Use `create(GroupParentSchema)` to create a new message.
53
+ */
54
+ export const GroupParentSchema = /*@__PURE__*/
55
+ messageDesc(file_anduril_entitymanager_v1_relationship_pub, 5);
56
+
57
+ /**
58
+ * Describes the message anduril.entitymanager.v1.MergedFrom.
59
+ * Use `create(MergedFromSchema)` to create a new message.
60
+ */
61
+ export const MergedFromSchema = /*@__PURE__*/
62
+ messageDesc(file_anduril_entitymanager_v1_relationship_pub, 6);
63
+
@@ -0,0 +1,38 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/route_details.pub.proto (package anduril.entitymanager.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 { Timestamp } from "@bufbuild/protobuf/wkt";
8
+
9
+ /**
10
+ * Describes the file anduril/entitymanager/v1/route_details.pub.proto.
11
+ */
12
+ export declare const file_anduril_entitymanager_v1_route_details_pub: GenFile;
13
+
14
+ /**
15
+ * @generated from message anduril.entitymanager.v1.RouteDetails
16
+ */
17
+ export declare type RouteDetails = Message<"anduril.entitymanager.v1.RouteDetails"> & {
18
+ /**
19
+ * Free form text giving the name of the entity's destination
20
+ *
21
+ * @generated from field: string destination_name = 1;
22
+ */
23
+ destinationName: string;
24
+
25
+ /**
26
+ * Estimated time of arrival at destination
27
+ *
28
+ * @generated from field: google.protobuf.Timestamp estimated_arrival_time = 2;
29
+ */
30
+ estimatedArrivalTime?: Timestamp;
31
+ };
32
+
33
+ /**
34
+ * Describes the message anduril.entitymanager.v1.RouteDetails.
35
+ * Use `create(RouteDetailsSchema)` to create a new message.
36
+ */
37
+ export declare const RouteDetailsSchema: GenMessage<RouteDetails>;
38
+
@@ -0,0 +1,20 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/route_details.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
6
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
7
+
8
+ /**
9
+ * Describes the file anduril/entitymanager/v1/route_details.pub.proto.
10
+ */
11
+ export const file_anduril_entitymanager_v1_route_details_pub = /*@__PURE__*/
12
+ fileDesc("CjBhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvcm91dGVfZGV0YWlscy5wdWIucHJvdG8SGGFuZHVyaWwuZW50aXR5bWFuYWdlci52MSJkCgxSb3V0ZURldGFpbHMSGAoQZGVzdGluYXRpb25fbmFtZRgBIAEoCRI6ChZlc3RpbWF0ZWRfYXJyaXZhbF90aW1lGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEKFAgocY29tLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MUIUUm91dGVEZXRhaWxzUHViUHJvdG9QAVpNZ2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC9lbnRpdHltYW5hZ2VyL3YxO2VudGl0eW1hbmFnZXKiAgNBRViqAhhBbmR1cmlsLkVudGl0eW1hbmFnZXIuVjHKAhhBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjHiAiRBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjFcR1BCTWV0YWRhdGHqAhpBbmR1cmlsOjpFbnRpdHltYW5hZ2VyOjpWMWIGcHJvdG8z", [file_google_protobuf_timestamp]);
13
+
14
+ /**
15
+ * Describes the message anduril.entitymanager.v1.RouteDetails.
16
+ * Use `create(RouteDetailsSchema)` to create a new message.
17
+ */
18
+ export const RouteDetailsSchema = /*@__PURE__*/
19
+ messageDesc(file_anduril_entitymanager_v1_route_details_pub, 0);
20
+
@@ -0,0 +1,124 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/schedule.pub.proto (package anduril.entitymanager.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/entitymanager/v1/schedule.pub.proto.
10
+ */
11
+ export declare const file_anduril_entitymanager_v1_schedule_pub: GenFile;
12
+
13
+ /**
14
+ * Schedules associated with this entity
15
+ *
16
+ * @generated from message anduril.entitymanager.v1.Schedules
17
+ */
18
+ export declare type Schedules = Message<"anduril.entitymanager.v1.Schedules"> & {
19
+ /**
20
+ * @generated from field: repeated anduril.entitymanager.v1.Schedule schedules = 1;
21
+ */
22
+ schedules: Schedule[];
23
+ };
24
+
25
+ /**
26
+ * Describes the message anduril.entitymanager.v1.Schedules.
27
+ * Use `create(SchedulesSchema)` to create a new message.
28
+ */
29
+ export declare const SchedulesSchema: GenMessage<Schedules>;
30
+
31
+ /**
32
+ * A Schedule associated with this entity
33
+ *
34
+ * @generated from message anduril.entitymanager.v1.Schedule
35
+ */
36
+ export declare type Schedule = Message<"anduril.entitymanager.v1.Schedule"> & {
37
+ /**
38
+ * expression that represents this schedule's "ON" state
39
+ *
40
+ * @generated from field: repeated anduril.entitymanager.v1.CronWindow windows = 1;
41
+ */
42
+ windows: CronWindow[];
43
+
44
+ /**
45
+ * A unique identifier for this schedule.
46
+ *
47
+ * @generated from field: string schedule_id = 2;
48
+ */
49
+ scheduleId: string;
50
+
51
+ /**
52
+ * The schedule type
53
+ *
54
+ * @generated from field: anduril.entitymanager.v1.ScheduleType schedule_type = 3;
55
+ */
56
+ scheduleType: ScheduleType;
57
+ };
58
+
59
+ /**
60
+ * Describes the message anduril.entitymanager.v1.Schedule.
61
+ * Use `create(ScheduleSchema)` to create a new message.
62
+ */
63
+ export declare const ScheduleSchema: GenMessage<Schedule>;
64
+
65
+ /**
66
+ * @generated from message anduril.entitymanager.v1.CronWindow
67
+ */
68
+ export declare type CronWindow = Message<"anduril.entitymanager.v1.CronWindow"> & {
69
+ /**
70
+ * in UTC, describes when and at what cadence this window starts, in the quartz flavor of cron
71
+ *
72
+ * examples:
73
+ * This schedule is begins at 7:00:00am UTC everyday between Monday and Friday
74
+ * 0 0 7 ? * MON-FRI *
75
+ * This schedule begins every 5 minutes starting at 12:00:00pm UTC until 8:00:00pm UTC everyday
76
+ * 0 0/5 12-20 * * ? *
77
+ * This schedule begins at 12:00:00pm UTC on March 2nd 2023
78
+ * 0 0 12 2 3 ? 2023
79
+ *
80
+ * @generated from field: string cron_expression = 1;
81
+ */
82
+ cronExpression: string;
83
+
84
+ /**
85
+ * describes the duration
86
+ *
87
+ * @generated from field: uint64 duration_millis = 2;
88
+ */
89
+ durationMillis: bigint;
90
+ };
91
+
92
+ /**
93
+ * Describes the message anduril.entitymanager.v1.CronWindow.
94
+ * Use `create(CronWindowSchema)` to create a new message.
95
+ */
96
+ export declare const CronWindowSchema: GenMessage<CronWindow>;
97
+
98
+ /**
99
+ * The type of Schedule.
100
+ *
101
+ * @generated from enum anduril.entitymanager.v1.ScheduleType
102
+ */
103
+ export enum ScheduleType {
104
+ /**
105
+ * @generated from enum value: SCHEDULE_TYPE_INVALID = 0;
106
+ */
107
+ INVALID = 0,
108
+
109
+ /**
110
+ * @generated from enum value: SCHEDULE_TYPE_ZONE_ENABLED = 1;
111
+ */
112
+ ZONE_ENABLED = 1,
113
+
114
+ /**
115
+ * @generated from enum value: SCHEDULE_TYPE_ZONE_TEMP_ENABLED = 2;
116
+ */
117
+ ZONE_TEMP_ENABLED = 2,
118
+ }
119
+
120
+ /**
121
+ * Describes the enum anduril.entitymanager.v1.ScheduleType.
122
+ */
123
+ export declare const ScheduleTypeSchema: GenEnum<ScheduleType>;
124
+
@@ -0,0 +1,47 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/schedule.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
6
+
7
+ /**
8
+ * Describes the file anduril/entitymanager/v1/schedule.pub.proto.
9
+ */
10
+ export const file_anduril_entitymanager_v1_schedule_pub = /*@__PURE__*/
11
+ fileDesc("CithbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvc2NoZWR1bGUucHViLnByb3RvEhhhbmR1cmlsLmVudGl0eW1hbmFnZXIudjEiQgoJU2NoZWR1bGVzEjUKCXNjaGVkdWxlcxgBIAMoCzIiLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5TY2hlZHVsZSKVAQoIU2NoZWR1bGUSNQoHd2luZG93cxgBIAMoCzIkLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5Dcm9uV2luZG93EhMKC3NjaGVkdWxlX2lkGAIgASgJEj0KDXNjaGVkdWxlX3R5cGUYAyABKA4yJi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuU2NoZWR1bGVUeXBlIj4KCkNyb25XaW5kb3cSFwoPY3Jvbl9leHByZXNzaW9uGAEgASgJEhcKD2R1cmF0aW9uX21pbGxpcxgCIAEoBCpuCgxTY2hlZHVsZVR5cGUSGQoVU0NIRURVTEVfVFlQRV9JTlZBTElEEAASHgoaU0NIRURVTEVfVFlQRV9aT05FX0VOQUJMRUQQARIjCh9TQ0hFRFVMRV9UWVBFX1pPTkVfVEVNUF9FTkFCTEVEEAJCgQIKHGNvbS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjFCEFNjaGVkdWxlUHViUHJvdG9QAVpNZ2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC9lbnRpdHltYW5hZ2VyL3YxO2VudGl0eW1hbmFnZXKiAgNBRViqAhhBbmR1cmlsLkVudGl0eW1hbmFnZXIuVjHKAhhBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjHiAiRBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjFcR1BCTWV0YWRhdGHqAhpBbmR1cmlsOjpFbnRpdHltYW5hZ2VyOjpWMWIGcHJvdG8z");
12
+
13
+ /**
14
+ * Describes the message anduril.entitymanager.v1.Schedules.
15
+ * Use `create(SchedulesSchema)` to create a new message.
16
+ */
17
+ export const SchedulesSchema = /*@__PURE__*/
18
+ messageDesc(file_anduril_entitymanager_v1_schedule_pub, 0);
19
+
20
+ /**
21
+ * Describes the message anduril.entitymanager.v1.Schedule.
22
+ * Use `create(ScheduleSchema)` to create a new message.
23
+ */
24
+ export const ScheduleSchema = /*@__PURE__*/
25
+ messageDesc(file_anduril_entitymanager_v1_schedule_pub, 1);
26
+
27
+ /**
28
+ * Describes the message anduril.entitymanager.v1.CronWindow.
29
+ * Use `create(CronWindowSchema)` to create a new message.
30
+ */
31
+ export const CronWindowSchema = /*@__PURE__*/
32
+ messageDesc(file_anduril_entitymanager_v1_schedule_pub, 2);
33
+
34
+ /**
35
+ * Describes the enum anduril.entitymanager.v1.ScheduleType.
36
+ */
37
+ export const ScheduleTypeSchema = /*@__PURE__*/
38
+ enumDesc(file_anduril_entitymanager_v1_schedule_pub, 0);
39
+
40
+ /**
41
+ * The type of Schedule.
42
+ *
43
+ * @generated from enum anduril.entitymanager.v1.ScheduleType
44
+ */
45
+ export const ScheduleType = /*@__PURE__*/
46
+ tsEnum(ScheduleTypeSchema);
47
+