@volant-autonomy/via-sdk 1.4134.1 → 1.4148.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 +28 -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
|
@@ -1136,7 +1136,10 @@ export interface components {
|
|
|
1136
1136
|
* @constant
|
|
1137
1137
|
*/
|
|
1138
1138
|
type: "FeatureCollection";
|
|
1139
|
-
/**
|
|
1139
|
+
/**
|
|
1140
|
+
* Features
|
|
1141
|
+
* @description RFC 7946 compliant GeoJSON 'Polygon' format with particular reference given to coordinates defined as [Longitude, Latitude] with the winding order of exterior rings being counter-clockwise and holes are clockwise. Unclosed polygons will be automatically closed by setting the final coordinate equal to the first coordinate.
|
|
1142
|
+
*/
|
|
1140
1143
|
features: components["schemas"]["GeoJsonPolygonFeature_AtypicalAirspaceProperties_"][];
|
|
1141
1144
|
};
|
|
1142
1145
|
/**
|
|
@@ -1151,7 +1154,10 @@ export interface components {
|
|
|
1151
1154
|
* @constant
|
|
1152
1155
|
*/
|
|
1153
1156
|
type: "FeatureCollection";
|
|
1154
|
-
/**
|
|
1157
|
+
/**
|
|
1158
|
+
* Features
|
|
1159
|
+
* @description RFC 7946 compliant GeoJSON 'Polygon' format with particular reference given to coordinates defined as [Longitude, Latitude] with the winding order of exterior rings being counter-clockwise and holes are clockwise. Unclosed polygons will be automatically closed by setting the final coordinate equal to the first coordinate.
|
|
1160
|
+
*/
|
|
1155
1161
|
features: components["schemas"]["GeoJsonPolygonFeature_AtypicalAirspaceProperties_"][];
|
|
1156
1162
|
};
|
|
1157
1163
|
/** AtypicalAirspaceProperties */
|
|
@@ -1339,8 +1345,7 @@ export interface components {
|
|
|
1339
1345
|
/**
|
|
1340
1346
|
* ControlledGroundArea
|
|
1341
1347
|
* @description An area under full responsibility of the operator with assurance that no unauthorised personnel may be present
|
|
1342
|
-
* during the operation.
|
|
1343
|
-
* automatically closed by setting the final coordinate equal to the first coordinate.
|
|
1348
|
+
* during the operation.
|
|
1344
1349
|
*/
|
|
1345
1350
|
"ControlledGroundArea-Input": {
|
|
1346
1351
|
/**
|
|
@@ -1348,14 +1353,16 @@ export interface components {
|
|
|
1348
1353
|
* @constant
|
|
1349
1354
|
*/
|
|
1350
1355
|
type: "FeatureCollection";
|
|
1351
|
-
/**
|
|
1356
|
+
/**
|
|
1357
|
+
* Features
|
|
1358
|
+
* @description RFC 7946 compliant GeoJSON 'Polygon' format with particular reference given to coordinates defined as [Longitude, Latitude] with the winding order of exterior rings being counter-clockwise and holes are clockwise. Unclosed polygons will be automatically closed by setting the final coordinate equal to the first coordinate.
|
|
1359
|
+
*/
|
|
1352
1360
|
features: components["schemas"]["GeoJsonPolygonFeature_ControlledGroundAreaProperties_"][];
|
|
1353
1361
|
};
|
|
1354
1362
|
/**
|
|
1355
1363
|
* ControlledGroundArea
|
|
1356
1364
|
* @description An area under full responsibility of the operator with assurance that no unauthorised personnel may be present
|
|
1357
|
-
* during the operation.
|
|
1358
|
-
* automatically closed by setting the final coordinate equal to the first coordinate.
|
|
1365
|
+
* during the operation.
|
|
1359
1366
|
*/
|
|
1360
1367
|
"ControlledGroundArea-Output": {
|
|
1361
1368
|
/**
|
|
@@ -1363,7 +1370,10 @@ export interface components {
|
|
|
1363
1370
|
* @constant
|
|
1364
1371
|
*/
|
|
1365
1372
|
type: "FeatureCollection";
|
|
1366
|
-
/**
|
|
1373
|
+
/**
|
|
1374
|
+
* Features
|
|
1375
|
+
* @description RFC 7946 compliant GeoJSON 'Polygon' format with particular reference given to coordinates defined as [Longitude, Latitude] with the winding order of exterior rings being counter-clockwise and holes are clockwise. Unclosed polygons will be automatically closed by setting the final coordinate equal to the first coordinate.
|
|
1376
|
+
*/
|
|
1367
1377
|
features: components["schemas"]["GeoJsonPolygonFeature_ControlledGroundAreaProperties_"][];
|
|
1368
1378
|
};
|
|
1369
1379
|
/** ControlledGroundAreaProperties */
|
|
@@ -1677,8 +1687,7 @@ export interface components {
|
|
|
1677
1687
|
};
|
|
1678
1688
|
/**
|
|
1679
1689
|
* Geocage
|
|
1680
|
-
* @description An area that the operation must be contained within.
|
|
1681
|
-
* polygons will be automatically closed by setting the final coordinate equal to the first coordinate.
|
|
1690
|
+
* @description An area that the operation must be contained within.
|
|
1682
1691
|
*/
|
|
1683
1692
|
"Geocage-Input": {
|
|
1684
1693
|
/**
|
|
@@ -1686,7 +1695,10 @@ export interface components {
|
|
|
1686
1695
|
* @constant
|
|
1687
1696
|
*/
|
|
1688
1697
|
type: "FeatureCollection";
|
|
1689
|
-
/**
|
|
1698
|
+
/**
|
|
1699
|
+
* Features
|
|
1700
|
+
* @description RFC 7946 compliant GeoJSON 'Polygon' format with particular reference given to coordinates defined as [Longitude, Latitude] with the winding order of exterior rings being counter-clockwise and holes are clockwise. Unclosed polygons will be automatically closed by setting the final coordinate equal to the first coordinate.
|
|
1701
|
+
*/
|
|
1690
1702
|
features: components["schemas"]["GeoJsonPolygonFeature_GeocageProperties_"][];
|
|
1691
1703
|
/**
|
|
1692
1704
|
* Geocage name
|
|
@@ -1696,8 +1708,7 @@ export interface components {
|
|
|
1696
1708
|
};
|
|
1697
1709
|
/**
|
|
1698
1710
|
* Geocage
|
|
1699
|
-
* @description An area that the operation must be contained within.
|
|
1700
|
-
* polygons will be automatically closed by setting the final coordinate equal to the first coordinate.
|
|
1711
|
+
* @description An area that the operation must be contained within.
|
|
1701
1712
|
*/
|
|
1702
1713
|
"Geocage-Output": {
|
|
1703
1714
|
/**
|
|
@@ -1705,7 +1716,10 @@ export interface components {
|
|
|
1705
1716
|
* @constant
|
|
1706
1717
|
*/
|
|
1707
1718
|
type: "FeatureCollection";
|
|
1708
|
-
/**
|
|
1719
|
+
/**
|
|
1720
|
+
* Features
|
|
1721
|
+
* @description RFC 7946 compliant GeoJSON 'Polygon' format with particular reference given to coordinates defined as [Longitude, Latitude] with the winding order of exterior rings being counter-clockwise and holes are clockwise. Unclosed polygons will be automatically closed by setting the final coordinate equal to the first coordinate.
|
|
1722
|
+
*/
|
|
1709
1723
|
features: components["schemas"]["GeoJsonPolygonFeature_GeocageProperties_"][];
|
|
1710
1724
|
/**
|
|
1711
1725
|
* Geocage name
|