@neuracore/types 11.7.0-main.128.1 → 11.7.0
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.
- package/dist/neuracore_types.d.ts +1 -25
- package/dist/neuracore_types.js +2 -14
- package/package.json +2 -1
|
@@ -1461,19 +1461,6 @@ export interface PoseData {
|
|
|
1461
1461
|
type: Type15;
|
|
1462
1462
|
pose: unknown[];
|
|
1463
1463
|
}
|
|
1464
|
-
/**
|
|
1465
|
-
* Result when a recording fails a QA check.
|
|
1466
|
-
*/
|
|
1467
|
-
export interface QAFailureResult {
|
|
1468
|
-
passed: false;
|
|
1469
|
-
reason: QAFailureReason;
|
|
1470
|
-
}
|
|
1471
|
-
/**
|
|
1472
|
-
* Result when a recording passes a QA check.
|
|
1473
|
-
*/
|
|
1474
|
-
export interface QAPassResult {
|
|
1475
|
-
passed: true;
|
|
1476
|
-
}
|
|
1477
1464
|
/**
|
|
1478
1465
|
* RGB camera data subclass.
|
|
1479
1466
|
*
|
|
@@ -2238,8 +2225,7 @@ export declare enum Type13 {
|
|
|
2238
2225
|
*/
|
|
2239
2226
|
export declare enum RecordingStatus {
|
|
2240
2227
|
NORMAL = "NORMAL",
|
|
2241
|
-
FLAGGED = "FLAGGED"
|
|
2242
|
-
QA_FLAGGED = "QA_FLAGGED"
|
|
2228
|
+
FLAGGED = "FLAGGED"
|
|
2243
2229
|
}
|
|
2244
2230
|
/**
|
|
2245
2231
|
* Pending recording status.
|
|
@@ -2259,16 +2245,6 @@ export declare enum Type14 {
|
|
|
2259
2245
|
export declare enum Type15 {
|
|
2260
2246
|
PoseData = "PoseData"
|
|
2261
2247
|
}
|
|
2262
|
-
/**
|
|
2263
|
-
* Reasons why a recording can fail QA.
|
|
2264
|
-
*/
|
|
2265
|
-
export declare enum QAFailureReason {
|
|
2266
|
-
LARGE_GAPS = "LARGE_GAPS",
|
|
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"
|
|
2271
|
-
}
|
|
2272
2248
|
export declare enum Type16 {
|
|
2273
2249
|
RGBCameraData = "RGBCameraData"
|
|
2274
2250
|
}
|
package/dist/neuracore_types.js
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
/* Do not modify it by hand - just update the pydantic models and then re-run the script
|
|
7
7
|
*/
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.
|
|
10
|
-
exports.GPUType2 = exports.TrainingJobStatus = exports.SynchronizeRecordingStatus1 = exports.SynchronizeRecordingStatus = exports.RecordingNotificationType =
|
|
9
|
+
exports.RecordingDataTraceStatus1 = exports.Type16 = exports.Type15 = exports.Type14 = exports.PendingRecordingStatus = exports.RecordingStatus = exports.Type13 = exports.VideoFormat = exports.Type12 = exports.Type11 = exports.Type10 = exports.Type9 = exports.Type8 = exports.Type7 = exports.Type6 = exports.MessageType = exports.GPUType1 = exports.EndpointStatus = exports.Type5 = exports.Type4 = exports.Type3 = exports.GPUType = exports.DatasetStatisticsJobStatus = exports.DatasetTypeConfig = exports.Type2 = exports.IntrinsicsConfig = exports.PoseConfig1 = exports.ActionSpaceConfig = exports.ActionTypeConfig = exports.JointPositionInputTypeConfig = exports.VisualJointInputTypeConfig = exports.LanguageConfig = exports.EndEffectorPoseInputTypeConfig = exports.Frame = exports.AngleConfig1 = exports.EulerOrderConfig = exports.QuaternionOrderConfig = exports.RotationConfig = exports.PoseConfig = exports.DistanceUnitsConfig = exports.TorqueUnitsConfig = exports.AngleConfig = exports.ImageChannelOrderConfig = exports.ImageConventionConfig = exports.Type1 = exports.Type = exports.RecordingDataTraceStatus = exports.RobotAvailabilityEventType1 = exports.RobotAvailabilityEventType = exports.DataType = void 0;
|
|
10
|
+
exports.GPUType2 = exports.TrainingJobStatus = exports.SynchronizeRecordingStatus1 = exports.SynchronizeRecordingStatus = exports.RecordingNotificationType = void 0;
|
|
11
11
|
/**
|
|
12
12
|
* Enumeration of supported data types in the Neuracore system.
|
|
13
13
|
*
|
|
@@ -382,7 +382,6 @@ var RecordingStatus;
|
|
|
382
382
|
(function (RecordingStatus) {
|
|
383
383
|
RecordingStatus["NORMAL"] = "NORMAL";
|
|
384
384
|
RecordingStatus["FLAGGED"] = "FLAGGED";
|
|
385
|
-
RecordingStatus["QA_FLAGGED"] = "QA_FLAGGED";
|
|
386
385
|
})(RecordingStatus || (exports.RecordingStatus = RecordingStatus = {}));
|
|
387
386
|
/**
|
|
388
387
|
* Pending recording status.
|
|
@@ -405,17 +404,6 @@ var Type15;
|
|
|
405
404
|
(function (Type15) {
|
|
406
405
|
Type15["PoseData"] = "PoseData";
|
|
407
406
|
})(Type15 || (exports.Type15 = Type15 = {}));
|
|
408
|
-
/**
|
|
409
|
-
* Reasons why a recording can fail QA.
|
|
410
|
-
*/
|
|
411
|
-
var QAFailureReason;
|
|
412
|
-
(function (QAFailureReason) {
|
|
413
|
-
QAFailureReason["LARGE_GAPS"] = "LARGE_GAPS";
|
|
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";
|
|
418
|
-
})(QAFailureReason || (exports.QAFailureReason = QAFailureReason = {}));
|
|
419
407
|
var Type16;
|
|
420
408
|
(function (Type16) {
|
|
421
409
|
Type16["RGBCameraData"] = "RGBCameraData";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neuracore/types",
|
|
3
|
-
"version": "11.7.0
|
|
3
|
+
"version": "11.7.0",
|
|
4
4
|
"description": "Shared TypeScript type definitions for Neuracore robotics platform",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"typescript": "^5.3.0",
|
|
29
29
|
"grpc-tools": "^1.13.0"
|
|
30
|
+
|
|
30
31
|
},
|
|
31
32
|
"publishConfig": {
|
|
32
33
|
"access": "public"
|