@pulsecharterconnect/types 0.1.47 → 0.1.48

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.
@@ -156,6 +156,7 @@ export declare class Participant implements IParticipant {
156
156
  export interface ITripParticipant {
157
157
  participantRole: TripParticipantRole;
158
158
  participant: IParticipant;
159
+ isPassenger?: boolean;
159
160
  pilotTimeout?: number;
160
161
  pilotTimeoutTimezone?: string;
161
162
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.1.47",
3
+ "version": "0.1.48",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",