@volant-autonomy/via-sdk 1.5073.1 → 1.5098.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 +1 -2
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/volant-schema.d.ts +18 -16
- package/package.json +1 -1
package/dist/direct.d.ts
CHANGED
|
@@ -637,8 +637,7 @@ export declare class Direct {
|
|
|
637
637
|
}>;
|
|
638
638
|
/**
|
|
639
639
|
* Receive state change updates for a pathing task
|
|
640
|
-
* @description Open a
|
|
641
|
-
* Events (SSE).
|
|
640
|
+
* @description Open a connection that sends real-time updates about a pathing task's state changes using Server-Sent Events (SSE).
|
|
642
641
|
*
|
|
643
642
|
* Provides an event stream that can be connected to that will provide updates when the state of the specified pathing
|
|
644
643
|
* task changes. Once it has reached it's final state, the last update is pushed and the stream is automatically
|
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -344,8 +344,7 @@ export interface paths {
|
|
|
344
344
|
};
|
|
345
345
|
/**
|
|
346
346
|
* Receive state change updates for a pathing task
|
|
347
|
-
* @description Open a
|
|
348
|
-
* Events (SSE).
|
|
347
|
+
* @description Open a connection that sends real-time updates about a pathing task's state changes using Server-Sent Events (SSE).
|
|
349
348
|
*
|
|
350
349
|
* Provides an event stream that can be connected to that will provide updates when the state of the specified pathing
|
|
351
350
|
* task changes. Once it has reached it's final state, the last update is pushed and the stream is automatically
|
|
@@ -1622,9 +1621,11 @@ export interface components {
|
|
|
1622
1621
|
};
|
|
1623
1622
|
/**
|
|
1624
1623
|
* ContainmentRequirements
|
|
1625
|
-
* @description The containment requirements ensure that the target level of safety can be met for
|
|
1626
|
-
*
|
|
1627
|
-
*
|
|
1624
|
+
* @description The containment requirements ensure that the target level of safety can be met for the operation.
|
|
1625
|
+
*
|
|
1626
|
+
* Containment requirements consider both ground and air risk in the adjacent area, and they encompass a set of
|
|
1627
|
+
* operational limits and a derived level of robustness. Each level of robustness comes with a set of safety
|
|
1628
|
+
* requirements.
|
|
1628
1629
|
*/
|
|
1629
1630
|
ContainmentRequirements: {
|
|
1630
1631
|
/**
|
|
@@ -1657,8 +1658,7 @@ export interface components {
|
|
|
1657
1658
|
};
|
|
1658
1659
|
/**
|
|
1659
1660
|
* ControlledGroundArea
|
|
1660
|
-
* @description An area under full responsibility of the operator with assurance that no unauthorised personnel may be present
|
|
1661
|
-
* during the operation.
|
|
1661
|
+
* @description An area under full responsibility of the operator with assurance that no unauthorised personnel may be present.
|
|
1662
1662
|
* @example {
|
|
1663
1663
|
* "features": [
|
|
1664
1664
|
* {
|
|
@@ -2871,8 +2871,7 @@ export interface components {
|
|
|
2871
2871
|
};
|
|
2872
2872
|
/**
|
|
2873
2873
|
* ManagedCostDatasetMetadata
|
|
2874
|
-
* @description
|
|
2875
|
-
* cost field.
|
|
2874
|
+
* @description Set of parameters to calculate the pre-processed chart cost fields that uniquely specify a pre-processed cost field.
|
|
2876
2875
|
*/
|
|
2877
2876
|
ManagedCostDatasetMetadata: {
|
|
2878
2877
|
/**
|
|
@@ -3905,10 +3904,11 @@ export interface components {
|
|
|
3905
3904
|
};
|
|
3906
3905
|
/**
|
|
3907
3906
|
* TacticalMitigationPerformanceRequirements
|
|
3908
|
-
* @description
|
|
3909
|
-
*
|
|
3910
|
-
*
|
|
3911
|
-
*
|
|
3907
|
+
* @description TMPR provides tactical mitigations to assist the pilot in detecting and avoiding traffic under BVLOS conditions.
|
|
3908
|
+
*
|
|
3909
|
+
* The TMPR is the amount of Tactical Mitigation required to further mitigate the risks that could not be mitigated
|
|
3910
|
+
* through Strategic Mitigation (residual risk). The amount of residual risk is dependent on the ARC. Hence, the higher
|
|
3911
|
+
* the ARC, the greater the residual risk, the greater the TMPR.
|
|
3912
3912
|
*/
|
|
3913
3913
|
TacticalMitigationPerformanceRequirements: {
|
|
3914
3914
|
/**
|
|
@@ -4042,9 +4042,11 @@ export interface components {
|
|
|
4042
4042
|
};
|
|
4043
4043
|
/**
|
|
4044
4044
|
* UkContainmentRequirements
|
|
4045
|
-
* @description The containment requirements ensure that the target level of safety can be met for
|
|
4046
|
-
*
|
|
4047
|
-
*
|
|
4045
|
+
* @description The containment requirements ensure that the target level of safety can be met for an operation.
|
|
4046
|
+
*
|
|
4047
|
+
* Containment requirements consider both ground and air risk in the adjacent area, and they encompass a set of
|
|
4048
|
+
* operational limits and a derived level of robustness. Each level of robustness comes with a set of safety
|
|
4049
|
+
* requirements.
|
|
4048
4050
|
*/
|
|
4049
4051
|
UkContainmentRequirements: {
|
|
4050
4052
|
/**
|