@vendasta/meetings 1.5.4 → 1.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/_internal/google-meet.api.service.mjs +7 -8
- package/esm2020/lib/_internal/interfaces/index.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/meeting-external.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/meeting-guest.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/meeting-host.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/shared.interface.mjs +1 -1
- package/esm2020/lib/_internal/meeting-external.api.service.mjs +18 -9
- package/esm2020/lib/_internal/meeting-guest.api.service.mjs +7 -8
- package/esm2020/lib/_internal/meeting-host.api.service.mjs +13 -9
- package/esm2020/lib/_internal/meeting-source-api.api.service.mjs +7 -8
- package/esm2020/lib/_internal/objects/index.mjs +3 -3
- package/esm2020/lib/_internal/objects/meeting-external.mjs +203 -53
- package/esm2020/lib/_internal/objects/meeting-guest.mjs +5 -2
- package/esm2020/lib/_internal/objects/meeting-host.mjs +51 -8
- package/esm2020/lib/_internal/objects/shared.mjs +2 -3
- package/esm2020/lib/_internal/zoom.api.service.mjs +7 -8
- package/esm2020/lib/host/host.service.mjs +6 -1
- package/esm2020/lib/index.mjs +1 -1
- package/fesm2015/vendasta-meetings.mjs +454 -241
- package/fesm2015/vendasta-meetings.mjs.map +1 -1
- package/fesm2020/vendasta-meetings.mjs +454 -241
- package/fesm2020/vendasta-meetings.mjs.map +1 -1
- package/lib/_internal/google-meet.api.service.d.ts +2 -5
- package/lib/_internal/interfaces/index.d.ts +2 -2
- package/lib/_internal/interfaces/meeting-external.interface.d.ts +46 -21
- package/lib/_internal/interfaces/meeting-guest.interface.d.ts +2 -1
- package/lib/_internal/interfaces/meeting-host.interface.d.ts +11 -4
- package/lib/_internal/interfaces/shared.interface.d.ts +1 -2
- package/lib/_internal/meeting-external.api.service.d.ts +7 -7
- package/lib/_internal/meeting-guest.api.service.d.ts +3 -5
- package/lib/_internal/meeting-host.api.service.d.ts +6 -7
- package/lib/_internal/meeting-source-api.api.service.d.ts +2 -5
- package/lib/_internal/objects/index.d.ts +2 -2
- package/lib/_internal/objects/meeting-external.d.ts +61 -21
- package/lib/_internal/objects/meeting-guest.d.ts +2 -1
- package/lib/_internal/objects/meeting-host.d.ts +21 -8
- package/lib/_internal/objects/shared.d.ts +1 -2
- package/lib/_internal/zoom.api.service.d.ts +2 -5
- package/lib/host/host.service.d.ts +4 -0
- package/lib/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { GoogleMeetCreateMeetingRequest, GoogleMeetCreateMeetingResponse, GoogleMeetListMeetingsRequest, GoogleMeetListMeetingsResponse } from './objects/';
|
|
2
2
|
import { GoogleMeetCreateMeetingRequestInterface, GoogleMeetListMeetingsRequestInterface } 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
|
|
9
|
-
private
|
|
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
|
listMeetings(r: GoogleMeetListMeetingsRequest | GoogleMeetListMeetingsRequestInterface): Observable<GoogleMeetListMeetingsResponse>;
|
|
@@ -6,9 +6,9 @@ export { DateRangeInterface, } from './date-range.interface';
|
|
|
6
6
|
export { EventTypeDateRangeInterface, FieldInterface, FormInterface, MeetingTypeInterface, RegistrationCutOffInterface, RelativeDateRangeInterface, } from './meeting-type.interface';
|
|
7
7
|
export { EventGroupAndServiceAssociationsInterface, GroupInterface, ServiceInterface, } from './groups-and-services.interface';
|
|
8
8
|
export { BookMeetingRequestInterface, BookMeetingResponseInterface, CheckFeatureFlagRequestInterface, CheckFeatureFlagResponseInterface, GetCalendarRequestInterface, GetCalendarResponseInterface, GetGroupRequestInterface, GetGroupResponseInterface, GetHostRequestInterface, GetHostResponseInterface, GetMeetingCalendarInfoRequestInterface, GetMeetingCalendarInfoResponseInterface, GetMeetingTypeRequestInterface, GetMeetingTypeResponseInterface, GetServiceRequestInterface, GetServiceResponseInterface, GetSessionInviteeMeetingInfoRequestInterface, GetSessionInviteeMeetingInfoResponseInterface, GetSessionMeetingRequestInterface, GetSessionMeetingResponseInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestGetBookedMeetingRequestV2Interface, GuestGetBookedMeetingResponseInterface, GuestGetBookedMeetingResponseV2Interface, GuestIsHostConfiguredRequestInterface, GuestIsHostConfiguredResponseInterface, GuestRescheduleMeetingRequestInterface, InviteeDeregisterSessionMeetingRequestInterface, InviteeRegisterSessionMeetingRequestInterface, ListAvailableTimeSlotsRequestInterface, ListAvailableTimeSlotsResponseInterface, ListMeetingTypesRequestInterface, ListMeetingTypesResponseInterface, BookMeetingRequestMetadataEntryInterface, RegisterSessionRequestInterface, } from './meeting-guest.interface';
|
|
9
|
-
export { AvailableTimeSlotsRequestInterface, AvailableTimeSlotsResponseInterface, BookMeetingExternalRequestInterface, BookMeetingExternalResponseInterface, ExternalCancelMeetingRequestInterface, ExternalRescheduleMeetingRequestInterface, ExternalRescheduleMeetingResponseInterface, GetUsersRequestInterface, GetUsersResponseInterface, GroupResponseInterface, GroupsRequestInterface, GroupsResponseInterface, HostUserDetailsInterface, ServiceResponseInterface, ServicesRequestInterface, ServicesResponseInterface, UserResponseInterface, } from './meeting-external.interface';
|
|
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 {
|
|
11
|
+
export { BuildHostIdRequestApplicationContextPropertiesEntryInterface, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface, IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface, AvailabilityRuleInterface, AvailabilityRuleListInterface, BuildHostIdRequestInterface, BuildHostIdResponseInterface, GetMeetingTypesForCalendarsResponseCalendarMeetingTypesMapEntryInterface, CalendarMigrationResponseInterface, CancelMeetingRequestInterface, CheckEventTypeSlugExistRequestInterface, CheckEventTypeSlugExistResponseInterface, CheckGroupOrServiceSlugExistRequestInterface, CheckGroupOrServiceSlugExistResponseInterface, CreateAvailabilityRequestInterface, CreateAvailabilityResponseInterface, CreateCalendarRequestInterface, CreateCalendarResponseInterface, CreateDefaultMeetingTypesRequestInterface, CreateGroupRequestInterface, CreateGroupResponseInterface, CreateMeetingTypeRequestInterface, CreateMeetingTypeResponseInterface, CreateServiceRequestInterface, CreateServiceResponseInterface, DeleteAvailabilityRequestInterface, DeleteGroupRequestInterface, DeleteMeetingTypeRequestInterface, DeleteServiceRequestInterface, DoesCalendarExistRequestInterface, DoesCalendarExistResponseInterface, EnsureGroupCalendarsExistRequestInterface, EnsureGroupCalendarsExistResponseInterface, EnsurePersonalCalendarExistsRequestInterface, EnsurePersonalCalendarExistsResponseInterface, EnsureSessionEventCalendarsExistRequestInterface, EnsureSessionEventCalendarsExistResponseInterface, ListBookedMeetingsRequestFiltersInterface, ListAvailabilityRequestFiltersInterface, GetEntityAssociationRequestInterface, GetEntityAssociationResponseInterface, GetHostMeetingRequestInterface, GetHostMeetingResponseInterface, GetHostPreferencesRequestInterface, GetHostPreferencesResponseInterface, GetHostsForCalendarRequestInterface, GetHostsForCalendarResponseInterface, GetMeetingTypesForCalendarsRequestInterface, GetMeetingTypesForCalendarsResponseInterface, HostBookMeetingRequestInterface, HostBookMeetingResponseInterface, HostBookSessionRequestInterface, HostBookSessionResponseInterface, HostDeleteAttendeesRequestInterface, HostDetailsInterface, HostGetCalendarRequestInterface, HostGetCalendarResponseInterface, HostGetMeetingTypeRequestInterface, HostGetMeetingTypeResponseInterface, HostListMeetingTypesRequestInterface, HostListMeetingTypesResponseInterface, GetHostsForCalendarResponseHostUserAvailabilityRuleEntryInterface, IsCalendarConfiguredRequestInterface, IsCalendarConfiguredResponseInterface, IsHostConfiguredRequestInterface, IsHostConfiguredResponseInterface, ListAttendeesRequestInterface, ListAttendeesResponseInterface, ListAvailabilityRequestInterface, ListAvailabilityResponseInterface, ListAvailableTimeslotsForRecurringSessionRequestInterface, ListAvailableTimeslotsForRecurringSessionResponseInterface, ListAvailableTimeslotsForSessionRequestInterface, ListAvailableTimeslotsForSessionResponseInterface, ListBookedMeetingsRequestInterface, ListBookedMeetingsResponseInterface, ListGroupsRequestInterface, ListGroupsResponseInterface, ListServicesRequestInterface, ListServicesResponseInterface, MeetingInterface, MeetingTypeListInterface, UpdateMeetingMetadataRequestMetadataEntryInterface, MeetingMetadataEntryInterface, RecurrenceConfigInterface, RecurrenceEndInterface, RescheduleMeetingRequestInterface, SendMeetingRequestEmailRequestInterface, SessionAttendeesInterface, SetGeneralAvailabilityRequestInterface, TimeSlotsByWeekDayInterface, UpdateAvailabilityRequestInterface, UpdateCalendarRequestInterface, UpdateGroupRequestInterface, UpdateHostPreferencesRequestInterface, UpdateMeetingMetadataRequestInterface, UpdateMeetingTypeRequestInterface, UpdateServiceRequestInterface, WeekdayAvailabilityInterface, } from './meeting-host.interface';
|
|
12
12
|
export { AccessInterface, MCPOptionsInterface, } from './annotations.interface';
|
|
13
13
|
export { TimeOfDayInterface, } from './timeofday.interface';
|
|
14
14
|
export { DateTimeInterface, TimeZoneInterface, } from './datetime.interface';
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { DateRangeInterface } from './date-range.interface';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { EventTypeDateRangeInterface } from './meeting-type.interface';
|
|
3
|
+
import { IsoDateTimeRangeInterface, ContactInterface, AnswersInterface, HostUserInterface, HostOrderDetailsInterface, PagedRequestOptionsInterface, PagedResponseMetadataInterface } from './shared.interface';
|
|
4
|
+
import { TimeZoneInterface } from './';
|
|
5
|
+
import * as e from '../enums';
|
|
4
6
|
export interface AvailableTimeSlotsRequestInterface {
|
|
5
|
-
|
|
6
|
-
businessId?: string;
|
|
7
|
+
namespace?: string;
|
|
7
8
|
eventTypeId?: string;
|
|
8
9
|
timeSpan?: DateRangeInterface;
|
|
9
10
|
timeZone?: TimeZoneInterface;
|
|
@@ -13,9 +14,7 @@ export interface AvailableTimeSlotsResponseInterface {
|
|
|
13
14
|
timeSlots?: IsoDateTimeRangeInterface[];
|
|
14
15
|
}
|
|
15
16
|
export interface BookMeetingExternalRequestInterface {
|
|
16
|
-
|
|
17
|
-
businessId?: string;
|
|
18
|
-
userId?: string;
|
|
17
|
+
namespace?: string;
|
|
19
18
|
eventTypeId?: string;
|
|
20
19
|
start?: Date;
|
|
21
20
|
attendees?: ContactInterface[];
|
|
@@ -39,16 +38,31 @@ export interface BookMeetingExternalResponseInterface {
|
|
|
39
38
|
meetingLink?: string;
|
|
40
39
|
attendeeEmails?: string[];
|
|
41
40
|
}
|
|
41
|
+
export interface EventTypeInterface {
|
|
42
|
+
id?: string;
|
|
43
|
+
name?: string;
|
|
44
|
+
duration?: string;
|
|
45
|
+
description?: string;
|
|
46
|
+
bookingUrl?: string;
|
|
47
|
+
location?: string;
|
|
48
|
+
locationType?: e.MeetingLocationType;
|
|
49
|
+
locationGuidelines?: string;
|
|
50
|
+
isVideoConferencingEnabled?: boolean;
|
|
51
|
+
calendarType?: string;
|
|
52
|
+
hostUsers?: HostUserInterface[];
|
|
53
|
+
bookingWindow?: EventTypeDateRangeInterface;
|
|
54
|
+
meetingType?: e.TeamEventMeetingType;
|
|
55
|
+
hostOrderDetails?: HostOrderDetailsInterface[];
|
|
56
|
+
isEmailRequired?: boolean;
|
|
57
|
+
isPhoneNumberRequired?: boolean;
|
|
58
|
+
}
|
|
42
59
|
export interface ExternalCancelMeetingRequestInterface {
|
|
43
|
-
|
|
44
|
-
businessId?: string;
|
|
60
|
+
namespace?: string;
|
|
45
61
|
meetingId?: string;
|
|
46
62
|
cancellationReason?: string;
|
|
47
63
|
}
|
|
48
64
|
export interface ExternalRescheduleMeetingRequestInterface {
|
|
49
|
-
|
|
50
|
-
businessId?: string;
|
|
51
|
-
userId?: string;
|
|
65
|
+
namespace?: string;
|
|
52
66
|
meetingId?: string;
|
|
53
67
|
startTime?: Date;
|
|
54
68
|
location?: string;
|
|
@@ -68,9 +82,7 @@ export interface ExternalRescheduleMeetingResponseInterface {
|
|
|
68
82
|
cancelUrl?: string;
|
|
69
83
|
}
|
|
70
84
|
export interface GetUsersRequestInterface {
|
|
71
|
-
|
|
72
|
-
businessId?: string;
|
|
73
|
-
userId?: string;
|
|
85
|
+
namespace?: string;
|
|
74
86
|
pagedRequestOptions?: PagedRequestOptionsInterface;
|
|
75
87
|
}
|
|
76
88
|
export interface GetUsersResponseInterface {
|
|
@@ -85,9 +97,7 @@ export interface GroupResponseInterface {
|
|
|
85
97
|
hexColor?: string;
|
|
86
98
|
}
|
|
87
99
|
export interface GroupsRequestInterface {
|
|
88
|
-
|
|
89
|
-
businessId?: string;
|
|
90
|
-
userId?: string;
|
|
100
|
+
namespace?: string;
|
|
91
101
|
}
|
|
92
102
|
export interface GroupsResponseInterface {
|
|
93
103
|
groups?: GroupResponseInterface[];
|
|
@@ -96,6 +106,23 @@ export interface HostUserDetailsInterface {
|
|
|
96
106
|
hostUserId?: string;
|
|
97
107
|
hostUserName?: string;
|
|
98
108
|
}
|
|
109
|
+
export interface ListTeamEventTypesRequestInterface {
|
|
110
|
+
namespace?: string;
|
|
111
|
+
cursor?: string;
|
|
112
|
+
pageSize?: number;
|
|
113
|
+
}
|
|
114
|
+
export interface ListTeamEventTypesResponseInterface {
|
|
115
|
+
eventTypes?: EventTypeInterface[];
|
|
116
|
+
nextCursor?: string;
|
|
117
|
+
hasMore?: boolean;
|
|
118
|
+
}
|
|
119
|
+
export interface ListUserEventTypesRequestInterface {
|
|
120
|
+
namespace?: string;
|
|
121
|
+
userId?: string;
|
|
122
|
+
}
|
|
123
|
+
export interface ListUserEventTypesResponseInterface {
|
|
124
|
+
eventTypes?: EventTypeInterface[];
|
|
125
|
+
}
|
|
99
126
|
export interface ServiceResponseInterface {
|
|
100
127
|
id?: string;
|
|
101
128
|
name?: string;
|
|
@@ -104,9 +131,7 @@ export interface ServiceResponseInterface {
|
|
|
104
131
|
hexColor?: string;
|
|
105
132
|
}
|
|
106
133
|
export interface ServicesRequestInterface {
|
|
107
|
-
|
|
108
|
-
businessId?: string;
|
|
109
|
-
userId?: string;
|
|
134
|
+
namespace?: string;
|
|
110
135
|
}
|
|
111
136
|
export interface ServicesResponseInterface {
|
|
112
137
|
services?: ServiceResponseInterface[];
|
|
@@ -2,7 +2,7 @@ import { ContactInterface, AnswersInterface, CalendarInterface, HostInterface, H
|
|
|
2
2
|
import { DateRangeInterface } from './date-range.interface';
|
|
3
3
|
import { GroupInterface, ServiceInterface } from './groups-and-services.interface';
|
|
4
4
|
import { MeetingTypeInterface, FormInterface } from './meeting-type.interface';
|
|
5
|
-
import { TimeZoneInterface } from './
|
|
5
|
+
import { TimeZoneInterface } from './';
|
|
6
6
|
import * as e from '../enums';
|
|
7
7
|
export interface BookMeetingRequestInterface {
|
|
8
8
|
hostId?: string;
|
|
@@ -145,6 +145,7 @@ export interface GuestGetBookedMeetingResponseV2Interface {
|
|
|
145
145
|
cancelLink?: string;
|
|
146
146
|
timeZone?: TimeZoneInterface;
|
|
147
147
|
businessLogo?: string;
|
|
148
|
+
bookingUrl?: string;
|
|
148
149
|
}
|
|
149
150
|
export interface GuestIsHostConfiguredRequestInterface {
|
|
150
151
|
hostId?: string;
|
|
@@ -3,17 +3,17 @@ import { FieldMaskInterface } from './field-mask.interface';
|
|
|
3
3
|
import { GroupInterface, ServiceInterface } from './groups-and-services.interface';
|
|
4
4
|
import { MeetingTypeInterface, RegistrationCutOffInterface } from './meeting-type.interface';
|
|
5
5
|
import { TimeRangeInterface, CalendarInterface, PreferencesInterface, HostUserInterface, ContactInterface, EmailsToDeleteInterface, PagedRequestOptionsInterface, PagedResponseMetadataInterface, IsoDateTimeRangeInterface, AttendeeInterface, AnswersInterface, AttachmentInterface } from './shared.interface';
|
|
6
|
-
import { TimeZoneInterface } from './
|
|
6
|
+
import { TimeZoneInterface } from './';
|
|
7
7
|
import * as e from '../enums';
|
|
8
|
-
export interface
|
|
8
|
+
export interface BuildHostIdRequestApplicationContextPropertiesEntryInterface {
|
|
9
9
|
key?: string;
|
|
10
10
|
value?: string;
|
|
11
11
|
}
|
|
12
|
-
export interface
|
|
12
|
+
export interface EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface {
|
|
13
13
|
key?: string;
|
|
14
14
|
value?: string;
|
|
15
15
|
}
|
|
16
|
-
export interface
|
|
16
|
+
export interface IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface {
|
|
17
17
|
key?: string;
|
|
18
18
|
value?: string;
|
|
19
19
|
}
|
|
@@ -49,6 +49,13 @@ export interface CancelMeetingRequestInterface {
|
|
|
49
49
|
isSeriesCancellation?: boolean;
|
|
50
50
|
sessionId?: string;
|
|
51
51
|
}
|
|
52
|
+
export interface CheckEventTypeSlugExistRequestInterface {
|
|
53
|
+
calendarId?: string;
|
|
54
|
+
slugIdentifier?: string;
|
|
55
|
+
}
|
|
56
|
+
export interface CheckEventTypeSlugExistResponseInterface {
|
|
57
|
+
exists?: boolean;
|
|
58
|
+
}
|
|
52
59
|
export interface CheckGroupOrServiceSlugExistRequestInterface {
|
|
53
60
|
hostId?: string;
|
|
54
61
|
slugIdentifier?: string;
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
import { AvailableTimeSlotsRequest, AvailableTimeSlotsResponse, BookMeetingExternalRequest, BookMeetingExternalResponse, ExternalCancelMeetingRequest, ExternalRescheduleMeetingRequest, ExternalRescheduleMeetingResponse, GetUsersRequest, GetUsersResponse, GroupsRequest, GroupsResponse, ServicesRequest, ServicesResponse } from './objects/';
|
|
2
|
-
import { AvailableTimeSlotsRequestInterface, BookMeetingExternalRequestInterface, ExternalCancelMeetingRequestInterface, ExternalRescheduleMeetingRequestInterface, GetUsersRequestInterface, GroupsRequestInterface, ServicesRequestInterface } from './interfaces/';
|
|
3
|
-
import {
|
|
4
|
-
import { HostService } from '../_generated/host.service';
|
|
1
|
+
import { AvailableTimeSlotsRequest, AvailableTimeSlotsResponse, BookMeetingExternalRequest, BookMeetingExternalResponse, ExternalCancelMeetingRequest, ExternalRescheduleMeetingRequest, ExternalRescheduleMeetingResponse, GetUsersRequest, GetUsersResponse, GroupsRequest, GroupsResponse, ListTeamEventTypesRequest, ListTeamEventTypesResponse, ListUserEventTypesRequest, ListUserEventTypesResponse, ServicesRequest, ServicesResponse } from './objects/';
|
|
2
|
+
import { AvailableTimeSlotsRequestInterface, BookMeetingExternalRequestInterface, ExternalCancelMeetingRequestInterface, ExternalRescheduleMeetingRequestInterface, GetUsersRequestInterface, GroupsRequestInterface, ListTeamEventTypesRequestInterface, ListUserEventTypesRequestInterface, ServicesRequestInterface } 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 MeetingExternalApiService {
|
|
8
|
-
private
|
|
9
|
-
private
|
|
7
|
+
private readonly hostService;
|
|
8
|
+
private readonly http;
|
|
10
9
|
private _host;
|
|
11
|
-
constructor(http: HttpClient, hostService: HostService);
|
|
12
10
|
private apiOptions;
|
|
13
11
|
listGroups(r: GroupsRequest | GroupsRequestInterface): Observable<GroupsResponse>;
|
|
14
12
|
listServices(r: ServicesRequest | ServicesRequestInterface): Observable<ServicesResponse>;
|
|
@@ -17,6 +15,8 @@ export declare class MeetingExternalApiService {
|
|
|
17
15
|
listAvailableTimeSlots(r: AvailableTimeSlotsRequest | AvailableTimeSlotsRequestInterface): Observable<AvailableTimeSlotsResponse>;
|
|
18
16
|
rescheduleMeeting(r: ExternalRescheduleMeetingRequest | ExternalRescheduleMeetingRequestInterface): Observable<ExternalRescheduleMeetingResponse>;
|
|
19
17
|
cancelMeeting(r: ExternalCancelMeetingRequest | ExternalCancelMeetingRequestInterface): Observable<HttpResponse<null>>;
|
|
18
|
+
listTeamEventTypes(r: ListTeamEventTypesRequest | ListTeamEventTypesRequestInterface): Observable<ListTeamEventTypesResponse>;
|
|
19
|
+
listUserEventTypes(r: ListUserEventTypesRequest | ListUserEventTypesRequestInterface): Observable<ListUserEventTypesResponse>;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<MeetingExternalApiService, never>;
|
|
21
21
|
static ɵprov: i0.ɵɵInjectableDeclaration<MeetingExternalApiService>;
|
|
22
22
|
}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { BookMeetingRequest, BookMeetingResponse, CheckFeatureFlagRequest, CheckFeatureFlagResponse, GetCalendarRequest, GetCalendarResponse, GetGroupRequest, GetGroupResponse, GetHostRequest, GetHostResponse, GetMeetingCalendarInfoRequest, GetMeetingCalendarInfoResponse, GetMeetingTypeRequest, GetMeetingTypeResponse, GetServiceRequest, GetServiceResponse, GetSessionInviteeMeetingInfoRequest, GetSessionInviteeMeetingInfoResponse, GetSessionMeetingRequest, GetSessionMeetingResponse, GuestCancelMeetingRequest, GuestGetBookedMeetingRequest, GuestGetBookedMeetingRequestV2, GuestGetBookedMeetingResponse, GuestGetBookedMeetingResponseV2, GuestIsHostConfiguredRequest, GuestIsHostConfiguredResponse, GuestRescheduleMeetingRequest, InviteeDeregisterSessionMeetingRequest, InviteeRegisterSessionMeetingRequest, ListAvailableTimeSlotsRequest, ListAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse } from './objects/';
|
|
2
2
|
import { BookMeetingRequestInterface, CheckFeatureFlagRequestInterface, GetCalendarRequestInterface, GetGroupRequestInterface, GetHostRequestInterface, GetMeetingCalendarInfoRequestInterface, GetMeetingTypeRequestInterface, GetServiceRequestInterface, GetSessionInviteeMeetingInfoRequestInterface, GetSessionMeetingRequestInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestGetBookedMeetingRequestV2Interface, GuestIsHostConfiguredRequestInterface, GuestRescheduleMeetingRequestInterface, InviteeDeregisterSessionMeetingRequestInterface, InviteeRegisterSessionMeetingRequestInterface, ListAvailableTimeSlotsRequestInterface, ListMeetingTypesRequestInterface } from './interfaces/';
|
|
3
|
-
import {
|
|
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 MeetingGuestApiService {
|
|
8
|
-
private
|
|
9
|
-
private
|
|
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>;
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
import { BookMeetingRequest, BookMeetingResponse, BuildHostIdRequest, BuildHostIdResponse, CalendarMigrationResponse, CancelMeetingRequest, 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, GetGroupRequest, GetGroupResponse, GetHostMeetingRequest, GetHostMeetingResponse, GetHostPreferencesRequest, GetHostPreferencesResponse, GetHostsForCalendarRequest, GetHostsForCalendarResponse, GetMeetingTypesForCalendarsRequest, GetMeetingTypesForCalendarsResponse, GetServiceRequest, GetServiceResponse, HostBookMeetingRequest, HostBookMeetingResponse, HostBookSessionRequest, HostBookSessionResponse, HostDeleteAttendeesRequest, HostGetCalendarRequest, HostGetCalendarResponse, HostGetMeetingTypeRequest, HostGetMeetingTypeResponse, HostListMeetingTypesRequest, HostListMeetingTypesResponse, IsCalendarConfiguredRequest, IsCalendarConfiguredResponse, IsHostConfiguredRequest, IsHostConfiguredResponse, ListAttendeesRequest, ListAttendeesResponse, ListAvailabilityRequest, ListAvailabilityResponse, ListAvailableTimeslotsForRecurringSessionRequest, ListAvailableTimeslotsForRecurringSessionResponse, ListAvailableTimeslotsForSessionRequest, ListAvailableTimeslotsForSessionResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, ListGroupsRequest, ListGroupsResponse, ListServicesRequest, ListServicesResponse, RescheduleMeetingRequest, SendMeetingRequestEmailRequest, SetGeneralAvailabilityRequest, UpdateAvailabilityRequest, UpdateCalendarRequest, UpdateGroupRequest, UpdateHostPreferencesRequest, UpdateMeetingMetadataRequest, UpdateMeetingTypeRequest, UpdateServiceRequest } from './objects/';
|
|
2
|
-
import { BookMeetingRequestInterface, BuildHostIdRequestInterface, CancelMeetingRequestInterface, CheckGroupOrServiceSlugExistRequestInterface, CreateAvailabilityRequestInterface, CreateCalendarRequestInterface, CreateDefaultMeetingTypesRequestInterface, CreateGroupRequestInterface, CreateMeetingTypeRequestInterface, CreateServiceRequestInterface, DeleteAvailabilityRequestInterface, DeleteGroupRequestInterface, DeleteMeetingTypeRequestInterface, DeleteServiceRequestInterface, DoesCalendarExistRequestInterface, EnsureGroupCalendarsExistRequestInterface, EnsurePersonalCalendarExistsRequestInterface, EnsureSessionEventCalendarsExistRequestInterface, GetEntityAssociationRequestInterface, GetGroupRequestInterface, GetHostMeetingRequestInterface, GetHostPreferencesRequestInterface, GetHostsForCalendarRequestInterface, GetMeetingTypesForCalendarsRequestInterface, GetServiceRequestInterface, HostBookMeetingRequestInterface, HostBookSessionRequestInterface, HostDeleteAttendeesRequestInterface, HostGetCalendarRequestInterface, HostGetMeetingTypeRequestInterface, HostListMeetingTypesRequestInterface, IsCalendarConfiguredRequestInterface, IsHostConfiguredRequestInterface, ListAttendeesRequestInterface, ListAvailabilityRequestInterface, ListAvailableTimeslotsForRecurringSessionRequestInterface, ListAvailableTimeslotsForSessionRequestInterface, ListBookedMeetingsRequestInterface, ListGroupsRequestInterface, ListServicesRequestInterface, RescheduleMeetingRequestInterface, SendMeetingRequestEmailRequestInterface, SetGeneralAvailabilityRequestInterface, UpdateAvailabilityRequestInterface, UpdateCalendarRequestInterface, UpdateGroupRequestInterface, UpdateHostPreferencesRequestInterface, UpdateMeetingMetadataRequestInterface, UpdateMeetingTypeRequestInterface, UpdateServiceRequestInterface } from './interfaces/';
|
|
3
|
-
import {
|
|
4
|
-
import { HostService } from '../_generated/host.service';
|
|
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, GetGroupRequest, GetGroupResponse, GetHostMeetingRequest, GetHostMeetingResponse, GetHostPreferencesRequest, GetHostPreferencesResponse, GetHostsForCalendarRequest, GetHostsForCalendarResponse, GetMeetingTypesForCalendarsRequest, GetMeetingTypesForCalendarsResponse, GetServiceRequest, GetServiceResponse, HostBookMeetingRequest, HostBookMeetingResponse, HostBookSessionRequest, HostBookSessionResponse, HostDeleteAttendeesRequest, HostGetCalendarRequest, HostGetCalendarResponse, HostGetMeetingTypeRequest, HostGetMeetingTypeResponse, HostListMeetingTypesRequest, HostListMeetingTypesResponse, IsCalendarConfiguredRequest, IsCalendarConfiguredResponse, IsHostConfiguredRequest, IsHostConfiguredResponse, ListAttendeesRequest, ListAttendeesResponse, ListAvailabilityRequest, ListAvailabilityResponse, ListAvailableTimeslotsForRecurringSessionRequest, ListAvailableTimeslotsForRecurringSessionResponse, ListAvailableTimeslotsForSessionRequest, ListAvailableTimeslotsForSessionResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, 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, GetGroupRequestInterface, GetHostMeetingRequestInterface, GetHostPreferencesRequestInterface, GetHostsForCalendarRequestInterface, GetMeetingTypesForCalendarsRequestInterface, GetServiceRequestInterface, HostBookMeetingRequestInterface, HostBookSessionRequestInterface, HostDeleteAttendeesRequestInterface, HostGetCalendarRequestInterface, HostGetMeetingTypeRequestInterface, HostListMeetingTypesRequestInterface, IsCalendarConfiguredRequestInterface, IsHostConfiguredRequestInterface, ListAttendeesRequestInterface, ListAvailabilityRequestInterface, ListAvailableTimeslotsForRecurringSessionRequestInterface, ListAvailableTimeslotsForSessionRequestInterface, ListBookedMeetingsRequestInterface, ListGroupsRequestInterface, ListServicesRequestInterface, RescheduleMeetingRequestInterface, SendMeetingRequestEmailRequestInterface, SetGeneralAvailabilityRequestInterface, UpdateAvailabilityRequestInterface, UpdateCalendarRequestInterface, UpdateGroupRequestInterface, UpdateHostPreferencesRequestInterface, UpdateMeetingMetadataRequestInterface, UpdateMeetingTypeRequestInterface, UpdateServiceRequestInterface } 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 MeetingHostApiService {
|
|
8
|
-
private
|
|
9
|
-
private
|
|
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>;
|
|
@@ -54,6 +52,7 @@ export declare class MeetingHostApiService {
|
|
|
54
52
|
getGroup(r: GetGroupRequest | GetGroupRequestInterface): Observable<GetGroupResponse>;
|
|
55
53
|
getService(r: GetServiceRequest | GetServiceRequestInterface): Observable<GetServiceResponse>;
|
|
56
54
|
checkGroupOrServiceSlugExist(r: CheckGroupOrServiceSlugExistRequest | CheckGroupOrServiceSlugExistRequestInterface): Observable<CheckGroupOrServiceSlugExistResponse>;
|
|
55
|
+
checkEventTypeSlugExist(r: CheckEventTypeSlugExistRequest | CheckEventTypeSlugExistRequestInterface): Observable<CheckEventTypeSlugExistResponse>;
|
|
57
56
|
hostBookMeeting(r: BookMeetingRequest | BookMeetingRequestInterface): Observable<BookMeetingResponse>;
|
|
58
57
|
getEntityAssociations(r: GetEntityAssociationRequest | GetEntityAssociationRequestInterface): Observable<GetEntityAssociationResponse>;
|
|
59
58
|
hostBookSession(r: HostBookSessionRequest | HostBookSessionRequestInterface): Observable<HostBookSessionResponse>;
|
|
@@ -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
|
|
9
|
-
private
|
|
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>;
|
|
@@ -6,9 +6,9 @@ export { DateRange, } from './date-range';
|
|
|
6
6
|
export { EventTypeDateRange, Field, Form, MeetingType, RegistrationCutOff, RelativeDateRange, } from './meeting-type';
|
|
7
7
|
export { EventGroupAndServiceAssociations, Group, Service, } from './groups-and-services';
|
|
8
8
|
export { BookMeetingRequest, BookMeetingResponse, CheckFeatureFlagRequest, CheckFeatureFlagResponse, GetCalendarRequest, GetCalendarResponse, GetGroupRequest, GetGroupResponse, GetHostRequest, GetHostResponse, GetMeetingCalendarInfoRequest, GetMeetingCalendarInfoResponse, GetMeetingTypeRequest, GetMeetingTypeResponse, GetServiceRequest, GetServiceResponse, GetSessionInviteeMeetingInfoRequest, GetSessionInviteeMeetingInfoResponse, GetSessionMeetingRequest, GetSessionMeetingResponse, GuestCancelMeetingRequest, GuestGetBookedMeetingRequest, GuestGetBookedMeetingRequestV2, GuestGetBookedMeetingResponse, GuestGetBookedMeetingResponseV2, GuestIsHostConfiguredRequest, GuestIsHostConfiguredResponse, GuestRescheduleMeetingRequest, InviteeDeregisterSessionMeetingRequest, InviteeRegisterSessionMeetingRequest, ListAvailableTimeSlotsRequest, ListAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse, BookMeetingRequestMetadataEntry, RegisterSessionRequest, } from './meeting-guest';
|
|
9
|
-
export { AvailableTimeSlotsRequest, AvailableTimeSlotsResponse, BookMeetingExternalRequest, BookMeetingExternalResponse, ExternalCancelMeetingRequest, ExternalRescheduleMeetingRequest, ExternalRescheduleMeetingResponse, GetUsersRequest, GetUsersResponse, GroupResponse, GroupsRequest, GroupsResponse, HostUserDetails, ServiceResponse, ServicesRequest, ServicesResponse, UserResponse, } from './meeting-external';
|
|
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 {
|
|
11
|
+
export { BuildHostIdRequestApplicationContextPropertiesEntry, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntry, IsCalendarConfiguredRequestApplicationContextPropertiesEntry, AvailabilityRule, AvailabilityRuleList, BuildHostIdRequest, BuildHostIdResponse, GetMeetingTypesForCalendarsResponseCalendarMeetingTypesMapEntry, CalendarMigrationResponse, CancelMeetingRequest, CheckEventTypeSlugExistRequest, CheckEventTypeSlugExistResponse, CheckGroupOrServiceSlugExistRequest, CheckGroupOrServiceSlugExistResponse, CreateAvailabilityRequest, CreateAvailabilityResponse, CreateCalendarRequest, CreateCalendarResponse, CreateDefaultMeetingTypesRequest, CreateGroupRequest, CreateGroupResponse, CreateMeetingTypeRequest, CreateMeetingTypeResponse, CreateServiceRequest, CreateServiceResponse, DeleteAvailabilityRequest, DeleteGroupRequest, DeleteMeetingTypeRequest, DeleteServiceRequest, DoesCalendarExistRequest, DoesCalendarExistResponse, EnsureGroupCalendarsExistRequest, EnsureGroupCalendarsExistResponse, EnsurePersonalCalendarExistsRequest, EnsurePersonalCalendarExistsResponse, EnsureSessionEventCalendarsExistRequest, EnsureSessionEventCalendarsExistResponse, ListBookedMeetingsRequestFilters, ListAvailabilityRequestFilters, GetEntityAssociationRequest, GetEntityAssociationResponse, GetHostMeetingRequest, GetHostMeetingResponse, GetHostPreferencesRequest, GetHostPreferencesResponse, GetHostsForCalendarRequest, GetHostsForCalendarResponse, GetMeetingTypesForCalendarsRequest, GetMeetingTypesForCalendarsResponse, HostBookMeetingRequest, HostBookMeetingResponse, HostBookSessionRequest, HostBookSessionResponse, HostDeleteAttendeesRequest, HostDetails, HostGetCalendarRequest, HostGetCalendarResponse, HostGetMeetingTypeRequest, HostGetMeetingTypeResponse, HostListMeetingTypesRequest, HostListMeetingTypesResponse, GetHostsForCalendarResponseHostUserAvailabilityRuleEntry, IsCalendarConfiguredRequest, IsCalendarConfiguredResponse, IsHostConfiguredRequest, IsHostConfiguredResponse, ListAttendeesRequest, ListAttendeesResponse, ListAvailabilityRequest, ListAvailabilityResponse, ListAvailableTimeslotsForRecurringSessionRequest, ListAvailableTimeslotsForRecurringSessionResponse, ListAvailableTimeslotsForSessionRequest, ListAvailableTimeslotsForSessionResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, ListGroupsRequest, ListGroupsResponse, ListServicesRequest, ListServicesResponse, Meeting, MeetingTypeList, UpdateMeetingMetadataRequestMetadataEntry, MeetingMetadataEntry, RecurrenceConfig, RecurrenceEnd, RescheduleMeetingRequest, SendMeetingRequestEmailRequest, SessionAttendees, SetGeneralAvailabilityRequest, TimeSlotsByWeekDay, UpdateAvailabilityRequest, UpdateCalendarRequest, UpdateGroupRequest, UpdateHostPreferencesRequest, UpdateMeetingMetadataRequest, UpdateMeetingTypeRequest, UpdateServiceRequest, WeekdayAvailability, } from './meeting-host';
|
|
12
12
|
export { Access, MCPOptions, } from './annotations';
|
|
13
13
|
export { TimeOfDay, } from './timeofday';
|
|
14
14
|
export { DateTime, TimeZone, } from './datetime';
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import * as i from '../interfaces';
|
|
2
2
|
import { DateRange } from './date-range';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { EventTypeDateRange } from './meeting-type';
|
|
4
|
+
import { IsoDateTimeRange, Contact, Answers, HostUser, HostOrderDetails, PagedRequestOptions, PagedResponseMetadata } from './shared';
|
|
5
|
+
import { TimeZone } from './';
|
|
6
|
+
import * as e from '../enums';
|
|
5
7
|
export declare function enumStringToValue<E>(enumRef: any, value: string): E;
|
|
6
8
|
export declare class AvailableTimeSlotsRequest implements i.AvailableTimeSlotsRequestInterface {
|
|
7
|
-
|
|
8
|
-
businessId: string;
|
|
9
|
+
namespace: string;
|
|
9
10
|
eventTypeId: string;
|
|
10
11
|
timeSpan: DateRange;
|
|
11
12
|
timeZone: TimeZone;
|
|
@@ -21,9 +22,7 @@ export declare class AvailableTimeSlotsResponse implements i.AvailableTimeSlotsR
|
|
|
21
22
|
toApiJson(): object;
|
|
22
23
|
}
|
|
23
24
|
export declare class BookMeetingExternalRequest implements i.BookMeetingExternalRequestInterface {
|
|
24
|
-
|
|
25
|
-
businessId: string;
|
|
26
|
-
userId: string;
|
|
25
|
+
namespace: string;
|
|
27
26
|
eventTypeId: string;
|
|
28
27
|
start: Date;
|
|
29
28
|
attendees: Contact[];
|
|
@@ -53,9 +52,29 @@ export declare class BookMeetingExternalResponse implements i.BookMeetingExterna
|
|
|
53
52
|
constructor(kwargs?: i.BookMeetingExternalResponseInterface);
|
|
54
53
|
toApiJson(): object;
|
|
55
54
|
}
|
|
55
|
+
export declare class EventType implements i.EventTypeInterface {
|
|
56
|
+
id: string;
|
|
57
|
+
name: string;
|
|
58
|
+
duration: string;
|
|
59
|
+
description: string;
|
|
60
|
+
bookingUrl: string;
|
|
61
|
+
location: string;
|
|
62
|
+
locationType: e.MeetingLocationType;
|
|
63
|
+
locationGuidelines: string;
|
|
64
|
+
isVideoConferencingEnabled: boolean;
|
|
65
|
+
calendarType: string;
|
|
66
|
+
hostUsers: HostUser[];
|
|
67
|
+
bookingWindow: EventTypeDateRange;
|
|
68
|
+
meetingType: e.TeamEventMeetingType;
|
|
69
|
+
hostOrderDetails: HostOrderDetails[];
|
|
70
|
+
isEmailRequired: boolean;
|
|
71
|
+
isPhoneNumberRequired: boolean;
|
|
72
|
+
static fromProto(proto: any): EventType;
|
|
73
|
+
constructor(kwargs?: i.EventTypeInterface);
|
|
74
|
+
toApiJson(): object;
|
|
75
|
+
}
|
|
56
76
|
export declare class ExternalCancelMeetingRequest implements i.ExternalCancelMeetingRequestInterface {
|
|
57
|
-
|
|
58
|
-
businessId: string;
|
|
77
|
+
namespace: string;
|
|
59
78
|
meetingId: string;
|
|
60
79
|
cancellationReason: string;
|
|
61
80
|
static fromProto(proto: any): ExternalCancelMeetingRequest;
|
|
@@ -63,9 +82,7 @@ export declare class ExternalCancelMeetingRequest implements i.ExternalCancelMee
|
|
|
63
82
|
toApiJson(): object;
|
|
64
83
|
}
|
|
65
84
|
export declare class ExternalRescheduleMeetingRequest implements i.ExternalRescheduleMeetingRequestInterface {
|
|
66
|
-
|
|
67
|
-
businessId: string;
|
|
68
|
-
userId: string;
|
|
85
|
+
namespace: string;
|
|
69
86
|
meetingId: string;
|
|
70
87
|
startTime: Date;
|
|
71
88
|
location: string;
|
|
@@ -91,9 +108,7 @@ export declare class ExternalRescheduleMeetingResponse implements i.ExternalResc
|
|
|
91
108
|
toApiJson(): object;
|
|
92
109
|
}
|
|
93
110
|
export declare class GetUsersRequest implements i.GetUsersRequestInterface {
|
|
94
|
-
|
|
95
|
-
businessId: string;
|
|
96
|
-
userId: string;
|
|
111
|
+
namespace: string;
|
|
97
112
|
pagedRequestOptions: PagedRequestOptions;
|
|
98
113
|
static fromProto(proto: any): GetUsersRequest;
|
|
99
114
|
constructor(kwargs?: i.GetUsersRequestInterface);
|
|
@@ -117,9 +132,7 @@ export declare class GroupResponse implements i.GroupResponseInterface {
|
|
|
117
132
|
toApiJson(): object;
|
|
118
133
|
}
|
|
119
134
|
export declare class GroupsRequest implements i.GroupsRequestInterface {
|
|
120
|
-
|
|
121
|
-
businessId: string;
|
|
122
|
-
userId: string;
|
|
135
|
+
namespace: string;
|
|
123
136
|
static fromProto(proto: any): GroupsRequest;
|
|
124
137
|
constructor(kwargs?: i.GroupsRequestInterface);
|
|
125
138
|
toApiJson(): object;
|
|
@@ -137,6 +150,35 @@ export declare class HostUserDetails implements i.HostUserDetailsInterface {
|
|
|
137
150
|
constructor(kwargs?: i.HostUserDetailsInterface);
|
|
138
151
|
toApiJson(): object;
|
|
139
152
|
}
|
|
153
|
+
export declare class ListTeamEventTypesRequest implements i.ListTeamEventTypesRequestInterface {
|
|
154
|
+
namespace: string;
|
|
155
|
+
cursor: string;
|
|
156
|
+
pageSize: number;
|
|
157
|
+
static fromProto(proto: any): ListTeamEventTypesRequest;
|
|
158
|
+
constructor(kwargs?: i.ListTeamEventTypesRequestInterface);
|
|
159
|
+
toApiJson(): object;
|
|
160
|
+
}
|
|
161
|
+
export declare class ListTeamEventTypesResponse implements i.ListTeamEventTypesResponseInterface {
|
|
162
|
+
eventTypes: EventType[];
|
|
163
|
+
nextCursor: string;
|
|
164
|
+
hasMore: boolean;
|
|
165
|
+
static fromProto(proto: any): ListTeamEventTypesResponse;
|
|
166
|
+
constructor(kwargs?: i.ListTeamEventTypesResponseInterface);
|
|
167
|
+
toApiJson(): object;
|
|
168
|
+
}
|
|
169
|
+
export declare class ListUserEventTypesRequest implements i.ListUserEventTypesRequestInterface {
|
|
170
|
+
namespace: string;
|
|
171
|
+
userId: string;
|
|
172
|
+
static fromProto(proto: any): ListUserEventTypesRequest;
|
|
173
|
+
constructor(kwargs?: i.ListUserEventTypesRequestInterface);
|
|
174
|
+
toApiJson(): object;
|
|
175
|
+
}
|
|
176
|
+
export declare class ListUserEventTypesResponse implements i.ListUserEventTypesResponseInterface {
|
|
177
|
+
eventTypes: EventType[];
|
|
178
|
+
static fromProto(proto: any): ListUserEventTypesResponse;
|
|
179
|
+
constructor(kwargs?: i.ListUserEventTypesResponseInterface);
|
|
180
|
+
toApiJson(): object;
|
|
181
|
+
}
|
|
140
182
|
export declare class ServiceResponse implements i.ServiceResponseInterface {
|
|
141
183
|
id: string;
|
|
142
184
|
name: string;
|
|
@@ -148,9 +190,7 @@ export declare class ServiceResponse implements i.ServiceResponseInterface {
|
|
|
148
190
|
toApiJson(): object;
|
|
149
191
|
}
|
|
150
192
|
export declare class ServicesRequest implements i.ServicesRequestInterface {
|
|
151
|
-
|
|
152
|
-
businessId: string;
|
|
153
|
-
userId: string;
|
|
193
|
+
namespace: string;
|
|
154
194
|
static fromProto(proto: any): ServicesRequest;
|
|
155
195
|
constructor(kwargs?: i.ServicesRequestInterface);
|
|
156
196
|
toApiJson(): object;
|
|
@@ -3,7 +3,7 @@ import { Contact, Answers, Calendar, Host, HostUser, IsoDateTimeRange } from './
|
|
|
3
3
|
import { DateRange } from './date-range';
|
|
4
4
|
import { Group, Service } from './groups-and-services';
|
|
5
5
|
import { MeetingType, Form } from './meeting-type';
|
|
6
|
-
import { TimeZone } from './
|
|
6
|
+
import { TimeZone } from './';
|
|
7
7
|
import * as e from '../enums';
|
|
8
8
|
export declare function enumStringToValue<E>(enumRef: any, value: string): E;
|
|
9
9
|
export declare class BookMeetingRequest implements i.BookMeetingRequestInterface {
|
|
@@ -219,6 +219,7 @@ export declare class GuestGetBookedMeetingResponseV2 implements i.GuestGetBooked
|
|
|
219
219
|
cancelLink: string;
|
|
220
220
|
timeZone: TimeZone;
|
|
221
221
|
businessLogo: string;
|
|
222
|
+
bookingUrl: string;
|
|
222
223
|
static fromProto(proto: any): GuestGetBookedMeetingResponseV2;
|
|
223
224
|
constructor(kwargs?: i.GuestGetBookedMeetingResponseV2Interface);
|
|
224
225
|
toApiJson(): object;
|
|
@@ -4,16 +4,9 @@ import { FieldMask } from './field-mask';
|
|
|
4
4
|
import { Group, Service } from './groups-and-services';
|
|
5
5
|
import { MeetingType, RegistrationCutOff } from './meeting-type';
|
|
6
6
|
import { TimeRange, Calendar, Preferences, HostUser, Contact, EmailsToDelete, PagedRequestOptions, PagedResponseMetadata, IsoDateTimeRange, Attendee, Answers, Attachment } from './shared';
|
|
7
|
-
import { TimeZone } from './
|
|
7
|
+
import { TimeZone } from './';
|
|
8
8
|
import * as e from '../enums';
|
|
9
9
|
export declare function enumStringToValue<E>(enumRef: any, value: string): E;
|
|
10
|
-
export declare class IsCalendarConfiguredRequestApplicationContextPropertiesEntry implements i.IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface {
|
|
11
|
-
key: string;
|
|
12
|
-
value: string;
|
|
13
|
-
static fromProto(proto: any): IsCalendarConfiguredRequestApplicationContextPropertiesEntry;
|
|
14
|
-
constructor(kwargs?: i.IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface);
|
|
15
|
-
toApiJson(): object;
|
|
16
|
-
}
|
|
17
10
|
export declare class BuildHostIdRequestApplicationContextPropertiesEntry implements i.BuildHostIdRequestApplicationContextPropertiesEntryInterface {
|
|
18
11
|
key: string;
|
|
19
12
|
value: string;
|
|
@@ -28,6 +21,13 @@ export declare class EnsurePersonalCalendarExistsRequestApplicationContextProper
|
|
|
28
21
|
constructor(kwargs?: i.EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface);
|
|
29
22
|
toApiJson(): object;
|
|
30
23
|
}
|
|
24
|
+
export declare class IsCalendarConfiguredRequestApplicationContextPropertiesEntry implements i.IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface {
|
|
25
|
+
key: string;
|
|
26
|
+
value: string;
|
|
27
|
+
static fromProto(proto: any): IsCalendarConfiguredRequestApplicationContextPropertiesEntry;
|
|
28
|
+
constructor(kwargs?: i.IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface);
|
|
29
|
+
toApiJson(): object;
|
|
30
|
+
}
|
|
31
31
|
export declare class AvailabilityRule implements i.AvailabilityRuleInterface {
|
|
32
32
|
hostId: string;
|
|
33
33
|
meetingTypeId: string;
|
|
@@ -81,6 +81,19 @@ export declare class CancelMeetingRequest implements i.CancelMeetingRequestInter
|
|
|
81
81
|
constructor(kwargs?: i.CancelMeetingRequestInterface);
|
|
82
82
|
toApiJson(): object;
|
|
83
83
|
}
|
|
84
|
+
export declare class CheckEventTypeSlugExistRequest implements i.CheckEventTypeSlugExistRequestInterface {
|
|
85
|
+
calendarId: string;
|
|
86
|
+
slugIdentifier: string;
|
|
87
|
+
static fromProto(proto: any): CheckEventTypeSlugExistRequest;
|
|
88
|
+
constructor(kwargs?: i.CheckEventTypeSlugExistRequestInterface);
|
|
89
|
+
toApiJson(): object;
|
|
90
|
+
}
|
|
91
|
+
export declare class CheckEventTypeSlugExistResponse implements i.CheckEventTypeSlugExistResponseInterface {
|
|
92
|
+
exists: boolean;
|
|
93
|
+
static fromProto(proto: any): CheckEventTypeSlugExistResponse;
|
|
94
|
+
constructor(kwargs?: i.CheckEventTypeSlugExistResponseInterface);
|
|
95
|
+
toApiJson(): object;
|
|
96
|
+
}
|
|
84
97
|
export declare class CheckGroupOrServiceSlugExistRequest implements i.CheckGroupOrServiceSlugExistRequestInterface {
|
|
85
98
|
hostId: string;
|
|
86
99
|
slugIdentifier: string;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i from '../interfaces';
|
|
2
|
-
import { TimeOfDay } from './
|
|
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
|
|
9
|
-
private
|
|
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>;
|
|
@@ -199,6 +199,10 @@ export declare class HostService {
|
|
|
199
199
|
slugIdentifier: string;
|
|
200
200
|
category: string;
|
|
201
201
|
}): Observable<boolean>;
|
|
202
|
+
checkEventTypeSlugExist(req: {
|
|
203
|
+
calendarId: string;
|
|
204
|
+
slugIdentifier: string;
|
|
205
|
+
}): Observable<boolean>;
|
|
202
206
|
getEntityAssociations(req: {
|
|
203
207
|
entityId: string;
|
|
204
208
|
}): Observable<EntityAssociations>;
|
package/lib/index.d.ts
CHANGED
|
@@ -6,4 +6,4 @@ export { addMetadataToBookingLink } from './host/url';
|
|
|
6
6
|
export { MeetingSource, MeetingSourceStatus, DayOfWeek, FormFieldType, CalendarType, MeetingLocation, MeetingLocationType, CalendarSource, RelativeTimeUnit, DateRangeType, TeamEventMeetingType, OnBoardingState, RegistrationCutOffUnit, NotificationType, BookingSource, FeatureFlagFieldType } from './_internal/enums/index';
|
|
7
7
|
export { MeetingSourceQuery, MeetingSourceInfo, MeetingSourceListResponse, Contact, WeekdayAvailability, CreateCalendarRequest, CreateCalendarResponse, CheckFeatureFlagRequest, CheckFeatureFlagResponse, } from './_internal/objects/index';
|
|
8
8
|
export { Host, TimeSpan, PagedResponse, 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';
|
|
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, } from './_internal/interfaces/index';
|
|
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, } from './_internal/interfaces/index';
|