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