@pulsecharterconnect/types 0.2.37 → 0.2.38

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 @@ import { ITripSegment } from "./Trip";
4
4
  export declare const DISTANCE_THRESHOLD_MILES_AIR_VS_GROUND = 100;
5
5
  export declare const AVERAGE_AIR_SPEED = 450;
6
6
  export declare enum TransportationRequestStatus {
7
+ COMMUNICATIONS_ONLY = "communications-only",
7
8
  CREATED = "created",
8
9
  AWAITING_SURGICAL_SERVICES_APPROVAL = "awaiting-surgical-services-approval",
9
10
  AWAITING_AIR_TRANSPORTATION_SERVICES_APPROVAL = "awaiting-air-transportation-services-approval",
@@ -7,6 +7,7 @@ exports.DISTANCE_THRESHOLD_MILES_AIR_VS_GROUND = 100;
7
7
  exports.AVERAGE_AIR_SPEED = 450;
8
8
  var TransportationRequestStatus;
9
9
  (function (TransportationRequestStatus) {
10
+ TransportationRequestStatus["COMMUNICATIONS_ONLY"] = "communications-only";
10
11
  TransportationRequestStatus["CREATED"] = "created";
11
12
  TransportationRequestStatus["AWAITING_SURGICAL_SERVICES_APPROVAL"] = "awaiting-surgical-services-approval";
12
13
  TransportationRequestStatus["AWAITING_AIR_TRANSPORTATION_SERVICES_APPROVAL"] = "awaiting-air-transportation-services-approval";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.2.37",
3
+ "version": "0.2.38",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",