@vendasta/meetings 1.6.9 → 1.6.10
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.
- package/esm2020/lib/_internal/interfaces/index.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/meeting-external.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/meeting-guest.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/meeting-host.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/shared.interface.mjs +1 -1
- package/esm2020/lib/_internal/meeting-guest.api.service.mjs +7 -2
- package/esm2020/lib/_internal/objects/index.mjs +2 -2
- package/esm2020/lib/_internal/objects/meeting-external.mjs +2 -2
- package/esm2020/lib/_internal/objects/meeting-guest.mjs +175 -2
- package/esm2020/lib/_internal/objects/meeting-host.mjs +2 -2
- package/esm2020/lib/_internal/objects/shared.mjs +1 -1
- package/esm2020/lib/guest/guest.service.mjs +43 -21
- package/fesm2015/vendasta-meetings.mjs +216 -16
- package/fesm2015/vendasta-meetings.mjs.map +1 -1
- package/fesm2020/vendasta-meetings.mjs +216 -16
- package/fesm2020/vendasta-meetings.mjs.map +1 -1
- package/lib/_internal/interfaces/index.d.ts +1 -1
- package/lib/_internal/interfaces/meeting-external.interface.d.ts +1 -1
- package/lib/_internal/interfaces/meeting-guest.interface.d.ts +36 -1
- package/lib/_internal/interfaces/meeting-host.interface.d.ts +1 -1
- package/lib/_internal/meeting-guest.api.service.d.ts +3 -2
- package/lib/_internal/objects/index.d.ts +1 -1
- package/lib/_internal/objects/meeting-external.d.ts +1 -1
- package/lib/_internal/objects/meeting-guest.d.ts +48 -1
- package/lib/_internal/objects/meeting-host.d.ts +1 -1
- package/lib/guest/guest.service.d.ts +7 -4
- package/package.json +1 -1
|
@@ -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 { BatchBookingTargetInterface, BatchEventTypeTargetInterface, BookBatchMeetingRequestInterface, BookBatchMeetingResponseInterface, 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, ListBatchAvailableTimeSlotsRequestInterface, ListBatchAvailableTimeSlotsResponseInterface, ListMeetingTypesRequestInterface, ListMeetingTypesResponseInterface, BookBatchMeetingRequestMetadataEntryInterface, BookMeetingRequestMetadataEntryInterface, RegisterSessionRequestInterface, } from './meeting-guest.interface';
|
|
8
|
+
export { BatchBookingTargetInterface, BatchEventTypeTargetInterface, BookBatchMeetingRequestInterface, BookBatchMeetingResponseInterface, BookMeetingRequestInterface, BookMeetingResponseInterface, CheckFeatureFlagRequestInterface, CheckFeatureFlagResponseInterface, GetCalendarRequestInterface, GetCalendarResponseInterface, GetGroupRequestInterface, GetGroupResponseInterface, GetHostRequestInterface, GetHostResponseInterface, GetMeetingCalendarInfoRequestInterface, GetMeetingCalendarInfoResponseInterface, GetMeetingTypeRequestInterface, GetMeetingTypeResponseInterface, GetServiceRequestInterface, GetServiceResponseInterface, GetServiceV2RequestInterface, GetServiceV2ResponseInterface, GetSessionInviteeMeetingInfoRequestInterface, GetSessionInviteeMeetingInfoResponseInterface, GetSessionMeetingRequestInterface, GetSessionMeetingResponseInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestGetBookedMeetingRequestV2Interface, GuestGetBookedMeetingResponseInterface, GuestGetBookedMeetingResponseV2Interface, GuestIsHostConfiguredRequestInterface, GuestIsHostConfiguredResponseInterface, GuestRescheduleMeetingRequestInterface, InviteeDeregisterSessionMeetingRequestInterface, InviteeRegisterSessionMeetingRequestInterface, ListAvailableTimeSlotsRequestInterface, ListAvailableTimeSlotsResponseInterface, ListBatchAvailableTimeSlotsRequestInterface, ListBatchAvailableTimeSlotsResponseInterface, ListMeetingTypesRequestInterface, ListMeetingTypesResponseInterface, BookBatchMeetingRequestMetadataEntryInterface, BookMeetingRequestMetadataEntryInterface, RegisterSessionRequestInterface, ServiceEventTypeInterface, ServiceGroupInterface, } from './meeting-guest.interface';
|
|
9
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
11
|
export { IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface, BuildHostIdRequestApplicationContextPropertiesEntryInterface, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface, 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, ListAvailabilityRequestFiltersInterface, ListBookedMeetingsRequestFiltersInterface, GetEntityAssociationRequestInterface, GetEntityAssociationResponseInterface, GetEventTypeByIdRequestInterface, GetEventTypeByIdResponseInterface, 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';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { TimeZoneInterface } from './';
|
|
1
2
|
import { ContactInterface } from './openapiv2.interface';
|
|
2
3
|
import { DateRangeInterface } from './date-range.interface';
|
|
3
4
|
import { EventTypeDateRangeInterface } from './meeting-type.interface';
|
|
4
5
|
import { IsoDateTimeRangeInterface, AnswersInterface, HostOrderDetailsInterface } from './shared.interface';
|
|
5
|
-
import { TimeZoneInterface } from './';
|
|
6
6
|
import * as e from '../enums';
|
|
7
7
|
export interface AvailableTimeSlotsRequestInterface {
|
|
8
8
|
businessId?: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import { TimeZoneInterface } from './';
|
|
1
2
|
import { AnswersInterface, CalendarInterface, HostInterface, HostUserInterface, IsoDateTimeRangeInterface } from './shared.interface';
|
|
2
3
|
import { ContactInterface } from './openapiv2.interface';
|
|
3
4
|
import { DateRangeInterface } from './date-range.interface';
|
|
4
5
|
import { GroupInterface, ServiceInterface } from './groups-and-services.interface';
|
|
5
6
|
import { MeetingTypeInterface, FormInterface } from './meeting-type.interface';
|
|
6
|
-
import { TimeZoneInterface } from './';
|
|
7
7
|
import * as e from '../enums';
|
|
8
8
|
export interface BatchBookingTargetInterface {
|
|
9
9
|
eventTypeId?: string;
|
|
@@ -106,6 +106,19 @@ export interface GetServiceResponseInterface {
|
|
|
106
106
|
service?: ServiceInterface;
|
|
107
107
|
businessDisplayLogoUrl?: string;
|
|
108
108
|
}
|
|
109
|
+
export interface GetServiceV2RequestInterface {
|
|
110
|
+
serviceId?: string;
|
|
111
|
+
}
|
|
112
|
+
export interface GetServiceV2ResponseInterface {
|
|
113
|
+
id?: string;
|
|
114
|
+
name?: string;
|
|
115
|
+
description?: string;
|
|
116
|
+
groups?: ServiceGroupInterface[];
|
|
117
|
+
eventTypes?: ServiceEventTypeInterface[];
|
|
118
|
+
businessDisplayLogoUrl?: string;
|
|
119
|
+
bookingUrl?: string;
|
|
120
|
+
isBatchBookingEnabled?: boolean;
|
|
121
|
+
}
|
|
109
122
|
export interface GetSessionInviteeMeetingInfoRequestInterface {
|
|
110
123
|
sessionInviteeId?: string;
|
|
111
124
|
}
|
|
@@ -245,3 +258,25 @@ export interface RegisterSessionRequestInterface {
|
|
|
245
258
|
formAnswers?: AnswersInterface;
|
|
246
259
|
recaptchaToken?: string;
|
|
247
260
|
}
|
|
261
|
+
export interface ServiceEventTypeInterface {
|
|
262
|
+
id?: string;
|
|
263
|
+
name?: string;
|
|
264
|
+
description?: string;
|
|
265
|
+
hostUser?: HostUserInterface[];
|
|
266
|
+
duration?: string;
|
|
267
|
+
emailRequired?: boolean;
|
|
268
|
+
smsRequired?: boolean;
|
|
269
|
+
notificationType?: e.NotificationType;
|
|
270
|
+
eventType?: e.TeamEventMeetingType;
|
|
271
|
+
meetingType?: e.MeetingLocation;
|
|
272
|
+
locationType?: e.MeetingLocationType;
|
|
273
|
+
locationGuideline?: string;
|
|
274
|
+
location?: string;
|
|
275
|
+
}
|
|
276
|
+
export interface ServiceGroupInterface {
|
|
277
|
+
id?: string;
|
|
278
|
+
name?: string;
|
|
279
|
+
description?: string;
|
|
280
|
+
eventTypes?: ServiceEventTypeInterface[];
|
|
281
|
+
isBatchBookingEnabled?: boolean;
|
|
282
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { TimeZoneInterface } from './';
|
|
1
2
|
import { ContactInterface } from './shared.interface';
|
|
2
3
|
import { DateRangeInterface } from './date-range.interface';
|
|
3
4
|
import { FieldMaskInterface } from './field-mask.interface';
|
|
4
5
|
import { GroupInterface, ServiceInterface } from './groups-and-services.interface';
|
|
5
6
|
import { MeetingTypeInterface, EventTypeDateRangeInterface, RegistrationCutOffInterface } from './meeting-type.interface';
|
|
6
7
|
import { TimeRangeInterface, CalendarInterface, HostUserInterface, PreferencesInterface, EmailsToDeleteInterface, PagedRequestOptionsInterface, PagedResponseMetadataInterface, IsoDateTimeRangeInterface, AttendeeInterface, AnswersInterface, AttachmentInterface } from './shared.interface';
|
|
7
|
-
import { TimeZoneInterface } from './';
|
|
8
8
|
import * as e from '../enums';
|
|
9
9
|
export interface IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface {
|
|
10
10
|
key?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BookBatchMeetingRequest, BookBatchMeetingResponse, 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, ListBatchAvailableTimeSlotsRequest, ListBatchAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse } from './objects/';
|
|
2
|
-
import { BookBatchMeetingRequestInterface, BookMeetingRequestInterface, CheckFeatureFlagRequestInterface, GetCalendarRequestInterface, GetGroupRequestInterface, GetHostRequestInterface, GetMeetingCalendarInfoRequestInterface, GetMeetingTypeRequestInterface, GetServiceRequestInterface, GetSessionInviteeMeetingInfoRequestInterface, GetSessionMeetingRequestInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestGetBookedMeetingRequestV2Interface, GuestIsHostConfiguredRequestInterface, GuestRescheduleMeetingRequestInterface, InviteeDeregisterSessionMeetingRequestInterface, InviteeRegisterSessionMeetingRequestInterface, ListAvailableTimeSlotsRequestInterface, ListBatchAvailableTimeSlotsRequestInterface, ListMeetingTypesRequestInterface } from './interfaces/';
|
|
1
|
+
import { BookBatchMeetingRequest, BookBatchMeetingResponse, BookMeetingRequest, BookMeetingResponse, CheckFeatureFlagRequest, CheckFeatureFlagResponse, GetCalendarRequest, GetCalendarResponse, GetGroupRequest, GetGroupResponse, GetHostRequest, GetHostResponse, GetMeetingCalendarInfoRequest, GetMeetingCalendarInfoResponse, GetMeetingTypeRequest, GetMeetingTypeResponse, GetServiceRequest, GetServiceResponse, GetServiceV2Request, GetServiceV2Response, GetSessionInviteeMeetingInfoRequest, GetSessionInviteeMeetingInfoResponse, GetSessionMeetingRequest, GetSessionMeetingResponse, GuestCancelMeetingRequest, GuestGetBookedMeetingRequest, GuestGetBookedMeetingRequestV2, GuestGetBookedMeetingResponse, GuestGetBookedMeetingResponseV2, GuestIsHostConfiguredRequest, GuestIsHostConfiguredResponse, GuestRescheduleMeetingRequest, InviteeDeregisterSessionMeetingRequest, InviteeRegisterSessionMeetingRequest, ListAvailableTimeSlotsRequest, ListAvailableTimeSlotsResponse, ListBatchAvailableTimeSlotsRequest, ListBatchAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse } from './objects/';
|
|
2
|
+
import { BookBatchMeetingRequestInterface, BookMeetingRequestInterface, CheckFeatureFlagRequestInterface, GetCalendarRequestInterface, GetGroupRequestInterface, GetHostRequestInterface, GetMeetingCalendarInfoRequestInterface, GetMeetingTypeRequestInterface, GetServiceRequestInterface, GetServiceV2RequestInterface, GetSessionInviteeMeetingInfoRequestInterface, GetSessionMeetingRequestInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestGetBookedMeetingRequestV2Interface, GuestIsHostConfiguredRequestInterface, GuestRescheduleMeetingRequestInterface, InviteeDeregisterSessionMeetingRequestInterface, InviteeRegisterSessionMeetingRequestInterface, ListAvailableTimeSlotsRequestInterface, ListBatchAvailableTimeSlotsRequestInterface, ListMeetingTypesRequestInterface } from './interfaces/';
|
|
3
3
|
import { HttpResponse } from '@angular/common/http';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -29,6 +29,7 @@ export declare class MeetingGuestApiService {
|
|
|
29
29
|
checkFeatureFlag(r: CheckFeatureFlagRequest | CheckFeatureFlagRequestInterface): Observable<CheckFeatureFlagResponse>;
|
|
30
30
|
listBatchAvailableTimeSlots(r: ListBatchAvailableTimeSlotsRequest | ListBatchAvailableTimeSlotsRequestInterface): Observable<ListBatchAvailableTimeSlotsResponse>;
|
|
31
31
|
bookBatchMeeting(r: BookBatchMeetingRequest | BookBatchMeetingRequestInterface): Observable<BookBatchMeetingResponse>;
|
|
32
|
+
getServiceV2(r: GetServiceV2Request | GetServiceV2RequestInterface): Observable<GetServiceV2Response>;
|
|
32
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<MeetingGuestApiService, never>;
|
|
33
34
|
static ɵprov: i0.ɵɵInjectableDeclaration<MeetingGuestApiService>;
|
|
34
35
|
}
|
|
@@ -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 { BatchBookingTarget, BatchEventTypeTarget, BookBatchMeetingRequest, BookBatchMeetingResponse, 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, ListBatchAvailableTimeSlotsRequest, ListBatchAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse, BookBatchMeetingRequestMetadataEntry, BookMeetingRequestMetadataEntry, RegisterSessionRequest, } from './meeting-guest';
|
|
8
|
+
export { BatchBookingTarget, BatchEventTypeTarget, BookBatchMeetingRequest, BookBatchMeetingResponse, BookMeetingRequest, BookMeetingResponse, CheckFeatureFlagRequest, CheckFeatureFlagResponse, GetCalendarRequest, GetCalendarResponse, GetGroupRequest, GetGroupResponse, GetHostRequest, GetHostResponse, GetMeetingCalendarInfoRequest, GetMeetingCalendarInfoResponse, GetMeetingTypeRequest, GetMeetingTypeResponse, GetServiceRequest, GetServiceResponse, GetServiceV2Request, GetServiceV2Response, GetSessionInviteeMeetingInfoRequest, GetSessionInviteeMeetingInfoResponse, GetSessionMeetingRequest, GetSessionMeetingResponse, GuestCancelMeetingRequest, GuestGetBookedMeetingRequest, GuestGetBookedMeetingRequestV2, GuestGetBookedMeetingResponse, GuestGetBookedMeetingResponseV2, GuestIsHostConfiguredRequest, GuestIsHostConfiguredResponse, GuestRescheduleMeetingRequest, InviteeDeregisterSessionMeetingRequest, InviteeRegisterSessionMeetingRequest, ListAvailableTimeSlotsRequest, ListAvailableTimeSlotsResponse, ListBatchAvailableTimeSlotsRequest, ListBatchAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse, BookBatchMeetingRequestMetadataEntry, BookMeetingRequestMetadataEntry, RegisterSessionRequest, ServiceEventType, ServiceGroup, } from './meeting-guest';
|
|
9
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
11
|
export { IsCalendarConfiguredRequestApplicationContextPropertiesEntry, BuildHostIdRequestApplicationContextPropertiesEntry, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntry, 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, ListAvailabilityRequestFilters, ListBookedMeetingsRequestFilters, GetEntityAssociationRequest, GetEntityAssociationResponse, GetEventTypeByIdRequest, GetEventTypeByIdResponse, 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';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i from '../interfaces';
|
|
2
|
+
import { TimeZone } from './';
|
|
2
3
|
import { Contact } from './openapiv2';
|
|
3
4
|
import { DateRange } from './date-range';
|
|
4
5
|
import { EventTypeDateRange } from './meeting-type';
|
|
5
6
|
import { IsoDateTimeRange, Answers, HostOrderDetails } from './shared';
|
|
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 AvailableTimeSlotsRequest implements i.AvailableTimeSlotsRequestInterface {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i from '../interfaces';
|
|
2
|
+
import { TimeZone } from './';
|
|
2
3
|
import { Answers, Calendar, Host, HostUser, IsoDateTimeRange } from './shared';
|
|
3
4
|
import { Contact } from './openapiv2';
|
|
4
5
|
import { DateRange } from './date-range';
|
|
5
6
|
import { Group, Service } from './groups-and-services';
|
|
6
7
|
import { MeetingType, Form } from './meeting-type';
|
|
7
|
-
import { TimeZone } from './';
|
|
8
8
|
import * as e from '../enums';
|
|
9
9
|
export declare function enumStringToValue<E>(enumRef: any, value: string): E;
|
|
10
10
|
export declare class BatchBookingTarget implements i.BatchBookingTargetInterface {
|
|
@@ -168,6 +168,25 @@ export declare class GetServiceResponse implements i.GetServiceResponseInterface
|
|
|
168
168
|
constructor(kwargs?: i.GetServiceResponseInterface);
|
|
169
169
|
toApiJson(): object;
|
|
170
170
|
}
|
|
171
|
+
export declare class GetServiceV2Request implements i.GetServiceV2RequestInterface {
|
|
172
|
+
serviceId: string;
|
|
173
|
+
static fromProto(proto: any): GetServiceV2Request;
|
|
174
|
+
constructor(kwargs?: i.GetServiceV2RequestInterface);
|
|
175
|
+
toApiJson(): object;
|
|
176
|
+
}
|
|
177
|
+
export declare class GetServiceV2Response implements i.GetServiceV2ResponseInterface {
|
|
178
|
+
id: string;
|
|
179
|
+
name: string;
|
|
180
|
+
description: string;
|
|
181
|
+
groups: ServiceGroup[];
|
|
182
|
+
eventTypes: ServiceEventType[];
|
|
183
|
+
businessDisplayLogoUrl: string;
|
|
184
|
+
bookingUrl: string;
|
|
185
|
+
isBatchBookingEnabled: boolean;
|
|
186
|
+
static fromProto(proto: any): GetServiceV2Response;
|
|
187
|
+
constructor(kwargs?: i.GetServiceV2ResponseInterface);
|
|
188
|
+
toApiJson(): object;
|
|
189
|
+
}
|
|
171
190
|
export declare class GetSessionInviteeMeetingInfoRequest implements i.GetSessionInviteeMeetingInfoRequestInterface {
|
|
172
191
|
sessionInviteeId: string;
|
|
173
192
|
static fromProto(proto: any): GetSessionInviteeMeetingInfoRequest;
|
|
@@ -376,3 +395,31 @@ export declare class RegisterSessionRequest implements i.RegisterSessionRequestI
|
|
|
376
395
|
constructor(kwargs?: i.RegisterSessionRequestInterface);
|
|
377
396
|
toApiJson(): object;
|
|
378
397
|
}
|
|
398
|
+
export declare class ServiceEventType implements i.ServiceEventTypeInterface {
|
|
399
|
+
id: string;
|
|
400
|
+
name: string;
|
|
401
|
+
description: string;
|
|
402
|
+
hostUser: HostUser[];
|
|
403
|
+
duration: string;
|
|
404
|
+
emailRequired: boolean;
|
|
405
|
+
smsRequired: boolean;
|
|
406
|
+
notificationType: e.NotificationType;
|
|
407
|
+
eventType: e.TeamEventMeetingType;
|
|
408
|
+
meetingType: e.MeetingLocation;
|
|
409
|
+
locationType: e.MeetingLocationType;
|
|
410
|
+
locationGuideline: string;
|
|
411
|
+
location: string;
|
|
412
|
+
static fromProto(proto: any): ServiceEventType;
|
|
413
|
+
constructor(kwargs?: i.ServiceEventTypeInterface);
|
|
414
|
+
toApiJson(): object;
|
|
415
|
+
}
|
|
416
|
+
export declare class ServiceGroup implements i.ServiceGroupInterface {
|
|
417
|
+
id: string;
|
|
418
|
+
name: string;
|
|
419
|
+
description: string;
|
|
420
|
+
eventTypes: ServiceEventType[];
|
|
421
|
+
isBatchBookingEnabled: boolean;
|
|
422
|
+
static fromProto(proto: any): ServiceGroup;
|
|
423
|
+
constructor(kwargs?: i.ServiceGroupInterface);
|
|
424
|
+
toApiJson(): object;
|
|
425
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as i from '../interfaces';
|
|
2
|
+
import { TimeZone } from './';
|
|
2
3
|
import { Contact } from './shared';
|
|
3
4
|
import { DateRange } from './date-range';
|
|
4
5
|
import { FieldMask } from './field-mask';
|
|
5
6
|
import { Group, Service } from './groups-and-services';
|
|
6
7
|
import { MeetingType, EventTypeDateRange, RegistrationCutOff } from './meeting-type';
|
|
7
8
|
import { TimeRange, Calendar, HostUser, Preferences, EmailsToDelete, PagedRequestOptions, PagedResponseMetadata, IsoDateTimeRange, Attendee, Answers, Attachment } from './shared';
|
|
8
|
-
import { TimeZone } from './';
|
|
9
9
|
import * as e from '../enums';
|
|
10
10
|
export declare function enumStringToValue<E>(enumRef: any, value: string): E;
|
|
11
11
|
export declare class IsCalendarConfiguredRequestApplicationContextPropertiesEntry implements i.IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { CalendarInterface, Contact, GetGroupResponse, GetSessionMeetingResponse, MeetingGuestApiService, MeetingLocationType, TeamEventMeetingType, TimeZoneInterface, ContactInterface, AnswersInterface, GetSessionInviteeMeetingInfoResponse, GuestGetBookedMeetingResponseV2, BookingSource, CheckFeatureFlagResponse, FeatureFlagFieldType } from
|
|
2
|
-
import { Observable } from
|
|
3
|
-
import { Host, MeetingForm, MeetingMetadata, MeetingType, TimeSpan } from
|
|
1
|
+
import { CalendarInterface, Contact, GetGroupResponse, GetServiceV2Response, GetSessionMeetingResponse, MeetingGuestApiService, MeetingLocationType, TeamEventMeetingType, TimeZoneInterface, ContactInterface, AnswersInterface, GetSessionInviteeMeetingInfoResponse, GuestGetBookedMeetingResponseV2, BookingSource, CheckFeatureFlagResponse, FeatureFlagFieldType } from "../_internal";
|
|
2
|
+
import { Observable } from "rxjs";
|
|
3
|
+
import { Host, MeetingForm, MeetingMetadata, MeetingType, TimeSpan } from "../shared";
|
|
4
4
|
import { GetServiceResponse } from "../_internal/objects/meeting-guest";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export interface BookMeetingResponse {
|
|
@@ -76,7 +76,7 @@ export declare class GuestService implements GuestServiceInterface {
|
|
|
76
76
|
start: Date;
|
|
77
77
|
comment: string;
|
|
78
78
|
metadata?: MeetingMetadata;
|
|
79
|
-
attendees: (Omit<Contact,
|
|
79
|
+
attendees: (Omit<Contact, "fromProto" | "toApiJson" | "constructor" | "timeZone"> & {
|
|
80
80
|
timeZone: TimeZoneInterface;
|
|
81
81
|
})[];
|
|
82
82
|
formAnswers?: MeetingForm;
|
|
@@ -143,6 +143,9 @@ export declare class GuestService implements GuestServiceInterface {
|
|
|
143
143
|
fieldValue: string;
|
|
144
144
|
featureFlagKey: string;
|
|
145
145
|
}): Observable<CheckFeatureFlagResponse>;
|
|
146
|
+
getServiceV2(req: {
|
|
147
|
+
serviceId: string;
|
|
148
|
+
}): Observable<GetServiceV2Response>;
|
|
146
149
|
static ɵfac: i0.ɵɵFactoryDeclaration<GuestService, never>;
|
|
147
150
|
static ɵprov: i0.ɵɵInjectableDeclaration<GuestService>;
|
|
148
151
|
}
|