@wandelbots/nova-api 25.8.0-dev.15 → 25.8.0-dev.16

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/v2/api.ts CHANGED
@@ -2920,6 +2920,12 @@ export interface LimitSet {
2920
2920
  * @memberof LimitSet
2921
2921
  */
2922
2922
  'flange'?: CartesianLimits;
2923
+ /**
2924
+ *
2925
+ * @type {JointLimits}
2926
+ * @memberof LimitSet
2927
+ */
2928
+ 'coupled_shoulder_elbow_joint'?: JointLimits;
2923
2929
  }
2924
2930
  /**
2925
2931
  * If a limit is not set, the default value will be used.