@vrplatform/api 1.3.1-stage.3620 → 1.3.1-stage.3642

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.
@@ -28496,6 +28496,79 @@ export interface operations {
28496
28496
  currentBalance: number;
28497
28497
  balanceEnd: number;
28498
28498
  };
28499
+ drilldown?: {
28500
+ /** @constant */
28501
+ type: "journalEntryReport";
28502
+ filter: {
28503
+ /** @description comma separated journal entry ids */
28504
+ ids?: string;
28505
+ txnCode?: string;
28506
+ published?: boolean;
28507
+ /** @enum {string} */
28508
+ status?: "active" | "inactive";
28509
+ /** @enum {string} */
28510
+ ledger?: "trust" | "operating";
28511
+ startAt?: string;
28512
+ endAt?: string;
28513
+ search?: string;
28514
+ date?: string;
28515
+ amount?: string;
28516
+ /**
28517
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
28518
+ * @default true
28519
+ */
28520
+ isDateRangeEndInclusive: boolean;
28521
+ /** @description comma separated reservation ids or "unmapped" */
28522
+ reservationIds?: string;
28523
+ /** @description comma separated transaction ids */
28524
+ transactionIds?: string;
28525
+ /** @description comma separated owner statement ids */
28526
+ ownerStatementIds?: string;
28527
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
28528
+ currency?: string;
28529
+ excludeApAppendix?: boolean;
28530
+ /** @description listing ids comma separated or "unmapped" */
28531
+ listingIds?: string;
28532
+ /** @description listing ownership period ids comma separated or "unmapped" */
28533
+ listingOwnershipPeriodIds?: string;
28534
+ /** @description account ids comma separated accounts or "unmapped" */
28535
+ accountIds?: string;
28536
+ /** @description comma separated account reservation line type ids */
28537
+ accountReservationLineTypeIds?: string;
28538
+ /** @description comma separated categories */
28539
+ categoryIds?: string;
28540
+ /** @description comma separated categories to exclude */
28541
+ excludeCategoryIds?: string;
28542
+ /** @description comma separated contacts */
28543
+ contactIds?: string;
28544
+ classifications?: string;
28545
+ /** @enum {string} */
28546
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
28547
+ /** @description comma separated journal entry types */
28548
+ types?: string;
28549
+ /** @description comma separated journal entry types to exclude */
28550
+ excludeTypes?: string;
28551
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
28552
+ entityTypes?: string;
28553
+ /** @description comma separated booking channel refs */
28554
+ bookingChannels?: string;
28555
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
28556
+ triggerTypes?: string;
28557
+ /** @description comma separated journal entry trigger types to exclude */
28558
+ excludeTriggerTypes?: string;
28559
+ /** @description comma separated parties */
28560
+ parties?: string;
28561
+ /** @enum {string} */
28562
+ party?: "owners" | "manager";
28563
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
28564
+ accountAssignmentTypes?: string;
28565
+ /** @description comma separated manager statement section ids */
28566
+ managerStatementSectionIds?: string;
28567
+ recurringFee?: boolean;
28568
+ /** @enum {string} */
28569
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
28570
+ };
28571
+ } | null;
28499
28572
  }[];
28500
28573
  };
28501
28574
  };
@@ -28846,10 +28919,156 @@ export interface operations {
28846
28919
  currentBalance: number;
28847
28920
  balanceEnd: number;
28848
28921
  };
