@pulsecharterconnect/types 0.2.27 → 0.2.29

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.
@@ -106,6 +106,7 @@ export type Facility = {
106
106
  lat: number;
107
107
  lng: number;
108
108
  };
109
+ timezone?: string;
109
110
  utcOffsetMinutes: number;
110
111
  pickupInstructions?: string;
111
112
  dropoffInstructions?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.2.27",
3
+ "version": "0.2.29",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",