@pulsecharterconnect/types 0.1.54 → 0.1.55

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.
@@ -112,6 +112,7 @@ export declare enum TripParticipantRole {
112
112
  SURGICAL_SUPPORT = "surgical-support",
113
113
  TRANSPLANT_COORDINATOR = "transplant-coordinator",
114
114
  PILOT = "pilot",
115
+ CREW = "crew",
115
116
  COPILOT = "copilot",
116
117
  DRIVER = "driver",
117
118
  TRANSPORATION_OPERATOR_DISPATCHER = "charter-operator-dispatcher",
@@ -101,6 +101,7 @@ var TripParticipantRole;
101
101
  TripParticipantRole["SURGICAL_SUPPORT"] = "surgical-support";
102
102
  TripParticipantRole["TRANSPLANT_COORDINATOR"] = "transplant-coordinator";
103
103
  TripParticipantRole["PILOT"] = "pilot";
104
+ TripParticipantRole["CREW"] = "crew";
104
105
  TripParticipantRole["COPILOT"] = "copilot";
105
106
  TripParticipantRole["DRIVER"] = "driver";
106
107
  TripParticipantRole["TRANSPORATION_OPERATOR_DISPATCHER"] = "charter-operator-dispatcher";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.1.54",
3
+ "version": "0.1.55",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",