@vrplatform/api 1.3.1-stage.4622 → 1.3.1-stage.4627
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.
|
@@ -1304,7 +1304,7 @@ export interface paths {
|
|
|
1304
1304
|
};
|
|
1305
1305
|
/** @description Retrieve opening balance advanced deposits summary */
|
|
1306
1306
|
get: operations["getGeneralLedgerOpeningBalancesAdvancedDeposits"];
|
|
1307
|
-
/** @description Update opening balance advanced deposits. Replaces the advanced deposit opening balance postings for stays that were paid before the go-live date and returns the recalculated summary. Supports dryRun. See https://docs.vrplatform.app/guides/integrate/opening-trial-balance. */
|
|
1307
|
+
/** @description Update opening balance advanced deposits. Replaces the advanced deposit opening balance postings for stays that were paid before the go-live date and returns the recalculated summary, including the submitted account selection. Supports dryRun. See https://docs.vrplatform.app/guides/integrate/opening-trial-balance. */
|
|
1308
1308
|
put: operations["putGeneralLedgerOpeningBalancesAdvancedDeposits"];
|
|
1309
1309
|
post?: never;
|
|
1310
1310
|
delete?: never;
|
|
@@ -24573,6 +24573,7 @@ export interface operations {
|
|
|
24573
24573
|
currency: string;
|
|
24574
24574
|
updatedAt?: string | null;
|
|
24575
24575
|
transactionId?: string | null;
|
|
24576
|
+
/** @description Account selected for the advanced-deposit opening balance */
|
|
24576
24577
|
account?: {
|
|
24577
24578
|
/** Format: uuid */
|
|
24578
24579
|
id: string;
|
|
@@ -24734,6 +24735,7 @@ export interface operations {
|
|
|
24734
24735
|
requestBody?: {
|
|
24735
24736
|
content: {
|
|
24736
24737
|
"application/json": {
|
|
24738
|
+
/** @description Account to store with the advanced-deposit opening balance */
|
|
24737
24739
|
accountId?: string | null;
|
|
24738
24740
|
currency?: string | null;
|
|
24739
24741
|
reservations: {
|
|
@@ -24760,6 +24762,7 @@ export interface operations {
|
|
|
24760
24762
|
currency: string;
|
|
24761
24763
|
updatedAt?: string | null;
|
|
24762
24764
|
transactionId?: string | null;
|
|
24765
|
+
/** @description Account selected for the advanced-deposit opening balance */
|
|
24763
24766
|
account?: {
|
|
24764
24767
|
/** Format: uuid */
|
|
24765
24768
|
id: string;
|