@pulsecharterconnect/types 0.1.21 → 0.1.22
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.
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Facility, GroundService } from "./Organization";
|
|
2
|
+
export declare const DISTANCE_THRESHOLD_MILES_AIR_VS_GROUND = 100;
|
|
2
3
|
export declare enum TransportationRequestStatus {
|
|
3
4
|
CREATED = "created",
|
|
4
5
|
AWAITING_SURGICAL_SERVICES_APPROVAL = "awaiting-surgical-services-approval",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TransportationRequest = exports.RecoveryType = exports.SegmentLocationType = exports.LungEquipmentType = exports.HeartEquipmentType = exports.OrganType = exports.TransportRequestType = exports.OrganRecoveryStatus = exports.TransportationRequestProposalStatus = exports.TransportationRequestStatus = void 0;
|
|
3
|
+
exports.TransportationRequest = exports.RecoveryType = exports.SegmentLocationType = exports.LungEquipmentType = exports.HeartEquipmentType = exports.OrganType = exports.TransportRequestType = exports.OrganRecoveryStatus = exports.TransportationRequestProposalStatus = exports.TransportationRequestStatus = exports.DISTANCE_THRESHOLD_MILES_AIR_VS_GROUND = void 0;
|
|
4
|
+
exports.DISTANCE_THRESHOLD_MILES_AIR_VS_GROUND = 100;
|
|
4
5
|
var TransportationRequestStatus;
|
|
5
6
|
(function (TransportationRequestStatus) {
|
|
6
7
|
TransportationRequestStatus["CREATED"] = "created";
|