@pulsecharterconnect/types 0.1.38 → 0.1.40
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.
|
@@ -4,6 +4,7 @@ exports.FeatureFlag = exports.FeatureFlagName = void 0;
|
|
|
4
4
|
var FeatureFlagName;
|
|
5
5
|
(function (FeatureFlagName) {
|
|
6
6
|
FeatureFlagName["GROUND_TRANSPORTATION"] = "ground-transportation";
|
|
7
|
+
FeatureFlagName["IN_TRAINING"] = "in-training";
|
|
7
8
|
})(FeatureFlagName = exports.FeatureFlagName || (exports.FeatureFlagName = {}));
|
|
8
9
|
class FeatureFlag {
|
|
9
10
|
constructor(featureFlag) {
|
package/dist/types/Proposal.d.ts
CHANGED
|
@@ -68,7 +68,8 @@ export declare enum LungEquipmentType {
|
|
|
68
68
|
export declare enum LiverEquipmentType {
|
|
69
69
|
TRANSMEDICS_OCS_LIVER = "TransMedics OCS Liver",
|
|
70
70
|
ORGANOX_METRA = "OrganOx metra",
|
|
71
|
-
ORS_LIFEPORT_LIVER = "ORS LifePort Liver"
|
|
71
|
+
ORS_LIFEPORT_LIVER = "ORS LifePort Liver",
|
|
72
|
+
PARAGONIX_LIVERGUARD = "Paragonix LIVERguard"
|
|
72
73
|
}
|
|
73
74
|
export type NoType = "";
|
|
74
75
|
export type OrganTransport = {
|
|
@@ -79,6 +79,7 @@ var LiverEquipmentType;
|
|
|
79
79
|
LiverEquipmentType["TRANSMEDICS_OCS_LIVER"] = "TransMedics OCS Liver";
|
|
80
80
|
LiverEquipmentType["ORGANOX_METRA"] = "OrganOx metra";
|
|
81
81
|
LiverEquipmentType["ORS_LIFEPORT_LIVER"] = "ORS LifePort Liver";
|
|
82
|
+
LiverEquipmentType["PARAGONIX_LIVERGUARD"] = "Paragonix LIVERguard";
|
|
82
83
|
})(LiverEquipmentType = exports.LiverEquipmentType || (exports.LiverEquipmentType = {}));
|
|
83
84
|
var SegmentLocationType;
|
|
84
85
|
(function (SegmentLocationType) {
|