@vendasta/meetings 1.9.0 → 1.9.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/meeting-type.enum.mjs +3 -2
- 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/objects/google-meet.mjs +1 -1
- package/esm2020/lib/_internal/objects/groups-and-services.mjs +1 -1
- package/esm2020/lib/_internal/objects/index.mjs +2 -2
- package/esm2020/lib/_internal/objects/meeting-guest.mjs +25 -1
- package/esm2020/lib/_internal/objects/meeting-host.mjs +25 -1
- package/esm2020/lib/_internal/objects/meeting-source.mjs +1 -1
- package/esm2020/lib/guest/guest.service.mjs +1 -1
- package/esm2020/lib/host/host.service.mjs +1 -1
- package/fesm2015/vendasta-meetings.mjs +50 -1
- package/fesm2015/vendasta-meetings.mjs.map +1 -1
- package/fesm2020/vendasta-meetings.mjs +50 -1
- package/fesm2020/vendasta-meetings.mjs.map +1 -1
- package/lib/_internal/enums/meeting-type.enum.d.ts +3 -2
- package/lib/_internal/interfaces/index.d.ts +1 -1
- package/lib/_internal/interfaces/meeting-guest.interface.d.ts +6 -0
- package/lib/_internal/interfaces/meeting-host.interface.d.ts +4 -2
- package/lib/_internal/objects/google-meet.d.ts +1 -1
- package/lib/_internal/objects/groups-and-services.d.ts +1 -1
- package/lib/_internal/objects/index.d.ts +1 -1
- package/lib/_internal/objects/meeting-guest.d.ts +4 -0
- package/lib/_internal/objects/meeting-host.d.ts +4 -0
- package/lib/_internal/objects/meeting-source.d.ts +1 -1
- package/lib/guest/guest.service.d.ts +4 -0
- package/lib/host/host.service.d.ts +4 -0
- package/package.json +1 -1
|
@@ -8,9 +8,10 @@ export declare enum BookingSource {
|
|
|
8
8
|
BOOKING_SOURCE_BOOKING_FORM = 1,
|
|
9
9
|
BOOKING_SOURCE_AI_VOICE = 2,
|
|
10
10
|
BOOKING_SOURCE_AI_CHAT = 3,
|
|
11
|
-
|
|
11
|
+
BOOKING_SOURCE_HOST_CALENDAR_UI = 4,
|
|
12
12
|
BOOKING_SOURCE_API_INTEGRATION = 5,
|
|
13
|
-
BOOKING_SOURCE_CRM = 6
|
|
13
|
+
BOOKING_SOURCE_CRM = 6,
|
|
14
|
+
BOOKING_SOURCE_HOST_CALENDAR_WEBHOOK = 7
|
|
14
15
|
}
|
|
15
16
|
export declare enum DateRangeType {
|
|
16
17
|
RELATIVE = 0,
|
|
@@ -10,6 +10,6 @@ export { AvailableTimeSlotsRequestInterface, AvailableTimeSlotsResponseInterface
|
|
|
10
10
|
export { FieldMaskInterface, } from './field-mask.interface';
|
|
11
11
|
export { IsCalendarConfiguredRequestApplicationContextPropertiesEntryInterface, BuildHostIdRequestApplicationContextPropertiesEntryInterface, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntryInterface, AvailabilityRuleInterface, AvailabilityRuleListInterface, BookedMeetingV2Interface, BuildHostIdRequestInterface, BuildHostIdResponseInterface, GetMeetingTypesForCalendarsResponseCalendarMeetingTypesMapEntryInterface, CalendarMigrationResponseInterface, CancelMeetingRequestInterface, CheckEventTypeSlugExistRequestInterface, CheckEventTypeSlugExistResponseInterface, CheckGroupOrServiceSlugExistRequestInterface, CheckGroupOrServiceSlugExistResponseInterface, CreateAvailabilityRequestInterface, CreateAvailabilityResponseInterface, CreateCalendarRequestInterface, CreateCalendarResponseInterface, CreateDefaultMeetingTypesRequestInterface, CreateGroupRequestInterface, CreateGroupResponseInterface, CreateMeetingTypeRequestInterface, CreateMeetingTypeResponseInterface, CreateServiceRequestInterface, CreateServiceResponseInterface, DeleteAvailabilityRequestInterface, DeleteGroupRequestInterface, DeleteMeetingTypeRequestInterface, DeleteServiceRequestInterface, DoesCalendarExistRequestInterface, DoesCalendarExistResponseInterface, EnsureGroupCalendarsExistRequestInterface, EnsureGroupCalendarsExistResponseInterface, EnsurePersonalCalendarExistsRequestInterface, EnsurePersonalCalendarExistsResponseInterface, EnsureSessionEventCalendarsExistRequestInterface, EnsureSessionEventCalendarsExistResponseInterface, EventTypeSummaryInterface, ListAvailabilityRequestFiltersInterface, ListBookedMeetingsRequestFiltersInterface, GetEntityAssociationRequestInterface, GetEntityAssociationResponseInterface, GetEventTypeByIdRequestInterface, GetEventTypeByIdResponseInterface, GetHostMeetingRequestInterface, GetHostMeetingResponseInterface, GetHostPreferencesRequestInterface, GetHostPreferencesResponseInterface, GetHostsForCalendarRequestInterface, GetHostsForCalendarResponseInterface, GetMeetingTypesForCalendarsRequestInterface, GetMeetingTypesForCalendarsResponseInterface, HostBookBatchMeetingRequestInterface, HostBookBatchMeetingResponseInterface, HostBookMeetingRequestInterface, HostBookMeetingResponseInterface, HostBookSessionRequestInterface, HostBookSessionResponseInterface, HostCancelBatchMeetingRequestInterface, HostDeleteAttendeesRequestInterface, HostDetailsInterface, HostGetCalendarRequestInterface, HostGetCalendarResponseInterface, HostGetMeetingTypeRequestInterface, HostGetMeetingTypeResponseInterface, HostListBatchAvailableTimeSlotsRequestInterface, HostListBatchAvailableTimeSlotsResponseInterface, HostListMeetingTypesRequestInterface, HostListMeetingTypesResponseInterface, HostRescheduleBatchMeetingRequestInterface, GetHostsForCalendarResponseHostUserAvailabilityRuleEntryInterface, IsCalendarConfiguredRequestInterface, IsCalendarConfiguredResponseInterface, IsHostConfiguredRequestInterface, IsHostConfiguredResponseInterface, ListAttendeesRequestInterface, ListAttendeesResponseInterface, ListAvailabilityRequestInterface, ListAvailabilityResponseInterface, ListAvailableTimeslotsForRecurringSessionRequestInterface, ListAvailableTimeslotsForRecurringSessionResponseInterface, ListAvailableTimeslotsForSessionRequestInterface, ListAvailableTimeslotsForSessionResponseInterface, ListBookedMeetingsRequestInterface, ListBookedMeetingsResponseInterface, ListBookedMeetingsV2RequestInterface, ListBookedMeetingsV2ResponseInterface, ListBookingTypesForAIRequestInterface, ListBookingTypesForAIResponseInterface, ListEventTypesForMultipleCalendarsRequestInterface, ListEventTypesForMultipleCalendarsResponseInterface, ListGroupsRequestInterface, ListGroupsResponseInterface, ListServicesRequestInterface, ListServicesResponseInterface, MeetingInterface, MeetingTypeListInterface, UpdateMeetingMetadataRequestMetadataEntryInterface, HostBookBatchMeetingRequestMetadataEntryInterface, MeetingMetadataEntryInterface, RecurrenceConfigInterface, RecurrenceEndInterface, RescheduleMeetingRequestInterface, SendMeetingRequestEmailRequestInterface, SessionAttendeesInterface, SetGeneralAvailabilityRequestInterface, TimeSlotsByWeekDayInterface, UpdateAvailabilityRequestInterface, UpdateCalendarRequestInterface, UpdateGroupRequestInterface, UpdateHostPreferencesRequestInterface, UpdateMeetingMetadataRequestInterface, UpdateMeetingTypeRequestInterface, UpdateServiceRequestInterface, WeekdayAvailabilityInterface, } from './meeting-host.interface';
|
|
12
12
|
export { AccessInterface, MCPOptionsInterface, } from './annotations.interface';
|
|
13
|
-
export { EnumSchemaInterface, ResponseExamplesEntryInterface,
|
|
13
|
+
export { EnumSchemaInterface, ResponseExamplesEntryInterface, ResponseExtensionsEntryInterface, SwaggerExtensionsEntryInterface, SecuritySchemeExtensionsEntryInterface, TagExtensionsEntryInterface, OperationExtensionsEntryInterface, JSONSchemaExtensionsEntryInterface, EnumSchemaExtensionsEntryInterface, InfoExtensionsEntryInterface, ExternalDocumentationInterface, JSONSchemaFieldConfigurationInterface, HeaderInterface, HeaderParameterInterface, ResponseHeadersEntryInterface, InfoInterface, JSONSchemaInterface, LicenseInterface, OperationInterface, ParametersInterface, ResponseInterface, OperationResponsesEntryInterface, SwaggerResponsesEntryInterface, SchemaInterface, ScopesScopeEntryInterface, ScopesInterface, SecurityDefinitionsInterface, SecurityDefinitionsSecurityEntryInterface, SecurityRequirementInterface, SecurityRequirementSecurityRequirementEntryInterface, SecurityRequirementSecurityRequirementValueInterface, SecuritySchemeInterface, SwaggerInterface, TagInterface, } from './openapiv2.interface';
|
|
14
14
|
export { TimeOfDayInterface, } from './timeofday.interface';
|
|
15
15
|
export { DateTimeInterface, TimeZoneInterface, } from './datetime.interface';
|
|
@@ -48,6 +48,7 @@ export interface BookMeetingResponseInterface {
|
|
|
48
48
|
export interface CancelBatchMeetingRequestInterface {
|
|
49
49
|
id?: string;
|
|
50
50
|
cancellationReason?: string;
|
|
51
|
+
bookingSource?: e.BookingSource;
|
|
51
52
|
}
|
|
52
53
|
export interface CheckFeatureFlagRequestInterface {
|
|
53
54
|
fieldType?: e.FeatureFlagFieldType;
|
|
@@ -91,6 +92,8 @@ export interface GetMeetingCalendarInfoResponseInterface {
|
|
|
91
92
|
export interface GetMeetingTypeRequestInterface {
|
|
92
93
|
calendarSlug?: string;
|
|
93
94
|
meetingTypeSlug?: string;
|
|
95
|
+
uniqueRequestId?: string;
|
|
96
|
+
bookingSource?: e.BookingSource;
|
|
94
97
|
}
|
|
95
98
|
export interface GetMeetingTypeResponseInterface {
|
|
96
99
|
meetingType?: MeetingTypeInterface;
|
|
@@ -154,6 +157,7 @@ export interface GuestCancelMeetingRequestInterface {
|
|
|
154
157
|
meetingId?: string;
|
|
155
158
|
authToken?: string;
|
|
156
159
|
cancellationReason?: string;
|
|
160
|
+
bookingSource?: e.BookingSource;
|
|
157
161
|
}
|
|
158
162
|
export interface GuestGetBookedMeetingRequestInterface {
|
|
159
163
|
meetingId?: string;
|
|
@@ -211,6 +215,7 @@ export interface GuestRescheduleMeetingRequestInterface {
|
|
|
211
215
|
start?: Date;
|
|
212
216
|
timeZone?: TimeZoneInterface;
|
|
213
217
|
location?: string;
|
|
218
|
+
bookingSource?: e.BookingSource;
|
|
214
219
|
}
|
|
215
220
|
export interface InviteeDeregisterSessionMeetingRequestInterface {
|
|
216
221
|
sessionInviteeId?: string;
|
|
@@ -314,6 +319,7 @@ export interface RescheduleBatchMeetingRequestInterface {
|
|
|
314
319
|
start?: Date;
|
|
315
320
|
timeZone?: TimeZoneInterface;
|
|
316
321
|
location?: string;
|
|
322
|
+
bookingSource?: e.BookingSource;
|
|
317
323
|
}
|
|
318
324
|
export interface ServiceEventTypeInterface {
|
|
319
325
|
id?: string;
|
|
@@ -53,6 +53,7 @@ export interface CancelMeetingRequestInterface {
|
|
|
53
53
|
cancellationReason?: string;
|
|
54
54
|
isSeriesCancellation?: boolean;
|
|
55
55
|
sessionId?: string;
|
|
56
|
+
bookingSource?: e.BookingSource;
|
|
56
57
|
}
|
|
57
58
|
export interface CheckEventTypeSlugExistRequestInterface {
|
|
58
59
|
calendarId?: string;
|
|
@@ -184,8 +185,6 @@ export interface GetEntityAssociationResponseInterface {
|
|
|
184
185
|
}
|
|
185
186
|
export interface GetEventTypeByIdRequestInterface {
|
|
186
187
|
eventTypeId?: string;
|
|
187
|
-
uniqueRequestId?: string;
|
|
188
|
-
bookingSource?: e.BookingSource;
|
|
189
188
|
}
|
|
190
189
|
export interface GetEventTypeByIdResponseInterface {
|
|
191
190
|
meetingType?: MeetingTypeInterface;
|
|
@@ -277,6 +276,7 @@ export interface HostBookSessionResponseInterface {
|
|
|
277
276
|
export interface HostCancelBatchMeetingRequestInterface {
|
|
278
277
|
id?: string;
|
|
279
278
|
cancellationReason?: string;
|
|
279
|
+
bookingSource?: e.BookingSource;
|
|
280
280
|
}
|
|
281
281
|
export interface HostDeleteAttendeesRequestInterface {
|
|
282
282
|
meetingId?: string;
|
|
@@ -319,6 +319,7 @@ export interface HostRescheduleBatchMeetingRequestInterface {
|
|
|
319
319
|
start?: Date;
|
|
320
320
|
location?: string;
|
|
321
321
|
timeZone?: TimeZoneInterface;
|
|
322
|
+
bookingSource?: e.BookingSource;
|
|
322
323
|
}
|
|
323
324
|
export interface GetHostsForCalendarResponseHostUserAvailabilityRuleEntryInterface {
|
|
324
325
|
key?: string;
|
|
@@ -479,6 +480,7 @@ export interface RescheduleMeetingRequestInterface {
|
|
|
479
480
|
start?: Date;
|
|
480
481
|
sessionId?: string;
|
|
481
482
|
isRecurring?: boolean;
|
|
483
|
+
bookingSource?: e.BookingSource;
|
|
482
484
|
}
|
|
483
485
|
export interface SendMeetingRequestEmailRequestInterface {
|
|
484
486
|
contactId?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i from '../interfaces
|
|
1
|
+
import * as i from '../interfaces';
|
|
2
2
|
export declare function enumStringToValue<E>(enumRef: any, value: string): E;
|
|
3
3
|
export declare class GoogleMeetConferenceData implements i.GoogleMeetConferenceDataInterface {
|
|
4
4
|
conferenceId: string;
|
|
@@ -10,6 +10,6 @@ export { AvailableTimeSlotsRequest, AvailableTimeSlotsResponse, BookMeetingExter
|
|
|
10
10
|
export { FieldMask, } from './field-mask';
|
|
11
11
|
export { IsCalendarConfiguredRequestApplicationContextPropertiesEntry, BuildHostIdRequestApplicationContextPropertiesEntry, EnsurePersonalCalendarExistsRequestApplicationContextPropertiesEntry, AvailabilityRule, AvailabilityRuleList, BookedMeetingV2, BuildHostIdRequest, BuildHostIdResponse, GetMeetingTypesForCalendarsResponseCalendarMeetingTypesMapEntry, CalendarMigrationResponse, CancelMeetingRequest, CheckEventTypeSlugExistRequest, CheckEventTypeSlugExistResponse, CheckGroupOrServiceSlugExistRequest, CheckGroupOrServiceSlugExistResponse, CreateAvailabilityRequest, CreateAvailabilityResponse, CreateCalendarRequest, CreateCalendarResponse, CreateDefaultMeetingTypesRequest, CreateGroupRequest, CreateGroupResponse, CreateMeetingTypeRequest, CreateMeetingTypeResponse, CreateServiceRequest, CreateServiceResponse, DeleteAvailabilityRequest, DeleteGroupRequest, DeleteMeetingTypeRequest, DeleteServiceRequest, DoesCalendarExistRequest, DoesCalendarExistResponse, EnsureGroupCalendarsExistRequest, EnsureGroupCalendarsExistResponse, EnsurePersonalCalendarExistsRequest, EnsurePersonalCalendarExistsResponse, EnsureSessionEventCalendarsExistRequest, EnsureSessionEventCalendarsExistResponse, EventTypeSummary, ListAvailabilityRequestFilters, ListBookedMeetingsRequestFilters, GetEntityAssociationRequest, GetEntityAssociationResponse, GetEventTypeByIdRequest, GetEventTypeByIdResponse, GetHostMeetingRequest, GetHostMeetingResponse, GetHostPreferencesRequest, GetHostPreferencesResponse, GetHostsForCalendarRequest, GetHostsForCalendarResponse, GetMeetingTypesForCalendarsRequest, GetMeetingTypesForCalendarsResponse, HostBookBatchMeetingRequest, HostBookBatchMeetingResponse, HostBookMeetingRequest, HostBookMeetingResponse, HostBookSessionRequest, HostBookSessionResponse, HostCancelBatchMeetingRequest, HostDeleteAttendeesRequest, HostDetails, HostGetCalendarRequest, HostGetCalendarResponse, HostGetMeetingTypeRequest, HostGetMeetingTypeResponse, HostListBatchAvailableTimeSlotsRequest, HostListBatchAvailableTimeSlotsResponse, HostListMeetingTypesRequest, HostListMeetingTypesResponse, HostRescheduleBatchMeetingRequest, GetHostsForCalendarResponseHostUserAvailabilityRuleEntry, IsCalendarConfiguredRequest, IsCalendarConfiguredResponse, IsHostConfiguredRequest, IsHostConfiguredResponse, ListAttendeesRequest, ListAttendeesResponse, ListAvailabilityRequest, ListAvailabilityResponse, ListAvailableTimeslotsForRecurringSessionRequest, ListAvailableTimeslotsForRecurringSessionResponse, ListAvailableTimeslotsForSessionRequest, ListAvailableTimeslotsForSessionResponse, ListBookedMeetingsRequest, ListBookedMeetingsResponse, ListBookedMeetingsV2Request, ListBookedMeetingsV2Response, ListBookingTypesForAIRequest, ListBookingTypesForAIResponse, ListEventTypesForMultipleCalendarsRequest, ListEventTypesForMultipleCalendarsResponse, ListGroupsRequest, ListGroupsResponse, ListServicesRequest, ListServicesResponse, Meeting, MeetingTypeList, UpdateMeetingMetadataRequestMetadataEntry, HostBookBatchMeetingRequestMetadataEntry, MeetingMetadataEntry, RecurrenceConfig, RecurrenceEnd, RescheduleMeetingRequest, SendMeetingRequestEmailRequest, SessionAttendees, SetGeneralAvailabilityRequest, TimeSlotsByWeekDay, UpdateAvailabilityRequest, UpdateCalendarRequest, UpdateGroupRequest, UpdateHostPreferencesRequest, UpdateMeetingMetadataRequest, UpdateMeetingTypeRequest, UpdateServiceRequest, WeekdayAvailability, } from './meeting-host';
|
|
12
12
|
export { Access, MCPOptions, } from './annotations';
|
|
13
|
-
export { EnumSchema, ResponseExamplesEntry,
|
|
13
|
+
export { EnumSchema, ResponseExamplesEntry, ResponseExtensionsEntry, SwaggerExtensionsEntry, SecuritySchemeExtensionsEntry, TagExtensionsEntry, OperationExtensionsEntry, JSONSchemaExtensionsEntry, EnumSchemaExtensionsEntry, InfoExtensionsEntry, ExternalDocumentation, JSONSchemaFieldConfiguration, Header, HeaderParameter, ResponseHeadersEntry, Info, JSONSchema, License, Operation, Parameters, Response, OperationResponsesEntry, SwaggerResponsesEntry, Schema, ScopesScopeEntry, Scopes, SecurityDefinitions, SecurityDefinitionsSecurityEntry, SecurityRequirement, SecurityRequirementSecurityRequirementEntry, SecurityRequirementSecurityRequirementValue, SecurityScheme, Swagger, Tag, } from './openapiv2';
|
|
14
14
|
export { TimeOfDay, } from './timeofday';
|
|
15
15
|
export { DateTime, TimeZone, } from './datetime';
|
|
@@ -62,6 +62,7 @@ export declare class BookMeetingResponse implements i.BookMeetingResponseInterfa
|
|
|
62
62
|
export declare class CancelBatchMeetingRequest implements i.CancelBatchMeetingRequestInterface {
|
|
63
63
|
id: string;
|
|
64
64
|
cancellationReason: string;
|
|
65
|
+
bookingSource: e.BookingSource;
|
|
65
66
|
static fromProto(proto: any): CancelBatchMeetingRequest;
|
|
66
67
|
constructor(kwargs?: i.CancelBatchMeetingRequestInterface);
|
|
67
68
|
toApiJson(): object;
|
|
@@ -233,6 +234,7 @@ export declare class GuestCancelMeetingRequest implements i.GuestCancelMeetingRe
|
|
|
233
234
|
meetingId: string;
|
|
234
235
|
authToken: string;
|
|
235
236
|
cancellationReason: string;
|
|
237
|
+
bookingSource: e.BookingSource;
|
|
236
238
|
static fromProto(proto: any): GuestCancelMeetingRequest;
|
|
237
239
|
constructor(kwargs?: i.GuestCancelMeetingRequestInterface);
|
|
238
240
|
toApiJson(): object;
|
|
@@ -311,6 +313,7 @@ export declare class GuestRescheduleMeetingRequest implements i.GuestRescheduleM
|
|
|
311
313
|
start: Date;
|
|
312
314
|
timeZone: TimeZone;
|
|
313
315
|
location: string;
|
|
316
|
+
bookingSource: e.BookingSource;
|
|
314
317
|
static fromProto(proto: any): GuestRescheduleMeetingRequest;
|
|
315
318
|
constructor(kwargs?: i.GuestRescheduleMeetingRequestInterface);
|
|
316
319
|
toApiJson(): object;
|
|
@@ -462,6 +465,7 @@ export declare class RescheduleBatchMeetingRequest implements i.RescheduleBatchM
|
|
|
462
465
|
start: Date;
|
|
463
466
|
timeZone: TimeZone;
|
|
464
467
|
location: string;
|
|
468
|
+
bookingSource: e.BookingSource;
|
|
465
469
|
static fromProto(proto: any): RescheduleBatchMeetingRequest;
|
|
466
470
|
constructor(kwargs?: i.RescheduleBatchMeetingRequestInterface);
|
|
467
471
|
toApiJson(): object;
|
|
@@ -85,6 +85,7 @@ export declare class CancelMeetingRequest implements i.CancelMeetingRequestInter
|
|
|
85
85
|
cancellationReason: string;
|
|
86
86
|
isSeriesCancellation: boolean;
|
|
87
87
|
sessionId: string;
|
|
88
|
+
bookingSource: e.BookingSource;
|
|
88
89
|
static fromProto(proto: any): CancelMeetingRequest;
|
|
89
90
|
constructor(kwargs?: i.CancelMeetingRequestInterface);
|
|
90
91
|
toApiJson(): object;
|
|
@@ -454,6 +455,7 @@ export declare class HostBookSessionResponse implements i.HostBookSessionRespons
|
|
|
454
455
|
export declare class HostCancelBatchMeetingRequest implements i.HostCancelBatchMeetingRequestInterface {
|
|
455
456
|
id: string;
|
|
456
457
|
cancellationReason: string;
|
|
458
|
+
bookingSource: e.BookingSource;
|
|
457
459
|
static fromProto(proto: any): HostCancelBatchMeetingRequest;
|
|
458
460
|
constructor(kwargs?: i.HostCancelBatchMeetingRequestInterface);
|
|
459
461
|
toApiJson(): object;
|
|
@@ -529,6 +531,7 @@ export declare class HostRescheduleBatchMeetingRequest implements i.HostReschedu
|
|
|
529
531
|
start: Date;
|
|
530
532
|
location: string;
|
|
531
533
|
timeZone: TimeZone;
|
|
534
|
+
bookingSource: e.BookingSource;
|
|
532
535
|
static fromProto(proto: any): HostRescheduleBatchMeetingRequest;
|
|
533
536
|
constructor(kwargs?: i.HostRescheduleBatchMeetingRequestInterface);
|
|
534
537
|
toApiJson(): object;
|
|
@@ -788,6 +791,7 @@ export declare class RescheduleMeetingRequest implements i.RescheduleMeetingRequ
|
|
|
788
791
|
start: Date;
|
|
789
792
|
sessionId: string;
|
|
790
793
|
isRecurring: boolean;
|
|
794
|
+
bookingSource: e.BookingSource;
|
|
791
795
|
static fromProto(proto: any): RescheduleMeetingRequest;
|
|
792
796
|
constructor(kwargs?: i.RescheduleMeetingRequestInterface);
|
|
793
797
|
toApiJson(): object;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i from '../interfaces
|
|
1
|
+
import * as i from '../interfaces';
|
|
2
2
|
import * as e from '../enums';
|
|
3
3
|
export declare function enumStringToValue<E>(enumRef: any, value: string): E;
|
|
4
4
|
export declare class MeetingSourceInfo implements i.MeetingSourceInfoInterface {
|
|
@@ -93,6 +93,7 @@ export declare class GuestService implements GuestServiceInterface {
|
|
|
93
93
|
authToken: string;
|
|
94
94
|
meetingId: string;
|
|
95
95
|
cancellationReason: string;
|
|
96
|
+
bookingSource?: BookingSource;
|
|
96
97
|
}): Observable<null>;
|
|
97
98
|
rescheduleMeeting(req: {
|
|
98
99
|
authToken: string;
|
|
@@ -100,6 +101,7 @@ export declare class GuestService implements GuestServiceInterface {
|
|
|
100
101
|
start: Date;
|
|
101
102
|
timeZone?: TimeZoneInterface;
|
|
102
103
|
location?: string;
|
|
104
|
+
bookingSource?: BookingSource;
|
|
103
105
|
}): Observable<null>;
|
|
104
106
|
getHost(req: {
|
|
105
107
|
hostId: string;
|
|
@@ -114,6 +116,7 @@ export declare class GuestService implements GuestServiceInterface {
|
|
|
114
116
|
cancelBatchMeeting(req: {
|
|
115
117
|
id: string;
|
|
116
118
|
cancellationReason?: string;
|
|
119
|
+
bookingSource?: BookingSource;
|
|
117
120
|
}): Observable<null>;
|
|
118
121
|
isHostConfigured(req: {
|
|
119
122
|
hostId: string;
|
|
@@ -184,6 +187,7 @@ export declare class GuestService implements GuestServiceInterface {
|
|
|
184
187
|
start: Date;
|
|
185
188
|
timeZone?: TimeZoneInterface;
|
|
186
189
|
location?: string;
|
|
190
|
+
bookingSource?: BookingSource;
|
|
187
191
|
}): Observable<null>;
|
|
188
192
|
listGuestBookedMeetings(req: {
|
|
189
193
|
phoneNumber?: PhoneFieldsInterface;
|
|
@@ -91,10 +91,12 @@ export declare class HostService {
|
|
|
91
91
|
cancelMeeting(req: {
|
|
92
92
|
meetingId: string;
|
|
93
93
|
cancellationReason: string;
|
|
94
|
+
bookingSource?: BookingSource;
|
|
94
95
|
}): Observable<null>;
|
|
95
96
|
rescheduleMeeting(req: {
|
|
96
97
|
meetingId: string;
|
|
97
98
|
start: Date;
|
|
99
|
+
bookingSource?: BookingSource;
|
|
98
100
|
}): Observable<null>;
|
|
99
101
|
listAvailability(req: {
|
|
100
102
|
filters: ListAvailabilityRequestFiltersInterface;
|
|
@@ -154,10 +156,12 @@ export declare class HostService {
|
|
|
154
156
|
start: Date;
|
|
155
157
|
location?: string;
|
|
156
158
|
timeZone?: TimeZoneInterface;
|
|
159
|
+
bookingSource?: BookingSource;
|
|
157
160
|
}): Observable<null>;
|
|
158
161
|
hostCancelBatchMeeting(req: {
|
|
159
162
|
id: string;
|
|
160
163
|
cancellationReason?: string;
|
|
164
|
+
bookingSource?: BookingSource;
|
|
161
165
|
}): Observable<null>;
|
|
162
166
|
hostListBatchAvailableTimeSlots(req: {
|
|
163
167
|
hostId: string;
|