@vrplatform/api 1.3.1-stage.4008 → 1.3.1-stage.4009

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.
@@ -26550,6 +26550,11 @@ export interface operations {
26550
26550
  excludeApAppendix?: boolean;
26551
26551
  /** @description listing ids comma separated or "unmapped" */
26552
26552
  listingIds?: string;
26553
+ /**
26554
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
26555
+ * @enum {string}
26556
+ */
26557
+ listingScope?: "exact" | "withChildren";
26553
26558
  /** @description listing ownership period ids comma separated or "unmapped" */
26554
26559
  listingOwnershipPeriodIds?: string;
26555
26560
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26635,6 +26640,11 @@ export interface operations {
26635
26640
  excludeApAppendix?: boolean;
26636
26641
  /** @description listing ids comma separated or "unmapped" */
26637
26642
  listingIds?: string;
26643
+ /**
26644
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
26645
+ * @enum {string}
26646
+ */
26647
+ listingScope?: "exact" | "withChildren";
26638
26648
  /** @description listing ownership period ids comma separated or "unmapped" */
26639
26649
  listingOwnershipPeriodIds?: string;
26640
26650
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26723,6 +26733,11 @@ export interface operations {
26723
26733
  excludeApAppendix?: boolean;
26724
26734
  /** @description listing ids comma separated or "unmapped" */
26725
26735
  listingIds?: string;
26736
+ /**
26737
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
26738
+ * @enum {string}
26739
+ */
26740
+ listingScope?: "exact" | "withChildren";
26726
26741
  /** @description listing ownership period ids comma separated or "unmapped" */
26727
26742
  listingOwnershipPeriodIds?: string;
26728
26743
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26810,6 +26825,11 @@ export interface operations {
26810
26825
  excludeApAppendix?: boolean;
26811
26826
  /** @description listing ids comma separated or "unmapped" */
26812
26827
  listingIds?: string;
26828
+ /**
26829
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
26830
+ * @enum {string}
26831
+ */
26832
+ listingScope?: "exact" | "withChildren";
26813
26833
  /** @description listing ownership period ids comma separated or "unmapped" */
26814
26834
  listingOwnershipPeriodIds?: string;
26815
26835
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26895,6 +26915,11 @@ export interface operations {
26895
26915
  excludeApAppendix?: boolean;
26896
26916
  /** @description listing ids comma separated or "unmapped" */
26897
26917
  listingIds?: string;
26918
+ /**
26919
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
26920
+ * @enum {string}
26921
+ */
26922
+ listingScope?: "exact" | "withChildren";
26898
26923
  /** @description listing ownership period ids comma separated or "unmapped" */
26899
26924
  listingOwnershipPeriodIds?: string;
26900
26925
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26983,6 +27008,11 @@ export interface operations {
26983
27008
  excludeApAppendix?: boolean;
26984
27009
  /** @description listing ids comma separated or "unmapped" */
26985
27010
  listingIds?: string;
27011
+ /**
27012
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27013
+ * @enum {string}
27014
+ */
27015
+ listingScope?: "exact" | "withChildren";
26986
27016
  /** @description listing ownership period ids comma separated or "unmapped" */
26987
27017
  listingOwnershipPeriodIds?: string;
26988
27018
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27070,6 +27100,11 @@ export interface operations {
27070
27100
  excludeApAppendix?: boolean;
27071
27101
  /** @description listing ids comma separated or "unmapped" */
27072
27102
  listingIds?: string;
27103
+ /**
27104
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27105
+ * @enum {string}
27106
+ */
27107
+ listingScope?: "exact" | "withChildren";
27073
27108
  /** @description listing ownership period ids comma separated or "unmapped" */
27074
27109
  listingOwnershipPeriodIds?: string;
27075
27110
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27155,6 +27190,11 @@ export interface operations {
27155
27190
  excludeApAppendix?: boolean;
27156
27191
  /** @description listing ids comma separated or "unmapped" */
27157
27192
  listingIds?: string;
27193
+ /**
27194
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27195
+ * @enum {string}
27196
+ */
27197
+ listingScope?: "exact" | "withChildren";
27158
27198
  /** @description listing ownership period ids comma separated or "unmapped" */
27159
27199
  listingOwnershipPeriodIds?: string;
27160
27200
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27243,6 +27283,11 @@ export interface operations {
27243
27283
  excludeApAppendix?: boolean;
27244
27284
  /** @description listing ids comma separated or "unmapped" */
27245
27285
  listingIds?: string;
27286
+ /**
27287
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27288
+ * @enum {string}
27289
+ */
27290
+ listingScope?: "exact" | "withChildren";
27246
27291
  /** @description listing ownership period ids comma separated or "unmapped" */
27247
27292
  listingOwnershipPeriodIds?: string;
27248
27293
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27330,6 +27375,11 @@ export interface operations {
27330
27375
  excludeApAppendix?: boolean;
27331
27376
  /** @description listing ids comma separated or "unmapped" */
27332
27377
  listingIds?: string;
27378
+ /**
27379
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27380
+ * @enum {string}
27381
+ */
27382
+ listingScope?: "exact" | "withChildren";
27333
27383
  /** @description listing ownership period ids comma separated or "unmapped" */
27334
27384
  listingOwnershipPeriodIds?: string;
27335
27385
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27415,6 +27465,11 @@ export interface operations {
27415
27465
  excludeApAppendix?: boolean;
27416
27466
  /** @description listing ids comma separated or "unmapped" */
27417
27467
  listingIds?: string;
27468
+ /**
27469
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27470
+ * @enum {string}
27471
+ */
27472
+ listingScope?: "exact" | "withChildren";
27418
27473
  /** @description listing ownership period ids comma separated or "unmapped" */
27419
27474
  listingOwnershipPeriodIds?: string;
27420
27475
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27503,6 +27558,11 @@ export interface operations {
27503
27558
  excludeApAppendix?: boolean;
27504
27559
  /** @description listing ids comma separated or "unmapped" */
27505
27560
  listingIds?: string;
27561
+ /**
27562
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27563
+ * @enum {string}
27564
+ */
27565
+ listingScope?: "exact" | "withChildren";
27506
27566
  /** @description listing ownership period ids comma separated or "unmapped" */
27507
27567
  listingOwnershipPeriodIds?: string;
27508
27568
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27831,6 +27891,11 @@ export interface operations {
27831
27891
  excludeApAppendix?: boolean;
27832
27892
  /** @description listing ids comma separated or "unmapped" */
27833
27893
  listingIds?: string;
27894
+ /**
27895
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27896
+ * @enum {string}
27897
+ */
27898
+ listingScope?: "exact" | "withChildren";
27834
27899
  /** @description listing ownership period ids comma separated or "unmapped" */
27835
27900
  listingOwnershipPeriodIds?: string;
27836
27901
  /** @description account ids comma separated accounts or "unmapped" */
@@ -28205,6 +28270,8 @@ export interface operations {
28205
28270
  currency?: string;
28206
28271
  /** @description listing ids comma separated or "unmapped" */
28207
28272
  listingIds?: string;
28273
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
28274
+ listingScope?: "exact" | "withChildren";
28208
28275
  /** @description listing ownership period ids comma separated or "unmapped" */
28209
28276
  listingOwnershipPeriodIds?: string;
28210
28277
  /** @description account ids comma separated accounts or "unmapped" */
@@ -28494,6 +28561,8 @@ export interface operations {
28494
28561
  currency?: string;
28495
28562
  /** @description listing ids comma separated or "unmapped" */
28496
28563
  listingIds?: string;
28564
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
28565
+ listingScope?: "exact" | "withChildren";
28497
28566
  /** @description listing ownership period ids comma separated or "unmapped" */
28498
28567
  listingOwnershipPeriodIds?: string;
28499
28568
  /** @description account ids comma separated accounts or "unmapped" */
@@ -28949,6 +29018,11 @@ export interface operations {
28949
29018
  excludeApAppendix?: boolean;
28950
29019
  /** @description listing ids comma separated or "unmapped" */
28951
29020
  listingIds?: string;
29021
+ /**
29022
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
29023
+ * @enum {string}
29024
+ */
29025
+ listingScope?: "exact" | "withChildren";
28952
29026
  /** @description listing ownership period ids comma separated or "unmapped" */
28953
29027
  listingOwnershipPeriodIds?: string;
28954
29028
  /** @description account ids comma separated accounts or "unmapped" */
@@ -29043,6 +29117,11 @@ export interface operations {
29043
29117
  excludeApAppendix?: boolean;
29044
29118
  /** @description listing ids comma separated or "unmapped" */
29045
29119
  listingIds?: string;
29120
+ /**
29121
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
29122
+ * @enum {string}
29123
+ */
29124
+ listingScope?: "exact" | "withChildren";
29046
29125
  /** @description listing ownership period ids comma separated or "unmapped" */
29047
29126
  listingOwnershipPeriodIds?: string;
29048
29127
  /** @description account ids comma separated accounts or "unmapped" */
@@ -29122,6 +29201,11 @@ export interface operations {
29122
29201
  excludeApAppendix?: boolean;
29123
29202
  /** @description listing ids comma separated or "unmapped" */
29124
29203
  listingIds?: string;
29204
+ /**
29205
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
29206
+ * @enum {string}
29207
+ */
29208
+ listingScope?: "exact" | "withChildren";
29125
29209
  /** @description listing ownership period ids comma separated or "unmapped" */
29126
29210
  listingOwnershipPeriodIds?: string;
29127
29211
  /** @description account ids comma separated accounts or "unmapped" */
@@ -29379,6 +29463,8 @@ export interface operations {
29379
29463
  currency?: string;
29380
29464
  /** @description listing ids comma separated or "unmapped" */
29381
29465
  listingIds?: string;
29466
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
29467
+ listingScope?: "exact" | "withChildren";
29382
29468
  /** @description listing ownership period ids comma separated or "unmapped" */
29383
29469
  listingOwnershipPeriodIds?: string;
29384
29470
  /** @description account ids comma separated accounts or "unmapped" */
@@ -29664,6 +29750,8 @@ export interface operations {
29664
29750
  currency?: string;
29665
29751
  /** @description listing ids comma separated or "unmapped" */
29666
29752
  listingIds?: string;
29753
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
29754
+ listingScope?: "exact" | "withChildren";
29667
29755
  /** @description listing ownership period ids comma separated or "unmapped" */
29668
29756
  listingOwnershipPeriodIds?: string;
29669
29757
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30088,6 +30176,11 @@ export interface operations {
30088
30176
  excludeApAppendix?: boolean;
30089
30177
  /** @description listing ids comma separated or "unmapped" */
30090
30178
  listingIds?: string;
30179
+ /**
30180
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
30181
+ * @enum {string}
30182
+ */
30183
+ listingScope?: "exact" | "withChildren";
30091
30184
  /** @description listing ownership period ids comma separated or "unmapped" */
30092
30185
  listingOwnershipPeriodIds?: string;
30093
30186
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30514,6 +30607,11 @@ export interface operations {
30514
30607
  excludeApAppendix?: boolean;
30515
30608
  /** @description listing ids comma separated or "unmapped" */
30516
30609
  listingIds?: string;
30610
+ /**
30611
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
30612
+ * @enum {string}
30613
+ */
30614
+ listingScope?: "exact" | "withChildren";
30517
30615
  /** @description listing ownership period ids comma separated or "unmapped" */
30518
30616
  listingOwnershipPeriodIds?: string;
30519
30617
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30594,6 +30692,11 @@ export interface operations {
30594
30692
  excludeApAppendix?: boolean;
30595
30693
  /** @description listing ids comma separated or "unmapped" */
30596
30694
  listingIds?: string;
30695
+ /**
30696
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
30697
+ * @enum {string}
30698
+ */
30699
+ listingScope?: "exact" | "withChildren";
30597
30700
  /** @description listing ownership period ids comma separated or "unmapped" */
30598
30701
  listingOwnershipPeriodIds?: string;
30599
30702
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30699,6 +30802,11 @@ export interface operations {
30699
30802
  excludeApAppendix?: boolean;
30700
30803
  /** @description listing ids comma separated or "unmapped" */
30701
30804
  listingIds?: string;
30805
+ /**
30806
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
30807
+ * @enum {string}
30808
+ */
30809
+ listingScope?: "exact" | "withChildren";
30702
30810
  /** @description listing ownership period ids comma separated or "unmapped" */
30703
30811
  listingOwnershipPeriodIds?: string;
30704
30812
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30776,6 +30884,11 @@ export interface operations {
30776
30884
  excludeApAppendix?: boolean;
30777
30885
  /** @description listing ids comma separated or "unmapped" */
30778
30886
  listingIds?: string;
30887
+ /**
30888
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
30889
+ * @enum {string}
30890
+ */
30891
+ listingScope?: "exact" | "withChildren";
30779
30892
  /** @description listing ownership period ids comma separated or "unmapped" */
30780
30893
  listingOwnershipPeriodIds?: string;
30781
30894
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30853,6 +30966,11 @@ export interface operations {
30853
30966
  excludeApAppendix?: boolean;
30854
30967
  /** @description listing ids comma separated or "unmapped" */
30855
30968
  listingIds?: string;
30969
+ /**
30970
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
30971
+ * @enum {string}
30972
+ */
30973
+ listingScope?: "exact" | "withChildren";
30856
30974
  /** @description listing ownership period ids comma separated or "unmapped" */
30857
30975
  listingOwnershipPeriodIds?: string;
30858
30976
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30940,6 +31058,11 @@ export interface operations {
30940
31058
  excludeApAppendix?: boolean;
30941
31059
  /** @description listing ids comma separated or "unmapped" */
30942
31060
  listingIds?: string;
31061
+ /**
31062
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31063
+ * @enum {string}
31064
+ */
31065
+ listingScope?: "exact" | "withChildren";
30943
31066
  /** @description listing ownership period ids comma separated or "unmapped" */
30944
31067
  listingOwnershipPeriodIds?: string;
30945
31068
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31017,6 +31140,11 @@ export interface operations {
31017
31140
  excludeApAppendix?: boolean;
31018
31141
  /** @description listing ids comma separated or "unmapped" */
31019
31142
  listingIds?: string;
31143
+ /**
31144
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31145
+ * @enum {string}
31146
+ */
31147
+ listingScope?: "exact" | "withChildren";
31020
31148
  /** @description listing ownership period ids comma separated or "unmapped" */
31021
31149
  listingOwnershipPeriodIds?: string;
31022
31150
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31125,6 +31253,11 @@ export interface operations {
31125
31253
  excludeApAppendix?: boolean;
31126
31254
  /** @description listing ids comma separated or "unmapped" */
31127
31255
  listingIds?: string;
31256
+ /**
31257
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31258
+ * @enum {string}
31259
+ */
31260
+ listingScope?: "exact" | "withChildren";
31128
31261
  /** @description listing ownership period ids comma separated or "unmapped" */
31129
31262
  listingOwnershipPeriodIds?: string;
31130
31263
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31202,6 +31335,11 @@ export interface operations {
31202
31335
  excludeApAppendix?: boolean;
31203
31336
  /** @description listing ids comma separated or "unmapped" */
31204
31337
  listingIds?: string;
31338
+ /**
31339
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31340
+ * @enum {string}
31341
+ */
31342
+ listingScope?: "exact" | "withChildren";
31205
31343
  /** @description listing ownership period ids comma separated or "unmapped" */
31206
31344
  listingOwnershipPeriodIds?: string;
31207
31345
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31279,6 +31417,11 @@ export interface operations {
31279
31417
  excludeApAppendix?: boolean;
31280
31418
  /** @description listing ids comma separated or "unmapped" */
31281
31419
  listingIds?: string;
31420
+ /**
31421
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31422
+ * @enum {string}
31423
+ */
31424
+ listingScope?: "exact" | "withChildren";
31282
31425
  /** @description listing ownership period ids comma separated or "unmapped" */
31283
31426
  listingOwnershipPeriodIds?: string;
31284
31427
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31366,6 +31509,11 @@ export interface operations {
31366
31509
  excludeApAppendix?: boolean;
31367
31510
  /** @description listing ids comma separated or "unmapped" */
31368
31511
  listingIds?: string;
31512
+ /**
31513
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31514
+ * @enum {string}
31515
+ */
31516
+ listingScope?: "exact" | "withChildren";
31369
31517
  /** @description listing ownership period ids comma separated or "unmapped" */
31370
31518
  listingOwnershipPeriodIds?: string;
31371
31519
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31443,6 +31591,11 @@ export interface operations {
31443
31591
  excludeApAppendix?: boolean;
31444
31592
  /** @description listing ids comma separated or "unmapped" */
31445
31593
  listingIds?: string;
31594
+ /**
31595
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31596
+ * @enum {string}
31597
+ */
31598
+ listingScope?: "exact" | "withChildren";
31446
31599
  /** @description listing ownership period ids comma separated or "unmapped" */
31447
31600
  listingOwnershipPeriodIds?: string;
31448
31601
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31550,6 +31703,11 @@ export interface operations {
31550
31703
  excludeApAppendix?: boolean;
31551
31704
  /** @description listing ids comma separated or "unmapped" */
31552
31705
  listingIds?: string;
31706
+ /**
31707
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31708
+ * @enum {string}
31709
+ */
31710
+ listingScope?: "exact" | "withChildren";
31553
31711
  /** @description listing ownership period ids comma separated or "unmapped" */
31554
31712
  listingOwnershipPeriodIds?: string;
31555
31713
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31627,6 +31785,11 @@ export interface operations {
31627
31785
  excludeApAppendix?: boolean;
31628
31786
  /** @description listing ids comma separated or "unmapped" */
31629
31787
  listingIds?: string;
31788
+ /**
31789
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31790
+ * @enum {string}
31791
+ */
31792
+ listingScope?: "exact" | "withChildren";
31630
31793
  /** @description listing ownership period ids comma separated or "unmapped" */
31631
31794
  listingOwnershipPeriodIds?: string;
31632
31795
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31704,6 +31867,11 @@ export interface operations {
31704
31867
  excludeApAppendix?: boolean;
31705
31868
  /** @description listing ids comma separated or "unmapped" */
31706
31869
  listingIds?: string;
31870
+ /**
31871
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31872
+ * @enum {string}
31873
+ */
31874
+ listingScope?: "exact" | "withChildren";
31707
31875
  /** @description listing ownership period ids comma separated or "unmapped" */
31708
31876
  listingOwnershipPeriodIds?: string;
31709
31877
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31791,6 +31959,11 @@ export interface operations {
31791
31959
  excludeApAppendix?: boolean;
31792
31960
  /** @description listing ids comma separated or "unmapped" */
31793
31961
  listingIds?: string;
31962
+ /**
31963
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31964
+ * @enum {string}
31965
+ */
31966
+ listingScope?: "exact" | "withChildren";
31794
31967
  /** @description listing ownership period ids comma separated or "unmapped" */
31795
31968
  listingOwnershipPeriodIds?: string;
31796
31969
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31868,6 +32041,11 @@ export interface operations {
31868
32041
  excludeApAppendix?: boolean;
31869
32042
  /** @description listing ids comma separated or "unmapped" */
31870
32043
  listingIds?: string;
32044
+ /**
32045
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32046
+ * @enum {string}
32047
+ */
32048
+ listingScope?: "exact" | "withChildren";
31871
32049
  /** @description listing ownership period ids comma separated or "unmapped" */
31872
32050
  listingOwnershipPeriodIds?: string;
31873
32051
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32418,6 +32596,11 @@ export interface operations {
32418
32596
  excludeApAppendix?: boolean;
32419
32597
  /** @description listing ids comma separated or "unmapped" */
32420
32598
  listingIds?: string;
32599
+ /**
32600
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32601
+ * @enum {string}
32602
+ */
32603
+ listingScope?: "exact" | "withChildren";
32421
32604
  /** @description listing ownership period ids comma separated or "unmapped" */
32422
32605
  listingOwnershipPeriodIds?: string;
32423
32606
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32500,6 +32683,11 @@ export interface operations {
32500
32683
  excludeApAppendix?: boolean;
32501
32684
  /** @description listing ids comma separated or "unmapped" */
32502
32685
  listingIds?: string;
32686
+ /**
32687
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32688
+ * @enum {string}
32689
+ */
32690
+ listingScope?: "exact" | "withChildren";
32503
32691
  /** @description listing ownership period ids comma separated or "unmapped" */
32504
32692
  listingOwnershipPeriodIds?: string;
32505
32693
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32586,6 +32774,11 @@ export interface operations {
32586
32774
  excludeApAppendix?: boolean;
32587
32775
  /** @description listing ids comma separated or "unmapped" */
32588
32776
  listingIds?: string;
32777
+ /**
32778
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32779
+ * @enum {string}
32780
+ */
32781
+ listingScope?: "exact" | "withChildren";
32589
32782
  /** @description listing ownership period ids comma separated or "unmapped" */
32590
32783
  listingOwnershipPeriodIds?: string;
32591
32784
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32667,6 +32860,11 @@ export interface operations {
32667
32860
  excludeApAppendix?: boolean;
32668
32861
  /** @description listing ids comma separated or "unmapped" */
32669
32862
  listingIds?: string;
32863
+ /**
32864
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32865
+ * @enum {string}
32866
+ */
32867
+ listingScope?: "exact" | "withChildren";
32670
32868
  /** @description listing ownership period ids comma separated or "unmapped" */
32671
32869
  listingOwnershipPeriodIds?: string;
32672
32870
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32756,6 +32954,11 @@ export interface operations {
32756
32954
  excludeApAppendix?: boolean;
32757
32955
  /** @description listing ids comma separated or "unmapped" */
32758
32956
  listingIds?: string;
32957
+ /**
32958
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32959
+ * @enum {string}
32960
+ */
32961
+ listingScope?: "exact" | "withChildren";
32759
32962
  /** @description listing ownership period ids comma separated or "unmapped" */
32760
32963
  listingOwnershipPeriodIds?: string;
32761
32964
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32838,6 +33041,11 @@ export interface operations {
32838
33041
  excludeApAppendix?: boolean;
32839
33042
  /** @description listing ids comma separated or "unmapped" */
32840
33043
  listingIds?: string;
33044
+ /**
33045
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33046
+ * @enum {string}
33047
+ */
33048
+ listingScope?: "exact" | "withChildren";
32841
33049
  /** @description listing ownership period ids comma separated or "unmapped" */
32842
33050
  listingOwnershipPeriodIds?: string;
32843
33051
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32924,6 +33132,11 @@ export interface operations {
32924
33132
  excludeApAppendix?: boolean;
32925
33133
  /** @description listing ids comma separated or "unmapped" */
32926
33134
  listingIds?: string;
33135
+ /**
33136
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33137
+ * @enum {string}
33138
+ */
33139
+ listingScope?: "exact" | "withChildren";
32927
33140
  /** @description listing ownership period ids comma separated or "unmapped" */
32928
33141
  listingOwnershipPeriodIds?: string;
32929
33142
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33005,6 +33218,11 @@ export interface operations {
33005
33218
  excludeApAppendix?: boolean;
33006
33219
  /** @description listing ids comma separated or "unmapped" */
33007
33220
  listingIds?: string;
33221
+ /**
33222
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33223
+ * @enum {string}
33224
+ */
33225
+ listingScope?: "exact" | "withChildren";
33008
33226
  /** @description listing ownership period ids comma separated or "unmapped" */
33009
33227
  listingOwnershipPeriodIds?: string;
33010
33228
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33094,6 +33312,11 @@ export interface operations {
33094
33312
  excludeApAppendix?: boolean;
33095
33313
  /** @description listing ids comma separated or "unmapped" */
33096
33314
  listingIds?: string;
33315
+ /**
33316
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33317
+ * @enum {string}
33318
+ */
33319
+ listingScope?: "exact" | "withChildren";
33097
33320
  /** @description listing ownership period ids comma separated or "unmapped" */
33098
33321
  listingOwnershipPeriodIds?: string;
33099
33322
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33176,6 +33399,11 @@ export interface operations {
33176
33399
  excludeApAppendix?: boolean;
33177
33400
  /** @description listing ids comma separated or "unmapped" */
33178
33401
  listingIds?: string;
33402
+ /**
33403
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33404
+ * @enum {string}
33405
+ */
33406
+ listingScope?: "exact" | "withChildren";
33179
33407
  /** @description listing ownership period ids comma separated or "unmapped" */
33180
33408
  listingOwnershipPeriodIds?: string;
33181
33409
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33262,6 +33490,11 @@ export interface operations {
33262
33490
  excludeApAppendix?: boolean;
33263
33491
  /** @description listing ids comma separated or "unmapped" */
33264
33492
  listingIds?: string;
33493
+ /**
33494
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33495
+ * @enum {string}
33496
+ */
33497
+ listingScope?: "exact" | "withChildren";
33265
33498
  /** @description listing ownership period ids comma separated or "unmapped" */
33266
33499
  listingOwnershipPeriodIds?: string;
33267
33500
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33343,6 +33576,11 @@ export interface operations {
33343
33576
  excludeApAppendix?: boolean;
33344
33577
  /** @description listing ids comma separated or "unmapped" */
33345
33578
  listingIds?: string;
33579
+ /**
33580
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33581
+ * @enum {string}
33582
+ */
33583
+ listingScope?: "exact" | "withChildren";
33346
33584
  /** @description listing ownership period ids comma separated or "unmapped" */
33347
33585
  listingOwnershipPeriodIds?: string;
33348
33586
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33432,6 +33670,11 @@ export interface operations {
33432
33670
  excludeApAppendix?: boolean;
33433
33671
  /** @description listing ids comma separated or "unmapped" */
33434
33672
  listingIds?: string;
33673
+ /**
33674
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33675
+ * @enum {string}
33676
+ */
33677
+ listingScope?: "exact" | "withChildren";
33435
33678
  /** @description listing ownership period ids comma separated or "unmapped" */
33436
33679
  listingOwnershipPeriodIds?: string;
33437
33680
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33514,6 +33757,11 @@ export interface operations {
33514
33757
  excludeApAppendix?: boolean;
33515
33758
  /** @description listing ids comma separated or "unmapped" */
33516
33759
  listingIds?: string;
33760
+ /**
33761
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33762
+ * @enum {string}
33763
+ */
33764
+ listingScope?: "exact" | "withChildren";
33517
33765
  /** @description listing ownership period ids comma separated or "unmapped" */
33518
33766
  listingOwnershipPeriodIds?: string;
33519
33767
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33600,6 +33848,11 @@ export interface operations {
33600
33848
  excludeApAppendix?: boolean;
33601
33849
  /** @description listing ids comma separated or "unmapped" */
33602
33850
  listingIds?: string;
33851
+ /**
33852
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33853
+ * @enum {string}
33854
+ */
33855
+ listingScope?: "exact" | "withChildren";
33603
33856
  /** @description listing ownership period ids comma separated or "unmapped" */
33604
33857
  listingOwnershipPeriodIds?: string;
33605
33858
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33681,6 +33934,11 @@ export interface operations {
33681
33934
  excludeApAppendix?: boolean;
33682
33935
  /** @description listing ids comma separated or "unmapped" */
33683
33936
  listingIds?: string;
33937
+ /**
33938
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33939
+ * @enum {string}
33940
+ */
33941
+ listingScope?: "exact" | "withChildren";
33684
33942
  /** @description listing ownership period ids comma separated or "unmapped" */
33685
33943
  listingOwnershipPeriodIds?: string;
33686
33944
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34002,6 +34260,11 @@ export interface operations {
34002
34260
  excludeApAppendix?: boolean;
34003
34261
  /** @description listing ids comma separated or "unmapped" */
34004
34262
  listingIds?: string;
34263
+ /**
34264
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34265
+ * @enum {string}
34266
+ */
34267
+ listingScope?: "exact" | "withChildren";
34005
34268
  /** @description listing ownership period ids comma separated or "unmapped" */
34006
34269
  listingOwnershipPeriodIds?: string;
34007
34270
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34078,6 +34341,11 @@ export interface operations {
34078
34341
  excludeApAppendix?: boolean;
34079
34342
  /** @description listing ids comma separated or "unmapped" */
34080
34343
  listingIds?: string;
34344
+ /**
34345
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34346
+ * @enum {string}
34347
+ */
34348
+ listingScope?: "exact" | "withChildren";
34081
34349
  /** @description listing ownership period ids comma separated or "unmapped" */
34082
34350
  listingOwnershipPeriodIds?: string;
34083
34351
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34383,6 +34651,11 @@ export interface operations {
34383
34651
  excludeApAppendix?: boolean;
34384
34652
  /** @description listing ids comma separated or "unmapped" */
34385
34653
  listingIds?: string;
34654
+ /**
34655
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34656
+ * @enum {string}
34657
+ */
34658
+ listingScope?: "exact" | "withChildren";
34386
34659
  /** @description listing ownership period ids comma separated or "unmapped" */
34387
34660
  listingOwnershipPeriodIds?: string;
34388
34661
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34459,6 +34732,11 @@ export interface operations {
34459
34732
  excludeApAppendix?: boolean;
34460
34733
  /** @description listing ids comma separated or "unmapped" */
34461
34734
  listingIds?: string;
34735
+ /**
34736
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34737
+ * @enum {string}
34738
+ */
34739
+ listingScope?: "exact" | "withChildren";
34462
34740
  /** @description listing ownership period ids comma separated or "unmapped" */
34463
34741
  listingOwnershipPeriodIds?: string;
34464
34742
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34535,6 +34813,11 @@ export interface operations {
34535
34813
  excludeApAppendix?: boolean;
34536
34814
  /** @description listing ids comma separated or "unmapped" */
34537
34815
  listingIds?: string;
34816
+ /**
34817
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34818
+ * @enum {string}
34819
+ */
34820
+ listingScope?: "exact" | "withChildren";
34538
34821
  /** @description listing ownership period ids comma separated or "unmapped" */
34539
34822
  listingOwnershipPeriodIds?: string;
34540
34823
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34611,6 +34894,11 @@ export interface operations {
34611
34894
  excludeApAppendix?: boolean;
34612
34895
  /** @description listing ids comma separated or "unmapped" */
34613
34896
  listingIds?: string;
34897
+ /**
34898
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34899
+ * @enum {string}
34900
+ */
34901
+ listingScope?: "exact" | "withChildren";
34614
34902
  /** @description listing ownership period ids comma separated or "unmapped" */
34615
34903
  listingOwnershipPeriodIds?: string;
34616
34904
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34697,6 +34985,11 @@ export interface operations {
34697
34985
  excludeApAppendix?: boolean;
34698
34986
  /** @description listing ids comma separated or "unmapped" */
34699
34987
  listingIds?: string;
34988
+ /**
34989
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34990
+ * @enum {string}
34991
+ */
34992
+ listingScope?: "exact" | "withChildren";
34700
34993
  /** @description listing ownership period ids comma separated or "unmapped" */
34701
34994
  listingOwnershipPeriodIds?: string;
34702
34995
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34773,6 +35066,11 @@ export interface operations {
34773
35066
  excludeApAppendix?: boolean;
34774
35067
  /** @description listing ids comma separated or "unmapped" */
34775
35068
  listingIds?: string;
35069
+ /**
35070
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35071
+ * @enum {string}
35072
+ */
35073
+ listingScope?: "exact" | "withChildren";
34776
35074
  /** @description listing ownership period ids comma separated or "unmapped" */
34777
35075
  listingOwnershipPeriodIds?: string;
34778
35076
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34849,6 +35147,11 @@ export interface operations {
34849
35147
  excludeApAppendix?: boolean;
34850
35148
  /** @description listing ids comma separated or "unmapped" */
34851
35149
  listingIds?: string;
35150
+ /**
35151
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35152
+ * @enum {string}
35153
+ */
35154
+ listingScope?: "exact" | "withChildren";
34852
35155
  /** @description listing ownership period ids comma separated or "unmapped" */
34853
35156
  listingOwnershipPeriodIds?: string;
34854
35157
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34925,6 +35228,11 @@ export interface operations {
34925
35228
  excludeApAppendix?: boolean;
34926
35229
  /** @description listing ids comma separated or "unmapped" */
34927
35230
  listingIds?: string;
35231
+ /**
35232
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35233
+ * @enum {string}
35234
+ */
35235
+ listingScope?: "exact" | "withChildren";
34928
35236
  /** @description listing ownership period ids comma separated or "unmapped" */
34929
35237
  listingOwnershipPeriodIds?: string;
34930
35238
  /** @description account ids comma separated accounts or "unmapped" */
@@ -35232,6 +35540,11 @@ export interface operations {
35232
35540
  excludeApAppendix?: boolean;
35233
35541
  /** @description listing ids comma separated or "unmapped" */
35234
35542
  listingIds?: string;
35543
+ /**
35544
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35545
+ * @enum {string}
35546
+ */
35547
+ listingScope?: "exact" | "withChildren";
35235
35548
  /** @description listing ownership period ids comma separated or "unmapped" */
35236
35549
  listingOwnershipPeriodIds?: string;
35237
35550
  /** @description account ids comma separated accounts or "unmapped" */
@@ -35329,6 +35642,11 @@ export interface operations {
35329
35642
  excludeApAppendix?: boolean;
35330
35643
  /** @description listing ids comma separated or "unmapped" */
35331
35644
  listingIds?: string;
35645
+ /**
35646
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35647
+ * @enum {string}
35648
+ */
35649
+ listingScope?: "exact" | "withChildren";
35332
35650
  /** @description listing ownership period ids comma separated or "unmapped" */
35333
35651
  listingOwnershipPeriodIds?: string;
35334
35652
  /** @description account ids comma separated accounts or "unmapped" */
@@ -35416,6 +35734,11 @@ export interface operations {
35416
35734
  excludeApAppendix?: boolean;
35417
35735
  /** @description listing ids comma separated or "unmapped" */
35418
35736
  listingIds?: string;
35737
+ /**
35738
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35739
+ * @enum {string}
35740
+ */
35741
+ listingScope?: "exact" | "withChildren";
35419
35742
  /** @description listing ownership period ids comma separated or "unmapped" */
35420
35743
  listingOwnershipPeriodIds?: string;
35421
35744
  /** @description account ids comma separated accounts or "unmapped" */
@@ -35551,6 +35874,8 @@ export interface operations {
35551
35874
  parameters: {
35552
35875
  query: {
35553
35876
  endDate: string;
35877
+ /** @description Controls grouped listing presentation. source returns flat source listing rows, nestedParent nests child rows below parent totals, and parentRollup returns only parent/group totals. */
35878
+ listingDisplay?: "source" | "nestedParent" | "parentRollup";
35554
35879
  };
35555
35880
  header?: never;
35556
35881
  path?: never;
@@ -35613,6 +35938,11 @@ export interface operations {
35613
35938
  excludeApAppendix?: boolean;
35614
35939
  /** @description listing ids comma separated or "unmapped" */
35615
35940
  listingIds?: string;
35941
+ /**
35942
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35943
+ * @enum {string}
35944
+ */
35945
+ listingScope?: "exact" | "withChildren";
35616
35946
  /** @description listing ownership period ids comma separated or "unmapped" */
35617
35947
  listingOwnershipPeriodIds?: string;
35618
35948
  /** @description account ids comma separated accounts or "unmapped" */
@@ -35666,6 +35996,7 @@ export interface operations {
35666
35996
  listings: {
35667
35997
  id: string;
35668
35998
  listingId: string | null;
35999
+ parentListingId?: string | null;
35669
36000
  ownershipPeriodId: string | null;
35670
36001
  name: string;
35671
36002
  total: number;
@@ -35713,6 +36044,11 @@ export interface operations {
35713
36044
  excludeApAppendix?: boolean;
35714
36045
  /** @description listing ids comma separated or "unmapped" */
35715
36046
  listingIds?: string;
36047
+ /**
36048
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
36049
+ * @enum {string}
36050
+ */
36051
+ listingScope?: "exact" | "withChildren";
35716
36052
  /** @description listing ownership period ids comma separated or "unmapped" */
35717
36053
  listingOwnershipPeriodIds?: string;
35718
36054
  /** @description account ids comma separated accounts or "unmapped" */
@@ -35769,6 +36105,119 @@ export interface operations {
35769
36105
  setListingInactive: boolean;
35770
36106
  };
35771
36107
  }[];
36108
+ children?: {
36109
+ id: string;
36110
+ listingId: string | null;
36111
+ parentListingId?: string | null;
36112
+ ownershipPeriodId: string | null;
36113
+ name: string;
36114
+ total: number;
36115
+ sections: {
36116
+ /** @enum {string} */
36117
+ name: "Manager Payable" | "Owner Payable" | "Other Net Liabilities";
36118
+ total: number;
36119
+ /** @constant */
36120
+ type: "accounts";
36121
+ accounts: {
36122
+ id: string;
36123
+ name: string;
36124
+ categoryId: string;
36125
+ total: number;
36126
+ drilldown?: {
36127
+ /** @constant */
36128
+ type: "journalEntryReport";
36129
+ filter: {
36130
+ /** @description comma separated journal entry ids */
36131
+ ids?: string;
36132
+ txnCode?: string;
36133
+ published?: boolean;
36134
+ /** @enum {string} */
36135
+ status?: "active" | "inactive";
36136
+ /** @enum {string} */
36137
+ ledger?: "historical" | "trust" | "operating";
36138
+ startAt?: string;
36139
+ endAt?: string;
36140
+ search?: string;
36141
+ date?: string;
36142
+ amount?: string;
36143
+ /**
36144
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
36145
+ * @default true
36146
+ */
36147
+ isDateRangeEndInclusive: boolean;
36148
+ /** @description comma separated reservation ids or "unmapped" */
36149
+ reservationIds?: string;
36150
+ /** @description comma separated transaction ids */
36151
+ transactionIds?: string;
36152
+ /** @description comma separated owner statement ids */
36153
+ ownerStatementIds?: string;
36154
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
36155
+ currency?: string;
36156
+ excludeApAppendix?: boolean;
36157
+ /** @description listing ids comma separated or "unmapped" */
36158
+ listingIds?: string;
36159
+ /**
36160
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
36161
+ * @enum {string}
36162
+ */
36163
+ listingScope?: "exact" | "withChildren";
36164
+ /** @description listing ownership period ids comma separated or "unmapped" */
36165
+ listingOwnershipPeriodIds?: string;
36166
+ /** @description account ids comma separated accounts or "unmapped" */
36167
+ accountIds?: string;
36168
+ /** @description comma separated account reservation line type ids */
36169
+ accountReservationLineTypeIds?: string;
36170
+ /** @description comma separated categories */
36171
+ categoryIds?: string;
36172
+ /** @description comma separated categories to exclude */
36173
+ excludeCategoryIds?: string;
36174
+ /** @description comma separated contacts */
36175
+ contactIds?: string;
36176
+ classifications?: string;
36177
+ /** @enum {string} */
36178
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
36179
+ /** @description comma separated journal entry types */
36180
+ types?: string;
36181
+ /** @description comma separated journal entry types to exclude */
36182
+ excludeTypes?: string;
36183
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
36184
+ entityTypes?: string;
36185
+ /** @description comma separated booking channel refs */
36186
+ bookingChannels?: string;
36187
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
36188
+ triggerTypes?: string;
36189
+ /** @description comma separated journal entry trigger types to exclude */
36190
+ excludeTriggerTypes?: string;
36191
+ /** @description comma separated parties */
36192
+ parties?: string;
36193
+ /** @enum {string} */
36194
+ party?: "owners" | "manager";
36195
+ /** @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" */
36196
+ accountAssignmentTypes?: string;
36197
+ /** @description comma separated manager statement section ids */
36198
+ managerStatementSectionIds?: string;
36199
+ recurringFee?: boolean;
36200
+ /** @enum {string} */
36201
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
36202
+ };
36203
+ /** @enum {string} */
36204
+ measure?: "periodActivity" | "balance";
36205
+ label?: string;
36206
+ } | null;
36207
+ }[];
36208
+ }[];
36209
+ issues?: {
36210
+ /** @constant */
36211
+ code: "endedOwnershipNonZeroBalance";
36212
+ /** @constant */
36213
+ severity: "warning";
36214
+ message: string;
36215
+ context: {
36216
+ endAt: string | null;
36217
+ setListingInactive: boolean;
36218
+ };
36219
+ }[];
36220
+ }[];
35772
36221
  }[];
35773
36222
  })[];
35774
36223
  };
@@ -36076,6 +36525,8 @@ export interface operations {
36076
36525
  status?: "booked" | "canceled" | "inactive";
36077
36526
  generalLedgerStatus?: "active" | "inactive";
36078
36527
  listingId?: string;
36528
+ /** @description Controls listingId filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
36529
+ listingScope?: "exact" | "withChildren";
36079
36530
  /** @description Date filter string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD`. Single values expand to the full year, month, or day. */
36080
36531
  date?: string;
36081
36532
  /** @description Choose which reservation date field the `date` filter applies to. */
@@ -37106,6 +37557,8 @@ export interface operations {
37106
37557
  status?: "booked" | "canceled" | "inactive";
37107
37558
  generalLedgerStatus?: "active" | "inactive";
37108
37559
  listingId?: string;
37560
+ /** @description Controls listingId filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
37561
+ listingScope?: "exact" | "withChildren";
37109
37562
  /** @description Date filter string. Accepted syntax: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`, or range `YYYY-MM-DD...YYYY-MM-DD`. Single values expand to the full year, month, or day. */
37110
37563
  date?: string;
37111
37564
  /** @description Choose which reservation date field the `date` filter applies to. */
@@ -40954,6 +41407,11 @@ export interface operations {
40954
41407
  excludeApAppendix?: boolean;
40955
41408
  /** @description listing ids comma separated or "unmapped" */
40956
41409
  listingIds?: string;
41410
+ /**
41411
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
41412
+ * @enum {string}
41413
+ */
41414
+ listingScope?: "exact" | "withChildren";
40957
41415
  /** @description listing ownership period ids comma separated or "unmapped" */
40958
41416
  listingOwnershipPeriodIds?: string;
40959
41417
  /** @description account ids comma separated accounts or "unmapped" */
@@ -41439,6 +41897,11 @@ export interface operations {
41439
41897
  excludeApAppendix?: boolean;
41440
41898
  /** @description listing ids comma separated or "unmapped" */
41441
41899
  listingIds?: string;
41900
+ /**
41901
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
41902
+ * @enum {string}
41903
+ */
41904
+ listingScope?: "exact" | "withChildren";
41442
41905
  /** @description listing ownership period ids comma separated or "unmapped" */
41443
41906
  listingOwnershipPeriodIds?: string;
41444
41907
  /** @description account ids comma separated accounts or "unmapped" */
@@ -41736,6 +42199,11 @@ export interface operations {
41736
42199
  excludeApAppendix?: boolean;
41737
42200
  /** @description listing ids comma separated or "unmapped" */
41738
42201
  listingIds?: string;
42202
+ /**
42203
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42204
+ * @enum {string}
42205
+ */
42206
+ listingScope?: "exact" | "withChildren";
41739
42207
  /** @description listing ownership period ids comma separated or "unmapped" */
41740
42208
  listingOwnershipPeriodIds?: string;
41741
42209
  /** @description account ids comma separated accounts or "unmapped" */
@@ -41816,6 +42284,11 @@ export interface operations {
41816
42284
  excludeApAppendix?: boolean;
41817
42285
  /** @description listing ids comma separated or "unmapped" */
41818
42286
  listingIds?: string;
42287
+ /**
42288
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42289
+ * @enum {string}
42290
+ */
42291
+ listingScope?: "exact" | "withChildren";
41819
42292
  /** @description listing ownership period ids comma separated or "unmapped" */
41820
42293
  listingOwnershipPeriodIds?: string;
41821
42294
  /** @description account ids comma separated accounts or "unmapped" */
@@ -41972,6 +42445,11 @@ export interface operations {
41972
42445
  excludeApAppendix?: boolean;
41973
42446
  /** @description listing ids comma separated or "unmapped" */
41974
42447
  listingIds?: string;
42448
+ /**
42449
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42450
+ * @enum {string}
42451
+ */
42452
+ listingScope?: "exact" | "withChildren";
41975
42453
  /** @description listing ownership period ids comma separated or "unmapped" */
41976
42454
  listingOwnershipPeriodIds?: string;
41977
42455
  /** @description account ids comma separated accounts or "unmapped" */
@@ -42052,6 +42530,11 @@ export interface operations {
42052
42530
  excludeApAppendix?: boolean;
42053
42531
  /** @description listing ids comma separated or "unmapped" */
42054
42532
  listingIds?: string;
42533
+ /**
42534
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42535
+ * @enum {string}
42536
+ */
42537
+ listingScope?: "exact" | "withChildren";
42055
42538
  /** @description listing ownership period ids comma separated or "unmapped" */
42056
42539
  listingOwnershipPeriodIds?: string;
42057
42540
  /** @description account ids comma separated accounts or "unmapped" */
@@ -42224,6 +42707,11 @@ export interface operations {
42224
42707
  excludeApAppendix?: boolean;
42225
42708
  /** @description listing ids comma separated or "unmapped" */
42226
42709
  listingIds?: string;
42710
+ /**
42711
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42712
+ * @enum {string}
42713
+ */
42714
+ listingScope?: "exact" | "withChildren";
42227
42715
  /** @description listing ownership period ids comma separated or "unmapped" */
42228
42716
  listingOwnershipPeriodIds?: string;
42229
42717
  /** @description account ids comma separated accounts or "unmapped" */
@@ -42304,6 +42792,11 @@ export interface operations {
42304
42792
  excludeApAppendix?: boolean;
42305
42793
  /** @description listing ids comma separated or "unmapped" */
42306
42794
  listingIds?: string;
42795
+ /**
42796
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42797
+ * @enum {string}
42798
+ */
42799
+ listingScope?: "exact" | "withChildren";
42307
42800
  /** @description listing ownership period ids comma separated or "unmapped" */
42308
42801
  listingOwnershipPeriodIds?: string;
42309
42802
  /** @description account ids comma separated accounts or "unmapped" */
@@ -42712,6 +43205,11 @@ export interface operations {
42712
43205
  excludeApAppendix?: boolean;
42713
43206
  /** @description listing ids comma separated or "unmapped" */
42714
43207
  listingIds?: string;
43208
+ /**
43209
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
43210
+ * @enum {string}
43211
+ */
43212
+ listingScope?: "exact" | "withChildren";
42715
43213
  /** @description listing ownership period ids comma separated or "unmapped" */
42716
43214
  listingOwnershipPeriodIds?: string;
42717
43215
  /** @description account ids comma separated accounts or "unmapped" */
@@ -43009,6 +43507,11 @@ export interface operations {
43009
43507
  excludeApAppendix?: boolean;
43010
43508
  /** @description listing ids comma separated or "unmapped" */
43011
43509
  listingIds?: string;
43510
+ /**
43511
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
43512
+ * @enum {string}
43513
+ */
43514
+ listingScope?: "exact" | "withChildren";
43012
43515
  /** @description listing ownership period ids comma separated or "unmapped" */
43013
43516
  listingOwnershipPeriodIds?: string;
43014
43517
  /** @description account ids comma separated accounts or "unmapped" */
@@ -43089,6 +43592,11 @@ export interface operations {
43089
43592
  excludeApAppendix?: boolean;
43090
43593
  /** @description listing ids comma separated or "unmapped" */
43091
43594
  listingIds?: string;
43595
+ /**
43596
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
43597
+ * @enum {string}
43598
+ */
43599
+ listingScope?: "exact" | "withChildren";
43092
43600
  /** @description listing ownership period ids comma separated or "unmapped" */
43093
43601
  listingOwnershipPeriodIds?: string;
43094
43602
  /** @description account ids comma separated accounts or "unmapped" */
@@ -43245,6 +43753,11 @@ export interface operations {
43245
43753
  excludeApAppendix?: boolean;
43246
43754
  /** @description listing ids comma separated or "unmapped" */
43247
43755
  listingIds?: string;
43756
+ /**
43757
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
43758
+ * @enum {string}
43759
+ */
43760
+ listingScope?: "exact" | "withChildren";
43248
43761
  /** @description listing ownership period ids comma separated or "unmapped" */
43249
43762
  listingOwnershipPeriodIds?: string;
43250
43763
  /** @description account ids comma separated accounts or "unmapped" */
@@ -43325,6 +43838,11 @@ export interface operations {
43325
43838
  excludeApAppendix?: boolean;
43326
43839
  /** @description listing ids comma separated or "unmapped" */
43327
43840
  listingIds?: string;
43841
+ /**
43842
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
43843
+ * @enum {string}
43844
+ */
43845
+ listingScope?: "exact" | "withChildren";
43328
43846
  /** @description listing ownership period ids comma separated or "unmapped" */
43329
43847
  listingOwnershipPeriodIds?: string;
43330
43848
  /** @description account ids comma separated accounts or "unmapped" */
@@ -43497,6 +44015,11 @@ export interface operations {
43497
44015
  excludeApAppendix?: boolean;
43498
44016
  /** @description listing ids comma separated or "unmapped" */
43499
44017
  listingIds?: string;
44018
+ /**
44019
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
44020
+ * @enum {string}
44021
+ */
44022
+ listingScope?: "exact" | "withChildren";
43500
44023
  /** @description listing ownership period ids comma separated or "unmapped" */
43501
44024
  listingOwnershipPeriodIds?: string;
43502
44025
  /** @description account ids comma separated accounts or "unmapped" */
@@ -43577,6 +44100,11 @@ export interface operations {
43577
44100
  excludeApAppendix?: boolean;
43578
44101
  /** @description listing ids comma separated or "unmapped" */
43579
44102
  listingIds?: string;
44103
+ /**
44104
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
44105
+ * @enum {string}
44106
+ */
44107
+ listingScope?: "exact" | "withChildren";
43580
44108
  /** @description listing ownership period ids comma separated or "unmapped" */
43581
44109
  listingOwnershipPeriodIds?: string;
43582
44110
  /** @description account ids comma separated accounts or "unmapped" */
@@ -46503,6 +47031,11 @@ export interface operations {
46503
47031
  excludeApAppendix?: boolean;
46504
47032
  /** @description listing ids comma separated or "unmapped" */
46505
47033
  listingIds?: string;
47034
+ /**
47035
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
47036
+ * @enum {string}
47037
+ */
47038
+ listingScope?: "exact" | "withChildren";
46506
47039
  /** @description listing ownership period ids comma separated or "unmapped" */
46507
47040
  listingOwnershipPeriodIds?: string;
46508
47041
  /** @description account ids comma separated accounts or "unmapped" */
@@ -46800,6 +47333,11 @@ export interface operations {
46800
47333
  excludeApAppendix?: boolean;
46801
47334
  /** @description listing ids comma separated or "unmapped" */
46802
47335
  listingIds?: string;
47336
+ /**
47337
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
47338
+ * @enum {string}
47339
+ */
47340
+ listingScope?: "exact" | "withChildren";
46803
47341
  /** @description listing ownership period ids comma separated or "unmapped" */
46804
47342
  listingOwnershipPeriodIds?: string;
46805
47343
  /** @description account ids comma separated accounts or "unmapped" */
@@ -46880,6 +47418,11 @@ export interface operations {
46880
47418
  excludeApAppendix?: boolean;
46881
47419
  /** @description listing ids comma separated or "unmapped" */
46882
47420
  listingIds?: string;
47421
+ /**
47422
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
47423
+ * @enum {string}
47424
+ */
47425
+ listingScope?: "exact" | "withChildren";
46883
47426
  /** @description listing ownership period ids comma separated or "unmapped" */
46884
47427
  listingOwnershipPeriodIds?: string;
46885
47428
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47036,6 +47579,11 @@ export interface operations {
47036
47579
  excludeApAppendix?: boolean;
47037
47580
  /** @description listing ids comma separated or "unmapped" */
47038
47581
  listingIds?: string;
47582
+ /**
47583
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
47584
+ * @enum {string}
47585
+ */
47586
+ listingScope?: "exact" | "withChildren";
47039
47587
  /** @description listing ownership period ids comma separated or "unmapped" */
47040
47588
  listingOwnershipPeriodIds?: string;
47041
47589
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47116,6 +47664,11 @@ export interface operations {
47116
47664
  excludeApAppendix?: boolean;
47117
47665
  /** @description listing ids comma separated or "unmapped" */
47118
47666
  listingIds?: string;
47667
+ /**
47668
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
47669
+ * @enum {string}
47670
+ */
47671
+ listingScope?: "exact" | "withChildren";
47119
47672
  /** @description listing ownership period ids comma separated or "unmapped" */
47120
47673
  listingOwnershipPeriodIds?: string;
47121
47674
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47288,6 +47841,11 @@ export interface operations {
47288
47841
  excludeApAppendix?: boolean;
47289
47842
  /** @description listing ids comma separated or "unmapped" */
47290
47843
  listingIds?: string;
47844
+ /**
47845
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
47846
+ * @enum {string}
47847
+ */
47848
+ listingScope?: "exact" | "withChildren";
47291
47849
  /** @description listing ownership period ids comma separated or "unmapped" */
47292
47850
  listingOwnershipPeriodIds?: string;
47293
47851
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47368,6 +47926,11 @@ export interface operations {
47368
47926
  excludeApAppendix?: boolean;
47369
47927
  /** @description listing ids comma separated or "unmapped" */
47370
47928
  listingIds?: string;
47929
+ /**
47930
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
47931
+ * @enum {string}
47932
+ */
47933
+ listingScope?: "exact" | "withChildren";
47371
47934
  /** @description listing ownership period ids comma separated or "unmapped" */
47372
47935
  listingOwnershipPeriodIds?: string;
47373
47936
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47781,6 +48344,11 @@ export interface operations {
47781
48344
  excludeApAppendix?: boolean;
47782
48345
  /** @description listing ids comma separated or "unmapped" */
47783
48346
  listingIds?: string;
48347
+ /**
48348
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
48349
+ * @enum {string}
48350
+ */
48351
+ listingScope?: "exact" | "withChildren";
47784
48352
  /** @description listing ownership period ids comma separated or "unmapped" */
47785
48353
  listingOwnershipPeriodIds?: string;
47786
48354
  /** @description account ids comma separated accounts or "unmapped" */
@@ -48078,6 +48646,11 @@ export interface operations {
48078
48646
  excludeApAppendix?: boolean;
48079
48647
  /** @description listing ids comma separated or "unmapped" */
48080
48648
  listingIds?: string;
48649
+ /**
48650
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
48651
+ * @enum {string}
48652
+ */
48653
+ listingScope?: "exact" | "withChildren";
48081
48654
  /** @description listing ownership period ids comma separated or "unmapped" */
48082
48655
  listingOwnershipPeriodIds?: string;
48083
48656
  /** @description account ids comma separated accounts or "unmapped" */
@@ -48158,6 +48731,11 @@ export interface operations {
48158
48731
  excludeApAppendix?: boolean;
48159
48732
  /** @description listing ids comma separated or "unmapped" */
48160
48733
  listingIds?: string;
48734
+ /**
48735
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
48736
+ * @enum {string}
48737
+ */
48738
+ listingScope?: "exact" | "withChildren";
48161
48739
  /** @description listing ownership period ids comma separated or "unmapped" */
48162
48740
  listingOwnershipPeriodIds?: string;
48163
48741
  /** @description account ids comma separated accounts or "unmapped" */
@@ -48314,6 +48892,11 @@ export interface operations {
48314
48892
  excludeApAppendix?: boolean;
48315
48893
  /** @description listing ids comma separated or "unmapped" */
48316
48894
  listingIds?: string;
48895
+ /**
48896
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
48897
+ * @enum {string}
48898
+ */
48899
+ listingScope?: "exact" | "withChildren";
48317
48900
  /** @description listing ownership period ids comma separated or "unmapped" */
48318
48901
  listingOwnershipPeriodIds?: string;
48319
48902
  /** @description account ids comma separated accounts or "unmapped" */
@@ -48394,6 +48977,11 @@ export interface operations {
48394
48977
  excludeApAppendix?: boolean;
48395
48978
  /** @description listing ids comma separated or "unmapped" */
48396
48979
  listingIds?: string;
48980
+ /**
48981
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
48982
+ * @enum {string}
48983
+ */
48984
+ listingScope?: "exact" | "withChildren";
48397
48985
  /** @description listing ownership period ids comma separated or "unmapped" */
48398
48986
  listingOwnershipPeriodIds?: string;
48399
48987
  /** @description account ids comma separated accounts or "unmapped" */
@@ -48566,6 +49154,11 @@ export interface operations {
48566
49154
  excludeApAppendix?: boolean;
48567
49155
  /** @description listing ids comma separated or "unmapped" */
48568
49156
  listingIds?: string;
49157
+ /**
49158
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
49159
+ * @enum {string}
49160
+ */
49161
+ listingScope?: "exact" | "withChildren";
48569
49162
  /** @description listing ownership period ids comma separated or "unmapped" */
48570
49163
  listingOwnershipPeriodIds?: string;
48571
49164
  /** @description account ids comma separated accounts or "unmapped" */
@@ -48646,6 +49239,11 @@ export interface operations {
48646
49239
  excludeApAppendix?: boolean;
48647
49240
  /** @description listing ids comma separated or "unmapped" */
48648
49241
  listingIds?: string;
49242
+ /**
49243
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
49244
+ * @enum {string}
49245
+ */
49246
+ listingScope?: "exact" | "withChildren";
48649
49247
  /** @description listing ownership period ids comma separated or "unmapped" */
48650
49248
  listingOwnershipPeriodIds?: string;
48651
49249
  /** @description account ids comma separated accounts or "unmapped" */
@@ -56135,6 +56733,8 @@ export interface operations {
56135
56733
  reconciled?: boolean | "candidate";
56136
56734
  contactId?: string;
56137
56735
  listingIds?: string;
56736
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
56737
+ listingScope?: "exact" | "withChildren";
56138
56738
  limit?: number;
56139
56739
  page?: number;
56140
56740
  };
@@ -57267,6 +57867,8 @@ export interface operations {
57267
57867
  reconciled?: boolean | "candidate";
57268
57868
  contactId?: string;
57269
57869
  listingIds?: string;
57870
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
57871
+ listingScope?: "exact" | "withChildren";
57270
57872
  };
57271
57873
  header?: never;
57272
57874
  path?: never;
@@ -57404,6 +58006,8 @@ export interface operations {
57404
58006
  reconciled?: boolean | "candidate";
57405
58007
  contactId?: string;
57406
58008
  listingIds?: string;
58009
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
58010
+ listingScope?: "exact" | "withChildren";
57407
58011
  };
57408
58012
  header?: never;
57409
58013
  path?: never;
@@ -57541,6 +58145,8 @@ export interface operations {
57541
58145
  reconciled?: boolean | "candidate";
57542
58146
  contactId?: string;
57543
58147
  listingIds?: string;
58148
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
58149
+ listingScope?: "exact" | "withChildren";
57544
58150
  };
57545
58151
  header?: never;
57546
58152
  path?: never;
@@ -58020,6 +58626,8 @@ export interface operations {
58020
58626
  reconciled?: boolean | "candidate";
58021
58627
  contactId?: string;
58022
58628
  listingIds?: string;
58629
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
58630
+ listingScope?: "exact" | "withChildren";
58023
58631
  };
58024
58632
  header?: never;
58025
58633
  path?: never;
@@ -59917,6 +60525,8 @@ export interface operations {
59917
60525
  reconciled?: boolean | "candidate";
59918
60526
  contactId?: string;
59919
60527
  listingIds?: string;
60528
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
60529
+ listingScope?: "exact" | "withChildren";
59920
60530
  };
59921
60531
  header?: never;
59922
60532
  path?: never;