28922
+ drilldown?: {
28923
+ /** @constant */
28924
+ type: "journalEntryReport";
28925
+ filter: {
28926
+ /** @description comma separated journal entry ids */
28927
+ ids?: string;
28928
+ txnCode?: string;
28929
+ published?: boolean;
28930
+ /** @enum {string} */
28931
+ status?: "active" | "inactive";
28932
+ /** @enum {string} */
28933
+ ledger?: "trust" | "operating";
28934
+ startAt?: string;
28935
+ endAt?: string;
28936
+ search?: string;
28937
+ date?: string;
28938
+ amount?: string;
28939
+ /**
28940
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
28941
+ * @default true
28942
+ */
28943
+ isDateRangeEndInclusive: boolean;
28944
+ /** @description comma separated reservation ids or "unmapped" */
28945
+ reservationIds?: string;
28946
+ /** @description comma separated transaction ids */
28947
+ transactionIds?: string;
28948
+ /** @description comma separated owner statement ids */
28949
+ ownerStatementIds?: string;
28950
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
28951
+ currency?: string;
28952
+ excludeApAppendix?: boolean;
28953
+ /** @description listing ids comma separated or "unmapped" */
28954
+ listingIds?: string;
28955
+ /** @description listing ownership period ids comma separated or "unmapped" */
28956
+ listingOwnershipPeriodIds?: string;
28957
+ /** @description account ids comma separated accounts or "unmapped" */
28958
+ accountIds?: string;
28959
+ /** @description comma separated account reservation line type ids */
28960
+ accountReservationLineTypeIds?: string;
28961
+ /** @description comma separated categories */
28962
+ categoryIds?: string;
28963
+ /** @description comma separated categories to exclude */
28964
+ excludeCategoryIds?: string;
28965
+ /** @description comma separated contacts */
28966
+ contactIds?: string;
28967
+ classifications?: string;
28968
+ /** @enum {string} */
28969
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
28970
+ /** @description comma separated journal entry types */
28971
+ types?: string;
28972
+ /** @description comma separated journal entry types to exclude */
28973
+ excludeTypes?: string;
28974
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
28975
+ entityTypes?: string;
28976
+ /** @description comma separated booking channel refs */
28977
+ bookingChannels?: string;
28978
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
28979
+ triggerTypes?: string;
28980
+ /** @description comma separated journal entry trigger types to exclude */
28981
+ excludeTriggerTypes?: string;
28982
+ /** @description comma separated parties */
28983
+ parties?: string;
28984
+ /** @enum {string} */
28985
+ party?: "owners" | "manager";
28986
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
28987
+ accountAssignmentTypes?: string;
28988
+ /** @description comma separated manager statement section ids */
28989
+ managerStatementSectionIds?: string;
28990
+ recurringFee?: boolean;
28991
+ /** @enum {string} */
28992
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
28993
+ };
28994
+ } | null;
28849
28995
  layouts: {
28850
28996
  layoutId: string;
28851
28997
  layoutName: string;
28852
28998
  hideBookingChannel: boolean;
28999
+ drilldown?: {
29000
+ /** @constant */
29001
+ type: "journalEntryReport";
29002
+ filter: {
29003
+ /** @description comma separated journal entry ids */
29004
+ ids?: string;
29005
+ txnCode?: string;
29006
+ published?: boolean;
29007
+ /** @enum {string} */
29008
+ status?: "active" | "inactive";
29009
+ /** @enum {string} */
29010
+ ledger?: "trust" | "operating";
29011
+ startAt?: string;
29012
+ endAt?: string;
29013
+ search?: string;
29014
+ date?: string;
29015
+ amount?: string;
29016
+ /**
29017
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
29018
+ * @default true
29019
+ */
29020
+ isDateRangeEndInclusive: boolean;
29021
+ /** @description comma separated reservation ids or "unmapped" */
29022
+ reservationIds?: string;
29023
+ /** @description comma separated transaction ids */
29024
+ transactionIds?: string;
29025
+ /** @description comma separated owner statement ids */
29026
+ ownerStatementIds?: string;
29027
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
29028
+ currency?: string;
29029
+ excludeApAppendix?: boolean;
29030
+ /** @description listing ids comma separated or "unmapped" */
29031
+ listingIds?: string;
29032
+ /** @description listing ownership period ids comma separated or "unmapped" */
29033
+ listingOwnershipPeriodIds?: string;
29034
+ /** @description account ids comma separated accounts or "unmapped" */
29035
+ accountIds?: string;
29036
+ /** @description comma separated account reservation line type ids */
29037
+ accountReservationLineTypeIds?: string;
29038
+ /** @description comma separated categories */
29039
+ categoryIds?: string;
29040
+ /** @description comma separated categories to exclude */
29041
+ excludeCategoryIds?: string;
29042
+ /** @description comma separated contacts */
29043
+ contactIds?: string;
29044
+ classifications?: string;
29045
+ /** @enum {string} */
29046
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
29047
+ /** @description comma separated journal entry types */
29048
+ types?: string;
29049
+ /** @description comma separated journal entry types to exclude */
29050
+ excludeTypes?: string;
29051
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
29052
+ entityTypes?: string;
29053
+ /** @description comma separated booking channel refs */
29054
+ bookingChannels?: string;
29055
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
29056
+ triggerTypes?: string;
29057
+ /** @description comma separated journal entry trigger types to exclude */
29058
+ excludeTriggerTypes?: string;
29059
+ /** @description comma separated parties */
29060
+ parties?: string;
29061
+ /** @enum {string} */
29062
+ party?: "owners" | "manager";
29063
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
29064
+ accountAssignmentTypes?: string;
29065
+ /** @description comma separated manager statement section ids */
29066
+ managerStatementSectionIds?: string;
29067
+ recurringFee?: boolean;
29068
+ /** @enum {string} */
29069
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
29070
+ };
29071
+ } | null;
28853
29072
  netRevenueSection: {
28854
29073
  title: string;
28855
29074
  rows: {
@@ -29023,6 +29242,79 @@ export interface operations {
29023
29242
  };
29024
29243
  } | null;
29025
29244
  }[];
29245
+ drilldown?: {
29246
+ /** @constant */
29247
+ type: "journalEntryReport";
29248
+ filter: {
29249
+ /** @description comma separated journal entry ids */
29250
+ ids?: string;
29251
+ txnCode?: string;
29252
+ published?: boolean;
29253
+ /** @enum {string} */
29254
+ status?: "active" | "inactive";
29255
+ /** @enum {string} */
29256
+ ledger?: "trust" | "operating";
29257
+ startAt?: string;
29258
+ endAt?: string;
29259
+ search?: string;
29260
+ date?: string;
29261
+ amount?: string;
29262
+ /**
29263
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
29264
+ * @default true
29265
+ */
29266
+ isDateRangeEndInclusive: boolean;
29267
+ /** @description comma separated reservation ids or "unmapped" */
29268
+ reservationIds?: string;
29269
+ /** @description comma separated transaction ids */
29270
+ transactionIds?: string;
29271
+ /** @description comma separated owner statement ids */
29272
+ ownerStatementIds?: string;
29273
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
29274
+ currency?: string;
29275
+ excludeApAppendix?: boolean;
29276
+ /** @description listing ids comma separated or "unmapped" */
29277
+ listingIds?: string;
29278
+ /** @description listing ownership period ids comma separated or "unmapped" */
29279
+ listingOwnershipPeriodIds?: string;
29280
+ /** @description account ids comma separated accounts or "unmapped" */
29281
+ accountIds?: string;
29282
+ /** @description comma separated account reservation line type ids */
29283
+ accountReservationLineTypeIds?: string;
29284
+ /** @description comma separated categories */
29285
+ categoryIds?: string;
29286
+ /** @description comma separated categories to exclude */
29287
+ excludeCategoryIds?: string;
29288
+ /** @description comma separated contacts */
29289
+ contactIds?: string;
29290
+ classifications?: string;
29291
+ /** @enum {string} */
29292
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
29293
+ /** @description comma separated journal entry types */
29294
+ types?: string;
29295
+ /** @description comma separated journal entry types to exclude */
29296
+ excludeTypes?: string;
29297
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
29298
+ entityTypes?: string;
29299
+ /** @description comma separated booking channel refs */
29300
+ bookingChannels?: string;
29301
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
29302
+ triggerTypes?: string;
29303
+ /** @description comma separated journal entry trigger types to exclude */
29304
+ excludeTriggerTypes?: string;
29305
+ /** @description comma separated parties */
29306
+ parties?: string;
29307
+ /** @enum {string} */
29308
+ party?: "owners" | "manager";
29309
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
29310
+ accountAssignmentTypes?: string;
29311
+ /** @description comma separated manager statement section ids */
29312
+ managerStatementSectionIds?: string;
29313
+ recurringFee?: boolean;
29314
+ /** @enum {string} */
29315
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
29316
+ };
29317
+ } | null;
29026
29318
  subtotal?: {
29027
29319
  title: string;
29028
29320
  columns: {
@@ -29104,33 +29396,106 @@ export interface operations {
29104
29396
  };
29105
29397
  } | null;
29106
29398
  }[];
29107
- };
29108
- aggregate: boolean;
29109
- };
29110
- otherSections: {
29111
- title: string;
29112
- rows: {
29113
- id: string;
29114
- title: string;
29115
- ownerStatements?: {
29116
- id?: string | null;
29117
- /** Format: uuid */
29118
- ownershipPeriodId: string;
29119
- /** @enum {string} */
29120
- status: "draft" | "inReview" | "published";
29121
- /**
29122
- * Format: vrp-month
29123
- * @description Month string in format `YYYY-MM`.
29124
- * @example 2024-01
29125
- */
29126
- month: string;
29127
- /** @description Currency in ISO 4217 format, will be converted to lowercase */
29128
- currency: string;
29129
- }[] | null;
29130
- columns: {
29131
- title: string;
29132
- value: number | string;
29133
- formatted: string;
29399
+ drilldown?: {
29400
+ /** @constant */
29401
+ type: "journalEntryReport";
29402
+ filter: {
29403
+ /** @description comma separated journal entry ids */
29404
+ ids?: string;
29405
+ txnCode?: string;
29406
+ published?: boolean;
29407
+ /** @enum {string} */
29408
+ status?: "active" | "inactive";
29409
+ /** @enum {string} */
29410
+ ledger?: "trust" | "operating";
29411
+ startAt?: string;
29412
+ endAt?: string;
29413
+ search?: string;
29414
+ date?: string;
29415
+ amount?: string;
29416
+ /**
29417
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
29418
+ * @default true
29419
+ */
29420
+ isDateRangeEndInclusive: boolean;
29421
+ /** @description comma separated reservation ids or "unmapped" */
29422
+ reservationIds?: string;
29423
+ /** @description comma separated transaction ids */
29424
+ transactionIds?: string;
29425
+ /** @description comma separated owner statement ids */
29426
+ ownerStatementIds?: string;
29427
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
29428
+ currency?: string;
29429
+ excludeApAppendix?: boolean;
29430
+ /** @description listing ids comma separated or "unmapped" */
29431
+ listingIds?: string;
29432
+ /** @description listing ownership period ids comma separated or "unmapped" */
29433
+ listingOwnershipPeriodIds?: string;
29434
+ /** @description account ids comma separated accounts or "unmapped" */
29435
+ accountIds?: string;
29436
+ /** @description comma separated account reservation line type ids */
29437
+ accountReservationLineTypeIds?: string;
29438
+ /** @description comma separated categories */
29439
+ categoryIds?: string;
29440
+ /** @description comma separated categories to exclude */
29441
+ excludeCategoryIds?: string;
29442
+ /** @description comma separated contacts */
29443
+ contactIds?: string;
29444
+ classifications?: string;
29445
+ /** @enum {string} */
29446
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
29447
+ /** @description comma separated journal entry types */
29448
+ types?: string;
29449
+ /** @description comma separated journal entry types to exclude */
29450
+ excludeTypes?: string;
29451
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
29452
+ entityTypes?: string;
29453
+ /** @description comma separated booking channel refs */
29454
+ bookingChannels?: string;
29455
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
29456
+ triggerTypes?: string;
29457
+ /** @description comma separated journal entry trigger types to exclude */
29458
+ excludeTriggerTypes?: string;
29459
+ /** @description comma separated parties */
29460
+ parties?: string;
29461
+ /** @enum {string} */
29462
+ party?: "owners" | "manager";
29463
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
29464
+ accountAssignmentTypes?: string;
29465
+ /** @description comma separated manager statement section ids */
29466
+ managerStatementSectionIds?: string;
29467
+ recurringFee?: boolean;
29468
+ /** @enum {string} */
29469
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
29470
+ };
29471
+ } | null;
29472
+ };
29473
+ aggregate: boolean;
29474
+ };
29475
+ otherSections: {
29476
+ title: string;
29477
+ rows: {
29478
+ id: string;
29479
+ title: string;
29480
+ ownerStatements?: {
29481
+ id?: string | null;
29482
+ /** Format: uuid */
29483
+ ownershipPeriodId: string;
29484
+ /** @enum {string} */
29485
+ status: "draft" | "inReview" | "published";
29486
+ /**
29487
+ * Format: vrp-month
29488
+ * @description Month string in format `YYYY-MM`.
29489
+ * @example 2024-01
29490
+ */
29491
+ month: string;
29492
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
29493
+ currency: string;
29494
+ }[] | null;
29495
+ columns: {
29496
+ title: string;
29497
+ value: number | string;
29498
+ formatted: string;
29134
29499
  accountIds: string[];
29135
29500
  drilldown?: {
29136
29501
  /** @constant */
@@ -29280,6 +29645,79 @@ export interface operations {
29280
29645
  };
29281
29646
  } | null;
29282
29647
  }[];
29648
+ drilldown?: {
29649
+ /** @constant */
29650
+ type: "journalEntryReport";
29651
+ filter: {
29652
+ /** @description comma separated journal entry ids */
29653
+ ids?: string;
29654
+ txnCode?: string;
29655
+ published?: boolean;
29656
+ /** @enum {string} */
29657
+ status?: "active" | "inactive";
29658
+ /** @enum {string} */
29659
+ ledger?: "trust" | "operating";
29660
+ startAt?: string;
29661
+ endAt?: string;
29662
+ search?: string;
29663
+ date?: string;
29664
+ amount?: string;
29665
+ /**
29666
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
29667
+ * @default true
29668
+ */
29669
+ isDateRangeEndInclusive: boolean;
29670
+ /** @description comma separated reservation ids or "unmapped" */
29671
+ reservationIds?: string;
29672
+ /** @description comma separated transaction ids */
29673
+ transactionIds?: string;
29674
+ /** @description comma separated owner statement ids */
29675
+ ownerStatementIds?: string;
29676
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
29677
+ currency?: string;
29678
+ excludeApAppendix?: boolean;
29679
+ /** @description listing ids comma separated or "unmapped" */
29680
+ listingIds?: string;
29681
+ /** @description listing ownership period ids comma separated or "unmapped" */
29682
+ listingOwnershipPeriodIds?: string;
29683
+ /** @description account ids comma separated accounts or "unmapped" */
29684
+ accountIds?: string;
29685
+ /** @description comma separated account reservation line type ids */
29686
+ accountReservationLineTypeIds?: string;
29687
+ /** @description comma separated categories */
29688
+ categoryIds?: string;
29689
+ /** @description comma separated categories to exclude */
29690
+ excludeCategoryIds?: string;
29691
+ /** @description comma separated contacts */
29692
+ contactIds?: string;
29693
+ classifications?: string;
29694
+ /** @enum {string} */
29695
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
29696
+ /** @description comma separated journal entry types */
29697
+ types?: string;
29698
+ /** @description comma separated journal entry types to exclude */
29699
+ excludeTypes?: string;
29700
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
29701
+ entityTypes?: string;
29702
+ /** @description comma separated booking channel refs */
29703
+ bookingChannels?: string;
29704
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
29705
+ triggerTypes?: string;
29706
+ /** @description comma separated journal entry trigger types to exclude */
29707
+ excludeTriggerTypes?: string;
29708
+ /** @description comma separated parties */
29709
+ parties?: string;
29710
+ /** @enum {string} */
29711
+ party?: "owners" | "manager";
29712
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
29713
+ accountAssignmentTypes?: string;
29714
+ /** @description comma separated manager statement section ids */
29715
+ managerStatementSectionIds?: string;
29716
+ recurringFee?: boolean;
29717
+ /** @enum {string} */
29718
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
29719
+ };
29720
+ } | null;
29283
29721
  subtotal?: {
29284
29722
  title: string;
29285
29723
  columns: {
@@ -29361,6 +29799,79 @@ export interface operations {
29361
29799
  };
29362
29800
  } | null;
29363
29801
  }[];
29802
+ drilldown?: {
29803
+ /** @constant */
29804
+ type: "journalEntryReport";
29805
+ filter: {
29806
+ /** @description comma separated journal entry ids */
29807
+ ids?: string;
29808
+ txnCode?: string;
29809
+ published?: boolean;
29810
+ /** @enum {string} */
29811
+ status?: "active" | "inactive";
29812
+ /** @enum {string} */
29813
+ ledger?: "trust" | "operating";
29814
+ startAt?: string;
29815
+ endAt?: string;
29816
+ search?: string;
29817
+ date?: string;
29818
+ amount?: string;
29819
+ /**
29820
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
29821
+ * @default true
29822
+ */
29823
+ isDateRangeEndInclusive: boolean;
29824
+ /** @description comma separated reservation ids or "unmapped" */
29825
+ reservationIds?: string;
29826
+ /** @description comma separated transaction ids */
29827
+ transactionIds?: string;
29828
+ /** @description comma separated owner statement ids */
29829
+ ownerStatementIds?: string;
29830
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
29831
+ currency?: string;
29832
+ excludeApAppendix?: boolean;
29833
+ /** @description listing ids comma separated or "unmapped" */
29834
+ listingIds?: string;
29835
+ /** @description listing ownership period ids comma separated or "unmapped" */
29836
+ listingOwnershipPeriodIds?: string;
29837
+ /** @description account ids comma separated accounts or "unmapped" */
29838
+ accountIds?: string;
29839
+ /** @description comma separated account reservation line type ids */
29840
+ accountReservationLineTypeIds?: string;
29841
+ /** @description comma separated categories */
29842
+ categoryIds?: string;
29843
+ /** @description comma separated categories to exclude */
29844
+ excludeCategoryIds?: string;
29845
+ /** @description comma separated contacts */
29846
+ contactIds?: string;
29847
+ classifications?: string;
29848
+ /** @enum {string} */
29849
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
29850
+ /** @description comma separated journal entry types */
29851
+ types?: string;
29852
+ /** @description comma separated journal entry types to exclude */
29853
+ excludeTypes?: string;
29854
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
29855
+ entityTypes?: string;
29856
+ /** @description comma separated booking channel refs */
29857
+ bookingChannels?: string;
29858
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
29859
+ triggerTypes?: string;
29860
+ /** @description comma separated journal entry trigger types to exclude */
29861
+ excludeTriggerTypes?: string;
29862
+ /** @description comma separated parties */
29863
+ parties?: string;
29864
+ /** @enum {string} */
29865
+ party?: "owners" | "manager";
29866
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
29867
+ accountAssignmentTypes?: string;
29868
+ /** @description comma separated manager statement section ids */
29869
+ managerStatementSectionIds?: string;
29870
+ recurringFee?: boolean;
29871
+ /** @enum {string} */
29872
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
29873
+ };
29874
+ } | null;
29364
29875
  };
29365
29876
  }[];
29366
29877
  payoutsSection?: {
@@ -29536,6 +30047,79 @@ export interface operations {
29536
30047
  };
29537
30048
  } | null;
29538
30049
  }[];
