@vrplatform/api 1.3.1-6251 → 1.3.1-6253

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.
@@ -4903,7 +4903,7 @@ export interface paths {
4903
4903
  get?: never;
4904
4904
  put?: never;
4905
4905
  /**
4906
- * @description Import a historic owner statement with journal entries on the historical ledger; re-posting the same uniqueRef replaces the previous import
4906
+ * @description Import a historic owner statement with journal entries on the historical ledger. Lines can link an existing reservation by reservationId or matchReservationConfirmationCode; re-posting the same uniqueRef replaces the previous import.
4907
4907
  *
4908
4908
  * Required scope: general-ledger:import
4909
4909
  */
@@ -103626,8 +103626,13 @@ export interface operations {
103626
103626
  description?: string;
103627
103627
  /** @description Posting date; defaults to the day before endAt */
103628
103628
  date?: string;
103629
- /** Format: uuid */
103629
+ /**
103630
+ * Format: uuid
103631
+ * @description Existing reservation UUID to render this line in its row
103632
+ */
103630
103633
  reservationId?: string;
103634
+ /** @description Existing reservation confirmation code on the statement listing; resolves reservationId so all lines with the same code collapse into one reservation row */
103635
+ matchReservationConfirmationCode?: string;
103631
103636
  /** Format: uuid */
103632
103637
  contactId?: string;
103633
103638
  }[];