@qandq/cloud-gcs-core 1.2.54-cloud-752-4 → 1.2.54-cloud-752-5

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.
@@ -60,7 +60,7 @@ export interface IEventListener {
60
60
  /**
61
61
  * Triggered when aircraft parameters change.
62
62
  */
63
- onAircraftParametersChanged(callback: any): void;
63
+ onAircraftInfoChanged(callback: any): void;
64
64
  /**
65
65
  * TODO: not used
66
66
  */
@@ -124,6 +124,6 @@ export interface IEventListener {
124
124
  removeHandoverPilotMessage(callback: any): void;
125
125
  removeUnitTypeChanged(callback: any): void;
126
126
  removeInsertFlightEvent(callback: any): void;
127
- removeAircraftParametersChanged(callback: any): void;
127
+ removeAircraftInfoChanged(callback: any): void;
128
128
  removeFlightIdentifierChanged(callback: any): void;
129
129
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qandq/cloud-gcs-core",
3
- "version": "1.2.54-cloud-752-4",
3
+ "version": "1.2.54-cloud-752-5",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -77,7 +77,7 @@ export interface IEventListener {
77
77
  /**
78
78
  * Triggered when aircraft parameters change.
79
79
  */
80
- onAircraftParametersChanged(callback: any): void;
80
+ onAircraftInfoChanged(callback: any): void;
81
81
 
82
82
  /**
83
83
  * TODO: not used
@@ -152,6 +152,6 @@ export interface IEventListener {
152
152
  removeHandoverPilotMessage(callback: any): void;
153
153
  removeUnitTypeChanged(callback: any): void;
154
154
  removeInsertFlightEvent(callback: any): void
155
- removeAircraftParametersChanged(callback: any): void;
155
+ removeAircraftInfoChanged(callback: any): void;
156
156
  removeFlightIdentifierChanged(callback: any): void;
157
157
  }