@deeptrekker/api-domain 1.0.20-x4networktable.4 → 1.0.20-x4networktable.6

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.
@@ -1 +1 @@
1
- export declare const API_VERSION = "1.0.20-x4networktable.4";
1
+ export declare const API_VERSION = "1.0.20-x4networktable.6";
@@ -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.4";
5
+ exports.API_VERSION = "1.0.20-x4networktable.6";
@@ -26,7 +26,8 @@ export declare enum DeviceModel {
26
26
  X4Thruster = 114,
27
27
  X4Lights = 115,
28
28
  X4CameraHead = 116,
29
- SensorPodX = 118,
29
+ SensorPodX = 117,
30
+ X4GrabberModel = 118,
30
31
  RevolutionCameraHead = 102,
31
32
  PivotCameraHead = 103,
32
33
  A200CameraHead = 106,
@@ -45,7 +46,7 @@ export declare enum DeviceModel {
45
46
  PathfindrDVL = 203,
46
47
  OculusSonar = 204,
47
48
  GeminiSonar = 205,
48
- CeruleanEchosounder = 244,
49
+ Echosounder = 244,
49
50
  WATERLINKED_3D_SONAR = 245
50
51
  }
51
52
  /**
@@ -109,7 +110,7 @@ export declare const VEHICLE_DEVICE_MODEL_LABELS: {
109
110
  export declare const PERIPHERAL_DEVICE_MODEL_LABELS: {
110
111
  readonly 101: "Sensor Pod";
111
112
  readonly 100: "Sensor Pod+";
112
- readonly 118: "Sensor Pod X";
113
+ readonly 117: "Sensor Pod X";
113
114
  readonly 110: "ROV GPS";
114
115
  readonly 111: "Serial Interface Box";
115
116
  readonly 200: "WaterLinked UGPS";
@@ -118,13 +119,14 @@ export declare const PERIPHERAL_DEVICE_MODEL_LABELS: {
118
119
  readonly 203: "Pathfindr DVL";
119
120
  readonly 204: "Oculus Sonar";
120
121
  readonly 205: "Gemini Sonar";
121
- readonly 244: "Cerulean Echosounder";
122
+ readonly 244: "Echosounder";
122
123
  readonly 245: "Water Linked 3D Sonar";
123
124
  readonly 104: "DT840 Hoser";
124
125
  readonly 105: "DT840 Manipulator Arm";
125
126
  readonly 113: "Power Distribution Module";
126
127
  readonly 114: "Thruster";
127
128
  readonly 115: "Lights";
129
+ readonly 118: "Grabber";
128
130
  };
129
131
  /**
130
132
  * Deep Trekker's Camera Head Device Model Labels
@@ -162,7 +164,7 @@ export declare const DEVICE_MODEL_LABELS: {
162
164
  readonly BRIDGEBOX: "BridgeBox";
163
165
  readonly 101: "Sensor Pod";
164
166
  readonly 100: "Sensor Pod+";
165
- readonly 118: "Sensor Pod X";
167
+ readonly 117: "Sensor Pod X";
166
168
  readonly 110: "ROV GPS";
167
169
  readonly 111: "Serial Interface Box";
168
170
  readonly 200: "WaterLinked UGPS";
@@ -171,13 +173,14 @@ export declare const DEVICE_MODEL_LABELS: {
171
173
  readonly 203: "Pathfindr DVL";
172
174
  readonly 204: "Oculus Sonar";
173
175
  readonly 205: "Gemini Sonar";
174
- readonly 244: "Cerulean Echosounder";
176
+ readonly 244: "Echosounder";
175
177
  readonly 245: "Water Linked 3D Sonar";
176
178
  readonly 104: "DT840 Hoser";
177
179
  readonly 105: "DT840 Manipulator Arm";
178
180
  readonly 113: "Power Distribution Module";
179
181
  readonly 114: "Thruster";
180
182
  readonly 115: "Lights";
183
+ readonly 118: "Grabber";
181
184
  readonly 107: "Tether Reel";
182
185
  readonly 108: "Powered Tether Reel";
183
186
  readonly 109: "A-150 Camera Head";
@@ -237,13 +240,13 @@ export declare const SENSOR_POD_DEVICE_MODELS: readonly [DeviceModel.SensorPod,
237
240
  * @group Devices
238
241
  * @category Gen4 Peripherals
239
242
  */
240
- export declare const X4_PERIPHERAL_DEVICE_MODELS: readonly [DeviceModel.X4PDM, DeviceModel.X4Thruster, DeviceModel.X4Lights];
243
+ export declare const X4_PERIPHERAL_DEVICE_MODELS: readonly [DeviceModel.X4PDM, DeviceModel.X4Thruster, DeviceModel.X4Lights, DeviceModel.X4GrabberModel];
241
244
  /**
242
245
  * All External Peripheral Device Models
243
246
  * @group Devices
244
247
  * @category Peripherals
245
248
  */
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.CeruleanEchosounder, DeviceModel.WATERLINKED_3D_SONAR, DeviceModel.SensorPod, DeviceModel.SensorPodPlus, DeviceModel.SensorPodX, DeviceModel.X4PDM, DeviceModel.X4Thruster, DeviceModel.X4Lights];
249
+ 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, DeviceModel.X4GrabberModel];
247
250
  /**
248
251
  * Device Version is a base interface for hardware and software version sample payloads.
249
252
  * -1 hardware versions and 0.0 software versions refer to not applicable
@@ -70,7 +70,8 @@ var DeviceModel;
70
70
  DeviceModel[DeviceModel["X4Thruster"] = 114] = "X4Thruster";
71
71
  DeviceModel[DeviceModel["X4Lights"] = 115] = "X4Lights";
72
72
  DeviceModel[DeviceModel["X4CameraHead"] = 116] = "X4CameraHead";
73
- DeviceModel[DeviceModel["SensorPodX"] = 118] = "SensorPodX";
73
+ DeviceModel[DeviceModel["SensorPodX"] = 117] = "SensorPodX";
74
+ DeviceModel[DeviceModel["X4GrabberModel"] = 118] = "X4GrabberModel";
74
75
  /* Camera Heads */