30050
+ drilldown?: {
30051
+ /** @constant */
30052
+ type: "journalEntryReport";
30053
+ filter: {
30054
+ /** @description comma separated journal entry ids */
30055
+ ids?: string;
30056
+ txnCode?: string;
30057
+ published?: boolean;
30058
+ /** @enum {string} */
30059
+ status?: "active" | "inactive";
30060
+ /** @enum {string} */
30061
+ ledger?: "trust" | "operating";
30062
+ startAt?: string;
30063
+ endAt?: string;
30064
+ search?: string;
30065
+ date?: string;
30066
+ amount?: string;
30067
+ /**
30068
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
30069
+ * @default true
30070
+ */
30071
+ isDateRangeEndInclusive: boolean;
30072
+ /** @description comma separated reservation ids or "unmapped" */
30073
+ reservationIds?: string;
30074
+ /** @description comma separated transaction ids */
30075
+ transactionIds?: string;
30076
+ /** @description comma separated owner statement ids */
30077
+ ownerStatementIds?: string;
30078
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
30079
+ currency?: string;
30080
+ excludeApAppendix?: boolean;
30081
+ /** @description listing ids comma separated or "unmapped" */
30082
+ listingIds?: string;
30083
+ /** @description listing ownership period ids comma separated or "unmapped" */
30084
+ listingOwnershipPeriodIds?: string;
30085
+ /** @description account ids comma separated accounts or "unmapped" */
30086
+ accountIds?: string;
30087
+ /** @description comma separated account reservation line type ids */
30088
+ accountReservationLineTypeIds?: string;
30089
+ /** @description comma separated categories */
30090
+ categoryIds?: string;
30091
+ /** @description comma separated categories to exclude */
30092
+ excludeCategoryIds?: string;
30093
+ /** @description comma separated contacts */
30094
+ contactIds?: string;
30095
+ classifications?: string;
30096
+ /** @enum {string} */
30097
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
30098
+ /** @description comma separated journal entry types */
30099
+ types?: string;
30100
+ /** @description comma separated journal entry types to exclude */
30101
+ excludeTypes?: string;
30102
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
30103
+ entityTypes?: string;
30104
+ /** @description comma separated booking channel refs */
30105
+ bookingChannels?: string;
30106
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
30107
+ triggerTypes?: string;
30108
+ /** @description comma separated journal entry trigger types to exclude */
30109
+ excludeTriggerTypes?: string;
30110
+ /** @description comma separated parties */
30111
+ parties?: string;
30112
+ /** @enum {string} */
30113
+ party?: "owners" | "manager";
30114
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
30115
+ accountAssignmentTypes?: string;
30116
+ /** @description comma separated manager statement section ids */
30117
+ managerStatementSectionIds?: string;
30118
+ recurringFee?: boolean;
30119
+ /** @enum {string} */
30120
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30121
+ };
30122
+ } | null;
29539
30123
  subtotal?: {
29540
30124
  title: string;
29541
30125
  columns: {
@@ -29617,6 +30201,79 @@ export interface operations {
29617
30201
  };
29618
30202
  } | null;
29619
30203
  }[];
