@volant-autonomy/via-sdk 1.3420.1 → 1.3427.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.
@@ -2412,6 +2412,14 @@ export interface components {
2412
2412
  /** Initial Arc */
2413
2413
  initial_arc: ("arc-a1" | "arc-a2" | "arc-a3" | "arc-a4" | "arc-a5" | "arc-b1" | "arc-c1" | "arc-c2" | "arc-c3" | "arc-c4" | "arc-d1" | "arc-d2")[];
2414
2414
  ground_risk_mitigations: components["schemas"]["UkGroundRiskMitigations"];
2415
+ /**
2416
+ * Strategic Air Risk Mitigations
2417
+ * @description Strategic air risk mitigations to be applied when determining the Residual ARC from the Initial ARC. These are given as a mapping between the Initial ARC and a reduction in the air risk class.
2418
+ * @default {}
2419
+ */
2420
+ air_risk_mitigations?: {
2421
+ [key: string]: (1 | 2) | undefined;
2422
+ };
2415
2423
  /**
2416
2424
  * Ground Risk Buffer
2417
2425
  * @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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.3420.1",
3
+ "version": "1.3427.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",