@vrplatform/api 1.3.1-stage.1562 → 1.3.1-stage.1564

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.
@@ -15342,6 +15342,8 @@ export interface operations {
15342
15342
  types?: string;
15343
15343
  /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
15344
15344
  entityTypes?: string;
15345
+ /** @description comma separated booking channel refs */
15346
+ bookingChannels?: string;
15345
15347
  party?: "owners" | "manager";
15346
15348
  includeDetails?: boolean;
15347
15349
  limit?: number;
@@ -15530,6 +15532,8 @@ export interface operations {
15530
15532
  types?: string;
15531
15533
  /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
15532
15534
  entityTypes?: string;
15535
+ /** @description comma separated booking channel refs */
15536
+ bookingChannels?: string;
15533
15537
  party?: "owners" | "manager";
15534
15538
  };
15535
15539
  header?: never;
@@ -15941,6 +15945,8 @@ export interface operations {
15941
15945
  types?: string;
15942
15946
  /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
15943
15947
  entityTypes?: string;
15948
+ /** @description comma separated booking channel refs */
15949
+ bookingChannels?: string;
15944
15950
  limit?: number;
15945
15951
  page?: number;
15946
15952
  };
@@ -16127,6 +16133,8 @@ export interface operations {
16127
16133
  types?: string;
16128
16134
  /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
16129
16135
  entityTypes?: string;
16136
+ /** @description comma separated booking channel refs */
16137
+ bookingChannels?: string;
16130
16138
  };
16131
16139
  header?: never;
16132
16140
  path?: never;
@@ -16543,6 +16551,7 @@ export interface operations {
16543
16551
  accountIds: string[];
16544
16552
  }[];
16545
16553
  };
16554
+ aggregate: boolean;
16546
16555
  };
16547
16556
  otherSections: {
16548
16557
  title: string;