@neuracore/types 6.5.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
- TCP = "TCP",
1506
+ END_EFFECTOR = "END_EFFECTOR",
1507
1507
  CUSTOM = "CUSTOM"
1508
1508
  }
1509
1509
  export declare enum Type2 {
@@ -145,7 +145,7 @@ var VisualJointTypeConfig;
145
145
  */
146
146
  var JointPositionTypeConfig;
147
147
  (function (JointPositionTypeConfig) {
148
- JointPositionTypeConfig["TCP"] = "TCP";
148
+ JointPositionTypeConfig["END_EFFECTOR"] = "END_EFFECTOR";
149
149
  JointPositionTypeConfig["CUSTOM"] = "CUSTOM";
150
150
  })(JointPositionTypeConfig || (exports.JointPositionTypeConfig = JointPositionTypeConfig = {}));
151
151
  var Type2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neuracore/types",
3
- "version": "6.5.0",
3
+ "version": "6.5.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",