@neuracore/types 11.5.0-main.121.1 → 11.5.0-main.124.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.
@@ -2264,7 +2264,10 @@ export declare enum Type15 {
2264
2264
  */
2265
2265
  export declare enum QAFailureReason {
2266
2266
  LARGE_GAPS = "LARGE_GAPS",
2267
- INCONSISTENT_START_TIME = "INCONSISTENT_START_TIME"
2267
+ INCONSISTENT_START_TIME = "INCONSISTENT_START_TIME",
2268
+ INCONSISTENT_END_TIME = "INCONSISTENT_END_TIME",
2269
+ TOO_FEW_POINTS = "TOO_FEW_POINTS",
2270
+ LOW_COVERAGE = "LOW_COVERAGE"
2268
2271
  }
2269
2272
  export declare enum Type16 {
2270
2273
  RGBCameraData = "RGBCameraData"
@@ -412,6 +412,9 @@ var QAFailureReason;
412
412
  (function (QAFailureReason) {
413
413
  QAFailureReason["LARGE_GAPS"] = "LARGE_GAPS";
414
414
  QAFailureReason["INCONSISTENT_START_TIME"] = "INCONSISTENT_START_TIME";
415
+ QAFailureReason["INCONSISTENT_END_TIME"] = "INCONSISTENT_END_TIME";
416
+ QAFailureReason["TOO_FEW_POINTS"] = "TOO_FEW_POINTS";
417
+ QAFailureReason["LOW_COVERAGE"] = "LOW_COVERAGE";
415
418
  })(QAFailureReason || (exports.QAFailureReason = QAFailureReason = {}));
416
419
  var Type16;
417
420
  (function (Type16) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neuracore/types",
3
- "version": "11.5.0-main.121.1",
3
+ "version": "11.5.0-main.124.1",
4
4
  "description": "Shared TypeScript type definitions for Neuracore robotics platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",