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

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.
@@ -24779,6 +24779,8 @@ export interface operations {
24779
24779
  search?: string;
24780
24780
  /** @description comma separated listing ids */
24781
24781
  listingIds?: string;
24782
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
24783
+ listingScope?: "exact" | "withChildren";
24782
24784
  status?: "active" | "inactive";
24783
24785
  type?: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
24784
24786
  limit?: number;
@@ -26549,6 +26551,11 @@ export interface operations {
26549
26551
  excludeApAppendix?: boolean;
26550
26552
  /** @description listing ids comma separated or "unmapped" */
26551
26553
  listingIds?: string;
26554
+ /**
26555
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
26556
+ * @enum {string}
26557
+ */
26558
+ listingScope?: "exact" | "withChildren";
26552
26559
  /** @description listing ownership period ids comma separated or "unmapped" */
26553
26560
  listingOwnershipPeriodIds?: string;
26554
26561
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26634,6 +26641,11 @@ export interface operations {
26634
26641
  excludeApAppendix?: boolean;
26635
26642
  /** @description listing ids comma separated or "unmapped" */
26636
26643
  listingIds?: string;
26644
+ /**
26645
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
26646
+ * @enum {string}
26647
+ */
26648
+ listingScope?: "exact" | "withChildren";
26637
26649
  /** @description listing ownership period ids comma separated or "unmapped" */
26638
26650
  listingOwnershipPeriodIds?: string;
26639
26651
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26722,6 +26734,11 @@ export interface operations {
26722
26734
  excludeApAppendix?: boolean;
26723
26735
  /** @description listing ids comma separated or "unmapped" */
26724
26736
  listingIds?: string;
26737
+ /**
26738
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
26739
+ * @enum {string}
26740
+ */
26741
+ listingScope?: "exact" | "withChildren";
26725
26742
  /** @description listing ownership period ids comma separated or "unmapped" */
26726
26743
  listingOwnershipPeriodIds?: string;
26727
26744
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26809,6 +26826,11 @@ export interface operations {
26809
26826
  excludeApAppendix?: boolean;
26810
26827
  /** @description listing ids comma separated or "unmapped" */
26811
26828
  listingIds?: string;
26829
+ /**
26830
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
26831
+ * @enum {string}
26832
+ */
26833
+ listingScope?: "exact" | "withChildren";
26812
26834
  /** @description listing ownership period ids comma separated or "unmapped" */
26813
26835
  listingOwnershipPeriodIds?: string;
26814
26836
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26894,6 +26916,11 @@ export interface operations {
26894
26916
  excludeApAppendix?: boolean;
26895
26917
  /** @description listing ids comma separated or "unmapped" */
26896
26918
  listingIds?: string;
26919
+ /**
26920
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
26921
+ * @enum {string}
26922
+ */
26923
+ listingScope?: "exact" | "withChildren";
26897
26924
  /** @description listing ownership period ids comma separated or "unmapped" */
26898
26925
  listingOwnershipPeriodIds?: string;
26899
26926
  /** @description account ids comma separated accounts or "unmapped" */
@@ -26982,6 +27009,11 @@ export interface operations {
26982
27009
  excludeApAppendix?: boolean;
26983
27010
  /** @description listing ids comma separated or "unmapped" */
26984
27011
  listingIds?: string;
27012
+ /**
27013
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27014
+ * @enum {string}
27015
+ */
27016
+ listingScope?: "exact" | "withChildren";
26985
27017
  /** @description listing ownership period ids comma separated or "unmapped" */
26986
27018
  listingOwnershipPeriodIds?: string;
26987
27019
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27069,6 +27101,11 @@ export interface operations {
27069
27101
  excludeApAppendix?: boolean;
27070
27102
  /** @description listing ids comma separated or "unmapped" */
27071
27103
  listingIds?: string;
27104
+ /**
27105
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27106
+ * @enum {string}
27107
+ */
27108
+ listingScope?: "exact" | "withChildren";
27072
27109
  /** @description listing ownership period ids comma separated or "unmapped" */
27073
27110
  listingOwnershipPeriodIds?: string;
27074
27111
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27154,6 +27191,11 @@ export interface operations {
27154
27191
  excludeApAppendix?: boolean;
27155
27192
  /** @description listing ids comma separated or "unmapped" */
27156
27193
  listingIds?: string;
27194
+ /**
27195
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27196
+ * @enum {string}
27197
+ */
27198
+ listingScope?: "exact" | "withChildren";
27157
27199
  /** @description listing ownership period ids comma separated or "unmapped" */
27158
27200
  listingOwnershipPeriodIds?: string;
27159
27201
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27242,6 +27284,11 @@ export interface operations {
27242
27284
  excludeApAppendix?: boolean;
27243
27285
  /** @description listing ids comma separated or "unmapped" */
27244
27286
  listingIds?: string;
27287
+ /**
27288
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27289
+ * @enum {string}
27290
+ */
27291
+ listingScope?: "exact" | "withChildren";
27245
27292
  /** @description listing ownership period ids comma separated or "unmapped" */
27246
27293
  listingOwnershipPeriodIds?: string;
27247
27294
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27329,6 +27376,11 @@ export interface operations {
27329
27376
  excludeApAppendix?: boolean;
27330
27377
  /** @description listing ids comma separated or "unmapped" */
27331
27378
  listingIds?: string;
27379
+ /**
27380
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27381
+ * @enum {string}
27382
+ */
27383
+ listingScope?: "exact" | "withChildren";
27332
27384
  /** @description listing ownership period ids comma separated or "unmapped" */
27333
27385
  listingOwnershipPeriodIds?: string;
27334
27386
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27414,6 +27466,11 @@ export interface operations {
27414
27466
  excludeApAppendix?: boolean;
27415
27467
  /** @description listing ids comma separated or "unmapped" */
27416
27468
  listingIds?: string;
27469
+ /**
27470
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27471
+ * @enum {string}
27472
+ */
27473
+ listingScope?: "exact" | "withChildren";
27417
27474
  /** @description listing ownership period ids comma separated or "unmapped" */
27418
27475
  listingOwnershipPeriodIds?: string;
27419
27476
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27502,6 +27559,11 @@ export interface operations {
27502
27559
  excludeApAppendix?: boolean;
27503
27560
  /** @description listing ids comma separated or "unmapped" */
27504
27561
  listingIds?: string;
27562
+ /**
27563
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27564
+ * @enum {string}
27565
+ */
27566
+ listingScope?: "exact" | "withChildren";
27505
27567
  /** @description listing ownership period ids comma separated or "unmapped" */
27506
27568
  listingOwnershipPeriodIds?: string;
27507
27569
  /** @description account ids comma separated accounts or "unmapped" */
@@ -27830,6 +27892,11 @@ export interface operations {
27830
27892
  excludeApAppendix?: boolean;
27831
27893
  /** @description listing ids comma separated or "unmapped" */
27832
27894
  listingIds?: string;
27895
+ /**
27896
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
27897
+ * @enum {string}
27898
+ */
27899
+ listingScope?: "exact" | "withChildren";
27833
27900
  /** @description listing ownership period ids comma separated or "unmapped" */
27834
27901
  listingOwnershipPeriodIds?: string;
27835
27902
  /** @description account ids comma separated accounts or "unmapped" */
@@ -28204,6 +28271,8 @@ export interface operations {
28204
28271
  currency?: string;
28205
28272
  /** @description listing ids comma separated or "unmapped" */
28206
28273
  listingIds?: string;
28274
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
28275
+ listingScope?: "exact" | "withChildren";
28207
28276
  /** @description listing ownership period ids comma separated or "unmapped" */
28208
28277
  listingOwnershipPeriodIds?: string;
28209
28278
  /** @description account ids comma separated accounts or "unmapped" */
@@ -28493,6 +28562,8 @@ export interface operations {
28493
28562
  currency?: string;
28494
28563
  /** @description listing ids comma separated or "unmapped" */
28495
28564
  listingIds?: string;
28565
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
28566
+ listingScope?: "exact" | "withChildren";
28496
28567
  /** @description listing ownership period ids comma separated or "unmapped" */
28497
28568
  listingOwnershipPeriodIds?: string;
28498
28569
  /** @description account ids comma separated accounts or "unmapped" */
@@ -28948,6 +29019,11 @@ export interface operations {
28948
29019
  excludeApAppendix?: boolean;
28949
29020
  /** @description listing ids comma separated or "unmapped" */
28950
29021
  listingIds?: string;
29022
+ /**
29023
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
29024
+ * @enum {string}
29025
+ */
29026
+ listingScope?: "exact" | "withChildren";
28951
29027
  /** @description listing ownership period ids comma separated or "unmapped" */
28952
29028
  listingOwnershipPeriodIds?: string;
28953
29029
  /** @description account ids comma separated accounts or "unmapped" */
@@ -29042,6 +29118,11 @@ export interface operations {
29042
29118
  excludeApAppendix?: boolean;
29043
29119
  /** @description listing ids comma separated or "unmapped" */
29044
29120
  listingIds?: string;
29121
+ /**
29122
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
29123
+ * @enum {string}
29124
+ */
29125
+ listingScope?: "exact" | "withChildren";
29045
29126
  /** @description listing ownership period ids comma separated or "unmapped" */
29046
29127
  listingOwnershipPeriodIds?: string;
29047
29128
  /** @description account ids comma separated accounts or "unmapped" */
@@ -29121,6 +29202,11 @@ export interface operations {
29121
29202
  excludeApAppendix?: boolean;
29122
29203
  /** @description listing ids comma separated or "unmapped" */
29123
29204
  listingIds?: string;
29205
+ /**
29206
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
29207
+ * @enum {string}
29208
+ */
29209
+ listingScope?: "exact" | "withChildren";
29124
29210
  /** @description listing ownership period ids comma separated or "unmapped" */
29125
29211
  listingOwnershipPeriodIds?: string;
29126
29212
  /** @description account ids comma separated accounts or "unmapped" */
@@ -29378,6 +29464,8 @@ export interface operations {
29378
29464
  currency?: string;
29379
29465
  /** @description listing ids comma separated or "unmapped" */
29380
29466
  listingIds?: string;
29467
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
29468
+ listingScope?: "exact" | "withChildren";
29381
29469
  /** @description listing ownership period ids comma separated or "unmapped" */
29382
29470
  listingOwnershipPeriodIds?: string;
29383
29471
  /** @description account ids comma separated accounts or "unmapped" */
@@ -29663,6 +29751,8 @@ export interface operations {
29663
29751
  currency?: string;
29664
29752
  /** @description listing ids comma separated or "unmapped" */
29665
29753
  listingIds?: string;
29754
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
29755
+ listingScope?: "exact" | "withChildren";
29666
29756
  /** @description listing ownership period ids comma separated or "unmapped" */
29667
29757
  listingOwnershipPeriodIds?: string;
29668
29758
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30087,6 +30177,11 @@ export interface operations {
30087
30177
  excludeApAppendix?: boolean;
30088
30178
  /** @description listing ids comma separated or "unmapped" */
30089
30179
  listingIds?: string;
30180
+ /**
30181
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
30182
+ * @enum {string}
30183
+ */
30184
+ listingScope?: "exact" | "withChildren";
30090
30185
  /** @description listing ownership period ids comma separated or "unmapped" */
30091
30186
  listingOwnershipPeriodIds?: string;
30092
30187
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30513,6 +30608,11 @@ export interface operations {
30513
30608
  excludeApAppendix?: boolean;
30514
30609
  /** @description listing ids comma separated or "unmapped" */
30515
30610
  listingIds?: string;
30611
+ /**
30612
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
30613
+ * @enum {string}
30614
+ */
30615
+ listingScope?: "exact" | "withChildren";
30516
30616
  /** @description listing ownership period ids comma separated or "unmapped" */
30517
30617
  listingOwnershipPeriodIds?: string;
30518
30618
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30593,6 +30693,11 @@ export interface operations {
30593
30693
  excludeApAppendix?: boolean;
30594
30694
  /** @description listing ids comma separated or "unmapped" */
30595
30695
  listingIds?: string;
30696
+ /**
30697
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
30698
+ * @enum {string}
30699
+ */
30700
+ listingScope?: "exact" | "withChildren";
30596
30701
  /** @description listing ownership period ids comma separated or "unmapped" */
30597
30702
  listingOwnershipPeriodIds?: string;
30598
30703
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30698,6 +30803,11 @@ export interface operations {
30698
30803
  excludeApAppendix?: boolean;
30699
30804
  /** @description listing ids comma separated or "unmapped" */
30700
30805
  listingIds?: string;
30806
+ /**
30807
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
30808
+ * @enum {string}
30809
+ */
30810
+ listingScope?: "exact" | "withChildren";
30701
30811
  /** @description listing ownership period ids comma separated or "unmapped" */
30702
30812
  listingOwnershipPeriodIds?: string;
30703
30813
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30775,6 +30885,11 @@ export interface operations {
30775
30885
  excludeApAppendix?: boolean;
30776
30886
  /** @description listing ids comma separated or "unmapped" */
30777
30887
  listingIds?: string;
30888
+ /**
30889
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
30890
+ * @enum {string}
30891
+ */
30892
+ listingScope?: "exact" | "withChildren";
30778
30893
  /** @description listing ownership period ids comma separated or "unmapped" */
30779
30894
  listingOwnershipPeriodIds?: string;
30780
30895
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30852,6 +30967,11 @@ export interface operations {
30852
30967
  excludeApAppendix?: boolean;
30853
30968
  /** @description listing ids comma separated or "unmapped" */
30854
30969
  listingIds?: string;
30970
+ /**
30971
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
30972
+ * @enum {string}
30973
+ */
30974
+ listingScope?: "exact" | "withChildren";
30855
30975
  /** @description listing ownership period ids comma separated or "unmapped" */
30856
30976
  listingOwnershipPeriodIds?: string;
30857
30977
  /** @description account ids comma separated accounts or "unmapped" */
@@ -30939,6 +31059,11 @@ export interface operations {
30939
31059
  excludeApAppendix?: boolean;
30940
31060
  /** @description listing ids comma separated or "unmapped" */
30941
31061
  listingIds?: string;
31062
+ /**
31063
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31064
+ * @enum {string}
31065
+ */
31066
+ listingScope?: "exact" | "withChildren";
30942
31067
  /** @description listing ownership period ids comma separated or "unmapped" */
30943
31068
  listingOwnershipPeriodIds?: string;
30944
31069
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31016,6 +31141,11 @@ export interface operations {
31016
31141
  excludeApAppendix?: boolean;
31017
31142
  /** @description listing ids comma separated or "unmapped" */
31018
31143
  listingIds?: string;
31144
+ /**
31145
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31146
+ * @enum {string}
31147
+ */
31148
+ listingScope?: "exact" | "withChildren";
31019
31149
  /** @description listing ownership period ids comma separated or "unmapped" */
31020
31150
  listingOwnershipPeriodIds?: string;
31021
31151
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31124,6 +31254,11 @@ export interface operations {
31124
31254
  excludeApAppendix?: boolean;
31125
31255
  /** @description listing ids comma separated or "unmapped" */
31126
31256
  listingIds?: string;
31257
+ /**
31258
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31259
+ * @enum {string}
31260
+ */
31261
+ listingScope?: "exact" | "withChildren";
31127
31262
  /** @description listing ownership period ids comma separated or "unmapped" */
31128
31263
  listingOwnershipPeriodIds?: string;
31129
31264
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31201,6 +31336,11 @@ export interface operations {
31201
31336
  excludeApAppendix?: boolean;
31202
31337
  /** @description listing ids comma separated or "unmapped" */
31203
31338
  listingIds?: string;
31339
+ /**
31340
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31341
+ * @enum {string}
31342
+ */
31343
+ listingScope?: "exact" | "withChildren";
31204
31344
  /** @description listing ownership period ids comma separated or "unmapped" */
31205
31345
  listingOwnershipPeriodIds?: string;
31206
31346
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31278,6 +31418,11 @@ export interface operations {
31278
31418
  excludeApAppendix?: boolean;
31279
31419
  /** @description listing ids comma separated or "unmapped" */
31280
31420
  listingIds?: string;
31421
+ /**
31422
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31423
+ * @enum {string}
31424
+ */
31425
+ listingScope?: "exact" | "withChildren";
31281
31426
  /** @description listing ownership period ids comma separated or "unmapped" */
31282
31427
  listingOwnershipPeriodIds?: string;
31283
31428
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31365,6 +31510,11 @@ export interface operations {
31365
31510
  excludeApAppendix?: boolean;
31366
31511
  /** @description listing ids comma separated or "unmapped" */
31367
31512
  listingIds?: string;
31513
+ /**
31514
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31515
+ * @enum {string}
31516
+ */
31517
+ listingScope?: "exact" | "withChildren";
31368
31518
  /** @description listing ownership period ids comma separated or "unmapped" */
31369
31519
  listingOwnershipPeriodIds?: string;
31370
31520
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31442,6 +31592,11 @@ export interface operations {
31442
31592
  excludeApAppendix?: boolean;
31443
31593
  /** @description listing ids comma separated or "unmapped" */
31444
31594
  listingIds?: string;
31595
+ /**
31596
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31597
+ * @enum {string}
31598
+ */
31599
+ listingScope?: "exact" | "withChildren";
31445
31600
  /** @description listing ownership period ids comma separated or "unmapped" */
31446
31601
  listingOwnershipPeriodIds?: string;
31447
31602
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31549,6 +31704,11 @@ export interface operations {
31549
31704
  excludeApAppendix?: boolean;
31550
31705
  /** @description listing ids comma separated or "unmapped" */
31551
31706
  listingIds?: string;
31707
+ /**
31708
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31709
+ * @enum {string}
31710
+ */
31711
+ listingScope?: "exact" | "withChildren";
31552
31712
  /** @description listing ownership period ids comma separated or "unmapped" */
31553
31713
  listingOwnershipPeriodIds?: string;
31554
31714
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31626,6 +31786,11 @@ export interface operations {
31626
31786
  excludeApAppendix?: boolean;
31627
31787
  /** @description listing ids comma separated or "unmapped" */
31628
31788
  listingIds?: string;
31789
+ /**
31790
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31791
+ * @enum {string}
31792
+ */
31793
+ listingScope?: "exact" | "withChildren";
31629
31794
  /** @description listing ownership period ids comma separated or "unmapped" */
31630
31795
  listingOwnershipPeriodIds?: string;
31631
31796
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31703,6 +31868,11 @@ export interface operations {
31703
31868
  excludeApAppendix?: boolean;
31704
31869
  /** @description listing ids comma separated or "unmapped" */
31705
31870
  listingIds?: string;
31871
+ /**
31872
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31873
+ * @enum {string}
31874
+ */
31875
+ listingScope?: "exact" | "withChildren";
31706
31876
  /** @description listing ownership period ids comma separated or "unmapped" */
31707
31877
  listingOwnershipPeriodIds?: string;
31708
31878
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31790,6 +31960,11 @@ export interface operations {
31790
31960
  excludeApAppendix?: boolean;
31791
31961
  /** @description listing ids comma separated or "unmapped" */
31792
31962
  listingIds?: string;
31963
+ /**
31964
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
31965
+ * @enum {string}
31966
+ */
31967
+ listingScope?: "exact" | "withChildren";
31793
31968
  /** @description listing ownership period ids comma separated or "unmapped" */
31794
31969
  listingOwnershipPeriodIds?: string;
31795
31970
  /** @description account ids comma separated accounts or "unmapped" */
@@ -31867,6 +32042,11 @@ export interface operations {
31867
32042
  excludeApAppendix?: boolean;
31868
32043
  /** @description listing ids comma separated or "unmapped" */
31869
32044
  listingIds?: string;
32045
+ /**
32046
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32047
+ * @enum {string}
32048
+ */
32049
+ listingScope?: "exact" | "withChildren";
31870
32050
  /** @description listing ownership period ids comma separated or "unmapped" */
31871
32051
  listingOwnershipPeriodIds?: string;
31872
32052
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32360,6 +32540,8 @@ export interface operations {
32360
32540
  view?: "ledger" | "party" | "listing" | "month" | "quarter" | "year";
32361
32541
  listingIds?: string;
32362
32542
  ledger?: "trust" | "operating";
32543
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
32544
+ listingScope?: "exact" | "withChildren";
32363
32545
  };
32364
32546
  header?: never;
32365
32547
  path?: never;
@@ -32417,6 +32599,11 @@ export interface operations {
32417
32599
  excludeApAppendix?: boolean;
32418
32600
  /** @description listing ids comma separated or "unmapped" */
32419
32601
  listingIds?: string;
32602
+ /**
32603
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32604
+ * @enum {string}
32605
+ */
32606
+ listingScope?: "exact" | "withChildren";
32420
32607
  /** @description listing ownership period ids comma separated or "unmapped" */
32421
32608
  listingOwnershipPeriodIds?: string;
32422
32609
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32499,6 +32686,11 @@ export interface operations {
32499
32686
  excludeApAppendix?: boolean;
32500
32687
  /** @description listing ids comma separated or "unmapped" */
32501
32688
  listingIds?: string;
32689
+ /**
32690
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32691
+ * @enum {string}
32692
+ */
32693
+ listingScope?: "exact" | "withChildren";
32502
32694
  /** @description listing ownership period ids comma separated or "unmapped" */
32503
32695
  listingOwnershipPeriodIds?: string;
32504
32696
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32585,6 +32777,11 @@ export interface operations {
32585
32777
  excludeApAppendix?: boolean;
32586
32778
  /** @description listing ids comma separated or "unmapped" */
32587
32779
  listingIds?: string;
32780
+ /**
32781
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32782
+ * @enum {string}
32783
+ */
32784
+ listingScope?: "exact" | "withChildren";
32588
32785
  /** @description listing ownership period ids comma separated or "unmapped" */
32589
32786
  listingOwnershipPeriodIds?: string;
32590
32787
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32666,6 +32863,11 @@ export interface operations {
32666
32863
  excludeApAppendix?: boolean;
32667
32864
  /** @description listing ids comma separated or "unmapped" */
32668
32865
  listingIds?: string;
32866
+ /**
32867
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32868
+ * @enum {string}
32869
+ */
32870
+ listingScope?: "exact" | "withChildren";
32669
32871
  /** @description listing ownership period ids comma separated or "unmapped" */
32670
32872
  listingOwnershipPeriodIds?: string;
32671
32873
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32755,6 +32957,11 @@ export interface operations {
32755
32957
  excludeApAppendix?: boolean;
32756
32958
  /** @description listing ids comma separated or "unmapped" */
32757
32959
  listingIds?: string;
32960
+ /**
32961
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
32962
+ * @enum {string}
32963
+ */
32964
+ listingScope?: "exact" | "withChildren";
32758
32965
  /** @description listing ownership period ids comma separated or "unmapped" */
32759
32966
  listingOwnershipPeriodIds?: string;
32760
32967
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32837,6 +33044,11 @@ export interface operations {
32837
33044
  excludeApAppendix?: boolean;
32838
33045
  /** @description listing ids comma separated or "unmapped" */
32839
33046
  listingIds?: string;
33047
+ /**
33048
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33049
+ * @enum {string}
33050
+ */
33051
+ listingScope?: "exact" | "withChildren";
32840
33052
  /** @description listing ownership period ids comma separated or "unmapped" */
32841
33053
  listingOwnershipPeriodIds?: string;
32842
33054
  /** @description account ids comma separated accounts or "unmapped" */
@@ -32923,6 +33135,11 @@ export interface operations {
32923
33135
  excludeApAppendix?: boolean;
32924
33136
  /** @description listing ids comma separated or "unmapped" */
32925
33137
  listingIds?: string;
33138
+ /**
33139
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33140
+ * @enum {string}
33141
+ */
33142
+ listingScope?: "exact" | "withChildren";
32926
33143
  /** @description listing ownership period ids comma separated or "unmapped" */
32927
33144
  listingOwnershipPeriodIds?: string;
32928
33145
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33004,6 +33221,11 @@ export interface operations {
33004
33221
  excludeApAppendix?: boolean;
33005
33222
  /** @description listing ids comma separated or "unmapped" */
33006
33223
  listingIds?: string;
33224
+ /**
33225
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33226
+ * @enum {string}
33227
+ */
33228
+ listingScope?: "exact" | "withChildren";
33007
33229
  /** @description listing ownership period ids comma separated or "unmapped" */
33008
33230
  listingOwnershipPeriodIds?: string;
33009
33231
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33093,6 +33315,11 @@ export interface operations {
33093
33315
  excludeApAppendix?: boolean;
33094
33316
  /** @description listing ids comma separated or "unmapped" */
33095
33317
  listingIds?: string;
33318
+ /**
33319
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33320
+ * @enum {string}
33321
+ */
33322
+ listingScope?: "exact" | "withChildren";
33096
33323
  /** @description listing ownership period ids comma separated or "unmapped" */
33097
33324
  listingOwnershipPeriodIds?: string;
33098
33325
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33175,6 +33402,11 @@ export interface operations {
33175
33402
  excludeApAppendix?: boolean;
33176
33403
  /** @description listing ids comma separated or "unmapped" */
33177
33404
  listingIds?: string;
33405
+ /**
33406
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33407
+ * @enum {string}
33408
+ */
33409
+ listingScope?: "exact" | "withChildren";
33178
33410
  /** @description listing ownership period ids comma separated or "unmapped" */
33179
33411
  listingOwnershipPeriodIds?: string;
33180
33412
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33261,6 +33493,11 @@ export interface operations {
33261
33493
  excludeApAppendix?: boolean;
33262
33494
  /** @description listing ids comma separated or "unmapped" */
33263
33495
  listingIds?: string;
33496
+ /**
33497
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33498
+ * @enum {string}
33499
+ */
33500
+ listingScope?: "exact" | "withChildren";
33264
33501
  /** @description listing ownership period ids comma separated or "unmapped" */
33265
33502
  listingOwnershipPeriodIds?: string;
33266
33503
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33342,6 +33579,11 @@ export interface operations {
33342
33579
  excludeApAppendix?: boolean;
33343
33580
  /** @description listing ids comma separated or "unmapped" */
33344
33581
  listingIds?: string;
33582
+ /**
33583
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33584
+ * @enum {string}
33585
+ */
33586
+ listingScope?: "exact" | "withChildren";
33345
33587
  /** @description listing ownership period ids comma separated or "unmapped" */
33346
33588
  listingOwnershipPeriodIds?: string;
33347
33589
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33431,6 +33673,11 @@ export interface operations {
33431
33673
  excludeApAppendix?: boolean;
33432
33674
  /** @description listing ids comma separated or "unmapped" */
33433
33675
  listingIds?: string;
33676
+ /**
33677
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33678
+ * @enum {string}
33679
+ */
33680
+ listingScope?: "exact" | "withChildren";
33434
33681
  /** @description listing ownership period ids comma separated or "unmapped" */
33435
33682
  listingOwnershipPeriodIds?: string;
33436
33683
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33513,6 +33760,11 @@ export interface operations {
33513
33760
  excludeApAppendix?: boolean;
33514
33761
  /** @description listing ids comma separated or "unmapped" */
33515
33762
  listingIds?: string;
33763
+ /**
33764
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33765
+ * @enum {string}
33766
+ */
33767
+ listingScope?: "exact" | "withChildren";
33516
33768
  /** @description listing ownership period ids comma separated or "unmapped" */
33517
33769
  listingOwnershipPeriodIds?: string;
33518
33770
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33599,6 +33851,11 @@ export interface operations {
33599
33851
  excludeApAppendix?: boolean;
33600
33852
  /** @description listing ids comma separated or "unmapped" */
33601
33853
  listingIds?: string;
33854
+ /**
33855
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33856
+ * @enum {string}
33857
+ */
33858
+ listingScope?: "exact" | "withChildren";
33602
33859
  /** @description listing ownership period ids comma separated or "unmapped" */
33603
33860
  listingOwnershipPeriodIds?: string;
33604
33861
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33680,6 +33937,11 @@ export interface operations {
33680
33937
  excludeApAppendix?: boolean;
33681
33938
  /** @description listing ids comma separated or "unmapped" */
33682
33939
  listingIds?: string;
33940
+ /**
33941
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
33942
+ * @enum {string}
33943
+ */
33944
+ listingScope?: "exact" | "withChildren";
33683
33945
  /** @description listing ownership period ids comma separated or "unmapped" */
33684
33946
  listingOwnershipPeriodIds?: string;
33685
33947
  /** @description account ids comma separated accounts or "unmapped" */
@@ -33824,6 +34086,8 @@ export interface operations {
33824
34086
  view?: "ledger" | "party" | "listing" | "month" | "quarter" | "year";
33825
34087
  listingIds?: string;
33826
34088
  ledger?: "trust" | "operating";
34089
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
34090
+ listingScope?: "exact" | "withChildren";
33827
34091
  };
33828
34092
  header?: never;
33829
34093
  path?: never;
@@ -34001,6 +34265,11 @@ export interface operations {
34001
34265
  excludeApAppendix?: boolean;
34002
34266
  /** @description listing ids comma separated or "unmapped" */
34003
34267
  listingIds?: string;
34268
+ /**
34269
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34270
+ * @enum {string}
34271
+ */
34272
+ listingScope?: "exact" | "withChildren";
34004
34273
  /** @description listing ownership period ids comma separated or "unmapped" */
34005
34274
  listingOwnershipPeriodIds?: string;
34006
34275
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34077,6 +34346,11 @@ export interface operations {
34077
34346
  excludeApAppendix?: boolean;
34078
34347
  /** @description listing ids comma separated or "unmapped" */
34079
34348
  listingIds?: string;
34349
+ /**
34350
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34351
+ * @enum {string}
34352
+ */
34353
+ listingScope?: "exact" | "withChildren";
34080
34354
  /** @description listing ownership period ids comma separated or "unmapped" */
34081
34355
  listingOwnershipPeriodIds?: string;
34082
34356
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34382,6 +34656,11 @@ export interface operations {
34382
34656
  excludeApAppendix?: boolean;
34383
34657
  /** @description listing ids comma separated or "unmapped" */
34384
34658
  listingIds?: string;
34659
+ /**
34660
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34661
+ * @enum {string}
34662
+ */
34663
+ listingScope?: "exact" | "withChildren";
34385
34664
  /** @description listing ownership period ids comma separated or "unmapped" */
34386
34665
  listingOwnershipPeriodIds?: string;
34387
34666
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34458,6 +34737,11 @@ export interface operations {
34458
34737
  excludeApAppendix?: boolean;
34459
34738
  /** @description listing ids comma separated or "unmapped" */
34460
34739
  listingIds?: string;
34740
+ /**
34741
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34742
+ * @enum {string}
34743
+ */
34744
+ listingScope?: "exact" | "withChildren";
34461
34745
  /** @description listing ownership period ids comma separated or "unmapped" */
34462
34746
  listingOwnershipPeriodIds?: string;
34463
34747
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34534,6 +34818,11 @@ export interface operations {
34534
34818
  excludeApAppendix?: boolean;
34535
34819
  /** @description listing ids comma separated or "unmapped" */
34536
34820
  listingIds?: string;
34821
+ /**
34822
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34823
+ * @enum {string}
34824
+ */
34825
+ listingScope?: "exact" | "withChildren";
34537
34826
  /** @description listing ownership period ids comma separated or "unmapped" */
34538
34827
  listingOwnershipPeriodIds?: string;
34539
34828
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34610,6 +34899,11 @@ export interface operations {
34610
34899
  excludeApAppendix?: boolean;
34611
34900
  /** @description listing ids comma separated or "unmapped" */
34612
34901
  listingIds?: string;
34902
+ /**
34903
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34904
+ * @enum {string}
34905
+ */
34906
+ listingScope?: "exact" | "withChildren";
34613
34907
  /** @description listing ownership period ids comma separated or "unmapped" */
34614
34908
  listingOwnershipPeriodIds?: string;
34615
34909
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34696,6 +34990,11 @@ export interface operations {
34696
34990
  excludeApAppendix?: boolean;
34697
34991
  /** @description listing ids comma separated or "unmapped" */
34698
34992
  listingIds?: string;
34993
+ /**
34994
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
34995
+ * @enum {string}
34996
+ */
34997
+ listingScope?: "exact" | "withChildren";
34699
34998
  /** @description listing ownership period ids comma separated or "unmapped" */
34700
34999
  listingOwnershipPeriodIds?: string;
34701
35000
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34772,6 +35071,11 @@ export interface operations {
34772
35071
  excludeApAppendix?: boolean;
34773
35072
  /** @description listing ids comma separated or "unmapped" */
34774
35073
  listingIds?: string;
35074
+ /**
35075
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35076
+ * @enum {string}
35077
+ */
35078
+ listingScope?: "exact" | "withChildren";
34775
35079
  /** @description listing ownership period ids comma separated or "unmapped" */
34776
35080
  listingOwnershipPeriodIds?: string;
34777
35081
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34848,6 +35152,11 @@ export interface operations {
34848
35152
  excludeApAppendix?: boolean;
34849
35153
  /** @description listing ids comma separated or "unmapped" */
34850
35154
  listingIds?: string;
35155
+ /**
35156
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35157
+ * @enum {string}
35158
+ */
35159
+ listingScope?: "exact" | "withChildren";
34851
35160
  /** @description listing ownership period ids comma separated or "unmapped" */
34852
35161
  listingOwnershipPeriodIds?: string;
34853
35162
  /** @description account ids comma separated accounts or "unmapped" */
@@ -34924,6 +35233,11 @@ export interface operations {
34924
35233
  excludeApAppendix?: boolean;
34925
35234
  /** @description listing ids comma separated or "unmapped" */
34926
35235
  listingIds?: string;
35236
+ /**
35237
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35238
+ * @enum {string}
35239
+ */
35240
+ listingScope?: "exact" | "withChildren";
34927
35241
  /** @description listing ownership period ids comma separated or "unmapped" */
34928
35242
  listingOwnershipPeriodIds?: string;
34929
35243
  /** @description account ids comma separated accounts or "unmapped" */
@@ -35231,6 +35545,11 @@ export interface operations {
35231
35545
  excludeApAppendix?: boolean;
35232
35546
  /** @description listing ids comma separated or "unmapped" */
35233
35547
  listingIds?: string;
35548
+ /**
35549
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35550
+ * @enum {string}
35551
+ */
35552
+ listingScope?: "exact" | "withChildren";
35234
35553
  /** @description listing ownership period ids comma separated or "unmapped" */
35235
35554
  listingOwnershipPeriodIds?: string;
35236
35555
  /** @description account ids comma separated accounts or "unmapped" */
@@ -35328,6 +35647,11 @@ export interface operations {
35328
35647
  excludeApAppendix?: boolean;
35329
35648
  /** @description listing ids comma separated or "unmapped" */
35330
35649
  listingIds?: string;
35650
+ /**
35651
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35652
+ * @enum {string}
35653
+ */
35654
+ listingScope?: "exact" | "withChildren";
35331
35655
  /** @description listing ownership period ids comma separated or "unmapped" */
35332
35656
  listingOwnershipPeriodIds?: string;
35333
35657
  /** @description account ids comma separated accounts or "unmapped" */
@@ -35415,6 +35739,11 @@ export interface operations {
35415
35739
  excludeApAppendix?: boolean;
35416
35740
  /** @description listing ids comma separated or "unmapped" */
35417
35741
  listingIds?: string;
35742
+ /**
35743
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35744
+ * @enum {string}
35745
+ */
35746
+ listingScope?: "exact" | "withChildren";
35418
35747
  /** @description listing ownership period ids comma separated or "unmapped" */
35419
35748
  listingOwnershipPeriodIds?: string;
35420
35749
  /** @description account ids comma separated accounts or "unmapped" */
@@ -35550,6 +35879,8 @@ export interface operations {
35550
35879
  parameters: {
35551
35880
  query: {
35552
35881
  endDate: string;
35882
+ /** @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. */
35883
+ listingDisplay?: "source" | "nestedParent" | "parentRollup";
35553
35884
  };
35554
35885
  header?: never;
35555
35886
  path?: never;
@@ -35612,6 +35943,11 @@ export interface operations {
35612
35943
  excludeApAppendix?: boolean;
35613
35944
  /** @description listing ids comma separated or "unmapped" */
35614
35945
  listingIds?: string;
35946
+ /**
35947
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
35948
+ * @enum {string}
35949
+ */
35950
+ listingScope?: "exact" | "withChildren";
35615
35951
  /** @description listing ownership period ids comma separated or "unmapped" */
35616
35952
  listingOwnershipPeriodIds?: string;
35617
35953
  /** @description account ids comma separated accounts or "unmapped" */
@@ -35665,6 +36001,7 @@ export interface operations {
35665
36001
  listings: {
35666
36002
  id: string;
35667
36003
  listingId: string | null;
36004
+ parentListingId?: string | null;
35668
36005
  ownershipPeriodId: string | null;
35669
36006
  name: string;
35670
36007
  total: number;
@@ -35712,6 +36049,11 @@ export interface operations {
35712
36049
  excludeApAppendix?: boolean;
35713
36050
  /** @description listing ids comma separated or "unmapped" */
35714
36051
  listingIds?: string;
36052
+ /**
36053
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
36054
+ * @enum {string}
36055
+ */
36056
+ listingScope?: "exact" | "withChildren";
35715
36057
  /** @description listing ownership period ids comma separated or "unmapped" */
35716
36058
  listingOwnershipPeriodIds?: string;
35717
36059
  /** @description account ids comma separated accounts or "unmapped" */
@@ -35768,6 +36110,119 @@ export interface operations {
35768
36110
  setListingInactive: boolean;
35769
36111
  };
35770
36112
  }[];
36113
+ children?: {
36114
+ id: string;
36115
+ listingId: string | null;
36116
+ parentListingId?: string | null;
36117
+ ownershipPeriodId: string | null;
36118
+ name: string;
36119
+ total: number;
36120
+ sections: {
36121
+ /** @enum {string} */
36122
+ name: "Manager Payable" | "Owner Payable" | "Other Net Liabilities";
36123
+ total: number;
36124
+ /** @constant */
36125
+ type: "accounts";
36126
+ accounts: {
36127
+ id: string;
36128
+ name: string;
36129
+ categoryId: string;
36130
+ total: number;
36131
+ drilldown?: {
36132
+ /** @constant */
36133
+ type: "journalEntryReport";
36134
+ filter: {
36135
+ /** @description comma separated journal entry ids */
36136
+ ids?: string;
36137
+ txnCode?: string;
36138
+ published?: boolean;
36139
+ /** @enum {string} */
36140
+ status?: "active" | "inactive";
36141
+ /** @enum {string} */
36142
+ ledger?: "historical" | "trust" | "operating";
36143
+ startAt?: string;
36144
+ endAt?: string;
36145
+ search?: string;
36146
+ date?: string;
36147
+ amount?: string;
36148
+ /**
36149
+ * @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
36150
+ * @default true
36151
+ */
36152
+ isDateRangeEndInclusive: boolean;
36153
+ /** @description comma separated reservation ids or "unmapped" */
36154
+ reservationIds?: string;
36155
+ /** @description comma separated transaction ids */
36156
+ transactionIds?: string;
36157
+ /** @description comma separated owner statement ids */
36158
+ ownerStatementIds?: string;
36159
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
36160
+ currency?: string;
36161
+ excludeApAppendix?: boolean;
36162
+ /** @description listing ids comma separated or "unmapped" */
36163
+ listingIds?: string;
36164
+ /**
36165
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
36166
+ * @enum {string}
36167
+ */
36168
+ listingScope?: "exact" | "withChildren";
36169
+ /** @description listing ownership period ids comma separated or "unmapped" */
36170
+ listingOwnershipPeriodIds?: string;
36171
+ /** @description account ids comma separated accounts or "unmapped" */
36172
+ accountIds?: string;
36173
+ /** @description comma separated account reservation line type ids */
36174
+ accountReservationLineTypeIds?: string;
36175
+ /** @description comma separated categories */
36176
+ categoryIds?: string;
36177
+ /** @description comma separated categories to exclude */
36178
+ excludeCategoryIds?: string;
36179
+ /** @description comma separated contacts */
36180
+ contactIds?: string;
36181
+ classifications?: string;
36182
+ /** @enum {string} */
36183
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
36184
+ /** @description comma separated journal entry types */
36185
+ types?: string;
36186
+ /** @description comma separated journal entry types to exclude */
36187
+ excludeTypes?: string;
36188
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" | "payout" */
36189
+ entityTypes?: string;
36190
+ /** @description comma separated booking channel refs */
36191
+ bookingChannels?: string;
36192
+ /** @description comma separated trigger types "deferredRevenue" | "intercompany" | "rebalance" | "recurringFee" | "revenueRecognition" */
36193
+ triggerTypes?: string;
36194
+ /** @description comma separated journal entry trigger types to exclude */
36195
+ excludeTriggerTypes?: string;
36196
+ /** @description comma separated parties */
36197
+ parties?: string;
36198
+ /** @enum {string} */
36199
+ party?: "owners" | "manager";
36200
+ /** @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" */
36201
+ accountAssignmentTypes?: string;
36202
+ /** @description comma separated manager statement section ids */
36203
+ managerStatementSectionIds?: string;
36204
+ recurringFee?: boolean;
36205
+ /** @enum {string} */
36206
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
36207
+ };
36208
+ /** @enum {string} */
36209
+ measure?: "periodActivity" | "balance";
36210
+ label?: string;
36211
+ } | null;
36212
+ }[];
36213
+ }[];
36214
+ issues?: {
36215
+ /** @constant */
36216
+ code: "endedOwnershipNonZeroBalance";
36217
+ /** @constant */
36218
+ severity: "warning";
36219
+ message: string;
36220
+ context: {
36221
+ endAt: string | null;
36222
+ setListingInactive: boolean;
36223
+ };
36224
+ }[];
36225
+ }[];
35771
36226
  }[];
35772
36227
  })[];
35773
36228
  };
@@ -36075,6 +36530,8 @@ export interface operations {
36075
36530
  status?: "booked" | "canceled" | "inactive";
36076
36531
  generalLedgerStatus?: "active" | "inactive";
36077
36532
  listingId?: string;
36533
+ /** @description Controls listingId filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
36534
+ listingScope?: "exact" | "withChildren";
36078
36535
  /** @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
36536
  date?: string;
36080
36537
  /** @description Choose which reservation date field the `date` filter applies to. */
@@ -37105,6 +37562,8 @@ export interface operations {
37105
37562
  status?: "booked" | "canceled" | "inactive";
37106
37563
  generalLedgerStatus?: "active" | "inactive";
37107
37564
  listingId?: string;
37565
+ /** @description Controls listingId filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
37566
+ listingScope?: "exact" | "withChildren";
37108
37567
  /** @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
37568
  date?: string;
37110
37569
  /** @description Choose which reservation date field the `date` filter applies to. */
@@ -40953,6 +41412,11 @@ export interface operations {
40953
41412
  excludeApAppendix?: boolean;
40954
41413
  /** @description listing ids comma separated or "unmapped" */
40955
41414
  listingIds?: string;
41415
+ /**
41416
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
41417
+ * @enum {string}
41418
+ */
41419
+ listingScope?: "exact" | "withChildren";
40956
41420
  /** @description listing ownership period ids comma separated or "unmapped" */
40957
41421
  listingOwnershipPeriodIds?: string;
40958
41422
  /** @description account ids comma separated accounts or "unmapped" */
@@ -41438,6 +41902,11 @@ export interface operations {
41438
41902
  excludeApAppendix?: boolean;
41439
41903
  /** @description listing ids comma separated or "unmapped" */
41440
41904
  listingIds?: string;
41905
+ /**
41906
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
41907
+ * @enum {string}
41908
+ */
41909
+ listingScope?: "exact" | "withChildren";
41441
41910
  /** @description listing ownership period ids comma separated or "unmapped" */
41442
41911
  listingOwnershipPeriodIds?: string;
41443
41912
  /** @description account ids comma separated accounts or "unmapped" */
@@ -41735,6 +42204,11 @@ export interface operations {
41735
42204
  excludeApAppendix?: boolean;
41736
42205
  /** @description listing ids comma separated or "unmapped" */
41737
42206
  listingIds?: string;
42207
+ /**
42208
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42209
+ * @enum {string}
42210
+ */
42211
+ listingScope?: "exact" | "withChildren";
41738
42212
  /** @description listing ownership period ids comma separated or "unmapped" */
41739
42213
  listingOwnershipPeriodIds?: string;
41740
42214
  /** @description account ids comma separated accounts or "unmapped" */
@@ -41815,6 +42289,11 @@ export interface operations {
41815
42289
  excludeApAppendix?: boolean;
41816
42290
  /** @description listing ids comma separated or "unmapped" */
41817
42291
  listingIds?: string;
42292
+ /**
42293
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42294
+ * @enum {string}
42295
+ */
42296
+ listingScope?: "exact" | "withChildren";
41818
42297
  /** @description listing ownership period ids comma separated or "unmapped" */
41819
42298
  listingOwnershipPeriodIds?: string;
41820
42299
  /** @description account ids comma separated accounts or "unmapped" */
@@ -41971,6 +42450,11 @@ export interface operations {
41971
42450
  excludeApAppendix?: boolean;
41972
42451
  /** @description listing ids comma separated or "unmapped" */
41973
42452
  listingIds?: string;
42453
+ /**
42454
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42455
+ * @enum {string}
42456
+ */
42457
+ listingScope?: "exact" | "withChildren";
41974
42458
  /** @description listing ownership period ids comma separated or "unmapped" */
41975
42459
  listingOwnershipPeriodIds?: string;
41976
42460
  /** @description account ids comma separated accounts or "unmapped" */
@@ -42051,6 +42535,11 @@ export interface operations {
42051
42535
  excludeApAppendix?: boolean;
42052
42536
  /** @description listing ids comma separated or "unmapped" */
42053
42537
  listingIds?: string;
42538
+ /**
42539
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42540
+ * @enum {string}
42541
+ */
42542
+ listingScope?: "exact" | "withChildren";
42054
42543
  /** @description listing ownership period ids comma separated or "unmapped" */
42055
42544
  listingOwnershipPeriodIds?: string;
42056
42545
  /** @description account ids comma separated accounts or "unmapped" */
@@ -42223,6 +42712,11 @@ export interface operations {
42223
42712
  excludeApAppendix?: boolean;
42224
42713
  /** @description listing ids comma separated or "unmapped" */
42225
42714
  listingIds?: string;
42715
+ /**
42716
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42717
+ * @enum {string}
42718
+ */
42719
+ listingScope?: "exact" | "withChildren";
42226
42720
  /** @description listing ownership period ids comma separated or "unmapped" */
42227
42721
  listingOwnershipPeriodIds?: string;
42228
42722
  /** @description account ids comma separated accounts or "unmapped" */
@@ -42303,6 +42797,11 @@ export interface operations {
42303
42797
  excludeApAppendix?: boolean;
42304
42798
  /** @description listing ids comma separated or "unmapped" */
42305
42799
  listingIds?: string;
42800
+ /**
42801
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
42802
+ * @enum {string}
42803
+ */
42804
+ listingScope?: "exact" | "withChildren";
42306
42805
  /** @description listing ownership period ids comma separated or "unmapped" */
42307
42806
  listingOwnershipPeriodIds?: string;
42308
42807
  /** @description account ids comma separated accounts or "unmapped" */
@@ -42711,6 +43210,11 @@ export interface operations {
42711
43210
  excludeApAppendix?: boolean;
42712
43211
  /** @description listing ids comma separated or "unmapped" */
42713
43212
  listingIds?: string;
43213
+ /**
43214
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
43215
+ * @enum {string}
43216
+ */
43217
+ listingScope?: "exact" | "withChildren";
42714
43218
  /** @description listing ownership period ids comma separated or "unmapped" */
42715
43219
  listingOwnershipPeriodIds?: string;
42716
43220
  /** @description account ids comma separated accounts or "unmapped" */
@@ -43008,6 +43512,11 @@ export interface operations {
43008
43512
  excludeApAppendix?: boolean;
43009
43513
  /** @description listing ids comma separated or "unmapped" */
43010
43514
  listingIds?: string;
43515
+ /**
43516
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
43517
+ * @enum {string}
43518
+ */
43519
+ listingScope?: "exact" | "withChildren";
43011
43520
  /** @description listing ownership period ids comma separated or "unmapped" */
43012
43521
  listingOwnershipPeriodIds?: string;
43013
43522
  /** @description account ids comma separated accounts or "unmapped" */
@@ -43088,6 +43597,11 @@ export interface operations {
43088
43597
  excludeApAppendix?: boolean;
43089
43598
  /** @description listing ids comma separated or "unmapped" */
43090
43599
  listingIds?: string;
43600
+ /**
43601
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
43602
+ * @enum {string}
43603
+ */
43604
+ listingScope?: "exact" | "withChildren";
43091
43605
  /** @description listing ownership period ids comma separated or "unmapped" */
43092
43606
  listingOwnershipPeriodIds?: string;
43093
43607
  /** @description account ids comma separated accounts or "unmapped" */
@@ -43244,6 +43758,11 @@ export interface operations {
43244
43758
  excludeApAppendix?: boolean;
43245
43759
  /** @description listing ids comma separated or "unmapped" */
43246
43760
  listingIds?: string;
43761
+ /**
43762
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
43763
+ * @enum {string}
43764
+ */
43765
+ listingScope?: "exact" | "withChildren";
43247
43766
  /** @description listing ownership period ids comma separated or "unmapped" */
43248
43767
  listingOwnershipPeriodIds?: string;
43249
43768
  /** @description account ids comma separated accounts or "unmapped" */
@@ -43324,6 +43843,11 @@ export interface operations {
43324
43843
  excludeApAppendix?: boolean;
43325
43844
  /** @description listing ids comma separated or "unmapped" */
43326
43845
  listingIds?: string;
43846
+ /**
43847
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
43848
+ * @enum {string}
43849
+ */
43850
+ listingScope?: "exact" | "withChildren";
43327
43851
  /** @description listing ownership period ids comma separated or "unmapped" */
43328
43852
  listingOwnershipPeriodIds?: string;
43329
43853
  /** @description account ids comma separated accounts or "unmapped" */
@@ -43496,6 +44020,11 @@ export interface operations {
43496
44020
  excludeApAppendix?: boolean;
43497
44021
  /** @description listing ids comma separated or "unmapped" */
43498
44022
  listingIds?: string;
44023
+ /**
44024
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
44025
+ * @enum {string}
44026
+ */
44027
+ listingScope?: "exact" | "withChildren";
43499
44028
  /** @description listing ownership period ids comma separated or "unmapped" */
43500
44029
  listingOwnershipPeriodIds?: string;
43501
44030
  /** @description account ids comma separated accounts or "unmapped" */
@@ -43576,6 +44105,11 @@ export interface operations {
43576
44105
  excludeApAppendix?: boolean;
43577
44106
  /** @description listing ids comma separated or "unmapped" */
43578
44107
  listingIds?: string;
44108
+ /**
44109
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
44110
+ * @enum {string}
44111
+ */
44112
+ listingScope?: "exact" | "withChildren";
43579
44113
  /** @description listing ownership period ids comma separated or "unmapped" */
43580
44114
  listingOwnershipPeriodIds?: string;
43581
44115
  /** @description account ids comma separated accounts or "unmapped" */
@@ -46502,6 +47036,11 @@ export interface operations {
46502
47036
  excludeApAppendix?: boolean;
46503
47037
  /** @description listing ids comma separated or "unmapped" */
46504
47038
  listingIds?: string;
47039
+ /**
47040
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
47041
+ * @enum {string}
47042
+ */
47043
+ listingScope?: "exact" | "withChildren";
46505
47044
  /** @description listing ownership period ids comma separated or "unmapped" */
46506
47045
  listingOwnershipPeriodIds?: string;
46507
47046
  /** @description account ids comma separated accounts or "unmapped" */
@@ -46799,6 +47338,11 @@ export interface operations {
46799
47338
  excludeApAppendix?: boolean;
46800
47339
  /** @description listing ids comma separated or "unmapped" */
46801
47340
  listingIds?: string;
47341
+ /**
47342
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
47343
+ * @enum {string}
47344
+ */
47345
+ listingScope?: "exact" | "withChildren";
46802
47346
  /** @description listing ownership period ids comma separated or "unmapped" */
46803
47347
  listingOwnershipPeriodIds?: string;
46804
47348
  /** @description account ids comma separated accounts or "unmapped" */
@@ -46879,6 +47423,11 @@ export interface operations {
46879
47423
  excludeApAppendix?: boolean;
46880
47424
  /** @description listing ids comma separated or "unmapped" */
46881
47425
  listingIds?: string;
47426
+ /**
47427
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
47428
+ * @enum {string}
47429
+ */
47430
+ listingScope?: "exact" | "withChildren";
46882
47431
  /** @description listing ownership period ids comma separated or "unmapped" */
46883
47432
  listingOwnershipPeriodIds?: string;
46884
47433
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47035,6 +47584,11 @@ export interface operations {
47035
47584
  excludeApAppendix?: boolean;
47036
47585
  /** @description listing ids comma separated or "unmapped" */
47037
47586
  listingIds?: string;
47587
+ /**
47588
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
47589
+ * @enum {string}
47590
+ */
47591
+ listingScope?: "exact" | "withChildren";
47038
47592
  /** @description listing ownership period ids comma separated or "unmapped" */
47039
47593
  listingOwnershipPeriodIds?: string;
47040
47594
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47115,6 +47669,11 @@ export interface operations {
47115
47669
  excludeApAppendix?: boolean;
47116
47670
  /** @description listing ids comma separated or "unmapped" */
47117
47671
  listingIds?: string;
47672
+ /**
47673
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
47674
+ * @enum {string}
47675
+ */
47676
+ listingScope?: "exact" | "withChildren";
47118
47677
  /** @description listing ownership period ids comma separated or "unmapped" */
47119
47678
  listingOwnershipPeriodIds?: string;
47120
47679
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47287,6 +47846,11 @@ export interface operations {
47287
47846
  excludeApAppendix?: boolean;
47288
47847
  /** @description listing ids comma separated or "unmapped" */
47289
47848
  listingIds?: string;
47849
+ /**
47850
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
47851
+ * @enum {string}
47852
+ */
47853
+ listingScope?: "exact" | "withChildren";
47290
47854
  /** @description listing ownership period ids comma separated or "unmapped" */
47291
47855
  listingOwnershipPeriodIds?: string;
47292
47856
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47367,6 +47931,11 @@ export interface operations {
47367
47931
  excludeApAppendix?: boolean;
47368
47932
  /** @description listing ids comma separated or "unmapped" */
47369
47933
  listingIds?: string;
47934
+ /**
47935
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
47936
+ * @enum {string}
47937
+ */
47938
+ listingScope?: "exact" | "withChildren";
47370
47939
  /** @description listing ownership period ids comma separated or "unmapped" */
47371
47940
  listingOwnershipPeriodIds?: string;
47372
47941
  /** @description account ids comma separated accounts or "unmapped" */
@@ -47780,6 +48349,11 @@ export interface operations {
47780
48349
  excludeApAppendix?: boolean;
47781
48350
  /** @description listing ids comma separated or "unmapped" */
47782
48351
  listingIds?: string;
48352
+ /**
48353
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
48354
+ * @enum {string}
48355
+ */
48356
+ listingScope?: "exact" | "withChildren";
47783
48357
  /** @description listing ownership period ids comma separated or "unmapped" */
47784
48358
  listingOwnershipPeriodIds?: string;
47785
48359
  /** @description account ids comma separated accounts or "unmapped" */
@@ -48077,6 +48651,11 @@ export interface operations {
48077
48651
  excludeApAppendix?: boolean;
48078
48652
  /** @description listing ids comma separated or "unmapped" */
48079
48653
  listingIds?: string;
48654
+ /**
48655
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
48656
+ * @enum {string}
48657
+ */
48658
+ listingScope?: "exact" | "withChildren";
48080
48659
  /** @description listing ownership period ids comma separated or "unmapped" */
48081
48660
  listingOwnershipPeriodIds?: string;
48082
48661
  /** @description account ids comma separated accounts or "unmapped" */
@@ -48157,6 +48736,11 @@ export interface operations {
48157
48736
  excludeApAppendix?: boolean;
48158
48737
  /** @description listing ids comma separated or "unmapped" */
48159
48738
  listingIds?: string;
48739
+ /**
48740
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
48741
+ * @enum {string}
48742
+ */
48743
+ listingScope?: "exact" | "withChildren";
48160
48744
  /** @description listing ownership period ids comma separated or "unmapped" */
48161
48745
  listingOwnershipPeriodIds?: string;
48162
48746
  /** @description account ids comma separated accounts or "unmapped" */
@@ -48313,6 +48897,11 @@ export interface operations {
48313
48897
  excludeApAppendix?: boolean;
48314
48898
  /** @description listing ids comma separated or "unmapped" */
48315
48899
  listingIds?: string;
48900
+ /**
48901
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
48902
+ * @enum {string}
48903
+ */
48904
+ listingScope?: "exact" | "withChildren";
48316
48905
  /** @description listing ownership period ids comma separated or "unmapped" */
48317
48906
  listingOwnershipPeriodIds?: string;
48318
48907
  /** @description account ids comma separated accounts or "unmapped" */
@@ -48393,6 +48982,11 @@ export interface operations {
48393
48982
  excludeApAppendix?: boolean;
48394
48983
  /** @description listing ids comma separated or "unmapped" */
48395
48984
  listingIds?: string;
48985
+ /**
48986
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
48987
+ * @enum {string}
48988
+ */
48989
+ listingScope?: "exact" | "withChildren";
48396
48990
  /** @description listing ownership period ids comma separated or "unmapped" */
48397
48991
  listingOwnershipPeriodIds?: string;
48398
48992
  /** @description account ids comma separated accounts or "unmapped" */
@@ -48565,6 +49159,11 @@ export interface operations {
48565
49159
  excludeApAppendix?: boolean;
48566
49160
  /** @description listing ids comma separated or "unmapped" */
48567
49161
  listingIds?: string;
49162
+ /**
49163
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
49164
+ * @enum {string}
49165
+ */
49166
+ listingScope?: "exact" | "withChildren";
48568
49167
  /** @description listing ownership period ids comma separated or "unmapped" */
48569
49168
  listingOwnershipPeriodIds?: string;
48570
49169
  /** @description account ids comma separated accounts or "unmapped" */
@@ -48645,6 +49244,11 @@ export interface operations {
48645
49244
  excludeApAppendix?: boolean;
48646
49245
  /** @description listing ids comma separated or "unmapped" */
48647
49246
  listingIds?: string;
49247
+ /**
49248
+ * @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids.
49249
+ * @enum {string}
49250
+ */
49251
+ listingScope?: "exact" | "withChildren";
48648
49252
  /** @description listing ownership period ids comma separated or "unmapped" */
48649
49253
  listingOwnershipPeriodIds?: string;
48650
49254
  /** @description account ids comma separated accounts or "unmapped" */
@@ -56134,6 +56738,8 @@ export interface operations {
56134
56738
  reconciled?: boolean | "candidate";
56135
56739
  contactId?: string;
56136
56740
  listingIds?: string;
56741
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
56742
+ listingScope?: "exact" | "withChildren";
56137
56743
  limit?: number;
56138
56744
  page?: number;
56139
56745
  };
@@ -57266,6 +57872,8 @@ export interface operations {
57266
57872
  reconciled?: boolean | "candidate";
57267
57873
  contactId?: string;
57268
57874
  listingIds?: string;
57875
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
57876
+ listingScope?: "exact" | "withChildren";
57269
57877
  };
57270
57878
  header?: never;
57271
57879
  path?: never;
@@ -57403,6 +58011,8 @@ export interface operations {
57403
58011
  reconciled?: boolean | "candidate";
57404
58012
  contactId?: string;
57405
58013
  listingIds?: string;
58014
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
58015
+ listingScope?: "exact" | "withChildren";
57406
58016
  };
57407
58017
  header?: never;
57408
58018
  path?: never;
@@ -57540,6 +58150,8 @@ export interface operations {
57540
58150
  reconciled?: boolean | "candidate";
57541
58151
  contactId?: string;
57542
58152
  listingIds?: string;
58153
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
58154
+ listingScope?: "exact" | "withChildren";
57543
58155
  };
57544
58156
  header?: never;
57545
58157
  path?: never;
@@ -58019,6 +58631,8 @@ export interface operations {
58019
58631
  reconciled?: boolean | "candidate";
58020
58632
  contactId?: string;
58021
58633
  listingIds?: string;
58634
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
58635
+ listingScope?: "exact" | "withChildren";
58022
58636
  };
58023
58637
  header?: never;
58024
58638
  path?: never;
@@ -59916,6 +60530,8 @@ export interface operations {
59916
60530
  reconciled?: boolean | "candidate";
59917
60531
  contactId?: string;
59918
60532
  listingIds?: string;
60533
+ /** @description Controls listingIds filter expansion. withChildren includes direct child listings when a parent listing is selected; exact only matches the selected listing ids. */
60534
+ listingScope?: "exact" | "withChildren";
59919
60535
  };
59920
60536
  header?: never;
59921
60537
  path?: never;