30204
+ drilldown?: {
30205
+ /** @constant */
30206
+ type: "journalEntryReport";
30207
+ filter: {
30208
+ /** @description comma separated journal entry ids */
30209
+ ids?: string;
30210
+ txnCode?: string;
30211
+ published?: boolean;
30212
+ /** @enum {string} */
30213
+ status?: "active" | "inactive";
30214
+ /** @enum {string} */
30215
+ ledger?: "trust" | "operating";
30216
+ startAt?: string;
30217
+ endAt?: string;
30218
+ search?: string;
30219
+ date?: string;
30220
+ amount?: string;
30221
+ /**
30222
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
30223
+ * @default true
30224
+ */
30225
+ isDateRangeEndInclusive: boolean;
30226
+ /** @description comma separated reservation ids or "unmapped" */
30227
+ reservationIds?: string;
30228
+ /** @description comma separated transaction ids */
30229
+ transactionIds?: string;
30230
+ /** @description comma separated owner statement ids */
30231
+ ownerStatementIds?: string;
30232
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
30233
+ currency?: string;
30234
+ excludeApAppendix?: boolean;
30235
+ /** @description listing ids comma separated or "unmapped" */
30236
+ listingIds?: string;
30237
+ /** @description listing ownership period ids comma separated or "unmapped" */
30238
+ listingOwnershipPeriodIds?: string;
30239
+ /** @description account ids comma separated accounts or "unmapped" */
30240
+ accountIds?: string;
30241
+ /** @description comma separated account reservation line type ids */
30242
+ accountReservationLineTypeIds?: string;
30243
+ /** @description comma separated categories */
30244
+ categoryIds?: string;
30245
+ /** @description comma separated categories to exclude */
30246
+ excludeCategoryIds?: string;
30247
+ /** @description comma separated contacts */
30248
+ contactIds?: string;
30249
+ classifications?: string;
30250
+ /** @enum {string} */
30251
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
30252
+ /** @description comma separated journal entry types */
30253
+ types?: string;
30254
+ /** @description comma separated journal entry types to exclude */
30255
+ excludeTypes?: string;
30256
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
30257
+ entityTypes?: string;
30258
+ /** @description comma separated booking channel refs */
30259
+ bookingChannels?: string;
30260
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
30261
+ triggerTypes?: string;
30262
+ /** @description comma separated journal entry trigger types to exclude */
30263
+ excludeTriggerTypes?: string;
30264
+ /** @description comma separated parties */
30265
+ parties?: string;
30266
+ /** @enum {string} */
30267
+ party?: "owners" | "manager";
30268
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
30269
+ accountAssignmentTypes?: string;
30270
+ /** @description comma separated manager statement section ids */
30271
+ managerStatementSectionIds?: string;
30272
+ recurringFee?: boolean;
30273
+ /** @enum {string} */
30274
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30275
+ };
30276
+ } | null;
29620
30277
  };
