@volant-autonomy/via-sdk 1.3947.1 → 1.3956.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/direct.d.ts CHANGED
@@ -720,7 +720,7 @@ export declare class Direct {
720
720
  aborted: true;
721
721
  } : never) | {
722
722
  data: {
723
- attributes: import("./volant-schema").components["schemas"]["JarusV2_5ResidualArcAttributes"];
723
+ attributes: import("./volant-schema").components["schemas"]["JarusV25ResidualArcAttributes"];
724
724
  id: "arc-a" | "arc-b" | "arc-c" | "arc-d";
725
725
  };
726
726
  error?: never;
@@ -1043,7 +1043,7 @@ export declare class Direct {
1043
1043
  data: {
1044
1044
  id: string;
1045
1045
  type?: "sora_classification";
1046
- attributes: import("./volant-schema").components["schemas"]["JarusV2_5SoraClassification-Output"] | import("./volant-schema").components["schemas"]["UkSoraClassification-Output"];
1046
+ attributes: import("./volant-schema").components["schemas"]["JarusV25SoraClassification-Output"] | import("./volant-schema").components["schemas"]["UkSoraClassification-Output"];
1047
1047
  };
1048
1048
  error?: never;
1049
1049
  response: Response;
@@ -1073,7 +1073,7 @@ export declare class Direct {
1073
1073
  data: {
1074
1074
  id: string;
1075
1075
  type?: "sora_classification";
1076
- attributes: import("./volant-schema").components["schemas"]["JarusV2_5SoraClassification-Output"] | import("./volant-schema").components["schemas"]["UkSoraClassification-Output"];
1076
+ attributes: import("./volant-schema").components["schemas"]["JarusV25SoraClassification-Output"] | import("./volant-schema").components["schemas"]["UkSoraClassification-Output"];
1077
1077
  };
1078
1078
  error?: never;
1079
1079
  response: Response;
@@ -1103,7 +1103,7 @@ export declare class Direct {
1103
1103
  data: {
1104
1104
  id: string;
1105
1105
  type?: "sora_classification";
1106
- attributes: import("./volant-schema").components["schemas"]["JarusV2_5SoraClassification-Output"] | import("./volant-schema").components["schemas"]["UkSoraClassification-Output"];
1106
+ attributes: import("./volant-schema").components["schemas"]["JarusV25SoraClassification-Output"] | import("./volant-schema").components["schemas"]["UkSoraClassification-Output"];
1107
1107
  };
1108
1108
  error?: never;
1109
1109
  response: Response;
package/dist/index.cjs.js CHANGED
@@ -786,7 +786,7 @@ function defaultPathSerializer(pathname, pathParams) {
786
786
  return nextURL;
787
787
  }
788
788
 
789
- var version = "1.3947.1";
789
+ var version = "1.3956.1";
790
790
 
791
791
  const querySerializer = createQuerySerializer();
792
792
  class Fetcher {
package/dist/index.esm.js CHANGED
@@ -784,7 +784,7 @@ function defaultPathSerializer(pathname, pathParams) {
784
784
  return nextURL;
785
785
  }
786
786
 
787
- var version = "1.3947.1";
787
+ var version = "1.3956.1";
788
788
 
789
789
  const querySerializer = createQuerySerializer();
790
790
  class Fetcher {
@@ -1861,8 +1861,8 @@ export interface components {
1861
1861
  * @enum {integer}
1862
1862
  */
1863
1863
  IntrinsicGRC: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
1864
- /** JarusV2_5ClassificationPayload */
1865
- JarusV2_5ClassificationPayload: {
1864
+ /** JarusV25ClassificationPayload */
1865
+ JarusV25ClassificationPayload: {
1866
1866
  /**
1867
1867
  * Final GRC Determination
1868
1868
  * @description The Final GRC determination, based on the availability and correct application of mitigations to the operation after determination of the intrinsic GRC.
@@ -1871,7 +1871,7 @@ export interface components {
1871
1871
  final_grc: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
1872
1872
  /** Initial Arc */
1873
1873
  initial_arc: components["schemas"]["ARC"][];
1874
- ground_risk_mitigations: components["schemas"]["JarusV2_5GroundRiskMitigations"];
1874
+ ground_risk_mitigations: components["schemas"]["JarusV25GroundRiskMitigations"];
1875
1875
  /**
1876
1876
  * Ground Risk Buffer
1877
1877
  * @description The ground risk buffer is an area on the ground that surrounds the footprint of the contingency volume. It is expected that if the flight exits the contingency volume during a loss of control of the operation that the flight will be terminated within this lateral distance.
@@ -1896,8 +1896,8 @@ export interface components {
1896
1896
  */
1897
1897
  containment_robustness?: "low" | "medium" | "high";
1898
1898
  };
1899
- /** JarusV2_5GroundRiskMitigations */
1900
- JarusV2_5GroundRiskMitigations: {
1899
+ /** JarusV25GroundRiskMitigations */
1900
+ JarusV25GroundRiskMitigations: {
1901
1901
  /**
1902
1902
  * Mitigation 1(A)
1903
1903
  * @description Strategic mitigations for ground risk.
@@ -1923,8 +1923,8 @@ export interface components {
1923
1923
  */
1924
1924
  m2: "none" | "medium" | "high";
1925
1925
  };
1926
- /** JarusV2_5ResidualArcAttributes */
1927
- JarusV2_5ResidualArcAttributes: {
1926
+ /** JarusV25ResidualArcAttributes */
1927
+ JarusV25ResidualArcAttributes: {
1928
1928
  /**
1929
1929
  * Residual Air Risk Classification
1930
1930
  * @description Determination of Air Risk after the application of any strategic mitigations intended to control the crewed aircraft type, encounter rates or time of exposure, prior to take-off
@@ -1932,14 +1932,14 @@ export interface components {
1932
1932
  */
1933
1933
  residual_arc: "arc-a" | "arc-b" | "arc-c" | "arc-d";
1934
1934
  };
1935
- /** JarusV2_5ResidualArcRequest */
1936
- JarusV2_5ResidualArcRequest: {
1935
+ /** JarusV25ResidualArcRequest */
1936
+ JarusV25ResidualArcRequest: {
1937
1937
  /** Initial Arc */
1938
1938
  initial_arc: components["schemas"]["ARC"][];
1939
1939
  };
1940
- /** JarusV2_5ResidualArcResponse */
1941
- JarusV2_5ResidualArcResponse: {
1942
- attributes: components["schemas"]["JarusV2_5ResidualArcAttributes"];
1940
+ /** JarusV25ResidualArcResponse */
1941
+ JarusV25ResidualArcResponse: {
1942
+ attributes: components["schemas"]["JarusV25ResidualArcAttributes"];
1943
1943
  /**
1944
1944
  * Residual Air Risk Classification
1945
1945
  * @description Determination of Air Risk after the application of any strategic mitigations intended to control the crewed aircraft type, encounter rates or time of exposure, prior to take-off
@@ -1947,23 +1947,23 @@ export interface components {
1947
1947
  */
1948
1948
  id: "arc-a" | "arc-b" | "arc-c" | "arc-d";
1949
1949
  };
1950
- /** JarusV2_5SoraClassification */
1951
- "JarusV2_5SoraClassification-Input": {
1950
+ /** JarusV25SoraClassification */
1951
+ "JarusV25SoraClassification-Input": {
1952
1952
  /**
1953
1953
  * Implementation
1954
1954
  * @constant
1955
1955
  */
1956
1956
  implementation: "jarus_v2.5";
1957
- payload: components["schemas"]["JarusV2_5ClassificationPayload"];
1957
+ payload: components["schemas"]["JarusV25ClassificationPayload"];
1958
1958
  };
1959
- /** JarusV2_5SoraClassification */
1960
- "JarusV2_5SoraClassification-Output": {
1959
+ /** JarusV25SoraClassification */
1960
+ "JarusV25SoraClassification-Output": {
1961
1961
  /**
1962
1962
  * Implementation
1963
1963
  * @constant
1964
1964
  */
1965
1965
  implementation: "jarus_v2.5";
1966
- payload: components["schemas"]["JarusV2_5ClassificationPayload"];
1966
+ payload: components["schemas"]["JarusV25ClassificationPayload"];
1967
1967
  };
1968
1968
  /** JsonApiException */
1969
1969
  JsonApiException: {
@@ -2088,9 +2088,9 @@ export interface components {
2088
2088
  data: components["schemas"]["GeocageResponse"];
2089
2089
  links: components["schemas"]["Links"];
2090
2090
  };
2091
- /** JsonApiResponse[JarusV2_5ResidualArcResponse] */
2092
- JsonApiResponse_JarusV2_5ResidualArcResponse_: {
2093
- data: components["schemas"]["JarusV2_5ResidualArcResponse"];
2091
+ /** JsonApiResponse[JarusV25ResidualArcResponse] */
2092
+ JsonApiResponse_JarusV25ResidualArcResponse_: {
2093
+ data: components["schemas"]["JarusV25ResidualArcResponse"];
2094
2094
  links: components["schemas"]["Links"];
2095
2095
  };
2096
2096
  /** JsonApiResponse[PathingTaskResponse] */
@@ -2525,7 +2525,7 @@ export interface components {
2525
2525
  */
2526
2526
  type?: "sora_classification";
2527
2527
  /** Attributes */
2528
- attributes: components["schemas"]["JarusV2_5SoraClassification-Output"] | components["schemas"]["UkSoraClassification-Output"];
2528
+ attributes: components["schemas"]["JarusV25SoraClassification-Output"] | components["schemas"]["UkSoraClassification-Output"];
2529
2529
  };
2530
2530
  /** SoraReportAttributes */
2531
2531
  SoraReportAttributes: {
@@ -2571,7 +2571,7 @@ export interface components {
2571
2571
  */
2572
2572
  waypoints: (components["schemas"]["StartWaypoint"] | components["schemas"]["GotoWaypoint-Input"])[];
2573
2573
  aircraft: components["schemas"]["Aircraft"];
2574
- ground_risk_mitigations: components["schemas"]["JarusV2_5GroundRiskMitigations"];
2574
+ ground_risk_mitigations: components["schemas"]["JarusV25GroundRiskMitigations"];
2575
2575
  /** @description Population Density Data Source. Data has been re-projected and resampled to a square grid in UTM coordinates to work in the context of VIA's services. The value in each cell of the grid is the largest value present in any of the cells of the source grid it intersects. The values are normalised by source data cell area to derive a density value of people per square metre. */
2576
2576
  population_density_source: components["schemas"]["PopulationSource"];
2577
2577
  /**
@@ -5137,7 +5137,7 @@ export interface operations {
5137
5137
  };
5138
5138
  requestBody: {
5139
5139
  content: {
5140
- "application/json": components["schemas"]["JarusV2_5ResidualArcRequest"];
5140
+ "application/json": components["schemas"]["JarusV25ResidualArcRequest"];
5141
5141
  };
5142
5142
  };
5143
5143
  responses: {
@@ -5147,7 +5147,7 @@ export interface operations {
5147
5147
  [name: string]: unknown;
5148
5148
  };
5149
5149
  content: {
5150
- "application/json": components["schemas"]["JsonApiResponse_JarusV2_5ResidualArcResponse_"];
5150
+ "application/json": components["schemas"]["JsonApiResponse_JarusV25ResidualArcResponse_"];
5151
5151
  };
5152
5152
  };
5153
5153
  /** @description One or more input parameters were missing or invalid. */
@@ -5865,7 +5865,7 @@ export interface operations {
5865
5865
  };
5866
5866
  requestBody: {
5867
5867
  content: {
5868
- "application/json": components["schemas"]["JarusV2_5SoraClassification-Input"] | components["schemas"]["UkSoraClassification-Input"];
5868
+ "application/json": components["schemas"]["JarusV25SoraClassification-Input"] | components["schemas"]["UkSoraClassification-Input"];
5869
5869
  };
5870
5870
  };
5871
5871
  responses: {
@@ -5987,7 +5987,7 @@ export interface operations {
5987
5987
  };
5988
5988
  requestBody: {
5989
5989
  content: {
5990
- "application/json": components["schemas"]["JarusV2_5SoraClassification-Input"] | components["schemas"]["UkSoraClassification-Input"];
5990
+ "application/json": components["schemas"]["JarusV25SoraClassification-Input"] | components["schemas"]["UkSoraClassification-Input"];
5991
5991
  };
5992
5992
  };
5993
5993
  responses: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.3947.1",
3
+ "version": "1.3956.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",