@pulsecharterconnect/types 0.2.45 → 0.2.46

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.
@@ -542,7 +542,7 @@ class TransportationRequest {
542
542
  scheduledORTimeTimezone: this.orTimezone,
543
543
  estimatedOrganRecoveryTime: this.transportationRequestType === TransportRequestType.ONE_WAY
544
544
  ? 0
545
- : luxon_1.DateTime.fromMillis(this.orDateTimeGMT)
545
+ : luxon_1.DateTime.fromMillis(this.orDateTimeGMT, { zone: this.orTimezone })
546
546
  .plus(exports.RECOVERY_TIME_DURATION[this.recoveryType] || "3 hours")
547
547
  .toMillis(),
548
548
  estimatedOrganRecoveryTimeTimezone: this.orTimezone,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.2.45",
3
+ "version": "0.2.46",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",