@pulsecharterconnect/types 0.2.26 → 0.2.27

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,6 +1,6 @@
1
1
  import { Duration } from "luxon";
2
2
  import { Facility, GroundService } from "./Organization";
3
- import { ITripAirSegment, ITripGroundSegment } from "./Trip";
3
+ 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 {
@@ -186,5 +186,5 @@ export declare function calculateTravelTime(distanceMiles: number, speedMph: num
186
186
  * @returns The procedure time in hours
187
187
  */
188
188
  export declare function getProcedureTime(recoveryType: RecoveryType): number;
189
- export declare function createTripAirSegmentsFromTransportationRequest(transportationRequest: ITransportationRequest, localTimezone: string, distalTimezone: string): ITripAirSegment[];
190
- export declare function createTripGroundSegmentsFromTransportationRequest(transportationRequest: ITransportationRequest, localTimezone: string, distalTimezone: string): ITripGroundSegment[];
189
+ export declare function createTripAirSegmentsFromTransportationRequest(transportationRequest: ITransportationRequest, localTimezone: string, distalTimezone: string): ITripSegment[];
190
+ export declare function createTripGroundSegmentsFromTransportationRequest(transportationRequest: ITransportationRequest, localTimezone: string, distalTimezone: string): ITripSegment[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.2.26",
3
+ "version": "0.2.27",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",