@volant-autonomy/via-sdk 1.5271.1 → 1.5273.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 +8 -8
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -1212,11 +1212,6 @@ export interface components {
|
|
|
1212
1212
|
*/
|
|
1213
1213
|
state: components["schemas"]["AirspaceConstraintState"];
|
|
1214
1214
|
};
|
|
1215
|
-
/**
|
|
1216
|
-
* AirspaceRestrictionState
|
|
1217
|
-
* @enum {string}
|
|
1218
|
-
*/
|
|
1219
|
-
AirspaceRestrictionState: "Accepted" | "Closed" | "Draft" | "Pending";
|
|
1220
1215
|
/** Altitude */
|
|
1221
1216
|
"Altitude-Input": {
|
|
1222
1217
|
/**
|
|
@@ -2036,7 +2031,7 @@ export interface components {
|
|
|
2036
2031
|
*
|
|
2037
2032
|
* - 'Closed' Flightplan is no longer valid and cannot be modified or submitted for accepted state.
|
|
2038
2033
|
*/
|
|
2039
|
-
state: components["schemas"]["
|
|
2034
|
+
state: components["schemas"]["FlightplanState"];
|
|
2040
2035
|
};
|
|
2041
2036
|
/**
|
|
2042
2037
|
* FlightplanResponse
|
|
@@ -2059,6 +2054,11 @@ export interface components {
|
|
|
2059
2054
|
meta: components["schemas"]["FlightplanMeta"];
|
|
2060
2055
|
attributes: components["schemas"]["Flightplan-Output"];
|
|
2061
2056
|
};
|
|
2057
|
+
/**
|
|
2058
|
+
* FlightplanState
|
|
2059
|
+
* @enum {string}
|
|
2060
|
+
*/
|
|
2061
|
+
FlightplanState: "Accepted" | "Closed" | "Pending" | "Draft";
|
|
2062
2062
|
/** FlightplanVolume4D */
|
|
2063
2063
|
FlightplanVolume4D: {
|
|
2064
2064
|
volume: components["schemas"]["Volume3D-Output"];
|
|
@@ -3827,7 +3827,7 @@ export interface components {
|
|
|
3827
3827
|
*
|
|
3828
3828
|
* - 'Closed' Flightplan is no longer valid and cannot be modified or submitted for accepted state.
|
|
3829
3829
|
*/
|
|
3830
|
-
state: components["schemas"]["
|
|
3830
|
+
state: components["schemas"]["FlightplanState"];
|
|
3831
3831
|
};
|
|
3832
3832
|
/** StatisticsAttributes */
|
|
3833
3833
|
StatisticsAttributes: {
|
|
@@ -4749,7 +4749,7 @@ export interface operations {
|
|
|
4749
4749
|
parameters: {
|
|
4750
4750
|
query?: {
|
|
4751
4751
|
/** @description Filter results by specified states. */
|
|
4752
|
-
"filter[state]"?: components["schemas"]["
|
|
4752
|
+
"filter[state]"?: components["schemas"]["FlightplanState"][];
|
|
4753
4753
|
/** @description Filter results by specified chart. */
|
|
4754
4754
|
"filter[chart_id]"?: string | null;
|
|
4755
4755
|
/** @description Filter results by the specified substring for the title field. Matching is case insensitive and the substring may occur at any point in the field. */
|