@pulsecharterconnect/types 0.1.51 → 0.1.53

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.
@@ -98,9 +98,9 @@ export interface ITripAirSegment extends ITripSegment {
98
98
  passengers: ITripParticipant[];
99
99
  scheduledTailNumber?: string;
100
100
  actualTailNumber?: string;
101
- currentLocaton?: {
102
- latitude: number;
103
- longitude: number;
101
+ currentLocation?: {
102
+ lat: number;
103
+ lng: number;
104
104
  altitude: number;
105
105
  groundspeed: number;
106
106
  heading: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.1.51",
3
+ "version": "0.1.53",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",