@wandelbots/nova-api 26.6.0-dev.79 → 26.6.0-dev.80

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.
@@ -3823,6 +3823,10 @@ interface PlanCollisionFreeRequest {
3823
3823
  */
3824
3824
  interface PlanCollisionFreeResponse {
3825
3825
  'response': PlanCollisionFreeResponseResponse;
3826
+ /**
3827
+ * The motion commands that produced the trajectory.
3828
+ */
3829
+ 'motion_commands'?: Array<MotionCommand>;
3826
3830
  }
3827
3831
  /**
3828
3832
  * @type PlanCollisionFreeResponseResponse
@@ -3823,6 +3823,10 @@ interface PlanCollisionFreeRequest {
3823
3823
  */
3824
3824
  interface PlanCollisionFreeResponse {
3825
3825
  'response': PlanCollisionFreeResponseResponse;
3826
+ /**
3827
+ * The motion commands that produced the trajectory.
3828
+ */
3829
+ 'motion_commands'?: Array<MotionCommand>;
3826
3830
  }
3827
3831
  /**
3828
3832
  * @type PlanCollisionFreeResponseResponse
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "26.6.0-dev.79",
3
+ "version": "26.6.0-dev.80",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "type": "module",
6
6
  "files": [