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