@volant-autonomy/via-sdk 1.5073.1 → 1.5090.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
@@ -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 persistent connection that sends real-time updates about changes in a pathing task's state using Server-Sent
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
@@ -786,7 +786,7 @@ function defaultPathSerializer(pathname, pathParams) {
786
786
  return nextURL;
787
787
  }
788
788
 
789
- var version = "1.5073.1";
789
+ var version = "1.5090.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.5073.1";
787
+ var version = "1.5090.1";
788
788
 
789
789
  const querySerializer = createQuerySerializer();
790
790
  class Fetcher {
@@ -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 persistent connection that sends real-time updates about changes in a pathing task's state using Server-Sent
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 both ground and air risk in the
1626
- * adjacent area, they encompass a set of operational limits and a derived level of robustness. Each level of
1627
- * robustness comes with a set of safety requirements.
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 A set of parameters used to calculate the pre-processed chart cost fields and that uniquely specify a pre-processed
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 Tactical Mitigation Performance Requirement (TMPR) provides tactical mitigations to assist the pilot in detecting
3909
- * and avoiding traffic under BVLOS conditions. The TMPR is the amount of Tactical Mitigation required to further
3910
- * mitigate the risks that could not be mitigated through Strategic Mitigation (residual risk). The amount of residual
3911
- * risk is dependent on the ARC. Hence, the higher the ARC, the greater the residual risk, the greater the TMPR.
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 both ground and air risk in the
4046
- * adjacent area, they encompass a set of operational limits and a derived level of robustness. Each level of
4047
- * robustness comes with a set of safety requirements.
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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.5073.1",
3
+ "version": "1.5090.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",