@vendasta/meetings 1.5.6 → 1.5.8

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 (39) hide show
  1. package/esm2020/lib/_internal/google-meet.api.service.mjs +7 -8
  2. package/esm2020/lib/_internal/interfaces/index.mjs +1 -1
  3. package/esm2020/lib/_internal/interfaces/meeting-external.interface.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/interfaces/shared.interface.mjs +1 -1
  7. package/esm2020/lib/_internal/meeting-external.api.service.mjs +13 -9
  8. package/esm2020/lib/_internal/meeting-guest.api.service.mjs +7 -8
  9. package/esm2020/lib/_internal/meeting-host.api.service.mjs +13 -9
  10. package/esm2020/lib/_internal/meeting-source-api.api.service.mjs +7 -8
  11. package/esm2020/lib/_internal/objects/index.mjs +3 -3
  12. package/esm2020/lib/_internal/objects/meeting-external.mjs +64 -60
  13. package/esm2020/lib/_internal/objects/meeting-guest.mjs +5 -2
  14. package/esm2020/lib/_internal/objects/meeting-host.mjs +99 -6
  15. package/esm2020/lib/_internal/objects/shared.mjs +2 -3
  16. package/esm2020/lib/_internal/zoom.api.service.mjs +7 -8
  17. package/esm2020/lib/host/host.service.mjs +7 -2
  18. package/fesm2015/vendasta-meetings.mjs +364 -250
  19. package/fesm2015/vendasta-meetings.mjs.map +1 -1
  20. package/fesm2020/vendasta-meetings.mjs +364 -250
  21. package/fesm2020/vendasta-meetings.mjs.map +1 -1
  22. package/lib/_internal/google-meet.api.service.d.ts +2 -5
  23. package/lib/_internal/interfaces/index.d.ts +2 -2
  24. package/lib/_internal/interfaces/meeting-external.interface.d.ts +16 -23
  25. package/lib/_internal/interfaces/meeting-guest.interface.d.ts +2 -1
  26. package/lib/_internal/interfaces/meeting-host.interface.d.ts +21 -3
  27. package/lib/_internal/interfaces/shared.interface.d.ts +1 -2
  28. package/lib/_internal/meeting-external.api.service.d.ts +6 -7
  29. package/lib/_internal/meeting-guest.api.service.d.ts +3 -5
  30. package/lib/_internal/meeting-host.api.service.d.ts +6 -7
  31. package/lib/_internal/meeting-source-api.api.service.d.ts +2 -5
  32. package/lib/_internal/objects/index.d.ts +2 -2
  33. package/lib/_internal/objects/meeting-external.d.ts +22 -23
  34. package/lib/_internal/objects/meeting-guest.d.ts +2 -1
  35. package/lib/_internal/objects/meeting-host.d.ts +34 -7
  36. package/lib/_internal/objects/shared.d.ts +1 -2
  37. package/lib/_internal/zoom.api.service.d.ts +2 -5
  38. package/lib/host/host.service.d.ts +4 -1
  39. package/package.json +1 -1
@@ -1,14 +1,11 @@
1
1
  import { GoogleMeetCreateMeetingRequest, GoogleMeetCreateMeetingResponse, GoogleMeetListMeetingsRequest, GoogleMeetListMeetingsResponse } from './objects/';
2
2
  import { GoogleMeetCreateMeetingRequestInterface, GoogleMeetListMeetingsRequestInterface } from './interfaces/';
3
- import { HttpClient } from '@angular/common/http';
4
- import { HostService } from '../_generated/host.service';
5
3
  import { Observable } from 'rxjs';
6
4
  import * as i0 from "@angular/core";
