@deeptrekker/api-domain 1.0.0 → 1.0.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.
@@ -3653,6 +3653,10 @@
3653
3653
  "description": "Enable/Disable auto white balance mode. </br>",
3654
3654
  "type": "boolean"
3655
3655
  },
3656
+ "awbMode": {
3657
+ "description": "Auto White Balance mode select control",
3658
+ "type": "string"
3659
+ },
3656
3660
  "blue": {
3657
3661
  "description": "Blue Control </br>",
3658
3662
  "maximum": 100,
@@ -1 +1 @@
1
- export declare const API_VERSION = "1.0.0";
1
+ export declare const API_VERSION = "1.0.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.0";
5
+ exports.API_VERSION = "1.0.1";
@@ -304,6 +304,10 @@ export type WhiteBalanceSettings = {
304
304
  * @maximum 100
305
305
  */
306
306
  green?: number;
307
+ /**
308
+ * Auto White Balance mode select control
309
+ */
310
+ awbMode?: string;
307
311
  };
308
312
  /**
309
313
  * Camera type enums
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deeptrekker/api-domain",
3
- "version": "1.0.0",
3
+ "version": "1.0.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": {