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