@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.
- package/dist/types/Trip.d.ts +1 -0
- package/dist/types/Trip.js +1 -0
- package/package.json +1 -1
package/dist/types/Trip.d.ts
CHANGED
|
@@ -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",
|
package/dist/types/Trip.js
CHANGED
|
@@ -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";
|