@pulsecharterconnect/types 0.1.24 → 0.1.25

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.
@@ -129,6 +129,7 @@ export interface ITripParticipant {
129
129
  participantRole: TripParticipantRole;
130
130
  participant: IParticipant;
131
131
  pilotTimeout?: number;
132
+ pilotTimeoutTimezone?: string;
132
133
  }
133
134
  export interface ITripOrganRecoverySegment extends ITripSegment {
134
135
  organRecoveryInProcessStatus: OrganRecoveryInProcessStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",