@pulsecharterconnect/types 0.2.92 → 0.2.93

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.
@@ -186,7 +186,7 @@ export interface IParticipantGroup {
186
186
  id: string;
187
187
  name: string;
188
188
  description?: string;
189
- organizationid: string;
189
+ organizationId: string;
190
190
  participantIds: string[];
191
191
  }
192
192
  export interface ITripParticipant {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.2.92",
3
+ "version": "0.2.93",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",