@pulsecharterconnect/types 0.2.90 → 0.2.91

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.
@@ -182,6 +182,12 @@ export declare class Participant implements IParticipant {
182
182
  updatedAt?: number;
183
183
  constructor(participant: IParticipant);
184
184
  }
185
+ export interface IParticipantGroup {
186
+ name: string;
187
+ description?: string;
188
+ organizationid: string;
189
+ participantIds: string[];
190
+ }
185
191
  export interface ITripParticipant {
186
192
  participantRole: TripParticipantRole;
187
193
  participant: IParticipant;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.2.90",
3
+ "version": "0.2.91",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",