@vendasta/meetings 0.98.5 → 0.99.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/_internal/enums/index.mjs +3 -3
- package/esm2020/lib/_internal/enums/meeting-type.enum.mjs +7 -7
- package/esm2020/lib/_internal/enums/shared.enum.mjs +9 -1
- 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-guest.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/meeting-host.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/meeting-type.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/shared.interface.mjs +1 -1
- package/esm2020/lib/_internal/meeting-bot-api.api.service.mjs +7 -8
- 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 +4 -4
- package/esm2020/lib/_internal/objects/meeting-guest.mjs +2 -2
- package/esm2020/lib/_internal/objects/meeting-host.mjs +69 -14
- package/esm2020/lib/_internal/objects/meeting-type.mjs +7 -10
- package/esm2020/lib/_internal/objects/shared.mjs +8 -26
- package/esm2020/lib/_internal/zoom.api.service.mjs +7 -8
- package/esm2020/lib/host/host.service.mjs +2 -2
- package/esm2020/lib/index.mjs +2 -2
- package/esm2020/lib/shared/meeting-type.mjs +1 -3
- package/esm2020/lib/shared/meeting.mjs +2 -2
- package/esm2020/lib/shared/preferences.mjs +3 -2
- package/fesm2015/vendasta-meetings.mjs +263 -222
- package/fesm2015/vendasta-meetings.mjs.map +1 -1
- package/fesm2020/vendasta-meetings.mjs +263 -222
- package/fesm2020/vendasta-meetings.mjs.map +1 -1
- package/lib/_internal/enums/index.d.ts +2 -2
- package/lib/_internal/enums/meeting-type.enum.d.ts +5 -5
- package/lib/_internal/enums/shared.enum.d.ts +7 -0
- package/lib/_internal/google-meet.api.service.d.ts +2 -5
- package/lib/_internal/interfaces/index.d.ts +4 -4
- package/lib/_internal/interfaces/meeting-guest.interface.d.ts +1 -1
- package/lib/_internal/interfaces/meeting-host.interface.d.ts +19 -10
- package/lib/_internal/interfaces/meeting-type.interface.d.ts +1 -2
- package/lib/_internal/interfaces/shared.interface.d.ts +2 -6
- package/lib/_internal/meeting-bot-api.api.service.d.ts +3 -5
- 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 +3 -3
- package/lib/_internal/objects/meeting-guest.d.ts +1 -1
- package/lib/_internal/objects/meeting-host.d.ts +34 -22
- package/lib/_internal/objects/meeting-type.d.ts +1 -2
- package/lib/_internal/objects/shared.d.ts +2 -9
- package/lib/_internal/zoom.api.service.d.ts +2 -5
- package/lib/host/host.service.d.ts +2 -2
- package/lib/index.d.ts +1 -1
- package/lib/shared/meeting-type.d.ts +0 -1
- package/lib/shared/meeting.d.ts +2 -2
- package/lib/shared/preferences.d.ts +2 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { CalendarSource, MeetingSource, MeetingSourceStatus, } from './meeting-source.enum';
|
|
2
2
|
export { ZoomApprovalType, ZoomMeetingRecurrenceType, ZoomMeetingType, ZoomMonthlyWeek, ZoomMonthlyWeekDay, ZoomRegistrationType, ZoomWeeklyDay, } from './zoom.enum';
|
|
3
|
-
export { CalendarType, FormFieldType, } from './shared.enum';
|
|
4
|
-
export { DateRangeType, MeetingLocationType,
|
|
3
|
+
export { CalendarType, FormFieldType, OnBoardingState, } from './shared.enum';
|
|
4
|
+
export { DateRangeType, MeetingLocationType, RelativeTimeUnit, TeamEventMeetingType, } from './meeting-type.enum';
|
|
5
5
|
export { DayOfWeek, } from './dayofweek.enum';
|
|
@@ -7,14 +7,14 @@ export declare enum MeetingLocationType {
|
|
|
7
7
|
IN_PERSON_USER_SITE = 1,
|
|
8
8
|
IN_PERSON_CLIENT_SITE = 2
|
|
9
9
|
}
|
|
10
|
+
export declare enum RelativeTimeUnit {
|
|
11
|
+
DAYS = 0,
|
|
12
|
+
WEEKS = 1,
|
|
13
|
+
MONTHS = 2
|
|
14
|
+
}
|
|
10
15
|
export declare enum TeamEventMeetingType {
|
|
11
16
|
ROUND_ROBIN = 0,
|
|
12
17
|
CLIENT_CHOICE = 1,
|
|
13
18
|
MULTI_HOST = 2,
|
|
14
19
|
PRIORITY_ROUND_ROBIN = 3
|
|
15
20
|
}
|
|
16
|
-
export declare enum RelativeTimeUnit {
|
|
17
|
-
DAYS = 0,
|
|
18
|
-
WEEKS = 1,
|
|
19
|
-
MONTHS = 2
|
|
20
|
-
}
|
|
@@ -10,3 +10,10 @@ export declare enum FormFieldType {
|
|
|
10
10
|
FORM_FIELD_TYPE_PHONE_NUMBER = 3,
|
|
11
11
|
FORM_FIELD_TYPE_SELECT = 4
|
|
12
12
|
}
|
|
13
|
+
export declare enum OnBoardingState {
|
|
14
|
+
COMPLETED_SETUP = 0,
|
|
15
|
+
NOT_YET_STARTED = 1,
|
|
16
|
+
SLUG_CREATED = 2,
|
|
17
|
+
CALENDAR_CONNECTED = 3,
|
|
18
|
+
MEETING_APP_CONNECTED = 4
|
|
19
|
+
}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { GoogleMeetCreateMeetingRequest, GoogleMeetCreateMeetingResponse } from './objects/';
|
|
2
2
|
import { GoogleMeetCreateMeetingRequestInterface } from './interfaces/';
|
|
3
|
-
import { HttpClient } from '@angular/common/http';
|
|
4
|
-
import { HostService } from '../_generated/host.service';
|
|
5
3
|
import { Observable } from 'rxjs';
|
|
6
4
|
import * as i0 from "@angular/core";
|
|
7
5
|
export declare class GoogleMeetApiService {
|
|
8
|
-
private
|
|
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
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoogleMeetApiService, never>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { MeetingSourceInfoInterface, MeetingSourceListRequestInterface, MeetingSourceListResponseInterface, MeetingSourceQueryInterface, } from './meeting-source.interface';
|
|
2
2
|
export { CreateZoomMeetingRequestInterface, CreateZoomMeetingResponseInterface, ZoomMeetingRecurrenceInterface, ZoomMeetingSettingsInterface, ZoomMeetingTrackingFieldInterface, ZoomOccurrenceInterface, } from './zoom.interface';
|
|
3
3
|
export { GoogleMeetConferenceDataInterface, GoogleMeetConferenceRequestStatusInterface, GoogleMeetConferenceSolutionInterface, GoogleMeetConferenceSolutionKeyInterface, GoogleMeetCreateConferenceRequestInterface, GoogleMeetCreateMeetingRequestInterface, GoogleMeetCreateMeetingResponseInterface, GoogleMeetEntryPointInterface, GoogleMeetMeetingInterface, GoogleMeetMeetingAttendeeInterface, GoogleMeetMeetingCreatorInterface, GoogleMeetMeetingDateTimeInterface, GoogleMeetMeetingReminderInterface, GoogleMeetMeetingRemindersInterface, } from './google-meet.interface';
|
|
4
|
-
export {
|
|
5
|
-
export { DateTimeInterface, TimeZoneInterface, } from './datetime.interface';
|
|
6
|
-
export { AnswerInterface, AnswersInterface, CalendarApplicationContextEntryInterface, AttachmentInterface, AttendeeInterface, CalendarInterface, ContactInterface, HostInterface, HostUserInterface, PagedRequestOptionsInterface, PagedResponseMetadataInterface, PreferencesInterface, TimeRangeInterface, HostDetailInterface, } from './shared.interface';
|
|
4
|
+
export { AnswerInterface, AnswersInterface, CalendarApplicationContextEntryInterface, AttachmentInterface, AttendeeInterface, CalendarInterface, ContactInterface, HostInterface, HostUserInterface, PagedRequestOptionsInterface, PagedResponseMetadataInterface, PreferencesInterface, TimeRangeInterface, } from './shared.interface';
|
|
7
5
|
export { DateRangeInterface, } from './date-range.interface';
|
|
8
6
|
export { EventTypeDateRangeInterface, FieldInterface, FormInterface, MeetingTypeInterface, RelativeDateRangeInterface, } from './meeting-type.interface';
|
|
9
7
|
export { EventGroupAndServiceAssociationsInterface, GroupInterface, ServiceInterface, } from './groups-and-services.interface';
|
|
10
8
|
export { BookMeetingRequestInterface, BookMeetingResponseInterface, GetCalendarRequestInterface, GetCalendarResponseInterface, GetGroupRequestInterface, GetGroupResponseInterface, GetHostRequestInterface, GetHostResponseInterface, GetMeetingTypeRequestInterface, GetMeetingTypeResponseInterface, GetServiceRequestInterface, GetServiceResponseInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestGetBookedMeetingResponseInterface, GuestIsHostConfiguredRequestInterface, GuestIsHostConfiguredResponseInterface, GuestRescheduleMeetingRequestInterface, ListAvailableTimeSlotsRequestInterface, ListAvailableTimeSlotsResponseInterface, ListMeetingTypesRequestInterface, ListMeetingTypesResponseInterface, BookMeetingRequestMetadataEntryInterface, } from './meeting-guest.interface';
|
|
11
9
|
export { FieldMaskInterface, } from './field-mask.interface';
|
|
12
|
-
export {
|
|
10
|
+
export { BuildHostIdRequestApplicationContextPropertiesEntryInterface, IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface, AvailabilityRuleInterface, AvailabilityRuleListInterface, BuildHostIdRequestInterface, BuildHostIdResponseInterface, GetMeetingTypesForCalendarsResponseCalendarMeetingTypesMapEntryInterface, CalendarMigrationResponseInterface, CancelMeetingRequestInterface, CheckGroupOrServiceSlugExistRequestInterface, CheckGroupOrServiceSlugExistResponseInterface, CreateAvailabilityRequestInterface, CreateAvailabilityResponseInterface, CreateCalendarRequestInterface, CreateCalendarResponseInterface, CreateDefaultMeetingTypesRequestInterface, CreateGroupRequestInterface, CreateGroupResponseInterface, CreateMeetingTypeRequestInterface, CreateMeetingTypeResponseInterface, CreateServiceRequestInterface, CreateServiceResponseInterface, DeleteAvailabilityRequestInterface, DeleteGroupRequestInterface, DeleteMeetingTypeRequestInterface, DeleteServiceRequestInterface, DoesCalendarExistRequestInterface, DoesCalendarExistResponseInterface, EnsureGroupCalendarsExistRequestInterface, EnsureGroupCalendarsExistResponseInterface, EnsurePersonalCalendarExistsRequestInterface, EnsurePersonalCalendarExistsResponseInterface, ListBookedMeetingsRequestFiltersInterface, ListAvailabilityRequestFiltersInterface, GetEntityAssociationRequestInterface, GetEntityAssociationResponseInterface, GetHostMeetingRequestInterface, GetHostMeetingResponseInterface, GetHostPreferencesRequestInterface, GetHostPreferencesResponseInterface, GetHostsForCalendarRequestInterface, GetHostsForCalendarResponseInterface, GetMeetingTypesForCalendarsRequestInterface, GetMeetingTypesForCalendarsResponseInterface, HostBookMeetingRequestInterface, HostBookMeetingResponseInterface, HostDetailsInterface, HostGetCalendarRequestInterface, HostGetCalendarResponseInterface, HostGetMeetingTypeRequestInterface, HostGetMeetingTypeResponseInterface, HostListMeetingTypesRequestInterface, HostListMeetingTypesResponseInterface, GetHostsForCalendarResponseHostUserAvailabilityRuleEntryInterface, IsCalendarConfiguredRequestInterface, IsCalendarConfiguredResponseInterface, IsHostConfiguredRequestInterface, IsHostConfiguredResponseInterface, ListAvailabilityRequestInterface, ListAvailabilityResponseInterface, ListBookedMeetingsRequestInterface, ListBookedMeetingsResponseInterface, ListGroupsRequestInterface, ListGroupsResponseInterface, ListServicesRequestInterface, ListServicesResponseInterface, MeetingInterface, MeetingTypeListInterface, UpdateMeetingMetadataRequestMetadataEntryInterface, MeetingMetadataEntryInterface, RescheduleMeetingRequestInterface, SendMeetingRequestEmailRequestInterface, SetGeneralAvailabilityRequestInterface, UpdateAvailabilityRequestInterface, UpdateCalendarRequestInterface, UpdateGroupRequestInterface, UpdateHostPreferencesRequestInterface, UpdateMeetingMetadataRequestInterface, UpdateMeetingTypeRequestInterface, UpdateServiceRequestInterface, WeekdayAvailabilityInterface, } from './meeting-host.interface';
|
|
13
11
|
export { ScheduleBotRequestInterface, } from './meeting-bot.interface';
|
|
12
|
+
export { TimeOfDayInterface, } from './timeofday.interface';
|
|
13
|
+
export { DateTimeInterface, TimeZoneInterface, } from './datetime.interface';
|
|
@@ -2,7 +2,7 @@ import { ContactInterface, AnswersInterface, CalendarInterface, HostInterface }
|
|
|
2
2
|
import { DateRangeInterface } from './date-range.interface';
|
|
3
3
|
import { GroupInterface, ServiceInterface } from './groups-and-services.interface';
|
|
4
4
|
import { MeetingTypeInterface } 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;
|
|
@@ -2,19 +2,18 @@ import { DateRangeInterface } from './date-range.interface';
|
|
|
2
2
|
import { FieldMaskInterface } from './field-mask.interface';
|
|
3
3
|
import { GroupInterface, ServiceInterface } from './groups-and-services.interface';
|
|
4
4
|
import { MeetingTypeInterface } from './meeting-type.interface';
|
|
5
|
-
import { TimeRangeInterface, CalendarInterface, PreferencesInterface, HostUserInterface, ContactInterface, PagedRequestOptionsInterface, PagedResponseMetadataInterface, AttendeeInterface, AnswersInterface, AttachmentInterface
|
|
6
|
-
import { TimeZoneInterface } from './
|
|
5
|
+
import { TimeRangeInterface, CalendarInterface, PreferencesInterface, HostUserInterface, ContactInterface, PagedRequestOptionsInterface, PagedResponseMetadataInterface, AttendeeInterface, AnswersInterface, AttachmentInterface } from './shared.interface';
|
|
6
|
+
import { TimeZoneInterface } from './';
|
|
7
7
|
import * as e from '../enums';
|
|
8
|
-
|
|
9
|
-
export interface EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface {
|
|
8
|
+
export interface BuildHostIdRequestApplicationContextPropertiesEntryInterface {
|
|
10
9
|
key?: string;
|
|
11
10
|
value?: string;
|
|
12
11
|
}
|
|
13
|
-
export interface
|
|
12
|
+
export interface IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface {
|
|
14
13
|
key?: string;
|
|
15
14
|
value?: string;
|
|
16
15
|
}
|
|
17
|
-
export interface
|
|
16
|
+
export interface EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface {
|
|
18
17
|
key?: string;
|
|
19
18
|
value?: string;
|
|
20
19
|
}
|
|
@@ -159,6 +158,7 @@ export interface GetHostPreferencesResponseInterface {
|
|
|
159
158
|
}
|
|
160
159
|
export interface GetHostsForCalendarRequestInterface {
|
|
161
160
|
calendarId?: string;
|
|
161
|
+
timezone?: string;
|
|
162
162
|
}
|
|
163
163
|
export interface GetHostsForCalendarResponseInterface {
|
|
164
164
|
hostUsers?: HostUserInterface[];
|
|
@@ -186,6 +186,10 @@ export interface HostBookMeetingRequestInterface {
|
|
|
186
186
|
export interface HostBookMeetingResponseInterface {
|
|
187
187
|
meetingId?: string;
|
|
188
188
|
}
|
|
189
|
+
export interface HostDetailsInterface {
|
|
190
|
+
hostId?: string;
|
|
191
|
+
name?: string;
|
|
192
|
+
}
|
|
189
193
|
export interface HostGetCalendarRequestInterface {
|
|
190
194
|
calendarId?: string;
|
|
191
195
|
}
|
|
@@ -205,6 +209,10 @@ export interface HostListMeetingTypesRequestInterface {
|
|
|
205
209
|
export interface HostListMeetingTypesResponseInterface {
|
|
206
210
|
meetingTypes?: MeetingTypeInterface[];
|
|
207
211
|
}
|
|
212
|
+
export interface GetHostsForCalendarResponseHostUserAvailabilityRuleEntryInterface {
|
|
213
|
+
key?: string;
|
|
214
|
+
value?: AvailabilityRuleListInterface;
|
|
215
|
+
}
|
|
208
216
|
export interface IsCalendarConfiguredRequestInterface {
|
|
209
217
|
applicationContextProperties?: {
|
|
210
218
|
[key: string]: string;
|
|
@@ -220,6 +228,7 @@ export interface IsHostConfiguredRequestInterface {
|
|
|
220
228
|
}
|
|
221
229
|
export interface IsHostConfiguredResponseInterface {
|
|
222
230
|
isConfigured?: boolean;
|
|
231
|
+
onBoardingState?: e.OnBoardingState;
|
|
223
232
|
}
|
|
224
233
|
export interface ListAvailabilityRequestInterface {
|
|
225
234
|
pagingOptions?: PagedRequestOptionsInterface;
|
|
@@ -270,17 +279,17 @@ export interface MeetingInterface {
|
|
|
270
279
|
attachments?: AttachmentInterface[];
|
|
271
280
|
location?: string;
|
|
272
281
|
calendarId?: string;
|
|
273
|
-
hostDetails?:
|
|
274
|
-
meetingType?: TeamEventMeetingType;
|
|
282
|
+
hostDetails?: HostDetailsInterface[];
|
|
283
|
+
meetingType?: e.TeamEventMeetingType;
|
|
275
284
|
}
|
|
276
285
|
export interface MeetingTypeListInterface {
|
|
277
286
|
meetingTypes?: MeetingTypeInterface[];
|
|
278
287
|
}
|
|
279
|
-
export interface
|
|
288
|
+
export interface UpdateMeetingMetadataRequestMetadataEntryInterface {
|
|
280
289
|
key?: string;
|
|
281
290
|
value?: string;
|
|
282
291
|
}
|
|
283
|
-
export interface
|
|
292
|
+
export interface MeetingMetadataEntryInterface {
|
|
284
293
|
key?: string;
|
|
285
294
|
value?: string;
|
|
286
295
|
}
|
|
@@ -34,7 +34,6 @@ export interface MeetingTypeInterface {
|
|
|
34
34
|
location?: string;
|
|
35
35
|
locationType?: e.MeetingLocationType;
|
|
36
36
|
locationGuidelines?: string;
|
|
37
|
-
isClientChoice?: boolean;
|
|
38
37
|
emailSubject?: string;
|
|
39
38
|
emailDescription?: string;
|
|
40
39
|
isPinned?: boolean;
|
|
@@ -43,8 +42,8 @@ export interface MeetingTypeInterface {
|
|
|
43
42
|
teamName?: string;
|
|
44
43
|
isVideoLinkDisabled?: boolean;
|
|
45
44
|
bufferDurationBeforeMeeting?: number;
|
|
46
|
-
meetingType?: e.TeamEventMeetingType;
|
|
47
45
|
dateRange?: EventTypeDateRangeInterface;
|
|
46
|
+
meetingType?: e.TeamEventMeetingType;
|
|
48
47
|
}
|
|
49
48
|
export interface RelativeDateRangeInterface {
|
|
50
49
|
unit?: e.RelativeTimeUnit;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { TimeOfDayInterface } from './
|
|
2
|
-
import { TimeZoneInterface } from './datetime.interface';
|
|
1
|
+
import { TimeZoneInterface, TimeOfDayInterface } from './';
|
|
3
2
|
import * as e from '../enums';
|
|
4
3
|
export interface AnswerInterface {
|
|
5
4
|
id?: string;
|
|
@@ -79,12 +78,9 @@ export interface PreferencesInterface {
|
|
|
79
78
|
calendarSlug?: string;
|
|
80
79
|
bufferDurationBeforeMeeting?: number;
|
|
81
80
|
calendarIntegration?: e.CalendarSource;
|
|
81
|
+
onBoardingState?: e.OnBoardingState;
|
|
82
82
|
}
|
|
83
83
|
export interface TimeRangeInterface {
|
|
84
84
|
from?: TimeOfDayInterface;
|
|
85
85
|
to?: TimeOfDayInterface;
|
|
86
86
|
}
|
|
87
|
-
export interface HostDetailInterface {
|
|
88
|
-
hostID?: string;
|
|
89
|
-
name?: string;
|
|
90
|
-
}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { ScheduleBotRequest } from './objects/';
|
|
2
2
|
import { ScheduleBotRequestInterface } 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 MeetingBotAPIApiService {
|
|
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
|
scheduleBot(r: ScheduleBotRequest | ScheduleBotRequestInterface): Observable<HttpResponse<null>>;
|
|
14
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<MeetingBotAPIApiService, never>;
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { BookMeetingRequest, BookMeetingResponse, GetCalendarRequest, GetCalendarResponse, GetGroupRequest, GetGroupResponse, GetHostRequest, GetHostResponse, GetMeetingTypeRequest, GetMeetingTypeResponse, GetServiceRequest, GetServiceResponse, GuestCancelMeetingRequest, GuestGetBookedMeetingRequest, GuestGetBookedMeetingResponse, GuestIsHostConfiguredRequest, GuestIsHostConfiguredResponse, GuestRescheduleMeetingRequest, ListAvailableTimeSlotsRequest, ListAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse } from './objects/';
|
|
2
2
|
import { BookMeetingRequestInterface, GetCalendarRequestInterface, GetGroupRequestInterface, GetHostRequestInterface, GetMeetingTypeRequestInterface, GetServiceRequestInterface, GuestCancelMeetingRequestInterface, GuestGetBookedMeetingRequestInterface, GuestIsHostConfiguredRequestInterface, GuestRescheduleMeetingRequestInterface, 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, CheckGroupOrServiceSlugExistRequest, CheckGroupOrServiceSlugExistResponse, CreateAvailabilityRequest, CreateAvailabilityResponse, CreateCalendarRequest, CreateCalendarResponse, CreateDefaultMeetingTypesRequest, CreateGroupRequest, CreateGroupResponse, CreateMeetingTypeRequest, CreateMeetingTypeResponse, CreateServiceRequest, CreateServiceResponse, DeleteAvailabilityRequest, DeleteGroupRequest, DeleteMeetingTypeRequest, DeleteServiceRequest, DoesCalendarExistRequest, DoesCalendarExistResponse, EnsureGroupCalendarsExistRequest, EnsureGroupCalendarsExistResponse, EnsurePersonalCalendarExistsRequest, EnsurePersonalCalendarExistsResponse, GetEntityAssociationRequest, GetEntityAssociationResponse, GetGroupRequest, GetGroupResponse, GetHostMeetingRequest, GetHostMeetingResponse, GetHostPreferencesRequest, GetHostPreferencesResponse, GetHostsForCalendarRequest, GetHostsForCalendarResponse, GetMeetingTypesForCalendarsRequest, GetMeetingTypesForCalendarsResponse, GetServiceRequest, GetServiceResponse, HostBookMeetingRequest, HostBookMeetingResponse, HostGetCalendarRequest, HostGetCalendarResponse, HostGetMeetingTypeRequest, HostGetMeetingTypeResponse, HostListMeetingTypesRequest, HostListMeetingTypesResponse, IsCalendarConfiguredRequest, IsCalendarConfiguredResponse, IsHostConfiguredRequest, IsHostConfiguredResponse, ListAvailabilityRequest, ListAvailabilityResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, ListGroupsRequest, ListGroupsResponse, ListServicesRequest, ListServicesResponse, RescheduleMeetingRequest, SendMeetingRequestEmailRequest, SetGeneralAvailabilityRequest, UpdateAvailabilityRequest, UpdateCalendarRequest, UpdateGroupRequest, UpdateHostPreferencesRequest, UpdateMeetingMetadataRequest, UpdateMeetingTypeRequest, UpdateServiceRequest } from './objects/';
|
|
2
2
|
import { BookMeetingRequestInterface, BuildHostIdRequestInterface, CancelMeetingRequestInterface, CheckGroupOrServiceSlugExistRequestInterface, CreateAvailabilityRequestInterface, CreateCalendarRequestInterface, CreateDefaultMeetingTypesRequestInterface, CreateGroupRequestInterface, CreateMeetingTypeRequestInterface, CreateServiceRequestInterface, DeleteAvailabilityRequestInterface, DeleteGroupRequestInterface, DeleteMeetingTypeRequestInterface, DeleteServiceRequestInterface, DoesCalendarExistRequestInterface, EnsureGroupCalendarsExistRequestInterface, EnsurePersonalCalendarExistsRequestInterface, GetEntityAssociationRequestInterface, GetGroupRequestInterface, GetHostMeetingRequestInterface, GetHostPreferencesRequestInterface, GetHostsForCalendarRequestInterface, GetMeetingTypesForCalendarsRequestInterface, GetServiceRequestInterface, HostBookMeetingRequestInterface, HostGetCalendarRequestInterface, HostGetMeetingTypeRequestInterface, HostListMeetingTypesRequestInterface, IsCalendarConfiguredRequestInterface, IsHostConfiguredRequestInterface, ListAvailabilityRequestInterface, 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>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { MeetingSourceInfo, MeetingSourceListRequest, MeetingSourceListResponse, MeetingSourceQuery, } from './meeting-source';
|
|
2
2
|
export { CreateZoomMeetingRequest, CreateZoomMeetingResponse, ZoomMeetingRecurrence, ZoomMeetingSettings, ZoomMeetingTrackingField, ZoomOccurrence, } from './zoom';
|
|
3
3
|
export { GoogleMeetConferenceData, GoogleMeetConferenceRequestStatus, GoogleMeetConferenceSolution, GoogleMeetConferenceSolutionKey, GoogleMeetCreateConferenceRequest, GoogleMeetCreateMeetingRequest, GoogleMeetCreateMeetingResponse, GoogleMeetEntryPoint, GoogleMeetMeeting, GoogleMeetMeetingAttendee, GoogleMeetMeetingCreator, GoogleMeetMeetingDateTime, GoogleMeetMeetingReminder, GoogleMeetMeetingReminders, } from './google-meet';
|
|
4
|
-
export { TimeOfDay, } from './timeofday';
|
|
5
|
-
export { DateTime, TimeZone, } from './datetime';
|
|
6
4
|
export { Answer, Answers, CalendarApplicationContextEntry, Attachment, Attendee, Calendar, Contact, Host, HostUser, PagedRequestOptions, PagedResponseMetadata, Preferences, TimeRange, } from './shared';
|
|
7
5
|
export { DateRange, } from './date-range';
|
|
8
6
|
export { EventTypeDateRange, Field, Form, MeetingType, RelativeDateRange, } from './meeting-type';
|
|
9
7
|
export { EventGroupAndServiceAssociations, Group, Service, } from './groups-and-services';
|
|
10
8
|
export { BookMeetingRequest, BookMeetingResponse, GetCalendarRequest, GetCalendarResponse, GetGroupRequest, GetGroupResponse, GetHostRequest, GetHostResponse, GetMeetingTypeRequest, GetMeetingTypeResponse, GetServiceRequest, GetServiceResponse, GuestCancelMeetingRequest, GuestGetBookedMeetingRequest, GuestGetBookedMeetingResponse, GuestIsHostConfiguredRequest, GuestIsHostConfiguredResponse, GuestRescheduleMeetingRequest, ListAvailableTimeSlotsRequest, ListAvailableTimeSlotsResponse, ListMeetingTypesRequest, ListMeetingTypesResponse, BookMeetingRequestMetadataEntry, } from './meeting-guest';
|
|
11
9
|
export { FieldMask, } from './field-mask';
|
|
12
|
-
export { EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntry, BuildHostIdRequestApplicationContextPropertiesEntry, IsCalendarConfiguredRequestApplicationContextPropertiesEntry, AvailabilityRule, AvailabilityRuleList, BuildHostIdRequest, BuildHostIdResponse, GetMeetingTypesForCalendarsResponseCalendarMeetingTypesMapEntry, 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, ListBookedMeetingsRequestFilters, ListAvailabilityRequestFilters, GetEntityAssociationRequest, GetEntityAssociationResponse, GetHostMeetingRequest, GetHostMeetingResponse, GetHostPreferencesRequest, GetHostPreferencesResponse, GetHostsForCalendarRequest, GetHostsForCalendarResponse, GetMeetingTypesForCalendarsRequest, GetMeetingTypesForCalendarsResponse, HostBookMeetingRequest, HostBookMeetingResponse, HostGetCalendarRequest, HostGetCalendarResponse, HostGetMeetingTypeRequest, HostGetMeetingTypeResponse, HostListMeetingTypesRequest, HostListMeetingTypesResponse, IsCalendarConfiguredRequest, IsCalendarConfiguredResponse, IsHostConfiguredRequest, IsHostConfiguredResponse, ListAvailabilityRequest, ListAvailabilityResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, ListGroupsRequest, ListGroupsResponse, ListServicesRequest, ListServicesResponse, Meeting, MeetingTypeList,
|
|
10
|
+
export { EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntry, BuildHostIdRequestApplicationContextPropertiesEntry, IsCalendarConfiguredRequestApplicationContextPropertiesEntry, AvailabilityRule, AvailabilityRuleList, BuildHostIdRequest, BuildHostIdResponse, GetMeetingTypesForCalendarsResponseCalendarMeetingTypesMapEntry, 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, ListBookedMeetingsRequestFilters, ListAvailabilityRequestFilters, GetEntityAssociationRequest, GetEntityAssociationResponse, GetHostMeetingRequest, GetHostMeetingResponse, GetHostPreferencesRequest, GetHostPreferencesResponse, GetHostsForCalendarRequest, GetHostsForCalendarResponse, GetMeetingTypesForCalendarsRequest, GetMeetingTypesForCalendarsResponse, HostBookMeetingRequest, HostBookMeetingResponse, HostDetails, HostGetCalendarRequest, HostGetCalendarResponse, HostGetMeetingTypeRequest, HostGetMeetingTypeResponse, HostListMeetingTypesRequest, HostListMeetingTypesResponse, GetHostsForCalendarResponseHostUserAvailabilityRuleEntry, IsCalendarConfiguredRequest, IsCalendarConfiguredResponse, IsHostConfiguredRequest, IsHostConfiguredResponse, ListAvailabilityRequest, ListAvailabilityResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, ListGroupsRequest, ListGroupsResponse, ListServicesRequest, ListServicesResponse, Meeting, MeetingTypeList, UpdateMeetingMetadataRequestMetadataEntry, MeetingMetadataEntry, RescheduleMeetingRequest, SendMeetingRequestEmailRequest, SetGeneralAvailabilityRequest, UpdateAvailabilityRequest, UpdateCalendarRequest, UpdateGroupRequest, UpdateHostPreferencesRequest, UpdateMeetingMetadataRequest, UpdateMeetingTypeRequest, UpdateServiceRequest, WeekdayAvailability, } from './meeting-host';
|
|
13
11
|
export { ScheduleBotRequest, } from './meeting-bot';
|
|
12
|
+
export { TimeOfDay, } from './timeofday';
|
|
13
|
+
export { DateTime, TimeZone, } from './datetime';
|
|
@@ -3,7 +3,7 @@ import { Contact, Answers, Calendar, Host } from './shared';
|
|
|
3
3
|
import { DateRange } from './date-range';
|
|
4
4
|
import { Group, Service } from './groups-and-services';
|
|
5
5
|
import { MeetingType } 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 {
|
|
@@ -3,11 +3,17 @@ import { DateRange } from './date-range';
|
|
|
3
3
|
import { FieldMask } from './field-mask';
|
|
4
4
|
import { Group, Service } from './groups-and-services';
|
|
5
5
|
import { MeetingType } from './meeting-type';
|
|
6
|
-
import { TimeRange, Calendar, Preferences, HostUser, Contact, PagedRequestOptions, PagedResponseMetadata, Attendee, Answers, Attachment
|
|
7
|
-
import { TimeZone } from './
|
|
6
|
+
import { TimeRange, Calendar, Preferences, HostUser, Contact, PagedRequestOptions, PagedResponseMetadata, Attendee, Answers, Attachment } from './shared';
|
|
7
|
+
import { TimeZone } from './';
|
|
8
8
|
import * as e from '../enums';
|
|
9
|
-
import { TeamEventMeetingType } from "../enums";
|
|
10
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
|
+
}
|
|
11
17
|
export declare class EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntry implements i.EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface {
|
|
12
18
|
key: string;
|
|
13
19
|
value: string;
|
|
@@ -22,13 +28,6 @@ export declare class BuildHostIdRequestApplicationContextPropertiesEntry impleme
|
|
|
22
28
|
constructor(kwargs?: i.BuildHostIdRequestApplicationContextPropertiesEntryInterface);
|
|
23
29
|
toApiJson(): object;
|
|
24
30
|
}
|
|
25
|
-
export declare class IsCalendarConfiguredRequestApplicationContextPropertiesEntry implements i.IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface {
|
|
26
|
-
key: string;
|
|
27
|
-
value: string;
|
|
28
|
-
static fromProto(proto: any): IsCalendarConfiguredRequestApplicationContextPropertiesEntry;
|
|
29
|
-
constructor(kwargs?: i.IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface);
|
|
30
|
-
toApiJson(): object;
|
|
31
|
-
}
|
|
32
31
|
export declare class AvailabilityRule implements i.AvailabilityRuleInterface {
|
|
33
32
|
hostId: string;
|
|
34
33
|
meetingTypeId: string;
|
|
@@ -39,12 +38,10 @@ export declare class AvailabilityRule implements i.AvailabilityRuleInterface {
|
|
|
39
38
|
constructor(kwargs?: i.AvailabilityRuleInterface);
|
|
40
39
|
toApiJson(): object;
|
|
41
40
|
}
|
|
42
|
-
export declare class AvailabilityRuleList {
|
|
41
|
+
export declare class AvailabilityRuleList implements i.AvailabilityRuleListInterface {
|
|
43
42
|
rules: AvailabilityRule[];
|
|
44
43
|
static fromProto(proto: any): AvailabilityRuleList;
|
|
45
|
-
constructor(kwargs?:
|
|
46
|
-
rules?: AvailabilityRule[];
|
|
47
|
-
});
|
|
44
|
+
constructor(kwargs?: i.AvailabilityRuleListInterface);
|
|
48
45
|
toApiJson(): object;
|
|
49
46
|
}
|
|
50
47
|
export declare class BuildHostIdRequest implements i.BuildHostIdRequestInterface {
|
|
@@ -332,6 +329,13 @@ export declare class HostBookMeetingResponse implements i.HostBookMeetingRespons
|
|
|
332
329
|
constructor(kwargs?: i.HostBookMeetingResponseInterface);
|
|
333
330
|
toApiJson(): object;
|
|
334
331
|
}
|
|
332
|
+
export declare class HostDetails implements i.HostDetailsInterface {
|
|
333
|
+
hostId: string;
|
|
334
|
+
name: string;
|
|
335
|
+
static fromProto(proto: any): HostDetails;
|
|
336
|
+
constructor(kwargs?: i.HostDetailsInterface);
|
|
337
|
+
toApiJson(): object;
|
|
338
|
+
}
|
|
335
339
|
export declare class HostGetCalendarRequest implements i.HostGetCalendarRequestInterface {
|
|
336
340
|
calendarId: string;
|
|
337
341
|
static fromProto(proto: any): HostGetCalendarRequest;
|
|
@@ -369,6 +373,13 @@ export declare class HostListMeetingTypesResponse implements i.HostListMeetingTy
|
|
|
369
373
|
constructor(kwargs?: i.HostListMeetingTypesResponseInterface);
|
|
370
374
|
toApiJson(): object;
|
|
371
375
|
}
|
|
376
|
+
export declare class GetHostsForCalendarResponseHostUserAvailabilityRuleEntry implements i.GetHostsForCalendarResponseHostUserAvailabilityRuleEntryInterface {
|
|
377
|
+
key: string;
|
|
378
|
+
value: AvailabilityRuleList;
|
|
379
|
+
static fromProto(proto: any): GetHostsForCalendarResponseHostUserAvailabilityRuleEntry;
|
|
380
|
+
constructor(kwargs?: i.GetHostsForCalendarResponseHostUserAvailabilityRuleEntryInterface);
|
|
381
|
+
toApiJson(): object;
|
|
382
|
+
}
|
|
372
383
|
export declare class IsCalendarConfiguredRequest implements i.IsCalendarConfiguredRequestInterface {
|
|
373
384
|
applicationContextProperties: {
|
|
374
385
|
[key: string]: string;
|
|
@@ -393,6 +404,7 @@ export declare class IsHostConfiguredRequest implements i.IsHostConfiguredReques
|
|
|
393
404
|
}
|
|
394
405
|
export declare class IsHostConfiguredResponse implements i.IsHostConfiguredResponseInterface {
|
|
395
406
|
isConfigured: boolean;
|
|
407
|
+
onBoardingState: e.OnBoardingState;
|
|
396
408
|
static fromProto(proto: any): IsHostConfiguredResponse;
|
|
397
409
|
constructor(kwargs?: i.IsHostConfiguredResponseInterface);
|
|
398
410
|
toApiJson(): object;
|
|
@@ -470,8 +482,8 @@ export declare class Meeting implements i.MeetingInterface {
|
|
|
470
482
|
attachments: Attachment[];
|
|
471
483
|
location: string;
|
|
472
484
|
calendarId: string;
|
|
473
|
-
hostDetails:
|
|
474
|
-
meetingType: TeamEventMeetingType;
|
|
485
|
+
hostDetails: HostDetails[];
|
|
486
|
+
meetingType: e.TeamEventMeetingType;
|
|
475
487
|
static fromProto(proto: any): Meeting;
|
|
476
488
|
constructor(kwargs?: i.MeetingInterface);
|
|
477
489
|
toApiJson(): object;
|
|
@@ -482,18 +494,18 @@ export declare class MeetingTypeList implements i.MeetingTypeListInterface {
|
|
|
482
494
|
constructor(kwargs?: i.MeetingTypeListInterface);
|
|
483
495
|
toApiJson(): object;
|
|
484
496
|
}
|
|
485
|
-
export declare class
|
|
497
|
+
export declare class UpdateMeetingMetadataRequestMetadataEntry implements i.UpdateMeetingMetadataRequestMetadataEntryInterface {
|
|
486
498
|
key: string;
|
|
487
499
|
value: string;
|
|
488
|
-
static fromProto(proto: any):
|
|
489
|
-
constructor(kwargs?: i.
|
|
500
|
+
static fromProto(proto: any): UpdateMeetingMetadataRequestMetadataEntry;
|
|
501
|
+
constructor(kwargs?: i.UpdateMeetingMetadataRequestMetadataEntryInterface);
|
|
490
502
|
toApiJson(): object;
|
|
491
503
|
}
|
|
492
|
-
export declare class
|
|
504
|
+
export declare class MeetingMetadataEntry implements i.MeetingMetadataEntryInterface {
|
|
493
505
|
key: string;
|
|
494
506
|
value: string;
|
|
495
|
-
static fromProto(proto: any):
|
|
496
|
-
constructor(kwargs?: i.
|
|
507
|
+
static fromProto(proto: any): MeetingMetadataEntry;
|
|
508
|
+
constructor(kwargs?: i.MeetingMetadataEntryInterface);
|
|
497
509
|
toApiJson(): object;
|
|
498
510
|
}
|
|
499
511
|
export declare class RescheduleMeetingRequest implements i.RescheduleMeetingRequestInterface {
|
|
@@ -45,7 +45,6 @@ export declare class MeetingType implements i.MeetingTypeInterface {
|
|
|
45
45
|
location: string;
|
|
46
46
|
locationType: e.MeetingLocationType;
|
|
47
47
|
locationGuidelines: string;
|
|
48
|
-
isClientChoice: boolean;
|
|
49
48
|
emailSubject: string;
|
|
50
49
|
emailDescription: string;
|
|
51
50
|
isPinned: boolean;
|
|
@@ -54,8 +53,8 @@ export declare class MeetingType implements i.MeetingTypeInterface {
|
|
|
54
53
|
teamName: string;
|
|
55
54
|
isVideoLinkDisabled: boolean;
|
|
56
55
|
bufferDurationBeforeMeeting: number;
|
|
57
|
-
meetingType: e.TeamEventMeetingType;
|
|
58
56
|
dateRange: EventTypeDateRange;
|
|
57
|
+
meetingType: e.TeamEventMeetingType;
|
|
59
58
|
static fromProto(proto: any): MeetingType;
|
|
60
59
|
constructor(kwargs?: i.MeetingTypeInterface);
|
|
61
60
|
toApiJson(): object;
|
|
@@ -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 {
|
|
@@ -25,13 +24,6 @@ export declare class CalendarApplicationContextEntry implements i.CalendarApplic
|
|
|
25
24
|
constructor(kwargs?: i.CalendarApplicationContextEntryInterface);
|
|
26
25
|
toApiJson(): object;
|
|
27
26
|
}
|
|
28
|
-
export declare class HostDetail implements i.HostDetailInterface {
|
|
29
|
-
hostID: string;
|
|
30
|
-
name: string;
|
|
31
|
-
static fromProto(proto: any): HostDetail;
|
|
32
|
-
constructor(kwargs?: i.HostDetailInterface);
|
|
33
|
-
toApiJson(): object;
|
|
34
|
-
}
|
|
35
27
|
export declare class Attachment implements i.AttachmentInterface {
|
|
36
28
|
fileTitle: string;
|
|
37
29
|
fileUrl: string;
|
|
@@ -121,6 +113,7 @@ export declare class Preferences implements i.PreferencesInterface {
|
|
|
121
113
|
calendarSlug: string;
|
|
122
114
|
bufferDurationBeforeMeeting: number;
|
|
123
115
|
calendarIntegration: e.CalendarSource;
|
|
116
|
+
onBoardingState: e.OnBoardingState;
|
|
124
117
|
static fromProto(proto: any): Preferences;
|
|
125
118
|
constructor(kwargs?: i.PreferencesInterface);
|
|
126
119
|
toApiJson(): object;
|
|
@@ -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>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from "rxjs";
|
|
2
|
-
import { AvailabilityRuleList, CreateCalendarRequestInterface, CreateCalendarResponse, DayOfWeek, GetGroupResponse, GetServiceResponse, HostBookMeetingRequestInterface, IsCalendarConfiguredRequestInterface, IsCalendarConfiguredResponse, ListAvailabilityRequestFiltersInterface, ListBookedMeetingsRequestFiltersInterface, MeetingHostApiService, PagedRequestOptionsInterface, SendMeetingRequestEmailRequestInterface, TimeRangeInterface, TimeZoneInterface, WeekdayAvailability, Contact } from "../_internal";
|
|
2
|
+
import { AvailabilityRuleList, CreateCalendarRequestInterface, CreateCalendarResponse, DayOfWeek, GetGroupResponse, GetServiceResponse, HostBookMeetingRequestInterface, IsCalendarConfiguredRequestInterface, IsCalendarConfiguredResponse, IsHostConfiguredResponse, ListAvailabilityRequestFiltersInterface, ListBookedMeetingsRequestFiltersInterface, MeetingHostApiService, PagedRequestOptionsInterface, SendMeetingRequestEmailRequestInterface, TimeRangeInterface, TimeZoneInterface, WeekdayAvailability, Contact } from "../_internal";
|
|
3
3
|
import { BookMeetingResponse } from '../guest';
|
|
4
4
|
import { ApplicationContextPropertiesSet, AvailabilityRule, Calendar, EntityAssociations, Group, HostUrlMap, Meeting, MeetingMetadata, MeetingType, PagedResponse, Preferences, Service } from "../shared";
|
|
5
5
|
import { HostUser } from "../shared/host-user";
|
|
@@ -65,7 +65,7 @@ export declare class HostService {
|
|
|
65
65
|
}, calendarSlug?: string): Observable<HostUrlMap>;
|
|
66
66
|
isHostConfigured(req: {
|
|
67
67
|
hostId: string;
|
|
68
|
-
}): Observable<
|
|
68
|
+
}): Observable<IsHostConfiguredResponse>;
|
|
69
69
|
setGeneralAvailability(req: {
|
|
70
70
|
hostId: string;
|
|
71
71
|
meetingTypeId: string;
|
package/lib/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export { BookedMeetingInfo, BookMeetingResponse, GuestServiceInterface } from '.
|
|
|
4
4
|
export { GuestService } from './guest/guest.service';
|
|
5
5
|
export { HostService } from './host/host.service';
|
|
6
6
|
export { addMetadataToBookingLink } from './host/url';
|
|
7
|
-
export { MeetingSource, MeetingSourceStatus, DayOfWeek, FormFieldType, CalendarType, MeetingLocationType, CalendarSource, RelativeTimeUnit, DateRangeType, TeamEventMeetingType } from './_internal/enums/index';
|
|
7
|
+
export { MeetingSource, MeetingSourceStatus, DayOfWeek, FormFieldType, CalendarType, MeetingLocationType, CalendarSource, RelativeTimeUnit, DateRangeType, TeamEventMeetingType, OnBoardingState } from './_internal/enums/index';
|
|
8
8
|
export { MeetingSourceQuery, MeetingSourceInfo, MeetingSourceListResponse, Contact, WeekdayAvailability, CreateCalendarRequest, CreateCalendarResponse, } from './_internal/objects/index';
|
|
9
9
|
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';
|
|
10
10
|
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, } from './_internal/interfaces/index';
|
package/lib/shared/meeting.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meeting as ApiMeeting } from '../_internal/objects';
|
|
2
|
-
import { AnswerInterface, AnswersInterface, AttachmentInterface,
|
|
2
|
+
import { AnswerInterface, AnswersInterface, AttachmentInterface, HostDetailsInterface } from '../_internal/interfaces';
|
|
3
3
|
import { TeamEventMeetingType } from '../_internal/enums';
|
|
4
4
|
export interface Attendee {
|
|
5
5
|
firstName: string;
|
|
@@ -45,7 +45,7 @@ export interface Meeting {
|
|
|
45
45
|
attachments: Required<AttachmentInterface>[];
|
|
46
46
|
location: string;
|
|
47
47
|
calendarId: string;
|
|
48
|
-
hostDetails:
|
|
48
|
+
hostDetails: HostDetailsInterface[];
|
|
49
49
|
meetingType: TeamEventMeetingType;
|
|
50
50
|
}
|
|
51
51
|
export declare function meetingFromApi(meetingApi: ApiMeeting): Meeting;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Preferences as APIPreferences } from '../_internal/objects';
|
|
2
|
-
import { CalendarSource, MeetingSource } from '../_internal/enums';
|
|
2
|
+
import { CalendarSource, MeetingSource, OnBoardingState } from '../_internal/enums';
|
|
3
3
|
import { TimeZoneInterface } from '../_internal/interfaces';
|
|
4
4
|
export interface Preferences {
|
|
5
5
|
timezone: TimeZoneInterface;
|
|
@@ -10,5 +10,6 @@ export interface Preferences {
|
|
|
10
10
|
noticeTime: number;
|
|
11
11
|
calendarSlug: string;
|
|
12
12
|
calendarIntegration: CalendarSource;
|
|
13
|
+
onBoardingState: OnBoardingState;
|
|
13
14
|
}
|
|
14
15
|
export declare function PreferencesFromApi(preferences: APIPreferences): Preferences;
|