@volant-autonomy/via-sdk 1.3648.1 → 1.3656.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 CHANGED
@@ -727,7 +727,7 @@ function defaultPathSerializer(pathname, pathParams) {
727
727
  return nextURL;
728
728
  }
729
729
 
730
- var version = "1.3648.1";
730
+ var version = "1.3656.1";
731
731
 
732
732
  const querySerializer = createQuerySerializer();
733
733
  class Fetcher {
package/dist/index.esm.js CHANGED
@@ -725,7 +725,7 @@ function defaultPathSerializer(pathname, pathParams) {
725
725
  return nextURL;
726
726
  }
727
727
 
728
- var version = "1.3648.1";
728
+ var version = "1.3656.1";
729
729
 
730
730
  const querySerializer = createQuerySerializer();
731
731
  class Fetcher {
@@ -5161,8 +5161,7 @@ export interface operations {
5161
5161
  query: {
5162
5162
  /** @description The Final GRC determination, based on the availability and correct application of mitigations to the operation after determination of the intrinsic GRC. */
5163
5163
  final_grc: components["schemas"]["FinalGRC"];
5164
- /**
5165
- * @description Qualitative classification of the rate at which a UAS would encounter a manned aircraft in a given airspace environment.
5164
+ /** @description Qualitative classification of the rate at which a UAS would encounter a manned aircraft in a given airspace environment.
5166
5165
  *
5167
5166
  * - 'arc-a1' - ARC-a (NMAC Encounter Rate)
5168
5167
  *
@@ -5199,12 +5198,7 @@ export interface operations {
5199
5198
  * - 'arc-d3' - ARC-d (>500ft AGL but <FL600 and TMZ)
5200
5199
  *
5201
5200
  * - 'arc-d4' - ARC-d (>500ft AGL but <FL600 Mode-C Veil)
5202
- *
5203
- * @example [
5204
- * "arc-b2",
5205
- * "arc-b3"
5206
- * ]
5207
- */
5201
+ * */
5208
5202
  arc: components["schemas"]["ARC"][];
5209
5203
  };
5210
5204
  header?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.3648.1",
3
+ "version": "1.3656.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",