@pulsecharterconnect/types 0.2.16 → 0.2.17

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.
@@ -95,7 +95,7 @@ export declare enum EquipmentType {
95
95
  export declare function getEquipmentForOrgan(organType: OrganType): EquipmentType[];
96
96
  export type OrganTransport = {
97
97
  organType: OrganType;
98
- equipmentType?: EquipmentType;
98
+ equipmentType?: EquipmentType | null;
99
99
  };
100
100
  export declare enum SegmentLocationType {
101
101
  RECIPIENT_TRANSPLANT_CENTER = "Recipient Transplant Center",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",