@vendasta/meetings 1.9.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/esm2020/lib/_internal/enums/meeting-type.enum.mjs +3 -2
  2. package/esm2020/lib/_internal/interfaces/index.mjs +1 -1
  3. package/esm2020/lib/_internal/interfaces/meeting-guest.interface.mjs +1 -1
  4. package/esm2020/lib/_internal/interfaces/meeting-host.interface.mjs +1 -1
  5. package/esm2020/lib/_internal/meeting-host.api.service.mjs +7 -2
  6. package/esm2020/lib/_internal/objects/google-meet.mjs +1 -1
  7. package/esm2020/lib/_internal/objects/groups-and-services.mjs +1 -1
  8. package/esm2020/lib/_internal/objects/index.mjs +3 -3
  9. package/esm2020/lib/_internal/objects/meeting-guest.mjs +26 -2
  10. package/esm2020/lib/_internal/objects/meeting-host.mjs +181 -25
  11. package/esm2020/lib/_internal/objects/meeting-source.mjs +1 -1
  12. package/esm2020/lib/guest/guest.service.mjs +1 -1
  13. package/esm2020/lib/host/host.service.mjs +14 -2
  14. package/esm2020/lib/index.mjs +1 -1
  15. package/esm2020/lib/shared/index.mjs +2 -1
  16. package/esm2020/lib/shared/meeting-stats.mjs +17 -0
  17. package/fesm2015/vendasta-meetings.mjs +239 -24
  18. package/fesm2015/vendasta-meetings.mjs.map +1 -1
  19. package/fesm2020/vendasta-meetings.mjs +239 -24
  20. package/fesm2020/vendasta-meetings.mjs.map +1 -1
  21. package/lib/_internal/enums/meeting-type.enum.d.ts +3 -2
  22. package/lib/_internal/interfaces/index.d.ts +2 -2
  23. package/lib/_internal/interfaces/meeting-guest.interface.d.ts +6 -0
  24. package/lib/_internal/interfaces/meeting-host.interface.d.ts +31 -9
  25. package/lib/_internal/meeting-host.api.service.d.ts +3 -2
  26. package/lib/_internal/objects/google-meet.d.ts +1 -1
  27. package/lib/_internal/objects/groups-and-services.d.ts +1 -1
  28. package/lib/_internal/objects/index.d.ts +2 -2
  29. package/lib/_internal/objects/meeting-guest.d.ts +5 -1
  30. package/lib/_internal/objects/meeting-host.d.ts +48 -15
  31. package/lib/_internal/objects/meeting-source.d.ts +1 -1
  32. package/lib/guest/guest.service.d.ts +4 -0
  33. package/lib/host/host.service.d.ts +10 -1
  34. package/lib/index.d.ts +1 -1
  35. package/lib/shared/index.d.ts +1 -0
  36. package/lib/shared/meeting-stats.d.ts +17 -0
  37. package/package.json +1 -1
@@ -8,9 +8,10 @@ export declare enum BookingSource {
8
8
  BOOKING_SOURCE_BOOKING_FORM = 1,
9
9
  BOOKING_SOURCE_AI_VOICE = 2,
10
10
  BOOKING_SOURCE_AI_CHAT = 3,
11
- BOOKING_SOURCE_BOOK_A_MEETING = 4,
11
+ BOOKING_SOURCE_HOST_CALENDAR_UI = 4,
12
12
  BOOKING_SOURCE_API_INTEGRATION = 5,
13
- BOOKING_SOURCE_CRM = 6
13
+ BOOKING_SOURCE_CRM = 6,
14
+ BOOKING_SOURCE_HOST_CALENDAR_WEBHOOK = 7
14
15
  }
