@deeptrekker/api-domain 1.0.20 → 1.0.21

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";
1
+ export declare const API_VERSION = "1.0.21";
@@ -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";
5
+ exports.API_VERSION = "1.0.21";
@@ -101,6 +101,10 @@ export type X4Thruster = {
101
101
  * @category Controls
102
102
  */
103
103
  export type X4DriveCommand = {
104
+ /**
105
+ * Flag dictating if rosbag recording should be active.
106
+ */
107
+ rosbag?: boolean;
104
108
  /**
105
109
  * The reference frame for the drive command, which can be used to specify the coordinate system in which the command is issued.
106
110
  * This allows the user to control the vehicle's movement in a specific frame of reference. The value must correspond to a valid reference frame in the system (mac address of a camera or camera head).
@@ -656,6 +660,7 @@ export type X4MediaSession = {
656
660
  * @category Core
657
661
  */
658
662
  export type X4 = {
663
+ rosbag?: boolean;
659
664
  /**
660
665
  * A record of network devices associated with the X4 vehicle. They are identified by their unique MAC address.
661
666
  * Each device contains properties such as model, IP address, software version, hardware version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deeptrekker/api-domain",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
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": {