@vendasta/meetings 1.11.0 → 1.11.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.
@@ -165,8 +165,8 @@ export interface EventTypeSummaryInterface {
165
165
  dateRange?: EventTypeDateRangeInterface;
166
166
  locationGuidelines?: string;
167
167
  description?: string;
168
- bufferDurationBeforeMeeting?: number;
169
168
  bufferDurationAfterMeeting?: number;
169
+ bufferDurationBeforeMeeting?: number;
170
170
  }
171
171
  export interface ListBookedMeetingsRequestFiltersInterface {
172
172
  meetingTypeIds?: string[];
@@ -87,6 +87,7 @@ export interface HostUserInterface {
87
87
  displayName?: string;
88
88
  isConfigured?: boolean;
89
89
  isConnected?: boolean;
90
+ isDeleted?: boolean;
90
91
  }
91
92
  export interface IsoDateTimeRangeInterface {
92
93
  start?: string;
@@ -281,8 +281,8 @@ export declare class EventTypeSummary implements i.EventTypeSummaryInterface {
281
281
  dateRange: EventTypeDateRange;
282
282
  locationGuidelines: string;
283
283
  description: string;
284
- bufferDurationBeforeMeeting: number;
285
284
  bufferDurationAfterMeeting: number;
285
+ bufferDurationBeforeMeeting: number;
286
286
  static fromProto(proto: any): EventTypeSummary;
287
287
  constructor(kwargs?: i.EventTypeSummaryInterface);
288
288
  toApiJson(): object;
@@ -128,6 +128,7 @@ export declare class HostUser implements i.HostUserInterface {
128
128
  displayName: string;
129
129
  isConfigured: boolean;
130
130
  isConnected: boolean;
131
+ isDeleted: boolean;
131
132
  static fromProto(proto: any): HostUser;
132
133
  constructor(kwargs?: i.HostUserInterface);
133
134
  toApiJson(): object;
@@ -5,4 +5,5 @@ export declare function hostUserFromApi(hostUser: HostUserInterface): {
5
5
  displayName: string;
6
6
  isConfigured: boolean;
7
7
  isConnected: boolean;
8
+ isDeleted: boolean;
8
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/meetings",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"