@deeptrekker/api-domain 1.0.20-x4networktable.2 → 1.0.20-x4networktable.3

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.2";
1
+ export declare const API_VERSION = "1.0.20-x4networktable.3";
@@ -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.2";
5
+ exports.API_VERSION = "1.0.20-x4networktable.3";
@@ -97,6 +97,7 @@ export declare const VEHICLE_DEVICE_MODEL_LABELS: {
97
97
  readonly 18: "PIVOT";
98
98
  readonly 24: "PHOTON";
99
99
  readonly 16: "ONYX";
100
+ readonly 22: "VAC/MAG Utility Crawler";
100
101
  };
101
102
  /**
102
103
  * Deep Trekker's Peripheral Device Model Labels
@@ -189,6 +190,7 @@ export declare const DEVICE_MODEL_LABELS: {
189
190
  readonly 18: "PIVOT";
190
191
  readonly 24: "PHOTON";
191
192
  readonly 16: "ONYX";
193
+ readonly 22: "VAC/MAG Utility Crawler";
192
194
  readonly 206: "4K UHD Camera";
193
195
  readonly 240: "Zoom Camera H";
194
196
  readonly 243: "OCTA Zoom Camera";
@@ -146,6 +146,7 @@ exports.VEHICLE_DEVICE_MODEL_LABELS = (_b = {},
146
146
  _b[DeviceModel.Pivot] = "PIVOT",
147
147
  _b[DeviceModel.Photon] = "PHOTON",
148
148
  _b[DeviceModel.Onyx] = "ONYX",
149
+ _b[DeviceModel.DT645] = "VAC/MAG Utility Crawler",
149
150
  _b);
150
151
  /**
151
152
  * Deep Trekker's Peripheral Device Model Labels
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deeptrekker/api-domain",
3
- "version": "1.0.20-x4networktable.2",
3
+ "version": "1.0.20-x4networktable.3",
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": {