Skip to content

Commit

Permalink
Exports visibility constants
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpaul committed Nov 22, 2019
1 parent 70ad475 commit aa2647f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { AxiosInstance } from 'axios';
import Client from './client';
import Days from './constants/days';
import Notifications from './constants/notifications';
import Visibilities from "./constants/visibilities";
import Answer from './models/answer';
import Attendee from './models/attendee';
import Preference from './models/preference';
Expand Down Expand Up @@ -47,7 +48,7 @@ export interface Sortable extends Resource {
sortBy(sortable: string): this;
}

export { Answer, Attendee, Days, Notifications, Preference, Response };
export { Answer, Attendee, Days, Notifications, Preference, Response, Visibilities };

export class OpenApi {
protected appointment: AppointmentResource;
Expand Down

0 comments on commit aa2647f

Please sign in to comment.