@vendasta/meetings 0.90.0 → 0.92.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 (48) hide show
  1. package/esm2020/lib/_internal/enums/index.mjs +1 -1
  2. package/esm2020/lib/_internal/google-meet.api.service.mjs +7 -8
  3. package/esm2020/lib/_internal/interfaces/groups-and-services.interface.mjs +1 -1
  4. package/esm2020/lib/_internal/interfaces/index.mjs +1 -1
  5. package/esm2020/lib/_internal/interfaces/meeting-guest.interface.mjs +1 -1
  6. package/esm2020/lib/_internal/interfaces/meeting-host.interface.mjs +1 -1
  7. package/esm2020/lib/_internal/interfaces/meeting-type.interface.mjs +1 -1
  8. package/esm2020/lib/_internal/interfaces/shared.interface.mjs +1 -1
  9. package/esm2020/lib/_internal/meeting-guest.api.service.mjs +13 -9
  10. package/esm2020/lib/_internal/meeting-host.api.service.mjs +7 -8
  11. package/esm2020/lib/_internal/meeting-source-api.api.service.mjs +7 -8
  12. package/esm2020/lib/_internal/objects/groups-and-services.mjs +10 -1
  13. package/esm2020/lib/_internal/objects/index.mjs +5 -5
  14. package/esm2020/lib/_internal/objects/meeting-guest.mjs +49 -2
  15. package/esm2020/lib/_internal/objects/meeting-host.mjs +2 -2
  16. package/esm2020/lib/_internal/objects/meeting-type.mjs +4 -1
  17. package/esm2020/lib/_internal/objects/shared.mjs +2 -3
  18. package/esm2020/lib/_internal/zoom.api.service.mjs +7 -8
  19. package/esm2020/lib/guest/guest.service.mjs +4 -1
  20. package/esm2020/lib/host/host.service.mjs +3 -3
  21. package/esm2020/lib/host/url.mjs +8 -2
  22. package/esm2020/lib/shared/groups-and-services.mjs +6 -6
  23. package/esm2020/lib/shared/meeting-type.mjs +4 -2
  24. package/fesm2015/vendasta-meetings.mjs +366 -293
  25. package/fesm2015/vendasta-meetings.mjs.map +1 -1
  26. package/fesm2020/vendasta-meetings.mjs +366 -293
  27. package/fesm2020/vendasta-meetings.mjs.map +1 -1
  28. package/lib/_internal/google-meet.api.service.d.ts +2 -5
  29. package/lib/_internal/interfaces/groups-and-services.interface.d.ts +3 -0
  30. package/lib/_internal/interfaces/index.d.ts +4 -4
  31. package/lib/_internal/interfaces/meeting-guest.interface.d.ts +9 -1
  32. package/lib/_internal/interfaces/meeting-host.interface.d.ts +1 -1
  33. package/lib/_internal/interfaces/meeting-type.interface.d.ts +1 -0
  34. package/lib/_internal/interfaces/shared.interface.d.ts +1 -2
  35. package/lib/_internal/meeting-guest.api.service.d.ts +6 -7
  36. package/lib/_internal/meeting-host.api.service.d.ts +3 -5
  37. package/lib/_internal/meeting-source-api.api.service.d.ts +2 -5
  38. package/lib/_internal/objects/groups-and-services.d.ts +3 -0
  39. package/lib/_internal/objects/index.d.ts +4 -4
  40. package/lib/_internal/objects/meeting-guest.d.ts +15 -1
  41. package/lib/_internal/objects/meeting-host.d.ts +1 -1
  42. package/lib/_internal/objects/meeting-type.d.ts +1 -0
  43. package/lib/_internal/objects/shared.d.ts +1 -2
  44. package/lib/_internal/zoom.api.service.d.ts +2 -5
  45. package/lib/guest/guest.service.d.ts +5 -1
  46. package/lib/shared/groups-and-services.d.ts +1 -1
  47. package/lib/shared/meeting-type.d.ts +1 -0
  48. package/package.json +1 -1
@@ -1,14 +1,11 @@
1
1
  import { GoogleMeetCreateMeetingRequest, GoogleMeetCreateMeetingResponse } from './objects/';
2
2
  import { GoogleMeetCreateMeetingRequestInterface } from './interfaces/';
3
- import { HttpClient } from '@angular/common/http';
4
- import { HostService } from '../_generated/host.service';
5
3
  import { Observable } from 'rxjs';
6
4
  import * as i0 from "@angular/core";
