@tripian/core 9.0.45 → 9.0.49

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.
package/api/API.d.ts CHANGED
@@ -136,7 +136,7 @@ declare class API {
136
136
  tripUpdate: (tripHash: string, tripProfile: Model.TripProfile, minDayIndex?: number) => Promise<Model.Trip>;
137
137
  tripDelete: (tripHash: string) => Promise<number>;
138
138
  tripDownloadIcs: (tripHash: string) => Promise<void>;
139
- tripGetShared: (tripHash: string) => Promise<Model.Trip>;
139
+ tripGetShared: (tripHash: string, delay?: boolean) => Promise<Model.Trip>;
140
140
  tripShare: (tripHash: string, share: boolean) => Promise<boolean>;
141
141
  /**
142
142
  * Reservations