@vrplatform/api 1.3.1-stage.1725 → 1.3.1-stage.1727

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
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-stage.1725",
9
+ "version": "1.3.1-stage.1727",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -16227,6 +16227,7 @@ export interface operations {
16227
16227
  /** @description comma separated booking channel refs */
16228
16228
  bookingChannels?: string;
16229
16229
  party?: "owners" | "manager";
16230
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
16230
16231
  includeDetails?: boolean;
16231
16232
  limit?: number;
16232
16233
  page?: number;
@@ -16417,6 +16418,7 @@ export interface operations {
16417
16418
  /** @description comma separated booking channel refs */
16418
16419
  bookingChannels?: string;
16419
16420
  party?: "owners" | "manager";
16421
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
16420
16422
  };
16421
16423
  header?: never;
16422
16424
  path?: never;
@@ -16829,6 +16831,7 @@ export interface operations {
16829
16831
  entityTypes?: string;
16830
16832
  /** @description comma separated booking channel refs */
16831
16833
  bookingChannels?: string;
16834
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
16832
16835
  includeDetails?: boolean;
16833
16836
  limit?: number;
16834
16837
  page?: number;
@@ -17018,6 +17021,7 @@ export interface operations {
17018
17021
  entityTypes?: string;
17019
17022
  /** @description comma separated booking channel refs */
17020
17023
  bookingChannels?: string;
17024
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
17021
17025
  };
17022
17026
  header?: never;
17023
17027
  path?: never;