@vrplatform/api 1.3.1-stage.2574 → 1.3.1-stage.2575

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2574",
6
+ "version": "1.3.1-stage.2575",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -24962,6 +24962,8 @@ export interface operations {
24962
24962
  listingOwnershipPeriodIds?: string;
24963
24963
  /** @description account ids comma separated accounts or "unmapped" */
24964
24964
  accountIds?: string;
24965
+ /** @description comma separated account reservation line type ids */
24966
+ accountReservationLineTypeIds?: string;
24965
24967
  /** @description comma separated categories */
24966
24968
  categoryIds?: string;
24967
24969
  /** @description comma separated categories to exclude */
@@ -25042,6 +25044,8 @@ export interface operations {
25042
25044
  listingOwnershipPeriodIds?: string;
25043
25045
  /** @description account ids comma separated accounts or "unmapped" */
25044
25046
  accountIds?: string;
25047
+ /** @description comma separated account reservation line type ids */
25048
+ accountReservationLineTypeIds?: string;
25045
25049
  /** @description comma separated categories */
25046
25050
  categoryIds?: string;
25047
25051
  /** @description comma separated categories to exclude */
@@ -25125,6 +25129,8 @@ export interface operations {
25125
25129
  listingOwnershipPeriodIds?: string;
25126
25130
  /** @description account ids comma separated accounts or "unmapped" */
25127
25131
  accountIds?: string;
25132
+ /** @description comma separated account reservation line type ids */
25133
+ accountReservationLineTypeIds?: string;
25128
25134
  /** @description comma separated categories */
25129
25135
  categoryIds?: string;
25130
25136
  /** @description comma separated categories to exclude */
@@ -25207,6 +25213,8 @@ export interface operations {
25207
25213
  listingOwnershipPeriodIds?: string;
25208
25214
  /** @description account ids comma separated accounts or "unmapped" */
25209
25215
  accountIds?: string;
25216
+ /** @description comma separated account reservation line type ids */
25217
+ accountReservationLineTypeIds?: string;
25210
25218
  /** @description comma separated categories */
25211
25219
  categoryIds?: string;
25212
25220
  /** @description comma separated categories to exclude */
@@ -25287,6 +25295,8 @@ export interface operations {
25287
25295
  listingOwnershipPeriodIds?: string;
25288
25296
  /** @description account ids comma separated accounts or "unmapped" */
25289
25297
  accountIds?: string;
25298
+ /** @description comma separated account reservation line type ids */
25299
+ accountReservationLineTypeIds?: string;
25290
25300
  /** @description comma separated categories */
25291
25301
  categoryIds?: string;
25292
25302
  /** @description comma separated categories to exclude */
@@ -25370,6 +25380,8 @@ export interface operations {
25370
25380
  listingOwnershipPeriodIds?: string;
25371
25381
  /** @description account ids comma separated accounts or "unmapped" */
25372
25382
  accountIds?: string;
25383
+ /** @description comma separated account reservation line type ids */
25384
+ accountReservationLineTypeIds?: string;
25373
25385
  /** @description comma separated categories */
25374
25386
  categoryIds?: string;
25375
25387
  /** @description comma separated categories to exclude */
@@ -25452,6 +25464,8 @@ export interface operations {
25452
25464
  listingOwnershipPeriodIds?: string;
25453
25465
  /** @description account ids comma separated accounts or "unmapped" */
25454
25466
  accountIds?: string;
25467
+ /** @description comma separated account reservation line type ids */
25468
+ accountReservationLineTypeIds?: string;
25455
25469
  /** @description comma separated categories */
25456
25470
  categoryIds?: string;
25457
25471
  /** @description comma separated categories to exclude */
@@ -25532,6 +25546,8 @@ export interface operations {
25532
25546
  listingOwnershipPeriodIds?: string;
25533
25547
  /** @description account ids comma separated accounts or "unmapped" */
25534
25548
  accountIds?: string;
25549
+ /** @description comma separated account reservation line type ids */
25550
+ accountReservationLineTypeIds?: string;
25535
25551
  /** @description comma separated categories */
25536
25552
  categoryIds?: string;
25537
25553
  /** @description comma separated categories to exclude */
@@ -25615,6 +25631,8 @@ export interface operations {
25615
25631
  listingOwnershipPeriodIds?: string;
25616
25632
  /** @description account ids comma separated accounts or "unmapped" */
25617
25633
  accountIds?: string;
25634
+ /** @description comma separated account reservation line type ids */
25635
+ accountReservationLineTypeIds?: string;
25618
25636
  /** @description comma separated categories */
25619
25637
  categoryIds?: string;
25620
25638
  /** @description comma separated categories to exclude */
@@ -25697,6 +25715,8 @@ export interface operations {
25697
25715
  listingOwnershipPeriodIds?: string;
25698
25716
  /** @description account ids comma separated accounts or "unmapped" */
25699
25717
  accountIds?: string;
25718
+ /** @description comma separated account reservation line type ids */
25719
+ accountReservationLineTypeIds?: string;
25700
25720
  /** @description comma separated categories */
25701
25721
  categoryIds?: string;
25702
25722
  /** @description comma separated categories to exclude */
@@ -25777,6 +25797,8 @@ export interface operations {
25777
25797
  listingOwnershipPeriodIds?: string;
25778
25798
  /** @description account ids comma separated accounts or "unmapped" */
25779
25799
  accountIds?: string;
25800
+ /** @description comma separated account reservation line type ids */
25801
+ accountReservationLineTypeIds?: string;
25780
25802
  /** @description comma separated categories */
25781
25803
  categoryIds?: string;
25782
25804
  /** @description comma separated categories to exclude */
@@ -25860,6 +25882,8 @@ export interface operations {
25860
25882
  listingOwnershipPeriodIds?: string;
25861
25883
  /** @description account ids comma separated accounts or "unmapped" */
25862
25884
  accountIds?: string;
25885
+ /** @description comma separated account reservation line type ids */
25886
+ accountReservationLineTypeIds?: string;
25863
25887
  /** @description comma separated categories */
25864
25888
  categoryIds?: string;
25865
25889
  /** @description comma separated categories to exclude */
@@ -26183,6 +26207,8 @@ export interface operations {
26183
26207
  listingOwnershipPeriodIds?: string;
26184
26208
  /** @description account ids comma separated accounts or "unmapped" */
26185
26209
  accountIds?: string;
26210
+ /** @description comma separated account reservation line type ids */
26211
+ accountReservationLineTypeIds?: string;
26186
26212
  /** @description comma separated categories */
26187
26213
  categoryIds?: string;
26188
26214
  /** @description comma separated categories to exclude */
@@ -26551,6 +26577,8 @@ export interface operations {
26551
26577
  listingOwnershipPeriodIds?: string;
26552
26578
  /** @description account ids comma separated accounts or "unmapped" */
26553
26579
  accountIds?: string;
26580
+ /** @description comma separated account reservation line type ids */
26581
+ accountReservationLineTypeIds?: string;
26554
26582
  /** @description comma separated categories */
26555
26583
  categoryIds?: string;
26556
26584
  /** @description comma separated categories to exclude */
@@ -26837,6 +26865,8 @@ export interface operations {
26837
26865
  listingOwnershipPeriodIds?: string;
26838
26866
  /** @description account ids comma separated accounts or "unmapped" */
26839
26867
  accountIds?: string;
26868
+ /** @description comma separated account reservation line type ids */
26869
+ accountReservationLineTypeIds?: string;
26840
26870
  /** @description comma separated categories */
26841
26871
  categoryIds?: string;
26842
26872
  /** @description comma separated categories to exclude */
@@ -27291,6 +27321,8 @@ export interface operations {
27291
27321
  listingOwnershipPeriodIds?: string;
27292
27322
  /** @description account ids comma separated accounts or "unmapped" */
27293
27323
  accountIds?: string;
27324
+ /** @description comma separated account reservation line type ids */
27325
+ accountReservationLineTypeIds?: string;
27294
27326
  /** @description comma separated categories */
27295
27327
  categoryIds?: string;
27296
27328
  /** @description comma separated categories to exclude */
@@ -27380,6 +27412,8 @@ export interface operations {
27380
27412
  listingOwnershipPeriodIds?: string;
27381
27413
  /** @description account ids comma separated accounts or "unmapped" */
27382
27414
  accountIds?: string;
27415
+ /** @description comma separated account reservation line type ids */
27416
+ accountReservationLineTypeIds?: string;
27383
27417
  /** @description comma separated categories */
27384
27418
  categoryIds?: string;
27385
27419
  /** @description comma separated categories to exclude */
@@ -27454,6 +27488,8 @@ export interface operations {
27454
27488
  listingOwnershipPeriodIds?: string;
27455
27489
  /** @description account ids comma separated accounts or "unmapped" */
27456
27490
  accountIds?: string;
27491
+ /** @description comma separated account reservation line type ids */
27492
+ accountReservationLineTypeIds?: string;
27457
27493
  /** @description comma separated categories */
27458
27494
  categoryIds?: string;
27459
27495
  /** @description comma separated categories to exclude */
@@ -27706,6 +27742,8 @@ export interface operations {
27706
27742
  listingOwnershipPeriodIds?: string;
27707
27743
  /** @description account ids comma separated accounts or "unmapped" */
27708
27744
  accountIds?: string;
27745
+ /** @description comma separated account reservation line type ids */
27746
+ accountReservationLineTypeIds?: string;
27709
27747
  /** @description comma separated categories */
27710
27748
  categoryIds?: string;
27711
27749
  /** @description comma separated categories to exclude */
@@ -27988,6 +28026,8 @@ export interface operations {
27988
28026
  listingOwnershipPeriodIds?: string;
27989
28027
  /** @description account ids comma separated accounts or "unmapped" */
27990
28028
  accountIds?: string;
28029
+ /** @description comma separated account reservation line type ids */
28030
+ accountReservationLineTypeIds?: string;
27991
28031
  /** @description comma separated categories */
27992
28032
  categoryIds?: string;
27993
28033
  /** @description comma separated categories to exclude */
@@ -28906,6 +28946,8 @@ export interface operations {
28906
28946
  listingOwnershipPeriodIds?: string;
28907
28947
  /** @description account ids comma separated accounts or "unmapped" */
28908
28948
  accountIds?: string;
28949
+ /** @description comma separated account reservation line type ids */
28950
+ accountReservationLineTypeIds?: string;
28909
28951
  /** @description comma separated categories */
28910
28952
  categoryIds?: string;
28911
28953
  /** @description comma separated categories to exclude */
@@ -28983,6 +29025,8 @@ export interface operations {
28983
29025
  listingOwnershipPeriodIds?: string;
28984
29026
  /** @description account ids comma separated accounts or "unmapped" */
28985
29027
  accountIds?: string;
29028
+ /** @description comma separated account reservation line type ids */
29029
+ accountReservationLineTypeIds?: string;
28986
29030
  /** @description comma separated categories */
28987
29031
  categoryIds?: string;
28988
29032
  /** @description comma separated categories to exclude */
@@ -29064,6 +29108,8 @@ export interface operations {
29064
29108
  listingOwnershipPeriodIds?: string;
29065
29109
  /** @description account ids comma separated accounts or "unmapped" */
29066
29110
  accountIds?: string;
29111
+ /** @description comma separated account reservation line type ids */
29112
+ accountReservationLineTypeIds?: string;
29067
29113
  /** @description comma separated categories */
29068
29114
  categoryIds?: string;
29069
29115
  /** @description comma separated categories to exclude */
@@ -29140,6 +29186,8 @@ export interface operations {
29140
29186
  listingOwnershipPeriodIds?: string;
29141
29187
  /** @description account ids comma separated accounts or "unmapped" */
29142
29188
  accountIds?: string;
29189
+ /** @description comma separated account reservation line type ids */
29190
+ accountReservationLineTypeIds?: string;
29143
29191
  /** @description comma separated categories */
29144
29192
  categoryIds?: string;
29145
29193
  /** @description comma separated categories to exclude */
@@ -29224,6 +29272,8 @@ export interface operations {
29224
29272
  listingOwnershipPeriodIds?: string;
29225
29273
  /** @description account ids comma separated accounts or "unmapped" */
29226
29274
  accountIds?: string;
29275
+ /** @description comma separated account reservation line type ids */
29276
+ accountReservationLineTypeIds?: string;
29227
29277
  /** @description comma separated categories */
29228
29278
  categoryIds?: string;
29229
29279
  /** @description comma separated categories to exclude */
@@ -29301,6 +29351,8 @@ export interface operations {
29301
29351
  listingOwnershipPeriodIds?: string;
29302
29352
  /** @description account ids comma separated accounts or "unmapped" */
29303
29353
  accountIds?: string;
29354
+ /** @description comma separated account reservation line type ids */
29355
+ accountReservationLineTypeIds?: string;
29304
29356
  /** @description comma separated categories */
29305
29357
  categoryIds?: string;
29306
29358
  /** @description comma separated categories to exclude */
@@ -29382,6 +29434,8 @@ export interface operations {
29382
29434
  listingOwnershipPeriodIds?: string;
29383
29435
  /** @description account ids comma separated accounts or "unmapped" */
29384
29436
  accountIds?: string;
29437
+ /** @description comma separated account reservation line type ids */
29438
+ accountReservationLineTypeIds?: string;
29385
29439
  /** @description comma separated categories */
29386
29440
  categoryIds?: string;
29387
29441
  /** @description comma separated categories to exclude */
@@ -29458,6 +29512,8 @@ export interface operations {
29458
29512
  listingOwnershipPeriodIds?: string;
29459
29513
  /** @description account ids comma separated accounts or "unmapped" */
29460
29514
  accountIds?: string;
29515
+ /** @description comma separated account reservation line type ids */
29516
+ accountReservationLineTypeIds?: string;
29461
29517
  /** @description comma separated categories */
29462
29518
  categoryIds?: string;
29463
29519
  /** @description comma separated categories to exclude */
@@ -29542,6 +29598,8 @@ export interface operations {
29542
29598
  listingOwnershipPeriodIds?: string;
29543
29599
  /** @description account ids comma separated accounts or "unmapped" */
29544
29600
  accountIds?: string;
29601
+ /** @description comma separated account reservation line type ids */
29602
+ accountReservationLineTypeIds?: string;
29545
29603
  /** @description comma separated categories */
29546
29604
  categoryIds?: string;
29547
29605
  /** @description comma separated categories to exclude */
@@ -29619,6 +29677,8 @@ export interface operations {
29619
29677
  listingOwnershipPeriodIds?: string;
29620
29678
  /** @description account ids comma separated accounts or "unmapped" */
29621
29679
  accountIds?: string;
29680
+ /** @description comma separated account reservation line type ids */
29681
+ accountReservationLineTypeIds?: string;
29622
29682
  /** @description comma separated categories */
29623
29683
  categoryIds?: string;
29624
29684
  /** @description comma separated categories to exclude */
@@ -29700,6 +29760,8 @@ export interface operations {
29700
29760
  listingOwnershipPeriodIds?: string;
29701
29761
  /** @description account ids comma separated accounts or "unmapped" */
29702
29762
  accountIds?: string;
29763
+ /** @description comma separated account reservation line type ids */
29764
+ accountReservationLineTypeIds?: string;
29703
29765
  /** @description comma separated categories */
29704
29766
  categoryIds?: string;
29705
29767
  /** @description comma separated categories to exclude */
@@ -29776,6 +29838,8 @@ export interface operations {
29776
29838
  listingOwnershipPeriodIds?: string;
29777
29839
  /** @description account ids comma separated accounts or "unmapped" */
29778
29840
  accountIds?: string;
29841
+ /** @description comma separated account reservation line type ids */
29842
+ accountReservationLineTypeIds?: string;
29779
29843
  /** @description comma separated categories */
29780
29844
  categoryIds?: string;
29781
29845
  /** @description comma separated categories to exclude */
@@ -29860,6 +29924,8 @@ export interface operations {
29860
29924
  listingOwnershipPeriodIds?: string;
29861
29925
  /** @description account ids comma separated accounts or "unmapped" */
29862
29926
  accountIds?: string;
29927
+ /** @description comma separated account reservation line type ids */
29928
+ accountReservationLineTypeIds?: string;
29863
29929
  /** @description comma separated categories */
29864
29930
  categoryIds?: string;
29865
29931
  /** @description comma separated categories to exclude */
@@ -29937,6 +30003,8 @@ export interface operations {
29937
30003
  listingOwnershipPeriodIds?: string;
29938
30004
  /** @description account ids comma separated accounts or "unmapped" */
29939
30005
  accountIds?: string;
30006
+ /** @description comma separated account reservation line type ids */
30007
+ accountReservationLineTypeIds?: string;
29940
30008
  /** @description comma separated categories */
29941
30009
  categoryIds?: string;
29942
30010
  /** @description comma separated categories to exclude */
@@ -30018,6 +30086,8 @@ export interface operations {
30018
30086
  listingOwnershipPeriodIds?: string;
30019
30087
  /** @description account ids comma separated accounts or "unmapped" */
30020
30088
  accountIds?: string;
30089
+ /** @description comma separated account reservation line type ids */
30090
+ accountReservationLineTypeIds?: string;
30021
30091
  /** @description comma separated categories */
30022
30092
  categoryIds?: string;
30023
30093
  /** @description comma separated categories to exclude */
@@ -30094,6 +30164,8 @@ export interface operations {
30094
30164
  listingOwnershipPeriodIds?: string;
30095
30165
  /** @description account ids comma separated accounts or "unmapped" */
30096
30166
  accountIds?: string;
30167
+ /** @description comma separated account reservation line type ids */
30168
+ accountReservationLineTypeIds?: string;
30097
30169
  /** @description comma separated categories */
30098
30170
  categoryIds?: string;
30099
30171
  /** @description comma separated categories to exclude */
@@ -30410,6 +30482,8 @@ export interface operations {
30410
30482
  listingOwnershipPeriodIds?: string;
30411
30483
  /** @description account ids comma separated accounts or "unmapped" */
30412
30484
  accountIds?: string;
30485
+ /** @description comma separated account reservation line type ids */
30486
+ accountReservationLineTypeIds?: string;
30413
30487
  /** @description comma separated categories */
30414
30488
  categoryIds?: string;
30415
30489
  /** @description comma separated categories to exclude */
@@ -30481,6 +30555,8 @@ export interface operations {
30481
30555
  listingOwnershipPeriodIds?: string;
30482
30556
  /** @description account ids comma separated accounts or "unmapped" */
30483
30557
  accountIds?: string;
30558
+ /** @description comma separated account reservation line type ids */
30559
+ accountReservationLineTypeIds?: string;
30484
30560
  /** @description comma separated categories */
30485
30561
  categoryIds?: string;
30486
30562
  /** @description comma separated categories to exclude */
@@ -30781,6 +30857,8 @@ export interface operations {
30781
30857
  listingOwnershipPeriodIds?: string;
30782
30858
  /** @description account ids comma separated accounts or "unmapped" */
30783
30859
  accountIds?: string;
30860
+ /** @description comma separated account reservation line type ids */
30861
+ accountReservationLineTypeIds?: string;
30784
30862
  /** @description comma separated categories */
30785
30863
  categoryIds?: string;
30786
30864
  /** @description comma separated categories to exclude */
@@ -30852,6 +30930,8 @@ export interface operations {
30852
30930
  listingOwnershipPeriodIds?: string;
30853
30931
  /** @description account ids comma separated accounts or "unmapped" */
30854
30932
  accountIds?: string;
30933
+ /** @description comma separated account reservation line type ids */
30934
+ accountReservationLineTypeIds?: string;
30855
30935
  /** @description comma separated categories */
30856
30936
  categoryIds?: string;
30857
30937
  /** @description comma separated categories to exclude */
@@ -30923,6 +31003,8 @@ export interface operations {
30923
31003
  listingOwnershipPeriodIds?: string;
30924
31004
  /** @description account ids comma separated accounts or "unmapped" */
30925
31005
  accountIds?: string;
31006
+ /** @description comma separated account reservation line type ids */
31007
+ accountReservationLineTypeIds?: string;
30926
31008
  /** @description comma separated categories */
30927
31009
  categoryIds?: string;
30928
31010
  /** @description comma separated categories to exclude */
@@ -30994,6 +31076,8 @@ export interface operations {
30994
31076
  listingOwnershipPeriodIds?: string;
30995
31077
  /** @description account ids comma separated accounts or "unmapped" */
30996
31078
  accountIds?: string;
31079
+ /** @description comma separated account reservation line type ids */
31080
+ accountReservationLineTypeIds?: string;
30997
31081
  /** @description comma separated categories */
30998
31082
  categoryIds?: string;
30999
31083
  /** @description comma separated categories to exclude */
@@ -31075,6 +31159,8 @@ export interface operations {
31075
31159
  listingOwnershipPeriodIds?: string;
31076
31160
  /** @description account ids comma separated accounts or "unmapped" */
31077
31161
  accountIds?: string;
31162
+ /** @description comma separated account reservation line type ids */
31163
+ accountReservationLineTypeIds?: string;
31078
31164
  /** @description comma separated categories */
31079
31165
  categoryIds?: string;
31080
31166
  /** @description comma separated categories to exclude */
@@ -31146,6 +31232,8 @@ export interface operations {
31146
31232
  listingOwnershipPeriodIds?: string;
31147
31233
  /** @description account ids comma separated accounts or "unmapped" */
31148
31234
  accountIds?: string;
31235
+ /** @description comma separated account reservation line type ids */
31236
+ accountReservationLineTypeIds?: string;
31149
31237
  /** @description comma separated categories */
31150
31238
  categoryIds?: string;
31151
31239
  /** @description comma separated categories to exclude */
@@ -31217,6 +31305,8 @@ export interface operations {
31217
31305
  listingOwnershipPeriodIds?: string;
31218
31306
  /** @description account ids comma separated accounts or "unmapped" */
31219
31307
  accountIds?: string;
31308
+ /** @description comma separated account reservation line type ids */
31309
+ accountReservationLineTypeIds?: string;
31220
31310
  /** @description comma separated categories */
31221
31311
  categoryIds?: string;
31222
31312
  /** @description comma separated categories to exclude */
@@ -31288,6 +31378,8 @@ export interface operations {
31288
31378
  listingOwnershipPeriodIds?: string;
31289
31379
  /** @description account ids comma separated accounts or "unmapped" */
31290
31380
  accountIds?: string;
31381
+ /** @description comma separated account reservation line type ids */
31382
+ accountReservationLineTypeIds?: string;
31291
31383
  /** @description comma separated categories */
31292
31384
  categoryIds?: string;
31293
31385
  /** @description comma separated categories to exclude */
@@ -31590,6 +31682,8 @@ export interface operations {
31590
31682
  listingOwnershipPeriodIds?: string;
31591
31683
  /** @description account ids comma separated accounts or "unmapped" */
31592
31684
  accountIds?: string;
31685
+ /** @description comma separated account reservation line type ids */
31686
+ accountReservationLineTypeIds?: string;
31593
31687
  /** @description comma separated categories */
31594
31688
  categoryIds?: string;
31595
31689
  /** @description comma separated categories to exclude */
@@ -31671,6 +31765,8 @@ export interface operations {
31671
31765
  listingOwnershipPeriodIds?: string;
31672
31766
  /** @description account ids comma separated accounts or "unmapped" */
31673
31767
  accountIds?: string;
31768
+ /** @description comma separated account reservation line type ids */
31769
+ accountReservationLineTypeIds?: string;
31674
31770
  /** @description comma separated categories */
31675
31771
  categoryIds?: string;
31676
31772
  /** @description comma separated categories to exclude */
@@ -31753,6 +31849,8 @@ export interface operations {
31753
31849
  listingOwnershipPeriodIds?: string;
31754
31850
  /** @description account ids comma separated accounts or "unmapped" */
31755
31851
  accountIds?: string;
31852
+ /** @description comma separated account reservation line type ids */
31853
+ accountReservationLineTypeIds?: string;
31756
31854
  /** @description comma separated categories */
31757
31855
  categoryIds?: string;
31758
31856
  /** @description comma separated categories to exclude */
@@ -31945,6 +32043,8 @@ export interface operations {
31945
32043
  listingOwnershipPeriodIds?: string;
31946
32044
  /** @description account ids comma separated accounts or "unmapped" */
31947
32045
  accountIds?: string;
32046
+ /** @description comma separated account reservation line type ids */
32047
+ accountReservationLineTypeIds?: string;
31948
32048
  /** @description comma separated categories */
31949
32049
  categoryIds?: string;
31950
32050
  /** @description comma separated categories to exclude */
@@ -32040,6 +32140,8 @@ export interface operations {
32040
32140
  listingOwnershipPeriodIds?: string;
32041
32141
  /** @description account ids comma separated accounts or "unmapped" */
32042
32142
  accountIds?: string;
32143
+ /** @description comma separated account reservation line type ids */
32144
+ accountReservationLineTypeIds?: string;
32043
32145
  /** @description comma separated categories */
32044
32146
  categoryIds?: string;
32045
32147
  /** @description comma separated categories to exclude */