15
16
  export declare enum DateRangeType {
16
17
  RELATIVE = 0,
@@ -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, ListAvailabilityRequestFiltersInterface, ListBookedMeetingsRequestFiltersInterface, GetEntityAssociationRequestInterface, GetEntityAssociationResponseInterface, GetEventTypeByIdRequestInterface, GetEventTypeByIdResponseInterface, GetHostMeetingRequestInterface, GetHostMeetingResponseInterface, GetHostPreferencesRequestInterface, GetHostPreferencesResponseInterface, GetHostsForCalendarRequestInterface, GetHostsForCalendarResponseInterface, 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, MeetingTypeListInterface, UpdateMeetingMetadataRequestMetadataEntryInterface, HostBookBatchMeetingRequestMetadataEntryInterface, MeetingMetadataEntryInterface, RecurrenceConfigInterface, RecurrenceEndInterface, RescheduleMeetingRequestInterface, SendMeetingRequestEmailRequestInterface, SessionAttendeesInterface, SetGeneralAvailabilityRequestInterface, TimeSlotsByWeekDayInterface, UpdateAvailabilityRequestInterface, UpdateCalendarRequestInterface, UpdateGroupRequestInterface, UpdateHostPreferencesRequestInterface, UpdateMeetingMetadataRequestInterface, UpdateMeetingTypeRequestInterface, UpdateServiceRequestInterface, WeekdayAvailabilityInterface, } from './meeting-host.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, 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, 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';
13
+ export { EnumSchemaInterface, ResponseExamplesEntryInterface, ResponseExtensionsEntryInterface, SwaggerExtensionsEntryInterface, SecuritySchemeExtensionsEntryInterface, TagExtensionsEntryInterface, OperationExtensionsEntryInterface, JSONSchemaExtensionsEntryInterface, EnumSchemaExtensionsEntryInterface, InfoExtensionsEntryInterface, 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';
@@ -48,6 +48,7 @@ export interface BookMeetingResponseInterface {
48
48
  export interface CancelBatchMeetingRequestInterface {
49
49
  id?: string;
50
50
  cancellationReason?: string;
51
+ bookingSource?: e.BookingSource;
51
52
  }
52
53
  export interface CheckFeatureFlagRequestInterface {
53
54
  fieldType?: e.FeatureFlagFieldType;
@@ -91,6 +92,8 @@ export interface GetMeetingCalendarInfoResponseInterface {
91
92
  export interface GetMeetingTypeRequestInterface {
92
93
  calendarSlug?: string;
93
94
  meetingTypeSlug?: string;
95
+ uniqueRequestId?: string;
96
+ bookingSource?: e.BookingSource;
94
97
  }
95
98
  export interface GetMeetingTypeResponseInterface {
96
99
  meetingType?: MeetingTypeInterface;
@@ -154,6 +157,7 @@ export interface GuestCancelMeetingRequestInterface {
154
157
  meetingId?: string;
155
158
  authToken?: string;
156
159
  cancellationReason?: string;
160
+ bookingSource?: e.BookingSource;
157
161
  }
158
162
  export interface GuestGetBookedMeetingRequestInterface {
159
163
  meetingId?: string;
@@ -211,6 +215,7 @@ export interface GuestRescheduleMeetingRequestInterface {
211
215
  start?: Date;
212
216
  timeZone?: TimeZoneInterface;
213
217
  location?: string;
218
+ bookingSource?: e.BookingSource;
214
219
  }
215
220
  export interface InviteeDeregisterSessionMeetingRequestInterface {
216
221
  sessionInviteeId?: string;
@@ -314,6 +319,7 @@ export interface RescheduleBatchMeetingRequestInterface {
314
319
  start?: Date;
315
320
  timeZone?: TimeZoneInterface;
316
321
  location?: string;
322
+ bookingSource?: e.BookingSource;
317
323
  }
318
324
  export interface ServiceEventTypeInterface {
319
325
  id?: string;
@@ -53,6 +53,7 @@ export interface CancelMeetingRequestInterface {
53
53
  cancellationReason?: string;
54
54
  isSeriesCancellation?: boolean;
55
55
  sessionId?: string;
56
+ bookingSource?: e.BookingSource;
56
57
  }
57
58
  export interface CheckEventTypeSlugExistRequestInterface {
58
59
  calendarId?: string;
@@ -165,16 +166,16 @@ export interface EventTypeSummaryInterface {
165
166
  locationGuidelines?: string;
166
167
  description?: string;
167
168
  }
168
- export interface ListAvailabilityRequestFiltersInterface {
169
- hostId?: string;
170
- meetingTypeId?: string;
171
- }
172
169
  export interface ListBookedMeetingsRequestFiltersInterface {
173
170
  meetingTypeIds?: string[];
174
171
  hostId?: string;
175
172
  timeSpan?: DateRangeInterface;
176
173
  userIds?: string[];
177
174
  }
175
+ export interface ListAvailabilityRequestFiltersInterface {
176
+ hostId?: string;
177
+ meetingTypeId?: string;
178
+ }
178
179
  export interface GetEntityAssociationRequestInterface {
179
180
  entityId?: string;
180
181
  }
@@ -184,8 +185,6 @@ export interface GetEntityAssociationResponseInterface {
184
185
  }
185
186
  export interface GetEventTypeByIdRequestInterface {
186
187
  eventTypeId?: string;
187
- uniqueRequestId?: string;
188
- bookingSource?: e.BookingSource;
189
188
  }
190
189
  export interface GetEventTypeByIdResponseInterface {
191
190
  meetingType?: MeetingTypeInterface;
@@ -213,6 +212,22 @@ export interface GetHostsForCalendarResponseInterface {
213
212
  [key: string]: AvailabilityRuleListInterface;
214
213
  };
215
214
  }
215
+ export interface GetMeetingStatsRequestInterface {
216
+ timeSpan?: DateRangeInterface;
217
+ timeZone?: TimeZoneInterface;
218
+ businessId?: string;
219
+ }
220
+ export interface GetMeetingStatsResponseInterface {
221
+ totalMeetingsScheduled?: number;
222
+ previousTotalMeetingsScheduled?: number;
223
+ dailyMeetingsScheduled?: MeetingStatPointInterface[];
224
+ totalMeetingsCancelled?: number;
225
+ totalMeetingsRescheduled?: number;
226
+ totalAbandonedCarts?: number;
227
+ totalCalendarDisconnected?: number;
228
+ totalBookedByAiChat?: number;
229
+ totalBookedByAiVoice?: number;
230
+ }
216
231
  export interface GetMeetingTypesForCalendarsRequestInterface {
217
232
  calendarIds?: string[];
218
233
  }
@@ -277,6 +292,7 @@ export interface HostBookSessionResponseInterface {
277
292
  export interface HostCancelBatchMeetingRequestInterface {
278
293
  id?: string;
279
294
  cancellationReason?: string;
295
+ bookingSource?: e.BookingSource;
280
296
  }
281
297
  export interface HostDeleteAttendeesRequestInterface {
282
298
  meetingId?: string;
@@ -319,6 +335,7 @@ export interface HostRescheduleBatchMeetingRequestInterface {
319
335
  start?: Date;
320
336
  location?: string;
321
337
  timeZone?: TimeZoneInterface;
338
+ bookingSource?: e.BookingSource;
322
339
  }
323
340
  export interface GetHostsForCalendarResponseHostUserAvailabilityRuleEntryInterface {
324
341
  key?: string;
@@ -448,18 +465,22 @@ export interface MeetingInterface {
448
465
  registeredAttendeeCount?: number;
449
466
  registrationCutoff?: string;
450
467
  }
468
+ export interface MeetingStatPointInterface {
469
+ date?: Date;
470
+ count?: number;
471
+ }
451
472
  export interface MeetingTypeListInterface {
452
473
  meetingTypes?: MeetingTypeInterface[];
453
474
  }
454
- export interface UpdateMeetingMetadataRequestMetadataEntryInterface {
475
+ export interface HostBookBatchMeetingRequestMetadataEntryInterface {
455
476
  key?: string;
456
477
  value?: string;
457
478
  }
458
- export interface HostBookBatchMeetingRequestMetadataEntryInterface {
479
+ export interface MeetingMetadataEntryInterface {
459
480
  key?: string;
460
481
  value?: string;
461
482
  }
462
- export interface MeetingMetadataEntryInterface {
483
+ export interface UpdateMeetingMetadataRequestMetadataEntryInterface {
463
484
  key?: string;
464
485
  value?: string;
465
486
  }
@@ -479,6 +500,7 @@ export interface RescheduleMeetingRequestInterface {
479
500
  start?: Date;
480
501
  sessionId?: string;
481
502
  isRecurring?: boolean;
503
+ bookingSource?: e.BookingSource;
482
504
  }
483
505
  export interface SendMeetingRequestEmailRequestInterface {
484
506
  contactId?: string;
@@ -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/google-meet.interface';
1
+ import * as i from '../interfaces';
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;
@@ -1,4 +1,4 @@
1
- import * as i from '../interfaces/groups-and-services.interface';
1
+ import * as i from '../interfaces';
2
2
  import { HostUser } from './shared';
3
3
  import * as e from '../enums';
4
4
  export declare function enumStringToValue<E>(enumRef: any, value: string): E;
@@ -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, ListAvailabilityRequestFilters, ListBookedMeetingsRequestFilters, GetEntityAssociationRequest, GetEntityAssociationResponse, GetEventTypeByIdRequest, GetEventTypeByIdResponse, GetHostMeetingRequest, GetHostMeetingResponse, GetHostPreferencesRequest, GetHostPreferencesResponse, GetHostsForCalendarRequest, GetHostsForCalendarResponse, 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, MeetingTypeList, UpdateMeetingMetadataRequestMetadataEntry, HostBookBatchMeetingRequestMetadataEntry, MeetingMetadataEntry, RecurrenceConfig, RecurrenceEnd, RescheduleMeetingRequest, SendMeetingRequestEmailRequest, SessionAttendees, SetGeneralAvailabilityRequest, TimeSlotsByWeekDay, UpdateAvailabilityRequest, UpdateCalendarRequest, UpdateGroupRequest, UpdateHostPreferencesRequest, UpdateMeetingMetadataRequest, UpdateMeetingTypeRequest, UpdateServiceRequest, WeekdayAvailability, } from './meeting-host';
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, 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';
13
+ export { EnumSchema, ResponseExamplesEntry, ResponseExtensionsEntry, SwaggerExtensionsEntry, SecuritySchemeExtensionsEntry, TagExtensionsEntry, OperationExtensionsEntry, JSONSchemaExtensionsEntry, EnumSchemaExtensionsEntry, InfoExtensionsEntry, 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,10 +1,10 @@
1
1
  import * as i from '../interfaces';
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 {
@@ -62,6 +62,7 @@ export declare class BookMeetingResponse implements i.BookMeetingResponseInterfa
62
62
  export declare class CancelBatchMeetingRequest implements i.CancelBatchMeetingRequestInterface {
63
63
  id: string;
64
64
  cancellationReason: string;
65
+ bookingSource: e.BookingSource;
65
66
  static fromProto(proto: any): CancelBatchMeetingRequest;
66
67
  constructor(kwargs?: i.CancelBatchMeetingRequestInterface);
67
68
  toApiJson(): object;
@@ -233,6 +234,7 @@ export declare class GuestCancelMeetingRequest implements i.GuestCancelMeetingRe
233
234
  meetingId: string;
234
235
  authToken: string;
235
236
  cancellationReason: string;
237
+ bookingSource: e.BookingSource;
236
238
  static fromProto(proto: any): GuestCancelMeetingRequest;
237
239
  constructor(kwargs?: i.GuestCancelMeetingRequestInterface);
238
240
  toApiJson(): object;
@@ -311,6 +313,7 @@ export declare class GuestRescheduleMeetingRequest implements i.GuestRescheduleM
311
313
  start: Date;
312
314
  timeZone: TimeZone;
313
315
  location: string;
316
+ bookingSource: e.BookingSource;
314
317
  static fromProto(proto: any): GuestRescheduleMeetingRequest;
315
318
  constructor(kwargs?: i.GuestRescheduleMeetingRequestInterface);
316
319
  toApiJson(): object;
@@ -462,6 +465,7 @@ export declare class RescheduleBatchMeetingRequest implements i.RescheduleBatchM
462
465
  start: Date;
463
466
  timeZone: TimeZone;
464
467
  location: string;
468
+ bookingSource: e.BookingSource;
465
469
  static fromProto(proto: any): RescheduleBatchMeetingRequest;
466
470
  constructor(kwargs?: i.RescheduleBatchMeetingRequestInterface);
467
471
  toApiJson(): object;
@@ -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, 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 {
@@ -85,6 +85,7 @@ export declare class CancelMeetingRequest implements i.CancelMeetingRequestInter
85
85
  cancellationReason: string;
86
86
  isSeriesCancellation: boolean;
87
87
  sessionId: string;
88
+ bookingSource: e.BookingSource;
88
89
  static fromProto(proto: any): CancelMeetingRequest;
89
90
  constructor(kwargs?: i.CancelMeetingRequestInterface);
90
91
  toApiJson(): object;
@@ -284,13 +285,6 @@ export declare class EventTypeSummary implements i.EventTypeSummaryInterface {
284
285
  constructor(kwargs?: i.EventTypeSummaryInterface);
285
286
  toApiJson(): object;
286
287
  }
287
- export declare class ListAvailabilityRequestFilters implements i.ListAvailabilityRequestFiltersInterface {
288
- hostId: string;
289
- meetingTypeId: string;
290
- static fromProto(proto: any): ListAvailabilityRequestFilters;
291
- constructor(kwargs?: i.ListAvailabilityRequestFiltersInterface);
292
- toApiJson(): object;
293
- }
294
288
  export declare class ListBookedMeetingsRequestFilters implements i.ListBookedMeetingsRequestFiltersInterface {
295
289
  meetingTypeIds: string[];
296
290
  hostId: string;
@@ -300,6 +294,13 @@ export declare class ListBookedMeetingsRequestFilters implements i.ListBookedMee
300
294
  constructor(kwargs?: i.ListBookedMeetingsRequestFiltersInterface);
301
295
  toApiJson(): object;
302
296
  }
297
+ export declare class ListAvailabilityRequestFilters implements i.ListAvailabilityRequestFiltersInterface {
298
+ hostId: string;
299
+ meetingTypeId: string;
300
+ static fromProto(proto: any): ListAvailabilityRequestFilters;
301
+ constructor(kwargs?: i.ListAvailabilityRequestFiltersInterface);
302
+ toApiJson(): object;
303
+ }
303
304
  export declare class GetEntityAssociationRequest implements i.GetEntityAssociationRequestInterface {
304
305
  entityId: string;
305
306
  static fromProto(proto: any): GetEntityAssociationRequest;
@@ -366,6 +367,28 @@ export declare class GetHostsForCalendarResponse implements i.GetHostsForCalenda
366
367
  constructor(kwargs?: i.GetHostsForCalendarResponseInterface);
367
368
  toApiJson(): object;
368
369
  }
370
+ export declare class GetMeetingStatsRequest implements i.GetMeetingStatsRequestInterface {
371
+ timeSpan: DateRange;
372
+ timeZone: TimeZone;
373
+ businessId: string;
374
+ static fromProto(proto: any): GetMeetingStatsRequest;
375
+ constructor(kwargs?: i.GetMeetingStatsRequestInterface);
376
+ toApiJson(): object;
377
+ }
378
+ export declare class GetMeetingStatsResponse implements i.GetMeetingStatsResponseInterface {
379
+ totalMeetingsScheduled: number;
380
+ previousTotalMeetingsScheduled: number;
381
+ dailyMeetingsScheduled: MeetingStatPoint[];
382
+ totalMeetingsCancelled: number;
383
+ totalMeetingsRescheduled: number;
384
+ totalAbandonedCarts: number;
385
+ totalCalendarDisconnected: number;
386
+ totalBookedByAiChat: number;
387
+ totalBookedByAiVoice: number;
388
+ static fromProto(proto: any): GetMeetingStatsResponse;
389
+ constructor(kwargs?: i.GetMeetingStatsResponseInterface);
390
+ toApiJson(): object;
391
+ }
369
392
  export declare class GetMeetingTypesForCalendarsRequest implements i.GetMeetingTypesForCalendarsRequestInterface {
370
393
  calendarIds: string[];
371
394
  static fromProto(proto: any): GetMeetingTypesForCalendarsRequest;
@@ -454,6 +477,7 @@ export declare class HostBookSessionResponse implements i.HostBookSessionRespons
454
477
  export declare class HostCancelBatchMeetingRequest implements i.HostCancelBatchMeetingRequestInterface {
455
478
  id: string;
456
479
  cancellationReason: string;
480
+ bookingSource: e.BookingSource;
457
481
  static fromProto(proto: any): HostCancelBatchMeetingRequest;
458
482
  constructor(kwargs?: i.HostCancelBatchMeetingRequestInterface);
459
483
  toApiJson(): object;
@@ -529,6 +553,7 @@ export declare class HostRescheduleBatchMeetingRequest implements i.HostReschedu
529
553
  start: Date;
530
554
  location: string;
531
555
  timeZone: TimeZone;
556
+ bookingSource: e.BookingSource;
532
557
  static fromProto(proto: any): HostRescheduleBatchMeetingRequest;
533
558
  constructor(kwargs?: i.HostRescheduleBatchMeetingRequestInterface);
534
559
  toApiJson(): object;
@@ -739,19 +764,19 @@ export declare class Meeting implements i.MeetingInterface {
739
764
  constructor(kwargs?: i.MeetingInterface);
740
765
  toApiJson(): object;
741
766
  }
767
+ export declare class MeetingStatPoint implements i.MeetingStatPointInterface {
768
+ date: Date;
769
+ count: number;
770
+ static fromProto(proto: any): MeetingStatPoint;
771
+ constructor(kwargs?: i.MeetingStatPointInterface);
772
+ toApiJson(): object;
773
+ }
742
774
  export declare class MeetingTypeList implements i.MeetingTypeListInterface {
743
775
  meetingTypes: MeetingType[];
744
776
  static fromProto(proto: any): MeetingTypeList;
745
777
  constructor(kwargs?: i.MeetingTypeListInterface);
746
778
  toApiJson(): object;
747
779
  }
748
- export declare class UpdateMeetingMetadataRequestMetadataEntry implements i.UpdateMeetingMetadataRequestMetadataEntryInterface {
749
- key: string;
750
- value: string;
751
- static fromProto(proto: any): UpdateMeetingMetadataRequestMetadataEntry;
752
- constructor(kwargs?: i.UpdateMeetingMetadataRequestMetadataEntryInterface);
753
- toApiJson(): object;
754
- }
755
780
  export declare class HostBookBatchMeetingRequestMetadataEntry implements i.HostBookBatchMeetingRequestMetadataEntryInterface {
756
781
  key: string;
757
782
  value: string;
@@ -766,6 +791,13 @@ export declare class MeetingMetadataEntry implements i.MeetingMetadataEntryInter
766
791
  constructor(kwargs?: i.MeetingMetadataEntryInterface);
767
792
  toApiJson(): object;
768
793
  }
794
+ export declare class UpdateMeetingMetadataRequestMetadataEntry implements i.UpdateMeetingMetadataRequestMetadataEntryInterface {
795
+ key: string;
796
+ value: string;
797
+ static fromProto(proto: any): UpdateMeetingMetadataRequestMetadataEntry;
798
+ constructor(kwargs?: i.UpdateMeetingMetadataRequestMetadataEntryInterface);
799
+ toApiJson(): object;
800
+ }
769
801
  export declare class RecurrenceConfig implements i.RecurrenceConfigInterface {
770
802
  recurrence: e.Recurrence;
771
803
  startTime: Date;
@@ -788,6 +820,7 @@ export declare class RescheduleMeetingRequest implements i.RescheduleMeetingRequ
788
820
  start: Date;
789
821
  sessionId: string;
790
822
  isRecurring: boolean;
823
+ bookingSource: e.BookingSource;
791
824
  static fromProto(proto: any): RescheduleMeetingRequest;
792
825
  constructor(kwargs?: i.RescheduleMeetingRequestInterface);
793
826
  toApiJson(): object;
@@ -1,4 +1,4 @@
1
- import * as i from '../interfaces/meeting-source.interface';
1
+ import * as i from '../interfaces';
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 {
@@ -93,6 +93,7 @@ export declare class GuestService implements GuestServiceInterface {
93
93
  authToken: string;
94
94
  meetingId: string;
95
95
  cancellationReason: string;
96
+ bookingSource?: BookingSource;
96
97
  }): Observable<null>;
97
98
  rescheduleMeeting(req: {
98
99
  authToken: string;
@@ -100,6 +101,7 @@ export declare class GuestService implements GuestServiceInterface {
100
101
  start: Date;
101
102
  timeZone?: TimeZoneInterface;
102
103
  location?: string;
104
+ bookingSource?: BookingSource;
103
105
  }): Observable<null>;
104
106
  getHost(req: {
105
107
  hostId: string;
@@ -114,6 +116,7 @@ export declare class GuestService implements GuestServiceInterface {
114
116
  cancelBatchMeeting(req: {
115
117
  id: string;
116
118
  cancellationReason?: string;
119
+ bookingSource?: BookingSource;
117
120
  }): Observable<null>;
118
121
  isHostConfigured(req: {
119
122
  hostId: string;
@@ -184,6 +187,7 @@ export declare class GuestService implements GuestServiceInterface {
184
187
  start: Date;
185
188
  timeZone?: TimeZoneInterface;
186
189
  location?: string;
190
+ bookingSource?: BookingSource;
187
191
  }): Observable<null>;
188
192
  listGuestBookedMeetings(req: {
189
193
  phoneNumber?: PhoneFieldsInterface;
@@ -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";
@@ -91,10 +91,12 @@ export declare class HostService {
91
91
  cancelMeeting(req: {
92
92
  meetingId: string;
93
93
  cancellationReason: string;
94
+ bookingSource?: BookingSource;
94
95
  }): Observable<null>;
95
96
  rescheduleMeeting(req: {
96
97
  meetingId: string;
97
98
  start: Date;
99
+ bookingSource?: BookingSource;
98
100
  }): Observable<null>;
99
101
  listAvailability(req: {
100
102
  filters: ListAvailabilityRequestFiltersInterface;
@@ -154,11 +156,18 @@ export declare class HostService {
154
156
  start: Date;
155
157
  location?: string;
156
158
  timeZone?: TimeZoneInterface;
159
+ bookingSource?: BookingSource;
157
160
  }): Observable<null>;
158
161
  hostCancelBatchMeeting(req: {
159
162
  id: string;
160
163
  cancellationReason?: string;
164
+ bookingSource?: BookingSource;
161
165
  }): Observable<null>;
166
+ getMeetingStats(req: {
167
+ timeSpan: TimeSpan;
168
+ timeZone: TimeZoneInterface;
169
+ businessId: string;
170
+ }): Observable<MeetingStats>;
162
171
  hostListBatchAvailableTimeSlots(req: {
163
172
  hostId: string;
164
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';
@@ -13,3 +13,4 @@ export * from './host-id';
13
13
  export * from './host-user';
14
14
  export * from './groups-and-services';
15
15
  export * from './origin';
16
+ export * from './meeting-stats';
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/meetings",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"