@medrunner/api-client 0.2.3 → 0.2.4

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/index.d.mts CHANGED
@@ -354,6 +354,7 @@ interface CreateEmergencyRequest {
354
354
  remarks?: string;
355
355
  location: Location;
356
356
  threatLevel: ThreatLevel;
357
+ rsiHandle?: string;
357
358
  }
358
359
  interface Location {
359
360
  system: string;
package/dist/index.d.ts CHANGED
@@ -354,6 +354,7 @@ interface CreateEmergencyRequest {
354
354
  remarks?: string;
355
355
  location: Location;
356
356
  threatLevel: ThreatLevel;
357
+ rsiHandle?: string;
357
358
  }
358
359
  interface Location {
359
360
  system: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medrunner/api-client",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Wrapper library for the Medrunner API",
5
5
  "scripts": {
6
6
  "build": "tsup",