@deeptrekker/api-domain 1.0.29-cp-probe-support.0 → 1.0.29-cp-probe-support.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.
@@ -1 +1 @@
1
- export declare const API_VERSION = "1.0.29-cp-probe-support.0";
1
+ export declare const API_VERSION = "1.0.29-cp-probe-support.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.29-cp-probe-support.0";
5
+ exports.API_VERSION = "1.0.29-cp-probe-support.1";
@@ -831,5 +831,5 @@ export type X4 = {
831
831
  /**
832
832
  * Raw string from the cp probe, to be displayed on screen
833
833
  */
834
- cpProbeReading?: string;
834
+ cpProbe?: string;
835
835
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deeptrekker/api-domain",
3
- "version": "1.0.29-cp-probe-support.0",
3
+ "version": "1.0.29-cp-probe-support.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": {