@vendasta/meetings 1.9.1 → 1.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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-host.api.service.mjs +7 -2
- package/esm2020/lib/_internal/objects/annotations.mjs +1 -1
- package/esm2020/lib/_internal/objects/date-range.mjs +1 -1
- package/esm2020/lib/_internal/objects/field-mask.mjs +1 -1
- package/esm2020/lib/_internal/objects/google-meet.mjs +1 -1
- package/esm2020/lib/_internal/objects/groups-and-services.mjs +1 -1
- package/esm2020/lib/_internal/objects/index.mjs +3 -3
- package/esm2020/lib/_internal/objects/meeting-external.mjs +2 -2
- package/esm2020/lib/_internal/objects/meeting-guest.mjs +2 -2
- package/esm2020/lib/_internal/objects/meeting-host.mjs +169 -25
- package/esm2020/lib/_internal/objects/meeting-source.mjs +1 -1
- package/esm2020/lib/_internal/objects/meeting-type.mjs +1 -1
- package/esm2020/lib/_internal/objects/openapiv2.mjs +1 -1
- package/esm2020/lib/_internal/objects/shared.mjs +1 -1
- package/esm2020/lib/_internal/objects/zoom.mjs +1 -1
- package/esm2020/lib/host/host.service.mjs +14 -2
- package/esm2020/lib/index.mjs +1 -1
- package/esm2020/lib/shared/index.mjs +2 -1
- package/esm2020/lib/shared/meeting-stats.mjs +17 -0
- package/fesm2015/vendasta-meetings.mjs +201 -23
- package/fesm2015/vendasta-meetings.mjs.map +1 -1
- package/fesm2020/vendasta-meetings.mjs +201 -23
- package/fesm2020/vendasta-meetings.mjs.map +1 -1
- package/lib/_internal/interfaces/index.d.ts +2 -2
- package/lib/_internal/interfaces/meeting-external.interface.d.ts +1 -1
- package/lib/_internal/interfaces/meeting-guest.interface.d.ts +1 -1
- package/lib/_internal/interfaces/meeting-host.interface.d.ts +30 -8
- package/lib/_internal/meeting-host.api.service.d.ts +3 -2
- package/lib/_internal/objects/annotations.d.ts +1 -1
- package/lib/_internal/objects/date-range.d.ts +1 -1
- package/lib/_internal/objects/field-mask.d.ts +1 -1
- package/lib/_internal/objects/google-meet.d.ts +1 -1
- package/lib/_internal/objects/groups-and-services.d.ts +1 -1
- package/lib/_internal/objects/index.d.ts +2 -2
- package/lib/_internal/objects/meeting-external.d.ts +2 -2
- package/lib/_internal/objects/meeting-guest.d.ts +2 -2
- package/lib/_internal/objects/meeting-host.d.ts +47 -16
- package/lib/_internal/objects/meeting-source.d.ts +1 -1
- package/lib/_internal/objects/meeting-type.d.ts +1 -1
- package/lib/_internal/objects/openapiv2.d.ts +1 -1
- package/lib/_internal/objects/shared.d.ts +1 -1
- package/lib/_internal/objects/zoom.d.ts +1 -1
- package/lib/host/host.service.d.ts +6 -1
- package/lib/index.d.ts +1 -1
- package/lib/shared/index.d.ts +1 -0
- package/lib/shared/meeting-stats.d.ts +17 -0
- package/package.json +1 -1
|
@@ -8,8 +8,8 @@ export { EventGroupAndServiceAssociationsInterface, GroupInterface, ServiceInter
|
|
|
8
8
|
export { BookBatchMeetingRequestInterface, BookBatchMeetingResponseInterface, BookMeetingRequestInterface, BookMeetingResponseInterface, CancelBatchMeetingRequestInterface, 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, ListGuestBookedMeetingsRequestInterface, ListGuestBookedMeetingsResponseInterface, ListMeetingTypesRequestInterface, ListMeetingTypesResponseInterface, MeetingDetailInterface, MeetingSummaryInterface, BookMeetingRequestMetadataEntryInterface, BookBatchMeetingRequestMetadataEntryInterface, RegisterSessionRequestInterface, RescheduleBatchMeetingRequestInterface, 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
|
-
export { IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface, BuildHostIdRequestApplicationContextPropertiesEntryInterface, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface, AvailabilityRuleInterface, AvailabilityRuleListInterface, BookedMeetingV2Interface, 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,
|
|
11
|
+
export { IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface, BuildHostIdRequestApplicationContextPropertiesEntryInterface, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface, AvailabilityRuleInterface, AvailabilityRuleListInterface, BookedMeetingV2Interface, 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, GetEventTypeByIdRequestInterface, GetEventTypeByIdResponseInterface, GetHostMeetingRequestInterface, GetHostMeetingResponseInterface, GetHostPreferencesRequestInterface, GetHostPreferencesResponseInterface, GetHostsForCalendarRequestInterface, GetHostsForCalendarResponseInterface, GetMeetingStatsRequestInterface, GetMeetingStatsResponseInterface, GetMeetingTypesForCalendarsRequestInterface, GetMeetingTypesForCalendarsResponseInterface, HostBookBatchMeetingRequestInterface, HostBookBatchMeetingResponseInterface, HostBookMeetingRequestInterface, HostBookMeetingResponseInterface, HostBookSessionRequestInterface, HostBookSessionResponseInterface, HostCancelBatchMeetingRequestInterface, HostDeleteAttendeesRequestInterface, HostDetailsInterface, HostGetCalendarRequestInterface, HostGetCalendarResponseInterface, HostGetMeetingTypeRequestInterface, HostGetMeetingTypeResponseInterface, HostListBatchAvailableTimeSlotsRequestInterface, HostListBatchAvailableTimeSlotsResponseInterface, HostListMeetingTypesRequestInterface, HostListMeetingTypesResponseInterface, HostRescheduleBatchMeetingRequestInterface, GetHostsForCalendarResponseHostUserAvailabilityRuleEntryInterface, IsCalendarConfiguredRequestInterface, IsCalendarConfiguredResponseInterface, IsHostConfiguredRequestInterface, IsHostConfiguredResponseInterface, ListAttendeesRequestInterface, ListAttendeesResponseInterface, ListAvailabilityRequestInterface, ListAvailabilityResponseInterface, ListAvailableTimeslotsForRecurringSessionRequestInterface, ListAvailableTimeslotsForRecurringSessionResponseInterface, ListAvailableTimeslotsForSessionRequestInterface, ListAvailableTimeslotsForSessionResponseInterface, ListBookedMeetingsRequestInterface, ListBookedMeetingsResponseInterface, ListBookedMeetingsV2RequestInterface, ListBookedMeetingsV2ResponseInterface, ListBookingTypesForAIRequestInterface, ListBookingTypesForAIResponseInterface, ListEventTypesForMultipleCalendarsRequestInterface, ListEventTypesForMultipleCalendarsResponseInterface, ListGroupsRequestInterface, ListGroupsResponseInterface, ListServicesRequestInterface, ListServicesResponseInterface, MeetingInterface, MeetingStatPointInterface, MeetingTypeListInterface, HostBookBatchMeetingRequestMetadataEntryInterface, MeetingMetadataEntryInterface, UpdateMeetingMetadataRequestMetadataEntryInterface, 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
|
-
export { EnumSchemaInterface, ResponseExamplesEntryInterface,
|
|
13
|
+
export { EnumSchemaInterface, ResponseExamplesEntryInterface, InfoExtensionsEntryInterface, SwaggerExtensionsEntryInterface, SecuritySchemeExtensionsEntryInterface, TagExtensionsEntryInterface, OperationExtensionsEntryInterface, JSONSchemaExtensionsEntryInterface, EnumSchemaExtensionsEntryInterface, ResponseExtensionsEntryInterface, ExternalDocumentationInterface, JSONSchemaFieldConfigurationInterface, HeaderInterface, HeaderParameterInterface, ResponseHeadersEntryInterface, InfoInterface, JSONSchemaInterface, LicenseInterface, OperationInterface, ParametersInterface, ResponseInterface, OperationResponsesEntryInterface, SwaggerResponsesEntryInterface, SchemaInterface, ScopesScopeEntryInterface, ScopesInterface, SecurityDefinitionsInterface, SecurityDefinitionsSecurityEntryInterface, SecurityRequirementInterface, SecurityRequirementSecurityRequirementEntryInterface, SecurityRequirementSecurityRequirementValueInterface, SecuritySchemeInterface, SwaggerInterface, TagInterface, } from './openapiv2.interface';
|
|
14
14
|
export { TimeOfDayInterface, } from './timeofday.interface';
|
|
15
15
|
export { DateTimeInterface, TimeZoneInterface, } from './datetime.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 { BatchBookingTargetInterface, AnswersInterface, CalendarInterface, HostInterface, HostUserInterface, IsoDateTimeRangeInterface, BatchEventTypeTargetInterface, PhoneFieldsInterface } 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 BookBatchMeetingRequestInterface {
|
|
9
9
|
targets?: BatchBookingTargetInterface[];
|
|
@@ -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, BookingEventForAIInterface } from './meeting-type.interface';
|
|
6
7
|
import { TimeRangeInterface, CalendarInterface, HostUserInterface, PreferencesInterface, BatchBookingTargetInterface, AnswersInterface, EmailsToDeleteInterface, BatchEventTypeTargetInterface, IsoDateTimeRangeInterface, PagedRequestOptionsInterface, PagedResponseMetadataInterface, AttendeeInterface, AttachmentInterface } from './shared.interface';
|
|
7
|
-
import { TimeZoneInterface } from './';
|
|
8
8
|
import * as e from '../enums';
|
|
9
9
|
export interface IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface {
|
|
10
10
|
key?: string;
|
|
@@ -165,10 +165,8 @@ export interface EventTypeSummaryInterface {
|
|
|
165
165
|
dateRange?: EventTypeDateRangeInterface;
|
|
166
166
|
locationGuidelines?: string;
|
|
167
167
|
description?: string;
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
hostId?: string;
|
|
171
|
-
meetingTypeId?: string;
|
|
168
|
+
bufferDurationBeforeMeeting?: number;
|
|
169
|
+
bufferDurationAfterMeeting?: number;
|
|
172
170
|
}
|
|
173
171
|
export interface ListBookedMeetingsRequestFiltersInterface {
|
|
174
172
|
meetingTypeIds?: string[];
|
|
@@ -176,6 +174,10 @@ export interface ListBookedMeetingsRequestFiltersInterface {
|
|
|
176
174
|
timeSpan?: DateRangeInterface;
|
|
177
175
|
userIds?: string[];
|
|
178
176
|
}
|
|
177
|
+
export interface ListAvailabilityRequestFiltersInterface {
|
|
178
|
+
hostId?: string;
|
|
179
|
+
meetingTypeId?: string;
|
|
180
|
+
}
|
|
179
181
|
export interface GetEntityAssociationRequestInterface {
|
|
180
182
|
entityId?: string;
|
|
181
183
|
}
|
|
@@ -212,6 +214,22 @@ export interface GetHostsForCalendarResponseInterface {
|
|
|
212
214
|
[key: string]: AvailabilityRuleListInterface;
|
|
213
215
|
};
|
|
214
216
|
}
|
|
217
|
+
export interface GetMeetingStatsRequestInterface {
|
|
218
|
+
timeSpan?: DateRangeInterface;
|
|
219
|
+
timeZone?: TimeZoneInterface;
|
|
220
|
+
businessId?: string;
|
|
221
|
+
}
|
|
222
|
+
export interface GetMeetingStatsResponseInterface {
|
|
223
|
+
totalMeetingsScheduled?: number;
|
|
224
|
+
previousTotalMeetingsScheduled?: number;
|
|
225
|
+
dailyMeetingsScheduled?: MeetingStatPointInterface[];
|
|
226
|
+
totalMeetingsCancelled?: number;
|
|
227
|
+
totalMeetingsRescheduled?: number;
|
|
228
|
+
totalAbandonedCarts?: number;
|
|
229
|
+
totalCalendarDisconnected?: number;
|
|
230
|
+
totalBookedByAiChat?: number;
|
|
231
|
+
totalBookedByAiVoice?: number;
|
|
232
|
+
}
|
|
215
233
|
export interface GetMeetingTypesForCalendarsRequestInterface {
|
|
216
234
|
calendarIds?: string[];
|
|
217
235
|
}
|
|
@@ -449,18 +467,22 @@ export interface MeetingInterface {
|
|
|
449
467
|
registeredAttendeeCount?: number;
|
|
450
468
|
registrationCutoff?: string;
|
|
451
469
|
}
|
|
470
|
+
export interface MeetingStatPointInterface {
|
|
471
|
+
date?: Date;
|
|
472
|
+
count?: number;
|
|
473
|
+
}
|
|
452
474
|
export interface MeetingTypeListInterface {
|
|
453
475
|
meetingTypes?: MeetingTypeInterface[];
|
|
454
476
|
}
|
|
455
|
-
export interface
|
|
477
|
+
export interface HostBookBatchMeetingRequestMetadataEntryInterface {
|
|
456
478
|
key?: string;
|
|
457
479
|
value?: string;
|
|
458
480
|
}
|
|
459
|
-
export interface
|
|
481
|
+
export interface MeetingMetadataEntryInterface {
|
|
460
482
|
key?: string;
|
|
461
483
|
value?: string;
|
|
462
484
|
}
|
|
463
|
-
export interface
|
|
485
|
+
export interface UpdateMeetingMetadataRequestMetadataEntryInterface {
|
|
464
486
|
key?: string;
|
|
465
487
|
value?: string;
|
|
466
488
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
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, GetEventTypeByIdRequest, GetEventTypeByIdResponse, GetGroupRequest, GetGroupResponse, GetHostMeetingRequest, GetHostMeetingResponse, GetHostPreferencesRequest, GetHostPreferencesResponse, GetHostsForCalendarRequest, GetHostsForCalendarResponse, GetMeetingTypesForCalendarsRequest, GetMeetingTypesForCalendarsResponse, GetServiceRequest, GetServiceResponse, HostBookBatchMeetingRequest, HostBookBatchMeetingResponse, HostBookMeetingRequest, HostBookMeetingResponse, HostBookSessionRequest, HostBookSessionResponse, HostCancelBatchMeetingRequest, HostDeleteAttendeesRequest, HostGetCalendarRequest, HostGetCalendarResponse, HostGetMeetingTypeRequest, HostGetMeetingTypeResponse, HostListBatchAvailableTimeSlotsRequest, HostListBatchAvailableTimeSlotsResponse, HostListMeetingTypesRequest, HostListMeetingTypesResponse, HostRescheduleBatchMeetingRequest, IsCalendarConfiguredRequest, IsCalendarConfiguredResponse, IsHostConfiguredRequest, IsHostConfiguredResponse, ListAttendeesRequest, ListAttendeesResponse, ListAvailabilityRequest, ListAvailabilityResponse, ListAvailableTimeslotsForRecurringSessionRequest, ListAvailableTimeslotsForRecurringSessionResponse, ListAvailableTimeslotsForSessionRequest, ListAvailableTimeslotsForSessionResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, ListBookedMeetingsV2Request, ListBookedMeetingsV2Response, ListBookingTypesForAIRequest, ListBookingTypesForAIResponse, 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, GetEventTypeByIdRequestInterface, GetGroupRequestInterface, GetHostMeetingRequestInterface, GetHostPreferencesRequestInterface, GetHostsForCalendarRequestInterface, GetMeetingTypesForCalendarsRequestInterface, GetServiceRequestInterface, HostBookBatchMeetingRequestInterface, HostBookMeetingRequestInterface, HostBookSessionRequestInterface, HostCancelBatchMeetingRequestInterface, HostDeleteAttendeesRequestInterface, HostGetCalendarRequestInterface, HostGetMeetingTypeRequestInterface, HostListBatchAvailableTimeSlotsRequestInterface, HostListMeetingTypesRequestInterface, HostRescheduleBatchMeetingRequestInterface, IsCalendarConfiguredRequestInterface, IsHostConfiguredRequestInterface, ListAttendeesRequestInterface, ListAvailabilityRequestInterface, ListAvailableTimeslotsForRecurringSessionRequestInterface, ListAvailableTimeslotsForSessionRequestInterface, ListBookedMeetingsRequestInterface, ListBookedMeetingsV2RequestInterface, ListBookingTypesForAIRequestInterface, ListEventTypesForMultipleCalendarsRequestInterface, ListGroupsRequestInterface, ListServicesRequestInterface, RescheduleMeetingRequestInterface, SendMeetingRequestEmailRequestInterface, SetGeneralAvailabilityRequestInterface, UpdateAvailabilityRequestInterface, UpdateCalendarRequestInterface, UpdateGroupRequestInterface, UpdateHostPreferencesRequestInterface, UpdateMeetingMetadataRequestInterface, UpdateMeetingTypeRequestInterface, UpdateServiceRequestInterface } from './interfaces/';
|
|
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, GetEventTypeByIdRequest, GetEventTypeByIdResponse, GetGroupRequest, GetGroupResponse, GetHostMeetingRequest, GetHostMeetingResponse, GetHostPreferencesRequest, GetHostPreferencesResponse, GetHostsForCalendarRequest, GetHostsForCalendarResponse, GetMeetingStatsRequest, GetMeetingStatsResponse, GetMeetingTypesForCalendarsRequest, GetMeetingTypesForCalendarsResponse, GetServiceRequest, GetServiceResponse, HostBookBatchMeetingRequest, HostBookBatchMeetingResponse, HostBookMeetingRequest, HostBookMeetingResponse, HostBookSessionRequest, HostBookSessionResponse, HostCancelBatchMeetingRequest, HostDeleteAttendeesRequest, HostGetCalendarRequest, HostGetCalendarResponse, HostGetMeetingTypeRequest, HostGetMeetingTypeResponse, HostListBatchAvailableTimeSlotsRequest, HostListBatchAvailableTimeSlotsResponse, HostListMeetingTypesRequest, HostListMeetingTypesResponse, HostRescheduleBatchMeetingRequest, IsCalendarConfiguredRequest, IsCalendarConfiguredResponse, IsHostConfiguredRequest, IsHostConfiguredResponse, ListAttendeesRequest, ListAttendeesResponse, ListAvailabilityRequest, ListAvailabilityResponse, ListAvailableTimeslotsForRecurringSessionRequest, ListAvailableTimeslotsForRecurringSessionResponse, ListAvailableTimeslotsForSessionRequest, ListAvailableTimeslotsForSessionResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, ListBookedMeetingsV2Request, ListBookedMeetingsV2Response, ListBookingTypesForAIRequest, ListBookingTypesForAIResponse, 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, GetEventTypeByIdRequestInterface, GetGroupRequestInterface, GetHostMeetingRequestInterface, GetHostPreferencesRequestInterface, GetHostsForCalendarRequestInterface, GetMeetingStatsRequestInterface, GetMeetingTypesForCalendarsRequestInterface, GetServiceRequestInterface, HostBookBatchMeetingRequestInterface, HostBookMeetingRequestInterface, HostBookSessionRequestInterface, HostCancelBatchMeetingRequestInterface, HostDeleteAttendeesRequestInterface, HostGetCalendarRequestInterface, HostGetMeetingTypeRequestInterface, HostListBatchAvailableTimeSlotsRequestInterface, HostListMeetingTypesRequestInterface, HostRescheduleBatchMeetingRequestInterface, IsCalendarConfiguredRequestInterface, IsHostConfiguredRequestInterface, ListAttendeesRequestInterface, ListAvailabilityRequestInterface, ListAvailableTimeslotsForRecurringSessionRequestInterface, ListAvailableTimeslotsForSessionRequestInterface, ListBookedMeetingsRequestInterface, ListBookedMeetingsV2RequestInterface, ListBookingTypesForAIRequestInterface, ListEventTypesForMultipleCalendarsRequestInterface, ListGroupsRequestInterface, ListServicesRequestInterface, RescheduleMeetingRequestInterface, SendMeetingRequestEmailRequestInterface, SetGeneralAvailabilityRequestInterface, UpdateAvailabilityRequestInterface, UpdateCalendarRequestInterface, UpdateGroupRequestInterface, UpdateHostPreferencesRequestInterface, UpdateMeetingMetadataRequestInterface, UpdateMeetingTypeRequestInterface, UpdateServiceRequestInterface } from './interfaces/';
|
|
3
3
|
import { HttpResponse } from '@angular/common/http';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -24,6 +24,7 @@ export declare class MeetingHostApiService {
|
|
|
24
24
|
getHostMeeting(r: GetHostMeetingRequest | GetHostMeetingRequestInterface): Observable<GetHostMeetingResponse>;
|
|
25
25
|
listBookedMeetings(r: ListBookedMeetingsRequest | ListBookedMeetingsRequestInterface): Observable<ListBookedMeetingsResponse>;
|
|
26
26
|
listBookedMeetingsV2(r: ListBookedMeetingsV2Request | ListBookedMeetingsV2RequestInterface): Observable<ListBookedMeetingsV2Response>;
|
|
27
|
+
getMeetingStats(r: GetMeetingStatsRequest | GetMeetingStatsRequestInterface): Observable<GetMeetingStatsResponse>;
|
|
27
28
|
cancelMeeting(r: CancelMeetingRequest | CancelMeetingRequestInterface): Observable<HttpResponse<null>>;
|
|
28
29
|
rescheduleMeeting(r: RescheduleMeetingRequest | RescheduleMeetingRequestInterface): Observable<HttpResponse<null>>;
|
|
29
30
|
updateMeetingMetadata(r: UpdateMeetingMetadataRequest | UpdateMeetingMetadataRequestInterface): Observable<HttpResponse<null>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i from '../interfaces';
|
|
1
|
+
import * as i from '../interfaces/google-meet.interface';
|
|
2
2
|
export declare function enumStringToValue<E>(enumRef: any, value: string): E;
|
|
3
3
|
export declare class GoogleMeetConferenceData implements i.GoogleMeetConferenceDataInterface {
|
|
4
4
|
conferenceId: string;
|
|
@@ -8,8 +8,8 @@ export { EventGroupAndServiceAssociations, Group, Service, } from './groups-and-
|
|
|
8
8
|
export { BookBatchMeetingRequest, BookBatchMeetingResponse, BookMeetingRequest, BookMeetingResponse, CancelBatchMeetingRequest, 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, ListGuestBookedMeetingsRequest, ListGuestBookedMeetingsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse, MeetingDetail, MeetingSummary, BookMeetingRequestMetadataEntry, BookBatchMeetingRequestMetadataEntry, RegisterSessionRequest, RescheduleBatchMeetingRequest, 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
|
-
export { IsCalendarConfiguredRequestApplicationContextPropertiesEntry, BuildHostIdRequestApplicationContextPropertiesEntry, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntry, AvailabilityRule, AvailabilityRuleList, BookedMeetingV2, 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,
|
|
11
|
+
export { IsCalendarConfiguredRequestApplicationContextPropertiesEntry, BuildHostIdRequestApplicationContextPropertiesEntry, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntry, AvailabilityRule, AvailabilityRuleList, BookedMeetingV2, 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, GetEventTypeByIdRequest, GetEventTypeByIdResponse, GetHostMeetingRequest, GetHostMeetingResponse, GetHostPreferencesRequest, GetHostPreferencesResponse, GetHostsForCalendarRequest, GetHostsForCalendarResponse, GetMeetingStatsRequest, GetMeetingStatsResponse, GetMeetingTypesForCalendarsRequest, GetMeetingTypesForCalendarsResponse, HostBookBatchMeetingRequest, HostBookBatchMeetingResponse, HostBookMeetingRequest, HostBookMeetingResponse, HostBookSessionRequest, HostBookSessionResponse, HostCancelBatchMeetingRequest, HostDeleteAttendeesRequest, HostDetails, HostGetCalendarRequest, HostGetCalendarResponse, HostGetMeetingTypeRequest, HostGetMeetingTypeResponse, HostListBatchAvailableTimeSlotsRequest, HostListBatchAvailableTimeSlotsResponse, HostListMeetingTypesRequest, HostListMeetingTypesResponse, HostRescheduleBatchMeetingRequest, GetHostsForCalendarResponseHostUserAvailabilityRuleEntry, IsCalendarConfiguredRequest, IsCalendarConfiguredResponse, IsHostConfiguredRequest, IsHostConfiguredResponse, ListAttendeesRequest, ListAttendeesResponse, ListAvailabilityRequest, ListAvailabilityResponse, ListAvailableTimeslotsForRecurringSessionRequest, ListAvailableTimeslotsForRecurringSessionResponse, ListAvailableTimeslotsForSessionRequest, ListAvailableTimeslotsForSessionResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, ListBookedMeetingsV2Request, ListBookedMeetingsV2Response, ListBookingTypesForAIRequest, ListBookingTypesForAIResponse, ListEventTypesForMultipleCalendarsRequest, ListEventTypesForMultipleCalendarsResponse, ListGroupsRequest, ListGroupsResponse, ListServicesRequest, ListServicesResponse, Meeting, MeetingStatPoint, MeetingTypeList, HostBookBatchMeetingRequestMetadataEntry, MeetingMetadataEntry, UpdateMeetingMetadataRequestMetadataEntry, 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
|
-
export { EnumSchema, ResponseExamplesEntry,
|
|
13
|
+
export { EnumSchema, ResponseExamplesEntry, InfoExtensionsEntry, SwaggerExtensionsEntry, SecuritySchemeExtensionsEntry, TagExtensionsEntry, OperationExtensionsEntry, JSONSchemaExtensionsEntry, EnumSchemaExtensionsEntry, ResponseExtensionsEntry, ExternalDocumentation, JSONSchemaFieldConfiguration, Header, HeaderParameter, ResponseHeadersEntry, Info, JSONSchema, License, Operation, Parameters, Response, OperationResponsesEntry, SwaggerResponsesEntry, Schema, ScopesScopeEntry, Scopes, SecurityDefinitions, SecurityDefinitionsSecurityEntry, SecurityRequirement, SecurityRequirementSecurityRequirementEntry, SecurityRequirementSecurityRequirementValue, SecurityScheme, Swagger, Tag, } from './openapiv2';
|
|
14
14
|
export { TimeOfDay, } from './timeofday';
|
|
15
15
|
export { DateTime, TimeZone, } from './datetime';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i from '../interfaces';
|
|
1
|
+
import * as i from '../interfaces/meeting-external.interface';
|
|
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
|
-
import * as i from '../interfaces';
|
|
1
|
+
import * as i from '../interfaces/meeting-guest.interface';
|
|
2
|
+
import { TimeZone } from './';
|
|
2
3
|
import { BatchBookingTarget, Answers, Calendar, Host, HostUser, IsoDateTimeRange, BatchEventTypeTarget, PhoneFields } 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 BookBatchMeetingRequest implements i.BookBatchMeetingRequestInterface {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as i from '../interfaces';
|
|
1
|
+
import * as i from '../interfaces/meeting-host.interface';
|
|
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, BookingEventForAI } from './meeting-type';
|
|
7
8
|
import { TimeRange, Calendar, HostUser, Preferences, BatchBookingTarget, Answers, EmailsToDelete, BatchEventTypeTarget, IsoDateTimeRange, PagedRequestOptions, PagedResponseMetadata, Attendee, 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 {
|
|
@@ -281,17 +281,12 @@ export declare class EventTypeSummary implements i.EventTypeSummaryInterface {
|
|
|
281
281
|
dateRange: EventTypeDateRange;
|
|
282
282
|
locationGuidelines: string;
|
|
283
283
|
description: string;
|
|
284
|
+
bufferDurationBeforeMeeting: number;
|
|
285
|
+
bufferDurationAfterMeeting: number;
|
|
284
286
|
static fromProto(proto: any): EventTypeSummary;
|
|
285
287
|
constructor(kwargs?: i.EventTypeSummaryInterface);
|
|
286
288
|
toApiJson(): object;
|
|
287
289
|
}
|
|
288
|
-
export declare class ListAvailabilityRequestFilters implements i.ListAvailabilityRequestFiltersInterface {
|
|
289
|
-
hostId: string;
|
|
290
|
-
meetingTypeId: string;
|
|
291
|
-
static fromProto(proto: any): ListAvailabilityRequestFilters;
|
|
292
|
-
constructor(kwargs?: i.ListAvailabilityRequestFiltersInterface);
|
|
293
|
-
toApiJson(): object;
|
|
294
|
-
}
|
|
295
290
|
export declare class ListBookedMeetingsRequestFilters implements i.ListBookedMeetingsRequestFiltersInterface {
|
|
296
291
|
meetingTypeIds: string[];
|
|
297
292
|
hostId: string;
|
|
@@ -301,6 +296,13 @@ export declare class ListBookedMeetingsRequestFilters implements i.ListBookedMee
|
|
|
301
296
|
constructor(kwargs?: i.ListBookedMeetingsRequestFiltersInterface);
|
|
302
297
|
toApiJson(): object;
|
|
303
298
|
}
|
|
299
|
+
export declare class ListAvailabilityRequestFilters implements i.ListAvailabilityRequestFiltersInterface {
|
|
300
|
+
hostId: string;
|
|
301
|
+
meetingTypeId: string;
|
|
302
|
+
static fromProto(proto: any): ListAvailabilityRequestFilters;
|
|
303
|
+
constructor(kwargs?: i.ListAvailabilityRequestFiltersInterface);
|
|
304
|
+
toApiJson(): object;
|
|
305
|
+
}
|
|
304
306
|
export declare class GetEntityAssociationRequest implements i.GetEntityAssociationRequestInterface {
|
|
305
307
|
entityId: string;
|
|
306
308
|
static fromProto(proto: any): GetEntityAssociationRequest;
|
|
@@ -367,6 +369,28 @@ export declare class GetHostsForCalendarResponse implements i.GetHostsForCalenda
|
|
|
367
369
|
constructor(kwargs?: i.GetHostsForCalendarResponseInterface);
|
|
368
370
|
toApiJson(): object;
|
|
369
371
|
}
|
|
372
|
+
export declare class GetMeetingStatsRequest implements i.GetMeetingStatsRequestInterface {
|
|
373
|
+
timeSpan: DateRange;
|
|
374
|
+
timeZone: TimeZone;
|
|
375
|
+
businessId: string;
|
|
376
|
+
static fromProto(proto: any): GetMeetingStatsRequest;
|
|
377
|
+
constructor(kwargs?: i.GetMeetingStatsRequestInterface);
|
|
378
|
+
toApiJson(): object;
|
|
379
|
+
}
|
|
380
|
+
export declare class GetMeetingStatsResponse implements i.GetMeetingStatsResponseInterface {
|
|
381
|
+
totalMeetingsScheduled: number;
|
|
382
|
+
previousTotalMeetingsScheduled: number;
|
|
383
|
+
dailyMeetingsScheduled: MeetingStatPoint[];
|
|
384
|
+
totalMeetingsCancelled: number;
|
|
385
|
+
totalMeetingsRescheduled: number;
|
|
386
|
+
totalAbandonedCarts: number;
|
|
387
|
+
totalCalendarDisconnected: number;
|
|
388
|
+
totalBookedByAiChat: number;
|
|
389
|
+
totalBookedByAiVoice: number;
|
|
390
|
+
static fromProto(proto: any): GetMeetingStatsResponse;
|
|
391
|
+
constructor(kwargs?: i.GetMeetingStatsResponseInterface);
|
|
392
|
+
toApiJson(): object;
|
|
393
|
+
}
|
|
370
394
|
export declare class GetMeetingTypesForCalendarsRequest implements i.GetMeetingTypesForCalendarsRequestInterface {
|
|
371
395
|
calendarIds: string[];
|
|
372
396
|
static fromProto(proto: any): GetMeetingTypesForCalendarsRequest;
|
|
@@ -742,19 +766,19 @@ export declare class Meeting implements i.MeetingInterface {
|
|
|
742
766
|
constructor(kwargs?: i.MeetingInterface);
|
|
743
767
|
toApiJson(): object;
|
|
744
768
|
}
|
|
769
|
+
export declare class MeetingStatPoint implements i.MeetingStatPointInterface {
|
|
770
|
+
date: Date;
|
|
771
|
+
count: number;
|
|
772
|
+
static fromProto(proto: any): MeetingStatPoint;
|
|
773
|
+
constructor(kwargs?: i.MeetingStatPointInterface);
|
|
774
|
+
toApiJson(): object;
|
|
775
|
+
}
|
|
745
776
|
export declare class MeetingTypeList implements i.MeetingTypeListInterface {
|
|
746
777
|
meetingTypes: MeetingType[];
|
|
747
778
|
static fromProto(proto: any): MeetingTypeList;
|
|
748
779
|
constructor(kwargs?: i.MeetingTypeListInterface);
|
|
749
780
|
toApiJson(): object;
|
|
750
781
|
}
|
|
751
|
-
export declare class UpdateMeetingMetadataRequestMetadataEntry implements i.UpdateMeetingMetadataRequestMetadataEntryInterface {
|
|
752
|
-
key: string;
|
|
753
|
-
value: string;
|
|
754
|
-
static fromProto(proto: any): UpdateMeetingMetadataRequestMetadataEntry;
|
|
755
|
-
constructor(kwargs?: i.UpdateMeetingMetadataRequestMetadataEntryInterface);
|
|
756
|
-
toApiJson(): object;
|
|
757
|
-
}
|
|
758
782
|
export declare class HostBookBatchMeetingRequestMetadataEntry implements i.HostBookBatchMeetingRequestMetadataEntryInterface {
|
|
759
783
|
key: string;
|
|
760
784
|
value: string;
|
|
@@ -769,6 +793,13 @@ export declare class MeetingMetadataEntry implements i.MeetingMetadataEntryInter
|
|
|
769
793
|
constructor(kwargs?: i.MeetingMetadataEntryInterface);
|
|
770
794
|
toApiJson(): object;
|
|
771
795
|
}
|
|
796
|
+
export declare class UpdateMeetingMetadataRequestMetadataEntry implements i.UpdateMeetingMetadataRequestMetadataEntryInterface {
|
|
797
|
+
key: string;
|
|
798
|
+
value: string;
|
|
799
|
+
static fromProto(proto: any): UpdateMeetingMetadataRequestMetadataEntry;
|
|
800
|
+
constructor(kwargs?: i.UpdateMeetingMetadataRequestMetadataEntryInterface);
|
|
801
|
+
toApiJson(): object;
|
|
802
|
+
}
|
|
772
803
|
export declare class RecurrenceConfig implements i.RecurrenceConfigInterface {
|
|
773
804
|
recurrence: e.Recurrence;
|
|
774
805
|
startTime: Date;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i from '../interfaces';
|
|
1
|
+
import * as i from '../interfaces/meeting-source.interface';
|
|
2
2
|
import * as e from '../enums';
|
|
3
3
|
export declare function enumStringToValue<E>(enumRef: any, value: string): E;
|
|
4
4
|
export declare class MeetingSourceInfo implements i.MeetingSourceInfoInterface {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i from '../interfaces';
|
|
1
|
+
import * as i from '../interfaces/zoom.interface';
|
|
2
2
|
import * as e from '../enums';
|
|
3
3
|
export declare function enumStringToValue<E>(enumRef: any, value: string): E;
|
|
4
4
|
export declare class CreateZoomMeetingRequest implements i.CreateZoomMeetingRequestInterface {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Observable } from "rxjs";
|
|
2
2
|
import { AvailabilityRuleList, BatchBookingTargetInterface, BatchEventTypeTargetInterface, ContactInterface, CreateCalendarRequestInterface, CreateCalendarResponse, DayOfWeek, GetGroupResponse, GetServiceResponse, HostBookMeetingRequestInterface, IsCalendarConfiguredRequestInterface, IsCalendarConfiguredResponse, IsHostConfiguredResponse, ListAvailabilityRequestFiltersInterface, ListBookedMeetingsRequestFiltersInterface, MeetingHostApiService, PagedRequestOptionsInterface, SendMeetingRequestEmailRequestInterface, TimeRangeInterface, TimeZoneInterface, WeekdayAvailability, Contact, EmailsToDelete, HostBookSessionRequestInterface, ListAttendeesResponse, BookingSource, ListEventTypesForMultipleCalendarsResponse, ListBookingTypesForAIResponse } from "../_internal";
|
|
3
3
|
import { BookMeetingResponse, BookSessionResponse } from "../guest";
|
|
4
|
-
import { ApplicationContextPropertiesSet, AvailabilityRule, BookedMeetingGroup, Calendar, EntityAssociations, Group, HostUrlMap, Meeting, MeetingForm, MeetingMetadata, MeetingType, PagedResponse, Preferences, Service, TimeSpan } from "../shared";
|
|
4
|
+
import { ApplicationContextPropertiesSet, AvailabilityRule, BookedMeetingGroup, Calendar, EntityAssociations, Group, HostUrlMap, Meeting, MeetingForm, MeetingMetadata, MeetingStats, MeetingType, PagedResponse, Preferences, Service, TimeSpan } from "../shared";
|
|
5
5
|
import { HostUser } from "../shared/host-user";
|
|
6
6
|
import { HttpResponse } from "@angular/common/http";
|
|
7
7
|
import * as e from "../_internal/enums";
|
|
@@ -163,6 +163,11 @@ export declare class HostService {
|
|
|
163
163
|
cancellationReason?: string;
|
|
164
164
|
bookingSource?: BookingSource;
|
|
165
165
|
}): Observable<null>;
|
|
166
|
+
getMeetingStats(req: {
|
|
167
|
+
timeSpan: TimeSpan;
|
|
168
|
+
timeZone: TimeZoneInterface;
|
|
169
|
+
businessId: string;
|
|
170
|
+
}): Observable<MeetingStats>;
|
|
166
171
|
hostListBatchAvailableTimeSlots(req: {
|
|
167
172
|
hostId: string;
|
|
168
173
|
targets: BatchEventTypeTargetInterface[];
|
package/lib/index.d.ts
CHANGED
|
@@ -5,5 +5,5 @@ export { HostService } from './host/host.service';
|
|
|
5
5
|
export { addMetadataToBookingLink } from './host/url';
|
|
6
6
|
export { MeetingSource, MeetingSourceStatus, DayOfWeek, FormFieldType, CalendarType, MeetingLocation, MeetingLocationType, CalendarSource, RelativeTimeUnit, DateRangeType, TeamEventMeetingType, OnBoardingState, RegistrationCutOffUnit, NotificationType, BookingSource, FeatureFlagFieldType, CalendarView } from './_internal/enums/index';
|
|
7
7
|
export { MeetingSourceQuery, MeetingSourceInfo, MeetingSourceListResponse, Contact, WeekdayAvailability, CreateCalendarRequest, CreateCalendarResponse, CheckFeatureFlagRequest, CheckFeatureFlagResponse, GuestGetBookedMeetingResponseV2, GetServiceV2Response, BookBatchMeetingResponse, ListBatchAvailableTimeSlotsResponse, ListGuestBookedMeetingsResponse, MeetingDetail, ServiceEventType, ServiceGroup, BookedMeetingV2, HostBookBatchMeetingResponse, HostListBatchAvailableTimeSlotsResponse, ListBookedMeetingsV2Response, CalendarMember, } from './_internal/objects/index';
|
|
8
|
-
export { Host, TimeSpan, PagedResponse, BookedMeetingGroup, Meeting, MeetingType, Attendee, AvailabilityRule, Calendar, HostUrlMap, Preferences, Duration, MeetingTypeForm, MeetingTypeFormField, MeetingForm, MeetingFormAnswer, MeetingMetadata, WellKnownMeetingMetadataKeys, WellKnownFormFieldIds, meetingSchedulerIdToMetadataKey, durationFromString, durationToString, durationStringToMinutes, newBusinessCenterApplicationContextProperties, newSalesCenterApplicationContextProperties, newPartnerCenterApplicationContextProperties, ApplicationContextPropertiesSet, BusinessCenterApplicationContextProperties, SalesCenterApplicationContextProperties, PartnerCenterApplicationContextProperties, KnownCalendarApplicationContextKeys, KnownCalendarExternalIntegrations, HostUser, Group, Service, EventGroupAndServiceAssociations, MeetingSourceOrigin, EntityAssociations, } from './shared/index';
|
|
8
|
+
export { Host, TimeSpan, PagedResponse, BookedMeetingGroup, Meeting, MeetingType, Attendee, AvailabilityRule, Calendar, HostUrlMap, Preferences, Duration, MeetingTypeForm, MeetingTypeFormField, MeetingForm, MeetingFormAnswer, MeetingMetadata, WellKnownMeetingMetadataKeys, WellKnownFormFieldIds, meetingSchedulerIdToMetadataKey, durationFromString, durationToString, durationStringToMinutes, newBusinessCenterApplicationContextProperties, newSalesCenterApplicationContextProperties, newPartnerCenterApplicationContextProperties, ApplicationContextPropertiesSet, BusinessCenterApplicationContextProperties, SalesCenterApplicationContextProperties, PartnerCenterApplicationContextProperties, KnownCalendarApplicationContextKeys, KnownCalendarExternalIntegrations, HostUser, Group, Service, EventGroupAndServiceAssociations, MeetingSourceOrigin, EntityAssociations, MeetingStats, MeetingStatPoint, } from './shared/index';
|
|
9
9
|
export { TimeRangeInterface as TimeRange, TimeOfDayInterface as TimeOfDay, TimeZoneInterface as TimeZone, ListBookedMeetingsRequestFiltersInterface as ListBookedMeetingsRequestFilters, ListAvailabilityRequestFiltersInterface as ListAvailabilityRequestFilters, PagedRequestOptionsInterface as PagedRequestOptions, DateRangeInterface as DateRange, CreateCalendarRequestInterface, CreateCalendarResponseInterface, UpdateCalendarRequestInterface, AttachmentInterface, GoogleMeetMeetingAttendeeInterface, IsCalendarConfiguredRequestInterface, SendMeetingRequestEmailRequestInterface, EventTypeDateRangeInterface, DateRangeInterface, RelativeDateRangeInterface, CheckFeatureFlagRequestInterface, CheckFeatureFlagResponseInterface, CheckEventTypeSlugExistRequestInterface, CheckEventTypeSlugExistResponseInterface, HostBookMeetingRequestInterface, MeetingInterface, PhoneFieldsInterface, AvailabilityRuleListInterface as AvailabilityRuleList, EventTypeSummaryInterface, ListEventTypesForMultipleCalendarsResponseInterface, EmailsToDeleteInterface, GetGroupResponseInterface, GetServiceResponseInterface, IsHostConfiguredResponseInterface, ListAttendeesResponseInterface, RescheduleMeetingRequestInterface, SessionAttendeesInterface, GuestGetBookedMeetingResponseV2Interface, MeetingDetailInterface, ServiceEventTypeInterface, ServiceGroupInterface, HostUserInterface, BatchBookingTargetInterface, BatchEventTypeTargetInterface, BookedMeetingV2Interface, HostBookBatchMeetingResponseInterface, HostListBatchAvailableTimeSlotsResponseInterface, ListBookedMeetingsV2ResponseInterface, CalendarMemberInterface, } from './_internal/interfaces/index';
|
package/lib/shared/index.d.ts
CHANGED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { GetMeetingStatsResponse } from "../_internal";
|
|
2
|
+
export interface MeetingStatPoint {
|
|
3
|
+
date: Date;
|
|
4
|
+
count: number;
|
|
5
|
+
}
|
|
6
|
+
export interface MeetingStats {
|
|
7
|
+
totalMeetingsScheduled: number;
|
|
8
|
+
previousTotalMeetingsScheduled: number;
|
|
9
|
+
dailyMeetingsScheduled: MeetingStatPoint[];
|
|
10
|
+
totalMeetingsCancelled: number;
|
|
11
|
+
totalMeetingsRescheduled: number;
|
|
12
|
+
totalAbandonedCarts: number;
|
|
13
|
+
totalCalendarDisconnected: number;
|
|
14
|
+
totalBookedByAiChat: number;
|
|
15
|
+
totalBookedByAiVoice: number;
|
|
16
|
+
}
|
|
17
|
+
export declare function meetingStatsFromApi(resp: GetMeetingStatsResponse): MeetingStats;
|