@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 +1 -1
- package/v1/api.d.ts +1 -1
- package/v1/api.ts +1 -1
package/package.json
CHANGED
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'
|
|
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'
|
|
4551
|
+
'response': PlanTrajectoryResponseResponse;
|
|
4552
4552
|
}
|
|
4553
4553
|
/**
|
|
4554
4554
|
* @type PlanTrajectoryResponseResponse
|