@vendasta/meetings 1.5.6 → 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 +13 -9
- package/esm2020/lib/_internal/meeting-guest.api.service.mjs +7 -8
- package/esm2020/lib/_internal/meeting-host.api.service.mjs +7 -8
- package/esm2020/lib/_internal/meeting-source-api.api.service.mjs +7 -8
- package/esm2020/lib/_internal/objects/index.mjs +2 -2
- package/esm2020/lib/_internal/objects/meeting-external.mjs +64 -60
- package/esm2020/lib/_internal/objects/meeting-guest.mjs +5 -2
- package/esm2020/lib/_internal/objects/meeting-host.mjs +2 -2
- package/esm2020/lib/_internal/objects/shared.mjs +2 -3
- package/esm2020/lib/_internal/zoom.api.service.mjs +7 -8
- package/fesm2015/vendasta-meetings.mjs +256 -245
- package/fesm2015/vendasta-meetings.mjs.map +1 -1
- package/fesm2020/vendasta-meetings.mjs +256 -245
- 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 +1 -1
- package/lib/_internal/interfaces/meeting-external.interface.d.ts +16 -23
- package/lib/_internal/interfaces/meeting-guest.interface.d.ts +2 -1
- package/lib/_internal/interfaces/meeting-host.interface.d.ts +1 -1
- package/lib/_internal/interfaces/shared.interface.d.ts +1 -2
- package/lib/_internal/meeting-external.api.service.d.ts +6 -7
- package/lib/_internal/meeting-guest.api.service.d.ts +3 -5
- package/lib/_internal/meeting-host.api.service.d.ts +3 -5
- package/lib/_internal/meeting-source-api.api.service.d.ts +2 -5
- package/lib/_internal/objects/index.d.ts +1 -1
- package/lib/_internal/objects/meeting-external.d.ts +22 -23
- package/lib/_internal/objects/meeting-guest.d.ts +2 -1
- package/lib/_internal/objects/meeting-host.d.ts +1 -1
- package/lib/_internal/objects/shared.d.ts +1 -2
- package/lib/_internal/zoom.api.service.d.ts +2 -5
- 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,7 +6,7 @@ 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, EventTypeInterface, ExternalCancelMeetingRequestInterface, ExternalRescheduleMeetingRequestInterface, ExternalRescheduleMeetingResponseInterface, GetUsersRequestInterface, GetUsersResponseInterface, GroupResponseInterface, GroupsRequestInterface, GroupsResponseInterface, HostUserDetailsInterface, ListTeamEventTypesRequestInterface, ListTeamEventTypesResponseInterface, 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
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';
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { DateRangeInterface } from './date-range.interface';
|
|
2
2
|
import { EventTypeDateRangeInterface } from './meeting-type.interface';
|
|
3
3
|
import { IsoDateTimeRangeInterface, ContactInterface, AnswersInterface, HostUserInterface, HostOrderDetailsInterface, PagedRequestOptionsInterface, PagedResponseMetadataInterface } from './shared.interface';
|
|
4
|
-
import { TimeZoneInterface } from './
|
|
4
|
+
import { TimeZoneInterface } from './';
|
|
5
5
|
import * as e from '../enums';
|
|
6
6
|
export interface AvailableTimeSlotsRequestInterface {
|
|
7
|
-
|
|
8
|
-
businessId?: string;
|
|
7
|
+
namespace?: string;
|
|
9
8
|
eventTypeId?: string;
|
|
10
9
|
timeSpan?: DateRangeInterface;
|
|
11
10
|
timeZone?: TimeZoneInterface;
|
|
@@ -15,9 +14,7 @@ export interface AvailableTimeSlotsResponseInterface {
|
|
|
15
14
|
timeSlots?: IsoDateTimeRangeInterface[];
|
|
16
15
|
}
|
|
17
16
|
export interface BookMeetingExternalRequestInterface {
|
|
18
|
-
|
|
19
|
-
businessId?: string;
|
|
20
|
-
userId?: string;
|
|
17
|
+
namespace?: string;
|
|
21
18
|
eventTypeId?: string;
|
|
22
19
|
start?: Date;
|
|
23
20
|
attendees?: ContactInterface[];
|
|
@@ -60,15 +57,12 @@ export interface EventTypeInterface {
|
|
|
60
57
|
isPhoneNumberRequired?: boolean;
|
|
61
58
|
}
|
|
62
59
|
export interface ExternalCancelMeetingRequestInterface {
|
|
63
|
-
|
|
64
|
-
businessId?: string;
|
|
60
|
+
namespace?: string;
|
|
65
61
|
meetingId?: string;
|
|
66
62
|
cancellationReason?: string;
|
|
67
63
|
}
|
|
68
64
|
export interface ExternalRescheduleMeetingRequestInterface {
|
|
69
|
-
|
|
70
|
-
businessId?: string;
|
|
71
|
-
userId?: string;
|
|
65
|
+
namespace?: string;
|
|
72
66
|
meetingId?: string;
|
|
73
67
|
startTime?: Date;
|
|
74
68
|
location?: string;
|
|
@@ -88,9 +82,7 @@ export interface ExternalRescheduleMeetingResponseInterface {
|
|
|
88
82
|
cancelUrl?: string;
|
|
89
83
|
}
|
|
90
84
|
export interface GetUsersRequestInterface {
|
|
91
|
-
|
|
92
|
-
businessId?: string;
|
|
93
|
-
userId?: string;
|
|
85
|
+
namespace?: string;
|
|
94
86
|
pagedRequestOptions?: PagedRequestOptionsInterface;
|
|
95
87
|
}
|
|
96
88
|
export interface GetUsersResponseInterface {
|
|
@@ -105,9 +97,7 @@ export interface GroupResponseInterface {
|
|
|
105
97
|
hexColor?: string;
|
|
106
98
|
}
|
|
107
99
|
export interface GroupsRequestInterface {
|
|
108
|
-
|
|
109
|
-
businessId?: string;
|
|
110
|
-
userId?: string;
|
|
100
|
+
namespace?: string;
|
|
111
101
|
}
|
|
112
102
|
export interface GroupsResponseInterface {
|
|
113
103
|
groups?: GroupResponseInterface[];
|
|
@@ -117,9 +107,7 @@ export interface HostUserDetailsInterface {
|
|
|
117
107
|
hostUserName?: string;
|
|
118
108
|
}
|
|
119
109
|
export interface ListTeamEventTypesRequestInterface {
|
|
120
|
-
|
|
121
|
-
businessId?: string;
|
|
122
|
-
ownerId?: string;
|
|
110
|
+
namespace?: string;
|
|
123
111
|
cursor?: string;
|
|
124
112
|
pageSize?: number;
|
|
125
113
|
}
|
|
@@ -128,6 +116,13 @@ export interface ListTeamEventTypesResponseInterface {
|
|
|
128
116
|
nextCursor?: string;
|
|
129
117
|
hasMore?: boolean;
|
|
130
118
|
}
|
|
119
|
+
export interface ListUserEventTypesRequestInterface {
|
|
120
|
+
namespace?: string;
|
|
121
|
+
userId?: string;
|
|
122
|
+
}
|
|
123
|
+
export interface ListUserEventTypesResponseInterface {
|
|
124
|
+
eventTypes?: EventTypeInterface[];
|
|
125
|
+
}
|
|
131
126
|
export interface ServiceResponseInterface {
|
|
132
127
|
id?: string;
|
|
133
128
|
name?: string;
|
|
@@ -136,9 +131,7 @@ export interface ServiceResponseInterface {
|
|
|
136
131
|
hexColor?: string;
|
|
137
132
|
}
|
|
138
133
|
export interface ServicesRequestInterface {
|
|
139
|
-
|
|
140
|
-
businessId?: string;
|
|
141
|
-
userId?: string;
|
|
134
|
+
namespace?: string;
|
|
142
135
|
}
|
|
143
136
|
export interface ServicesResponseInterface {
|
|
144
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,7 +3,7 @@ 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
8
|
export interface BuildHostIdRequestApplicationContextPropertiesEntryInterface {
|
|
9
9
|
key?: string;
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
import { AvailableTimeSlotsRequest, AvailableTimeSlotsResponse, BookMeetingExternalRequest, BookMeetingExternalResponse, ExternalCancelMeetingRequest, ExternalRescheduleMeetingRequest, ExternalRescheduleMeetingResponse, GetUsersRequest, GetUsersResponse, GroupsRequest, GroupsResponse, ListTeamEventTypesRequest, ListTeamEventTypesResponse, ServicesRequest, ServicesResponse } from './objects/';
|
|
2
|
-
import { AvailableTimeSlotsRequestInterface, BookMeetingExternalRequestInterface, ExternalCancelMeetingRequestInterface, ExternalRescheduleMeetingRequestInterface, GetUsersRequestInterface, GroupsRequestInterface, ListTeamEventTypesRequestInterface, 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>;
|
|
@@ -18,6 +16,7 @@ export declare class MeetingExternalApiService {
|
|
|
18
16
|
rescheduleMeeting(r: ExternalRescheduleMeetingRequest | ExternalRescheduleMeetingRequestInterface): Observable<ExternalRescheduleMeetingResponse>;
|
|
19
17
|
cancelMeeting(r: ExternalCancelMeetingRequest | ExternalCancelMeetingRequestInterface): Observable<HttpResponse<null>>;
|
|
20
18
|
listTeamEventTypes(r: ListTeamEventTypesRequest | ListTeamEventTypesRequestInterface): Observable<ListTeamEventTypesResponse>;
|
|
19
|
+
listUserEventTypes(r: ListUserEventTypesRequest | ListUserEventTypesRequestInterface): Observable<ListUserEventTypesResponse>;
|
|
21
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<MeetingExternalApiService, never>;
|
|
22
21
|
static ɵprov: i0.ɵɵInjectableDeclaration<MeetingExternalApiService>;
|
|
23
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
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
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 {
|
|
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
|
|
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>;
|
|
@@ -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,7 +6,7 @@ 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, EventType, ExternalCancelMeetingRequest, ExternalRescheduleMeetingRequest, ExternalRescheduleMeetingResponse, GetUsersRequest, GetUsersResponse, GroupResponse, GroupsRequest, GroupsResponse, HostUserDetails, ListTeamEventTypesRequest, ListTeamEventTypesResponse, 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
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';
|
|
@@ -2,12 +2,11 @@ import * as i from '../interfaces';
|
|
|
2
2
|
import { DateRange } from './date-range';
|
|
3
3
|
import { EventTypeDateRange } from './meeting-type';
|
|
4
4
|
import { IsoDateTimeRange, Contact, Answers, HostUser, HostOrderDetails, PagedRequestOptions, PagedResponseMetadata } from './shared';
|
|
5
|
-
import { TimeZone } from './
|
|
5
|
+
import { TimeZone } from './';
|
|
6
6
|
import * as e from '../enums';
|
|
7
7
|
export declare function enumStringToValue<E>(enumRef: any, value: string): E;
|
|
8
8
|
export declare class AvailableTimeSlotsRequest implements i.AvailableTimeSlotsRequestInterface {
|
|
9
|
-
|
|
10
|
-
businessId: string;
|
|
9
|
+
namespace: string;
|
|
11
10
|
eventTypeId: string;
|
|
12
11
|
timeSpan: DateRange;
|
|
13
12
|
timeZone: TimeZone;
|
|
@@ -23,9 +22,7 @@ export declare class AvailableTimeSlotsResponse implements i.AvailableTimeSlotsR
|
|
|
23
22
|
toApiJson(): object;
|
|
24
23
|
}
|
|
25
24
|
export declare class BookMeetingExternalRequest implements i.BookMeetingExternalRequestInterface {
|
|
26
|
-
|
|
27
|
-
businessId: string;
|
|
28
|
-
userId: string;
|
|
25
|
+
namespace: string;
|
|
29
26
|
eventTypeId: string;
|
|
30
27
|
start: Date;
|
|
31
28
|
attendees: Contact[];
|
|
@@ -77,8 +74,7 @@ export declare class EventType implements i.EventTypeInterface {
|
|
|
77
74
|
toApiJson(): object;
|
|
78
75
|
}
|
|
79
76
|
export declare class ExternalCancelMeetingRequest implements i.ExternalCancelMeetingRequestInterface {
|
|
80
|
-
|
|
81
|
-
businessId: string;
|
|
77
|
+
namespace: string;
|
|
82
78
|
meetingId: string;
|
|
83
79
|
cancellationReason: string;
|
|
84
80
|
static fromProto(proto: any): ExternalCancelMeetingRequest;
|
|
@@ -86,9 +82,7 @@ export declare class ExternalCancelMeetingRequest implements i.ExternalCancelMee
|
|
|
86
82
|
toApiJson(): object;
|
|
87
83
|
}
|
|
88
84
|
export declare class ExternalRescheduleMeetingRequest implements i.ExternalRescheduleMeetingRequestInterface {
|
|
89
|
-
|
|
90
|
-
businessId: string;
|
|
91
|
-
userId: string;
|
|
85
|
+
namespace: string;
|
|
92
86
|
meetingId: string;
|
|
93
87
|
startTime: Date;
|
|
94
88
|
location: string;
|
|
@@ -114,9 +108,7 @@ export declare class ExternalRescheduleMeetingResponse implements i.ExternalResc
|
|
|
114
108
|
toApiJson(): object;
|
|
115
109
|
}
|
|
116
110
|
export declare class GetUsersRequest implements i.GetUsersRequestInterface {
|
|
117
|
-
|
|
118
|
-
businessId: string;
|
|
119
|
-
userId: string;
|
|
111
|
+
namespace: string;
|
|
120
112
|
pagedRequestOptions: PagedRequestOptions;
|
|
121
113
|
static fromProto(proto: any): GetUsersRequest;
|
|
122
114
|
constructor(kwargs?: i.GetUsersRequestInterface);
|
|
@@ -140,9 +132,7 @@ export declare class GroupResponse implements i.GroupResponseInterface {
|
|
|
140
132
|
toApiJson(): object;
|
|
141
133
|
}
|
|
142
134
|
export declare class GroupsRequest implements i.GroupsRequestInterface {
|
|
143
|
-
|
|
144
|
-
businessId: string;
|
|
145
|
-
userId: string;
|
|
135
|
+
namespace: string;
|
|
146
136
|
static fromProto(proto: any): GroupsRequest;
|
|
147
137
|
constructor(kwargs?: i.GroupsRequestInterface);
|
|
148
138
|
toApiJson(): object;
|
|
@@ -161,9 +151,7 @@ export declare class HostUserDetails implements i.HostUserDetailsInterface {
|
|
|
161
151
|
toApiJson(): object;
|
|
162
152
|
}
|
|
163
153
|
export declare class ListTeamEventTypesRequest implements i.ListTeamEventTypesRequestInterface {
|
|
164
|
-
|
|
165
|
-
businessId: string;
|
|
166
|
-
ownerId: string;
|
|
154
|
+
namespace: string;
|
|
167
155
|
cursor: string;
|
|
168
156
|
pageSize: number;
|
|
169
157
|
static fromProto(proto: any): ListTeamEventTypesRequest;
|
|
@@ -178,6 +166,19 @@ export declare class ListTeamEventTypesResponse implements i.ListTeamEventTypesR
|
|
|
178
166
|
constructor(kwargs?: i.ListTeamEventTypesResponseInterface);
|
|
179
167
|
toApiJson(): object;
|
|
180
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
|
+
}
|
|
181
182
|
export declare class ServiceResponse implements i.ServiceResponseInterface {
|
|
182
183
|
id: string;
|
|
183
184
|
name: string;
|
|
@@ -189,9 +190,7 @@ export declare class ServiceResponse implements i.ServiceResponseInterface {
|
|
|
189
190
|
toApiJson(): object;
|
|
190
191
|
}
|
|
191
192
|
export declare class ServicesRequest implements i.ServicesRequestInterface {
|
|
192
|
-
|
|
193
|
-
businessId: string;
|
|
194
|
-
userId: string;
|
|
193
|
+
namespace: string;
|
|
195
194
|
static fromProto(proto: any): ServicesRequest;
|
|
196
195
|
constructor(kwargs?: i.ServicesRequestInterface);
|
|
197
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,7 +4,7 @@ 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
10
|
export declare class BuildHostIdRequestApplicationContextPropertiesEntry implements i.BuildHostIdRequestApplicationContextPropertiesEntryInterface {
|
|
@@ -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>;
|