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