29621
30278
  };
29622
30279
  }[];
@@ -38512,6 +39169,79 @@ export interface operations {
38512
39169
  };
38513
39170
  message: string;
38514
39171
  })[];
39172
+ drilldown?: {
39173
+ /** @constant */
39174
+ type: "journalEntryReport";
39175
+ filter: {
39176
+ /** @description comma separated journal entry ids */
39177
+ ids?: string;
39178
+ txnCode?: string;
39179
+ published?: boolean;
39180
+ /** @enum {string} */
39181
+ status?: "active" | "inactive";
39182
+ /** @enum {string} */
39183
+ ledger?: "trust" | "operating";
39184
+ startAt?: string;
39185
+ endAt?: string;
39186
+ search?: string;
39187
+ date?: string;
39188
+ amount?: string;
39189
+ /**
39190
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
39191
+ * @default true
39192
+ */
39193
+ isDateRangeEndInclusive: boolean;
39194
+ /** @description comma separated reservation ids or "unmapped" */
39195
+ reservationIds?: string;
39196
+ /** @description comma separated transaction ids */
39197
+ transactionIds?: string;
39198
+ /** @description comma separated owner statement ids */
39199
+ ownerStatementIds?: string;
39200
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
39201
+ currency?: string;
39202
+ excludeApAppendix?: boolean;
39203
+ /** @description listing ids comma separated or "unmapped" */
39204
+ listingIds?: string;
39205
+ /** @description listing ownership period ids comma separated or "unmapped" */
39206
+ listingOwnershipPeriodIds?: string;
39207
+ /** @description account ids comma separated accounts or "unmapped" */
39208
+ accountIds?: string;
39209
+ /** @description comma separated account reservation line type ids */
39210
+ accountReservationLineTypeIds?: string;
39211
+ /** @description comma separated categories */
39212
+ categoryIds?: string;
39213
+ /** @description comma separated categories to exclude */
39214
+ excludeCategoryIds?: string;
39215
+ /** @description comma separated contacts */
39216
+ contactIds?: string;
39217
+ classifications?: string;
39218
+ /** @enum {string} */
39219
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
39220
+ /** @description comma separated journal entry types */
39221
+ types?: string;
39222
+ /** @description comma separated journal entry types to exclude */
39223
+ excludeTypes?: string;
39224
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
39225
+ entityTypes?: string;
39226
+ /** @description comma separated booking channel refs */
39227
+ bookingChannels?: string;
39228
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
39229
+ triggerTypes?: string;
39230
+ /** @description comma separated journal entry trigger types to exclude */
39231
+ excludeTriggerTypes?: string;
39232
+ /** @description comma separated parties */
39233
+ parties?: string;
39234
+ /** @enum {string} */
39235
+ party?: "owners" | "manager";
39236
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
39237
+ accountAssignmentTypes?: string;
39238
+ /** @description comma separated manager statement section ids */
39239
+ managerStatementSectionIds?: string;
39240
+ recurringFee?: boolean;
39241
+ /** @enum {string} */
39242
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
39243
+ };
39244
+ } | null;
38515
39245
  payouts: {
38516
39246
  id: string;
38517
39247
  lineId?: string | null;
@@ -38921,6 +39651,79 @@ export interface operations {
38921
39651
  };
38922
39652
  message: string;
38923
39653
  })[];
