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

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.4";
@@ -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.4";
@@ -83,6 +83,7 @@ export declare const CAMERA_DEVICE_MODEL_LABELS: {
83
83
  readonly 207: "Zoom Camera JZC";
84
84
  readonly 241: "Mini Aux Camera";
85
85
  readonly 32: "Stereo Camera";
86
+ readonly 242: "Aegis Camera";
86
87
  };
87
88
  /**
88
89
  * Deep Trekker's Vehicle Device Model Labels
@@ -97,6 +98,8 @@ export declare const VEHICLE_DEVICE_MODEL_LABELS: {
97
98
  readonly 18: "PIVOT";
98
99
  readonly 24: "PHOTON";
99
100
  readonly 16: "ONYX";
101
+ readonly 22: "VAC/MAG Utility Crawler";
102
+ readonly 12: "DTG3";
100
103
  };
101
104
  /**
102
105
  * Deep Trekker's Peripheral Device Model Labels
@@ -189,12 +192,15 @@ export declare const DEVICE_MODEL_LABELS: {
189
192
  readonly 18: "PIVOT";
190
193
  readonly 24: "PHOTON";
191
194
  readonly 16: "ONYX";
195
+ readonly 22: "VAC/MAG Utility Crawler";
196
+ readonly 12: "DTG3";
192
197
  readonly 206: "4K UHD Camera";
193
198
  readonly 240: "Zoom Camera H";
194
199
  readonly 243: "OCTA Zoom Camera";
195
200
  readonly 5: "DT Camera";
196
201
  readonly 207: "Zoom Camera JZC";
197
202
  readonly 241: "Mini Aux Camera";
203
+ readonly 242: "Aegis Camera";
198
204
  };
199
205
  /**
200
206
  * Deep Trekker's Camera Head Device Models
@@ -132,6 +132,7 @@ exports.CAMERA_DEVICE_MODEL_LABELS = (_a = {},
132
132
  _a[DeviceModel.JZC18ZoomCamera] = "Zoom Camera JZC",
133
133
  _a[DeviceModel.MiniAuxCamera] = "Mini Aux Camera",
134
134
  _a[DeviceModel.X4Cam] = "Stereo Camera",
135
+ _a[DeviceModel.AegisCam] = "Aegis Camera",
135
136
  _a);
136
137
  /**
137
138
  * Deep Trekker's Vehicle Device Model Labels
@@ -146,6 +147,8 @@ exports.VEHICLE_DEVICE_MODEL_LABELS = (_b = {},
146
147
  _b[DeviceModel.Pivot] = "PIVOT",
147
148
  _b[DeviceModel.Photon] = "PHOTON",
148
149
  _b[DeviceModel.Onyx] = "ONYX",
150
+ _b[DeviceModel.DT645] = "VAC/MAG Utility Crawler",
151
+ _b[DeviceModel.DTG3] = "DTG3",
149
152
  _b);
150
153
  /**
151
154
  * 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.4",
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": {