@deeptrekker/api-domain 1.0.20-x4networktable.8 → 1.0.20-x4networktable.9

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.8";
1
+ export declare const API_VERSION = "1.0.20-x4networktable.9";
@@ -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.8";
5
+ exports.API_VERSION = "1.0.20-x4networktable.9";
@@ -120,6 +120,7 @@ export declare const PERIPHERAL_DEVICE_MODEL_LABELS: {
120
120
  readonly 202: "WaterLinked DVL";
121
121
  readonly 203: "Pathfindr DVL";
122
122
  readonly 204: "Oculus Sonar";
123
+ readonly 246: "Oculus Sonar";
123
124
  readonly 205: "Gemini Sonar";
124
125
  readonly 244: "Echosounder";
125
126
  readonly 245: "Water Linked 3D Sonar";
@@ -174,6 +175,7 @@ export declare const DEVICE_MODEL_LABELS: {
174
175
  readonly 202: "WaterLinked DVL";
175
176
  readonly 203: "Pathfindr DVL";
176
177
  readonly 204: "Oculus Sonar";
178
+ readonly 246: "Oculus Sonar";
177
179
  readonly 205: "Gemini Sonar";
178
180
  readonly 244: "Echosounder";
179
181
  readonly 245: "Water Linked 3D Sonar";
@@ -170,6 +170,7 @@ exports.PERIPHERAL_DEVICE_MODEL_LABELS = (_c = {},
170
170
  _c[DeviceModel.DVL] = "WaterLinked DVL",
171
171
  _c[DeviceModel.PathfindrDVL] = "Pathfindr DVL",
172
172
  _c[DeviceModel.OculusSonar] = "Oculus Sonar",
173
+ _c[DeviceModel.X4OculusSonar] = "Oculus Sonar",
173
174
  _c[DeviceModel.GeminiSonar] = "Gemini Sonar",
174
175
  _c[DeviceModel.Echosounder] = "Echosounder",
175
176
  _c[DeviceModel.WATERLINKED_3D_SONAR] = "Water Linked 3D Sonar",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deeptrekker/api-domain",
3
- "version": "1.0.20-x4networktable.8",
3
+ "version": "1.0.20-x4networktable.9",
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": {