@vendasta/meetings 0.100.0 → 1.0.4

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.
Files changed (27) hide show
  1. package/esm2020/lib/_internal/enums/index.mjs +2 -1
  2. package/esm2020/lib/_internal/enums/meeting-host.enum.mjs +12 -0
  3. package/esm2020/lib/_internal/interfaces/index.mjs +1 -1
  4. package/esm2020/lib/_internal/interfaces/meeting-guest.interface.mjs +1 -1
  5. package/esm2020/lib/_internal/interfaces/meeting-host.interface.mjs +1 -1
  6. package/esm2020/lib/_internal/meeting-guest.api.service.mjs +3 -3
  7. package/esm2020/lib/_internal/meeting-host.api.service.mjs +9 -1
  8. package/esm2020/lib/_internal/objects/index.mjs +2 -2
  9. package/esm2020/lib/_internal/objects/meeting-guest.mjs +96 -90
  10. package/esm2020/lib/_internal/objects/meeting-host.mjs +20 -2
  11. package/esm2020/lib/host/host.service.mjs +1 -1
  12. package/fesm2015/vendasta-meetings.mjs +133 -89
  13. package/fesm2015/vendasta-meetings.mjs.map +1 -1
  14. package/fesm2020/vendasta-meetings.mjs +133 -89
  15. package/fesm2020/vendasta-meetings.mjs.map +1 -1
  16. package/lib/_internal/enums/index.d.ts +1 -0
  17. package/lib/_internal/enums/meeting-host.enum.d.ts +4 -0
  18. package/lib/_internal/interfaces/index.d.ts +1 -1
  19. package/lib/_internal/interfaces/meeting-guest.interface.d.ts +19 -19
  20. package/lib/_internal/interfaces/meeting-host.interface.d.ts +5 -1
  21. package/lib/_internal/meeting-guest.api.service.d.ts +2 -2
  22. package/lib/_internal/meeting-host.api.service.d.ts +2 -0
  23. package/lib/_internal/objects/index.d.ts +1 -1
  24. package/lib/_internal/objects/meeting-guest.d.ts +26 -27
  25. package/lib/_internal/objects/meeting-host.d.ts +5 -1
  26. package/lib/host/host.service.d.ts +2 -16
  27. package/package.json +1 -1
@@ -2,4 +2,5 @@ export { CalendarSource, MeetingSource, MeetingSourceStatus, } from './meeting-s
2
2
  export { ZoomApprovalType, ZoomMeetingRecurrenceType, ZoomMeetingType, ZoomMonthlyWeek, ZoomMonthlyWeekDay, ZoomRegistrationType, ZoomWeeklyDay, } from './zoom.enum';
3
3
  export { CalendarType, FormFieldType, OnBoardingState, } from './shared.enum';
4
4
  export { DateRangeType, MeetingLocationType, RegistrationCutOffUnit, RelativeTimeUnit, TeamEventMeetingType, } from './meeting-type.enum';
5
+ export { BookingFailureReason, } from './meeting-host.enum';
5
6
  export { DayOfWeek, } from './dayofweek.enum';
