@volant-autonomy/via-sdk 1.4310.1 → 1.4324.1
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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/volant-schema.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -2444,7 +2444,7 @@ export interface components {
|
|
|
2444
2444
|
volume_settings?: components["schemas"]["VolumeSettings"];
|
|
2445
2445
|
/**
|
|
2446
2446
|
* Checkpoints
|
|
2447
|
-
* @description Points defining the Pathing Task that must be passed through along with flight parameters and settings for pathing. The first checkpoint must be of type:
|
|
2447
|
+
* @description Points defining the Pathing Task that must be passed through along with flight parameters and settings for pathing. The first checkpoint must be of type: PathingCheckpointType.START and only occur once
|
|
2448
2448
|
*/
|
|
2449
2449
|
checkpoints: (components["schemas"]["StartPathingCheckpoint"] | components["schemas"]["GotoPathingCheckpoint"])[];
|
|
2450
2450
|
};
|