39654
+ drilldown?: {
39655
+ /** @constant */
39656
+ type: "journalEntryReport";
39657
+ filter: {
39658
+ /** @description comma separated journal entry ids */
39659
+ ids?: string;
39660
+ txnCode?: string;
39661
+ published?: boolean;
39662
+ /** @enum {string} */
39663
+ status?: "active" | "inactive";
39664
+ /** @enum {string} */
39665
+ ledger?: "trust" | "operating";
39666
+ startAt?: string;
39667
+ endAt?: string;
39668
+ search?: string;
39669
+ date?: string;
39670
+ amount?: string;
39671
+ /**
39672
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
39673
+ * @default true
39674
+ */
39675
+ isDateRangeEndInclusive: boolean;
39676
+ /** @description comma separated reservation ids or "unmapped" */
39677
+ reservationIds?: string;
39678
+ /** @description comma separated transaction ids */
39679
+ transactionIds?: string;
39680
+ /** @description comma separated owner statement ids */
39681
+ ownerStatementIds?: string;
39682
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
39683
+ currency?: string;
39684
+ excludeApAppendix?: boolean;
39685
+ /** @description listing ids comma separated or "unmapped" */
39686
+ listingIds?: string;
39687
+ /** @description listing ownership period ids comma separated or "unmapped" */
39688
+ listingOwnershipPeriodIds?: string;
39689
+ /** @description account ids comma separated accounts or "unmapped" */
39690
+ accountIds?: string;
39691
+ /** @description comma separated account reservation line type ids */
39692
+ accountReservationLineTypeIds?: string;
39693
+ /** @description comma separated categories */
39694
+ categoryIds?: string;
39695
+ /** @description comma separated categories to exclude */
39696
+ excludeCategoryIds?: string;
39697
+ /** @description comma separated contacts */
39698
+ contactIds?: string;
39699
+ classifications?: string;
39700
+ /** @enum {string} */
39701
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
39702
+ /** @description comma separated journal entry types */
39703
+ types?: string;
39704
+ /** @description comma separated journal entry types to exclude */
39705
+ excludeTypes?: string;
39706
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
39707
+ entityTypes?: string;
39708
+ /** @description comma separated booking channel refs */
39709
+ bookingChannels?: string;
39710
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
39711
+ triggerTypes?: string;
39712
+ /** @description comma separated journal entry trigger types to exclude */
39713
+ excludeTriggerTypes?: string;
39714
+ /** @description comma separated parties */
39715
+ parties?: string;
39716
+ /** @enum {string} */
39717
+ party?: "owners" | "manager";
39718
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
39719
+ accountAssignmentTypes?: string;
39720
+ /** @description comma separated manager statement section ids */
39721
+ managerStatementSectionIds?: string;
39722
+ recurringFee?: boolean;
39723
+ /** @enum {string} */
39724
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
39725
+ };
39726
+ } | null;
38924
39727
  payouts: {
38925
39728
  id: string;
38926
39729
  lineId?: string | null;
@@ -40063,6 +40866,79 @@ export interface operations {
40063
40866
  };
40064
40867
  message: string;
40065
40868
  })[];
