@tripian/core 9.1.50 → 9.1.51

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
@@ -284,7 +284,7 @@ declare class API {
284
284
  * Plan Combo
285
285
  */
286
286
  planUpdateOrders: (planId: number, orders: number[], tripHash: string) => Promise<Model.Trip>;
287
- planUpdateTime: (planId: number, startTime: string, endTime: string, tripHash: string) => Promise<Model.Trip>;
287
+ planUpdateTime: (planId: number, minDayIndex: number, startTime: string, endTime: string, tripHash: string) => Promise<Model.Trip>;
288
288
  /**
289
289
  *
290
290
  *