@deeptrekker/api-domain 1.0.20-x4networktable.5 → 1.0.20

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.
@@ -1016,52 +1016,44 @@
1016
1016
  "DeviceModel": {
1017
1017
  "description": "Deep Trekker internal device model numbers.",
1018
1018
  "enum": [
1019
- "BRIDGEBOX",
1020
1019
  20,
1021
1020
  19,
1022
1021
  22,
1023
- 5,
1024
1022
  240,
1023
+ 5,
1025
1024
  206,
1026
1025
  243,
1027
1026
  207,
1028
1027
  241,
1029
- 242,
1030
- 32,
1031
- 12,
1028
+ 24,
1032
1029
  16,
1033
1030
  13,
1034
1031
  18,
1035
- 24,
1032
+ 32,
1033
+ 112,
1036
1034
  113,
1037
1035
  114,
1038
1036
  115,
1039
1037
  116,
1038
+ 117,
1040
1039
  118,
1040
+ 246,
1041
1041
  102,
1042
1042
  103,
1043
- 106,
1044
1043
  109,
1044
+ 106,
1045
1045
  107,
1046
1046
  108,
1047
+ "BRIDGEBOX",
1047
1048
  100,
1048
1049
  101,
1049
- 104,
1050
- 105,
1051
- 110,
1052
- 111,
1053
- 200,
1054
- 201,
1055
- 202,
1056
- 203,
1057
- 204,
1058
- 205,
1059
1050
  244,
1051
+ 202,
1060
1052
  245
1061
1053
  ],
1062
1054
  "type": [
1063
- "string",
1064
- "number"
1055
+ "number",
1056
+ "string"
1065
1057
  ]
1066
1058
  },
