@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "25.8.0-dev.15",
3
+ "version": "25.8.0-dev.16",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "files": [
6
6
  "*",
package/v2/api.d.ts CHANGED
@@ -2808,6 +2808,12 @@ export interface LimitSet {
2808
2808
  * @memberof LimitSet
2809
2809
  */
2810
2810
  'flange'?: CartesianLimits;
2811
+ /**
2812
+ *
2813
+ * @type {JointLimits}
2814
+ * @memberof LimitSet
2815
+ */
2816
+ 'coupled_shoulder_elbow_joint'?: JointLimits;
2811
2817
  }
2812
2818
  /**
2813
2819
  * If a limit is not set, the default value will be used.