@volant-autonomy/via-sdk 1.3692.1 → 1.3713.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 +2 -14
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -1913,7 +1913,6 @@ export interface components {
|
|
|
1913
1913
|
/**
|
|
1914
1914
|
* Residual Air Risk Classification
|
|
1915
1915
|
* @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
|
|
1916
|
-
* @example arc-c
|
|
1917
1916
|
* @enum {string}
|
|
1918
1917
|
*/
|
|
1919
1918
|
residual_arc: "arc-a" | "arc-b" | "arc-c" | "arc-d";
|
|
@@ -1929,7 +1928,6 @@ export interface components {
|
|
|
1929
1928
|
/**
|
|
1930
1929
|
* Residual Air Risk Classification
|
|
1931
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
|
-
* @example arc-c
|
|
1933
1931
|
* @enum {string}
|
|
1934
1932
|
*/
|
|
1935
1933
|
id: "arc-a" | "arc-b" | "arc-c" | "arc-d";
|
|
@@ -2522,7 +2520,6 @@ export interface components {
|
|
|
2522
2520
|
/**
|
|
2523
2521
|
* Residual Air Risk Classification
|
|
2524
2522
|
* @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
|
|
2525
|
-
* @example arc-c
|
|
2526
2523
|
* @enum {string}
|
|
2527
2524
|
*/
|
|
2528
2525
|
residual_arc: "arc-a" | "arc-b" | "arc-c" | "arc-d";
|
|
@@ -2911,7 +2908,6 @@ export interface components {
|
|
|
2911
2908
|
/**
|
|
2912
2909
|
* Residual Air Risk Classification
|
|
2913
2910
|
* @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
|
|
2914
|
-
* @example arc-c
|
|
2915
2911
|
* @enum {string}
|
|
2916
2912
|
*/
|
|
2917
2913
|
residual_arc: "arc-a" | "arc-b" | "arc-c" | "arc-d";
|
|
@@ -2935,7 +2931,6 @@ export interface components {
|
|
|
2935
2931
|
/**
|
|
2936
2932
|
* Residual Air Risk Classification
|
|
2937
2933
|
* @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
|
|
2938
|
-
* @example arc-c
|
|
2939
2934
|
* @enum {string}
|
|
2940
2935
|
*/
|
|
2941
2936
|
id: "arc-a" | "arc-b" | "arc-c" | "arc-d";
|
|
@@ -3021,7 +3016,6 @@ export interface components {
|
|
|
3021
3016
|
/**
|
|
3022
3017
|
* Residual Air Risk Classification
|
|
3023
3018
|
* @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
|
|
3024
|
-
* @example arc-c
|
|
3025
3019
|
* @enum {string}
|
|
3026
3020
|
*/
|
|
3027
3021
|
residual_arc: "arc-a" | "arc-b" | "arc-c" | "arc-d";
|
|
@@ -5537,8 +5531,7 @@ export interface operations {
|
|
|
5537
5531
|
query: {
|
|
5538
5532
|
/** @description The Final GRC determination, based on the availability and correct application of mitigations to the operation after determination of the intrinsic GRC. */
|
|
5539
5533
|
final_grc: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
|
|
5540
|
-
/**
|
|
5541
|
-
* @description Qualitative classification of the air environment.
|
|
5534
|
+
/** @description Qualitative classification of the air environment.
|
|
5542
5535
|
*
|
|
5543
5536
|
* - 'arc-a1' - ARC-a (NMAC Encounter Rate)
|
|
5544
5537
|
*
|
|
@@ -5563,12 +5556,7 @@ export interface operations {
|
|
|
5563
5556
|
* - 'arc-d1' - ARC-d (Class A Airspace)
|
|
5564
5557
|
*
|
|
5565
5558
|
* - 'arc-d2' - ARC-d (Class C or D Airspace in area with known Instrument Flight Procedures)
|
|
5566
|
-
*
|
|
5567
|
-
* @example [
|
|
5568
|
-
* "arc-b1",
|
|
5569
|
-
* "arc-c4"
|
|
5570
|
-
* ]
|
|
5571
|
-
*/
|
|
5559
|
+
* */
|
|
5572
5560
|
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")[];
|
|
5573
5561
|
};
|
|
5574
5562
|
header?: never;
|