@vrplatform/api 1.3.1-stage.2110 → 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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2110",
6
+ "version": "1.3.1-stage.2112",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -21444,6 +21444,8 @@ export interface operations {
21444
21444
  entityTypes?: string;
21445
21445
  /** @description comma separated booking channel refs */
21446
21446
  bookingChannels?: string;
21447
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
21448
+ triggerTypes?: string;
21447
21449
  party?: "owners" | "manager";
21448
21450
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
21449
21451
  ledger?: "trust" | "operating";
@@ -21549,6 +21551,8 @@ export interface operations {
21549
21551
  status: string;
21550
21552
  listingId?: string;
21551
21553
  uniqueRef: string;
21554
+ /** @enum {string} */
21555
+ triggerType?: "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition";
21552
21556
  party?: string;
21553
21557
  contactId?: string;
21554
21558
  listingOwnershipPeriodId?: string;
@@ -21704,6 +21708,8 @@ export interface operations {
21704
21708
  entityTypes?: string;
21705
21709
  /** @description comma separated booking channel refs */
21706
21710
  bookingChannels?: string;
21711
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
21712
+ triggerTypes?: string;
21707
21713
  party?: "owners" | "manager";
21708
21714
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
21709
21715
  ledger?: "trust" | "operating";
@@ -22332,6 +22338,8 @@ export interface operations {
22332
22338
  entityTypes?: string;
22333
22339
  /** @description comma separated booking channel refs */
22334
22340
  bookingChannels?: string;
22341
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
22342
+ triggerTypes?: string;
22335
22343
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
22336
22344
  includeDetails?: boolean;
22337
22345
  limit?: number;
@@ -22435,6 +22443,8 @@ export interface operations {
22435
22443
  status: string;
22436
22444
  listingId?: string;
22437
22445
  uniqueRef: string;
22446
+ /** @enum {string} */
22447
+ triggerType?: "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition";
22438
22448
  party?: string;
22439
22449
  contactId?: string;
22440
22450
  listingOwnershipPeriodId?: string;
@@ -22591,6 +22601,8 @@ export interface operations {
22591
22601
  entityTypes?: string;
22592
22602
  /** @description comma separated booking channel refs */
22593
22603
  bookingChannels?: string;
22604
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
22605
+ triggerTypes?: string;
22594
22606
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
22595
22607
  };
22596
22608
  header?: never;