@vendasta/meetings 0.100.0 → 1.0.1

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.
@@ -1,5 +1,5 @@
1
1
  import { Observable } from "rxjs";
2
- import { AvailabilityRuleList, CreateCalendarRequestInterface, CreateCalendarResponse, DayOfWeek, GetGroupResponse, GetServiceResponse, HostBookMeetingRequestInterface, IsCalendarConfiguredRequestInterface, IsCalendarConfiguredResponse, IsHostConfiguredResponse, ListAvailabilityRequestFiltersInterface, ListBookedMeetingsRequestFiltersInterface, MeetingHostApiService, PagedRequestOptionsInterface, SendMeetingRequestEmailRequestInterface, TimeRangeInterface, TimeZoneInterface, WeekdayAvailability, Contact, EmailsToDelete } from "../_internal";
2
+ import { AvailabilityRuleList, CreateCalendarRequestInterface, CreateCalendarResponse, DayOfWeek, GetGroupResponse, GetServiceResponse, HostBookMeetingRequestInterface, IsCalendarConfiguredRequestInterface, IsCalendarConfiguredResponse, IsHostConfiguredResponse, ListAvailabilityRequestFiltersInterface, ListBookedMeetingsRequestFiltersInterface, MeetingHostApiService, PagedRequestOptionsInterface, SendMeetingRequestEmailRequestInterface, TimeRangeInterface, TimeZoneInterface, WeekdayAvailability, Contact, EmailsToDelete, HostBookSessionRequestInterface } from "../_internal";
3
3
  import { BookMeetingResponse, BookSessionResponse } from '../guest';
4
4
  import { ApplicationContextPropertiesSet, AvailabilityRule, Calendar, EntityAssociations, Group, HostUrlMap, Meeting, MeetingMetadata, MeetingType, PagedResponse, Preferences, Service } from "../shared";
5
5
  import { HostUser } from "../shared/host-user";
@@ -118,21 +118,7 @@ export declare class HostService {
118
118
  location?: string;
119
119
  userId?: string;
120
120
  }): Observable<BookMeetingResponse>;
121
- hostBookSession(req: {
122
- title: string;
123
- location: string;
124
- locationType: any;
125
- duration: string;
126
- description: string;
127
- maxAttendees: number;
128
- logoUrl: string;
129
- hostUsers: any[];
130
- registrationCutoff: any;
131
- timeSlot: any;
132
- slug: string;
133
- start: Date;
134
- meetingTypeId: string;
135
- }): Observable<BookSessionResponse>;
121
+ hostBookSession(req: HostBookSessionRequestInterface): Observable<BookSessionResponse>;
136
122
  bookMeeting(req: HostBookMeetingRequestInterface): Observable<string>;
137
123
  createDefaultMeetingTypes(req: {
138
124
  calendarIds: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/meetings",
3
- "version": "0.100.0",
3
+ "version": "1.00.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"