File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ import { OperationsService } from '@services/OperationsService';
31
31
import { OperationTemplatesService } from '@services/OperationTemplatesService' ;
32
32
import { VehicleInspectionService } from '@services/VehicleInspectionService' ;
33
33
import { VehicleInventoryCheckService } from '@services/VehicleInventoryCheckService' ;
34
+ import { AppointmentsService } from '@services/AppointmentsService' ;
34
35
35
36
export class Client {
36
37
readonly config : ClientConfigInterface ;
@@ -126,6 +127,10 @@ export class Client {
126
127
return new FormsService ( this ) ;
127
128
}
128
129
130
+ public appointments ( ) : AppointmentsService {
131
+ return new AppointmentsService ( this ) ;
132
+ }
133
+
129
134
public teams ( ) : TeamsService {
130
135
return new TeamsService ( this ) ;
131
136
}
You can’t perform that action at this time.
0 commit comments