1067
1059
  "DeviceVersion": {
@@ -1 +1 @@
1
- export declare const API_VERSION = "1.0.20-x4networktable.5";
1
+ export declare const API_VERSION = "1.0.20";
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.API_VERSION = void 0;
4
4
  /* AUTO GENERATED FILE */
5
- exports.API_VERSION = "1.0.20-x4networktable.5";
5
+ exports.API_VERSION = "1.0.20";
@@ -4,48 +4,39 @@
4
4
  * @group Devices
5
5
  */
6
6
  export declare enum DeviceModel {
7
- BridgeBox = "BRIDGEBOX",
8
7
  A150Crawler = 20,
9
8
  A200Crawler = 19,
10
9
  DT645 = 22,
11
- DTCam = 5,
12
10
  TamronHarrierZoomCamera = 240,
11
+ DTCam = 5,
13
12
  OcleaCam = 206,
14
13
  TamronOcleaZoomCamera = 243,
15
14
  JZC18ZoomCamera = 207,
16
15
  MiniAuxCamera = 241,
17
- AegisCam = 242,
18
- X4Cam = 32,// Same as DeviceModel - X4
19
- DTG3 = 12,
16
+ Photon = 24,
20
17
  Onyx = 16,
21
18
  Revolution = 13,
22
19
  Pivot = 18,
23
- Photon = 24,
24
20
  X4 = 32,
25
- X4PDM = 113,
26
- X4Thruster = 114,
21
+ X4PCM = 112,// DNE
22
+ X4PDM = 113,// DNE
23
+ X4Thruster = 114,// DNE
27
24
  X4Lights = 115,
28
- X4CameraHead = 116,
29
- SensorPodX = 118,
25
+ X4BrushedMotor = 116,
26
+ X4SensorPod = 117,// DNE
27
+ X4Grabber = 118,// DNE
28
+ X4OculusSonar = 246,
30
29
  RevolutionCameraHead = 102,
31
30
  PivotCameraHead = 103,
32
- A200CameraHead = 106,
33
31
  A150CameraHead = 109,
32
+ A200CameraHead = 106,
34
33
  ManualReel = 107,
35
34
  PoweredReel = 108,
35
+ BridgeBox = "BRIDGEBOX",
36
36
  SensorPodPlus = 100,
37
37
  SensorPod = 101,
38
- DT840Hoser = 104,
39
- DT840Arm = 105,
40
- RovGps = 110,
41
- SerialBox = 111,
42
- WaterlinkedGps = 200,
43
- Seatrac = 201,
38
+ CeruleanEchosounder = 244,
44
39
  DVL = 202,
45
- PathfindrDVL = 203,
46
- OculusSonar = 204,
47
- GeminiSonar = 205,
48
- Echosounder = 244,
49
40
  WATERLINKED_3D_SONAR = 245
50
41
  }
51
42
  /**
@@ -78,12 +69,10 @@ export declare enum CpuTemperatureThreshold {
78
69
  export declare const CAMERA_DEVICE_MODEL_LABELS: {
79
70
  readonly 206: "4K UHD Camera";
80
71
  readonly 240: "Zoom Camera H";
81
- readonly 243: "OCTA Zoom Camera";
72
+ readonly 243: "Zoom Camera TO";
82
73
  readonly 5: "DT Camera";
83
74
  readonly 207: "Zoom Camera JZC";
84
75
  readonly 241: "Mini Aux Camera";
85
- readonly 32: "Stereo Camera";
86
- readonly 242: "Aegis Camera";
87
76
  };
88
77
  /**
89
78
  * Deep Trekker's Vehicle Device Model Labels
@@ -98,33 +87,6 @@ export declare const VEHICLE_DEVICE_MODEL_LABELS: {
98
87
  readonly 18: "PIVOT";
99
88
  readonly 24: "PHOTON";
100
89
  readonly 16: "ONYX";
101
- readonly 22: "VAC/MAG Utility Crawler";
102
- readonly 12: "DTG3";
103
- };
104
- /**
105
- * Deep Trekker's Peripheral Device Model Labels
106
- * @group Devices
107
- * @category Peripherals
108
- */
109
- export declare const PERIPHERAL_DEVICE_MODEL_LABELS: {
110
- readonly 101: "Sensor Pod";
111
- readonly 100: "Sensor Pod+";
112
- readonly 118: "Sensor Pod X";
113
- readonly 110: "ROV GPS";
114
- readonly 111: "Serial Interface Box";
115
- readonly 200: "WaterLinked UGPS";
116
- readonly 201: "SeaTrac USBL";
117
- readonly 202: "WaterLinked DVL";
118
- readonly 203: "Pathfindr DVL";
119
- readonly 204: "Oculus Sonar";
120
- readonly 205: "Gemini Sonar";
121
- readonly 244: "Echosounder";
122
- readonly 245: "Water Linked 3D Sonar";
123
- readonly 104: "DT840 Hoser";
124
- readonly 105: "DT840 Manipulator Arm";
125
- readonly 113: "Power Distribution Module";
126
- readonly 114: "Thruster";
127
- readonly 115: "Lights";
128
90
  };
129
91
  /**
130
92
  * Deep Trekker's Camera Head Device Model Labels
@@ -136,7 +98,6 @@ export declare const CAMERA_HEAD_DEVICE_MODEL_LABELS: {
136
98
  readonly 106: "A-200 Camera Head";
137
99
  readonly 102: "REVOLUTION Camera Head";
138
100
  readonly 103: "PIVOT Camera Head";
139
- readonly 116: "SPECTRA Camera Head";
140
101
  };
141
102
  /**
142
103
  * Deep Trekker's Reel Device Model Labels
@@ -160,31 +121,13 @@ export declare const CAMERA_DEVICE_MODELS: readonly [DeviceModel.TamronHarrierZo
160
121
  */
161
122
  export declare const DEVICE_MODEL_LABELS: {
162
123
  readonly BRIDGEBOX: "BridgeBox";
163
- readonly 101: "Sensor Pod";
164
- readonly 100: "Sensor Pod+";
165
- readonly 118: "Sensor Pod X";
166
- readonly 110: "ROV GPS";
167
- readonly 111: "Serial Interface Box";
168
- readonly 200: "WaterLinked UGPS";
169
- readonly 201: "SeaTrac USBL";
170
- readonly 202: "WaterLinked DVL";
171
- readonly 203: "Pathfindr DVL";
172
- readonly 204: "Oculus Sonar";
173
- readonly 205: "Gemini Sonar";
174
- readonly 244: "Echosounder";
175
124
  readonly 245: "Water Linked 3D Sonar";
176
- readonly 104: "DT840 Hoser";
177
- readonly 105: "DT840 Manipulator Arm";
178
- readonly 113: "Power Distribution Module";
179
- readonly 114: "Thruster";
180
- readonly 115: "Lights";
181
125
  readonly 107: "Tether Reel";
182
126
  readonly 108: "Powered Tether Reel";
183
127
  readonly 109: "A-150 Camera Head";
184
128
  readonly 106: "A-200 Camera Head";
185
129
  readonly 102: "REVOLUTION Camera Head";
186
130
  readonly 103: "PIVOT Camera Head";
187
- readonly 116: "SPECTRA Camera Head";
188
131
  readonly 20: "A-150";
189
132
  readonly 19: "A-200";
190
133
  readonly 13: "REVOLUTION";
@@ -192,22 +135,19 @@ export declare const DEVICE_MODEL_LABELS: {
192
135
  readonly 18: "PIVOT";
193
136
  readonly 24: "PHOTON";
194
137
  readonly 16: "ONYX";
195
- readonly 22: "VAC/MAG Utility Crawler";
196
- readonly 12: "DTG3";
197
138
  readonly 206: "4K UHD Camera";
198
139
  readonly 240: "Zoom Camera H";
199
- readonly 243: "OCTA Zoom Camera";
140
+ readonly 243: "Zoom Camera TO";
200
141
  readonly 5: "DT Camera";
201
142
  readonly 207: "Zoom Camera JZC";
202
143
  readonly 241: "Mini Aux Camera";
203
- readonly 242: "Aegis Camera";
204
144
  };
205
145
  /**
206
146
  * Deep Trekker's Camera Head Device Models
207
147
  * @group Devices
208
148
  * @category Camera Heads
209
149
  */
210
- export declare const CAMERA_HEAD_DEVICE_MODELS: readonly [DeviceModel.A150CameraHead, DeviceModel.A200CameraHead, DeviceModel.RevolutionCameraHead, DeviceModel.PivotCameraHead, DeviceModel.X4CameraHead];
150
+ export declare const CAMERA_HEAD_DEVICE_MODELS: readonly [DeviceModel.A150CameraHead, DeviceModel.A200CameraHead, DeviceModel.RevolutionCameraHead, DeviceModel.PivotCameraHead];
211
151
  /**
212
152
  * Deep Trekker's Vehicle Device Models
213
153
  * @group Devices
@@ -226,24 +166,6 @@ export declare const CRAWLER_DEVICE_MODELS: readonly [DeviceModel.A150Crawler, D
226
166
  * @category Reels
227
167
  */
228
168
  export declare const REEL_DEVICE_MODELS: readonly [DeviceModel.ManualReel, DeviceModel.PoweredReel];
229
- /**
230
- * Deep Trekker's Sensor Pod Device Models
231
- * @group Devices
232
- * @category SensorPods
233
- */
234
- export declare const SENSOR_POD_DEVICE_MODELS: readonly [DeviceModel.SensorPod, DeviceModel.SensorPodPlus, DeviceModel.SensorPodX];
235
- /**
236
- * Deep Trekker's Gen4 Peripheral Device Models
237
- * @group Devices
238
- * @category Gen4 Peripherals
239
- */
240
- export declare const X4_PERIPHERAL_DEVICE_MODELS: readonly [DeviceModel.X4PDM, DeviceModel.X4Thruster, DeviceModel.X4Lights];
241
- /**
242
- * All External Peripheral Device Models
243
- * @group Devices
244
- * @category Peripherals
245
- */
246
- export declare const PERIPHERAL_DEVICE_MODELS: readonly [DeviceModel.RovGps, DeviceModel.SerialBox, DeviceModel.WaterlinkedGps, DeviceModel.Seatrac, DeviceModel.DVL, DeviceModel.PathfindrDVL, DeviceModel.OculusSonar, DeviceModel.GeminiSonar, DeviceModel.Echosounder, DeviceModel.WATERLINKED_3D_SONAR, DeviceModel.SensorPod, DeviceModel.SensorPodPlus, DeviceModel.SensorPodX, DeviceModel.X4PDM, DeviceModel.X4Thruster, DeviceModel.X4Lights];
247
169
  /**
248
170
  * Device Version is a base interface for hardware and software version sample payloads.
249
171
  * -1 hardware versions and 0.0 software versions refer to not applicable
@@ -24,18 +24,9 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
24
24
  var __exportStar = (this && this.__exportStar) || function(m, exports) {
25
25
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
26
26
  };
27
- var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
28
- if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
29
- if (ar || !(i in from)) {
30
- if (!ar) ar = Array.prototype.slice.call(from, 0, i);
31
- ar[i] = from[i];
32
- }
33
- }
34
- return to.concat(ar || Array.prototype.slice.call(from));
35
- };
36
- var _a, _b, _c, _d, _e, _f;
27
+ var _a, _b, _c, _d, _e;
37
28
  Object.defineProperty(exports, "__esModule", { value: true });
38
- exports.PERIPHERAL_DEVICE_MODELS = exports.X4_PERIPHERAL_DEVICE_MODELS = exports.SENSOR_POD_DEVICE_MODELS = exports.REEL_DEVICE_MODELS = exports.CRAWLER_DEVICE_MODELS = exports.VEHICLE_DEVICE_MODELS = exports.CAMERA_HEAD_DEVICE_MODELS = exports.DEVICE_MODEL_LABELS = exports.CAMERA_DEVICE_MODELS = exports.REEL_DEVICE_MODEL_LABELS = exports.CAMERA_HEAD_DEVICE_MODEL_LABELS = exports.PERIPHERAL_DEVICE_MODEL_LABELS = exports.VEHICLE_DEVICE_MODEL_LABELS = exports.CAMERA_DEVICE_MODEL_LABELS = exports.CpuTemperatureThreshold = exports.BandwidthDegradationThreshold = exports.DeviceModel = void 0;
29
+ exports.REEL_DEVICE_MODELS = exports.CRAWLER_DEVICE_MODELS = exports.VEHICLE_DEVICE_MODELS = exports.CAMERA_HEAD_DEVICE_MODELS = exports.DEVICE_MODEL_LABELS = exports.CAMERA_DEVICE_MODELS = exports.REEL_DEVICE_MODEL_LABELS = exports.CAMERA_HEAD_DEVICE_MODEL_LABELS = exports.VEHICLE_DEVICE_MODEL_LABELS = exports.CAMERA_DEVICE_MODEL_LABELS = exports.CpuTemperatureThreshold = exports.BandwidthDegradationThreshold = exports.DeviceModel = void 0;
39
30
  /**
40
31
  * Deep Trekker internal device model numbers.
41
32
  * @category Core
@@ -43,56 +34,46 @@ exports.PERIPHERAL_DEVICE_MODELS = exports.X4_PERIPHERAL_DEVICE_MODELS = exports
43
34
  */
44
35
  var DeviceModel;
45
36
  (function (DeviceModel) {
46
- /*Controllers */
47
- DeviceModel["BridgeBox"] = "BRIDGEBOX";
48
37
  /* Crawlers */
49
38
  DeviceModel[DeviceModel["A150Crawler"] = 20] = "A150Crawler";
50
39
  DeviceModel[DeviceModel["A200Crawler"] = 19] = "A200Crawler";
51
40
  DeviceModel[DeviceModel["DT645"] = 22] = "DT645";
52
- /* Cameras */
53
- DeviceModel[DeviceModel["DTCam"] = 5] = "DTCam";
41
+ /*Cameras */
54
42
  DeviceModel[DeviceModel["TamronHarrierZoomCamera"] = 240] = "TamronHarrierZoomCamera";
43
+ DeviceModel[DeviceModel["DTCam"] = 5] = "DTCam";
55
44
  DeviceModel[DeviceModel["OcleaCam"] = 206] = "OcleaCam";
56
45
  DeviceModel[DeviceModel["TamronOcleaZoomCamera"] = 243] = "TamronOcleaZoomCamera";
57
46
  DeviceModel[DeviceModel["JZC18ZoomCamera"] = 207] = "JZC18ZoomCamera";
58
47
  DeviceModel[DeviceModel["MiniAuxCamera"] = 241] = "MiniAuxCamera";
59
- DeviceModel[DeviceModel["AegisCam"] = 242] = "AegisCam";
60
- DeviceModel[DeviceModel["X4Cam"] = 32] = "X4Cam";
61
- /* ROV Vehicles */
62
- DeviceModel[DeviceModel["DTG3"] = 12] = "DTG3";
48
+ /*Rov Vehicles */
49
+ DeviceModel[DeviceModel["Photon"] = 24] = "Photon";
63
50
  DeviceModel[DeviceModel["Onyx"] = 16] = "Onyx";
64
51
  DeviceModel[DeviceModel["Revolution"] = 13] = "Revolution";
65
52
  DeviceModel[DeviceModel["Pivot"] = 18] = "Pivot";
66
- DeviceModel[DeviceModel["Photon"] = 24] = "Photon";
67
- /* Gen 4 Series */
53
+ /*Gen 4 Model Numbers */
68
54
  DeviceModel[DeviceModel["X4"] = 32] = "X4";
55
+ DeviceModel[DeviceModel["X4PCM"] = 112] = "X4PCM";
69
56
  DeviceModel[DeviceModel["X4PDM"] = 113] = "X4PDM";
70
57
  DeviceModel[DeviceModel["X4Thruster"] = 114] = "X4Thruster";
71
58
  DeviceModel[DeviceModel["X4Lights"] = 115] = "X4Lights";
72
- DeviceModel[DeviceModel["X4CameraHead"] = 116] = "X4CameraHead";
73
- DeviceModel[DeviceModel["SensorPodX"] = 118] = "SensorPodX";
59
+ DeviceModel[DeviceModel["X4BrushedMotor"] = 116] = "X4BrushedMotor";
60
+ DeviceModel[DeviceModel["X4SensorPod"] = 117] = "X4SensorPod";
61
+ DeviceModel[DeviceModel["X4Grabber"] = 118] = "X4Grabber";
62
+ DeviceModel[DeviceModel["X4OculusSonar"] = 246] = "X4OculusSonar";
74
63
  /* Camera Heads */
75
64
  DeviceModel[DeviceModel["RevolutionCameraHead"] = 102] = "RevolutionCameraHead";
76
65
  DeviceModel[DeviceModel["PivotCameraHead"] = 103] = "PivotCameraHead";
77
- DeviceModel[DeviceModel["A200CameraHead"] = 106] = "A200CameraHead";
78
66
  DeviceModel[DeviceModel["A150CameraHead"] = 109] = "A150CameraHead";
67
+ DeviceModel[DeviceModel["A200CameraHead"] = 106] = "A200CameraHead";
79
68
  /* Reels */
80
69
  DeviceModel[DeviceModel["ManualReel"] = 107] = "ManualReel";
81
70
  DeviceModel[DeviceModel["PoweredReel"] = 108] = "PoweredReel";
82
- /* Peripherals & Sonar */
71
+ /*Peripherals */
72
+ DeviceModel["BridgeBox"] = "BRIDGEBOX";
83
73
  DeviceModel[DeviceModel["SensorPodPlus"] = 100] = "SensorPodPlus";
84
74
  DeviceModel[DeviceModel["SensorPod"] = 101] = "SensorPod";
85
- DeviceModel[DeviceModel["DT840Hoser"] = 104] = "DT840Hoser";
86
- DeviceModel[DeviceModel["DT840Arm"] = 105] = "DT840Arm";
87
- DeviceModel[DeviceModel["RovGps"] = 110] = "RovGps";
88
- DeviceModel[DeviceModel["SerialBox"] = 111] = "SerialBox";
89
- DeviceModel[DeviceModel["WaterlinkedGps"] = 200] = "WaterlinkedGps";
90
- DeviceModel[DeviceModel["Seatrac"] = 201] = "Seatrac";
75
+ DeviceModel[DeviceModel["CeruleanEchosounder"] = 244] = "CeruleanEchosounder";
91
76
  DeviceModel[DeviceModel["DVL"] = 202] = "DVL";
92
- DeviceModel[DeviceModel["PathfindrDVL"] = 203] = "PathfindrDVL";
93
- DeviceModel[DeviceModel["OculusSonar"] = 204] = "OculusSonar";
94
- DeviceModel[DeviceModel["GeminiSonar"] = 205] = "GeminiSonar";
95
- DeviceModel[DeviceModel["Echosounder"] = 244] = "Echosounder";
96
77
  DeviceModel[DeviceModel["WATERLINKED_3D_SONAR"] = 245] = "WATERLINKED_3D_SONAR";
97
78
  })(DeviceModel || (exports.DeviceModel = DeviceModel = {}));
98
79
  /**
@@ -127,12 +108,10 @@ var CpuTemperatureThreshold;
127
108
  exports.CAMERA_DEVICE_MODEL_LABELS = (_a = {},
128
109
  _a[DeviceModel.OcleaCam] = "4K UHD Camera",
129
110
  _a[DeviceModel.TamronHarrierZoomCamera] = "Zoom Camera H",
130
- _a[DeviceModel.TamronOcleaZoomCamera] = "OCTA Zoom Camera",
111
+ _a[DeviceModel.TamronOcleaZoomCamera] = "Zoom Camera TO",
131
112
  _a[DeviceModel.DTCam] = "DT Camera",
132
113
  _a[DeviceModel.JZC18ZoomCamera] = "Zoom Camera JZC",
133
114
  _a[DeviceModel.MiniAuxCamera] = "Mini Aux Camera",
134
- _a[DeviceModel.X4Cam] = "Stereo Camera",
135
- _a[DeviceModel.AegisCam] = "Aegis Camera",
136
115
  _a);
137
116
  /**
138
117
  * Deep Trekker's Vehicle Device Model Labels
@@ -147,58 +126,27 @@ exports.VEHICLE_DEVICE_MODEL_LABELS = (_b = {},
147
126
  _b[DeviceModel.Pivot] = "PIVOT",
148
127
  _b[DeviceModel.Photon] = "PHOTON",
149
128
  _b[DeviceModel.Onyx] = "ONYX",
150
- _b[DeviceModel.DT645] = "VAC/MAG Utility Crawler",
151
- _b[DeviceModel.DTG3] = "DTG3",
152
129
  _b);
153
- /**
154
- * Deep Trekker's Peripheral Device Model Labels
155
- * @group Devices
156
- * @category Peripherals
157
- */
158
- exports.PERIPHERAL_DEVICE_MODEL_LABELS = (_c = {},
159
- /* Standard Peripherals */
160
- _c[DeviceModel.SensorPod] = "Sensor Pod",
161
- _c[DeviceModel.SensorPodPlus] = "Sensor Pod+",
162
- _c[DeviceModel.SensorPodX] = "Sensor Pod X",
163
- _c[DeviceModel.RovGps] = "ROV GPS",
164
- _c[DeviceModel.SerialBox] = "Serial Interface Box",
165
- _c[DeviceModel.WaterlinkedGps] = "WaterLinked UGPS",
166
- _c[DeviceModel.Seatrac] = "SeaTrac USBL",
167
- _c[DeviceModel.DVL] = "WaterLinked DVL",
168
- _c[DeviceModel.PathfindrDVL] = "Pathfindr DVL",
169
- _c[DeviceModel.OculusSonar] = "Oculus Sonar",
170
- _c[DeviceModel.GeminiSonar] = "Gemini Sonar",
171
- _c[DeviceModel.Echosounder] = "Echosounder",
172
- _c[DeviceModel.WATERLINKED_3D_SONAR] = "Water Linked 3D Sonar",
173
- /* Legacy / Special Components */
174
- _c[DeviceModel.DT840Hoser] = "DT840 Hoser",
175
- _c[DeviceModel.DT840Arm] = "DT840 Manipulator Arm",
176
- /* X4 Specific Internal Peripherals */
177
- _c[DeviceModel.X4PDM] = "Power Distribution Module",
178
- _c[DeviceModel.X4Thruster] = "Thruster",
179
- _c[DeviceModel.X4Lights] = "Lights",
180
- _c);
181
130
  /**
182
131
  * Deep Trekker's Camera Head Device Model Labels
183
132
  * @group Devices
184
133
  * @category Camera Heads
185
134
  */
186
- exports.CAMERA_HEAD_DEVICE_MODEL_LABELS = (_d = {},
187
- _d[DeviceModel.A150CameraHead] = "A-150 Camera Head",
188
- _d[DeviceModel.A200CameraHead] = "A-200 Camera Head",
189
- _d[DeviceModel.RevolutionCameraHead] = "REVOLUTION Camera Head",
190
- _d[DeviceModel.PivotCameraHead] = "PIVOT Camera Head",
191
- _d[DeviceModel.X4CameraHead] = "SPECTRA Camera Head",
192
- _d);
135
+ exports.CAMERA_HEAD_DEVICE_MODEL_LABELS = (_c = {},
136
+ _c[DeviceModel.A150CameraHead] = "A-150 Camera Head",
137
+ _c[DeviceModel.A200CameraHead] = "A-200 Camera Head",
138
+ _c[DeviceModel.RevolutionCameraHead] = "REVOLUTION Camera Head",
139
+ _c[DeviceModel.PivotCameraHead] = "PIVOT Camera Head",
140
+ _c);
193
141
  /**
194
142
  * Deep Trekker's Reel Device Model Labels
195
143
  * @group Devices
196
144
  * @category Reels
197
145
  */
198
- exports.REEL_DEVICE_MODEL_LABELS = (_e = {},
199
- _e[DeviceModel.ManualReel] = "Tether Reel",
200
- _e[DeviceModel.PoweredReel] = "Powered Tether Reel",
201
- _e);
146
+ exports.REEL_DEVICE_MODEL_LABELS = (_d = {},
147
+ _d[DeviceModel.ManualReel] = "Tether Reel",
148
+ _d[DeviceModel.PoweredReel] = "Powered Tether Reel",
149
+ _d);
202
150
  /**
203
151
  * Deep Trekker's Camera Device Models
204
152
  * @group Devices
@@ -217,7 +165,7 @@ exports.CAMERA_DEVICE_MODELS = [
217
165
  * @group Devices
218
166
  * @category Core
219
167
  */
220
- exports.DEVICE_MODEL_LABELS = __assign(__assign(__assign(__assign(__assign(__assign({}, exports.CAMERA_DEVICE_MODEL_LABELS), exports.VEHICLE_DEVICE_MODEL_LABELS), exports.CAMERA_HEAD_DEVICE_MODEL_LABELS), exports.REEL_DEVICE_MODEL_LABELS), exports.PERIPHERAL_DEVICE_MODEL_LABELS), (_f = {}, _f[DeviceModel.BridgeBox] = "BridgeBox", _f));
168
+ exports.DEVICE_MODEL_LABELS = __assign(__assign(__assign(__assign(__assign({}, exports.CAMERA_DEVICE_MODEL_LABELS), exports.VEHICLE_DEVICE_MODEL_LABELS), exports.CAMERA_HEAD_DEVICE_MODEL_LABELS), exports.REEL_DEVICE_MODEL_LABELS), (_e = {}, _e[DeviceModel.BridgeBox] = "BridgeBox", _e[DeviceModel.WATERLINKED_3D_SONAR] = "Water Linked 3D Sonar", _e));
221
169
  /**
222
170
  * Deep Trekker's Camera Head Device Models
223
171
  * @group Devices
@@ -228,7 +176,6 @@ exports.CAMERA_HEAD_DEVICE_MODELS = [
228
176
  DeviceModel.A200CameraHead,
229
177
  DeviceModel.RevolutionCameraHead,
230
178
  DeviceModel.PivotCameraHead,
231
- DeviceModel.X4CameraHead,
232
179
  ];
233
180
  /**
234
181
  * Deep Trekker's Vehicle Device Models
@@ -260,43 +207,6 @@ exports.REEL_DEVICE_MODELS = [
260
207
  DeviceModel.ManualReel,
261
208
  DeviceModel.PoweredReel,
262
209
  ];
263
- /**
264
- * Deep Trekker's Sensor Pod Device Models
265
- * @group Devices
266
- * @category SensorPods
267
- */
268
- exports.SENSOR_POD_DEVICE_MODELS = [
269
- DeviceModel.SensorPod,
270
- DeviceModel.SensorPodPlus,
271
- DeviceModel.SensorPodX,
272
- ];
273
- /**
274
- * Deep Trekker's Gen4 Peripheral Device Models
275
- * @group Devices
276
- * @category Gen4 Peripherals
277
- */
278
- exports.X4_PERIPHERAL_DEVICE_MODELS = [
279
- DeviceModel.X4PDM,
280
- DeviceModel.X4Thruster,
281
- DeviceModel.X4Lights,
282
- ];
283
- /**
284
- * All External Peripheral Device Models
285
- * @group Devices
286
- * @category Peripherals
287
- */
288
- exports.PERIPHERAL_DEVICE_MODELS = __spreadArray(__spreadArray([
289
- DeviceModel.RovGps,
290
- DeviceModel.SerialBox,
291
- DeviceModel.WaterlinkedGps,
292
- DeviceModel.Seatrac,
293
- DeviceModel.DVL,
294
- DeviceModel.PathfindrDVL,
295
- DeviceModel.OculusSonar,
296
- DeviceModel.GeminiSonar,
297
- DeviceModel.Echosounder,
298
- DeviceModel.WATERLINKED_3D_SONAR
299
- ], exports.SENSOR_POD_DEVICE_MODELS, true), exports.X4_PERIPHERAL_DEVICE_MODELS, true);
300
210
  __exportStar(require("./cameraHeads"), exports);
301
211
  __exportStar(require("./cameras"), exports);
302
212
  __exportStar(require("./core"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deeptrekker/api-domain",
3
- "version": "1.0.20-x4networktable.5",
3
+ "version": "1.0.20",
4
4
  "description": "A business domain of types and schemas that the Deep Trekker topside communicates with via an API.",
5
5
  "main": "dist/index.js",
6
6
  "engines": {
@@ -37,16 +37,16 @@
37
37
  "@knodes/typedoc-plugin-code-blocks": "^0.22.7",
38
38
  "@types/lodash": "^4.14.182",
39
39
  "@types/node": "^22.0.0",
40
+ "@typescript-eslint/eslint-plugin": "^6.1.0",
41
+ "@typescript-eslint/parser": "^6.1.0",
40
42
  "@zamiell/typedoc-plugin-not-exported": "^0.2.0",
43
+ "eslint": "^8.45.0",
44
+ "eslint-config-prettier": "^8.8.0",
45
+ "eslint-plugin-unused-imports": "^3.0.0",
41
46
  "prettier": "3.0.3",
42
47
  "rimraf": "^3.0.2",
43
48
  "semver-compare-cli": "^2.0.0",
44
49
  "ts-json-schema-generator": "2.4.0",
45
- "eslint": "^8.45.0",
46
- "@typescript-eslint/eslint-plugin": "^6.1.0",
47
- "@typescript-eslint/parser": "^6.1.0",
48
- "eslint-plugin-unused-imports": "^3.0.0",
49
- "eslint-config-prettier": "^8.8.0",
50
50
  "ts-node": "^10.8.1",
51
51
  "tslib": "^2.4.0",
52
52
  "typedoc": "^0.28.9",
@@ -62,6 +62,7 @@
62
62
  "mkdirp": "^1.0.4",
63
63
  "ts-pattern": "^4.3.0",
64
64
  "ts-toolbelt": "^9.6.0",
65
- "type-zoo": "^3.4.1"
65
+ "type-zoo": "^3.4.1",
66
+ "yarn": "^1.22.22"
66
67
  }
67
68
  }