@vendasta/meetings 0.92.3 → 0.92.4

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.
@@ -8,6 +8,8 @@ export interface EventGroupAndServiceAssociationsInterface {
8
8
  calendarId?: string;
9
9
  hexColor?: string;
10
10
  duration?: string;
11
+ description?: string;
12
+ bookingUrl?: string;
11
13
  }
12
14
  export interface GroupInterface {
13
15
  id?: string;
@@ -10,6 +10,8 @@ export declare class EventGroupAndServiceAssociations implements i.EventGroupAnd
10
10
  calendarId: string;
11
11
  hexColor: string;
12
12
  duration: string;
13
+ description: string;
14
+ bookingUrl: string;
13
15
  static fromProto(proto: any): EventGroupAndServiceAssociations;
14
16
  constructor(kwargs?: i.EventGroupAndServiceAssociationsInterface);
15
17
  toApiJson(): object;
@@ -20,6 +20,8 @@ export interface EventGroupAndServiceAssociations {
20
20
  calendarId?: string;
21
21
  hexColor?: string;
22
22
  duration?: string;
23
+ description?: string;
24
+ bookingUrl?: string;
23
25
  }
24
26
  export interface Service {
25
27
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/meetings",
3
- "version": "0.92.3",
3
+ "version": "0.92.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"