7
5
  export declare class GoogleMeetApiService {
8
- private http;
9
- private hostService;
6
+ private readonly hostService;
7
+ private readonly http;
10
8
  private _host;
11
- constructor(http: HttpClient, hostService: HostService);
12
9
  private apiOptions;
13
10
  createMeeting(r: GoogleMeetCreateMeetingRequest | GoogleMeetCreateMeetingRequestInterface): Observable<GoogleMeetCreateMeetingResponse>;
14
11
  static ɵfac: i0.ɵɵFactoryDeclaration<GoogleMeetApiService, never>;
@@ -5,6 +5,9 @@ export interface EventGroupAndServiceAssociationsInterface {
5
5
  identifier?: string;
6
6
  isEditable?: boolean;
7
7
  creatorUserName?: string;
8
+ calendarId?: string;
9
+ hexColor?: string;
10
+ duration?: string;
8
11
  }
9
12
  export interface GroupInterface {
10
13
  id?: string;
@@ -1,12 +1,12 @@
1
1
  export { MeetingSourceInfoInterface, MeetingSourceListRequestInterface, MeetingSourceListResponseInterface, MeetingSourceQueryInterface, } from './meeting-source.interface';
2
2
  export { CreateZoomMeetingRequestInterface, CreateZoomMeetingResponseInterface, ZoomMeetingRecurrenceInterface, ZoomMeetingSettingsInterface, ZoomMeetingTrackingFieldInterface, ZoomOccurrenceInterface, } from './zoom.interface';
3
3
  export { GoogleMeetConferenceDataInterface, GoogleMeetConferenceRequestStatusInterface, GoogleMeetConferenceSolutionInterface, GoogleMeetConferenceSolutionKeyInterface, GoogleMeetCreateConferenceRequestInterface, GoogleMeetCreateMeetingRequestInterface, GoogleMeetCreateMeetingResponseInterface, GoogleMeetEntryPointInterface, GoogleMeetMeetingInterface, GoogleMeetMeetingAttendeeInterface, GoogleMeetMeetingCreatorInterface, GoogleMeetMeetingDateTimeInterface, GoogleMeetMeetingReminderInterface, GoogleMeetMeetingRemindersInterface, } from './google-meet.interface';
4
- export { TimeOfDayInterface, } from './timeofday.interface';
5
- export { DateTimeInterface, TimeZoneInterface, } from './datetime.interface';
6
4
  export { AnswerInterface, AnswersInterface, CalendarApplicationContextEntryInterface, AttachmentInterface, AttendeeInterface, CalendarInterface, ContactInterface, HostInterface, HostUserInterface, PagedRequestOptionsInterface, PagedResponseMetadataInterface, PreferencesInterface, TimeRangeInterface, } from './shared.interface';
7
5
  export { FieldInterface, FormInterface, MeetingTypeInterface, } from './meeting-type.interface';
8
6
  export { DateRangeInterface, } from './date-range.interface';
9
- export { BookMeetingRequestInterface, BookMeetingResponseInterface, GetCalendarRequestInterface, GetCalendarResponseInterface, GetHostRequestInterface, GetHostResponseInterface, GetMeetingTypeRequestInterface, GetMeetingTypeResponseInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestGetBookedMeetingResponseInterface, GuestIsHostConfiguredRequestInterface, GuestIsHostConfiguredResponseInterface, GuestRescheduleMeetingRequestInterface, ListAvailableTimeSlotsRequestInterface, ListAvailableTimeSlotsResponseInterface, ListMeetingTypesRequestInterface, ListMeetingTypesResponseInterface, BookMeetingRequestMetadataEntryInterface, } from './meeting-guest.interface';
10
- export { FieldMaskInterface, } from './field-mask.interface';
11
7
  export { EventGroupAndServiceAssociationsInterface, GroupInterface, ServiceInterface, } from './groups-and-services.interface';
8
+ export { BookMeetingRequestInterface, BookMeetingResponseInterface, GetCalendarRequestInterface, GetCalendarResponseInterface, GetGroupRequestInterface, GetGroupResponseInterface, GetHostRequestInterface, GetHostResponseInterface, GetMeetingTypeRequestInterface, GetMeetingTypeResponseInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestGetBookedMeetingResponseInterface, GuestIsHostConfiguredRequestInterface, GuestIsHostConfiguredResponseInterface, GuestRescheduleMeetingRequestInterface, ListAvailableTimeSlotsRequestInterface, ListAvailableTimeSlotsResponseInterface, ListMeetingTypesRequestInterface, ListMeetingTypesResponseInterface, BookMeetingRequestMetadataEntryInterface, } from './meeting-guest.interface';
9
+ export { FieldMaskInterface, } from './field-mask.interface';
12
10
  export { IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface, BuildHostIdRequestApplicationContextPropertiesEntryInterface, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface, AvailabilityRuleInterface, BuildHostIdRequestInterface, BuildHostIdResponseInterface, GetMeetingTypesForCalendarsResponseCalendarMeetingTypesMapEntryInterface, CancelMeetingRequestInterface, CreateAvailabilityRequestInterface, CreateAvailabilityResponseInterface, CreateCalendarRequestInterface, CreateCalendarResponseInterface, CreateDefaultMeetingTypesRequestInterface, CreateGroupRequestInterface, CreateGroupResponseInterface, CreateMeetingTypeRequestInterface, CreateMeetingTypeResponseInterface, CreateServiceRequestInterface, CreateServiceResponseInterface, DeleteAvailabilityRequestInterface, DeleteGroupRequestInterface, DeleteMeetingTypeRequestInterface, DeleteServiceRequestInterface, DoesCalendarExistRequestInterface, DoesCalendarExistResponseInterface, EnsureGroupCalendarsExistRequestInterface, EnsureGroupCalendarsExistResponseInterface, EnsurePersonalCalendarExistsRequestInterface, EnsurePersonalCalendarExistsResponseInterface, ListBookedMeetingsRequestFiltersInterface, ListAvailabilityRequestFiltersInterface, GetHostMeetingRequestInterface, GetHostMeetingResponseInterface, GetHostPreferencesRequestInterface, GetHostPreferencesResponseInterface, GetHostsForCalendarRequestInterface, GetHostsForCalendarResponseInterface, GetMeetingTypesForCalendarsRequestInterface, GetMeetingTypesForCalendarsResponseInterface, HostBookMeetingRequestInterface, HostBookMeetingResponseInterface, HostGetCalendarRequestInterface, HostGetCalendarResponseInterface, HostGetMeetingTypeRequestInterface, HostGetMeetingTypeResponseInterface, HostListMeetingTypesRequestInterface, HostListMeetingTypesResponseInterface, IsCalendarConfiguredRequestInterface, IsCalendarConfiguredResponseInterface, IsHostConfiguredRequestInterface, IsHostConfiguredResponseInterface, ListAvailabilityRequestInterface, ListAvailabilityResponseInterface, ListBookedMeetingsRequestInterface, ListBookedMeetingsResponseInterface, ListGroupsRequestInterface, ListGroupsResponseInterface, ListServicesRequestInterface, ListServicesResponseInterface, MeetingInterface, MeetingTypeListInterface, MeetingMetadataEntryInterface, UpdateMeetingMetadataRequestMetadataEntryInterface, RescheduleMeetingRequestInterface, SendMeetingRequestEmailRequestInterface, SetGeneralAvailabilityRequestInterface, UpdateAvailabilityRequestInterface, UpdateCalendarRequestInterface, UpdateGroupRequestInterface, UpdateHostPreferencesRequestInterface, UpdateMeetingMetadataRequestInterface, UpdateMeetingTypeRequestInterface, UpdateServiceRequestInterface, WeekdayAvailabilityInterface, } from './meeting-host.interface';
11
+ export { TimeOfDayInterface, } from './timeofday.interface';
12
+ export { DateTimeInterface, TimeZoneInterface, } from './datetime.interface';
@@ -1,7 +1,8 @@
1
1
  import { ContactInterface, AnswersInterface, CalendarInterface, HostInterface } from './shared.interface';
2
2
  import { DateRangeInterface } from './date-range.interface';
3
+ import { GroupInterface } from './groups-and-services.interface';
3
4
  import { MeetingTypeInterface } from './meeting-type.interface';
4
- import { TimeZoneInterface } from './datetime.interface';
5
+ import { TimeZoneInterface } from './';
5
6
  export interface BookMeetingRequestInterface {
6
7
  hostId?: string;
7
8
  meetingTypeId?: string;
@@ -27,6 +28,13 @@ export interface GetCalendarRequestInterface {
27
28
  export interface GetCalendarResponseInterface {
28
29
  calendar?: CalendarInterface;
29
30
  }
31
+ export interface GetGroupRequestInterface {
32
+ groupId?: string;
33
+ slug?: string;
34
+ }
35
+ export interface GetGroupResponseInterface {
36
+ group?: GroupInterface;
37
+ }
30
38
  export interface GetHostRequestInterface {
31
39
  hostId?: string;
32
40
  }
@@ -3,7 +3,7 @@ import { FieldMaskInterface } from './field-mask.interface';
3
3
  import { GroupInterface, ServiceInterface } from './groups-and-services.interface';
4
4
  import { MeetingTypeInterface } from './meeting-type.interface';
5
5
  import { TimeRangeInterface, CalendarInterface, PreferencesInterface, HostUserInterface, ContactInterface, PagedRequestOptionsInterface, PagedResponseMetadataInterface, AttendeeInterface, AnswersInterface, AttachmentInterface } from './shared.interface';
6
- import { TimeZoneInterface } from './datetime.interface';
6
+ import { TimeZoneInterface } from './';
7
7
  import * as e from '../enums';
8
8
  export interface IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface {
9
9
  key?: string;
@@ -34,4 +34,5 @@ export interface MeetingTypeInterface {
34
34
  isPinned?: boolean;
35
35
  calendarType?: string;
36
36
  hostUsers?: HostUserInterface[];
37
+ teamName?: string;
37
38
  }
@@ -1,5 +1,4 @@
1
- import { TimeOfDayInterface } from './timeofday.interface';
2
- import { TimeZoneInterface } from './datetime.interface';
1
+ import { TimeZoneInterface, TimeOfDayInterface } from './';
3
2
  import * as e from '../enums';
4
3
  export interface AnswerInterface {
5
4
  id?: string;
@@ -1,14 +1,12 @@
1
- import { BookMeetingRequest, BookMeetingResponse, GetCalendarRequest, GetCalendarResponse, GetHostRequest, GetHostResponse, GetMeetingTypeRequest, GetMeetingTypeResponse, GuestCancelMeetingRequest, GuestGetBookedMeetingRequest, GuestGetBookedMeetingResponse, GuestIsHostConfiguredRequest, GuestIsHostConfiguredResponse, GuestRescheduleMeetingRequest, ListAvailableTimeSlotsRequest, ListAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse } from './objects/';
2
- import { BookMeetingRequestInterface, GetCalendarRequestInterface, GetHostRequestInterface, GetMeetingTypeRequestInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestIsHostConfiguredRequestInterface, GuestRescheduleMeetingRequestInterface, ListAvailableTimeSlotsRequestInterface, ListMeetingTypesRequestInterface } from './interfaces/';
3
- import { HttpClient, HttpResponse } from '@angular/common/http';
4
- import { HostService } from '../_generated/host.service';
1
+ import { BookMeetingRequest, BookMeetingResponse, GetCalendarRequest, GetCalendarResponse, GetGroupRequest, GetGroupResponse, GetHostRequest, GetHostResponse, GetMeetingTypeRequest, GetMeetingTypeResponse, GuestCancelMeetingRequest, GuestGetBookedMeetingRequest, GuestGetBookedMeetingResponse, GuestIsHostConfiguredRequest, GuestIsHostConfiguredResponse, GuestRescheduleMeetingRequest, ListAvailableTimeSlotsRequest, ListAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse } from './objects/';
2
+ import { BookMeetingRequestInterface, GetCalendarRequestInterface, GetGroupRequestInterface, GetHostRequestInterface, GetMeetingTypeRequestInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestIsHostConfiguredRequestInterface, GuestRescheduleMeetingRequestInterface, ListAvailableTimeSlotsRequestInterface, ListMeetingTypesRequestInterface } from './interfaces/';
3
+ import { HttpResponse } from '@angular/common/http';
5
4
  import { Observable } from 'rxjs';
6
5
  import * as i0 from "@angular/core";
7
6
  export declare class MeetingGuestApiService {
8
- private http;
9
- private hostService;
7
+ private readonly hostService;
8
+ private readonly http;
10
9
  private _host;
11
- constructor(http: HttpClient, hostService: HostService);
12
10
  private apiOptions;
13
11
  listMeetingTypes(r: ListMeetingTypesRequest | ListMeetingTypesRequestInterface): Observable<ListMeetingTypesResponse>;
14
12
  getMeetingType(r: GetMeetingTypeRequest | GetMeetingTypeRequestInterface): Observable<GetMeetingTypeResponse>;
@@ -19,6 +17,7 @@ export declare class MeetingGuestApiService {
19
17
  getGuestBookedMeeting(r: GuestGetBookedMeetingRequest | GuestGetBookedMeetingRequestInterface): Observable<GuestGetBookedMeetingResponse>;
20
18
  getCalendar(r: GetCalendarRequest | GetCalendarRequestInterface): Observable<GetCalendarResponse>;
21
19
  getHost(r: GetHostRequest | GetHostRequestInterface): Observable<GetHostResponse>;
20
+ getGroup(r: GetGroupRequest | GetGroupRequestInterface): Observable<GetGroupResponse>;
22
21
  isHostConfigured(r: GuestIsHostConfiguredRequest | GuestIsHostConfiguredRequestInterface): Observable<GuestIsHostConfiguredResponse>;
23
22
  static ɵfac: i0.ɵɵFactoryDeclaration<MeetingGuestApiService, never>;
24
23
  static ɵprov: i0.ɵɵInjectableDeclaration<MeetingGuestApiService>;
@@ -1,14 +1,12 @@
1
1
  import { BuildHostIdRequest, BuildHostIdResponse, CancelMeetingRequest, CreateAvailabilityRequest, CreateAvailabilityResponse, CreateCalendarRequest, CreateCalendarResponse, CreateDefaultMeetingTypesRequest, CreateGroupRequest, CreateGroupResponse, CreateMeetingTypeRequest, CreateMeetingTypeResponse, CreateServiceRequest, CreateServiceResponse, DeleteAvailabilityRequest, DeleteGroupRequest, DeleteMeetingTypeRequest, DeleteServiceRequest, DoesCalendarExistRequest, DoesCalendarExistResponse, EnsureGroupCalendarsExistRequest, EnsureGroupCalendarsExistResponse, EnsurePersonalCalendarExistsRequest, EnsurePersonalCalendarExistsResponse, GetHostMeetingRequest, GetHostMeetingResponse, GetHostPreferencesRequest, GetHostPreferencesResponse, GetHostsForCalendarRequest, GetHostsForCalendarResponse, GetMeetingTypesForCalendarsRequest, GetMeetingTypesForCalendarsResponse, HostBookMeetingRequest, HostBookMeetingResponse, HostGetCalendarRequest, HostGetCalendarResponse, HostGetMeetingTypeRequest, HostGetMeetingTypeResponse, HostListMeetingTypesRequest, HostListMeetingTypesResponse, IsCalendarConfiguredRequest, IsCalendarConfiguredResponse, IsHostConfiguredRequest, IsHostConfiguredResponse, ListAvailabilityRequest, ListAvailabilityResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, ListGroupsRequest, ListGroupsResponse, ListServicesRequest, ListServicesResponse, RescheduleMeetingRequest, SendMeetingRequestEmailRequest, SetGeneralAvailabilityRequest, UpdateAvailabilityRequest, UpdateCalendarRequest, UpdateGroupRequest, UpdateHostPreferencesRequest, UpdateMeetingMetadataRequest, UpdateMeetingTypeRequest, UpdateServiceRequest } from './objects/';
2
2
  import { BuildHostIdRequestInterface, CancelMeetingRequestInterface, CreateAvailabilityRequestInterface, CreateCalendarRequestInterface, CreateDefaultMeetingTypesRequestInterface, CreateGroupRequestInterface, CreateMeetingTypeRequestInterface, CreateServiceRequestInterface, DeleteAvailabilityRequestInterface, DeleteGroupRequestInterface, DeleteMeetingTypeRequestInterface, DeleteServiceRequestInterface, DoesCalendarExistRequestInterface, EnsureGroupCalendarsExistRequestInterface, EnsurePersonalCalendarExistsRequestInterface, GetHostMeetingRequestInterface, GetHostPreferencesRequestInterface, GetHostsForCalendarRequestInterface, GetMeetingTypesForCalendarsRequestInterface, HostBookMeetingRequestInterface, HostGetCalendarRequestInterface, HostGetMeetingTypeRequestInterface, HostListMeetingTypesRequestInterface, IsCalendarConfiguredRequestInterface, IsHostConfiguredRequestInterface, ListAvailabilityRequestInterface, ListBookedMeetingsRequestInterface, ListGroupsRequestInterface, ListServicesRequestInterface, RescheduleMeetingRequestInterface, SendMeetingRequestEmailRequestInterface, SetGeneralAvailabilityRequestInterface, UpdateAvailabilityRequestInterface, UpdateCalendarRequestInterface, UpdateGroupRequestInterface, UpdateHostPreferencesRequestInterface, UpdateMeetingMetadataRequestInterface, UpdateMeetingTypeRequestInterface, UpdateServiceRequestInterface } from './interfaces/';
3
- import { HttpClient, HttpResponse } from '@angular/common/http';
4
- import { HostService } from '../_generated/host.service';
3
+ import { HttpResponse } from '@angular/common/http';
5
4
  import { Observable } from 'rxjs';
6
5
  import * as i0 from "@angular/core";
7
6
  export declare class MeetingHostApiService {
8
- private http;
9
- private hostService;
7
+ private readonly hostService;
8
+ private readonly http;
10
9
  private _host;
11
- constructor(http: HttpClient, hostService: HostService);
12
10
  private apiOptions;
13
11
  buildHostId(r: BuildHostIdRequest | BuildHostIdRequestInterface): Observable<BuildHostIdResponse>;
14
12
  doesCalendarExist(r: DoesCalendarExistRequest | DoesCalendarExistRequestInterface): Observable<DoesCalendarExistResponse>;
@@ -1,14 +1,11 @@
1
1
  import { MeetingSourceListRequest, MeetingSourceListResponse } from './objects/';
2
2
  import { MeetingSourceListRequestInterface } from './interfaces/';
3
- import { HttpClient } from '@angular/common/http';
4
- import { HostService } from '../_generated/host.service';
5
3
  import { Observable } from 'rxjs';
6
4
  import * as i0 from "@angular/core";
7
5
  export declare class MeetingSourceAPIApiService {
8
- private http;
9
- private hostService;
6
+ private readonly hostService;
7
+ private readonly http;
10
8
  private _host;
11
- constructor(http: HttpClient, hostService: HostService);
12
9
  private apiOptions;
13
10
  list(r: MeetingSourceListRequest | MeetingSourceListRequestInterface): Observable<MeetingSourceListResponse>;
14
11
  static ɵfac: i0.ɵɵFactoryDeclaration<MeetingSourceAPIApiService, never>;
@@ -7,6 +7,9 @@ export declare class EventGroupAndServiceAssociations implements i.EventGroupAnd
7
7
  identifier: string;
8
8
  isEditable: boolean;
9
9
  creatorUserName: string;
10
+ calendarId: string;
11
+ hexColor: string;
12
+ duration: string;
10
13
  static fromProto(proto: any): EventGroupAndServiceAssociations;
11
14
  constructor(kwargs?: i.EventGroupAndServiceAssociationsInterface);
12
15
  toApiJson(): object;
@@ -1,12 +1,12 @@
1
1
  export { MeetingSourceInfo, MeetingSourceListRequest, MeetingSourceListResponse, MeetingSourceQuery, } from './meeting-source';
2
2
  export { CreateZoomMeetingRequest, CreateZoomMeetingResponse, ZoomMeetingRecurrence, ZoomMeetingSettings, ZoomMeetingTrackingField, ZoomOccurrence, } from './zoom';
3
3
  export { GoogleMeetConferenceData, GoogleMeetConferenceRequestStatus, GoogleMeetConferenceSolution, GoogleMeetConferenceSolutionKey, GoogleMeetCreateConferenceRequest, GoogleMeetCreateMeetingRequest, GoogleMeetCreateMeetingResponse, GoogleMeetEntryPoint, GoogleMeetMeeting, GoogleMeetMeetingAttendee, GoogleMeetMeetingCreator, GoogleMeetMeetingDateTime, GoogleMeetMeetingReminder, GoogleMeetMeetingReminders, } from './google-meet';
4
- export { TimeOfDay, } from './timeofday';
5
- export { DateTime, TimeZone, } from './datetime';
6
4
  export { Answer, Answers, CalendarApplicationContextEntry, Attachment, Attendee, Calendar, Contact, Host, HostUser, PagedRequestOptions, PagedResponseMetadata, Preferences, TimeRange, } from './shared';
7
5
  export { Field, Form, MeetingType, } from './meeting-type';
8
6
  export { DateRange, } from './date-range';
9
- export { BookMeetingRequest, BookMeetingResponse, GetCalendarRequest, GetCalendarResponse, GetHostRequest, GetHostResponse, GetMeetingTypeRequest, GetMeetingTypeResponse, GuestCancelMeetingRequest, GuestGetBookedMeetingRequest, GuestGetBookedMeetingResponse, GuestIsHostConfiguredRequest, GuestIsHostConfiguredResponse, GuestRescheduleMeetingRequest, ListAvailableTimeSlotsRequest, ListAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse, BookMeetingRequestMetadataEntry, } from './meeting-guest';
10
- export { FieldMask, } from './field-mask';
11
7
  export { EventGroupAndServiceAssociations, Group, Service, } from './groups-and-services';
8
+ export { BookMeetingRequest, BookMeetingResponse, GetCalendarRequest, GetCalendarResponse, GetGroupRequest, GetGroupResponse, GetHostRequest, GetHostResponse, GetMeetingTypeRequest, GetMeetingTypeResponse, GuestCancelMeetingRequest, GuestGetBookedMeetingRequest, GuestGetBookedMeetingResponse, GuestIsHostConfiguredRequest, GuestIsHostConfiguredResponse, GuestRescheduleMeetingRequest, ListAvailableTimeSlotsRequest, ListAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse, BookMeetingRequestMetadataEntry, } from './meeting-guest';
9
+ export { FieldMask, } from './field-mask';
12
10
  export { IsCalendarConfiguredRequestApplicationContextPropertiesEntry, BuildHostIdRequestApplicationContextPropertiesEntry, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntry, AvailabilityRule, BuildHostIdRequest, BuildHostIdResponse, GetMeetingTypesForCalendarsResponseCalendarMeetingTypesMapEntry, CancelMeetingRequest, CreateAvailabilityRequest, CreateAvailabilityResponse, CreateCalendarRequest, CreateCalendarResponse, CreateDefaultMeetingTypesRequest, CreateGroupRequest, CreateGroupResponse, CreateMeetingTypeRequest, CreateMeetingTypeResponse, CreateServiceRequest, CreateServiceResponse, DeleteAvailabilityRequest, DeleteGroupRequest, DeleteMeetingTypeRequest, DeleteServiceRequest, DoesCalendarExistRequest, DoesCalendarExistResponse, EnsureGroupCalendarsExistRequest, EnsureGroupCalendarsExistResponse, EnsurePersonalCalendarExistsRequest, EnsurePersonalCalendarExistsResponse, ListBookedMeetingsRequestFilters, ListAvailabilityRequestFilters, GetHostMeetingRequest, GetHostMeetingResponse, GetHostPreferencesRequest, GetHostPreferencesResponse, GetHostsForCalendarRequest, GetHostsForCalendarResponse, GetMeetingTypesForCalendarsRequest, GetMeetingTypesForCalendarsResponse, HostBookMeetingRequest, HostBookMeetingResponse, HostGetCalendarRequest, HostGetCalendarResponse, HostGetMeetingTypeRequest, HostGetMeetingTypeResponse, HostListMeetingTypesRequest, HostListMeetingTypesResponse, IsCalendarConfiguredRequest, IsCalendarConfiguredResponse, IsHostConfiguredRequest, IsHostConfiguredResponse, ListAvailabilityRequest, ListAvailabilityResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, ListGroupsRequest, ListGroupsResponse, ListServicesRequest, ListServicesResponse, Meeting, MeetingTypeList, MeetingMetadataEntry, UpdateMeetingMetadataRequestMetadataEntry, RescheduleMeetingRequest, SendMeetingRequestEmailRequest, SetGeneralAvailabilityRequest, UpdateAvailabilityRequest, UpdateCalendarRequest, UpdateGroupRequest, UpdateHostPreferencesRequest, UpdateMeetingMetadataRequest, UpdateMeetingTypeRequest, UpdateServiceRequest, WeekdayAvailability, } from './meeting-host';
11
+ export { TimeOfDay, } from './timeofday';
12
+ export { DateTime, TimeZone, } from './datetime';
@@ -1,8 +1,9 @@
1
1
  import * as i from '../interfaces';
2
2
  import { Contact, Answers, Calendar, Host } from './shared';
3
3
  import { DateRange } from './date-range';
4
+ import { Group } from './groups-and-services';
4
5
  import { MeetingType } from './meeting-type';
5
- import { TimeZone } from './datetime';
6
+ import { TimeZone } from './';
6
7
  export declare function enumStringToValue<E>(enumRef: any, value: string): E;
7
8
  export declare class BookMeetingRequest implements i.BookMeetingRequestInterface {
8
9
  hostId: string;
@@ -41,6 +42,19 @@ export declare class GetCalendarResponse implements i.GetCalendarResponseInterfa
41
42
  constructor(kwargs?: i.GetCalendarResponseInterface);
42
43
  toApiJson(): object;
43
44
  }
45
+ export declare class GetGroupRequest implements i.GetGroupRequestInterface {
46
+ groupId: string;
47
+ slug: string;
48
+ static fromProto(proto: any): GetGroupRequest;
49
+ constructor(kwargs?: i.GetGroupRequestInterface);
50
+ toApiJson(): object;
51
+ }
52
+ export declare class GetGroupResponse implements i.GetGroupResponseInterface {
53
+ group: Group;
54
+ static fromProto(proto: any): GetGroupResponse;
55
+ constructor(kwargs?: i.GetGroupResponseInterface);
56
+ toApiJson(): object;
57
+ }
44
58
  export declare class GetHostRequest implements i.GetHostRequestInterface {
45
59
  hostId: string;
46
60
  static fromProto(proto: any): GetHostRequest;
@@ -4,7 +4,7 @@ import { FieldMask } from './field-mask';
4
4
  import { Group, Service } from './groups-and-services';
5
5
  import { MeetingType } from './meeting-type';
6
6
  import { TimeRange, Calendar, Preferences, HostUser, Contact, PagedRequestOptions, PagedResponseMetadata, Attendee, Answers, Attachment } from './shared';
7
- import { TimeZone } from './datetime';
7
+ import { TimeZone } from './';
8
8
  import * as e from '../enums';
9
9
  export declare function enumStringToValue<E>(enumRef: any, value: string): E;
10
10
  export declare class IsCalendarConfiguredRequestApplicationContextPropertiesEntry implements i.IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface {
@@ -42,6 +42,7 @@ export declare class MeetingType implements i.MeetingTypeInterface {
42
42
  isPinned: boolean;
43
43
  calendarType: string;
44
44
  hostUsers: HostUser[];
45
+ teamName: string;
45
46
  static fromProto(proto: any): MeetingType;
46
47
  constructor(kwargs?: i.MeetingTypeInterface);
47
48
  toApiJson(): object;
@@ -1,6 +1,5 @@
1
1
  import * as i from '../interfaces';
2
- import { TimeOfDay } from './timeofday';
3
- import { TimeZone } from './datetime';
2
+ import { TimeZone, TimeOfDay } from './';
4
3
  import * as e from '../enums';
5
4
  export declare function enumStringToValue<E>(enumRef: any, value: string): E;
6
5
  export declare class Answer implements i.AnswerInterface {
@@ -1,14 +1,11 @@
1
1
  import { CreateZoomMeetingRequest, CreateZoomMeetingResponse } from './objects/';
2
2
  import { CreateZoomMeetingRequestInterface } from './interfaces/';
3
- import { HttpClient } from '@angular/common/http';
4
- import { HostService } from '../_generated/host.service';
5
3
  import { Observable } from 'rxjs';
6
4
  import * as i0 from "@angular/core";
7
5
  export declare class ZoomApiService {
8
- private http;
9
- private hostService;
6
+ private readonly hostService;
7
+ private readonly http;
10
8
  private _host;
11
- constructor(http: HttpClient, hostService: HostService);
12
9
  private apiOptions;
13
10
  createMeeting(r: CreateZoomMeetingRequest | CreateZoomMeetingRequestInterface): Observable<CreateZoomMeetingResponse>;
14
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ZoomApiService, never>;
@@ -1,4 +1,4 @@
1
- import { CalendarInterface, Contact, MeetingGuestApiService, TimeZoneInterface } from '../_internal';
1
+ import { CalendarInterface, Contact, GetGroupResponse, MeetingGuestApiService, TimeZoneInterface } from '../_internal';
2
2
  import { Observable } from 'rxjs';
3
3
  import { Host, MeetingForm, MeetingMetadata, MeetingType, TimeSpan } from '../shared';
4
4
  import * as i0 from "@angular/core";
@@ -86,6 +86,10 @@ export declare class GuestService implements GuestServiceInterface {
86
86
  isHostConfigured(req: {
87
87
  hostId: string;
88
88
  }): Observable<boolean>;
89
+ getGroup(req: {
90
+ groupId: string;
91
+ slug: string;
92
+ }): Observable<GetGroupResponse>;
89
93
  static ɵfac: i0.ɵɵFactoryDeclaration<GuestService, never>;
90
94
  static ɵprov: i0.ɵɵInjectableDeclaration<GuestService>;
91
95
  }
@@ -40,7 +40,7 @@ export declare function GroupFromApi(req: {
40
40
  groupApi: GroupInterface;
41
41
  environment: Environment;
42
42
  }): Group;
43
- export declare function getBookingURL(environment: Environment, slug: string, id: string, calendarId: string): string;
43
+ export declare function getBookingURL(environment: Environment, slug: string, calendarId: string): string;
44
44
  export declare function ServiceFromApi(req: {
45
45
  serviceApi: ServiceInterface;
46
46
  environment: Environment;
@@ -27,6 +27,7 @@ export interface MeetingType {
27
27
  isPinned?: boolean;
28
28
  CalendarType?: string;
29
29
  hostUsers: HostUserInterface[];
30
+ teamName?: string;
30
31
  }
31
32
  export type MeetingTypeFormField = Required<FieldInterface>;
32
33
  export type MeetingTypeForm = Required<Omit<FormInterface, 'fields'>> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/meetings",
3
- "version": "0.90.0",
3
+ "version": "0.92.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"