@deeptrekker/api-domain 1.0.20-x4networktable.3 → 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.3";
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.3";
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
@@ -98,6 +99,7 @@ export declare const VEHICLE_DEVICE_MODEL_LABELS: {
98
99
  readonly 24: "PHOTON";
99
100
  readonly 16: "ONYX";
100
101
  readonly 22: "VAC/MAG Utility Crawler";
102
+ readonly 12: "DTG3";
101
103
  };
102
104
  /**
103
105
  * Deep Trekker's Peripheral Device Model Labels
@@ -191,12 +193,14 @@ export declare const DEVICE_MODEL_LABELS: {
191
193
  readonly 24: "PHOTON";
192
194
  readonly 16: "ONYX";
193
195
  readonly 22: "VAC/MAG Utility Crawler";
196
+ readonly 12: "DTG3";
194
197
  readonly 206: "4K UHD Camera";
195
198
  readonly 240: "Zoom Camera H";
196
199
  readonly 243: "OCTA Zoom Camera";
197
200
  readonly 5: "DT Camera";
198
201
  readonly 207: "Zoom Camera JZC";
199
202
  readonly 241: "Mini Aux Camera";
203
+ readonly 242: "Aegis Camera";
200
204
  };
201
205
  /**
202
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
@@ -147,6 +148,7 @@ exports.VEHICLE_DEVICE_MODEL_LABELS = (_b = {},
147
148
  _b[DeviceModel.Photon] = "PHOTON",
148
149
  _b[DeviceModel.Onyx] = "ONYX",
149
150
  _b[DeviceModel.DT645] = "VAC/MAG Utility Crawler",
151
+ _b[DeviceModel.DTG3] = "DTG3",
150
152
  _b);
151
153
  /**
152
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.3",
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": {