@pulsecharterconnect/types 0.2.50 → 0.2.51

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.
@@ -46,7 +46,7 @@ export declare enum TripSmartCommsActionIds {
46
46
  EXTUBATION = "extubation",
47
47
  NO_PROGRESSION = "no-progression",
48
48
  AGONAL_BEGINS = "agonal-begins",
49
- ASYSOLE_PEA = "asystole-pea",
49
+ ASYSTOLE_PEA = "asystole-pea",
50
50
  CTOD = "ctod"
51
51
  }
52
52
  export declare enum TripActions {
@@ -97,7 +97,7 @@ var TripSmartCommsActionIds;
97
97
  TripSmartCommsActionIds["EXTUBATION"] = "extubation";
98
98
  TripSmartCommsActionIds["NO_PROGRESSION"] = "no-progression";
99
99
  TripSmartCommsActionIds["AGONAL_BEGINS"] = "agonal-begins";
100
- TripSmartCommsActionIds["ASYSOLE_PEA"] = "asystole-pea";
100
+ TripSmartCommsActionIds["ASYSTOLE_PEA"] = "asystole-pea";
101
101
  TripSmartCommsActionIds["CTOD"] = "ctod";
102
102
  })(TripSmartCommsActionIds = exports.TripSmartCommsActionIds || (exports.TripSmartCommsActionIds = {}));
103
103
  var TripActions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.2.50",
3
+ "version": "0.2.51",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",