@neuracore/types 6.4.0 → 6.5.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.
|
@@ -1503,7 +1503,7 @@ export declare enum VisualJointTypeConfig {
|
|
|
1503
1503
|
* Types of joint positions.
|
|
1504
1504
|
*/
|
|
1505
1505
|
export declare enum JointPositionTypeConfig {
|
|
1506
|
-
|
|
1506
|
+
END_EFFECTOR = "END_EFFECTOR",
|
|
1507
1507
|
CUSTOM = "CUSTOM"
|
|
1508
1508
|
}
|
|
1509
1509
|
export declare enum Type2 {
|
package/dist/neuracore_types.js
CHANGED
|
@@ -145,7 +145,7 @@ var VisualJointTypeConfig;
|
|
|
145
145
|
*/
|
|
146
146
|
var JointPositionTypeConfig;
|
|
147
147
|
(function (JointPositionTypeConfig) {
|
|
148
|
-
JointPositionTypeConfig["
|
|
148
|
+
JointPositionTypeConfig["END_EFFECTOR"] = "END_EFFECTOR";
|
|
149
149
|
JointPositionTypeConfig["CUSTOM"] = "CUSTOM";
|
|
150
150
|
})(JointPositionTypeConfig || (exports.JointPositionTypeConfig = JointPositionTypeConfig = {}));
|
|
151
151
|
var Type2;
|