75
76
  DeviceModel[DeviceModel["RevolutionCameraHead"] = 102] = "RevolutionCameraHead";
76
77
  DeviceModel[DeviceModel["PivotCameraHead"] = 103] = "PivotCameraHead";
@@ -92,7 +93,7 @@ var DeviceModel;
92
93
  DeviceModel[DeviceModel["PathfindrDVL"] = 203] = "PathfindrDVL";
93
94
  DeviceModel[DeviceModel["OculusSonar"] = 204] = "OculusSonar";
94
95
  DeviceModel[DeviceModel["GeminiSonar"] = 205] = "GeminiSonar";
95
- DeviceModel[DeviceModel["CeruleanEchosounder"] = 244] = "CeruleanEchosounder";
96
+ DeviceModel[DeviceModel["Echosounder"] = 244] = "Echosounder";
96
97
  DeviceModel[DeviceModel["WATERLINKED_3D_SONAR"] = 245] = "WATERLINKED_3D_SONAR";
97
98
  })(DeviceModel || (exports.DeviceModel = DeviceModel = {}));
98
99
  /**
@@ -168,7 +169,7 @@ exports.PERIPHERAL_DEVICE_MODEL_LABELS = (_c = {},
168
169
  _c[DeviceModel.PathfindrDVL] = "Pathfindr DVL",
169
170
  _c[DeviceModel.OculusSonar] = "Oculus Sonar",
170
171
  _c[DeviceModel.GeminiSonar] = "Gemini Sonar",
171
- _c[DeviceModel.CeruleanEchosounder] = "Cerulean Echosounder",
172
+ _c[DeviceModel.Echosounder] = "Echosounder",
172
173
  _c[DeviceModel.WATERLINKED_3D_SONAR] = "Water Linked 3D Sonar",
173
174
  /* Legacy / Special Components */
174
175
  _c[DeviceModel.DT840Hoser] = "DT840 Hoser",
@@ -177,6 +178,7 @@ exports.PERIPHERAL_DEVICE_MODEL_LABELS = (_c = {},
177
178
  _c[DeviceModel.X4PDM] = "Power Distribution Module",
178
179
  _c[DeviceModel.X4Thruster] = "Thruster",
179
180
  _c[DeviceModel.X4Lights] = "Lights",
181
+ _c[DeviceModel.X4GrabberModel] = "Grabber",
180
182
  _c);
181
183
  /**
182
184
  * Deep Trekker's Camera Head Device Model Labels
@@ -279,6 +281,7 @@ exports.X4_PERIPHERAL_DEVICE_MODELS = [
279
281
  DeviceModel.X4PDM,
280
282
  DeviceModel.X4Thruster,
281
283
  DeviceModel.X4Lights,
284
+ DeviceModel.X4GrabberModel,
282
285
  ];
283
286
  /**
284
287
  * All External Peripheral Device Models
@@ -294,7 +297,7 @@ exports.PERIPHERAL_DEVICE_MODELS = __spreadArray(__spreadArray([
294
297
  DeviceModel.PathfindrDVL,
295
298
  DeviceModel.OculusSonar,
296
299
  DeviceModel.GeminiSonar,
297
- DeviceModel.CeruleanEchosounder,
300
+ DeviceModel.Echosounder,
298
301
  DeviceModel.WATERLINKED_3D_SONAR
299
302
  ], exports.SENSOR_POD_DEVICE_MODELS, true), exports.X4_PERIPHERAL_DEVICE_MODELS, true);
300
303
  __exportStar(require("./cameraHeads"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deeptrekker/api-domain",
3
- "version": "1.0.20-x4networktable.4",
3
+ "version": "1.0.20-x4networktable.6",
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": {