@pulsecharterconnect/types 0.0.29 → 0.0.30

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.
@@ -68,8 +68,8 @@ export type OrganTransport = {
68
68
  equipmentType: HeartEquipmentType | LungEquipmentType | NoType;
69
69
  };
70
70
  export declare enum SegmentLocationType {
71
- DONOR_TRANSPLANT_CENTER = "Donor Transplant Center",
72
- RECOVERY_LOCATION = "Recovery Location",
71
+ RECIPIENT_TRANSPLANT_CENTER = "Recipient Transplant Center",
72
+ DONOR_RECOVERY_LOCATION = "Donor Recovery Location",
73
73
  ADDRESS = "Address"
74
74
  }
75
75
  export type TransportSegment = {
@@ -73,8 +73,8 @@ var LungEquipmentType;
73
73
  })(LungEquipmentType = exports.LungEquipmentType || (exports.LungEquipmentType = {}));
74
74
  var SegmentLocationType;
75
75
  (function (SegmentLocationType) {
76
- SegmentLocationType["DONOR_TRANSPLANT_CENTER"] = "Donor Transplant Center";
77
- SegmentLocationType["RECOVERY_LOCATION"] = "Recovery Location";
76
+ SegmentLocationType["RECIPIENT_TRANSPLANT_CENTER"] = "Recipient Transplant Center";
77
+ SegmentLocationType["DONOR_RECOVERY_LOCATION"] = "Donor Recovery Location";
78
78
  SegmentLocationType["ADDRESS"] = "Address";
79
79
  })(SegmentLocationType = exports.SegmentLocationType || (exports.SegmentLocationType = {}));
80
80
  var RecoveryType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",