@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,192 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/taskmanager/v1/task.pub.proto (package anduril.taskmanager.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import { file_anduril_entitymanager_v1_entity_pub } from "../../entitymanager/v1/entity.pub_pb.js";
|
|
7
|
+
import { file_google_protobuf_any, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file anduril/taskmanager/v1/task.pub.proto.
|
|
11
|
+
*/
|
|
12
|
+
export const file_anduril_taskmanager_v1_task_pub = /*@__PURE__*/
|
|
13
|
+
fileDesc("CiVhbmR1cmlsL3Rhc2ttYW5hZ2VyL3YxL3Rhc2sucHViLnByb3RvEhZhbmR1cmlsLnRhc2ttYW5hZ2VyLnYxItcFCgRUYXNrEjQKB3ZlcnNpb24YASABKAsyIy5hbmR1cmlsLnRhc2ttYW5hZ2VyLnYxLlRhc2tWZXJzaW9uEhQKDGRpc3BsYXlfbmFtZRgCIAEoCRIrCg1zcGVjaWZpY2F0aW9uGAMgASgLMhQuZ29vZ2xlLnByb3RvYnVmLkFueRI1CgpjcmVhdGVkX2J5GBAgASgLMiEuYW5kdXJpbC50YXNrbWFuYWdlci52MS5QcmluY2lwYWwSOgoPbGFzdF91cGRhdGVkX2J5GAQgASgLMiEuYW5kdXJpbC50YXNrbWFuYWdlci52MS5QcmluY2lwYWwSNAoQbGFzdF91cGRhdGVfdGltZRgJIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASMgoGc3RhdHVzGAUgASgLMiIuYW5kdXJpbC50YXNrbWFuYWdlci52MS5UYXNrU3RhdHVzEjIKDnNjaGVkdWxlZF90aW1lGAYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBI0CglyZWxhdGlvbnMYCCABKAsyIS5hbmR1cmlsLnRhc2ttYW5hZ2VyLnYxLlJlbGF0aW9ucxITCgtkZXNjcmlwdGlvbhgKIAEoCRIdChVpc19leGVjdXRlZF9lbHNld2hlcmUYCyABKAgSLwoLY3JlYXRlX3RpbWUYDSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjgKC3JlcGxpY2F0aW9uGA4gASgLMiMuYW5kdXJpbC50YXNrbWFuYWdlci52MS5SZXBsaWNhdGlvbhI8ChBpbml0aWFsX2VudGl0aWVzGA8gAygLMiIuYW5kdXJpbC50YXNrbWFuYWdlci52MS5UYXNrRW50aXR5EiwKBW93bmVyGAwgASgLMh0uYW5kdXJpbC50YXNrbWFuYWdlci52MS5Pd25lckoECAcQCCLRAgoKVGFza1N0YXR1cxIuCgZzdGF0dXMYASABKA4yHi5hbmR1cmlsLnRhc2ttYW5hZ2VyLnYxLlN0YXR1cxI1Cgp0YXNrX2Vycm9yGAIgASgLMiEuYW5kdXJpbC50YXNrbWFuYWdlci52MS5UYXNrRXJyb3ISJgoIcHJvZ3Jlc3MYBCABKAsyFC5nb29nbGUucHJvdG9idWYuQW55EiQKBnJlc3VsdBgFIAEoCzIULmdvb2dsZS5wcm90b2J1Zi5BbnkSLgoKc3RhcnRfdGltZRgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASJgoIZXN0aW1hdGUYByABKAsyFC5nb29nbGUucHJvdG9idWYuQW55EjYKCmFsbG9jYXRpb24YCCABKAsyIi5hbmR1cmlsLnRhc2ttYW5hZ2VyLnYxLkFsbG9jYXRpb24iegoJVGFza0Vycm9yEi8KBGNvZGUYASABKA4yIS5hbmR1cmlsLnRhc2ttYW5hZ2VyLnYxLkVycm9yQ29kZRIPCgdtZXNzYWdlGAIgASgJEisKDWVycm9yX2RldGFpbHMYAyABKAsyFC5nb29nbGUucHJvdG9idWYuQW55ItsBCglQcmluY2lwYWwSMAoGc3lzdGVtGAEgASgLMh4uYW5kdXJpbC50YXNrbWFuYWdlci52MS5TeXN0ZW1IABIsCgR1c2VyGAIgASgLMhwuYW5kdXJpbC50YXNrbWFuYWdlci52MS5Vc2VySAASLAoEdGVhbRgEIAEoCzIcLmFuZHVyaWwudGFza21hbmFnZXIudjEuVGVhbUgAEjcKDG9uX2JlaGFsZl9vZhgDIAEoCzIhLmFuZHVyaWwudGFza21hbmFnZXIudjEuUHJpbmNpcGFsQgcKBWFnZW50IlcKBlN5c3RlbRIUCgxzZXJ2aWNlX25hbWUYASABKAkSEQoJZW50aXR5X2lkGAIgASgJEh4KFm1hbmFnZXNfb3duX3NjaGVkdWxpbmcYBCABKAhKBAgDEAQiFwoEVXNlchIPCgd1c2VyX2lkGAEgASgJIlgKCVJlbGF0aW9ucxIzCghhc3NpZ25lZRgBIAEoCzIhLmFuZHVyaWwudGFza21hbmFnZXIudjEuUHJpbmNpcGFsEhYKDnBhcmVudF90YXNrX2lkGAIgASgJIs0BCglUYXNrRXZlbnQSNQoKZXZlbnRfdHlwZRgBIAEoDjIhLmFuZHVyaWwudGFza21hbmFnZXIudjEuRXZlbnRUeXBlEioKBHRhc2sYAiABKAsyHC5hbmR1cmlsLnRhc2ttYW5hZ2VyLnYxLlRhc2sSMwoJdGFza192aWV3GAMgASgOMiAuYW5kdXJpbC50YXNrbWFuYWdlci52MS5UYXNrVmlldxIoCgR0aW1lGAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCJSCgtUYXNrVmVyc2lvbhIPCgd0YXNrX2lkGAEgASgJEhoKEmRlZmluaXRpb25fdmVyc2lvbhgCIAEoDRIWCg5zdGF0dXNfdmVyc2lvbhgDIAEoDSLfAQoMU3RhdHVzVXBkYXRlEjQKB3ZlcnNpb24YASABKAsyIy5hbmR1cmlsLnRhc2ttYW5hZ2VyLnYxLlRhc2tWZXJzaW9uEjIKBnN0YXR1cxgCIAEoCzIiLmFuZHVyaWwudGFza21hbmFnZXIudjEuVGFza1N0YXR1cxIxCgZhdXRob3IYAyABKAsyIS5hbmR1cmlsLnRhc2ttYW5hZ2VyLnYxLlByaW5jaXBhbBIyCg5zY2hlZHVsZWRfdGltZRgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiPgoQRGVmaW5pdGlvblVwZGF0ZRIqCgR0YXNrGAEgASgLMhwuYW5kdXJpbC50YXNrbWFuYWdlci52MS5UYXNrIiAKBU93bmVyEhEKCWVudGl0eV9pZBgCIAEoCUoECAEQAiI9CgtSZXBsaWNhdGlvbhIuCgpzdGFsZV90aW1lGAEgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCJCCgpBbGxvY2F0aW9uEjQKDWFjdGl2ZV9hZ2VudHMYASADKAsyHS5hbmR1cmlsLnRhc2ttYW5hZ2VyLnYxLkFnZW50IkkKBFRlYW0SEQoJZW50aXR5X2lkGAEgASgJEi4KB21lbWJlcnMYAiADKAsyHS5hbmR1cmlsLnRhc2ttYW5hZ2VyLnYxLkFnZW50IiAKBUFnZW50EhEKCWVudGl0eV9pZBgCIAEoCUoECAEQAiJQCgpUYXNrRW50aXR5EjAKBmVudGl0eRgBIAEoCzIgLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5FbnRpdHkSEAoIc25hcHNob3QYAiABKAgq7wIKBlN0YXR1cxISCg5TVEFUVVNfSU5WQUxJRBAAEhIKDlNUQVRVU19DUkVBVEVEEAESHwobU1RBVFVTX1NDSEVEVUxFRF9JTl9NQU5BR0VSEAISDwoLU1RBVFVTX1NFTlQQAxIaChZTVEFUVVNfTUFDSElORV9SRUNFSVBUEAQSDgoKU1RBVFVTX0FDSxAFEhAKDFNUQVRVU19XSUxDTxAGEhQKEFNUQVRVU19FWEVDVVRJTkcQBxIdChlTVEFUVVNfV0FJVElOR19GT1JfVVBEQVRFEAgSEgoOU1RBVFVTX0RPTkVfT0sQCRIWChJTVEFUVVNfRE9ORV9OT1RfT0sQChITCg9TVEFUVVNfUkVQTEFDRUQQCxIbChdTVEFUVVNfQ0FOQ0VMX1JFUVVFU1RFRBAMEh0KGVNUQVRVU19DT01QTEVURV9SRVFVRVNURUQQDRIbChdTVEFUVVNfVkVSU0lPTl9SRUpFQ1RFRBAOKoUBCglFcnJvckNvZGUSFgoSRVJST1JfQ09ERV9JTlZBTElEEAASGAoURVJST1JfQ09ERV9DQU5DRUxMRUQQARIXChNFUlJPUl9DT0RFX1JFSkVDVEVEEAISFgoSRVJST1JfQ09ERV9USU1FT1VUEAMSFQoRRVJST1JfQ09ERV9GQUlMRUQQBCpuCglFdmVudFR5cGUSFgoSRVZFTlRfVFlQRV9JTlZBTElEEAASFgoSRVZFTlRfVFlQRV9DUkVBVEVEEAESFQoRRVZFTlRfVFlQRV9VUERBVEUQAhIaChZFVkVOVF9UWVBFX1BSRUVYSVNUSU5HEAMqTQoIVGFza1ZpZXcSFQoRVEFTS19WSUVXX0lOVkFMSUQQABIVChFUQVNLX1ZJRVdfTUFOQUdFUhABEhMKD1RBU0tfVklFV19BR0VOVBACQu8BChpjb20uYW5kdXJpbC50YXNrbWFuYWdlci52MUIMVGFza1B1YlByb3RvUAFaSWdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvdGFza21hbmFnZXIvdjE7dGFza21hbmFnZXKiAgNBVFiqAhZBbmR1cmlsLlRhc2ttYW5hZ2VyLlYxygIWQW5kdXJpbFxUYXNrbWFuYWdlclxWMeICIkFuZHVyaWxcVGFza21hbmFnZXJcVjFcR1BCTWV0YWRhdGHqAhhBbmR1cmlsOjpUYXNrbWFuYWdlcjo6VjFiBnByb3RvMw", [file_anduril_entitymanager_v1_entity_pub, file_google_protobuf_any, file_google_protobuf_timestamp]);
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Describes the message anduril.taskmanager.v1.Task.
|
|
17
|
+
* Use `create(TaskSchema)` to create a new message.
|
|
18
|
+
*/
|
|
19
|
+
export const TaskSchema = /*@__PURE__*/
|
|
20
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 0);
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Describes the message anduril.taskmanager.v1.TaskStatus.
|
|
24
|
+
* Use `create(TaskStatusSchema)` to create a new message.
|
|
25
|
+
*/
|
|
26
|
+
export const TaskStatusSchema = /*@__PURE__*/
|
|
27
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 1);
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Describes the message anduril.taskmanager.v1.TaskError.
|
|
31
|
+
* Use `create(TaskErrorSchema)` to create a new message.
|
|
32
|
+
*/
|
|
33
|
+
export const TaskErrorSchema = /*@__PURE__*/
|
|
34
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 2);
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Describes the message anduril.taskmanager.v1.Principal.
|
|
38
|
+
* Use `create(PrincipalSchema)` to create a new message.
|
|
39
|
+
*/
|
|
40
|
+
export const PrincipalSchema = /*@__PURE__*/
|
|
41
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 3);
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Describes the message anduril.taskmanager.v1.System.
|
|
45
|
+
* Use `create(SystemSchema)` to create a new message.
|
|
46
|
+
*/
|
|
47
|
+
export const SystemSchema = /*@__PURE__*/
|
|
48
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 4);
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Describes the message anduril.taskmanager.v1.User.
|
|
52
|
+
* Use `create(UserSchema)` to create a new message.
|
|
53
|
+
*/
|
|
54
|
+
export const UserSchema = /*@__PURE__*/
|
|
55
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 5);
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Describes the message anduril.taskmanager.v1.Relations.
|
|
59
|
+
* Use `create(RelationsSchema)` to create a new message.
|
|
60
|
+
*/
|
|
61
|
+
export const RelationsSchema = /*@__PURE__*/
|
|
62
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 6);
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Describes the message anduril.taskmanager.v1.TaskEvent.
|
|
66
|
+
* Use `create(TaskEventSchema)` to create a new message.
|
|
67
|
+
*/
|
|
68
|
+
export const TaskEventSchema = /*@__PURE__*/
|
|
69
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 7);
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Describes the message anduril.taskmanager.v1.TaskVersion.
|
|
73
|
+
* Use `create(TaskVersionSchema)` to create a new message.
|
|
74
|
+
*/
|
|
75
|
+
export const TaskVersionSchema = /*@__PURE__*/
|
|
76
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 8);
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Describes the message anduril.taskmanager.v1.StatusUpdate.
|
|
80
|
+
* Use `create(StatusUpdateSchema)` to create a new message.
|
|
81
|
+
*/
|
|
82
|
+
export const StatusUpdateSchema = /*@__PURE__*/
|
|
83
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 9);
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Describes the message anduril.taskmanager.v1.DefinitionUpdate.
|
|
87
|
+
* Use `create(DefinitionUpdateSchema)` to create a new message.
|
|
88
|
+
*/
|
|
89
|
+
export const DefinitionUpdateSchema = /*@__PURE__*/
|
|
90
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 10);
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Describes the message anduril.taskmanager.v1.Owner.
|
|
94
|
+
* Use `create(OwnerSchema)` to create a new message.
|
|
95
|
+
*/
|
|
96
|
+
export const OwnerSchema = /*@__PURE__*/
|
|
97
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 11);
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Describes the message anduril.taskmanager.v1.Replication.
|
|
101
|
+
* Use `create(ReplicationSchema)` to create a new message.
|
|
102
|
+
*/
|
|
103
|
+
export const ReplicationSchema = /*@__PURE__*/
|
|
104
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 12);
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* Describes the message anduril.taskmanager.v1.Allocation.
|
|
108
|
+
* Use `create(AllocationSchema)` to create a new message.
|
|
109
|
+
*/
|
|
110
|
+
export const AllocationSchema = /*@__PURE__*/
|
|
111
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 13);
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* Describes the message anduril.taskmanager.v1.Team.
|
|
115
|
+
* Use `create(TeamSchema)` to create a new message.
|
|
116
|
+
*/
|
|
117
|
+
export const TeamSchema = /*@__PURE__*/
|
|
118
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 14);
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* Describes the message anduril.taskmanager.v1.Agent.
|
|
122
|
+
* Use `create(AgentSchema)` to create a new message.
|
|
123
|
+
*/
|
|
124
|
+
export const AgentSchema = /*@__PURE__*/
|
|
125
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 15);
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Describes the message anduril.taskmanager.v1.TaskEntity.
|
|
129
|
+
* Use `create(TaskEntitySchema)` to create a new message.
|
|
130
|
+
*/
|
|
131
|
+
export const TaskEntitySchema = /*@__PURE__*/
|
|
132
|
+
messageDesc(file_anduril_taskmanager_v1_task_pub, 16);
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* Describes the enum anduril.taskmanager.v1.Status.
|
|
136
|
+
*/
|
|
137
|
+
export const StatusSchema = /*@__PURE__*/
|
|
138
|
+
enumDesc(file_anduril_taskmanager_v1_task_pub, 0);
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* The Status of a Task definition through its lifecycle. Each Definition Version can have its own Status.
|
|
142
|
+
* For example, Definition v1 could go CREATED -> SENT -> WILCO -> REPLACED, with v2 then potentially in sent Status.
|
|
143
|
+
*
|
|
144
|
+
* @generated from enum anduril.taskmanager.v1.Status
|
|
145
|
+
*/
|
|
146
|
+
export const Status = /*@__PURE__*/
|
|
147
|
+
tsEnum(StatusSchema);
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Describes the enum anduril.taskmanager.v1.ErrorCode.
|
|
151
|
+
*/
|
|
152
|
+
export const ErrorCodeSchema = /*@__PURE__*/
|
|
153
|
+
enumDesc(file_anduril_taskmanager_v1_task_pub, 1);
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* Error code associated with a Task error.
|
|
157
|
+
*
|
|
158
|
+
* @generated from enum anduril.taskmanager.v1.ErrorCode
|
|
159
|
+
*/
|
|
160
|
+
export const ErrorCode = /*@__PURE__*/
|
|
161
|
+
tsEnum(ErrorCodeSchema);
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* Describes the enum anduril.taskmanager.v1.EventType.
|
|
165
|
+
*/
|
|
166
|
+
export const EventTypeSchema = /*@__PURE__*/
|
|
167
|
+
enumDesc(file_anduril_taskmanager_v1_task_pub, 2);
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* The type of Task event.
|
|
171
|
+
*
|
|
172
|
+
* @generated from enum anduril.taskmanager.v1.EventType
|
|
173
|
+
*/
|
|
174
|
+
export const EventType = /*@__PURE__*/
|
|
175
|
+
tsEnum(EventTypeSchema);
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* Describes the enum anduril.taskmanager.v1.TaskView.
|
|
179
|
+
*/
|
|
180
|
+
export const TaskViewSchema = /*@__PURE__*/
|
|
181
|
+
enumDesc(file_anduril_taskmanager_v1_task_pub, 3);
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* View of a Task through its lifecycle.
|
|
185
|
+
* For example, a definition v1 of a task may be running on an agent, indicated by TASK_VIEW_AGENT,
|
|
186
|
+
* while the definition v2 may not have been received yet, indicated by TASK_VIEW_MANAGER.
|
|
187
|
+
*
|
|
188
|
+
* @generated from enum anduril.taskmanager.v1.TaskView
|
|
189
|
+
*/
|
|
190
|
+
export const TaskView = /*@__PURE__*/
|
|
191
|
+
tsEnum(TaskViewSchema);
|
|
192
|
+
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/taskmanager/v1/task_api.pub.proto (package anduril.taskmanager.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 { Principal, Task } from "./task.pub_pb.js";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file anduril/taskmanager/v1/task_api.pub.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_anduril_taskmanager_v1_task_api_pub: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Request to execute a Task.
|
|
16
|
+
*
|
|
17
|
+
* @generated from message anduril.taskmanager.v1.ExecuteRequest
|
|
18
|
+
*/
|
|
19
|
+
export declare type ExecuteRequest = Message<"anduril.taskmanager.v1.ExecuteRequest"> & {
|
|
20
|
+
/**
|
|
21
|
+
* Task to execute.
|
|
22
|
+
*
|
|
23
|
+
* @generated from field: anduril.taskmanager.v1.Task task = 1;
|
|
24
|
+
*/
|
|
25
|
+
task?: Task;
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Describes the message anduril.taskmanager.v1.ExecuteRequest.
|
|
30
|
+
* Use `create(ExecuteRequestSchema)` to create a new message.
|
|
31
|
+
*/
|
|
32
|
+
export declare const ExecuteRequestSchema: GenMessage<ExecuteRequest>;
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Request to Cancel a Task.
|
|
36
|
+
*
|
|
37
|
+
* @generated from message anduril.taskmanager.v1.CancelRequest
|
|
38
|
+
*/
|
|
39
|
+
export declare type CancelRequest = Message<"anduril.taskmanager.v1.CancelRequest"> & {
|
|
40
|
+
/**
|
|
41
|
+
* ID of the Task to cancel.
|
|
42
|
+
*
|
|
43
|
+
* @generated from field: string task_id = 1;
|
|
44
|
+
*/
|
|
45
|
+
taskId: string;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* The assignee of the Task. Useful for agent routing where an endpoint owns multiple agents,
|
|
49
|
+
* especially onBehalfOf assignees.
|
|
50
|
+
*
|
|
51
|
+
* @generated from field: anduril.taskmanager.v1.Principal assignee = 2;
|
|
52
|
+
*/
|
|
53
|
+
assignee?: Principal;
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Describes the message anduril.taskmanager.v1.CancelRequest.
|
|
58
|
+
* Use `create(CancelRequestSchema)` to create a new message.
|
|
59
|
+
*/
|
|
60
|
+
export declare const CancelRequestSchema: GenMessage<CancelRequest>;
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Request to Complete a Task.
|
|
64
|
+
*
|
|
65
|
+
* @generated from message anduril.taskmanager.v1.CompleteRequest
|
|
66
|
+
*/
|
|
67
|
+
export declare type CompleteRequest = Message<"anduril.taskmanager.v1.CompleteRequest"> & {
|
|
68
|
+
/**
|
|
69
|
+
* ID of the task to complete.
|
|
70
|
+
*
|
|
71
|
+
* @generated from field: string task_id = 1;
|
|
72
|
+
*/
|
|
73
|
+
taskId: string;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Describes the message anduril.taskmanager.v1.CompleteRequest.
|
|
78
|
+
* Use `create(CompleteRequestSchema)` to create a new message.
|
|
79
|
+
*/
|
|
80
|
+
export declare const CompleteRequestSchema: GenMessage<CompleteRequest>;
|
|
81
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/taskmanager/v1/task_api.pub.proto (package anduril.taskmanager.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import { file_anduril_taskmanager_v1_task_pub } from "./task.pub_pb.js";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file anduril/taskmanager/v1/task_api.pub.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_anduril_taskmanager_v1_task_api_pub = /*@__PURE__*/
|
|
12
|
+
fileDesc("CilhbmR1cmlsL3Rhc2ttYW5hZ2VyL3YxL3Rhc2tfYXBpLnB1Yi5wcm90bxIWYW5kdXJpbC50YXNrbWFuYWdlci52MSI8Cg5FeGVjdXRlUmVxdWVzdBIqCgR0YXNrGAEgASgLMhwuYW5kdXJpbC50YXNrbWFuYWdlci52MS5UYXNrIlUKDUNhbmNlbFJlcXVlc3QSDwoHdGFza19pZBgBIAEoCRIzCghhc3NpZ25lZRgCIAEoCzIhLmFuZHVyaWwudGFza21hbmFnZXIudjEuUHJpbmNpcGFsIiIKD0NvbXBsZXRlUmVxdWVzdBIPCgd0YXNrX2lkGAEgASgJQvIBChpjb20uYW5kdXJpbC50YXNrbWFuYWdlci52MUIPVGFza0FwaVB1YlByb3RvUAFaSWdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvdGFza21hbmFnZXIvdjE7dGFza21hbmFnZXKiAgNBVFiqAhZBbmR1cmlsLlRhc2ttYW5hZ2VyLlYxygIWQW5kdXJpbFxUYXNrbWFuYWdlclxWMeICIkFuZHVyaWxcVGFza21hbmFnZXJcVjFcR1BCTWV0YWRhdGHqAhhBbmR1cmlsOjpUYXNrbWFuYWdlcjo6VjFiBnByb3RvMw", [file_anduril_taskmanager_v1_task_pub]);
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message anduril.taskmanager.v1.ExecuteRequest.
|
|
16
|
+
* Use `create(ExecuteRequestSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const ExecuteRequestSchema = /*@__PURE__*/
|
|
19
|
+
messageDesc(file_anduril_taskmanager_v1_task_api_pub, 0);
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message anduril.taskmanager.v1.CancelRequest.
|
|
23
|
+
* Use `create(CancelRequestSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export const CancelRequestSchema = /*@__PURE__*/
|
|
26
|
+
messageDesc(file_anduril_taskmanager_v1_task_api_pub, 1);
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Describes the message anduril.taskmanager.v1.CompleteRequest.
|
|
30
|
+
* Use `create(CompleteRequestSchema)` to create a new message.
|
|
31
|
+
*/
|
|
32
|
+
export const CompleteRequestSchema = /*@__PURE__*/
|
|
33
|
+
messageDesc(file_anduril_taskmanager_v1_task_api_pub, 2);
|
|
34
|
+
|