@vrplatform/api 1.3.1-stage.2573 → 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.
|
@@ -24961,8 +24961,12 @@ export interface operations {
|
|
|
24961
24961
|
listingOwnershipPeriodIds?: string;
|
|
24962
24962
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
24963
24963
|
accountIds?: string;
|
|
24964
|
+
/** @description comma separated account reservation line type ids */
|
|
24965
|
+
accountReservationLineTypeIds?: string;
|
|
24964
24966
|
/** @description comma separated categories */
|
|
24965
24967
|
categoryIds?: string;
|
|
24968
|
+
/** @description comma separated categories to exclude */
|
|
24969
|
+
excludeCategoryIds?: string;
|
|
24966
24970
|
/** @description comma separated contacts */
|
|
24967
24971
|
contactIds?: string;
|
|
24968
24972
|
classifications?: string;
|
|
@@ -25039,8 +25043,12 @@ export interface operations {
|
|
|
25039
25043
|
listingOwnershipPeriodIds?: string;
|
|
25040
25044
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
25041
25045
|
accountIds?: string;
|
|
25046
|
+
/** @description comma separated account reservation line type ids */
|
|
25047
|
+
accountReservationLineTypeIds?: string;
|
|
25042
25048
|
/** @description comma separated categories */
|
|
25043
25049
|
categoryIds?: string;
|
|
25050
|
+
/** @description comma separated categories to exclude */
|
|
25051
|
+
excludeCategoryIds?: string;
|
|
25044
25052
|
/** @description comma separated contacts */
|
|
25045
25053
|
contactIds?: string;
|
|
25046
25054
|
classifications?: string;
|
|
@@ -25120,8 +25128,12 @@ export interface operations {
|
|
|
25120
25128
|
listingOwnershipPeriodIds?: string;
|
|
25121
25129
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
25122
25130
|
accountIds?: string;
|
|
25131
|
+
/** @description comma separated account reservation line type ids */
|
|
25132
|
+
accountReservationLineTypeIds?: string;
|
|
25123
25133
|
/** @description comma separated categories */
|
|
25124
25134
|
categoryIds?: string;
|
|
25135
|
+
/** @description comma separated categories to exclude */
|
|
25136
|
+
excludeCategoryIds?: string;
|
|
25125
25137
|
/** @description comma separated contacts */
|
|
25126
25138
|
contactIds?: string;
|
|
25127
25139
|
classifications?: string;
|
|
@@ -25200,8 +25212,12 @@ export interface operations {
|
|
|
25200
25212
|
listingOwnershipPeriodIds?: string;
|
|
25201
25213
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
25202
25214
|
accountIds?: string;
|
|
25215
|
+
/** @description comma separated account reservation line type ids */
|
|
25216
|
+
accountReservationLineTypeIds?: string;
|
|
25203
25217
|
/** @description comma separated categories */
|
|
25204
25218
|
categoryIds?: string;
|
|
25219
|
+
/** @description comma separated categories to exclude */
|
|
25220
|
+
excludeCategoryIds?: string;
|
|
25205
25221
|
/** @description comma separated contacts */
|
|
25206
25222
|
contactIds?: string;
|
|
25207
25223
|
classifications?: string;
|
|
@@ -25278,8 +25294,12 @@ export interface operations {
|
|
|
25278
25294
|
listingOwnershipPeriodIds?: string;
|
|
25279
25295
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
25280
25296
|
accountIds?: string;
|
|
25297
|
+
/** @description comma separated account reservation line type ids */
|
|
25298
|
+
accountReservationLineTypeIds?: string;
|
|
25281
25299
|
/** @description comma separated categories */
|
|
25282
25300
|
categoryIds?: string;
|
|
25301
|
+
/** @description comma separated categories to exclude */
|
|
25302
|
+
excludeCategoryIds?: string;
|
|
25283
25303
|
/** @description comma separated contacts */
|
|
25284
25304
|
contactIds?: string;
|
|
25285
25305
|
classifications?: string;
|
|
@@ -25359,8 +25379,12 @@ export interface operations {
|
|
|
25359
25379
|
listingOwnershipPeriodIds?: string;
|
|
25360
25380
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
25361
25381
|
accountIds?: string;
|
|
25382
|
+
/** @description comma separated account reservation line type ids */
|
|
25383
|
+
accountReservationLineTypeIds?: string;
|
|
25362
25384
|
/** @description comma separated categories */
|
|
25363
25385
|
categoryIds?: string;
|
|
25386
|
+
/** @description comma separated categories to exclude */
|
|
25387
|
+
excludeCategoryIds?: string;
|
|
25364
25388
|
/** @description comma separated contacts */
|
|
25365
25389
|
contactIds?: string;
|
|
25366
25390
|
classifications?: string;
|
|
@@ -25439,8 +25463,12 @@ export interface operations {
|
|
|
25439
25463
|
listingOwnershipPeriodIds?: string;
|
|
25440
25464
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
25441
25465
|
accountIds?: string;
|
|
25466
|
+
/** @description comma separated account reservation line type ids */
|
|
25467
|
+
accountReservationLineTypeIds?: string;
|
|
25442
25468
|
/** @description comma separated categories */
|
|
25443
25469
|
categoryIds?: string;
|
|
25470
|
+
/** @description comma separated categories to exclude */
|
|
25471
|
+
excludeCategoryIds?: string;
|
|
25444
25472
|
/** @description comma separated contacts */
|
|
25445
25473
|
contactIds?: string;
|
|
25446
25474
|
classifications?: string;
|
|
@@ -25517,8 +25545,12 @@ export interface operations {
|
|
|
25517
25545
|
listingOwnershipPeriodIds?: string;
|
|
25518
25546
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
25519
25547
|
accountIds?: string;
|
|
25548
|
+
/** @description comma separated account reservation line type ids */
|
|
25549
|
+
accountReservationLineTypeIds?: string;
|
|
25520
25550
|
/** @description comma separated categories */
|
|
25521
25551
|
categoryIds?: string;
|
|
25552
|
+
/** @description comma separated categories to exclude */
|
|
25553
|
+
excludeCategoryIds?: string;
|
|
25522
25554
|
/** @description comma separated contacts */
|
|
25523
25555
|
contactIds?: string;
|
|
25524
25556
|
classifications?: string;
|
|
@@ -25598,8 +25630,12 @@ export interface operations {
|
|
|
25598
25630
|
listingOwnershipPeriodIds?: string;
|
|
25599
25631
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
25600
25632
|
accountIds?: string;
|
|
25633
|
+
/** @description comma separated account reservation line type ids */
|
|
25634
|
+
accountReservationLineTypeIds?: string;
|
|
25601
25635
|
/** @description comma separated categories */
|
|
25602
25636
|
categoryIds?: string;
|
|
25637
|
+
/** @description comma separated categories to exclude */
|
|
25638
|
+
excludeCategoryIds?: string;
|
|
25603
25639
|
/** @description comma separated contacts */
|
|
25604
25640
|
contactIds?: string;
|
|
25605
25641
|
classifications?: string;
|
|
@@ -25678,8 +25714,12 @@ export interface operations {
|
|
|
25678
25714
|
listingOwnershipPeriodIds?: string;
|
|
25679
25715
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
25680
25716
|
accountIds?: string;
|
|
25717
|
+
/** @description comma separated account reservation line type ids */
|
|
25718
|
+
accountReservationLineTypeIds?: string;
|
|
25681
25719
|
/** @description comma separated categories */
|
|
25682
25720
|
categoryIds?: string;
|
|
25721
|
+
/** @description comma separated categories to exclude */
|
|
25722
|
+
excludeCategoryIds?: string;
|
|
25683
25723
|
/** @description comma separated contacts */
|
|
25684
25724
|
contactIds?: string;
|
|
25685
25725
|
classifications?: string;
|
|
@@ -25756,8 +25796,12 @@ export interface operations {
|
|
|
25756
25796
|
listingOwnershipPeriodIds?: string;
|
|
25757
25797
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
25758
25798
|
accountIds?: string;
|
|
25799
|
+
/** @description comma separated account reservation line type ids */
|
|
25800
|
+
accountReservationLineTypeIds?: string;
|
|
25759
25801
|
/** @description comma separated categories */
|
|
25760
25802
|
categoryIds?: string;
|
|
25803
|
+
/** @description comma separated categories to exclude */
|
|
25804
|
+
excludeCategoryIds?: string;
|
|
25761
25805
|
/** @description comma separated contacts */
|
|
25762
25806
|
contactIds?: string;
|
|
25763
25807
|
classifications?: string;
|
|
@@ -25837,8 +25881,12 @@ export interface operations {
|
|
|
25837
25881
|
listingOwnershipPeriodIds?: string;
|
|
25838
25882
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
25839
25883
|
accountIds?: string;
|
|
25884
|
+
/** @description comma separated account reservation line type ids */
|
|
25885
|
+
accountReservationLineTypeIds?: string;
|
|
25840
25886
|
/** @description comma separated categories */
|
|
25841
25887
|
categoryIds?: string;
|
|
25888
|
+
/** @description comma separated categories to exclude */
|
|
25889
|
+
excludeCategoryIds?: string;
|
|
25842
25890
|
/** @description comma separated contacts */
|
|
25843
25891
|
contactIds?: string;
|
|
25844
25892
|
classifications?: string;
|
|
@@ -26158,8 +26206,12 @@ export interface operations {
|
|
|
26158
26206
|
listingOwnershipPeriodIds?: string;
|
|
26159
26207
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
26160
26208
|
accountIds?: string;
|
|
26209
|
+
/** @description comma separated account reservation line type ids */
|
|
26210
|
+
accountReservationLineTypeIds?: string;
|
|
26161
26211
|
/** @description comma separated categories */
|
|
26162
26212
|
categoryIds?: string;
|
|
26213
|
+
/** @description comma separated categories to exclude */
|
|
26214
|
+
excludeCategoryIds?: string;
|
|
26163
26215
|
/** @description comma separated contacts */
|
|
26164
26216
|
contactIds?: string;
|
|
26165
26217
|
classifications?: string;
|
|
@@ -26524,8 +26576,12 @@ export interface operations {
|
|
|
26524
26576
|
listingOwnershipPeriodIds?: string;
|
|
26525
26577
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
26526
26578
|
accountIds?: string;
|
|
26579
|
+
/** @description comma separated account reservation line type ids */
|
|
26580
|
+
accountReservationLineTypeIds?: string;
|
|
26527
26581
|
/** @description comma separated categories */
|
|
26528
26582
|
categoryIds?: string;
|
|
26583
|
+
/** @description comma separated categories to exclude */
|
|
26584
|
+
excludeCategoryIds?: string;
|
|
26529
26585
|
/** @description comma separated contacts */
|
|
26530
26586
|
contactIds?: string;
|
|
26531
26587
|
classifications?: string;
|
|
@@ -26808,8 +26864,12 @@ export interface operations {
|
|
|
26808
26864
|
listingOwnershipPeriodIds?: string;
|
|
26809
26865
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
26810
26866
|
accountIds?: string;
|
|
26867
|
+
/** @description comma separated account reservation line type ids */
|
|
26868
|
+
accountReservationLineTypeIds?: string;
|
|
26811
26869
|
/** @description comma separated categories */
|
|
26812
26870
|
categoryIds?: string;
|
|
26871
|
+
/** @description comma separated categories to exclude */
|
|
26872
|
+
excludeCategoryIds?: string;
|
|
26813
26873
|
/** @description comma separated contacts */
|
|
26814
26874
|
contactIds?: string;
|
|
26815
26875
|
classifications?: string;
|
|
@@ -27260,8 +27320,12 @@ export interface operations {
|
|
|
27260
27320
|
listingOwnershipPeriodIds?: string;
|
|
27261
27321
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
27262
27322
|
accountIds?: string;
|
|
27323
|
+
/** @description comma separated account reservation line type ids */
|
|
27324
|
+
accountReservationLineTypeIds?: string;
|
|
27263
27325
|
/** @description comma separated categories */
|
|
27264
27326
|
categoryIds?: string;
|
|
27327
|
+
/** @description comma separated categories to exclude */
|
|
27328
|
+
excludeCategoryIds?: string;
|
|
27265
27329
|
/** @description comma separated contacts */
|
|
27266
27330
|
contactIds?: string;
|
|
27267
27331
|
classifications?: string;
|
|
@@ -27347,8 +27411,12 @@ export interface operations {
|
|
|
27347
27411
|
listingOwnershipPeriodIds?: string;
|
|
27348
27412
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
27349
27413
|
accountIds?: string;
|
|
27414
|
+
/** @description comma separated account reservation line type ids */
|
|
27415
|
+
accountReservationLineTypeIds?: string;
|
|
27350
27416
|
/** @description comma separated categories */
|
|
27351
27417
|
categoryIds?: string;
|
|
27418
|
+
/** @description comma separated categories to exclude */
|
|
27419
|
+
excludeCategoryIds?: string;
|
|
27352
27420
|
/** @description comma separated contacts */
|
|
27353
27421
|
contactIds?: string;
|
|
27354
27422
|
classifications?: string;
|
|
@@ -27419,8 +27487,12 @@ export interface operations {
|
|
|
27419
27487
|
listingOwnershipPeriodIds?: string;
|
|
27420
27488
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
27421
27489
|
accountIds?: string;
|
|
27490
|
+
/** @description comma separated account reservation line type ids */
|
|
27491
|
+
accountReservationLineTypeIds?: string;
|
|
27422
27492
|
/** @description comma separated categories */
|
|
27423
27493
|
categoryIds?: string;
|
|
27494
|
+
/** @description comma separated categories to exclude */
|
|
27495
|
+
excludeCategoryIds?: string;
|
|
27424
27496
|
/** @description comma separated contacts */
|
|
27425
27497
|
contactIds?: string;
|
|
27426
27498
|
classifications?: string;
|
|
@@ -27669,8 +27741,12 @@ export interface operations {
|
|
|
27669
27741
|
listingOwnershipPeriodIds?: string;
|
|
27670
27742
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
27671
27743
|
accountIds?: string;
|
|
27744
|
+
/** @description comma separated account reservation line type ids */
|
|
27745
|
+
accountReservationLineTypeIds?: string;
|
|
27672
27746
|
/** @description comma separated categories */
|
|
27673
27747
|
categoryIds?: string;
|
|
27748
|
+
/** @description comma separated categories to exclude */
|
|
27749
|
+
excludeCategoryIds?: string;
|
|
27674
27750
|
/** @description comma separated contacts */
|
|
27675
27751
|
contactIds?: string;
|
|
27676
27752
|
classifications?: string;
|
|
@@ -27949,8 +28025,12 @@ export interface operations {
|
|
|
27949
28025
|
listingOwnershipPeriodIds?: string;
|
|
27950
28026
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
27951
28027
|
accountIds?: string;
|
|
28028
|
+
/** @description comma separated account reservation line type ids */
|
|
28029
|
+
accountReservationLineTypeIds?: string;
|
|
27952
28030
|
/** @description comma separated categories */
|
|
27953
28031
|
categoryIds?: string;
|
|
28032
|
+
/** @description comma separated categories to exclude */
|
|
28033
|
+
excludeCategoryIds?: string;
|
|
27954
28034
|
/** @description comma separated contacts */
|
|
27955
28035
|
contactIds?: string;
|
|
27956
28036
|
classifications?: string;
|
|
@@ -28865,8 +28945,12 @@ export interface operations {
|
|
|
28865
28945
|
listingOwnershipPeriodIds?: string;
|
|
28866
28946
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
28867
28947
|
accountIds?: string;
|
|
28948
|
+
/** @description comma separated account reservation line type ids */
|
|
28949
|
+
accountReservationLineTypeIds?: string;
|
|
28868
28950
|
/** @description comma separated categories */
|
|
28869
28951
|
categoryIds?: string;
|
|
28952
|
+
/** @description comma separated categories to exclude */
|
|
28953
|
+
excludeCategoryIds?: string;
|
|
28870
28954
|
/** @description comma separated contacts */
|
|
28871
28955
|
contactIds?: string;
|
|
28872
28956
|
classifications?: string;
|
|
@@ -28940,8 +29024,12 @@ export interface operations {
|
|
|
28940
29024
|
listingOwnershipPeriodIds?: string;
|
|
28941
29025
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
28942
29026
|
accountIds?: string;
|
|
29027
|
+
/** @description comma separated account reservation line type ids */
|
|
29028
|
+
accountReservationLineTypeIds?: string;
|
|
28943
29029
|
/** @description comma separated categories */
|
|
28944
29030
|
categoryIds?: string;
|
|
29031
|
+
/** @description comma separated categories to exclude */
|
|
29032
|
+
excludeCategoryIds?: string;
|
|
28945
29033
|
/** @description comma separated contacts */
|
|
28946
29034
|
contactIds?: string;
|
|
28947
29035
|
classifications?: string;
|
|
@@ -29019,8 +29107,12 @@ export interface operations {
|
|
|
29019
29107
|
listingOwnershipPeriodIds?: string;
|
|
29020
29108
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
29021
29109
|
accountIds?: string;
|
|
29110
|
+
/** @description comma separated account reservation line type ids */
|
|
29111
|
+
accountReservationLineTypeIds?: string;
|
|
29022
29112
|
/** @description comma separated categories */
|
|
29023
29113
|
categoryIds?: string;
|
|
29114
|
+
/** @description comma separated categories to exclude */
|
|
29115
|
+
excludeCategoryIds?: string;
|
|
29024
29116
|
/** @description comma separated contacts */
|
|
29025
29117
|
contactIds?: string;
|
|
29026
29118
|
classifications?: string;
|
|
@@ -29093,8 +29185,12 @@ export interface operations {
|
|
|
29093
29185
|
listingOwnershipPeriodIds?: string;
|
|
29094
29186
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
29095
29187
|
accountIds?: string;
|
|
29188
|
+
/** @description comma separated account reservation line type ids */
|
|
29189
|
+
accountReservationLineTypeIds?: string;
|
|
29096
29190
|
/** @description comma separated categories */
|
|
29097
29191
|
categoryIds?: string;
|
|
29192
|
+
/** @description comma separated categories to exclude */
|
|
29193
|
+
excludeCategoryIds?: string;
|
|
29098
29194
|
/** @description comma separated contacts */
|
|
29099
29195
|
contactIds?: string;
|
|
29100
29196
|
classifications?: string;
|
|
@@ -29175,8 +29271,12 @@ export interface operations {
|
|
|
29175
29271
|
listingOwnershipPeriodIds?: string;
|
|
29176
29272
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
29177
29273
|
accountIds?: string;
|
|
29274
|
+
/** @description comma separated account reservation line type ids */
|
|
29275
|
+
accountReservationLineTypeIds?: string;
|
|
29178
29276
|
/** @description comma separated categories */
|
|
29179
29277
|
categoryIds?: string;
|
|
29278
|
+
/** @description comma separated categories to exclude */
|
|
29279
|
+
excludeCategoryIds?: string;
|
|
29180
29280
|
/** @description comma separated contacts */
|
|
29181
29281
|
contactIds?: string;
|
|
29182
29282
|
classifications?: string;
|
|
@@ -29250,8 +29350,12 @@ export interface operations {
|
|
|
29250
29350
|
listingOwnershipPeriodIds?: string;
|
|
29251
29351
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
29252
29352
|
accountIds?: string;
|
|
29353
|
+
/** @description comma separated account reservation line type ids */
|
|
29354
|
+
accountReservationLineTypeIds?: string;
|
|
29253
29355
|
/** @description comma separated categories */
|
|
29254
29356
|
categoryIds?: string;
|
|
29357
|
+
/** @description comma separated categories to exclude */
|
|
29358
|
+
excludeCategoryIds?: string;
|
|
29255
29359
|
/** @description comma separated contacts */
|
|
29256
29360
|
contactIds?: string;
|
|
29257
29361
|
classifications?: string;
|
|
@@ -29329,8 +29433,12 @@ export interface operations {
|
|
|
29329
29433
|
listingOwnershipPeriodIds?: string;
|
|
29330
29434
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
29331
29435
|
accountIds?: string;
|
|
29436
|
+
/** @description comma separated account reservation line type ids */
|
|
29437
|
+
accountReservationLineTypeIds?: string;
|
|
29332
29438
|
/** @description comma separated categories */
|
|
29333
29439
|
categoryIds?: string;
|
|
29440
|
+
/** @description comma separated categories to exclude */
|
|
29441
|
+
excludeCategoryIds?: string;
|
|
29334
29442
|
/** @description comma separated contacts */
|
|
29335
29443
|
contactIds?: string;
|
|
29336
29444
|
classifications?: string;
|
|
@@ -29403,8 +29511,12 @@ export interface operations {
|
|
|
29403
29511
|
listingOwnershipPeriodIds?: string;
|
|
29404
29512
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
29405
29513
|
accountIds?: string;
|
|
29514
|
+
/** @description comma separated account reservation line type ids */
|
|
29515
|
+
accountReservationLineTypeIds?: string;
|
|
29406
29516
|
/** @description comma separated categories */
|
|
29407
29517
|
categoryIds?: string;
|
|
29518
|
+
/** @description comma separated categories to exclude */
|
|
29519
|
+
excludeCategoryIds?: string;
|
|
29408
29520
|
/** @description comma separated contacts */
|
|
29409
29521
|
contactIds?: string;
|
|
29410
29522
|
classifications?: string;
|
|
@@ -29485,8 +29597,12 @@ export interface operations {
|
|
|
29485
29597
|
listingOwnershipPeriodIds?: string;
|
|
29486
29598
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
29487
29599
|
accountIds?: string;
|
|
29600
|
+
/** @description comma separated account reservation line type ids */
|
|
29601
|
+
accountReservationLineTypeIds?: string;
|
|
29488
29602
|
/** @description comma separated categories */
|
|
29489
29603
|
categoryIds?: string;
|
|
29604
|
+
/** @description comma separated categories to exclude */
|
|
29605
|
+
excludeCategoryIds?: string;
|
|
29490
29606
|
/** @description comma separated contacts */
|
|
29491
29607
|
contactIds?: string;
|
|
29492
29608
|
classifications?: string;
|
|
@@ -29560,8 +29676,12 @@ export interface operations {
|
|
|
29560
29676
|
listingOwnershipPeriodIds?: string;
|
|
29561
29677
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
29562
29678
|
accountIds?: string;
|
|
29679
|
+
/** @description comma separated account reservation line type ids */
|
|
29680
|
+
accountReservationLineTypeIds?: string;
|
|
29563
29681
|
/** @description comma separated categories */
|
|
29564
29682
|
categoryIds?: string;
|
|
29683
|
+
/** @description comma separated categories to exclude */
|
|
29684
|
+
excludeCategoryIds?: string;
|
|
29565
29685
|
/** @description comma separated contacts */
|
|
29566
29686
|
contactIds?: string;
|
|
29567
29687
|
classifications?: string;
|
|
@@ -29639,8 +29759,12 @@ export interface operations {
|
|
|
29639
29759
|
listingOwnershipPeriodIds?: string;
|
|
29640
29760
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
29641
29761
|
accountIds?: string;
|
|
29762
|
+
/** @description comma separated account reservation line type ids */
|
|
29763
|
+
accountReservationLineTypeIds?: string;
|
|
29642
29764
|
/** @description comma separated categories */
|
|
29643
29765
|
categoryIds?: string;
|
|
29766
|
+
/** @description comma separated categories to exclude */
|
|
29767
|
+
excludeCategoryIds?: string;
|
|
29644
29768
|
/** @description comma separated contacts */
|
|
29645
29769
|
contactIds?: string;
|
|
29646
29770
|
classifications?: string;
|
|
@@ -29713,8 +29837,12 @@ export interface operations {
|
|
|
29713
29837
|
listingOwnershipPeriodIds?: string;
|
|
29714
29838
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
29715
29839
|
accountIds?: string;
|
|
29840
|
+
/** @description comma separated account reservation line type ids */
|
|
29841
|
+
accountReservationLineTypeIds?: string;
|
|
29716
29842
|
/** @description comma separated categories */
|
|
29717
29843
|
categoryIds?: string;
|
|
29844
|
+
/** @description comma separated categories to exclude */
|
|
29845
|
+
excludeCategoryIds?: string;
|
|
29718
29846
|
/** @description comma separated contacts */
|
|
29719
29847
|
contactIds?: string;
|
|
29720
29848
|
classifications?: string;
|
|
@@ -29795,8 +29923,12 @@ export interface operations {
|
|
|
29795
29923
|
listingOwnershipPeriodIds?: string;
|
|
29796
29924
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
29797
29925
|
accountIds?: string;
|
|
29926
|
+
/** @description comma separated account reservation line type ids */
|
|
29927
|
+
accountReservationLineTypeIds?: string;
|
|
29798
29928
|
/** @description comma separated categories */
|
|
29799
29929
|
categoryIds?: string;
|
|
29930
|
+
/** @description comma separated categories to exclude */
|
|
29931
|
+
excludeCategoryIds?: string;
|
|
29800
29932
|
/** @description comma separated contacts */
|
|
29801
29933
|
contactIds?: string;
|
|
29802
29934
|
classifications?: string;
|
|
@@ -29870,8 +30002,12 @@ export interface operations {
|
|
|
29870
30002
|
listingOwnershipPeriodIds?: string;
|
|
29871
30003
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
29872
30004
|
accountIds?: string;
|
|
30005
|
+
/** @description comma separated account reservation line type ids */
|
|
30006
|
+
accountReservationLineTypeIds?: string;
|
|
29873
30007
|
/** @description comma separated categories */
|
|
29874
30008
|
categoryIds?: string;
|
|
30009
|
+
/** @description comma separated categories to exclude */
|
|
30010
|
+
excludeCategoryIds?: string;
|
|
29875
30011
|
/** @description comma separated contacts */
|
|
29876
30012
|
contactIds?: string;
|
|
29877
30013
|
classifications?: string;
|
|
@@ -29949,8 +30085,12 @@ export interface operations {
|
|
|
29949
30085
|
listingOwnershipPeriodIds?: string;
|
|
29950
30086
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
29951
30087
|
accountIds?: string;
|
|
30088
|
+
/** @description comma separated account reservation line type ids */
|
|
30089
|
+
accountReservationLineTypeIds?: string;
|
|
29952
30090
|
/** @description comma separated categories */
|
|
29953
30091
|
categoryIds?: string;
|
|
30092
|
+
/** @description comma separated categories to exclude */
|
|
30093
|
+
excludeCategoryIds?: string;
|
|
29954
30094
|
/** @description comma separated contacts */
|
|
29955
30095
|
contactIds?: string;
|
|
29956
30096
|
classifications?: string;
|
|
@@ -30023,8 +30163,12 @@ export interface operations {
|
|
|
30023
30163
|
listingOwnershipPeriodIds?: string;
|
|
30024
30164
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
30025
30165
|
accountIds?: string;
|
|
30166
|
+
/** @description comma separated account reservation line type ids */
|
|
30167
|
+
accountReservationLineTypeIds?: string;
|
|
30026
30168
|
/** @description comma separated categories */
|
|
30027
30169
|
categoryIds?: string;
|
|
30170
|
+
/** @description comma separated categories to exclude */
|
|
30171
|
+
excludeCategoryIds?: string;
|
|
30028
30172
|
/** @description comma separated contacts */
|
|
30029
30173
|
contactIds?: string;
|
|
30030
30174
|
classifications?: string;
|
|
@@ -30337,8 +30481,12 @@ export interface operations {
|
|
|
30337
30481
|
listingOwnershipPeriodIds?: string;
|
|
30338
30482
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
30339
30483
|
accountIds?: string;
|
|
30484
|
+
/** @description comma separated account reservation line type ids */
|
|
30485
|
+
accountReservationLineTypeIds?: string;
|
|
30340
30486
|
/** @description comma separated categories */
|
|
30341
30487
|
categoryIds?: string;
|
|
30488
|
+
/** @description comma separated categories to exclude */
|
|
30489
|
+
excludeCategoryIds?: string;
|
|
30342
30490
|
/** @description comma separated contacts */
|
|
30343
30491
|
contactIds?: string;
|
|
30344
30492
|
classifications?: string;
|
|
@@ -30406,8 +30554,12 @@ export interface operations {
|
|
|
30406
30554
|
listingOwnershipPeriodIds?: string;
|
|
30407
30555
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
30408
30556
|
accountIds?: string;
|
|
30557
|
+
/** @description comma separated account reservation line type ids */
|
|
30558
|
+
accountReservationLineTypeIds?: string;
|
|
30409
30559
|
/** @description comma separated categories */
|
|
30410
30560
|
categoryIds?: string;
|
|
30561
|
+
/** @description comma separated categories to exclude */
|
|
30562
|
+
excludeCategoryIds?: string;
|
|
30411
30563
|
/** @description comma separated contacts */
|
|
30412
30564
|
contactIds?: string;
|
|
30413
30565
|
classifications?: string;
|
|
@@ -30704,8 +30856,12 @@ export interface operations {
|
|
|
30704
30856
|
listingOwnershipPeriodIds?: string;
|
|
30705
30857
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
30706
30858
|
accountIds?: string;
|
|
30859
|
+
/** @description comma separated account reservation line type ids */
|
|
30860
|
+
accountReservationLineTypeIds?: string;
|
|
30707
30861
|
/** @description comma separated categories */
|
|
30708
30862
|
categoryIds?: string;
|
|
30863
|
+
/** @description comma separated categories to exclude */
|
|
30864
|
+
excludeCategoryIds?: string;
|
|
30709
30865
|
/** @description comma separated contacts */
|
|
30710
30866
|
contactIds?: string;
|
|
30711
30867
|
classifications?: string;
|
|
@@ -30773,8 +30929,12 @@ export interface operations {
|
|
|
30773
30929
|
listingOwnershipPeriodIds?: string;
|
|
30774
30930
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
30775
30931
|
accountIds?: string;
|
|
30932
|
+
/** @description comma separated account reservation line type ids */
|
|
30933
|
+
accountReservationLineTypeIds?: string;
|
|
30776
30934
|
/** @description comma separated categories */
|
|
30777
30935
|
categoryIds?: string;
|
|
30936
|
+
/** @description comma separated categories to exclude */
|
|
30937
|
+
excludeCategoryIds?: string;
|
|
30778
30938
|
/** @description comma separated contacts */
|
|
30779
30939
|
contactIds?: string;
|
|
30780
30940
|
classifications?: string;
|
|
@@ -30842,8 +31002,12 @@ export interface operations {
|
|
|
30842
31002
|
listingOwnershipPeriodIds?: string;
|
|
30843
31003
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
30844
31004
|
accountIds?: string;
|
|
31005
|
+
/** @description comma separated account reservation line type ids */
|
|
31006
|
+
accountReservationLineTypeIds?: string;
|
|
30845
31007
|
/** @description comma separated categories */
|
|
30846
31008
|
categoryIds?: string;
|
|
31009
|
+
/** @description comma separated categories to exclude */
|
|
31010
|
+
excludeCategoryIds?: string;
|
|
30847
31011
|
/** @description comma separated contacts */
|
|
30848
31012
|
contactIds?: string;
|
|
30849
31013
|
classifications?: string;
|
|
@@ -30911,8 +31075,12 @@ export interface operations {
|
|
|
30911
31075
|
listingOwnershipPeriodIds?: string;
|
|
30912
31076
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
30913
31077
|
accountIds?: string;
|
|
31078
|
+
/** @description comma separated account reservation line type ids */
|
|
31079
|
+
accountReservationLineTypeIds?: string;
|
|
30914
31080
|
/** @description comma separated categories */
|
|
30915
31081
|
categoryIds?: string;
|
|
31082
|
+
/** @description comma separated categories to exclude */
|
|
31083
|
+
excludeCategoryIds?: string;
|
|
30916
31084
|
/** @description comma separated contacts */
|
|
30917
31085
|
contactIds?: string;
|
|
30918
31086
|
classifications?: string;
|
|
@@ -30990,8 +31158,12 @@ export interface operations {
|
|
|
30990
31158
|
listingOwnershipPeriodIds?: string;
|
|
30991
31159
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
30992
31160
|
accountIds?: string;
|
|
31161
|
+
/** @description comma separated account reservation line type ids */
|
|
31162
|
+
accountReservationLineTypeIds?: string;
|
|
30993
31163
|
/** @description comma separated categories */
|
|
30994
31164
|
categoryIds?: string;
|
|
31165
|
+
/** @description comma separated categories to exclude */
|
|
31166
|
+
excludeCategoryIds?: string;
|
|
30995
31167
|
/** @description comma separated contacts */
|
|
30996
31168
|
contactIds?: string;
|
|
30997
31169
|
classifications?: string;
|
|
@@ -31059,8 +31231,12 @@ export interface operations {
|
|
|
31059
31231
|
listingOwnershipPeriodIds?: string;
|
|
31060
31232
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
31061
31233
|
accountIds?: string;
|
|
31234
|
+
/** @description comma separated account reservation line type ids */
|
|
31235
|
+
accountReservationLineTypeIds?: string;
|
|
31062
31236
|
/** @description comma separated categories */
|
|
31063
31237
|
categoryIds?: string;
|
|
31238
|
+
/** @description comma separated categories to exclude */
|
|
31239
|
+
excludeCategoryIds?: string;
|
|
31064
31240
|
/** @description comma separated contacts */
|
|
31065
31241
|
contactIds?: string;
|
|
31066
31242
|
classifications?: string;
|
|
@@ -31128,8 +31304,12 @@ export interface operations {
|
|
|
31128
31304
|
listingOwnershipPeriodIds?: string;
|
|
31129
31305
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
31130
31306
|
accountIds?: string;
|
|
31307
|
+
/** @description comma separated account reservation line type ids */
|
|
31308
|
+
accountReservationLineTypeIds?: string;
|
|
31131
31309
|
/** @description comma separated categories */
|
|
31132
31310
|
categoryIds?: string;
|
|
31311
|
+
/** @description comma separated categories to exclude */
|
|
31312
|
+
excludeCategoryIds?: string;
|
|
31133
31313
|
/** @description comma separated contacts */
|
|
31134
31314
|
contactIds?: string;
|
|
31135
31315
|
classifications?: string;
|
|
@@ -31197,8 +31377,12 @@ export interface operations {
|
|
|
31197
31377
|
listingOwnershipPeriodIds?: string;
|
|
31198
31378
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
31199
31379
|
accountIds?: string;
|
|
31380
|
+
/** @description comma separated account reservation line type ids */
|
|
31381
|
+
accountReservationLineTypeIds?: string;
|
|
31200
31382
|
/** @description comma separated categories */
|
|
31201
31383
|
categoryIds?: string;
|
|
31384
|
+
/** @description comma separated categories to exclude */
|
|
31385
|
+
excludeCategoryIds?: string;
|
|
31202
31386
|
/** @description comma separated contacts */
|
|
31203
31387
|
contactIds?: string;
|
|
31204
31388
|
classifications?: string;
|
|
@@ -31497,8 +31681,12 @@ export interface operations {
|
|
|
31497
31681
|
listingOwnershipPeriodIds?: string;
|
|
31498
31682
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
31499
31683
|
accountIds?: string;
|
|
31684
|
+
/** @description comma separated account reservation line type ids */
|
|
31685
|
+
accountReservationLineTypeIds?: string;
|
|
31500
31686
|
/** @description comma separated categories */
|
|
31501
31687
|
categoryIds?: string;
|
|
31688
|
+
/** @description comma separated categories to exclude */
|
|
31689
|
+
excludeCategoryIds?: string;
|
|
31502
31690
|
/** @description comma separated contacts */
|
|
31503
31691
|
contactIds?: string;
|
|
31504
31692
|
classifications?: string;
|
|
@@ -31576,8 +31764,12 @@ export interface operations {
|
|
|
31576
31764
|
listingOwnershipPeriodIds?: string;
|
|
31577
31765
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
31578
31766
|
accountIds?: string;
|
|
31767
|
+
/** @description comma separated account reservation line type ids */
|
|
31768
|
+
accountReservationLineTypeIds?: string;
|
|
31579
31769
|
/** @description comma separated categories */
|
|
31580
31770
|
categoryIds?: string;
|
|
31771
|
+
/** @description comma separated categories to exclude */
|
|
31772
|
+
excludeCategoryIds?: string;
|
|
31581
31773
|
/** @description comma separated contacts */
|
|
31582
31774
|
contactIds?: string;
|
|
31583
31775
|
classifications?: string;
|
|
@@ -31656,8 +31848,12 @@ export interface operations {
|
|
|
31656
31848
|
listingOwnershipPeriodIds?: string;
|
|
31657
31849
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
31658
31850
|
accountIds?: string;
|
|
31851
|
+
/** @description comma separated account reservation line type ids */
|
|
31852
|
+
accountReservationLineTypeIds?: string;
|
|
31659
31853
|
/** @description comma separated categories */
|
|
31660
31854
|
categoryIds?: string;
|
|
31855
|
+
/** @description comma separated categories to exclude */
|
|
31856
|
+
excludeCategoryIds?: string;
|
|
31661
31857
|
/** @description comma separated contacts */
|
|
31662
31858
|
contactIds?: string;
|
|
31663
31859
|
classifications?: string;
|
|
@@ -31846,8 +32042,12 @@ export interface operations {
|
|
|
31846
32042
|
listingOwnershipPeriodIds?: string;
|
|
31847
32043
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
31848
32044
|
accountIds?: string;
|
|
32045
|
+
/** @description comma separated account reservation line type ids */
|
|
32046
|
+
accountReservationLineTypeIds?: string;
|
|
31849
32047
|
/** @description comma separated categories */
|
|
31850
32048
|
categoryIds?: string;
|
|
32049
|
+
/** @description comma separated categories to exclude */
|
|
32050
|
+
excludeCategoryIds?: string;
|
|
31851
32051
|
/** @description comma separated contacts */
|
|
31852
32052
|
contactIds?: string;
|
|
31853
32053
|
classifications?: string;
|
|
@@ -31939,8 +32139,12 @@ export interface operations {
|
|
|
31939
32139
|
listingOwnershipPeriodIds?: string;
|
|
31940
32140
|
/** @description account ids comma separated accounts or "unmapped" */
|
|
31941
32141
|
accountIds?: string;
|
|
32142
|
+
/** @description comma separated account reservation line type ids */
|
|
32143
|
+
accountReservationLineTypeIds?: string;
|
|
31942
32144
|
/** @description comma separated categories */
|
|
31943
32145
|
categoryIds?: string;
|
|
32146
|
+
/** @description comma separated categories to exclude */
|
|
32147
|
+
excludeCategoryIds?: string;
|
|
31944
32148
|
/** @description comma separated contacts */
|
|
31945
32149
|
contactIds?: string;
|
|
31946
32150
|
classifications?: string;
|