@wandelbots/nova-api 25.3.0-dev.32 → 25.3.0-dev.34

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.3.0-dev.32",
3
+ "version": "25.3.0-dev.34",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "files": [
6
6
  "*",
package/v1/api.d.ts CHANGED
@@ -4472,7 +4472,7 @@ export interface PlanTrajectoryResponse {
4472
4472
  * @type {PlanTrajectoryResponseResponse}
4473
4473
  * @memberof PlanTrajectoryResponse
4474
4474
  */
4475
- 'response'?: PlanTrajectoryResponseResponse;
4475
+ 'response': PlanTrajectoryResponseResponse;
4476
4476
  }
4477
4477
  /**
4478
4478
  * @type PlanTrajectoryResponseResponse
package/v1/api.ts CHANGED
@@ -4548,7 +4548,7 @@ export interface PlanTrajectoryResponse {
4548
4548
  * @type {PlanTrajectoryResponseResponse}
4549
4549
  * @memberof PlanTrajectoryResponse
4550
4550
  */
4551
- 'response'?: PlanTrajectoryResponseResponse;
4551
+ 'response': PlanTrajectoryResponseResponse;
4552
4552
  }
4553
4553
  /**
4554
4554
  * @type PlanTrajectoryResponseResponse