@pulsecharterconnect/types 0.2.60 → 0.2.61

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.
@@ -110,6 +110,8 @@ export type Facility = {
110
110
  utcOffsetMinutes: number;
111
111
  pickupInstructions?: string;
112
112
  dropoffInstructions?: string;
113
+ preferredNearbyAirportCode?: string;
114
+ preferredNearbyFBO?: Facility;
113
115
  };
114
116
  export type County = {
115
117
  countyName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.2.60",
3
+ "version": "0.2.61",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "types",
19
19
  "interfaces"
20
20
  ],
21
- "author": "Your Name",
21
+ "author": "Chris Tyler",
22
22
  "license": "MIT",
23
23
  "devDependencies": {
24
24
  "typescript": "^4.0.0"