@deeptrekker/api-domain 1.0.20-x4networktable.1 → 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.
@@ -1027,12 +1027,12 @@
1027
1027
  207,
1028
1028
  241,
1029
1029
  242,
1030
+ 32,
1030
1031
  12,
1031
1032
  16,
1032
1033
  13,
1033
1034
  18,
1034
1035
  24,
1035
- 32,
1036
1036
  113,
1037
1037
  114,
1038
1038
  115,
@@ -1 +1 @@
1
- export declare const API_VERSION = "1.0.20-x4networktable.1";
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.1";
5
+ exports.API_VERSION = "1.0.20-x4networktable.3";
@@ -78,7 +78,7 @@ export declare enum CpuTemperatureThreshold {
78
78
  export declare const CAMERA_DEVICE_MODEL_LABELS: {
79
79
  readonly 206: "4K UHD Camera";
80
80
  readonly 240: "Zoom Camera H";
81
- readonly 243: "Zoom Camera TO";
81
+ readonly 243: "OCTA Zoom Camera";
82
82
  readonly 5: "DT Camera";
83
83
  readonly 207: "Zoom Camera JZC";
84
84
  readonly 241: "Mini Aux Camera";
@@ -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
@@ -133,7 +134,7 @@ export declare const CAMERA_HEAD_DEVICE_MODEL_LABELS: {
133
134
  readonly 106: "A-200 Camera Head";
134
135
  readonly 102: "REVOLUTION Camera Head";
135
136
  readonly 103: "PIVOT Camera Head";
136
- readonly 116: "Spectra Camera Head";
137
+ readonly 116: "SPECTRA Camera Head";
137
138
  };
138
139
  /**
139
140
  * Deep Trekker's Reel Device Model Labels
@@ -181,7 +182,7 @@ export declare const DEVICE_MODEL_LABELS: {
181
182
  readonly 106: "A-200 Camera Head";
182
183
  readonly 102: "REVOLUTION Camera Head";
183
184
  readonly 103: "PIVOT Camera Head";
184
- readonly 116: "Spectra Camera Head";
185
+ readonly 116: "SPECTRA Camera Head";
185
186
  readonly 20: "A-150";
186
187
  readonly 19: "A-200";
187
188
  readonly 13: "REVOLUTION";
@@ -189,9 +190,10 @@ 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
- readonly 243: "Zoom Camera TO";
196
+ readonly 243: "OCTA Zoom Camera";
195
197
  readonly 5: "DT Camera";
196
198
  readonly 207: "Zoom Camera JZC";
197
199
  readonly 241: "Mini Aux Camera";
@@ -127,7 +127,7 @@ var CpuTemperatureThreshold;
127
127
  exports.CAMERA_DEVICE_MODEL_LABELS = (_a = {},
128
128
  _a[DeviceModel.OcleaCam] = "4K UHD Camera",
129
129
  _a[DeviceModel.TamronHarrierZoomCamera] = "Zoom Camera H",
130
- _a[DeviceModel.TamronOcleaZoomCamera] = "Zoom Camera TO",
130
+ _a[DeviceModel.TamronOcleaZoomCamera] = "OCTA Zoom Camera",
131
131
  _a[DeviceModel.DTCam] = "DT Camera",
132
132
  _a[DeviceModel.JZC18ZoomCamera] = "Zoom Camera JZC",
133
133
  _a[DeviceModel.MiniAuxCamera] = "Mini Aux 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
@@ -185,7 +186,7 @@ exports.CAMERA_HEAD_DEVICE_MODEL_LABELS = (_d = {},
185
186
  _d[DeviceModel.A200CameraHead] = "A-200 Camera Head",
186
187
  _d[DeviceModel.RevolutionCameraHead] = "REVOLUTION Camera Head",
187
188
  _d[DeviceModel.PivotCameraHead] = "PIVOT Camera Head",
188
- _d[DeviceModel.X4CameraHead] = "Spectra Camera Head",
189
+ _d[DeviceModel.X4CameraHead] = "SPECTRA Camera Head",
189
190
  _d);
190
191
  /**
191
192
  * Deep Trekker's Reel 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.1",
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": {