@neuracore/types 6.2.1 → 6.3.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 +19 -0
- package/dist/neuracore_types.js +9 -1
- package/package.json +1 -1
|
@@ -189,6 +189,7 @@ export interface DataFormat {
|
|
|
189
189
|
language_type?: LanguageConfig;
|
|
190
190
|
normalize?: NormalizeConfig | null;
|
|
191
191
|
visual_joint_type?: VisualJointTypeConfig;
|
|
192
|
+
joint_position_type?: JointPositionTypeConfig;
|
|
192
193
|
[k: string]: unknown;
|
|
193
194
|
}
|
|
194
195
|
/**
|
|
@@ -326,6 +327,7 @@ export interface DataFormat1 {
|
|
|
326
327
|
language_type?: LanguageConfig;
|
|
327
328
|
normalize?: NormalizeConfig | null;
|
|
328
329
|
visual_joint_type?: VisualJointTypeConfig;
|
|
330
|
+
joint_position_type?: JointPositionTypeConfig;
|
|
329
331
|
[k: string]: unknown;
|
|
330
332
|
}
|
|
331
333
|
/**
|
|
@@ -354,6 +356,7 @@ export interface DataFormat2 {
|
|
|
354
356
|
language_type?: LanguageConfig;
|
|
355
357
|
normalize?: NormalizeConfig | null;
|
|
356
358
|
visual_joint_type?: VisualJointTypeConfig;
|
|
359
|
+
joint_position_type?: JointPositionTypeConfig;
|
|
357
360
|
[k: string]: unknown;
|
|
358
361
|
}
|
|
359
362
|
/**
|
|
@@ -382,6 +385,7 @@ export interface DataFormat3 {
|
|
|
382
385
|
language_type?: LanguageConfig;
|
|
383
386
|
normalize?: NormalizeConfig | null;
|
|
384
387
|
visual_joint_type?: VisualJointTypeConfig;
|
|
388
|
+
joint_position_type?: JointPositionTypeConfig;
|
|
385
389
|
[k: string]: unknown;
|
|
386
390
|
}
|
|
387
391
|
/**
|
|
@@ -410,6 +414,7 @@ export interface DataFormat4 {
|
|
|
410
414
|
language_type?: LanguageConfig;
|
|
411
415
|
normalize?: NormalizeConfig | null;
|
|
412
416
|
visual_joint_type?: VisualJointTypeConfig;
|
|
417
|
+
joint_position_type?: JointPositionTypeConfig;
|
|
413
418
|
[k: string]: unknown;
|
|
414
419
|
}
|
|
415
420
|
/**
|
|
@@ -438,6 +443,7 @@ export interface DataFormat5 {
|
|
|
438
443
|
language_type?: LanguageConfig;
|
|
439
444
|
normalize?: NormalizeConfig | null;
|
|
440
445
|
visual_joint_type?: VisualJointTypeConfig;
|
|
446
|
+
joint_position_type?: JointPositionTypeConfig;
|
|
441
447
|
[k: string]: unknown;
|
|
442
448
|
}
|
|
443
449
|
/**
|
|
@@ -466,6 +472,7 @@ export interface DataFormat6 {
|
|
|
466
472
|
language_type?: LanguageConfig;
|
|
467
473
|
normalize?: NormalizeConfig | null;
|
|
468
474
|
visual_joint_type?: VisualJointTypeConfig;
|
|
475
|
+
joint_position_type?: JointPositionTypeConfig;
|
|
469
476
|
[k: string]: unknown;
|
|
470
477
|
}
|
|
471
478
|
/**
|
|
@@ -494,6 +501,7 @@ export interface DataFormat7 {
|
|
|
494
501
|
language_type?: LanguageConfig;
|
|
495
502
|
normalize?: NormalizeConfig | null;
|
|
496
503
|
visual_joint_type?: VisualJointTypeConfig;
|
|
504
|
+
joint_position_type?: JointPositionTypeConfig;
|
|
497
505
|
[k: string]: unknown;
|
|
498
506
|
}
|
|
499
507
|
/**
|
|
@@ -522,6 +530,7 @@ export interface DataFormat8 {
|
|
|
522
530
|
language_type?: LanguageConfig;
|
|
523
531
|
normalize?: NormalizeConfig | null;
|
|
524
532
|
visual_joint_type?: VisualJointTypeConfig;
|
|
533
|
+
joint_position_type?: JointPositionTypeConfig;
|
|
525
534
|
[k: string]: unknown;
|
|
526
535
|
}
|
|
527
536
|
/**
|
|
@@ -550,6 +559,7 @@ export interface DataFormat9 {
|
|
|
550
559
|
language_type?: LanguageConfig;
|
|
551
560
|
normalize?: NormalizeConfig | null;
|
|
552
561
|
visual_joint_type?: VisualJointTypeConfig;
|
|
562
|
+
joint_position_type?: JointPositionTypeConfig;
|
|
553
563
|
[k: string]: unknown;
|
|
554
564
|
}
|
|
555
565
|
/**
|
|
@@ -578,6 +588,7 @@ export interface DataFormat10 {
|
|
|
578
588
|
language_type?: LanguageConfig;
|
|
579
589
|
normalize?: NormalizeConfig | null;
|
|
580
590
|
visual_joint_type?: VisualJointTypeConfig;
|
|
591
|
+
joint_position_type?: JointPositionTypeConfig;
|
|
581
592
|
[k: string]: unknown;
|
|
582
593
|
}
|
|
583
594
|
/**
|
|
@@ -893,6 +904,7 @@ export interface DataFormat11 {
|
|
|
893
904
|
language_type?: LanguageConfig;
|
|
894
905
|
normalize?: NormalizeConfig | null;
|
|
895
906
|
visual_joint_type?: VisualJointTypeConfig;
|
|
907
|
+
joint_position_type?: JointPositionTypeConfig;
|
|
896
908
|
[k: string]: unknown;
|
|
897
909
|
}
|
|
898
910
|
/**
|
|
@@ -1463,6 +1475,13 @@ export declare enum VisualJointTypeConfig {
|
|
|
1463
1475
|
GRIPPER = "GRIPPER",
|
|
1464
1476
|
CUSTOM = "CUSTOM"
|
|
1465
1477
|
}
|
|
1478
|
+
/**
|
|
1479
|
+
* Types of joint positions.
|
|
1480
|
+
*/
|
|
1481
|
+
export declare enum JointPositionTypeConfig {
|
|
1482
|
+
TCP = "TCP",
|
|
1483
|
+
CUSTOM = "CUSTOM"
|
|
1484
|
+
}
|
|
1466
1485
|
export declare enum Type2 {
|
|
1467
1486
|
Custom1DDataStats = "Custom1DDataStats"
|
|
1468
1487
|
}
|
package/dist/neuracore_types.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
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.GPUType1 = exports.TrainingJobStatus = exports.RecordingNotificationType = exports.RecordingDataTraceStatus = exports.Type16 = exports.Type15 = exports.Type14 = exports.RecordingUploadMethod = 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.Type5 = exports.Type4 = exports.Type3 = exports.GPUType = exports.DatasetTypeConfig = exports.Type2 = exports.VisualJointTypeConfig = exports.LanguageConfig = 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.DataType = void 0;
|
|
9
|
+
exports.GPUType1 = exports.TrainingJobStatus = exports.RecordingNotificationType = exports.RecordingDataTraceStatus = exports.Type16 = exports.Type15 = exports.Type14 = exports.RecordingUploadMethod = 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.Type5 = exports.Type4 = exports.Type3 = exports.GPUType = exports.DatasetTypeConfig = exports.Type2 = exports.JointPositionTypeConfig = exports.VisualJointTypeConfig = exports.LanguageConfig = 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.DataType = void 0;
|
|
10
10
|
/**
|
|
11
11
|
* Enumeration of supported data types in the Neuracore system.
|
|
12
12
|
*
|
|
@@ -140,6 +140,14 @@ var VisualJointTypeConfig;
|
|
|
140
140
|
VisualJointTypeConfig["GRIPPER"] = "GRIPPER";
|
|
141
141
|
VisualJointTypeConfig["CUSTOM"] = "CUSTOM";
|
|
142
142
|
})(VisualJointTypeConfig || (exports.VisualJointTypeConfig = VisualJointTypeConfig = {}));
|
|
143
|
+
/**
|
|
144
|
+
* Types of joint positions.
|
|
145
|
+
*/
|
|
146
|
+
var JointPositionTypeConfig;
|
|
147
|
+
(function (JointPositionTypeConfig) {
|
|
148
|
+
JointPositionTypeConfig["TCP"] = "TCP";
|
|
149
|
+
JointPositionTypeConfig["CUSTOM"] = "CUSTOM";
|
|
150
|
+
})(JointPositionTypeConfig || (exports.JointPositionTypeConfig = JointPositionTypeConfig = {}));
|
|
143
151
|
var Type2;
|
|
144
152
|
(function (Type2) {
|
|
145
153
|
Type2["Custom1DDataStats"] = "Custom1DDataStats";
|