40869
+ drilldown?: {
40870
+ /** @constant */
40871
+ type: "journalEntryReport";
40872
+ filter: {
40873
+ /** @description comma separated journal entry ids */
40874
+ ids?: string;
40875
+ txnCode?: string;
40876
+ published?: boolean;
40877
+ /** @enum {string} */
40878
+ status?: "active" | "inactive";
40879
+ /** @enum {string} */
40880
+ ledger?: "trust" | "operating";
40881
+ startAt?: string;
40882
+ endAt?: string;
40883
+ search?: string;
40884
+ date?: string;
40885
+ amount?: string;
40886
+ /**
40887
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
40888
+ * @default true
40889
+ */
40890
+ isDateRangeEndInclusive: boolean;
40891
+ /** @description comma separated reservation ids or "unmapped" */
40892
+ reservationIds?: string;
40893
+ /** @description comma separated transaction ids */
40894
+ transactionIds?: string;
40895
+ /** @description comma separated owner statement ids */
40896
+ ownerStatementIds?: string;
40897
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
40898
+ currency?: string;
40899
+ excludeApAppendix?: boolean;
40900
+ /** @description listing ids comma separated or "unmapped" */
40901
+ listingIds?: string;
40902
+ /** @description listing ownership period ids comma separated or "unmapped" */
40903
+ listingOwnershipPeriodIds?: string;
40904
+ /** @description account ids comma separated accounts or "unmapped" */
40905
+ accountIds?: string;
40906
+ /** @description comma separated account reservation line type ids */
40907
+ accountReservationLineTypeIds?: string;
40908
+ /** @description comma separated categories */
40909
+ categoryIds?: string;
40910
+ /** @description comma separated categories to exclude */
40911
+ excludeCategoryIds?: string;
40912
+ /** @description comma separated contacts */
40913
+ contactIds?: string;
40914
+ classifications?: string;
40915
+ /** @enum {string} */
40916
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
40917
+ /** @description comma separated journal entry types */
40918
+ types?: string;
40919
+ /** @description comma separated journal entry types to exclude */
40920
+ excludeTypes?: string;
40921
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
40922
+ entityTypes?: string;
40923
+ /** @description comma separated booking channel refs */
40924
+ bookingChannels?: string;
40925
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
40926
+ triggerTypes?: string;
40927
+ /** @description comma separated journal entry trigger types to exclude */
40928
+ excludeTriggerTypes?: string;
40929
+ /** @description comma separated parties */
40930
+ parties?: string;
40931
+ /** @enum {string} */
40932
+ party?: "owners" | "manager";
40933
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
40934
+ accountAssignmentTypes?: string;
40935
+ /** @description comma separated manager statement section ids */
40936
+ managerStatementSectionIds?: string;
40937
+ recurringFee?: boolean;
40938
+ /** @enum {string} */
40939
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
40940
+ };
40941
+ } | null;
40066
40942
  payouts: {
40067
40943
  id: string;
40068
40944
  lineId?: string | null;
@@ -43417,6 +44293,79 @@ export interface operations {
43417
44293
  };
43418
44294
  message: string;
43419
44295
  })[];
