@anduril-industries/lattice-sdk 1.5.0 → 1.7.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/README.md +1 -1
- package/package.json +1 -1
- package/src/anduril/entitymanager/v1/geoentity.pub_pb.d.ts +129 -0
- package/src/anduril/entitymanager/v1/geoentity.pub_pb.js +47 -9
- package/src/anduril/entitymanager/v1/group.pub_pb.d.ts +21 -0
- package/src/anduril/entitymanager/v1/group.pub_pb.js +9 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ The official [Anduril](https://www.anduril.com/) Lattice SDK for Javascript.
|
|
|
6
6
|
|
|
7
7
|
## Documentation
|
|
8
8
|
|
|
9
|
-
See the documentation for [Lattice Javascript SDK](https://docs.anduril.com/sdks/javascript).
|
|
9
|
+
See the documentation for [Lattice Javascript SDK](https://docs.anduril.com/guide/sdks/javascript).
|
|
10
10
|
|
|
11
11
|
## Requirements
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -21,6 +21,23 @@ export declare type GeoDetails = Message<"anduril.entitymanager.v1.GeoDetails">
|
|
|
21
21
|
* @generated from field: anduril.entitymanager.v1.GeoType type = 1;
|
|
22
22
|
*/
|
|
23
23
|
type: GeoType;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* @generated from oneof anduril.entitymanager.v1.GeoDetails.type_details
|
|
27
|
+
*/
|
|
28
|
+
typeDetails: {
|
|
29
|
+
/**
|
|
30
|
+
* @generated from field: anduril.entitymanager.v1.ControlAreaDetails control_area = 5;
|
|
31
|
+
*/
|
|
32
|
+
value: ControlAreaDetails;
|
|
33
|
+
case: "controlArea";
|
|
34
|
+
} | {
|
|
35
|
+
/**
|
|
36
|
+
* @generated from field: anduril.entitymanager.v1.ACMDetails acm = 6;
|
|
37
|
+
*/
|
|
38
|
+
value: ACMDetails;
|
|
39
|
+
case: "acm";
|
|
40
|
+
} | { case: undefined; value?: undefined };
|
|
24
41
|
};
|
|
25
42
|
|
|
26
43
|
/**
|
|
@@ -29,6 +46,49 @@ export declare type GeoDetails = Message<"anduril.entitymanager.v1.GeoDetails">
|
|
|
29
46
|
*/
|
|
30
47
|
export declare const GeoDetailsSchema: GenMessage<GeoDetails>;
|
|
31
48
|
|
|
49
|
+
/**
|
|
50
|
+
* Determines the type of control area being represented by the geo-entity,
|
|
51
|
+
* in which an asset can, or cannot, operate.
|
|
52
|
+
*
|
|
53
|
+
* @generated from message anduril.entitymanager.v1.ControlAreaDetails
|
|
54
|
+
*/
|
|
55
|
+
export declare type ControlAreaDetails = Message<"anduril.entitymanager.v1.ControlAreaDetails"> & {
|
|
56
|
+
/**
|
|
57
|
+
* @generated from field: anduril.entitymanager.v1.ControlAreaType type = 1;
|
|
58
|
+
*/
|
|
59
|
+
type: ControlAreaType;
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Describes the message anduril.entitymanager.v1.ControlAreaDetails.
|
|
64
|
+
* Use `create(ControlAreaDetailsSchema)` to create a new message.
|
|
65
|
+
*/
|
|
66
|
+
export declare const ControlAreaDetailsSchema: GenMessage<ControlAreaDetails>;
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* @generated from message anduril.entitymanager.v1.ACMDetails
|
|
70
|
+
*/
|
|
71
|
+
export declare type ACMDetails = Message<"anduril.entitymanager.v1.ACMDetails"> & {
|
|
72
|
+
/**
|
|
73
|
+
* @generated from field: anduril.entitymanager.v1.ACMDetailType acm_type = 1;
|
|
74
|
+
*/
|
|
75
|
+
acmType: ACMDetailType;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Used for loosely typed associations, such as assignment to a specific fires unit.
|
|
79
|
+
* Limit to 150 characters.
|
|
80
|
+
*
|
|
81
|
+
* @generated from field: string acm_description = 2;
|
|
82
|
+
*/
|
|
83
|
+
acmDescription: string;
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* Describes the message anduril.entitymanager.v1.ACMDetails.
|
|
88
|
+
* Use `create(ACMDetailsSchema)` to create a new message.
|
|
89
|
+
*/
|
|
90
|
+
export declare const ACMDetailsSchema: GenMessage<ACMDetails>;
|
|
91
|
+
|
|
32
92
|
/**
|
|
33
93
|
* A component that describes the shape of a geo-entity.
|
|
34
94
|
*
|
|
@@ -316,6 +376,13 @@ export enum GeoType {
|
|
|
316
376
|
* @generated from enum value: GEO_TYPE_BULLSEYE = 7;
|
|
317
377
|
*/
|
|
318
378
|
BULLSEYE = 7,
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* Airspace Coordinating Measure
|
|
382
|
+
*
|
|
383
|
+
* @generated from enum value: GEO_TYPE_ACM = 8;
|
|
384
|
+
*/
|
|
385
|
+
ACM = 8,
|
|
319
386
|
}
|
|
320
387
|
|
|
321
388
|
/**
|
|
@@ -323,3 +390,65 @@ export enum GeoType {
|
|
|
323
390
|
*/
|
|
324
391
|
export declare const GeoTypeSchema: GenEnum<GeoType>;
|
|
325
392
|
|
|
393
|
+
/**
|
|
394
|
+
* @generated from enum anduril.entitymanager.v1.ControlAreaType
|
|
395
|
+
*/
|
|
396
|
+
export enum ControlAreaType {
|
|
397
|
+
/**
|
|
398
|
+
* @generated from enum value: CONTROL_AREA_TYPE_INVALID = 0;
|
|
399
|
+
*/
|
|
400
|
+
INVALID = 0,
|
|
401
|
+
|
|
402
|
+
/**
|
|
403
|
+
* @generated from enum value: CONTROL_AREA_TYPE_KEEP_IN_ZONE = 1;
|
|
404
|
+
*/
|
|
405
|
+
KEEP_IN_ZONE = 1,
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* @generated from enum value: CONTROL_AREA_TYPE_KEEP_OUT_ZONE = 2;
|
|
409
|
+
*/
|
|
410
|
+
KEEP_OUT_ZONE = 2,
|
|
411
|
+
|
|
412
|
+
/**
|
|
413
|
+
* The zone for an autonomous asset to nose-dive into
|
|
414
|
+
* when its assignment has been concluded.
|
|
415
|
+
*
|
|
416
|
+
* @generated from enum value: CONTROL_AREA_TYPE_DITCH_ZONE = 3;
|
|
417
|
+
*/
|
|
418
|
+
DITCH_ZONE = 3,
|
|
419
|
+
|
|
420
|
+
/**
|
|
421
|
+
* The area where an asset is able to loiter.
|
|
422
|
+
*
|
|
423
|
+
* @generated from enum value: CONTROL_AREA_TYPE_LOITER_ZONE = 7;
|
|
424
|
+
*/
|
|
425
|
+
LOITER_ZONE = 7,
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
/**
|
|
429
|
+
* Describes the enum anduril.entitymanager.v1.ControlAreaType.
|
|
430
|
+
*/
|
|
431
|
+
export declare const ControlAreaTypeSchema: GenEnum<ControlAreaType>;
|
|
432
|
+
|
|
433
|
+
/**
|
|
434
|
+
* @generated from enum anduril.entitymanager.v1.ACMDetailType
|
|
435
|
+
*/
|
|
436
|
+
export enum ACMDetailType {
|
|
437
|
+
/**
|
|
438
|
+
* @generated from enum value: ACM_DETAIL_TYPE_INVALID = 0;
|
|
439
|
+
*/
|
|
440
|
+
ACM_DETAIL_TYPE_INVALID = 0,
|
|
441
|
+
|
|
442
|
+
/**
|
|
443
|
+
* The zone that the autonomous asset is configured to land in.
|
|
444
|
+
*
|
|
445
|
+
* @generated from enum value: ACM_DETAIL_TYPE_LANDING_ZONE = 16;
|
|
446
|
+
*/
|
|
447
|
+
ACM_DETAIL_TYPE_LANDING_ZONE = 16,
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* Describes the enum anduril.entitymanager.v1.ACMDetailType.
|
|
452
|
+
*/
|
|
453
|
+
export declare const ACMDetailTypeSchema: GenEnum<ACMDetailType>;
|
|
454
|
+
|
|
@@ -10,7 +10,7 @@ import { file_google_protobuf_wrappers } from "@bufbuild/protobuf/wkt";
|
|
|
10
10
|
* Describes the file anduril/entitymanager/v1/geoentity.pub.proto.
|
|
11
11
|
*/
|
|
12
12
|
export const file_anduril_entitymanager_v1_geoentity_pub = /*@__PURE__*/
|
|
13
|
-
fileDesc("
|
|
13
|
+
fileDesc("CixhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvZ2VvZW50aXR5LnB1Yi5wcm90bxIYYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxIoYCCgpHZW9EZXRhaWxzEi8KBHR5cGUYASABKA4yIS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuR2VvVHlwZRJECgxjb250cm9sX2FyZWEYBSABKAsyLC5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuQ29udHJvbEFyZWFEZXRhaWxzSAASMwoDYWNtGAYgASgLMiQuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkFDTURldGFpbHNIAEIOCgx0eXBlX2RldGFpbHNKBAgCEANKBAgDEARKBAgEEAVKBAgHEAhSCWVtZXJnZW5jeVIOdmlzdWFsX2RldGFpbHNSBGZzY21SA21jbSJNChJDb250cm9sQXJlYURldGFpbHMSNwoEdHlwZRgBIAEoDjIpLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5Db250cm9sQXJlYVR5cGUiYAoKQUNNRGV0YWlscxI5CghhY21fdHlwZRgBIAEoDjInLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5BQ01EZXRhaWxUeXBlEhcKD2FjbV9kZXNjcmlwdGlvbhgCIAEoCSKqAgoIR2VvU2hhcGUSMwoFcG9pbnQYASABKAsyIi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuR2VvUG9pbnRIABIxCgRsaW5lGAIgASgLMiEuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkdlb0xpbmVIABI3Cgdwb2x5Z29uGAMgASgLMiQuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkdlb1BvbHlnb25IABI3CgdlbGxpcHNlGAQgASgLMiQuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkdlb0VsbGlwc2VIABI7CgllbGxpcHNvaWQYBSABKAsyJi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuR2VvRWxsaXBzb2lkSABCBwoFc2hhcGUiQAoIR2VvUG9pbnQSNAoIcG9zaXRpb24YASABKAsyIi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUG9zaXRpb24iQAoHR2VvTGluZRI1Cglwb3NpdGlvbnMYASADKAsyIi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUG9zaXRpb24iVwoKR2VvUG9seWdvbhIzCgVyaW5ncxgBIAMoCzIkLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5MaW5lYXJSaW5nEhQKDGlzX3JlY3RhbmdsZRgCIAEoCCLjAQoKR2VvRWxsaXBzZRI3ChFzZW1pX21ham9yX2F4aXNfbRgCIAEoCzIcLmdvb2dsZS5wcm90b2J1Zi5Eb3VibGVWYWx1ZRI3ChFzZW1pX21pbm9yX2F4aXNfbRgDIAEoCzIcLmdvb2dsZS5wcm90b2J1Zi5Eb3VibGVWYWx1ZRIzCg1vcmllbnRhdGlvbl9kGAQgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlEi4KCGhlaWdodF9tGAUgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlIqgBCgxHZW9FbGxpcHNvaWQSNAoOZm9yd2FyZF9heGlzX20YASABKAsyHC5nb29nbGUucHJvdG9idWYuRG91YmxlVmFsdWUSMQoLc2lkZV9heGlzX20YAiABKAsyHC5nb29nbGUucHJvdG9idWYuRG91YmxlVmFsdWUSLwoJdXBfYXhpc19tGAMgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlIlMKCkxpbmVhclJpbmcSPwoJcG9zaXRpb25zGAIgAygLMiwuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkdlb1BvbHlnb25Qb3NpdGlvbkoECAEQAiJ5ChJHZW9Qb2x5Z29uUG9zaXRpb24SNAoIcG9zaXRpb24YASABKAsyIi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUG9zaXRpb24SLQoIaGVpZ2h0X20YAiABKAsyGy5nb29nbGUucHJvdG9idWYuRmxvYXRWYWx1ZSrQAQoHR2VvVHlwZRIUChBHRU9fVFlQRV9JTlZBTElEEAASFAoQR0VPX1RZUEVfR0VORVJBTBABEhMKD0dFT19UWVBFX0hBWkFSRBACEhYKEkdFT19UWVBFX0VNRVJHRU5DWRADEhwKGEdFT19UWVBFX0VOR0FHRU1FTlRfWk9ORRAFEhkKFUdFT19UWVBFX0NPTlRST0xfQVJFQRAGEhUKEUdFT19UWVBFX0JVTExTRVlFEAcSEAoMR0VPX1RZUEVfQUNNEAgiBAgEEAQiBAgJEAkqvgEKD0NvbnRyb2xBcmVhVHlwZRIdChlDT05UUk9MX0FSRUFfVFlQRV9JTlZBTElEEAASIgoeQ09OVFJPTF9BUkVBX1RZUEVfS0VFUF9JTl9aT05FEAESIwofQ09OVFJPTF9BUkVBX1RZUEVfS0VFUF9PVVRfWk9ORRACEiAKHENPTlRST0xfQVJFQV9UWVBFX0RJVENIX1pPTkUQAxIhCh1DT05UUk9MX0FSRUFfVFlQRV9MT0lURVJfWk9ORRAHKk4KDUFDTURldGFpbFR5cGUSGwoXQUNNX0RFVEFJTF9UWVBFX0lOVkFMSUQQABIgChxBQ01fREVUQUlMX1RZUEVfTEFORElOR19aT05FEBBCggIKHGNvbS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjFCEUdlb2VudGl0eVB1YlByb3RvUAFaTWdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvZW50aXR5bWFuYWdlci92MTtlbnRpdHltYW5hZ2VyogIDQUVYqgIYQW5kdXJpbC5FbnRpdHltYW5hZ2VyLlYxygIYQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYx4gIkQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYxXEdQQk1ldGFkYXRh6gIaQW5kdXJpbDo6RW50aXR5bWFuYWdlcjo6VjFiBnByb3RvMw", [file_anduril_entitymanager_v1_location_pub, file_google_protobuf_wrappers]);
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* Describes the message anduril.entitymanager.v1.GeoDetails.
|
|
@@ -19,61 +19,75 @@ export const file_anduril_entitymanager_v1_geoentity_pub = /*@__PURE__*/
|
|
|
19
19
|
export const GeoDetailsSchema = /*@__PURE__*/
|
|
20
20
|
messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 0);
|
|
21
21
|
|
|
22
|
+
/**
|
|
23
|
+
* Describes the message anduril.entitymanager.v1.ControlAreaDetails.
|
|
24
|
+
* Use `create(ControlAreaDetailsSchema)` to create a new message.
|
|
25
|
+
*/
|
|
26
|
+
export const ControlAreaDetailsSchema = /*@__PURE__*/
|
|
27
|
+
messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 1);
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Describes the message anduril.entitymanager.v1.ACMDetails.
|
|
31
|
+
* Use `create(ACMDetailsSchema)` to create a new message.
|
|
32
|
+
*/
|
|
33
|
+
export const ACMDetailsSchema = /*@__PURE__*/
|
|
34
|
+
messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 2);
|
|
35
|
+
|
|
22
36
|
/**
|
|
23
37
|
* Describes the message anduril.entitymanager.v1.GeoShape.
|
|
24
38
|
* Use `create(GeoShapeSchema)` to create a new message.
|
|
25
39
|
*/
|
|
26
40
|
export const GeoShapeSchema = /*@__PURE__*/
|
|
27
|
-
messageDesc(file_anduril_entitymanager_v1_geoentity_pub,
|
|
41
|
+
messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 3);
|
|
28
42
|
|
|
29
43
|
/**
|
|
30
44
|
* Describes the message anduril.entitymanager.v1.GeoPoint.
|
|
31
45
|
* Use `create(GeoPointSchema)` to create a new message.
|
|
32
46
|
*/
|
|
33
47
|
export const GeoPointSchema = /*@__PURE__*/
|
|
34
|
-
messageDesc(file_anduril_entitymanager_v1_geoentity_pub,
|
|
48
|
+
messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 4);
|
|
35
49
|
|
|
36
50
|
/**
|
|
37
51
|
* Describes the message anduril.entitymanager.v1.GeoLine.
|
|
38
52
|
* Use `create(GeoLineSchema)` to create a new message.
|
|
39
53
|
*/
|
|
40
54
|
export const GeoLineSchema = /*@__PURE__*/
|
|
41
|
-
messageDesc(file_anduril_entitymanager_v1_geoentity_pub,
|
|
55
|
+
messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 5);
|
|
42
56
|
|
|
43
57
|
/**
|
|
44
58
|
* Describes the message anduril.entitymanager.v1.GeoPolygon.
|
|
45
59
|
* Use `create(GeoPolygonSchema)` to create a new message.
|
|
46
60
|
*/
|
|
47
61
|
export const GeoPolygonSchema = /*@__PURE__*/
|
|
48
|
-
messageDesc(file_anduril_entitymanager_v1_geoentity_pub,
|
|
62
|
+
messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 6);
|
|
49
63
|
|
|
50
64
|
/**
|
|
51
65
|
* Describes the message anduril.entitymanager.v1.GeoEllipse.
|
|
52
66
|
* Use `create(GeoEllipseSchema)` to create a new message.
|
|
53
67
|
*/
|
|
54
68
|
export const GeoEllipseSchema = /*@__PURE__*/
|
|
55
|
-
messageDesc(file_anduril_entitymanager_v1_geoentity_pub,
|
|
69
|
+
messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 7);
|
|
56
70
|
|
|
57
71
|
/**
|
|
58
72
|
* Describes the message anduril.entitymanager.v1.GeoEllipsoid.
|
|
59
73
|
* Use `create(GeoEllipsoidSchema)` to create a new message.
|
|
60
74
|
*/
|
|
61
75
|
export const GeoEllipsoidSchema = /*@__PURE__*/
|
|
62
|
-
messageDesc(file_anduril_entitymanager_v1_geoentity_pub,
|
|
76
|
+
messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 8);
|
|
63
77
|
|
|
64
78
|
/**
|
|
65
79
|
* Describes the message anduril.entitymanager.v1.LinearRing.
|
|
66
80
|
* Use `create(LinearRingSchema)` to create a new message.
|
|
67
81
|
*/
|
|
68
82
|
export const LinearRingSchema = /*@__PURE__*/
|
|
69
|
-
messageDesc(file_anduril_entitymanager_v1_geoentity_pub,
|
|
83
|
+
messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 9);
|
|
70
84
|
|
|
71
85
|
/**
|
|
72
86
|
* Describes the message anduril.entitymanager.v1.GeoPolygonPosition.
|
|
73
87
|
* Use `create(GeoPolygonPositionSchema)` to create a new message.
|
|
74
88
|
*/
|
|
75
89
|
export const GeoPolygonPositionSchema = /*@__PURE__*/
|
|
76
|
-
messageDesc(file_anduril_entitymanager_v1_geoentity_pub,
|
|
90
|
+
messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 10);
|
|
77
91
|
|
|
78
92
|
/**
|
|
79
93
|
* Describes the enum anduril.entitymanager.v1.GeoType.
|
|
@@ -89,3 +103,27 @@ export const GeoTypeSchema = /*@__PURE__*/
|
|
|
89
103
|
export const GeoType = /*@__PURE__*/
|
|
90
104
|
tsEnum(GeoTypeSchema);
|
|
91
105
|
|
|
106
|
+
/**
|
|
107
|
+
* Describes the enum anduril.entitymanager.v1.ControlAreaType.
|
|
108
|
+
*/
|
|
109
|
+
export const ControlAreaTypeSchema = /*@__PURE__*/
|
|
110
|
+
enumDesc(file_anduril_entitymanager_v1_geoentity_pub, 1);
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* @generated from enum anduril.entitymanager.v1.ControlAreaType
|
|
114
|
+
*/
|
|
115
|
+
export const ControlAreaType = /*@__PURE__*/
|
|
116
|
+
tsEnum(ControlAreaTypeSchema);
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* Describes the enum anduril.entitymanager.v1.ACMDetailType.
|
|
120
|
+
*/
|
|
121
|
+
export const ACMDetailTypeSchema = /*@__PURE__*/
|
|
122
|
+
enumDesc(file_anduril_entitymanager_v1_geoentity_pub, 2);
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* @generated from enum anduril.entitymanager.v1.ACMDetailType
|
|
126
|
+
*/
|
|
127
|
+
export const ACMDetailType = /*@__PURE__*/
|
|
128
|
+
tsEnum(ACMDetailTypeSchema);
|
|
129
|
+
|
|
@@ -20,6 +20,12 @@ export declare type GroupDetails = Message<"anduril.entitymanager.v1.GroupDetail
|
|
|
20
20
|
* @generated from oneof anduril.entitymanager.v1.GroupDetails.group_type
|
|
21
21
|
*/
|
|
22
22
|
groupType: {
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: anduril.entitymanager.v1.Team team = 1;
|
|
25
|
+
*/
|
|
26
|
+
value: Team;
|
|
27
|
+
case: "team";
|
|
28
|
+
} | {
|
|
23
29
|
/**
|
|
24
30
|
* @generated from field: anduril.entitymanager.v1.Echelon echelon = 3;
|
|
25
31
|
*/
|
|
@@ -34,6 +40,21 @@ export declare type GroupDetails = Message<"anduril.entitymanager.v1.GroupDetail
|
|
|
34
40
|
*/
|
|
35
41
|
export declare const GroupDetailsSchema: GenMessage<GroupDetails>;
|
|
36
42
|
|
|
43
|
+
/**
|
|
44
|
+
* Describes a Team group type. Comprised of autonomous entities where an entity
|
|
45
|
+
* in a Team can only be a part of a single Team at a time.
|
|
46
|
+
*
|
|
47
|
+
* @generated from message anduril.entitymanager.v1.Team
|
|
48
|
+
*/
|
|
49
|
+
export declare type Team = Message<"anduril.entitymanager.v1.Team"> & {
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Describes the message anduril.entitymanager.v1.Team.
|
|
54
|
+
* Use `create(TeamSchema)` to create a new message.
|
|
55
|
+
*/
|
|
56
|
+
export declare const TeamSchema: GenMessage<Team>;
|
|
57
|
+
|
|
37
58
|
/**
|
|
38
59
|
* Describes a Echelon group type. Comprised of entities which are members of the
|
|
39
60
|
* same unit or echelon. Ex: A group of tanks within a armored company or that same company
|
|
@@ -8,7 +8,7 @@ import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/code
|
|
|
8
8
|
* Describes the file anduril/entitymanager/v1/group.pub.proto.
|
|
9
9
|
*/
|
|
10
10
|
export const file_anduril_entitymanager_v1_group_pub = /*@__PURE__*/
|
|
11
|
-
fileDesc("
|
|
11
|
+
fileDesc("CihhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvZ3JvdXAucHViLnByb3RvEhhhbmR1cmlsLmVudGl0eW1hbmFnZXIudjEiggEKDEdyb3VwRGV0YWlscxIuCgR0ZWFtGAEgASgLMh4uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlRlYW1IABI0CgdlY2hlbG9uGAMgASgLMiEuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkVjaGVsb25IAEIMCgpncm91cF90eXBlIgYKBFRlYW0iWAoHRWNoZWxvbhI9Cgxhcm15X2VjaGVsb24YASABKA4yJS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuQXJteUVjaGVsb25IAEIOCgxlY2hlbG9uX3R5cGUqqgIKC0FybXlFY2hlbG9uEhgKFEFSTVlfRUNIRUxPTl9JTlZBTElEEAASGgoWQVJNWV9FQ0hFTE9OX0ZJUkVfVEVBTRABEhYKEkFSTVlfRUNIRUxPTl9TUVVBRBACEhgKFEFSTVlfRUNIRUxPTl9QTEFUT09OEAMSGAoUQVJNWV9FQ0hFTE9OX0NPTVBBTlkQBBIaChZBUk1ZX0VDSEVMT05fQkFUVEFMSU9OEAUSGQoVQVJNWV9FQ0hFTE9OX1JFR0lNRU5UEAYSGAoUQVJNWV9FQ0hFTE9OX0JSSUdBREUQBxIZChVBUk1ZX0VDSEVMT05fRElWSVNJT04QCBIWChJBUk1ZX0VDSEVMT05fQ09SUFMQCRIVChFBUk1ZX0VDSEVMT05fQVJNWRAKQv4BChxjb20uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxQg1Hcm91cFB1YlByb3RvUAFaTWdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvZW50aXR5bWFuYWdlci92MTtlbnRpdHltYW5hZ2VyogIDQUVYqgIYQW5kdXJpbC5FbnRpdHltYW5hZ2VyLlYxygIYQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYx4gIkQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYxXEdQQk1ldGFkYXRh6gIaQW5kdXJpbDo6RW50aXR5bWFuYWdlcjo6VjFiBnByb3RvMw");
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Describes the message anduril.entitymanager.v1.GroupDetails.
|
|
@@ -17,12 +17,19 @@ export const file_anduril_entitymanager_v1_group_pub = /*@__PURE__*/
|
|
|
17
17
|
export const GroupDetailsSchema = /*@__PURE__*/
|
|
18
18
|
messageDesc(file_anduril_entitymanager_v1_group_pub, 0);
|
|
19
19
|
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message anduril.entitymanager.v1.Team.
|
|
22
|
+
* Use `create(TeamSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const TeamSchema = /*@__PURE__*/
|
|
25
|
+
messageDesc(file_anduril_entitymanager_v1_group_pub, 1);
|
|
26
|
+
|
|
20
27
|
/**
|
|
21
28
|
* Describes the message anduril.entitymanager.v1.Echelon.
|
|
22
29
|
* Use `create(EchelonSchema)` to create a new message.
|
|
23
30
|
*/
|
|
24
31
|
export const EchelonSchema = /*@__PURE__*/
|
|
25
|
-
messageDesc(file_anduril_entitymanager_v1_group_pub,
|
|
32
|
+
messageDesc(file_anduril_entitymanager_v1_group_pub, 2);
|
|
26
33
|
|
|
27
34
|
/**
|
|
28
35
|
* Describes the enum anduril.entitymanager.v1.ArmyEchelon.
|