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

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.5";
@@ -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.5";
@@ -45,7 +45,7 @@ export declare enum DeviceModel {
45
45
  PathfindrDVL = 203,
46
46
  OculusSonar = 204,
47
47
  GeminiSonar = 205,
48
- CeruleanEchosounder = 244,
48
+ Echosounder = 244,
49
49
  WATERLINKED_3D_SONAR = 245
50
50
  }
51
51
  /**
@@ -118,7 +118,7 @@ export declare const PERIPHERAL_DEVICE_MODEL_LABELS: {
118
118
  readonly 203: "Pathfindr DVL";
119
119
  readonly 204: "Oculus Sonar";
120
120
  readonly 205: "Gemini Sonar";
121
- readonly 244: "Cerulean Echosounder";
121
+ readonly 244: "Echosounder";
122
122
  readonly 245: "Water Linked 3D Sonar";
123
123
  readonly 104: "DT840 Hoser";
124
124
  readonly 105: "DT840 Manipulator Arm";
@@ -171,7 +171,7 @@ export declare const DEVICE_MODEL_LABELS: {
171
171
  readonly 203: "Pathfindr DVL";
172
172
  readonly 204: "Oculus Sonar";
173
173
  readonly 205: "Gemini Sonar";
174
- readonly 244: "Cerulean Echosounder";
174
+ readonly 244: "Echosounder";
175
175
  readonly 245: "Water Linked 3D Sonar";
176
176
  readonly 104: "DT840 Hoser";
177
177
  readonly 105: "DT840 Manipulator Arm";
@@ -243,7 +243,7 @@ export declare const X4_PERIPHERAL_DEVICE_MODELS: readonly [DeviceModel.X4PDM, D
243
243
  * @group Devices
244
244
  * @category Peripherals
245
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.CeruleanEchosounder, DeviceModel.WATERLINKED_3D_SONAR, DeviceModel.SensorPod, DeviceModel.SensorPodPlus, DeviceModel.SensorPodX, DeviceModel.X4PDM, DeviceModel.X4Thruster, DeviceModel.X4Lights];
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
247
  /**
248
248
  * Device Version is a base interface for hardware and software version sample payloads.
249
249
  * -1 hardware versions and 0.0 software versions refer to not applicable
@@ -92,7 +92,7 @@ var DeviceModel;
92
92
  DeviceModel[DeviceModel["PathfindrDVL"] = 203] = "PathfindrDVL";
93
93
  DeviceModel[DeviceModel["OculusSonar"] = 204] = "OculusSonar";
94
94
  DeviceModel[DeviceModel["GeminiSonar"] = 205] = "GeminiSonar";
95
- DeviceModel[DeviceModel["CeruleanEchosounder"] = 244] = "CeruleanEchosounder";
95
+ DeviceModel[DeviceModel["Echosounder"] = 244] = "Echosounder";
96
96
  DeviceModel[DeviceModel["WATERLINKED_3D_SONAR"] = 245] = "WATERLINKED_3D_SONAR";
97
97
  })(DeviceModel || (exports.DeviceModel = DeviceModel = {}));
98
98
  /**
@@ -168,7 +168,7 @@ exports.PERIPHERAL_DEVICE_MODEL_LABELS = (_c = {},
168
168
  _c[DeviceModel.PathfindrDVL] = "Pathfindr DVL",
169
169
  _c[DeviceModel.OculusSonar] = "Oculus Sonar",
170
170
  _c[DeviceModel.GeminiSonar] = "Gemini Sonar",
171
- _c[DeviceModel.CeruleanEchosounder] = "Cerulean Echosounder",
171
+ _c[DeviceModel.Echosounder] = "Echosounder",
172
172
  _c[DeviceModel.WATERLINKED_3D_SONAR] = "Water Linked 3D Sonar",
173
173
  /* Legacy / Special Components */
174
174
  _c[DeviceModel.DT840Hoser] = "DT840 Hoser",
@@ -294,7 +294,7 @@ exports.PERIPHERAL_DEVICE_MODELS = __spreadArray(__spreadArray([
294
294
  DeviceModel.PathfindrDVL,
295
295
  DeviceModel.OculusSonar,
296
296
  DeviceModel.GeminiSonar,
297
- DeviceModel.CeruleanEchosounder,
297
+ DeviceModel.Echosounder,
298
298
  DeviceModel.WATERLINKED_3D_SONAR
299
299
  ], exports.SENSOR_POD_DEVICE_MODELS, true), exports.X4_PERIPHERAL_DEVICE_MODELS, true);
300
300
  __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.5",
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": {