@volant-autonomy/via-sdk 1.2875.1 → 1.2895.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/volant-schema.d.ts +28 -32
- package/package.json +1 -1
package/dist/volant-schema.d.ts
CHANGED
|
@@ -1182,17 +1182,15 @@ export interface components {
|
|
|
1182
1182
|
FlightplanMeta: {
|
|
1183
1183
|
/** @description State of a flightplan.
|
|
1184
1184
|
*
|
|
1185
|
-
* - 'Draft' Flightplan is in preparation for submission to accepted state. Modifications and
|
|
1186
|
-
*
|
|
1185
|
+
* - 'Draft' Flightplan is in preparation for submission to accepted state. Modifications and inspections can be
|
|
1186
|
+
* made to the flightplan prior to submission for accepted state.
|
|
1187
1187
|
*
|
|
1188
1188
|
* - 'Pending' Flightplan draft has been marked as ready for review.
|
|
1189
1189
|
*
|
|
1190
|
-
* - 'Accepted' Flightplan is validated as deconflicted, and is registered as an accepted
|
|
1191
|
-
*
|
|
1192
|
-
* associated with this flightplan.
|
|
1190
|
+
* - 'Accepted' Flightplan is validated as deconflicted, and is registered as an accepted flight in the database.
|
|
1191
|
+
* Subsequent flight plans will be deconflicted against the volumes associated with this flightplan.
|
|
1193
1192
|
*
|
|
1194
|
-
* - 'Closed' Flightplan is no longer valid and cannot be modified or submitted for accepted
|
|
1195
|
-
* state.
|
|
1193
|
+
* - 'Closed' Flightplan is no longer valid and cannot be modified or submitted for accepted state.
|
|
1196
1194
|
* */
|
|
1197
1195
|
state: components["schemas"]["AirspaceRestrictionState"];
|
|
1198
1196
|
};
|
|
@@ -1320,8 +1318,8 @@ export interface components {
|
|
|
1320
1318
|
* Type
|
|
1321
1319
|
* @description The type of a Pathing Checkpoint
|
|
1322
1320
|
*
|
|
1323
|
-
*
|
|
1324
|
-
*
|
|
1321
|
+
* - `START`: The beginning of a Pathing Task
|
|
1322
|
+
* - `GOTO` : Fly to and directly pass through a location under certain parameters
|
|
1325
1323
|
*
|
|
1326
1324
|
* @constant
|
|
1327
1325
|
* @enum {string}
|
|
@@ -1344,8 +1342,8 @@ export interface components {
|
|
|
1344
1342
|
* Type
|
|
1345
1343
|
* @description The type of a `Waypoint`
|
|
1346
1344
|
*
|
|
1347
|
-
*
|
|
1348
|
-
*
|
|
1345
|
+
* - `START`: The beginning of a `Flightplan`
|
|
1346
|
+
* - `GOTO` : Fly to and directly pass through a location under certain parameters
|
|
1349
1347
|
*
|
|
1350
1348
|
* @constant
|
|
1351
1349
|
* @enum {string}
|
|
@@ -1369,8 +1367,8 @@ export interface components {
|
|
|
1369
1367
|
* Type
|
|
1370
1368
|
* @description The type of a `Waypoint`
|
|
1371
1369
|
*
|
|
1372
|
-
*
|
|
1373
|
-
*
|
|
1370
|
+
* - `START`: The beginning of a `Flightplan`
|
|
1371
|
+
* - `GOTO` : Fly to and directly pass through a location under certain parameters
|
|
1374
1372
|
*
|
|
1375
1373
|
* @constant
|
|
1376
1374
|
* @enum {string}
|
|
@@ -1386,8 +1384,8 @@ export interface components {
|
|
|
1386
1384
|
* Type
|
|
1387
1385
|
* @description The type of a `Waypoint`
|
|
1388
1386
|
*
|
|
1389
|
-
*
|
|
1390
|
-
*
|
|
1387
|
+
* - `START`: The beginning of a `Flightplan`
|
|
1388
|
+
* - `GOTO` : Fly to and directly pass through a location under certain parameters
|
|
1391
1389
|
*
|
|
1392
1390
|
* @constant
|
|
1393
1391
|
* @enum {string}
|
|
@@ -1761,10 +1759,10 @@ export interface components {
|
|
|
1761
1759
|
PathingTaskMeta: {
|
|
1762
1760
|
/** @description State of a pathing task.
|
|
1763
1761
|
*
|
|
1764
|
-
*
|
|
1765
|
-
*
|
|
1766
|
-
*
|
|
1767
|
-
*
|
|
1762
|
+
* - 'queued' The pathing task is waiting to be calculated.
|
|
1763
|
+
* - 'in-progress' The pathing task is being calculated.
|
|
1764
|
+
* - 'successful' The pathing task is complete and the waypoints that make up the risk-minimised and de-conflicted path are available.
|
|
1765
|
+
* - 'failed' The pathing task failed, a path is unachievable. */
|
|
1768
1766
|
state: components["schemas"]["PathingTaskState"];
|
|
1769
1767
|
/**
|
|
1770
1768
|
* Error Code
|
|
@@ -2189,8 +2187,8 @@ export interface components {
|
|
|
2189
2187
|
* Type
|
|
2190
2188
|
* @description The type of a Pathing Checkpoint
|
|
2191
2189
|
*
|
|
2192
|
-
*
|
|
2193
|
-
*
|
|
2190
|
+
* - `START`: The beginning of a Pathing Task
|
|
2191
|
+
* - `GOTO` : Fly to and directly pass through a location under certain parameters
|
|
2194
2192
|
*
|
|
2195
2193
|
* @constant
|
|
2196
2194
|
* @enum {string}
|
|
@@ -2207,8 +2205,8 @@ export interface components {
|
|
|
2207
2205
|
* Type
|
|
2208
2206
|
* @description The type of a `Waypoint`
|
|
2209
2207
|
*
|
|
2210
|
-
*
|
|
2211
|
-
*
|
|
2208
|
+
* - `START`: The beginning of a `Flightplan`
|
|
2209
|
+
* - `GOTO` : Fly to and directly pass through a location under certain parameters
|
|
2212
2210
|
*
|
|
2213
2211
|
* @constant
|
|
2214
2212
|
* @enum {string}
|
|
@@ -2222,8 +2220,8 @@ export interface components {
|
|
|
2222
2220
|
* Type
|
|
2223
2221
|
* @description The type of a `Waypoint`
|
|
2224
2222
|
*
|
|
2225
|
-
*
|
|
2226
|
-
*
|
|
2223
|
+
* - `START`: The beginning of a `Flightplan`
|
|
2224
|
+
* - `GOTO` : Fly to and directly pass through a location under certain parameters
|
|
2227
2225
|
*
|
|
2228
2226
|
* @constant
|
|
2229
2227
|
* @enum {string}
|
|
@@ -2255,17 +2253,15 @@ export interface components {
|
|
|
2255
2253
|
StateRequest: {
|
|
2256
2254
|
/** @description State of a flightplan.
|
|
2257
2255
|
*
|
|
2258
|
-
* - 'Draft' Flightplan is in preparation for submission to accepted state. Modifications and
|
|
2259
|
-
*
|
|
2256
|
+
* - 'Draft' Flightplan is in preparation for submission to accepted state. Modifications and inspections can be
|
|
2257
|
+
* made to the flightplan prior to submission for accepted state.
|
|
2260
2258
|
*
|
|
2261
2259
|
* - 'Pending' Flightplan draft has been marked as ready for review.
|
|
2262
2260
|
*
|
|
2263
|
-
* - 'Accepted' Flightplan is validated as deconflicted, and is registered as an accepted
|
|
2264
|
-
*
|
|
2265
|
-
* associated with this flightplan.
|
|
2261
|
+
* - 'Accepted' Flightplan is validated as deconflicted, and is registered as an accepted flight in the database.
|
|
2262
|
+
* Subsequent flight plans will be deconflicted against the volumes associated with this flightplan.
|
|
2266
2263
|
*
|
|
2267
|
-
* - 'Closed' Flightplan is no longer valid and cannot be modified or submitted for accepted
|
|
2268
|
-
* state.
|
|
2264
|
+
* - 'Closed' Flightplan is no longer valid and cannot be modified or submitted for accepted state.
|
|
2269
2265
|
* */
|
|
2270
2266
|
state: components["schemas"]["AirspaceRestrictionState"];
|
|
2271
2267
|
};
|