@vendasta/meetings 1.6.8 → 1.6.9
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/groups-and-services.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/index.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/meeting-guest.interface.mjs +1 -1
- package/esm2020/lib/_internal/meeting-guest.api.service.mjs +12 -2
- package/esm2020/lib/_internal/objects/groups-and-services.mjs +7 -1
- package/esm2020/lib/_internal/objects/index.mjs +2 -2
- package/esm2020/lib/_internal/objects/meeting-guest.mjs +225 -1
- package/esm2020/lib/shared/groups-and-services.mjs +7 -3
- package/fesm2015/vendasta-meetings.mjs +246 -2
- package/fesm2015/vendasta-meetings.mjs.map +1 -1
- package/fesm2020/vendasta-meetings.mjs +246 -2
- package/fesm2020/vendasta-meetings.mjs.map +1 -1
- package/lib/_internal/interfaces/groups-and-services.interface.d.ts +2 -0
- package/lib/_internal/interfaces/index.d.ts +1 -1
- package/lib/_internal/interfaces/meeting-guest.interface.d.ts +40 -0
- package/lib/_internal/meeting-guest.api.service.d.ts +4 -2
- package/lib/_internal/objects/groups-and-services.d.ts +2 -0
- package/lib/_internal/objects/index.d.ts +1 -1
- package/lib/_internal/objects/meeting-guest.d.ts +61 -0
- package/lib/shared/groups-and-services.d.ts +2 -0
- package/package.json +1 -1
|
@@ -20,6 +20,7 @@ export interface GroupInterface {
|
|
|
20
20
|
associations?: EventGroupAndServiceAssociationsInterface[];
|
|
21
21
|
hexColor?: string;
|
|
22
22
|
bookingUrl?: string;
|
|
23
|
+
isBatchBookingEnabled?: boolean;
|
|
23
24
|
}
|
|
24
25
|
export interface ServiceInterface {
|
|
25
26
|
id?: string;
|
|
@@ -30,4 +31,5 @@ export interface ServiceInterface {
|
|
|
30
31
|
associations?: EventGroupAndServiceAssociationsInterface[];
|
|
31
32
|
hexColor?: string;
|
|
32
33
|
bookingUrl?: string;
|
|
34
|
+
isBatchBookingEnabled?: boolean;
|
|
33
35
|
}
|
|
@@ -5,7 +5,7 @@ export { AnswerInterface, AnswersInterface, CalendarApplicationContextEntryInter
|
|
|
5
5
|
export { DateRangeInterface, } from './date-range.interface';
|
|
6
6
|
export { EventTypeDateRangeInterface, FieldInterface, FormInterface, MeetingTypeInterface, RegistrationCutOffInterface, RelativeDateRangeInterface, } from './meeting-type.interface';
|
|
7
7
|
export { EventGroupAndServiceAssociationsInterface, GroupInterface, ServiceInterface, } from './groups-and-services.interface';
|
|
8
|
-
export { BookMeetingRequestInterface, BookMeetingResponseInterface, 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';
|
|
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';
|
|
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';
|
|
@@ -5,6 +5,33 @@ import { GroupInterface, ServiceInterface } from './groups-and-services.interfac
|
|
|
5
5
|
import { MeetingTypeInterface, FormInterface } from './meeting-type.interface';
|
|
6
6
|
import { TimeZoneInterface } from './';
|
|
7
7
|
import * as e from '../enums';
|
|
8
|
+
export interface BatchBookingTargetInterface {
|
|
9
|
+
eventTypeId?: string;
|
|
10
|
+
userId?: string;
|
|
11
|
+
order?: number;
|
|
12
|
+
}
|
|
13
|
+
export interface BatchEventTypeTargetInterface {
|
|
14
|
+
eventTypeId?: string;
|
|
15
|
+
userId?: string;
|
|
16
|
+
order?: number;
|
|
17
|
+
}
|
|
18
|
+
export interface BookBatchMeetingRequestInterface {
|
|
19
|
+
targets?: BatchBookingTargetInterface[];
|
|
20
|
+
start?: Date;
|
|
21
|
+
attendees?: ContactInterface[];
|
|
22
|
+
comment?: string;
|
|
23
|
+
metadata?: {
|
|
24
|
+
[key: string]: string;
|
|
25
|
+
};
|
|
26
|
+
formAnswers?: AnswersInterface;
|
|
27
|
+
recaptchaToken?: string;
|
|
28
|
+
location?: string;
|
|
29
|
+
bookingSource?: e.BookingSource;
|
|
30
|
+
bookingOriginId?: string;
|
|
31
|
+
}
|
|
32
|
+
export interface BookBatchMeetingResponseInterface {
|
|
33
|
+
bookingGroupId?: string;
|
|
34
|
+
}
|
|
8
35
|
export interface BookMeetingRequestInterface {
|
|
9
36
|
hostId?: string;
|
|
10
37
|
meetingTypeId?: string;
|
|
@@ -188,12 +215,25 @@ export interface ListAvailableTimeSlotsResponseInterface {
|
|
|
188
215
|
timeSlots?: DateRangeInterface[];
|
|
189
216
|
isoTimeSlots?: IsoDateTimeRangeInterface[];
|
|
190
217
|
}
|
|
218
|
+
export interface ListBatchAvailableTimeSlotsRequestInterface {
|
|
219
|
+
targets?: BatchEventTypeTargetInterface[];
|
|
220
|
+
timeSpan?: DateRangeInterface;
|
|
221
|
+
timeZone?: TimeZoneInterface;
|
|
222
|
+
}
|
|
223
|
+
export interface ListBatchAvailableTimeSlotsResponseInterface {
|
|
224
|
+
timeSlots?: DateRangeInterface[];
|
|
225
|
+
isoTimeSlots?: IsoDateTimeRangeInterface[];
|
|
226
|
+
}
|
|
191
227
|
export interface ListMeetingTypesRequestInterface {
|
|
192
228
|
hostId?: string;
|
|
193
229
|
}
|
|
194
230
|
export interface ListMeetingTypesResponseInterface {
|
|
195
231
|
meetingTypes?: MeetingTypeInterface[];
|
|
196
232
|
}
|
|
233
|
+
export interface BookBatchMeetingRequestMetadataEntryInterface {
|
|
234
|
+
key?: string;
|
|
235
|
+
value?: string;
|
|
236
|
+
}
|
|
197
237
|
export interface BookMeetingRequestMetadataEntryInterface {
|
|
198
238
|
key?: string;
|
|
199
239
|
value?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
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
|
-
import { BookMeetingRequestInterface, CheckFeatureFlagRequestInterface, GetCalendarRequestInterface, GetGroupRequestInterface, GetHostRequestInterface, GetMeetingCalendarInfoRequestInterface, GetMeetingTypeRequestInterface, GetServiceRequestInterface, GetSessionInviteeMeetingInfoRequestInterface, GetSessionMeetingRequestInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestGetBookedMeetingRequestV2Interface, GuestIsHostConfiguredRequestInterface, GuestRescheduleMeetingRequestInterface, InviteeDeregisterSessionMeetingRequestInterface, InviteeRegisterSessionMeetingRequestInterface, ListAvailableTimeSlotsRequestInterface, ListMeetingTypesRequestInterface } from './interfaces/';
|
|
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/';
|
|
3
3
|
import { HttpResponse } from '@angular/common/http';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -27,6 +27,8 @@ export declare class MeetingGuestApiService {
|
|
|
27
27
|
getSessionInviteeMeetingInfo(r: GetSessionInviteeMeetingInfoRequest | GetSessionInviteeMeetingInfoRequestInterface): Observable<GetSessionInviteeMeetingInfoResponse>;
|
|
28
28
|
inviteeDeregisterSessionMeeting(r: InviteeDeregisterSessionMeetingRequest | InviteeDeregisterSessionMeetingRequestInterface): Observable<HttpResponse<null>>;
|
|
29
29
|
checkFeatureFlag(r: CheckFeatureFlagRequest | CheckFeatureFlagRequestInterface): Observable<CheckFeatureFlagResponse>;
|
|
30
|
+
listBatchAvailableTimeSlots(r: ListBatchAvailableTimeSlotsRequest | ListBatchAvailableTimeSlotsRequestInterface): Observable<ListBatchAvailableTimeSlotsResponse>;
|
|
31
|
+
bookBatchMeeting(r: BookBatchMeetingRequest | BookBatchMeetingRequestInterface): Observable<BookBatchMeetingResponse>;
|
|
30
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<MeetingGuestApiService, never>;
|
|
31
33
|
static ɵprov: i0.ɵɵInjectableDeclaration<MeetingGuestApiService>;
|
|
32
34
|
}
|
|
@@ -25,6 +25,7 @@ export declare class Group implements i.GroupInterface {
|
|
|
25
25
|
associations: EventGroupAndServiceAssociations[];
|
|
26
26
|
hexColor: string;
|
|
27
27
|
bookingUrl: string;
|
|
28
|
+
isBatchBookingEnabled: boolean;
|
|
28
29
|
static fromProto(proto: any): Group;
|
|
29
30
|
constructor(kwargs?: i.GroupInterface);
|
|
30
31
|
toApiJson(): object;
|
|
@@ -38,6 +39,7 @@ export declare class Service implements i.ServiceInterface {
|
|
|
38
39
|
associations: EventGroupAndServiceAssociations[];
|
|
39
40
|
hexColor: string;
|
|
40
41
|
bookingUrl: string;
|
|
42
|
+
isBatchBookingEnabled: boolean;
|
|
41
43
|
static fromProto(proto: any): Service;
|
|
42
44
|
constructor(kwargs?: i.ServiceInterface);
|
|
43
45
|
toApiJson(): object;
|
|
@@ -5,7 +5,7 @@ export { Answer, Answers, CalendarApplicationContextEntry, Attachment, Attendee,
|
|
|
5
5
|
export { DateRange, } from './date-range';
|
|
6
6
|
export { EventTypeDateRange, Field, Form, MeetingType, RegistrationCutOff, RelativeDateRange, } from './meeting-type';
|
|
7
7
|
export { EventGroupAndServiceAssociations, Group, Service, } from './groups-and-services';
|
|
8
|
-
export { BookMeetingRequest, BookMeetingResponse, 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';
|
|
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';
|
|
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';
|
|
@@ -7,6 +7,45 @@ import { MeetingType, Form } from './meeting-type';
|
|
|
7
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 BatchBookingTarget implements i.BatchBookingTargetInterface {
|
|
11
|
+
eventTypeId: string;
|
|
12
|
+
userId: string;
|
|
13
|
+
order: number;
|
|
14
|
+
static fromProto(proto: any): BatchBookingTarget;
|
|
15
|
+
constructor(kwargs?: i.BatchBookingTargetInterface);
|
|
16
|
+
toApiJson(): object;
|
|
17
|
+
}
|
|
18
|
+
export declare class BatchEventTypeTarget implements i.BatchEventTypeTargetInterface {
|
|
19
|
+
eventTypeId: string;
|
|
20
|
+
userId: string;
|
|
21
|
+
order: number;
|
|
22
|
+
static fromProto(proto: any): BatchEventTypeTarget;
|
|
23
|
+
constructor(kwargs?: i.BatchEventTypeTargetInterface);
|
|
24
|
+
toApiJson(): object;
|
|
25
|
+
}
|
|
26
|
+
export declare class BookBatchMeetingRequest implements i.BookBatchMeetingRequestInterface {
|
|
27
|
+
targets: BatchBookingTarget[];
|
|
28
|
+
start: Date;
|
|
29
|
+
attendees: Contact[];
|
|
30
|
+
comment: string;
|
|
31
|
+
metadata: {
|
|
32
|
+
[key: string]: string;
|
|
33
|
+
};
|
|
34
|
+
formAnswers: Answers;
|
|
35
|
+
recaptchaToken: string;
|
|
36
|
+
location: string;
|
|
37
|
+
bookingSource: e.BookingSource;
|
|
38
|
+
bookingOriginId: string;
|
|
39
|
+
static fromProto(proto: any): BookBatchMeetingRequest;
|
|
40
|
+
constructor(kwargs?: i.BookBatchMeetingRequestInterface);
|
|
41
|
+
toApiJson(): object;
|
|
42
|
+
}
|
|
43
|
+
export declare class BookBatchMeetingResponse implements i.BookBatchMeetingResponseInterface {
|
|
44
|
+
bookingGroupId: string;
|
|
45
|
+
static fromProto(proto: any): BookBatchMeetingResponse;
|
|
46
|
+
constructor(kwargs?: i.BookBatchMeetingResponseInterface);
|
|
47
|
+
toApiJson(): object;
|
|
48
|
+
}
|
|
10
49
|
export declare class BookMeetingRequest implements i.BookMeetingRequestInterface {
|
|
11
50
|
hostId: string;
|
|
12
51
|
meetingTypeId: string;
|
|
@@ -286,6 +325,21 @@ export declare class ListAvailableTimeSlotsResponse implements i.ListAvailableTi
|
|
|
286
325
|
constructor(kwargs?: i.ListAvailableTimeSlotsResponseInterface);
|
|
287
326
|
toApiJson(): object;
|
|
288
327
|
}
|
|
328
|
+
export declare class ListBatchAvailableTimeSlotsRequest implements i.ListBatchAvailableTimeSlotsRequestInterface {
|
|
329
|
+
targets: BatchEventTypeTarget[];
|
|
330
|
+
timeSpan: DateRange;
|
|
331
|
+
timeZone: TimeZone;
|
|
332
|
+
static fromProto(proto: any): ListBatchAvailableTimeSlotsRequest;
|
|
333
|
+
constructor(kwargs?: i.ListBatchAvailableTimeSlotsRequestInterface);
|
|
334
|
+
toApiJson(): object;
|
|
335
|
+
}
|
|
336
|
+
export declare class ListBatchAvailableTimeSlotsResponse implements i.ListBatchAvailableTimeSlotsResponseInterface {
|
|
337
|
+
timeSlots: DateRange[];
|
|
338
|
+
isoTimeSlots: IsoDateTimeRange[];
|
|
339
|
+
static fromProto(proto: any): ListBatchAvailableTimeSlotsResponse;
|
|
340
|
+
constructor(kwargs?: i.ListBatchAvailableTimeSlotsResponseInterface);
|
|
341
|
+
toApiJson(): object;
|
|
342
|
+
}
|
|
289
343
|
export declare class ListMeetingTypesRequest implements i.ListMeetingTypesRequestInterface {
|
|
290
344
|
hostId: string;
|
|
291
345
|
static fromProto(proto: any): ListMeetingTypesRequest;
|
|
@@ -298,6 +352,13 @@ export declare class ListMeetingTypesResponse implements i.ListMeetingTypesRespo
|
|
|
298
352
|
constructor(kwargs?: i.ListMeetingTypesResponseInterface);
|
|
299
353
|
toApiJson(): object;
|
|
300
354
|
}
|
|
355
|
+
export declare class BookBatchMeetingRequestMetadataEntry implements i.BookBatchMeetingRequestMetadataEntryInterface {
|
|
356
|
+
key: string;
|
|
357
|
+
value: string;
|
|
358
|
+
static fromProto(proto: any): BookBatchMeetingRequestMetadataEntry;
|
|
359
|
+
constructor(kwargs?: i.BookBatchMeetingRequestMetadataEntryInterface);
|
|
360
|
+
toApiJson(): object;
|
|
361
|
+
}
|
|
301
362
|
export declare class BookMeetingRequestMetadataEntry implements i.BookMeetingRequestMetadataEntryInterface {
|
|
302
363
|
key: string;
|
|
303
364
|
value: string;
|
|
@@ -9,6 +9,7 @@ export interface Group {
|
|
|
9
9
|
associations: EventGroupAndServiceAssociations[];
|
|
10
10
|
hexColor?: string;
|
|
11
11
|
bookingUrl?: string;
|
|
12
|
+
isBatchBookingEnabled?: boolean;
|
|
12
13
|
}
|
|
13
14
|
export interface EventGroupAndServiceAssociations {
|
|
14
15
|
id?: string;
|
|
@@ -32,6 +33,7 @@ export interface Service {
|
|
|
32
33
|
associations: EventGroupAndServiceAssociations[];
|
|
33
34
|
hexColor?: string;
|
|
34
35
|
bookingUrl?: string;
|
|
36
|
+
isBatchBookingEnabled?: boolean;
|
|
35
37
|
}
|
|
36
38
|
export interface EntityAssociations {
|
|
37
39
|
services?: string[];
|