7
5
  export declare class GoogleMeetApiService {
8
- private http;
9
- private hostService;
6
+ private readonly hostService;
7
+ private readonly http;
10
8
  private _host;
11
- constructor(http: HttpClient, hostService: HostService);
12
9
  private apiOptions;
13
10
  createMeeting(r: GoogleMeetCreateMeetingRequest | GoogleMeetCreateMeetingRequestInterface): Observable<GoogleMeetCreateMeetingResponse>;
14
11
  listMeetings(r: GoogleMeetListMeetingsRequest | GoogleMeetListMeetingsRequestInterface): Observable<GoogleMeetListMeetingsResponse>;
@@ -6,9 +6,9 @@ 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
8
  export { BookMeetingRequestInterface, BookMeetingResponseInterface, CheckFeatureFlagRequestInterface, CheckFeatureFlagResponseInterface, GetCalendarRequestInterface, GetCalendarResponseInterface, GetGroupRequestInterface, GetGroupResponseInterface, GetHostRequestInterface, GetHostResponseInterface, GetMeetingCalendarInfoRequestInterface, GetMeetingCalendarInfoResponseInterface, GetMeetingTypeRequestInterface, GetMeetingTypeResponseInterface, GetServiceRequestInterface, GetServiceResponseInterface, GetSessionInviteeMeetingInfoRequestInterface, GetSessionInviteeMeetingInfoResponseInterface, GetSessionMeetingRequestInterface, GetSessionMeetingResponseInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestGetBookedMeetingRequestV2Interface, GuestGetBookedMeetingResponseInterface, GuestGetBookedMeetingResponseV2Interface, GuestIsHostConfiguredRequestInterface, GuestIsHostConfiguredResponseInterface, GuestRescheduleMeetingRequestInterface, InviteeDeregisterSessionMeetingRequestInterface, InviteeRegisterSessionMeetingRequestInterface, ListAvailableTimeSlotsRequestInterface, ListAvailableTimeSlotsResponseInterface, ListMeetingTypesRequestInterface, ListMeetingTypesResponseInterface, BookMeetingRequestMetadataEntryInterface, RegisterSessionRequestInterface, } from './meeting-guest.interface';
9
- export { AvailableTimeSlotsRequestInterface, AvailableTimeSlotsResponseInterface, BookMeetingExternalRequestInterface, BookMeetingExternalResponseInterface, EventTypeInterface, ExternalCancelMeetingRequestInterface, ExternalRescheduleMeetingRequestInterface, ExternalRescheduleMeetingResponseInterface, GetUsersRequestInterface, GetUsersResponseInterface, GroupResponseInterface, GroupsRequestInterface, GroupsResponseInterface, HostUserDetailsInterface, ListTeamEventTypesRequestInterface, ListTeamEventTypesResponseInterface, ServiceResponseInterface, ServicesRequestInterface, ServicesResponseInterface, UserResponseInterface, } from './meeting-external.interface';
9
+ export { AvailableTimeSlotsRequestInterface, AvailableTimeSlotsResponseInterface, BookMeetingExternalRequestInterface, BookMeetingExternalResponseInterface, EventTypeInterface, ExternalCancelMeetingRequestInterface, ExternalRescheduleMeetingRequestInterface, ExternalRescheduleMeetingResponseInterface, GetUsersRequestInterface, GetUsersResponseInterface, GroupResponseInterface, GroupsRequestInterface, GroupsResponseInterface, HostUserDetailsInterface, ListTeamEventTypesRequestInterface, ListTeamEventTypesResponseInterface, ListUserEventTypesRequestInterface, ListUserEventTypesResponseInterface, ServiceResponseInterface, ServicesRequestInterface, ServicesResponseInterface, UserResponseInterface, } from './meeting-external.interface';
10
10
  export { FieldMaskInterface, } from './field-mask.interface';
11
- export { BuildHostIdRequestApplicationContextPropertiesEntryInterface, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface, IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface, AvailabilityRuleInterface, AvailabilityRuleListInterface, BuildHostIdRequestInterface, BuildHostIdResponseInterface, GetMeetingTypesForCalendarsResponseCalendarMeetingTypesMapEntryInterface, CalendarMigrationResponseInterface, CancelMeetingRequestInterface, CheckEventTypeSlugExistRequestInterface, CheckEventTypeSlugExistResponseInterface, 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, ListAvailableTimeslotsForRecurringSessionRequestInterface, ListAvailableTimeslotsForRecurringSessionResponseInterface, ListAvailableTimeslotsForSessionRequestInterface, ListAvailableTimeslotsForSessionResponseInterface, ListBookedMeetingsRequestInterface, ListBookedMeetingsResponseInterface, ListGroupsRequestInterface, ListGroupsResponseInterface, ListServicesRequestInterface, ListServicesResponseInterface, MeetingInterface, MeetingTypeListInterface, UpdateMeetingMetadataRequestMetadataEntryInterface, MeetingMetadataEntryInterface, RecurrenceConfigInterface, RecurrenceEndInterface, RescheduleMeetingRequestInterface, SendMeetingRequestEmailRequestInterface, SessionAttendeesInterface, SetGeneralAvailabilityRequestInterface, TimeSlotsByWeekDayInterface, UpdateAvailabilityRequestInterface, UpdateCalendarRequestInterface, UpdateGroupRequestInterface, UpdateHostPreferencesRequestInterface, UpdateMeetingMetadataRequestInterface, UpdateMeetingTypeRequestInterface, UpdateServiceRequestInterface, WeekdayAvailabilityInterface, } from './meeting-host.interface';
11
+ export { IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface, BuildHostIdRequestApplicationContextPropertiesEntryInterface, AvailabilityRuleInterface, AvailabilityRuleListInterface, BuildHostIdRequestInterface, BuildHostIdResponseInterface, GetMeetingTypesForCalendarsResponseCalendarMeetingTypesMapEntryInterface, CalendarMigrationResponseInterface, CancelMeetingRequestInterface, CheckEventTypeSlugExistRequestInterface, CheckEventTypeSlugExistResponseInterface, 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, EventTypeSummaryInterface, 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, ListAvailableTimeslotsForRecurringSessionRequestInterface, ListAvailableTimeslotsForRecurringSessionResponseInterface, ListAvailableTimeslotsForSessionRequestInterface, ListAvailableTimeslotsForSessionResponseInterface, ListBookedMeetingsRequestInterface, ListBookedMeetingsResponseInterface, ListEventTypesForMultipleCalendarsRequestInterface, ListEventTypesForMultipleCalendarsResponseInterface, ListGroupsRequestInterface, ListGroupsResponseInterface, ListServicesRequestInterface, ListServicesResponseInterface, MeetingInterface, MeetingTypeListInterface, UpdateMeetingMetadataRequestMetadataEntryInterface, MeetingMetadataEntryInterface, RecurrenceConfigInterface, RecurrenceEndInterface, RescheduleMeetingRequestInterface, SendMeetingRequestEmailRequestInterface, SessionAttendeesInterface, SetGeneralAvailabilityRequestInterface, TimeSlotsByWeekDayInterface, UpdateAvailabilityRequestInterface, UpdateCalendarRequestInterface, UpdateGroupRequestInterface, UpdateHostPreferencesRequestInterface, UpdateMeetingMetadataRequestInterface, UpdateMeetingTypeRequestInterface, UpdateServiceRequestInterface, WeekdayAvailabilityInterface, } from './meeting-host.interface';
12
12
  export { AccessInterface, MCPOptionsInterface, } from './annotations.interface';
13
13
  export { TimeOfDayInterface, } from './timeofday.interface';
14
14
  export { DateTimeInterface, TimeZoneInterface, } from './datetime.interface';
@@ -1,11 +1,10 @@
1
1
  import { DateRangeInterface } from './date-range.interface';
2
2
  import { EventTypeDateRangeInterface } from './meeting-type.interface';
3
3
  import { IsoDateTimeRangeInterface, ContactInterface, AnswersInterface, HostUserInterface, HostOrderDetailsInterface, PagedRequestOptionsInterface, PagedResponseMetadataInterface } from './shared.interface';
4
- import { TimeZoneInterface } from './datetime.interface';
4
+ import { TimeZoneInterface } from './';
5
5
  import * as e from '../enums';
6
6
  export interface AvailableTimeSlotsRequestInterface {
7
- partnerId?: string;
8
- businessId?: string;
7
+ namespace?: string;
9
8
  eventTypeId?: string;
10
9
  timeSpan?: DateRangeInterface;
11
10
  timeZone?: TimeZoneInterface;
@@ -15,9 +14,7 @@ export interface AvailableTimeSlotsResponseInterface {
15
14
  timeSlots?: IsoDateTimeRangeInterface[];
16
15
  }
17
16
  export interface BookMeetingExternalRequestInterface {
18
- partnerId?: string;
19
- businessId?: string;
20
- userId?: string;
17
+ namespace?: string;
21
18
  eventTypeId?: string;
22
19
  start?: Date;
23
20
  attendees?: ContactInterface[];
@@ -60,15 +57,12 @@ export interface EventTypeInterface {
60
57
  isPhoneNumberRequired?: boolean;
61
58
  }
62
59
  export interface ExternalCancelMeetingRequestInterface {
63
- partnerId?: string;
64
- businessId?: string;
60
+ namespace?: string;
65
61
  meetingId?: string;
66
62
  cancellationReason?: string;
67
63
  }
68
64
  export interface ExternalRescheduleMeetingRequestInterface {
69
- partnerId?: string;
70
- businessId?: string;
71
- userId?: string;
65
+ namespace?: string;
72
66
  meetingId?: string;
73
67
  startTime?: Date;
74
68
  location?: string;
@@ -88,9 +82,7 @@ export interface ExternalRescheduleMeetingResponseInterface {
88
82
  cancelUrl?: string;
89
83
  }
90
84
  export interface GetUsersRequestInterface {
91
- partnerId?: string;
92
- businessId?: string;
93
- userId?: string;
85
+ namespace?: string;
94
86
  pagedRequestOptions?: PagedRequestOptionsInterface;
95
87
  }
96
88
  export interface GetUsersResponseInterface {
@@ -105,9 +97,7 @@ export interface GroupResponseInterface {
105
97
  hexColor?: string;
106
98
  }
107
99
  export interface GroupsRequestInterface {
108
- partnerId?: string;
109
- businessId?: string;
110
- userId?: string;
100
+ namespace?: string;
111
101
  }
112
102
  export interface GroupsResponseInterface {
113
103
  groups?: GroupResponseInterface[];
@@ -117,9 +107,7 @@ export interface HostUserDetailsInterface {
117
107
  hostUserName?: string;
118
108
  }
119
109
  export interface ListTeamEventTypesRequestInterface {
120
- partnerId?: string;
121
- businessId?: string;
122
- ownerId?: string;
110
+ namespace?: string;
123
111
  cursor?: string;
124
112
  pageSize?: number;
125
113
  }
@@ -128,6 +116,13 @@ export interface ListTeamEventTypesResponseInterface {
128
116
  nextCursor?: string;
129
117
  hasMore?: boolean;
130
118
  }
119
+ export interface ListUserEventTypesRequestInterface {
120
+ namespace?: string;
121
+ userId?: string;
122
+ }
123
+ export interface ListUserEventTypesResponseInterface {
124
+ eventTypes?: EventTypeInterface[];
125
+ }
131
126
  export interface ServiceResponseInterface {
132
127
  id?: string;
133
128
  name?: string;
@@ -136,9 +131,7 @@ export interface ServiceResponseInterface {
136
131
  hexColor?: string;
137
132
  }
138
133
  export interface ServicesRequestInterface {
139
- partnerId?: string;
140
- businessId?: string;
141
- userId?: string;
134
+ namespace?: string;
142
135
  }
143
136
  export interface ServicesResponseInterface {
144
137
  services?: ServiceResponseInterface[];
@@ -2,7 +2,7 @@ import { ContactInterface, AnswersInterface, CalendarInterface, HostInterface, H
2
2
  import { DateRangeInterface } from './date-range.interface';
3
3
  import { GroupInterface, ServiceInterface } from './groups-and-services.interface';
4
4
  import { MeetingTypeInterface, FormInterface } from './meeting-type.interface';
5
- import { TimeZoneInterface } from './datetime.interface';
5
+ import { TimeZoneInterface } from './';
6
6
  import * as e from '../enums';
7
7
  export interface BookMeetingRequestInterface {
8
8
  hostId?: string;
@@ -145,6 +145,7 @@ export interface GuestGetBookedMeetingResponseV2Interface {
145
145
  cancelLink?: string;
146
146
  timeZone?: TimeZoneInterface;
147
147
  businessLogo?: string;
148
+ bookingUrl?: string;
148
149
  }
149
150
  export interface GuestIsHostConfiguredRequestInterface {
150
151
  hostId?: string;
@@ -3,9 +3,9 @@ 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
5
  import { TimeRangeInterface, CalendarInterface, PreferencesInterface, HostUserInterface, ContactInterface, EmailsToDeleteInterface, PagedRequestOptionsInterface, PagedResponseMetadataInterface, IsoDateTimeRangeInterface, AttendeeInterface, AnswersInterface, AttachmentInterface } from './shared.interface';
6
- import { TimeZoneInterface } from './datetime.interface';
6
+ import { TimeZoneInterface } from './';
7
7
  import * as e from '../enums';
8
- export interface BuildHostIdRequestApplicationContextPropertiesEntryInterface {
8
+ export interface IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface {
9
9
  key?: string;
10
10
  value?: string;
11
11
  }
@@ -13,7 +13,7 @@ export interface EnsurePersonalCalendarExistsRequestApplicationContextProperties
13
13
  key?: string;
14
14
  value?: string;
15
15
  }
16
- export interface IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface {
16
+ export interface BuildHostIdRequestApplicationContextPropertiesEntryInterface {
17
17
  key?: string;
18
18
  value?: string;
19
19
  }
@@ -142,6 +142,18 @@ export interface EnsureSessionEventCalendarsExistRequestInterface {
142
142
  export interface EnsureSessionEventCalendarsExistResponseInterface {
143
143
  calendarId?: string;
144
144
  }
145
+ export interface EventTypeSummaryInterface {
146
+ id?: string;
147
+ name?: string;
148
+ slug?: string;
149
+ duration?: number;
150
+ bookingUrl?: string;
151
+ isPinned?: boolean;
152
+ location?: string;
153
+ category?: string;
154
+ teamName?: string;
155
+ calendarId?: string;
156
+ }
145
157
  export interface ListBookedMeetingsRequestFiltersInterface {
146
158
  meetingTypeIds?: string[];
147
159
  hostId?: string;
@@ -318,6 +330,12 @@ export interface ListBookedMeetingsResponseInterface {
318
330
  meetings?: MeetingInterface[];
319
331
  pagingMetadata?: PagedResponseMetadataInterface;
320
332
  }
333
+ export interface ListEventTypesForMultipleCalendarsRequestInterface {
334
+ calendarIds?: string[];
335
+ }
336
+ export interface ListEventTypesForMultipleCalendarsResponseInterface {
337
+ eventTypes?: EventTypeSummaryInterface[];
338
+ }
321
339
  export interface ListGroupsRequestInterface {
322
340
  hostId?: string;
323
341
  }
@@ -1,5 +1,4 @@
1
- import { TimeOfDayInterface } from './timeofday.interface';
2
- import { TimeZoneInterface } from './datetime.interface';
1
+ import { TimeZoneInterface, TimeOfDayInterface } from './';
3
2
  import * as e from '../enums';
4
3
  export interface AnswerInterface {
5
4
  id?: string;
@@ -1,14 +1,12 @@
1
- import { AvailableTimeSlotsRequest, AvailableTimeSlotsResponse, BookMeetingExternalRequest, BookMeetingExternalResponse, ExternalCancelMeetingRequest, ExternalRescheduleMeetingRequest, ExternalRescheduleMeetingResponse, GetUsersRequest, GetUsersResponse, GroupsRequest, GroupsResponse, ListTeamEventTypesRequest, ListTeamEventTypesResponse, ServicesRequest, ServicesResponse } from './objects/';
2
- import { AvailableTimeSlotsRequestInterface, BookMeetingExternalRequestInterface, ExternalCancelMeetingRequestInterface, ExternalRescheduleMeetingRequestInterface, GetUsersRequestInterface, GroupsRequestInterface, ListTeamEventTypesRequestInterface, ServicesRequestInterface } from './interfaces/';
3
- import { HttpClient, HttpResponse } from '@angular/common/http';
4
- import { HostService } from '../_generated/host.service';
1
+ import { AvailableTimeSlotsRequest, AvailableTimeSlotsResponse, BookMeetingExternalRequest, BookMeetingExternalResponse, ExternalCancelMeetingRequest, ExternalRescheduleMeetingRequest, ExternalRescheduleMeetingResponse, GetUsersRequest, GetUsersResponse, GroupsRequest, GroupsResponse, ListTeamEventTypesRequest, ListTeamEventTypesResponse, ListUserEventTypesRequest, ListUserEventTypesResponse, ServicesRequest, ServicesResponse } from './objects/';
2
+ import { AvailableTimeSlotsRequestInterface, BookMeetingExternalRequestInterface, ExternalCancelMeetingRequestInterface, ExternalRescheduleMeetingRequestInterface, GetUsersRequestInterface, GroupsRequestInterface, ListTeamEventTypesRequestInterface, ListUserEventTypesRequestInterface, ServicesRequestInterface } from './interfaces/';
3
+ import { HttpResponse } from '@angular/common/http';
5
4
  import { Observable } from 'rxjs';
6
5
  import * as i0 from "@angular/core";
7
6
  export declare class MeetingExternalApiService {
8
- private http;
9
- private hostService;
7
+ private readonly hostService;
8
+ private readonly http;
10
9
  private _host;
11
- constructor(http: HttpClient, hostService: HostService);
12
10
  private apiOptions;
13
11
  listGroups(r: GroupsRequest | GroupsRequestInterface): Observable<GroupsResponse>;
14
12
  listServices(r: ServicesRequest | ServicesRequestInterface): Observable<ServicesResponse>;
@@ -18,6 +16,7 @@ export declare class MeetingExternalApiService {
18
16
  rescheduleMeeting(r: ExternalRescheduleMeetingRequest | ExternalRescheduleMeetingRequestInterface): Observable<ExternalRescheduleMeetingResponse>;
19
17
  cancelMeeting(r: ExternalCancelMeetingRequest | ExternalCancelMeetingRequestInterface): Observable<HttpResponse<null>>;
20
18
  listTeamEventTypes(r: ListTeamEventTypesRequest | ListTeamEventTypesRequestInterface): Observable<ListTeamEventTypesResponse>;
19
+ listUserEventTypes(r: ListUserEventTypesRequest | ListUserEventTypesRequestInterface): Observable<ListUserEventTypesResponse>;
21
20
  static ɵfac: i0.ɵɵFactoryDeclaration<MeetingExternalApiService, never>;
22
21
  static ɵprov: i0.ɵɵInjectableDeclaration<MeetingExternalApiService>;
23
22
  }
@@ -1,14 +1,12 @@
1
1
  import { BookMeetingRequest, BookMeetingResponse, CheckFeatureFlagRequest, CheckFeatureFlagResponse, GetCalendarRequest, GetCalendarResponse, GetGroupRequest, GetGroupResponse, GetHostRequest, GetHostResponse, GetMeetingCalendarInfoRequest, GetMeetingCalendarInfoResponse, GetMeetingTypeRequest, GetMeetingTypeResponse, GetServiceRequest, GetServiceResponse, GetSessionInviteeMeetingInfoRequest, GetSessionInviteeMeetingInfoResponse, GetSessionMeetingRequest, GetSessionMeetingResponse, GuestCancelMeetingRequest, GuestGetBookedMeetingRequest, GuestGetBookedMeetingRequestV2, GuestGetBookedMeetingResponse, GuestGetBookedMeetingResponseV2, GuestIsHostConfiguredRequest, GuestIsHostConfiguredResponse, GuestRescheduleMeetingRequest, InviteeDeregisterSessionMeetingRequest, InviteeRegisterSessionMeetingRequest, ListAvailableTimeSlotsRequest, ListAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse } from './objects/';
2
2
  import { BookMeetingRequestInterface, CheckFeatureFlagRequestInterface, GetCalendarRequestInterface, GetGroupRequestInterface, GetHostRequestInterface, GetMeetingCalendarInfoRequestInterface, GetMeetingTypeRequestInterface, GetServiceRequestInterface, GetSessionInviteeMeetingInfoRequestInterface, GetSessionMeetingRequestInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestGetBookedMeetingRequestV2Interface, GuestIsHostConfiguredRequestInterface, GuestRescheduleMeetingRequestInterface, InviteeDeregisterSessionMeetingRequestInterface, InviteeRegisterSessionMeetingRequestInterface, ListAvailableTimeSlotsRequestInterface, ListMeetingTypesRequestInterface } from './interfaces/';
3
- import { HttpClient, HttpResponse } from '@angular/common/http';
4
- import { HostService } from '../_generated/host.service';
3
+ import { HttpResponse } from '@angular/common/http';
5
4
  import { Observable } from 'rxjs';
6
5
  import * as i0 from "@angular/core";
7
6
  export declare class MeetingGuestApiService {
8
- private http;
9
- private hostService;
7
+ private readonly hostService;
8
+ private readonly http;
10
9
  private _host;
11
- constructor(http: HttpClient, hostService: HostService);
12
10
  private apiOptions;
13
11
  listMeetingTypes(r: ListMeetingTypesRequest | ListMeetingTypesRequestInterface): Observable<ListMeetingTypesResponse>;
14
12
  getMeetingType(r: GetMeetingTypeRequest | GetMeetingTypeRequestInterface): Observable<GetMeetingTypeResponse>;
@@ -1,14 +1,12 @@
1
- import { BookMeetingRequest, BookMeetingResponse, BuildHostIdRequest, BuildHostIdResponse, CalendarMigrationResponse, CancelMeetingRequest, CheckEventTypeSlugExistRequest, CheckEventTypeSlugExistResponse, 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, GetEntityAssociationRequest, GetEntityAssociationResponse, GetGroupRequest, GetGroupResponse, GetHostMeetingRequest, GetHostMeetingResponse, GetHostPreferencesRequest, GetHostPreferencesResponse, GetHostsForCalendarRequest, GetHostsForCalendarResponse, GetMeetingTypesForCalendarsRequest, GetMeetingTypesForCalendarsResponse, GetServiceRequest, GetServiceResponse, HostBookMeetingRequest, HostBookMeetingResponse, HostBookSessionRequest, HostBookSessionResponse, HostDeleteAttendeesRequest, HostGetCalendarRequest, HostGetCalendarResponse, HostGetMeetingTypeRequest, HostGetMeetingTypeResponse, HostListMeetingTypesRequest, HostListMeetingTypesResponse, IsCalendarConfiguredRequest, IsCalendarConfiguredResponse, IsHostConfiguredRequest, IsHostConfiguredResponse, ListAttendeesRequest, ListAttendeesResponse, ListAvailabilityRequest, ListAvailabilityResponse, ListAvailableTimeslotsForRecurringSessionRequest, ListAvailableTimeslotsForRecurringSessionResponse, ListAvailableTimeslotsForSessionRequest, ListAvailableTimeslotsForSessionResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, ListGroupsRequest, ListGroupsResponse, ListServicesRequest, ListServicesResponse, RescheduleMeetingRequest, SendMeetingRequestEmailRequest, SetGeneralAvailabilityRequest, UpdateAvailabilityRequest, UpdateCalendarRequest, UpdateGroupRequest, UpdateHostPreferencesRequest, UpdateMeetingMetadataRequest, UpdateMeetingTypeRequest, UpdateServiceRequest } from './objects/';
2
- import { BookMeetingRequestInterface, BuildHostIdRequestInterface, CancelMeetingRequestInterface, CheckEventTypeSlugExistRequestInterface, CheckGroupOrServiceSlugExistRequestInterface, CreateAvailabilityRequestInterface, CreateCalendarRequestInterface, CreateDefaultMeetingTypesRequestInterface, CreateGroupRequestInterface, CreateMeetingTypeRequestInterface, CreateServiceRequestInterface, DeleteAvailabilityRequestInterface, DeleteGroupRequestInterface, DeleteMeetingTypeRequestInterface, DeleteServiceRequestInterface, DoesCalendarExistRequestInterface, EnsureGroupCalendarsExistRequestInterface, EnsurePersonalCalendarExistsRequestInterface, EnsureSessionEventCalendarsExistRequestInterface, GetEntityAssociationRequestInterface, GetGroupRequestInterface, GetHostMeetingRequestInterface, GetHostPreferencesRequestInterface, GetHostsForCalendarRequestInterface, GetMeetingTypesForCalendarsRequestInterface, GetServiceRequestInterface, HostBookMeetingRequestInterface, HostBookSessionRequestInterface, HostDeleteAttendeesRequestInterface, HostGetCalendarRequestInterface, HostGetMeetingTypeRequestInterface, HostListMeetingTypesRequestInterface, IsCalendarConfiguredRequestInterface, IsHostConfiguredRequestInterface, ListAttendeesRequestInterface, ListAvailabilityRequestInterface, ListAvailableTimeslotsForRecurringSessionRequestInterface, ListAvailableTimeslotsForSessionRequestInterface, ListBookedMeetingsRequestInterface, ListGroupsRequestInterface, ListServicesRequestInterface, RescheduleMeetingRequestInterface, SendMeetingRequestEmailRequestInterface, SetGeneralAvailabilityRequestInterface, UpdateAvailabilityRequestInterface, UpdateCalendarRequestInterface, UpdateGroupRequestInterface, UpdateHostPreferencesRequestInterface, UpdateMeetingMetadataRequestInterface, UpdateMeetingTypeRequestInterface, UpdateServiceRequestInterface } from './interfaces/';
3
- import { HttpClient, HttpResponse } from '@angular/common/http';
4
- import { HostService } from '../_generated/host.service';
1
+ import { BookMeetingRequest, BookMeetingResponse, BuildHostIdRequest, BuildHostIdResponse, CalendarMigrationResponse, CancelMeetingRequest, CheckEventTypeSlugExistRequest, CheckEventTypeSlugExistResponse, 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, GetEntityAssociationRequest, GetEntityAssociationResponse, GetGroupRequest, GetGroupResponse, GetHostMeetingRequest, GetHostMeetingResponse, GetHostPreferencesRequest, GetHostPreferencesResponse, GetHostsForCalendarRequest, GetHostsForCalendarResponse, GetMeetingTypesForCalendarsRequest, GetMeetingTypesForCalendarsResponse, GetServiceRequest, GetServiceResponse, HostBookMeetingRequest, HostBookMeetingResponse, HostBookSessionRequest, HostBookSessionResponse, HostDeleteAttendeesRequest, HostGetCalendarRequest, HostGetCalendarResponse, HostGetMeetingTypeRequest, HostGetMeetingTypeResponse, HostListMeetingTypesRequest, HostListMeetingTypesResponse, IsCalendarConfiguredRequest, IsCalendarConfiguredResponse, IsHostConfiguredRequest, IsHostConfiguredResponse, ListAttendeesRequest, ListAttendeesResponse, ListAvailabilityRequest, ListAvailabilityResponse, ListAvailableTimeslotsForRecurringSessionRequest, ListAvailableTimeslotsForRecurringSessionResponse, ListAvailableTimeslotsForSessionRequest, ListAvailableTimeslotsForSessionResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, ListEventTypesForMultipleCalendarsRequest, ListEventTypesForMultipleCalendarsResponse, ListGroupsRequest, ListGroupsResponse, ListServicesRequest, ListServicesResponse, RescheduleMeetingRequest, SendMeetingRequestEmailRequest, SetGeneralAvailabilityRequest, UpdateAvailabilityRequest, UpdateCalendarRequest, UpdateGroupRequest, UpdateHostPreferencesRequest, UpdateMeetingMetadataRequest, UpdateMeetingTypeRequest, UpdateServiceRequest } from './objects/';
2
+ import { BookMeetingRequestInterface, BuildHostIdRequestInterface, CancelMeetingRequestInterface, CheckEventTypeSlugExistRequestInterface, CheckGroupOrServiceSlugExistRequestInterface, CreateAvailabilityRequestInterface, CreateCalendarRequestInterface, CreateDefaultMeetingTypesRequestInterface, CreateGroupRequestInterface, CreateMeetingTypeRequestInterface, CreateServiceRequestInterface, DeleteAvailabilityRequestInterface, DeleteGroupRequestInterface, DeleteMeetingTypeRequestInterface, DeleteServiceRequestInterface, DoesCalendarExistRequestInterface, EnsureGroupCalendarsExistRequestInterface, EnsurePersonalCalendarExistsRequestInterface, EnsureSessionEventCalendarsExistRequestInterface, GetEntityAssociationRequestInterface, GetGroupRequestInterface, GetHostMeetingRequestInterface, GetHostPreferencesRequestInterface, GetHostsForCalendarRequestInterface, GetMeetingTypesForCalendarsRequestInterface, GetServiceRequestInterface, HostBookMeetingRequestInterface, HostBookSessionRequestInterface, HostDeleteAttendeesRequestInterface, HostGetCalendarRequestInterface, HostGetMeetingTypeRequestInterface, HostListMeetingTypesRequestInterface, IsCalendarConfiguredRequestInterface, IsHostConfiguredRequestInterface, ListAttendeesRequestInterface, ListAvailabilityRequestInterface, ListAvailableTimeslotsForRecurringSessionRequestInterface, ListAvailableTimeslotsForSessionRequestInterface, ListBookedMeetingsRequestInterface, ListEventTypesForMultipleCalendarsRequestInterface, ListGroupsRequestInterface, ListServicesRequestInterface, RescheduleMeetingRequestInterface, SendMeetingRequestEmailRequestInterface, SetGeneralAvailabilityRequestInterface, UpdateAvailabilityRequestInterface, UpdateCalendarRequestInterface, UpdateGroupRequestInterface, UpdateHostPreferencesRequestInterface, UpdateMeetingMetadataRequestInterface, UpdateMeetingTypeRequestInterface, UpdateServiceRequestInterface } from './interfaces/';
3
+ import { HttpResponse } from '@angular/common/http';
5
4
  import { Observable } from 'rxjs';
6
5
  import * as i0 from "@angular/core";
7
6
  export declare class MeetingHostApiService {
8
- private http;
9
- private hostService;
7
+ private readonly hostService;
8
+ private readonly http;
10
9
  private _host;
11
- constructor(http: HttpClient, hostService: HostService);
12
10
  private apiOptions;
13
11
  buildHostId(r: BuildHostIdRequest | BuildHostIdRequestInterface): Observable<BuildHostIdResponse>;
14
12
  doesCalendarExist(r: DoesCalendarExistRequest | DoesCalendarExistRequestInterface): Observable<DoesCalendarExistResponse>;
@@ -20,6 +18,7 @@ export declare class MeetingHostApiService {
20
18
  ensureSessionEventCalendarsExist(r: EnsureSessionEventCalendarsExistRequest | EnsureSessionEventCalendarsExistRequestInterface): Observable<EnsureSessionEventCalendarsExistResponse>;
21
19
  getHostsForCalendar(r: GetHostsForCalendarRequest | GetHostsForCalendarRequestInterface): Observable<GetHostsForCalendarResponse>;
22
20
  getMeetingTypesForCalendars(r: GetMeetingTypesForCalendarsRequest | GetMeetingTypesForCalendarsRequestInterface): Observable<GetMeetingTypesForCalendarsResponse>;
21
+ listEventTypesForMultipleCalendars(r: ListEventTypesForMultipleCalendarsRequest | ListEventTypesForMultipleCalendarsRequestInterface): Observable<ListEventTypesForMultipleCalendarsResponse>;
23
22
  listAvailability(r: ListAvailabilityRequest | ListAvailabilityRequestInterface): Observable<ListAvailabilityResponse>;
24
23
  bookMeeting(r: HostBookMeetingRequest | HostBookMeetingRequestInterface): Observable<HostBookMeetingResponse>;
25
24
  getHostMeeting(r: GetHostMeetingRequest | GetHostMeetingRequestInterface): Observable<GetHostMeetingResponse>;
@@ -1,14 +1,11 @@
1
1
  import { MeetingSourceListRequest, MeetingSourceListResponse } from './objects/';
2
2
  import { MeetingSourceListRequestInterface } from './interfaces/';
3
- import { HttpClient } from '@angular/common/http';
4
- import { HostService } from '../_generated/host.service';
5
3
  import { Observable } from 'rxjs';
6
4
  import * as i0 from "@angular/core";
7
5
  export declare class MeetingSourceAPIApiService {
8
- private http;
9
- private hostService;
6
+ private readonly hostService;
7
+ private readonly http;
10
8
  private _host;
11
- constructor(http: HttpClient, hostService: HostService);
12
9
  private apiOptions;
13
10
  list(r: MeetingSourceListRequest | MeetingSourceListRequestInterface): Observable<MeetingSourceListResponse>;
14
11
  static ɵfac: i0.ɵɵFactoryDeclaration<MeetingSourceAPIApiService, never>;
@@ -6,9 +6,9 @@ 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
8
  export { BookMeetingRequest, BookMeetingResponse, CheckFeatureFlagRequest, CheckFeatureFlagResponse, GetCalendarRequest, GetCalendarResponse, GetGroupRequest, GetGroupResponse, GetHostRequest, GetHostResponse, GetMeetingCalendarInfoRequest, GetMeetingCalendarInfoResponse, GetMeetingTypeRequest, GetMeetingTypeResponse, GetServiceRequest, GetServiceResponse, GetSessionInviteeMeetingInfoRequest, GetSessionInviteeMeetingInfoResponse, GetSessionMeetingRequest, GetSessionMeetingResponse, GuestCancelMeetingRequest, GuestGetBookedMeetingRequest, GuestGetBookedMeetingRequestV2, GuestGetBookedMeetingResponse, GuestGetBookedMeetingResponseV2, GuestIsHostConfiguredRequest, GuestIsHostConfiguredResponse, GuestRescheduleMeetingRequest, InviteeDeregisterSessionMeetingRequest, InviteeRegisterSessionMeetingRequest, ListAvailableTimeSlotsRequest, ListAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse, BookMeetingRequestMetadataEntry, RegisterSessionRequest, } from './meeting-guest';
9
- export { AvailableTimeSlotsRequest, AvailableTimeSlotsResponse, BookMeetingExternalRequest, BookMeetingExternalResponse, EventType, ExternalCancelMeetingRequest, ExternalRescheduleMeetingRequest, ExternalRescheduleMeetingResponse, GetUsersRequest, GetUsersResponse, GroupResponse, GroupsRequest, GroupsResponse, HostUserDetails, ListTeamEventTypesRequest, ListTeamEventTypesResponse, ServiceResponse, ServicesRequest, ServicesResponse, UserResponse, } from './meeting-external';
9
+ export { AvailableTimeSlotsRequest, AvailableTimeSlotsResponse, BookMeetingExternalRequest, BookMeetingExternalResponse, EventType, ExternalCancelMeetingRequest, ExternalRescheduleMeetingRequest, ExternalRescheduleMeetingResponse, GetUsersRequest, GetUsersResponse, GroupResponse, GroupsRequest, GroupsResponse, HostUserDetails, ListTeamEventTypesRequest, ListTeamEventTypesResponse, ListUserEventTypesRequest, ListUserEventTypesResponse, ServiceResponse, ServicesRequest, ServicesResponse, UserResponse, } from './meeting-external';
10
10
  export { FieldMask, } from './field-mask';
11
- export { BuildHostIdRequestApplicationContextPropertiesEntry, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntry, IsCalendarConfiguredRequestApplicationContextPropertiesEntry, AvailabilityRule, AvailabilityRuleList, BuildHostIdRequest, BuildHostIdResponse, GetMeetingTypesForCalendarsResponseCalendarMeetingTypesMapEntry, CalendarMigrationResponse, CancelMeetingRequest, CheckEventTypeSlugExistRequest, CheckEventTypeSlugExistResponse, 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, ListAvailableTimeslotsForRecurringSessionRequest, ListAvailableTimeslotsForRecurringSessionResponse, ListAvailableTimeslotsForSessionRequest, ListAvailableTimeslotsForSessionResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, ListGroupsRequest, ListGroupsResponse, ListServicesRequest, ListServicesResponse, Meeting, MeetingTypeList, UpdateMeetingMetadataRequestMetadataEntry, MeetingMetadataEntry, RecurrenceConfig, RecurrenceEnd, RescheduleMeetingRequest, SendMeetingRequestEmailRequest, SessionAttendees, SetGeneralAvailabilityRequest, TimeSlotsByWeekDay, UpdateAvailabilityRequest, UpdateCalendarRequest, UpdateGroupRequest, UpdateHostPreferencesRequest, UpdateMeetingMetadataRequest, UpdateMeetingTypeRequest, UpdateServiceRequest, WeekdayAvailability, } from './meeting-host';
11
+ export { IsCalendarConfiguredRequestApplicationContextPropertiesEntry, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntry, BuildHostIdRequestApplicationContextPropertiesEntry, AvailabilityRule, AvailabilityRuleList, BuildHostIdRequest, BuildHostIdResponse, GetMeetingTypesForCalendarsResponseCalendarMeetingTypesMapEntry, CalendarMigrationResponse, CancelMeetingRequest, CheckEventTypeSlugExistRequest, CheckEventTypeSlugExistResponse, 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, EventTypeSummary, 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, ListAvailableTimeslotsForRecurringSessionRequest, ListAvailableTimeslotsForRecurringSessionResponse, ListAvailableTimeslotsForSessionRequest, ListAvailableTimeslotsForSessionResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, ListEventTypesForMultipleCalendarsRequest, ListEventTypesForMultipleCalendarsResponse, ListGroupsRequest, ListGroupsResponse, ListServicesRequest, ListServicesResponse, Meeting, MeetingTypeList, UpdateMeetingMetadataRequestMetadataEntry, MeetingMetadataEntry, RecurrenceConfig, RecurrenceEnd, RescheduleMeetingRequest, SendMeetingRequestEmailRequest, SessionAttendees, SetGeneralAvailabilityRequest, TimeSlotsByWeekDay, UpdateAvailabilityRequest, UpdateCalendarRequest, UpdateGroupRequest, UpdateHostPreferencesRequest, UpdateMeetingMetadataRequest, UpdateMeetingTypeRequest, UpdateServiceRequest, WeekdayAvailability, } from './meeting-host';
12
12
  export { Access, MCPOptions, } from './annotations';
13
13
  export { TimeOfDay, } from './timeofday';
14
14
  export { DateTime, TimeZone, } from './datetime';
@@ -2,12 +2,11 @@ import * as i from '../interfaces';
2
2
  import { DateRange } from './date-range';
3
3
  import { EventTypeDateRange } from './meeting-type';
4
4
  import { IsoDateTimeRange, Contact, Answers, HostUser, HostOrderDetails, PagedRequestOptions, PagedResponseMetadata } from './shared';
5
- import { TimeZone } from './datetime';
5
+ import { TimeZone } from './';
6
6
  import * as e from '../enums';
7
7
  export declare function enumStringToValue<E>(enumRef: any, value: string): E;
8
8
  export declare class AvailableTimeSlotsRequest implements i.AvailableTimeSlotsRequestInterface {
9
- partnerId: string;
10
- businessId: string;
9
+ namespace: string;
11
10
  eventTypeId: string;
12
11
  timeSpan: DateRange;
13
12
  timeZone: TimeZone;
@@ -23,9 +22,7 @@ export declare class AvailableTimeSlotsResponse implements i.AvailableTimeSlotsR
23
22
  toApiJson(): object;
24
23
  }
25
24
  export declare class BookMeetingExternalRequest implements i.BookMeetingExternalRequestInterface {
26
- partnerId: string;
27
- businessId: string;
28
- userId: string;
25
+ namespace: string;
29
26
  eventTypeId: string;
30
27
  start: Date;
31
28
  attendees: Contact[];
@@ -77,8 +74,7 @@ export declare class EventType implements i.EventTypeInterface {
77
74
  toApiJson(): object;
78
75
  }
79
76
  export declare class ExternalCancelMeetingRequest implements i.ExternalCancelMeetingRequestInterface {
80
- partnerId: string;
81
- businessId: string;
77
+ namespace: string;
82
78
  meetingId: string;
83
79
  cancellationReason: string;
84
80
  static fromProto(proto: any): ExternalCancelMeetingRequest;
@@ -86,9 +82,7 @@ export declare class ExternalCancelMeetingRequest implements i.ExternalCancelMee
86
82
  toApiJson(): object;
87
83
  }
88
84
  export declare class ExternalRescheduleMeetingRequest implements i.ExternalRescheduleMeetingRequestInterface {
89
- partnerId: string;
90
- businessId: string;
91
- userId: string;
85
+ namespace: string;
92
86
  meetingId: string;
93
87
  startTime: Date;
94
88
  location: string;
@@ -114,9 +108,7 @@ export declare class ExternalRescheduleMeetingResponse implements i.ExternalResc
114
108
  toApiJson(): object;
115
109
  }
116
110
  export declare class GetUsersRequest implements i.GetUsersRequestInterface {
117
- partnerId: string;
118
- businessId: string;
119
- userId: string;
111
+ namespace: string;
120
112
  pagedRequestOptions: PagedRequestOptions;
121
113
  static fromProto(proto: any): GetUsersRequest;
122
114
  constructor(kwargs?: i.GetUsersRequestInterface);
@@ -140,9 +132,7 @@ export declare class GroupResponse implements i.GroupResponseInterface {
140
132
  toApiJson(): object;
141
133
  }
142
134
  export declare class GroupsRequest implements i.GroupsRequestInterface {
143
- partnerId: string;
144
- businessId: string;
145
- userId: string;
135
+ namespace: string;
146
136
  static fromProto(proto: any): GroupsRequest;
147
137
  constructor(kwargs?: i.GroupsRequestInterface);
148
138
  toApiJson(): object;
@@ -161,9 +151,7 @@ export declare class HostUserDetails implements i.HostUserDetailsInterface {
161
151
  toApiJson(): object;
162
152
  }
163
153
  export declare class ListTeamEventTypesRequest implements i.ListTeamEventTypesRequestInterface {
164
- partnerId: string;
165
- businessId: string;
166
- ownerId: string;
154
+ namespace: string;
167
155
  cursor: string;
168
156
  pageSize: number;
169
157
  static fromProto(proto: any): ListTeamEventTypesRequest;
@@ -178,6 +166,19 @@ export declare class ListTeamEventTypesResponse implements i.ListTeamEventTypesR
178
166
  constructor(kwargs?: i.ListTeamEventTypesResponseInterface);
179
167
  toApiJson(): object;
180
168
  }
169
+ export declare class ListUserEventTypesRequest implements i.ListUserEventTypesRequestInterface {
170
+ namespace: string;
171
+ userId: string;
172
+ static fromProto(proto: any): ListUserEventTypesRequest;
173
+ constructor(kwargs?: i.ListUserEventTypesRequestInterface);
174
+ toApiJson(): object;
175
+ }
176
+ export declare class ListUserEventTypesResponse implements i.ListUserEventTypesResponseInterface {
177
+ eventTypes: EventType[];
178
+ static fromProto(proto: any): ListUserEventTypesResponse;
179
+ constructor(kwargs?: i.ListUserEventTypesResponseInterface);
180
+ toApiJson(): object;
181
+ }
181
182
  export declare class ServiceResponse implements i.ServiceResponseInterface {
182
183
  id: string;
183
184
  name: string;
@@ -189,9 +190,7 @@ export declare class ServiceResponse implements i.ServiceResponseInterface {
189
190
  toApiJson(): object;
190
191
  }
191
192
  export declare class ServicesRequest implements i.ServicesRequestInterface {
192
- partnerId: string;
193
- businessId: string;
194
- userId: string;
193
+ namespace: string;
195
194
  static fromProto(proto: any): ServicesRequest;
196
195
  constructor(kwargs?: i.ServicesRequestInterface);
197
196
  toApiJson(): object;
@@ -3,7 +3,7 @@ import { Contact, Answers, Calendar, Host, HostUser, IsoDateTimeRange } from './
3
3
  import { DateRange } from './date-range';
4
4
  import { Group, Service } from './groups-and-services';
5
5
  import { MeetingType, Form } from './meeting-type';
6
- import { TimeZone } from './datetime';
6
+ import { TimeZone } from './';
7
7
  import * as e from '../enums';
8
8
  export declare function enumStringToValue<E>(enumRef: any, value: string): E;
9
9
  export declare class BookMeetingRequest implements i.BookMeetingRequestInterface {
@@ -219,6 +219,7 @@ export declare class GuestGetBookedMeetingResponseV2 implements i.GuestGetBooked
219
219
  cancelLink: string;
220
220
  timeZone: TimeZone;
221
221
  businessLogo: string;
222
+ bookingUrl: string;
222
223
  static fromProto(proto: any): GuestGetBookedMeetingResponseV2;
223
224
  constructor(kwargs?: i.GuestGetBookedMeetingResponseV2Interface);
224
225
  toApiJson(): object;
@@ -4,14 +4,14 @@ import { FieldMask } from './field-mask';
4
4
  import { Group, Service } from './groups-and-services';
5
5
  import { MeetingType, RegistrationCutOff } from './meeting-type';
6
6
  import { TimeRange, Calendar, Preferences, HostUser, Contact, EmailsToDelete, PagedRequestOptions, PagedResponseMetadata, IsoDateTimeRange, Attendee, Answers, Attachment } from './shared';
7
- import { TimeZone } from './datetime';
7
+ import { TimeZone } from './';
8
8
  import * as e from '../enums';
9
9
  export declare function enumStringToValue<E>(enumRef: any, value: string): E;
10
- export declare class BuildHostIdRequestApplicationContextPropertiesEntry implements i.BuildHostIdRequestApplicationContextPropertiesEntryInterface {
10
+ export declare class IsCalendarConfiguredRequestApplicationContextPropertiesEntry implements i.IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface {
11
11
  key: string;
12
12
  value: string;
13
- static fromProto(proto: any): BuildHostIdRequestApplicationContextPropertiesEntry;
14
- constructor(kwargs?: i.BuildHostIdRequestApplicationContextPropertiesEntryInterface);
13
+ static fromProto(proto: any): IsCalendarConfiguredRequestApplicationContextPropertiesEntry;
14
+ constructor(kwargs?: i.IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface);
15
15
  toApiJson(): object;
16
16
  }
17
17
  export declare class EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntry implements i.EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface {
@@ -21,11 +21,11 @@ export declare class EnsurePersonalCalendarExistsRequestApplicationContextProper
21
21
  constructor(kwargs?: i.EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface);
22
22
  toApiJson(): object;
23
23
  }
24
- export declare class IsCalendarConfiguredRequestApplicationContextPropertiesEntry implements i.IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface {
24
+ export declare class BuildHostIdRequestApplicationContextPropertiesEntry implements i.BuildHostIdRequestApplicationContextPropertiesEntryInterface {
25
25
  key: string;
26
26
  value: string;
27
- static fromProto(proto: any): IsCalendarConfiguredRequestApplicationContextPropertiesEntry;
28
- constructor(kwargs?: i.IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface);
27
+ static fromProto(proto: any): BuildHostIdRequestApplicationContextPropertiesEntry;
28
+ constructor(kwargs?: i.BuildHostIdRequestApplicationContextPropertiesEntryInterface);
29
29
  toApiJson(): object;
30
30
  }
31
31
  export declare class AvailabilityRule implements i.AvailabilityRuleInterface {
@@ -255,6 +255,21 @@ export declare class EnsureSessionEventCalendarsExistResponse implements i.Ensur
255
255
  constructor(kwargs?: i.EnsureSessionEventCalendarsExistResponseInterface);
256
256
  toApiJson(): object;
257
257
  }
258
+ export declare class EventTypeSummary implements i.EventTypeSummaryInterface {
259
+ id: string;
260
+ name: string;
261
+ slug: string;
262
+ duration: number;
263
+ bookingUrl: string;
264
+ isPinned: boolean;
265
+ location: string;
266
+ category: string;
267
+ teamName: string;
268
+ calendarId: string;
269
+ static fromProto(proto: any): EventTypeSummary;
270
+ constructor(kwargs?: i.EventTypeSummaryInterface);
271
+ toApiJson(): object;
272
+ }
258
273
  export declare class ListBookedMeetingsRequestFilters implements i.ListBookedMeetingsRequestFiltersInterface {
259
274
  meetingTypeIds: string[];
260
275
  hostId: string;
@@ -548,6 +563,18 @@ export declare class ListBookedMeetingsResponse implements i.ListBookedMeetingsR
548
563
  constructor(kwargs?: i.ListBookedMeetingsResponseInterface);
549
564
  toApiJson(): object;
550
565
  }
566
+ export declare class ListEventTypesForMultipleCalendarsRequest implements i.ListEventTypesForMultipleCalendarsRequestInterface {
567
+ calendarIds: string[];
568
+ static fromProto(proto: any): ListEventTypesForMultipleCalendarsRequest;
569
+ constructor(kwargs?: i.ListEventTypesForMultipleCalendarsRequestInterface);
570
+ toApiJson(): object;
571
+ }
572
+ export declare class ListEventTypesForMultipleCalendarsResponse implements i.ListEventTypesForMultipleCalendarsResponseInterface {
573
+ eventTypes: EventTypeSummary[];
574
+ static fromProto(proto: any): ListEventTypesForMultipleCalendarsResponse;
575
+ constructor(kwargs?: i.ListEventTypesForMultipleCalendarsResponseInterface);
576
+ toApiJson(): object;
577
+ }
551
578
  export declare class ListGroupsRequest implements i.ListGroupsRequestInterface {
552
579
  hostId: string;
553
580
  static fromProto(proto: any): ListGroupsRequest;
@@ -1,6 +1,5 @@
1
1
  import * as i from '../interfaces';
2
- import { TimeOfDay } from './timeofday';
3
- import { TimeZone } from './datetime';
2
+ import { TimeZone, TimeOfDay } from './';
4
3
  import * as e from '../enums';
5
4
  export declare function enumStringToValue<E>(enumRef: any, value: string): E;
6
5
  export declare class Answer implements i.AnswerInterface {
@@ -1,14 +1,11 @@
1
1
  import { CreateZoomMeetingRequest, CreateZoomMeetingResponse } from './objects/';
2
2
  import { CreateZoomMeetingRequestInterface } from './interfaces/';
3
- import { HttpClient } from '@angular/common/http';
4
- import { HostService } from '../_generated/host.service';
5
3
  import { Observable } from 'rxjs';
6
4
  import * as i0 from "@angular/core";
7
5
  export declare class ZoomApiService {
8
- private http;
9
- private hostService;
6
+ private readonly hostService;
7
+ private readonly http;
10
8
  private _host;
11
- constructor(http: HttpClient, hostService: HostService);
12
9
  private apiOptions;
13
10
  createMeeting(r: CreateZoomMeetingRequest | CreateZoomMeetingRequestInterface): Observable<CreateZoomMeetingResponse>;
14
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ZoomApiService, never>;
@@ -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, HostBookSessionRequestInterface, ListAttendeesResponse, BookingSource } 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, ListAttendeesResponse, BookingSource, ListEventTypesForMultipleCalendarsResponse } from "../_internal";
3
3
  import { BookMeetingResponse, BookSessionResponse } from "../guest";
4
4
  import { ApplicationContextPropertiesSet, AvailabilityRule, Calendar, EntityAssociations, Group, HostUrlMap, Meeting, MeetingMetadata, MeetingType, PagedResponse, Preferences, Service, TimeSpan } from "../shared";
5
5
  import { HostUser } from "../shared/host-user";
@@ -233,6 +233,9 @@ export declare class HostService {
233
233
  timeZone: TimeZoneInterface;
234
234
  userIds: string[];
235
235
  }): Observable<TimeSpan[]>;
236
+ listEventTypesForMultipleCalendars(req: {
237
+ calendarIds: string[];
238
+ }): Observable<ListEventTypesForMultipleCalendarsResponse>;
236
239
  static ɵfac: i0.ɵɵFactoryDeclaration<HostService, never>;
237
240
  static ɵprov: i0.ɵɵInjectableDeclaration<HostService>;
238
241
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/meetings",
3
- "version": "1.5.6",
3
+ "version": "1.5.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"