@vrplatform/api 1.3.1-stage.2109 → 1.3.1-stage.2112
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.
|
@@ -21443,6 +21443,8 @@ export interface operations {
|
|
|
21443
21443
|
entityTypes?: string;
|
|
21444
21444
|
/** @description comma separated booking channel refs */
|
|
21445
21445
|
bookingChannels?: string;
|
|
21446
|
+
/** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
|
|
21447
|
+
triggerTypes?: string;
|
|
21446
21448
|
party?: "owners" | "manager";
|
|
21447
21449
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
|
|
21448
21450
|
ledger?: "trust" | "operating";
|
|
@@ -21548,6 +21550,8 @@ export interface operations {
|
|
|
21548
21550
|
status: string;
|
|
21549
21551
|
listingId?: string;
|
|
21550
21552
|
uniqueRef: string;
|
|
21553
|
+
/** @enum {string} */
|
|
21554
|
+
triggerType?: "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition";
|
|
21551
21555
|
party?: string;
|
|
21552
21556
|
contactId?: string;
|
|
21553
21557
|
listingOwnershipPeriodId?: string;
|
|
@@ -21703,6 +21707,8 @@ export interface operations {
|
|
|
21703
21707
|
entityTypes?: string;
|
|
21704
21708
|
/** @description comma separated booking channel refs */
|
|
21705
21709
|
bookingChannels?: string;
|
|
21710
|
+
/** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
|
|
21711
|
+
triggerTypes?: string;
|
|
21706
21712
|
party?: "owners" | "manager";
|
|
21707
21713
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
|
|
21708
21714
|
ledger?: "trust" | "operating";
|
|
@@ -22331,6 +22337,8 @@ export interface operations {
|
|
|
22331
22337
|
entityTypes?: string;
|
|
22332
22338
|
/** @description comma separated booking channel refs */
|
|
22333
22339
|
bookingChannels?: string;
|
|
22340
|
+
/** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
|
|
22341
|
+
triggerTypes?: string;
|
|
22334
22342
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
|
|
22335
22343
|
includeDetails?: boolean;
|
|
22336
22344
|
limit?: number;
|
|
@@ -22434,6 +22442,8 @@ export interface operations {
|
|
|
22434
22442
|
status: string;
|
|
22435
22443
|
listingId?: string;
|
|
22436
22444
|
uniqueRef: string;
|
|
22445
|
+
/** @enum {string} */
|
|
22446
|
+
triggerType?: "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition";
|
|
22437
22447
|
party?: string;
|
|
22438
22448
|
contactId?: string;
|
|
22439
22449
|
listingOwnershipPeriodId?: string;
|
|
@@ -22590,6 +22600,8 @@ export interface operations {
|
|
|
22590
22600
|
entityTypes?: string;
|
|
22591
22601
|
/** @description comma separated booking channel refs */
|
|
22592
22602
|
bookingChannels?: string;
|
|
22603
|
+
/** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
|
|
22604
|
+
triggerTypes?: string;
|
|
22593
22605
|
openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
|
|
22594
22606
|
};
|
|
22595
22607
|
header?: never;
|