@@ -0,0 +1,4 @@
1
+ export declare enum BookingFailureReason {
2
+ BOOKING_FAILURE_REASON_REGISTRATION_CUTOFF_EXCEEDED = 0,
3
+ BOOKING_FAILURE_REASON_MAX_INVITEE_COUNT_EXCEEDED = 1
4
+ }
@@ -5,7 +5,7 @@ export { AnswerInterface, AnswersInterface, CalendarApplicationContextEntryInter
5
5
  export { DateRangeInterface, } from './date-range.interface';
6
6
  export { EventTypeDateRangeInterface, FieldInterface, FormInterface, MeetingTypeInterface, RegistrationCutOffInterface, RelativeDateRangeInterface, } from './meeting-type.interface';
7
7
  export { EventGroupAndServiceAssociationsInterface, GroupInterface, ServiceInterface, } from './groups-and-services.interface';
8
- export { BookMeetingRequestInterface, BookMeetingResponseInterface, GetCalendarRequestInterface, GetCalendarResponseInterface, GetGroupRequestInterface, GetGroupResponseInterface, GetHostRequestInterface, GetHostResponseInterface, GetMeetingTypeRequestInterface, GetMeetingTypeResponseInterface, GetServiceRequestInterface, GetServiceResponseInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestGetBookedMeetingResponseInterface, GuestIsHostConfiguredRequestInterface, GuestIsHostConfiguredResponseInterface, GuestRescheduleMeetingRequestInterface, IsoDateTimeRangeInterface, ListAvailableTimeSlotsRequestInterface, ListAvailableTimeSlotsResponseInterface, ListMeetingTypesRequestInterface, ListMeetingTypesResponseInterface, BookMeetingRequestMetadataEntryInterface, RegisterSessionRequestInterface, GetSessionMeetingRequestInterface, GetSessionMeetingResponseInterface, } from './meeting-guest.interface';
8
+ export { BookMeetingRequestInterface, BookMeetingResponseInterface, GetCalendarRequestInterface, GetCalendarResponseInterface, GetGroupRequestInterface, GetGroupResponseInterface, GetHostRequestInterface, GetHostResponseInterface, GetMeetingTypeRequestInterface, GetMeetingTypeResponseInterface, GetServiceRequestInterface, GetServiceResponseInterface, GetSessionMeetingRequestInterface, GetSessionMeetingResponseInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestGetBookedMeetingResponseInterface, GuestIsHostConfiguredRequestInterface, GuestIsHostConfiguredResponseInterface, GuestRescheduleMeetingRequestInterface, IsoDateTimeRangeInterface, ListAvailableTimeSlotsRequestInterface, ListAvailableTimeSlotsResponseInterface, ListMeetingTypesRequestInterface, ListMeetingTypesResponseInterface, BookMeetingRequestMetadataEntryInterface, RegisterSessionRequestInterface, } from './meeting-guest.interface';
9
9
  export { FieldMaskInterface, } from './field-mask.interface';
10
10
  export { BuildHostIdRequestApplicationContextPropertiesEntryInterface, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface, IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface, AvailabilityRuleInterface, AvailabilityRuleListInterface, BuildHostIdRequestInterface, BuildHostIdResponseInterface, GetMeetingTypesForCalendarsResponseCalendarMeetingTypesMapEntryInterface, CalendarMigrationResponseInterface, CancelMeetingRequestInterface, CheckGroupOrServiceSlugExistRequestInterface, CheckGroupOrServiceSlugExistResponseInterface, CreateAvailabilityRequestInterface, CreateAvailabilityResponseInterface, CreateCalendarRequestInterface, CreateCalendarResponseInterface, CreateDefaultMeetingTypesRequestInterface, CreateGroupRequestInterface, CreateGroupResponseInterface, CreateMeetingTypeRequestInterface, CreateMeetingTypeResponseInterface, CreateServiceRequestInterface, CreateServiceResponseInterface, DeleteAvailabilityRequestInterface, DeleteGroupRequestInterface, DeleteMeetingTypeRequestInterface, DeleteServiceRequestInterface, DoesCalendarExistRequestInterface, DoesCalendarExistResponseInterface, EnsureGroupCalendarsExistRequestInterface, EnsureGroupCalendarsExistResponseInterface, EnsurePersonalCalendarExistsRequestInterface, EnsurePersonalCalendarExistsResponseInterface, EnsureSessionEventCalendarsExistRequestInterface, EnsureSessionEventCalendarsExistResponseInterface, ListBookedMeetingsRequestFiltersInterface, ListAvailabilityRequestFiltersInterface, GetEntityAssociationRequestInterface, GetEntityAssociationResponseInterface, GetHostMeetingRequestInterface, GetHostMeetingResponseInterface, GetHostPreferencesRequestInterface, GetHostPreferencesResponseInterface, GetHostsForCalendarRequestInterface, GetHostsForCalendarResponseInterface, GetMeetingTypesForCalendarsRequestInterface, GetMeetingTypesForCalendarsResponseInterface, HostBookMeetingRequestInterface, HostBookMeetingResponseInterface, HostBookSessionRequestInterface, HostBookSessionResponseInterface, HostDeleteAttendeesRequestInterface, HostDetailsInterface, HostGetCalendarRequestInterface, HostGetCalendarResponseInterface, HostGetMeetingTypeRequestInterface, HostGetMeetingTypeResponseInterface, HostListMeetingTypesRequestInterface, HostListMeetingTypesResponseInterface, GetHostsForCalendarResponseHostUserAvailabilityRuleEntryInterface, IsCalendarConfiguredRequestInterface, IsCalendarConfiguredResponseInterface, IsHostConfiguredRequestInterface, IsHostConfiguredResponseInterface, ListAttendeesRequestInterface, ListAttendeesResponseInterface, ListAvailabilityRequestInterface, ListAvailabilityResponseInterface, ListBookedMeetingsRequestInterface, ListBookedMeetingsResponseInterface, ListGroupsRequestInterface, ListGroupsResponseInterface, ListServicesRequestInterface, ListServicesResponseInterface, MeetingInterface, MeetingTypeListInterface, UpdateMeetingMetadataRequestMetadataEntryInterface, MeetingMetadataEntryInterface, RescheduleMeetingRequestInterface, SendMeetingRequestEmailRequestInterface, SessionAttendeesInterface, SetGeneralAvailabilityRequestInterface, UpdateAvailabilityRequestInterface, UpdateCalendarRequestInterface, UpdateGroupRequestInterface, UpdateHostPreferencesRequestInterface, UpdateMeetingMetadataRequestInterface, UpdateMeetingTypeRequestInterface, UpdateServiceRequestInterface, WeekdayAvailabilityInterface, } from './meeting-host.interface';
11
11
  export { TimeOfDayInterface, } from './timeofday.interface';
@@ -1,7 +1,7 @@
1
1
  import { ContactInterface, AnswersInterface, CalendarInterface, HostInterface, HostUserInterface } from './shared.interface';
2
2
  import { DateRangeInterface } from './date-range.interface';
3
3
  import { GroupInterface, ServiceInterface } from './groups-and-services.interface';
4
- import { FormInterface, MeetingTypeInterface } from './meeting-type.interface';
4
+ import { MeetingTypeInterface, FormInterface } from './meeting-type.interface';
5
5
  import { TimeZoneInterface } from './';
6
6
  import * as e from '../enums';
7
7
  export interface BookMeetingRequestInterface {
@@ -60,6 +60,24 @@ export interface GetServiceResponseInterface {
60
60
  service?: ServiceInterface;
61
61
  businessDisplayLogoUrl?: string;
62
62
  }
63
+ export interface GetSessionMeetingRequestInterface {
64
+ sessionMeetingId?: string;
65
+ slug?: string;
66
+ }
67
+ export interface GetSessionMeetingResponseInterface {
68
+ title?: string;
69
+ location?: string;
70
+ start?: Date;
71
+ duration?: string;
72
+ businessLogoUrl?: string;
73
+ imageUrl?: string;
74
+ hostUsers?: HostUserInterface[];
75
+ description?: string;
76
+ form?: FormInterface;
77
+ attendeeCount?: number;
78
+ registeredAttendeeCount?: number;
79
+ registrationCutOffTime?: Date;
80
+ }
63
81
  export interface GuestCancelMeetingRequestInterface {
64
82
  meetingId?: string;
65
83
  authToken?: string;
@@ -127,21 +145,3 @@ export interface RegisterSessionRequestInterface {
127
145
  formAnswers?: AnswersInterface;
128
146
  recaptchaToken?: string;
129
147
  }
130
- export interface GetSessionMeetingRequestInterface {
131
- meetingId?: string;
132
- slug?: string;
133
- }
134
- export interface GetSessionMeetingResponseInterface {
135
- title?: string;
136
- location?: string;
137
- start?: Date;
138
- duration?: number;
139
- businessLogoUrl?: string;
140
- imageUrl?: string;
141
- hostUsers?: HostUserInterface[];
142
- description?: string;
143
- form?: FormInterface;
144
- attendeeCount?: number;
145
- registeredAttendeeCount?: number;
146
- registrationCutOffTime?: Date;
147
- }
@@ -2,7 +2,7 @@ import { DateRangeInterface } from './date-range.interface';
2
2
  import { FieldMaskInterface } from './field-mask.interface';
3
3
  import { GroupInterface, ServiceInterface } from './groups-and-services.interface';
4
4
  import { MeetingTypeInterface, RegistrationCutOffInterface } from './meeting-type.interface';
5
- import { TimeRangeInterface, CalendarInterface, PreferencesInterface, HostUserInterface, ContactInterface, EmailsToDeleteInterface, PagedResponseMetadataInterface, PagedRequestOptionsInterface, AttendeeInterface, AnswersInterface, AttachmentInterface } from './shared.interface';
5
+ import { TimeRangeInterface, CalendarInterface, PreferencesInterface, HostUserInterface, ContactInterface, EmailsToDeleteInterface, PagedRequestOptionsInterface, PagedResponseMetadataInterface, AttendeeInterface, AnswersInterface, AttachmentInterface } from './shared.interface';
6
6
  import { TimeZoneInterface } from './';
7
7
  import * as e from '../enums';
8
8
  export interface BuildHostIdRequestApplicationContextPropertiesEntryInterface {
@@ -263,6 +263,7 @@ export interface IsHostConfiguredResponseInterface {
263
263
  }
264
264
  export interface ListAttendeesRequestInterface {
265
265
  meetingId?: string;
266
+ pagingOptions?: PagedRequestOptionsInterface;
266
267
  }
267
268
  export interface ListAttendeesResponseInterface {
268
269
  attendees?: SessionAttendeesInterface[];
@@ -352,6 +353,9 @@ export interface SessionAttendeesInterface {
352
353
  email?: string;
353
354
  phoneNumber?: string;
354
355
  formAnswers?: AnswersInterface;
356
+ comment?: string;
357
+ isBookingConfirmed?: boolean;
358
+ bookingFailureReason?: e.BookingFailureReason;
355
359
  }
356
360
  export interface SetGeneralAvailabilityRequestInterface {
357
361
  hostId?: string;
@@ -1,5 +1,5 @@
1
- import { BookMeetingRequest, BookMeetingResponse, GetCalendarRequest, GetCalendarResponse, GetGroupRequest, GetGroupResponse, GetHostRequest, GetHostResponse, GetMeetingTypeRequest, GetMeetingTypeResponse, GetServiceRequest, GetServiceResponse, GuestCancelMeetingRequest, GuestGetBookedMeetingRequest, GuestGetBookedMeetingResponse, GuestIsHostConfiguredRequest, GuestIsHostConfiguredResponse, GuestRescheduleMeetingRequest, ListAvailableTimeSlotsRequest, ListAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse, RegisterSessionRequest, GetSessionMeetingRequest, GetSessionMeetingResponse } from './objects/';
2
- import { BookMeetingRequestInterface, GetCalendarRequestInterface, GetGroupRequestInterface, GetHostRequestInterface, GetMeetingTypeRequestInterface, GetServiceRequestInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestIsHostConfiguredRequestInterface, GuestRescheduleMeetingRequestInterface, ListAvailableTimeSlotsRequestInterface, ListMeetingTypesRequestInterface, RegisterSessionRequestInterface, GetSessionMeetingRequestInterface } from './interfaces/';
1
+ import { BookMeetingRequest, BookMeetingResponse, GetCalendarRequest, GetCalendarResponse, GetGroupRequest, GetGroupResponse, GetHostRequest, GetHostResponse, GetMeetingTypeRequest, GetMeetingTypeResponse, GetServiceRequest, GetServiceResponse, GetSessionMeetingRequest, GetSessionMeetingResponse, GuestCancelMeetingRequest, GuestGetBookedMeetingRequest, GuestGetBookedMeetingResponse, GuestIsHostConfiguredRequest, GuestIsHostConfiguredResponse, GuestRescheduleMeetingRequest, ListAvailableTimeSlotsRequest, ListAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse, RegisterSessionRequest } from './objects/';
2
+ import { BookMeetingRequestInterface, GetCalendarRequestInterface, GetGroupRequestInterface, GetHostRequestInterface, GetMeetingTypeRequestInterface, GetServiceRequestInterface, GetSessionMeetingRequestInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestIsHostConfiguredRequestInterface, GuestRescheduleMeetingRequestInterface, ListAvailableTimeSlotsRequestInterface, ListMeetingTypesRequestInterface, RegisterSessionRequestInterface } from './interfaces/';
3
3
  import { HttpResponse } from '@angular/common/http';
4
4
  import { Observable } from 'rxjs';
5
5
  import * as i0 from "@angular/core";
@@ -57,6 +57,8 @@ export declare class MeetingHostApiService {
57
57
  hostBookSession(r: HostBookSessionRequest | HostBookSessionRequestInterface): Observable<HostBookSessionResponse>;
58
58
  hostDeleteAttendees(r: HostDeleteAttendeesRequest | HostDeleteAttendeesRequestInterface): Observable<HttpResponse<null>>;
59
59
  listAttendees(r: ListAttendeesRequest | ListAttendeesRequestInterface): Observable<ListAttendeesResponse>;
60
+ cancelSession(r: CancelMeetingRequest | CancelMeetingRequestInterface): Observable<HttpResponse<null>>;
61
+ rescheduleSession(r: RescheduleMeetingRequest | RescheduleMeetingRequestInterface): Observable<HttpResponse<null>>;
60
62
  static ɵfac: i0.ɵɵFactoryDeclaration<MeetingHostApiService, never>;
61
63
  static ɵprov: i0.ɵɵInjectableDeclaration<MeetingHostApiService>;
62
64
  }
@@ -5,7 +5,7 @@ export { Answer, Answers, CalendarApplicationContextEntry, Attachment, Attendee,
5
5
  export { DateRange, } from './date-range';
6
6
  export { EventTypeDateRange, Field, Form, MeetingType, RegistrationCutOff, RelativeDateRange, } from './meeting-type';
7
7
  export { EventGroupAndServiceAssociations, Group, Service, } from './groups-and-services';
8
- export { BookMeetingRequest, BookMeetingResponse, GetCalendarRequest, GetCalendarResponse, GetGroupRequest, GetGroupResponse, GetHostRequest, GetHostResponse, GetMeetingTypeRequest, GetMeetingTypeResponse, GetServiceRequest, GetServiceResponse, GuestCancelMeetingRequest, GuestGetBookedMeetingRequest, GuestGetBookedMeetingResponse, GuestIsHostConfiguredRequest, GuestIsHostConfiguredResponse, GuestRescheduleMeetingRequest, IsoDateTimeRange, ListAvailableTimeSlotsRequest, ListAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse, BookMeetingRequestMetadataEntry, RegisterSessionRequest, GetSessionMeetingRequest, GetSessionMeetingResponse, } from './meeting-guest';
8
+ export { BookMeetingRequest, BookMeetingResponse, GetCalendarRequest, GetCalendarResponse, GetGroupRequest, GetGroupResponse, GetHostRequest, GetHostResponse, GetMeetingTypeRequest, GetMeetingTypeResponse, GetServiceRequest, GetServiceResponse, GetSessionMeetingRequest, GetSessionMeetingResponse, GuestCancelMeetingRequest, GuestGetBookedMeetingRequest, GuestGetBookedMeetingResponse, GuestIsHostConfiguredRequest, GuestIsHostConfiguredResponse, GuestRescheduleMeetingRequest, IsoDateTimeRange, ListAvailableTimeSlotsRequest, ListAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse, BookMeetingRequestMetadataEntry, RegisterSessionRequest, } from './meeting-guest';
9
9
  export { FieldMask, } from './field-mask';
10
10
  export { BuildHostIdRequestApplicationContextPropertiesEntry, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntry, IsCalendarConfiguredRequestApplicationContextPropertiesEntry, AvailabilityRule, AvailabilityRuleList, BuildHostIdRequest, BuildHostIdResponse, GetMeetingTypesForCalendarsResponseCalendarMeetingTypesMapEntry, CalendarMigrationResponse, CancelMeetingRequest, CheckGroupOrServiceSlugExistRequest, CheckGroupOrServiceSlugExistResponse, CreateAvailabilityRequest, CreateAvailabilityResponse, CreateCalendarRequest, CreateCalendarResponse, CreateDefaultMeetingTypesRequest, CreateGroupRequest, CreateGroupResponse, CreateMeetingTypeRequest, CreateMeetingTypeResponse, CreateServiceRequest, CreateServiceResponse, DeleteAvailabilityRequest, DeleteGroupRequest, DeleteMeetingTypeRequest, DeleteServiceRequest, DoesCalendarExistRequest, DoesCalendarExistResponse, EnsureGroupCalendarsExistRequest, EnsureGroupCalendarsExistResponse, EnsurePersonalCalendarExistsRequest, EnsurePersonalCalendarExistsResponse, EnsureSessionEventCalendarsExistRequest, EnsureSessionEventCalendarsExistResponse, ListBookedMeetingsRequestFilters, ListAvailabilityRequestFilters, GetEntityAssociationRequest, GetEntityAssociationResponse, GetHostMeetingRequest, GetHostMeetingResponse, GetHostPreferencesRequest, GetHostPreferencesResponse, GetHostsForCalendarRequest, GetHostsForCalendarResponse, GetMeetingTypesForCalendarsRequest, GetMeetingTypesForCalendarsResponse, HostBookMeetingRequest, HostBookMeetingResponse, HostBookSessionRequest, HostBookSessionResponse, HostDeleteAttendeesRequest, HostDetails, HostGetCalendarRequest, HostGetCalendarResponse, HostGetMeetingTypeRequest, HostGetMeetingTypeResponse, HostListMeetingTypesRequest, HostListMeetingTypesResponse, GetHostsForCalendarResponseHostUserAvailabilityRuleEntry, IsCalendarConfiguredRequest, IsCalendarConfiguredResponse, IsHostConfiguredRequest, IsHostConfiguredResponse, ListAttendeesRequest, ListAttendeesResponse, ListAvailabilityRequest, ListAvailabilityResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, ListGroupsRequest, ListGroupsResponse, ListServicesRequest, ListServicesResponse, Meeting, MeetingTypeList, UpdateMeetingMetadataRequestMetadataEntry, MeetingMetadataEntry, RescheduleMeetingRequest, SendMeetingRequestEmailRequest, SessionAttendees, SetGeneralAvailabilityRequest, UpdateAvailabilityRequest, UpdateCalendarRequest, UpdateGroupRequest, UpdateHostPreferencesRequest, UpdateMeetingMetadataRequest, UpdateMeetingTypeRequest, UpdateServiceRequest, WeekdayAvailability, } from './meeting-host';
11
11
  export { TimeOfDay, } from './timeofday';
@@ -1,11 +1,10 @@
1
1
  import * as i from '../interfaces';
2
- import { Contact, Answers, Calendar, Host } from './shared';
2
+ import { Contact, Answers, Calendar, Host, HostUser } from './shared';
3
3
  import { DateRange } from './date-range';
4
4
  import { Group, Service } from './groups-and-services';
5
- import { MeetingType } from './meeting-type';
5
+ import { MeetingType, Form } from './meeting-type';
6
6
  import { TimeZone } from './';
7
7
  import * as e from '../enums';
8
- import { FormInterface, HostUserInterface } from "../interfaces";
9
8
  export declare function enumStringToValue<E>(enumRef: any, value: string): E;
10
9
  export declare class BookMeetingRequest implements i.BookMeetingRequestInterface {
11
10
  hostId: string;
@@ -99,6 +98,30 @@ export declare class GetServiceResponse implements i.GetServiceResponseInterface
99
98
  constructor(kwargs?: i.GetServiceResponseInterface);
100
99
  toApiJson(): object;
101
100
  }
101
+ export declare class GetSessionMeetingRequest implements i.GetSessionMeetingRequestInterface {
102
+ sessionMeetingId: string;
103
+ slug: string;
104
+ static fromProto(proto: any): GetSessionMeetingRequest;
105
+ constructor(kwargs?: i.GetSessionMeetingRequestInterface);
106
+ toApiJson(): object;
107
+ }
108
+ export declare class GetSessionMeetingResponse implements i.GetSessionMeetingResponseInterface {
109
+ title: string;
110
+ location: string;
111
+ start: Date;
112
+ duration: string;
113
+ businessLogoUrl: string;
114
+ imageUrl: string;
115
+ hostUsers: HostUser[];
116
+ description: string;
117
+ form: Form;
118
+ attendeeCount: number;
119
+ registeredAttendeeCount: number;
120
+ registrationCutOffTime: Date;
121
+ static fromProto(proto: any): GetSessionMeetingResponse;
122
+ constructor(kwargs?: i.GetSessionMeetingResponseInterface);
123
+ toApiJson(): object;
124
+ }
102
125
  export declare class GuestCancelMeetingRequest implements i.GuestCancelMeetingRequestInterface {
103
126
  meetingId: string;
104
127
  authToken: string;
@@ -205,27 +228,3 @@ export declare class RegisterSessionRequest implements i.RegisterSessionRequestI
205
228
  constructor(kwargs?: i.RegisterSessionRequestInterface);
206
229
  toApiJson(): object;
207
230
  }
208
- export declare class GetSessionMeetingRequest implements i.GetSessionMeetingRequestInterface {
209
- meetingId: string;
210
- slug: string;
211
- static fromProto(proto: any): GetSessionMeetingRequest;
212
- constructor(kwargs?: i.GetSessionMeetingRequestInterface);
213
- toApiJson(): object;
214
- }
215
- export declare class GetSessionMeetingResponse implements i.GetSessionMeetingResponseInterface {
216
- title: string;
217
- location: string;
218
- start: Date;
219
- duration: number;
220
- businessLogoUrl: string;
221
- imageUrl: string;
222
- hostUsers: HostUserInterface[];
223
- description: string;
224
- form: FormInterface;
225
- attendeeCount: number;
226
- registeredAttendeeCount: number;
227
- registrationCutOffTime: Date;
228
- static fromProto(proto: any): GetSessionMeetingResponse;
229
- constructor(kwargs?: i.GetServiceResponseInterface);
230
- toApiJson(): object;
231
- }
@@ -3,7 +3,7 @@ import { DateRange } from './date-range';
3
3
  import { FieldMask } from './field-mask';
4
4
  import { Group, Service } from './groups-and-services';
5
5
  import { MeetingType, RegistrationCutOff } from './meeting-type';
6
- import { TimeRange, Calendar, Preferences, HostUser, Contact, EmailsToDelete, PagedResponseMetadata, PagedRequestOptions, Attendee, Answers, Attachment } from './shared';
6
+ import { TimeRange, Calendar, Preferences, HostUser, Contact, EmailsToDelete, PagedRequestOptions, PagedResponseMetadata, Attendee, Answers, Attachment } from './shared';
7
7
  import { TimeZone } from './';
8
8
  import * as e from '../enums';
9
9
  export declare function enumStringToValue<E>(enumRef: any, value: string): E;
@@ -457,6 +457,7 @@ export declare class IsHostConfiguredResponse implements i.IsHostConfiguredRespo
457
457
  }
458
458
  export declare class ListAttendeesRequest implements i.ListAttendeesRequestInterface {
459
459
  meetingId: string;
460
+ pagingOptions: PagedRequestOptions;
460
461
  static fromProto(proto: any): ListAttendeesRequest;
461
462
  constructor(kwargs?: i.ListAttendeesRequestInterface);
462
463
  toApiJson(): object;
@@ -594,6 +595,9 @@ export declare class SessionAttendees implements i.SessionAttendeesInterface {
594
595
  email: string;
595
596
  phoneNumber: string;
596
597
  formAnswers: Answers;
598
+ comment: string;
599
+ isBookingConfirmed: boolean;
600
+ bookingFailureReason: e.BookingFailureReason;
597
601
  static fromProto(proto: any): SessionAttendees;
598
602
  constructor(kwargs?: i.SessionAttendeesInterface);
599
603
  toApiJson(): object;
@@ -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.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"