@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.
|
@@ -16226,6 +16226,7 @@ export interface operations {
|
|
|
16226
16226
|
/** @description comma separated booking channel refs */
|
|
16227
16227
|
bookingChannels?: string;
|
|
16228
16228
|
party?: "owners" | "manager";
|
|
16229
|
+
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
|
|
16229
16230
|
includeDetails?: boolean;
|
|
16230
16231
|
limit?: number;
|
|
16231
16232
|
page?: number;
|
|
@@ -16416,6 +16417,7 @@ export interface operations {
|
|
|
16416
16417
|
/** @description comma separated booking channel refs */
|
|
16417
16418
|
bookingChannels?: string;
|
|
16418
16419
|
party?: "owners" | "manager";
|
|
16420
|
+
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
|
|
16419
16421
|
};
|
|
16420
16422
|
header?: never;
|
|
16421
16423
|
path?: never;
|
|
@@ -16828,6 +16830,7 @@ export interface operations {
|
|
|
16828
16830
|
entityTypes?: string;
|
|
16829
16831
|
/** @description comma separated booking channel refs */
|
|
16830
16832
|
bookingChannels?: string;
|
|
16833
|
+
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
|
|
16831
16834
|
includeDetails?: boolean;
|
|
16832
16835
|
limit?: number;
|
|
16833
16836
|
page?: number;
|
|
@@ -17017,6 +17020,7 @@ export interface operations {
|
|
|
17017
17020
|
entityTypes?: string;
|
|
17018
17021
|
/** @description comma separated booking channel refs */
|
|
17019
17022
|
bookingChannels?: string;
|
|
17023
|
+
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
|
|
17020
17024
|
};
|
|
17021
17025
|
header?: never;
|
|
17022
17026
|
path?: never;
|