@vendasta/meetings 0.93.5 → 0.94.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/meeting-guest.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/meeting-host.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/meeting-source.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/shared.interface.mjs +1 -1
- package/esm2020/lib/_internal/objects/meeting-guest.mjs +1 -1
- package/esm2020/lib/_internal/objects/meeting-host.mjs +1 -1
- package/esm2020/lib/_internal/objects/meeting-source.mjs +4 -1
- package/esm2020/lib/_internal/objects/shared.mjs +1 -1
- package/esm2020/lib/index.mjs +2 -2
- package/esm2020/lib/meetings.service.mjs +5 -3
- package/esm2020/lib/shared/index.mjs +2 -1
- package/esm2020/lib/shared/origin.mjs +8 -0
- package/fesm2015/vendasta-meetings.mjs +16 -3
- package/fesm2015/vendasta-meetings.mjs.map +1 -1
- package/fesm2020/vendasta-meetings.mjs +16 -3
- package/fesm2020/vendasta-meetings.mjs.map +1 -1
- package/lib/_internal/interfaces/meeting-source.interface.d.ts +1 -0
- package/lib/_internal/objects/meeting-source.d.ts +1 -0
- package/lib/index.d.ts +1 -1
- package/lib/meetings.service.d.ts +2 -2
- package/lib/shared/index.d.ts +1 -0
- package/lib/shared/origin.d.ts +6 -0
- package/package.json +1 -1
|
@@ -13,6 +13,7 @@ export declare class MeetingSourceListRequest implements i.MeetingSourceListRequ
|
|
|
13
13
|
iamUserId: string;
|
|
14
14
|
queriedSources: MeetingSourceQuery[];
|
|
15
15
|
namespace: string;
|
|
16
|
+
origin: string;
|
|
16
17
|
static fromProto(proto: any): MeetingSourceListRequest;
|
|
17
18
|
constructor(kwargs?: i.MeetingSourceListRequestInterface);
|
|
18
19
|
toApiJson(): object;
|
package/lib/index.d.ts
CHANGED
|
@@ -5,5 +5,5 @@ export { HostService } from './host/host.service';
|
|
|
5
5
|
export { addMetadataToBookingLink } from './host/url';
|
|
6
6
|
export { MeetingSource, MeetingSourceStatus, DayOfWeek, FormFieldType, CalendarType, MeetingLocationType, } from './_internal/enums/index';
|
|
7
7
|
export { MeetingSourceQuery, MeetingSourceInfo, MeetingSourceListResponse, Contact, WeekdayAvailability, CreateCalendarRequest, CreateCalendarResponse, } from './_internal/objects/index';
|
|
8
|
-
export { Host, TimeSpan, PagedResponse, Meeting, MeetingType, Attendee, AvailabilityRule, Calendar, HostUrlMap, Preferences, Duration, MeetingTypeForm, MeetingTypeFormField, MeetingForm, MeetingFormAnswer, MeetingMetadata, WellKnownMeetingMetadataKeys, WellKnownFormFieldIds, meetingSchedulerIdToMetadataKey, durationFromString, durationToString, durationStringToMinutes, newBusinessCenterApplicationContextProperties, newSalesCenterApplicationContextProperties, newPartnerCenterApplicationContextProperties, ApplicationContextPropertiesSet, BusinessCenterApplicationContextProperties, SalesCenterApplicationContextProperties, PartnerCenterApplicationContextProperties, KnownCalendarApplicationContextKeys, KnownCalendarExternalIntegrations, HostUser, Group, Service, EventGroupAndServiceAssociations, } from './shared/index';
|
|
8
|
+
export { Host, TimeSpan, PagedResponse, Meeting, MeetingType, Attendee, AvailabilityRule, Calendar, HostUrlMap, Preferences, Duration, MeetingTypeForm, MeetingTypeFormField, MeetingForm, MeetingFormAnswer, MeetingMetadata, WellKnownMeetingMetadataKeys, WellKnownFormFieldIds, meetingSchedulerIdToMetadataKey, durationFromString, durationToString, durationStringToMinutes, newBusinessCenterApplicationContextProperties, newSalesCenterApplicationContextProperties, newPartnerCenterApplicationContextProperties, ApplicationContextPropertiesSet, BusinessCenterApplicationContextProperties, SalesCenterApplicationContextProperties, PartnerCenterApplicationContextProperties, KnownCalendarApplicationContextKeys, KnownCalendarExternalIntegrations, HostUser, Group, Service, EventGroupAndServiceAssociations, MeetingSourceOrigin, } from './shared/index';
|
|
9
9
|
export { TimeRangeInterface as TimeRange, TimeOfDayInterface as TimeOfDay, TimeZoneInterface as TimeZone, ListBookedMeetingsRequestFiltersInterface as ListBookedMeetingsRequestFilters, ListAvailabilityRequestFiltersInterface as ListAvailabilityRequestFilters, PagedRequestOptionsInterface as PagedRequestOptions, DateRangeInterface as DateRange, CreateCalendarRequestInterface, CreateCalendarResponseInterface, UpdateCalendarRequestInterface, AttachmentInterface, GoogleMeetMeetingAttendeeInterface, IsCalendarConfiguredRequestInterface, SendMeetingRequestEmailRequestInterface, } from './_internal/interfaces/index';
|
|
@@ -26,8 +26,8 @@ export declare class MeetingsService implements MeetingsSDK {
|
|
|
26
26
|
* @deprecated Use listForUser instead. This method will result in the backend grabbing the userID from the user's JWT
|
|
27
27
|
* This will eventually no longer be supported because it breaks our impersonation workflows.
|
|
28
28
|
*/
|
|
29
|
-
list(meetingSources: MeetingSourceQuery[], namespace?: string): Observable<MeetingSourceListResponse>;
|
|
30
|
-
listForUser(iamUserId: string, namespace: string, queriedSources: MeetingSourceQuery[]): Observable<MeetingSourceListResponse>;
|
|
29
|
+
list(meetingSources: MeetingSourceQuery[], namespace?: string, origin?: string): Observable<MeetingSourceListResponse>;
|
|
30
|
+
listForUser(iamUserId: string, namespace: string, origin: string, queriedSources: MeetingSourceQuery[]): Observable<MeetingSourceListResponse>;
|
|
31
31
|
startInstantMeeting(meetingTitle: string, meetingAgenda: string, meetingSource: MeetingSource, gMeetAttendees?: GoogleMeetMeetingAttendeeInterface[]): Observable<StartMeetingResponse>;
|
|
32
32
|
createBasicZoomScheduledMeeting(topic: string, agenda: string, startDateTime: string, duration: number, timezone: string, meetingPassword: string): Observable<CreateZoomMeetingResponse>;
|
|
33
33
|
createBasicGoogleMeeting(topic: string, agenda: string, startDateTime: string, endDateTime: string, timezone: string, attendees: GoogleMeetMeetingAttendeeInterface[]): Observable<GoogleMeetCreateMeetingResponse>;
|
package/lib/shared/index.d.ts
CHANGED