44296
+ drilldown?: {
44297
+ /** @constant */
44298
+ type: "journalEntryReport";
44299
+ filter: {
44300
+ /** @description comma separated journal entry ids */
44301
+ ids?: string;
44302
+ txnCode?: string;
44303
+ published?: boolean;
44304
+ /** @enum {string} */
44305
+ status?: "active" | "inactive";
44306
+ /** @enum {string} */
44307
+ ledger?: "trust" | "operating";
44308
+ startAt?: string;
44309
+ endAt?: string;
44310
+ search?: string;
44311
+ date?: string;
44312
+ amount?: string;
44313
+ /**
44314
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
44315
+ * @default true
44316
+ */
44317
+ isDateRangeEndInclusive: boolean;
44318
+ /** @description comma separated reservation ids or "unmapped" */
44319
+ reservationIds?: string;
44320
+ /** @description comma separated transaction ids */
44321
+ transactionIds?: string;
44322
+ /** @description comma separated owner statement ids */
44323
+ ownerStatementIds?: string;
44324
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
44325
+ currency?: string;
44326
+ excludeApAppendix?: boolean;
44327
+ /** @description listing ids comma separated or "unmapped" */
44328
+ listingIds?: string;
44329
+ /** @description listing ownership period ids comma separated or "unmapped" */
44330
+ listingOwnershipPeriodIds?: string;
44331
+ /** @description account ids comma separated accounts or "unmapped" */
44332
+ accountIds?: string;
44333
+ /** @description comma separated account reservation line type ids */
44334
+ accountReservationLineTypeIds?: string;
44335
+ /** @description comma separated categories */
44336
+ categoryIds?: string;
44337
+ /** @description comma separated categories to exclude */
44338
+ excludeCategoryIds?: string;
44339
+ /** @description comma separated contacts */
44340
+ contactIds?: string;
44341
+ classifications?: string;
44342
+ /** @enum {string} */
44343
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
44344
+ /** @description comma separated journal entry types */
44345
+ types?: string;
44346
+ /** @description comma separated journal entry types to exclude */
44347
+ excludeTypes?: string;
44348
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
44349
+ entityTypes?: string;
44350
+ /** @description comma separated booking channel refs */
44351
+ bookingChannels?: string;
44352
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
44353
+ triggerTypes?: string;
44354
+ /** @description comma separated journal entry trigger types to exclude */
44355
+ excludeTriggerTypes?: string;
44356
+ /** @description comma separated parties */
44357
+ parties?: string;
44358
+ /** @enum {string} */
44359
+ party?: "owners" | "manager";
44360
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
44361
+ accountAssignmentTypes?: string;
44362
+ /** @description comma separated manager statement section ids */
44363
+ managerStatementSectionIds?: string;
44364
+ recurringFee?: boolean;
44365
+ /** @enum {string} */
44366
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
44367
+ };
44368
+ } | null;
43420
44369
  payouts: {
43421
44370
  id: string;
43422
44371
  lineId?: string | null;
@@ -44564,6 +45513,79 @@ export interface operations {
44564
45513
  };
44565
45514
  message: string;
44566
45515
  })[];
45516
+ drilldown?: {
45517
+ /** @constant */
45518
+ type: "journalEntryReport";
45519
+ filter: {
45520
+ /** @description comma separated journal entry ids */
45521
+ ids?: string;
45522
+ txnCode?: string;
45523
+ published?: boolean;
45524
+ /** @enum {string} */
45525
+ status?: "active" | "inactive";
45526
+ /** @enum {string} */
45527
+ ledger?: "trust" | "operating";
45528
+ startAt?: string;
45529
+ endAt?: string;
45530
+ search?: string;
45531
+ date?: string;
45532
+ amount?: string;
45533
+ /**
45534
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
45535
+ * @default true
45536
+ */
45537
+ isDateRangeEndInclusive: boolean;
45538
+ /** @description comma separated reservation ids or "unmapped" */
45539
+ reservationIds?: string;
45540
+ /** @description comma separated transaction ids */
45541
+ transactionIds?: string;
45542
+ /** @description comma separated owner statement ids */
45543
+ ownerStatementIds?: string;
45544
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
45545
+ currency?: string;
45546
+ excludeApAppendix?: boolean;
45547
+ /** @description listing ids comma separated or "unmapped" */
45548
+ listingIds?: string;
45549
+ /** @description listing ownership period ids comma separated or "unmapped" */
45550
+ listingOwnershipPeriodIds?: string;
45551
+ /** @description account ids comma separated accounts or "unmapped" */
45552
+ accountIds?: string;
45553
+ /** @description comma separated account reservation line type ids */
45554
+ accountReservationLineTypeIds?: string;
45555
+ /** @description comma separated categories */
45556
+ categoryIds?: string;
45557
+ /** @description comma separated categories to exclude */
45558
+ excludeCategoryIds?: string;
45559
+ /** @description comma separated contacts */
45560
+ contactIds?: string;
45561
+ classifications?: string;
45562
+ /** @enum {string} */
45563
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
45564
+ /** @description comma separated journal entry types */
45565
+ types?: string;
45566
+ /** @description comma separated journal entry types to exclude */
45567
+ excludeTypes?: string;
45568
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
45569
+ entityTypes?: string;
45570
+ /** @description comma separated booking channel refs */
45571
+ bookingChannels?: string;
45572
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
45573
+ triggerTypes?: string;
45574
+ /** @description comma separated journal entry trigger types to exclude */
45575
+ excludeTriggerTypes?: string;
45576
+ /** @description comma separated parties */
45577
+ parties?: string;
45578
+ /** @enum {string} */
45579
+ party?: "owners" | "manager";
45580
+ /** @description comma separated account assignment types "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution" */
45581
+ accountAssignmentTypes?: string;
45582
+ /** @description comma separated manager statement section ids */
45583
+ managerStatementSectionIds?: string;
45584
+ recurringFee?: boolean;
45585
+ /** @enum {string} */
45586
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
45587
+ };
45588
+ } | null;
44567
45589
  payouts: {
44568
45590
  id: string;
44569
45591
  lineId?: string | null;