@vendasta/meetings 1.14.0 → 1.14.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.
@@ -303,6 +303,7 @@ export interface HostDeleteAttendeesRequestInterface {
303
303
  export interface HostDetailsInterface {
304
304
  hostId?: string;
305
305
  name?: string;
306
+ userId?: string;
306
307
  }
307
308
  export interface HostGetCalendarRequestInterface {
308
309
  calendarId?: string;
@@ -494,6 +494,7 @@ export declare class HostDeleteAttendeesRequest implements i.HostDeleteAttendees
494
494
  export declare class HostDetails implements i.HostDetailsInterface {
495
495
  hostId: string;
496
496
  name: string;
497
+ userId: string;
497
498
  static fromProto(proto: any): HostDetails;
498
499
  constructor(kwargs?: i.HostDetailsInterface);
499
500
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/meetings",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"