@vendasta/meetings 1.8.1 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +37 -1
- package/esm2020/lib/_internal/objects/meeting-source.mjs +1 -1
- package/esm2020/lib/guest/guest.service.mjs +1 -1
- package/fesm2015/vendasta-meetings.mjs +36 -0
- package/fesm2015/vendasta-meetings.mjs.map +1 -1
- package/fesm2020/vendasta-meetings.mjs +36 -0
- package/fesm2020/vendasta-meetings.mjs.map +1 -1
- package/lib/_internal/interfaces/index.d.ts +1 -1
- package/lib/_internal/interfaces/meeting-guest.interface.d.ts +7 -0
- package/lib/_internal/interfaces/meeting-host.interface.d.ts +2 -0
- 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 +9 -0
- package/lib/_internal/objects/meeting-source.d.ts +1 -1
- package/lib/guest/guest.service.d.ts +10 -0
- package/package.json +1 -1
|
@@ -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, InfoExtensionsEntryInterface, SwaggerExtensionsEntryInterface, SecuritySchemeExtensionsEntryInterface, TagExtensionsEntryInterface, OperationExtensionsEntryInterface, JSONSchemaExtensionsEntryInterface, EnumSchemaExtensionsEntryInterface, ResponseExtensionsEntryInterface, 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';
|
|
@@ -18,6 +18,7 @@ export interface BookBatchMeetingRequestInterface {
|
|
|
18
18
|
location?: string;
|
|
19
19
|
bookingSource?: e.BookingSource;
|
|
20
20
|
bookingOriginId?: string;
|
|
21
|
+
uniqueRequestId?: string;
|
|
21
22
|
}
|
|
22
23
|
export interface BookBatchMeetingResponseInterface {
|
|
23
24
|
bookingGroupId?: string;
|
|
@@ -38,6 +39,7 @@ export interface BookMeetingRequestInterface {
|
|
|
38
39
|
userId?: string;
|
|
39
40
|
bookingSource?: e.BookingSource;
|
|
40
41
|
hasSmsConsent?: boolean;
|
|
42
|
+
uniqueRequestId?: string;
|
|
41
43
|
}
|
|
42
44
|
export interface BookMeetingResponseInterface {
|
|
43
45
|
meetingId?: string;
|
|
@@ -65,6 +67,8 @@ export interface GetGroupRequestInterface {
|
|
|
65
67
|
groupId?: string;
|
|
66
68
|
slug?: string;
|
|
67
69
|
hostId?: string;
|
|
70
|
+
uniqueRequestId?: string;
|
|
71
|
+
bookingSource?: e.BookingSource;
|
|
68
72
|
}
|
|
69
73
|
export interface GetGroupResponseInterface {
|
|
70
74
|
group?: GroupInterface;
|
|
@@ -95,6 +99,8 @@ export interface GetServiceRequestInterface {
|
|
|
95
99
|
serviceId?: string;
|
|
96
100
|
slug?: string;
|
|
97
101
|
hostId?: string;
|
|
102
|
+
uniqueRequestId?: string;
|
|
103
|
+
bookingSource?: e.BookingSource;
|
|
98
104
|
}
|
|
99
105
|
export interface GetServiceResponseInterface {
|
|
100
106
|
service?: ServiceInterface;
|
|
@@ -102,6 +108,7 @@ export interface GetServiceResponseInterface {
|
|
|
102
108
|
}
|
|
103
109
|
export interface GetServiceV2RequestInterface {
|
|
104
110
|
serviceId?: string;
|
|
111
|
+
uniqueRequestId?: string;
|
|
105
112
|
bookingSource?: e.BookingSource;
|
|
106
113
|
}
|
|
107
114
|
export interface GetServiceV2ResponseInterface {
|
|
@@ -184,6 +184,8 @@ export interface GetEntityAssociationResponseInterface {
|
|
|
184
184
|
}
|
|
185
185
|
export interface GetEventTypeByIdRequestInterface {
|
|
186
186
|
eventTypeId?: string;
|
|
187
|
+
uniqueRequestId?: string;
|
|
188
|
+
bookingSource?: e.BookingSource;
|
|
187
189
|
}
|
|
188
190
|
export interface GetEventTypeByIdResponseInterface {
|
|
189
191
|
meetingType?: MeetingTypeInterface;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i from '../interfaces';
|
|
1
|
+
import * as i from '../interfaces/google-meet.interface';
|
|
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, InfoExtensionsEntry, SwaggerExtensionsEntry, SecuritySchemeExtensionsEntry, TagExtensionsEntry, OperationExtensionsEntry, JSONSchemaExtensionsEntry, EnumSchemaExtensionsEntry, ResponseExtensionsEntry, 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';
|
|
@@ -20,6 +20,7 @@ export declare class BookBatchMeetingRequest implements i.BookBatchMeetingReques
|
|
|
20
20
|
location: string;
|
|
21
21
|
bookingSource: e.BookingSource;
|
|
22
22
|
bookingOriginId: string;
|
|
23
|
+
uniqueRequestId: string;
|
|
23
24
|
static fromProto(proto: any): BookBatchMeetingRequest;
|
|
24
25
|
constructor(kwargs?: i.BookBatchMeetingRequestInterface);
|
|
25
26
|
toApiJson(): object;
|
|
@@ -46,6 +47,7 @@ export declare class BookMeetingRequest implements i.BookMeetingRequestInterface
|
|
|
46
47
|
userId: string;
|
|
47
48
|
bookingSource: e.BookingSource;
|
|
48
49
|
hasSmsConsent: boolean;
|
|
50
|
+
uniqueRequestId: string;
|
|
49
51
|
static fromProto(proto: any): BookMeetingRequest;
|
|
50
52
|
constructor(kwargs?: i.BookMeetingRequestInterface);
|
|
51
53
|
toApiJson(): object;
|
|
@@ -94,6 +96,8 @@ export declare class GetGroupRequest implements i.GetGroupRequestInterface {
|
|
|
94
96
|
groupId: string;
|
|
95
97
|
slug: string;
|
|
96
98
|
hostId: string;
|
|
99
|
+
uniqueRequestId: string;
|
|
100
|
+
bookingSource: e.BookingSource;
|
|
97
101
|
static fromProto(proto: any): GetGroupRequest;
|
|
98
102
|
constructor(kwargs?: i.GetGroupRequestInterface);
|
|
99
103
|
toApiJson(): object;
|
|
@@ -134,6 +138,8 @@ export declare class GetMeetingCalendarInfoResponse implements i.GetMeetingCalen
|
|
|
134
138
|
export declare class GetMeetingTypeRequest implements i.GetMeetingTypeRequestInterface {
|
|
135
139
|
calendarSlug: string;
|
|
136
140
|
meetingTypeSlug: string;
|
|
141
|
+
uniqueRequestId: string;
|
|
142
|
+
bookingSource: e.BookingSource;
|
|
137
143
|
static fromProto(proto: any): GetMeetingTypeRequest;
|
|
138
144
|
constructor(kwargs?: i.GetMeetingTypeRequestInterface);
|
|
139
145
|
toApiJson(): object;
|
|
@@ -148,6 +154,8 @@ export declare class GetServiceRequest implements i.GetServiceRequestInterface {
|
|
|
148
154
|
serviceId: string;
|
|
149
155
|
slug: string;
|
|
150
156
|
hostId: string;
|
|
157
|
+
uniqueRequestId: string;
|
|
158
|
+
bookingSource: e.BookingSource;
|
|
151
159
|
static fromProto(proto: any): GetServiceRequest;
|
|
152
160
|
constructor(kwargs?: i.GetServiceRequestInterface);
|
|
153
161
|
toApiJson(): object;
|
|
@@ -161,6 +169,7 @@ export declare class GetServiceResponse implements i.GetServiceResponseInterface
|
|
|
161
169
|
}
|
|
162
170
|
export declare class GetServiceV2Request implements i.GetServiceV2RequestInterface {
|
|
163
171
|
serviceId: string;
|
|
172
|
+
uniqueRequestId: string;
|
|
164
173
|
bookingSource: e.BookingSource;
|
|
165
174
|
static fromProto(proto: any): GetServiceV2Request;
|
|
166
175
|
constructor(kwargs?: i.GetServiceV2RequestInterface);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i from '../interfaces';
|
|
1
|
+
import * as i from '../interfaces/meeting-source.interface';
|
|
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 {
|
|
@@ -54,6 +54,8 @@ export declare class GuestService implements GuestServiceInterface {
|
|
|
54
54
|
metadata?: {
|
|
55
55
|
[name: string]: string;
|
|
56
56
|
};
|
|
57
|
+
uniqueRequestId?: string;
|
|
58
|
+
bookingSource?: BookingSource;
|
|
57
59
|
}): Observable<MeetingType>;
|
|
58
60
|
listMeetingTypes(req: {
|
|
59
61
|
hostId: string;
|
|
@@ -85,6 +87,7 @@ export declare class GuestService implements GuestServiceInterface {
|
|
|
85
87
|
userId?: string;
|
|
86
88
|
bookingSource?: BookingSource;
|
|
87
89
|
hasSmsConsent?: boolean;
|
|
90
|
+
uniqueRequestId?: string;
|
|
88
91
|
}): Observable<BookMeetingResponse>;
|
|
89
92
|
cancelMeeting(req: {
|
|
90
93
|
authToken: string;
|
|
@@ -118,10 +121,14 @@ export declare class GuestService implements GuestServiceInterface {
|
|
|
118
121
|
getGroup(req: {
|
|
119
122
|
groupId: string;
|
|
120
123
|
slug: string;
|
|
124
|
+
uniqueRequestId?: string;
|
|
125
|
+
bookingSource?: BookingSource;
|
|
121
126
|
}): Observable<GetGroupResponse>;
|
|
122
127
|
getService(req: {
|
|
123
128
|
serviceId: string;
|
|
124
129
|
slug: string;
|
|
130
|
+
uniqueRequestId?: string;
|
|
131
|
+
bookingSource?: BookingSource;
|
|
125
132
|
}): Observable<GetServiceResponse>;
|
|
126
133
|
getSessionMeetingInfo(req: {
|
|
127
134
|
sessionMeetingId: string;
|
|
@@ -149,6 +156,8 @@ export declare class GuestService implements GuestServiceInterface {
|
|
|
149
156
|
}): Observable<CheckFeatureFlagResponse>;
|
|
150
157
|
getServiceV2(req: {
|
|
151
158
|
serviceId: string;
|
|
159
|
+
uniqueRequestId?: string;
|
|
160
|
+
bookingSource?: BookingSource;
|
|
152
161
|
}): Observable<GetServiceV2Response>;
|
|
153
162
|
listBatchAvailableTimeSlots(req: {
|
|
154
163
|
targets: BatchEventTypeTargetInterface[];
|
|
@@ -168,6 +177,7 @@ export declare class GuestService implements GuestServiceInterface {
|
|
|
168
177
|
location?: string;
|
|
169
178
|
bookingSource?: BookingSource;
|
|
170
179
|
bookingOriginId?: string;
|
|
180
|
+
uniqueRequestId?: string;
|
|
171
181
|
}): Observable<BookBatchMeetingResponse>;
|
|
172
182
|
rescheduleBatchMeeting(req: {
|
|
173
183
|
id: string;
|