Options
All
  • Public
  • Public/Protected
  • All
Menu
experimental

Hierarchy

  • TripModule

Index

Properties

getNearestPossiblePlace

getNearestPossiblePlace: getNearestPossiblePlace = getNearestPossiblePlace

getTripIdsWaitingToSync

getTripIdsWaitingToSync: getTripIdsWaitingToSync = getTripIdsWaitingToSync

Methods

applyTripTemplate

  • applyTripTemplate(tripId: string, templateId: number, dayIndex: number): Promise<Trip>

cloneTrip

  • cloneTrip(id: any): Promise<string>

emptyTripsTrash

  • emptyTripsTrash(): Promise<string[]>

ensureTripSyncedToServer

  • ensureTripSyncedToServer(tripId: string): Promise<void>

getTripDetailed

  • getTripDetailed(id: string): Promise<Trip>

getTripEditor

getTripTemplates

  • getTripTemplates(placeId: string): Promise<TripTemplate[]>

getTrips

  • getTrips(dateFrom?: string | null, dateTo?: string | null): Promise<TripInfo[]>

getTripsInTrash

  • getTripsInTrash(): Promise<TripInfo[]>

saveTrip

Generated using TypeDoc