@pulsecharterconnect/types 0.2.88 → 0.2.89

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.
@@ -103,9 +103,10 @@ class Proposal {
103
103
  segmentType: _1.SegmentType.GROUND_TRANSPORTATION,
104
104
  segmentStatus: _1.SegmentStatus.NOT_STARTED,
105
105
  additionalInformation: this.additionalInformation,
106
- scheduledDepartureTime: inboundToRecipientAirSegment.scheduledDepartureTime,
107
- scheduledDepartureTimeTimezone: inboundToRecipientAirSegment.scheduledDepartureTimezone || "",
108
- scheduledArrivalTime: inboundToRecipientAirSegment.scheduledArrivalTime,
106
+ scheduledDepartureTime: inboundToRecipientAirSegment.scheduledArrivalTime,
107
+ scheduledDepartureTimeTimezone: inboundToRecipientAirSegment.scheduledArrivalTimezone || "",
108
+ scheduledArrivalTime: inboundToRecipientAirSegment.scheduledArrivalTime +
109
+ (inboundToRecipientAirSegment.anticipatedDriveTime || 0),
109
110
  scheduledArrivalTimeTimezone: inboundToRecipientAirSegment.scheduledArrivalTimezone || "",
110
111
  transportationOperatorId: this.transportationOperatorId,
111
112
  scheduledDepartureLocation: inboundToRecipientAirSegment.scheduledArrivalFBO
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.2.88",
3
+ "version": "0.2.89",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",