@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.4622",
6
+ "version": "1.3.1-stage.4627",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -1305,7 +1305,7 @@ export interface paths {
1305
1305
  };
1306
1306
  /** @description Retrieve opening balance advanced deposits summary */
1307
1307
  get: operations["getGeneralLedgerOpeningBalancesAdvancedDeposits"];
1308
- /** @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. */
1308
+ /** @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. */
1309
1309
  put: operations["putGeneralLedgerOpeningBalancesAdvancedDeposits"];
1310
1310
  post?: never;
1311
1311
  delete?: never;
@@ -24574,6 +24574,7 @@ export interface operations {
24574
24574
  currency: string;
24575
24575
  updatedAt?: string | null;
24576
24576
  transactionId?: string | null;
24577
+ /** @description Account selected for the advanced-deposit opening balance */
24577
24578
  account?: {
24578
24579
  /** Format: uuid */
24579
24580
  id: string;
@@ -24735,6 +24736,7 @@ export interface operations {
24735
24736
  requestBody?: {
24736
24737
  content: {
24737
24738
  "application/json": {
24739
+ /** @description Account to store with the advanced-deposit opening balance */
24738
24740
  accountId?: string | null;
24739
24741
  currency?: string | null;
24740
24742
  reservations: {
@@ -24761,6 +24763,7 @@ export interface operations {
24761
24763
  currency: string;
24762
24764
  updatedAt?: string | null;
24763
24765
  transactionId?: string | null;
24766
+ /** @description Account selected for the advanced-deposit opening balance */
24764
24767
  account?: {
24765
24768
  /** Format: uuid */
24766
24769
  id: string;