@qandq/cloud-gcs-core 1.2.36 → 1.2.37

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.
@@ -52,4 +52,5 @@ export interface AircraftConfiguration {
52
52
  vtolLandingDescendAngle: number;
53
53
  vtolSpeedUpAltitudeAddOn: number;
54
54
  vtolTransitionAltitude: number;
55
+ customParameters: Map<string, any>;
55
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qandq/cloud-gcs-core",
3
- "version": "1.2.36",
3
+ "version": "1.2.37",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -52,4 +52,5 @@ export interface AircraftConfiguration {
52
52
  vtolLandingDescendAngle: number
53
53
  vtolSpeedUpAltitudeAddOn: number
54
54
  vtolTransitionAltitude: number
55
+ customParameters: Map<string, any>
55
56
  }