@deeptrekker/api-domain 1.0.20-x4networktable.0 → 1.0.20-x4networktable.1

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.
@@ -1016,43 +1016,52 @@
1016
1016
  "DeviceModel": {
1017
1017
  "description": "Deep Trekker internal device model numbers.",
1018
1018
  "enum": [
1019
+ "BRIDGEBOX",
1019
1020
  20,
1020
1021
  19,
1021
1022
  22,
1022
- 240,
1023
1023
  5,
1024
+ 240,
1024
1025
  206,
1025
1026
  243,
1026
1027
  207,
1027
1028
  241,
1028
- 24,
1029
+ 242,
1030
+ 12,
1029
1031
  16,
1030
1032
  13,
1031
1033
  18,
1034
+ 24,
1032
1035
  32,
1033
- 112,
1034
1036
  113,
1035
1037
  114,
1036
1038
  115,
1037
1039
  116,
1038
- 117,
1039
1040
  118,
1040
1041
  102,
1041
1042
  103,
1042
- 109,
1043
1043
  106,
1044
+ 109,
1044
1045
  107,
1045
1046
  108,
1046
- "BRIDGEBOX",
1047
1047
  100,
1048
1048
  101,
1049
- 244,
1049
+ 104,
1050
+ 105,
1051
+ 110,
1052
+ 111,
1053
+ 200,
1054
+ 201,
1050
1055
  202,
1056
+ 203,
1057
+ 204,
1058
+ 205,
1059
+ 244,
1051
1060
  245
1052
1061
  ],
1053
1062
  "type": [
1054
- "number",
1055
- "string"
1063
+ "string",
1064
+ "number"
1056
1065
  ]
1057
1066
  },
1058
1067
  "DeviceVersion": {
@@ -1 +1 @@
1
- export declare const API_VERSION = "1.0.20-x4networktable.0";
1
+ export declare const API_VERSION = "1.0.20-x4networktable.1";
@@ -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.0";
5
+ exports.API_VERSION = "1.0.20-x4networktable.1";
@@ -15,6 +15,7 @@ export declare enum DeviceModel {
15
15
  JZC18ZoomCamera = 207,
16
16
  MiniAuxCamera = 241,
17
17
  AegisCam = 242,
18
+ X4Cam = 32,// Same as DeviceModel - X4
18
19
  DTG3 = 12,
19
20
  Onyx = 16,
20
21
  Revolution = 13,
@@ -81,6 +82,7 @@ export declare const CAMERA_DEVICE_MODEL_LABELS: {
81
82
  readonly 5: "DT Camera";
82
83
  readonly 207: "Zoom Camera JZC";
83
84
  readonly 241: "Mini Aux Camera";
85
+ readonly 32: "Stereo Camera";
84
86
  };
85
87
  /**
86
88
  * Deep Trekker's Vehicle Device Model Labels
@@ -57,6 +57,7 @@ var DeviceModel;
57
57
  DeviceModel[DeviceModel["JZC18ZoomCamera"] = 207] = "JZC18ZoomCamera";
58
58
  DeviceModel[DeviceModel["MiniAuxCamera"] = 241] = "MiniAuxCamera";
59
59
  DeviceModel[DeviceModel["AegisCam"] = 242] = "AegisCam";
60
+ DeviceModel[DeviceModel["X4Cam"] = 32] = "X4Cam";
60
61
  /* ROV Vehicles */
61
62
  DeviceModel[DeviceModel["DTG3"] = 12] = "DTG3";
62
63
  DeviceModel[DeviceModel["Onyx"] = 16] = "Onyx";
@@ -130,6 +131,7 @@ exports.CAMERA_DEVICE_MODEL_LABELS = (_a = {},
130
131
  _a[DeviceModel.DTCam] = "DT Camera",
131
132
  _a[DeviceModel.JZC18ZoomCamera] = "Zoom Camera JZC",
132
133
  _a[DeviceModel.MiniAuxCamera] = "Mini Aux Camera",
134
+ _a[DeviceModel.X4Cam] = "Stereo Camera",
133
135
  _a);
134
136
  /**
135
137
  * Deep Trekker's Vehicle 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.0",
3
+ "version": "1.0.20-x4networktable.1",
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": {