@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 CHANGED
@@ -785,7 +785,7 @@ function defaultPathSerializer(pathname, pathParams) {
785
785
  return nextURL;
786
786
  }
787
787
 
788
- var version = "1.5271.1";
788
+ var version = "1.5273.1";
789
789
 
790
790
  const querySerializer = createQuerySerializer();
791
791
  class Fetcher {
package/dist/index.esm.js CHANGED
@@ -783,7 +783,7 @@ function defaultPathSerializer(pathname, pathParams) {
783
783
  return nextURL;
784
784
  }
785
785
 
786
- var version = "1.5271.1";
786
+ var version = "1.5273.1";
787
787
 
788
788
  const querySerializer = createQuerySerializer();
789
789
  class Fetcher {
@@ -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"]["AirspaceRestrictionState"];
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"]["AirspaceRestrictionState"];
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"]["AirspaceRestrictionState"][];
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. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.5271.1",
3
+ "version": "1.5273.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",