@vrplatform/api 1.3.1-stage.2573 → 1.3.1-stage.2574
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.
|
@@ -24963,6 +24963,8 @@ export interface operations {
|
|
|
24963
24963
|
accountIds?: string;
|
|
24964
24964
|
/** @description comma separated categories */
|
|
24965
24965
|
categoryIds?: string;
|
|
24966
|
+
/** @description comma separated categories to exclude */
|
|
24967
|
+
excludeCategoryIds?: string;
|
|
24966
24968
|
/** @description comma separated contacts */
|
|
24967
24969
|
contactIds?: string;
|
|
24968
24970
|
classifications?: string;
|
|
@@ -25041,6 +25043,8 @@ export interface operations {
|
|
|
25041
25043
|
accountIds?: string;
|
|
25042
25044
|
/** @description comma separated categories */
|
|
25043
25045
|
categoryIds?: string;
|
|
25046
|
+
/** @description comma separated categories to exclude */
|
|
25047
|
+
excludeCategoryIds?: string;
|
|
25044
25048
|
/** @description comma separated contacts */
|
|
25045
25049
|
contactIds?: string;
|
|
25046
25050
|
classifications?: string;
|
|
@@ -25122,6 +25126,8 @@ export interface operations {
|
|
|
25122
25126
|
accountIds?: string;
|
|
25123
25127
|
/** @description comma separated categories */
|
|
25124
25128
|
categoryIds?: string;
|
|
25129
|
+
/** @description comma separated categories to exclude */
|
|
25130
|
+
excludeCategoryIds?: string;
|
|
25125
25131
|
/** @description comma separated contacts */
|
|
25126
25132
|
contactIds?: string;
|
|
25127
25133
|
classifications?: string;
|
|
@@ -25202,6 +25208,8 @@ export interface operations {
|
|
|
25202
25208
|
accountIds?: string;
|
|
25203
25209
|
/** @description comma separated categories */
|
|
25204
25210
|
categoryIds?: string;
|
|
25211
|
+
/** @description comma separated categories to exclude */
|
|
25212
|
+
excludeCategoryIds?: string;
|
|
25205
25213
|
/** @description comma separated contacts */
|
|
25206
25214
|
contactIds?: string;
|
|
25207
25215
|
classifications?: string;
|
|
@@ -25280,6 +25288,8 @@ export interface operations {
|
|
|
25280
25288
|
accountIds?: string;
|
|
25281
25289
|
/** @description comma separated categories */
|
|
25282
25290
|
categoryIds?: string;
|
|
25291
|
+
/** @description comma separated categories to exclude */
|
|
25292
|
+
excludeCategoryIds?: string;
|
|
25283
25293
|
/** @description comma separated contacts */
|
|
25284
25294
|
contactIds?: string;
|
|
25285
25295
|
classifications?: string;
|
|
@@ -25361,6 +25371,8 @@ export interface operations {
|
|
|
25361
25371
|
accountIds?: string;
|
|
25362
25372
|
/** @description comma separated categories */
|
|
25363
25373
|
categoryIds?: string;
|
|
25374
|
+
/** @description comma separated categories to exclude */
|
|
25375
|
+
excludeCategoryIds?: string;
|
|
25364
25376
|
/** @description comma separated contacts */
|
|
25365
25377
|
contactIds?: string;
|
|
25366
25378
|
classifications?: string;
|
|
@@ -25441,6 +25453,8 @@ export interface operations {
|
|
|
25441
25453
|
accountIds?: string;
|
|
25442
25454
|
/** @description comma separated categories */
|
|
25443
25455
|
categoryIds?: string;
|
|
25456
|
+
/** @description comma separated categories to exclude */
|
|
25457
|
+
excludeCategoryIds?: string;
|
|
25444
25458
|
/** @description comma separated contacts */
|
|
25445
25459
|
contactIds?: string;
|
|
25446
25460
|
classifications?: string;
|
|
@@ -25519,6 +25533,8 @@ export interface operations {
|
|
|
25519
25533
|
accountIds?: string;
|
|
25520
25534
|
/** @description comma separated categories */
|
|
25521
25535
|
categoryIds?: string;
|
|
25536
|
+
/** @description comma separated categories to exclude */
|
|
25537
|
+
excludeCategoryIds?: string;
|
|
25522
25538
|
/** @description comma separated contacts */
|
|
25523
25539
|
contactIds?: string;
|
|
25524
25540
|
classifications?: string;
|
|
@@ -25600,6 +25616,8 @@ export interface operations {
|
|
|
25600
25616
|
accountIds?: string;
|
|
25601
25617
|
/** @description comma separated categories */
|
|
25602
25618
|
categoryIds?: string;
|
|
25619
|
+
/** @description comma separated categories to exclude */
|
|
25620
|
+
excludeCategoryIds?: string;
|
|
25603
25621
|
/** @description comma separated contacts */
|
|
25604
25622
|
contactIds?: string;
|
|
25605
25623
|
classifications?: string;
|
|
@@ -25680,6 +25698,8 @@ export interface operations {
|
|
|
25680
25698
|
accountIds?: string;
|
|
25681
25699
|
/** @description comma separated categories */
|
|
25682
25700
|
categoryIds?: string;
|
|
25701
|
+
/** @description comma separated categories to exclude */
|
|
25702
|
+
excludeCategoryIds?: string;
|
|
25683
25703
|
/** @description comma separated contacts */
|
|
25684
25704
|
contactIds?: string;
|
|
25685
25705
|
classifications?: string;
|
|
@@ -25758,6 +25778,8 @@ export interface operations {
|
|
|
25758
25778
|
accountIds?: string;
|
|
25759
25779
|
/** @description comma separated categories */
|
|
25760
25780
|
categoryIds?: string;
|
|
25781
|
+
/** @description comma separated categories to exclude */
|
|
25782
|
+
excludeCategoryIds?: string;
|
|
25761
25783
|
/** @description comma separated contacts */
|
|
25762
25784
|
contactIds?: string;
|
|
25763
25785
|
classifications?: string;
|
|
@@ -25839,6 +25861,8 @@ export interface operations {
|
|
|
25839
25861
|
accountIds?: string;
|
|
25840
25862
|
/** @description comma separated categories */
|
|
25841
25863
|
categoryIds?: string;
|
|
25864
|
+
/** @description comma separated categories to exclude */
|
|
25865
|
+
excludeCategoryIds?: string;
|
|
25842
25866
|
/** @description comma separated contacts */
|
|
25843
25867
|
contactIds?: string;
|
|
25844
25868
|
classifications?: string;
|
|
@@ -26160,6 +26184,8 @@ export interface operations {
|
|
|
26160
26184
|
accountIds?: string;
|
|
26161
26185
|
/** @description comma separated categories */
|
|
26162
26186
|
categoryIds?: string;
|
|
26187
|
+
/** @description comma separated categories to exclude */
|
|
26188
|
+
excludeCategoryIds?: string;
|
|
26163
26189
|
/** @description comma separated contacts */
|
|
26164
26190
|
contactIds?: string;
|
|
26165
26191
|
classifications?: string;
|
|
@@ -26526,6 +26552,8 @@ export interface operations {
|
|
|
26526
26552
|
accountIds?: string;
|
|
26527
26553
|
/** @description comma separated categories */
|
|
26528
26554
|
categoryIds?: string;
|
|
26555
|
+
/** @description comma separated categories to exclude */
|
|
26556
|
+
excludeCategoryIds?: string;
|
|
26529
26557
|
/** @description comma separated contacts */
|
|
26530
26558
|
contactIds?: string;
|
|
26531
26559
|
classifications?: string;
|
|
@@ -26810,6 +26838,8 @@ export interface operations {
|
|
|
26810
26838
|
accountIds?: string;
|
|
26811
26839
|
/** @description comma separated categories */
|
|
26812
26840
|
categoryIds?: string;
|
|
26841
|
+
/** @description comma separated categories to exclude */
|
|
26842
|
+
excludeCategoryIds?: string;
|
|
26813
26843
|
/** @description comma separated contacts */
|
|
26814
26844
|
contactIds?: string;
|
|
26815
26845
|
classifications?: string;
|
|
@@ -27262,6 +27292,8 @@ export interface operations {
|
|
|
27262
27292
|
accountIds?: string;
|
|
27263
27293
|
/** @description comma separated categories */
|
|
27264
27294
|
categoryIds?: string;
|
|
27295
|
+
/** @description comma separated categories to exclude */
|
|
27296
|
+
excludeCategoryIds?: string;
|
|
27265
27297
|
/** @description comma separated contacts */
|
|
27266
27298
|
contactIds?: string;
|
|
27267
27299
|
classifications?: string;
|
|
@@ -27349,6 +27381,8 @@ export interface operations {
|
|
|
27349
27381
|
accountIds?: string;
|
|
27350
27382
|
/** @description comma separated categories */
|
|
27351
27383
|
categoryIds?: string;
|
|
27384
|
+
/** @description comma separated categories to exclude */
|
|
27385
|
+
excludeCategoryIds?: string;
|
|
27352
27386
|
/** @description comma separated contacts */
|
|
27353
27387
|
contactIds?: string;
|
|
27354
27388
|
classifications?: string;
|
|
@@ -27421,6 +27455,8 @@ export interface operations {
|
|
|
27421
27455
|
accountIds?: string;
|
|
27422
27456
|
/** @description comma separated categories */
|
|
27423
27457
|
categoryIds?: string;
|
|
27458
|
+
/** @description comma separated categories to exclude */
|
|
27459
|
+
excludeCategoryIds?: string;
|
|
27424
27460
|
/** @description comma separated contacts */
|
|
27425
27461
|
contactIds?: string;
|
|
27426
27462
|
classifications?: string;
|
|
@@ -27671,6 +27707,8 @@ export interface operations {
|
|
|
27671
27707
|
accountIds?: string;
|
|
27672
27708
|
/** @description comma separated categories */
|
|
27673
27709
|
categoryIds?: string;
|
|
27710
|
+
/** @description comma separated categories to exclude */
|
|
27711
|
+
excludeCategoryIds?: string;
|
|
27674
27712
|
/** @description comma separated contacts */
|
|
27675
27713
|
contactIds?: string;
|
|
27676
27714
|
classifications?: string;
|
|
@@ -27951,6 +27989,8 @@ export interface operations {
|
|
|
27951
27989
|
accountIds?: string;
|
|
27952
27990
|
/** @description comma separated categories */
|
|
27953
27991
|
categoryIds?: string;
|
|
27992
|
+
/** @description comma separated categories to exclude */
|
|
27993
|
+
excludeCategoryIds?: string;
|
|
27954
27994
|
/** @description comma separated contacts */
|
|
27955
27995
|
contactIds?: string;
|
|
27956
27996
|
classifications?: string;
|
|
@@ -28867,6 +28907,8 @@ export interface operations {
|
|
|
28867
28907
|
accountIds?: string;
|
|
28868
28908
|
/** @description comma separated categories */
|
|
28869
28909
|
categoryIds?: string;
|
|
28910
|
+
/** @description comma separated categories to exclude */
|
|
28911
|
+
excludeCategoryIds?: string;
|
|
28870
28912
|
/** @description comma separated contacts */
|
|
28871
28913
|
contactIds?: string;
|
|
28872
28914
|
classifications?: string;
|
|
@@ -28942,6 +28984,8 @@ export interface operations {
|
|
|
28942
28984
|
accountIds?: string;
|
|
28943
28985
|
/** @description comma separated categories */
|
|
28944
28986
|
categoryIds?: string;
|
|
28987
|
+
/** @description comma separated categories to exclude */
|
|
28988
|
+
excludeCategoryIds?: string;
|
|
28945
28989
|
/** @description comma separated contacts */
|
|
28946
28990
|
contactIds?: string;
|
|
28947
28991
|
classifications?: string;
|
|
@@ -29021,6 +29065,8 @@ export interface operations {
|
|
|
29021
29065
|
accountIds?: string;
|
|
29022
29066
|
/** @description comma separated categories */
|
|
29023
29067
|
categoryIds?: string;
|
|
29068
|
+
/** @description comma separated categories to exclude */
|
|
29069
|
+
excludeCategoryIds?: string;
|
|
29024
29070
|
/** @description comma separated contacts */
|
|
29025
29071
|
contactIds?: string;
|
|
29026
29072
|
classifications?: string;
|
|
@@ -29095,6 +29141,8 @@ export interface operations {
|
|
|
29095
29141
|
accountIds?: string;
|
|
29096
29142
|
/** @description comma separated categories */
|
|
29097
29143
|
categoryIds?: string;
|
|
29144
|
+
/** @description comma separated categories to exclude */
|
|
29145
|
+
excludeCategoryIds?: string;
|
|
29098
29146
|
/** @description comma separated contacts */
|
|
29099
29147
|
contactIds?: string;
|
|
29100
29148
|
classifications?: string;
|
|
@@ -29177,6 +29225,8 @@ export interface operations {
|
|
|
29177
29225
|
accountIds?: string;
|
|
29178
29226
|
/** @description comma separated categories */
|
|
29179
29227
|
categoryIds?: string;
|
|
29228
|
+
/** @description comma separated categories to exclude */
|
|
29229
|
+
excludeCategoryIds?: string;
|
|
29180
29230
|
/** @description comma separated contacts */
|
|
29181
29231
|
contactIds?: string;
|
|
29182
29232
|
classifications?: string;
|
|
@@ -29252,6 +29302,8 @@ export interface operations {
|
|
|
29252
29302
|
accountIds?: string;
|
|
29253
29303
|
/** @description comma separated categories */
|
|
29254
29304
|
categoryIds?: string;
|
|
29305
|
+
/** @description comma separated categories to exclude */
|
|
29306
|
+
excludeCategoryIds?: string;
|
|
29255
29307
|
/** @description comma separated contacts */
|
|
29256
29308
|
contactIds?: string;
|
|
29257
29309
|
classifications?: string;
|
|
@@ -29331,6 +29383,8 @@ export interface operations {
|
|
|
29331
29383
|
accountIds?: string;
|
|
29332
29384
|
/** @description comma separated categories */
|
|
29333
29385
|
categoryIds?: string;
|
|
29386
|
+
/** @description comma separated categories to exclude */
|
|
29387
|
+
excludeCategoryIds?: string;
|
|
29334
29388
|
/** @description comma separated contacts */
|
|
29335
29389
|
contactIds?: string;
|
|
29336
29390
|
classifications?: string;
|
|
@@ -29405,6 +29459,8 @@ export interface operations {
|
|
|
29405
29459
|
accountIds?: string;
|
|
29406
29460
|
/** @description comma separated categories */
|
|
29407
29461
|
categoryIds?: string;
|
|
29462
|
+
/** @description comma separated categories to exclude */
|
|
29463
|
+
excludeCategoryIds?: string;
|
|
29408
29464
|
/** @description comma separated contacts */
|
|
29409
29465
|
contactIds?: string;
|
|
29410
29466
|
classifications?: string;
|
|
@@ -29487,6 +29543,8 @@ export interface operations {
|
|
|
29487
29543
|
accountIds?: string;
|
|
29488
29544
|
/** @description comma separated categories */
|
|
29489
29545
|
categoryIds?: string;
|
|
29546
|
+
/** @description comma separated categories to exclude */
|
|
29547
|
+
excludeCategoryIds?: string;
|
|
29490
29548
|
/** @description comma separated contacts */
|
|
29491
29549
|
contactIds?: string;
|
|
29492
29550
|
classifications?: string;
|
|
@@ -29562,6 +29620,8 @@ export interface operations {
|
|
|
29562
29620
|
accountIds?: string;
|
|
29563
29621
|
/** @description comma separated categories */
|
|
29564
29622
|
categoryIds?: string;
|
|
29623
|
+
/** @description comma separated categories to exclude */
|
|
29624
|
+
excludeCategoryIds?: string;
|
|
29565
29625
|
/** @description comma separated contacts */
|
|
29566
29626
|
contactIds?: string;
|
|
29567
29627
|
classifications?: string;
|
|
@@ -29641,6 +29701,8 @@ export interface operations {
|
|
|
29641
29701
|
accountIds?: string;
|
|
29642
29702
|
/** @description comma separated categories */
|
|
29643
29703
|
categoryIds?: string;
|
|
29704
|
+
/** @description comma separated categories to exclude */
|
|
29705
|
+
excludeCategoryIds?: string;
|
|
29644
29706
|
/** @description comma separated contacts */
|
|
29645
29707
|
contactIds?: string;
|
|
29646
29708
|
classifications?: string;
|
|
@@ -29715,6 +29777,8 @@ export interface operations {
|
|
|
29715
29777
|
accountIds?: string;
|
|
29716
29778
|
/** @description comma separated categories */
|
|
29717
29779
|
categoryIds?: string;
|
|
29780
|
+
/** @description comma separated categories to exclude */
|
|
29781
|
+
excludeCategoryIds?: string;
|
|
29718
29782
|
/** @description comma separated contacts */
|
|
29719
29783
|
contactIds?: string;
|
|
29720
29784
|
classifications?: string;
|
|
@@ -29797,6 +29861,8 @@ export interface operations {
|
|
|
29797
29861
|
accountIds?: string;
|
|
29798
29862
|
/** @description comma separated categories */
|
|
29799
29863
|
categoryIds?: string;
|
|
29864
|
+
/** @description comma separated categories to exclude */
|
|
29865
|
+
excludeCategoryIds?: string;
|
|
29800
29866
|
/** @description comma separated contacts */
|
|
29801
29867
|
contactIds?: string;
|
|
29802
29868
|
classifications?: string;
|
|
@@ -29872,6 +29938,8 @@ export interface operations {
|
|
|
29872
29938
|
accountIds?: string;
|
|
29873
29939
|
/** @description comma separated categories */
|
|
29874
29940
|
categoryIds?: string;
|
|
29941
|
+
/** @description comma separated categories to exclude */
|
|
29942
|
+
excludeCategoryIds?: string;
|
|
29875
29943
|
/** @description comma separated contacts */
|
|
29876
29944
|
contactIds?: string;
|
|
29877
29945
|
classifications?: string;
|
|
@@ -29951,6 +30019,8 @@ export interface operations {
|
|
|
29951
30019
|
accountIds?: string;
|
|
29952
30020
|
/** @description comma separated categories */
|
|
29953
30021
|
categoryIds?: string;
|
|
30022
|
+
/** @description comma separated categories to exclude */
|
|
30023
|
+
excludeCategoryIds?: string;
|
|
29954
30024
|
/** @description comma separated contacts */
|
|
29955
30025
|
contactIds?: string;
|
|
29956
30026
|
classifications?: string;
|
|
@@ -30025,6 +30095,8 @@ export interface operations {
|
|
|
30025
30095
|
accountIds?: string;
|
|
30026
30096
|
/** @description comma separated categories */
|
|
30027
30097
|
categoryIds?: string;
|
|
30098
|
+
/** @description comma separated categories to exclude */
|
|
30099
|
+
excludeCategoryIds?: string;
|
|
30028
30100
|
/** @description comma separated contacts */
|
|
30029
30101
|
contactIds?: string;
|
|
30030
30102
|
classifications?: string;
|
|
@@ -30339,6 +30411,8 @@ export interface operations {
|
|
|
30339
30411
|
accountIds?: string;
|
|
30340
30412
|
/** @description comma separated categories */
|
|
30341
30413
|
categoryIds?: string;
|
|
30414
|
+
/** @description comma separated categories to exclude */
|
|
30415
|
+
excludeCategoryIds?: string;
|
|
30342
30416
|
/** @description comma separated contacts */
|
|
30343
30417
|
contactIds?: string;
|
|
30344
30418
|
classifications?: string;
|
|
@@ -30408,6 +30482,8 @@ export interface operations {
|
|
|
30408
30482
|
accountIds?: string;
|
|
30409
30483
|
/** @description comma separated categories */
|
|
30410
30484
|
categoryIds?: string;
|
|
30485
|
+
/** @description comma separated categories to exclude */
|
|
30486
|
+
excludeCategoryIds?: string;
|
|
30411
30487
|
/** @description comma separated contacts */
|
|
30412
30488
|
contactIds?: string;
|
|
30413
30489
|
classifications?: string;
|
|
@@ -30706,6 +30782,8 @@ export interface operations {
|
|
|
30706
30782
|
accountIds?: string;
|
|
30707
30783
|
/** @description comma separated categories */
|
|
30708
30784
|
categoryIds?: string;
|
|
30785
|
+
/** @description comma separated categories to exclude */
|
|
30786
|
+
excludeCategoryIds?: string;
|
|
30709
30787
|
/** @description comma separated contacts */
|
|
30710
30788
|
contactIds?: string;
|
|
30711
30789
|
classifications?: string;
|
|
@@ -30775,6 +30853,8 @@ export interface operations {
|
|
|
30775
30853
|
accountIds?: string;
|
|
30776
30854
|
/** @description comma separated categories */
|
|
30777
30855
|
categoryIds?: string;
|
|
30856
|
+
/** @description comma separated categories to exclude */
|
|
30857
|
+
excludeCategoryIds?: string;
|
|
30778
30858
|
/** @description comma separated contacts */
|
|
30779
30859
|
contactIds?: string;
|
|
30780
30860
|
classifications?: string;
|
|
@@ -30844,6 +30924,8 @@ export interface operations {
|
|
|
30844
30924
|
accountIds?: string;
|
|
30845
30925
|
/** @description comma separated categories */
|
|
30846
30926
|
categoryIds?: string;
|
|
30927
|
+
/** @description comma separated categories to exclude */
|
|
30928
|
+
excludeCategoryIds?: string;
|
|
30847
30929
|
/** @description comma separated contacts */
|
|
30848
30930
|
contactIds?: string;
|
|
30849
30931
|
classifications?: string;
|
|
@@ -30913,6 +30995,8 @@ export interface operations {
|
|
|
30913
30995
|
accountIds?: string;
|
|
30914
30996
|
/** @description comma separated categories */
|
|
30915
30997
|
categoryIds?: string;
|
|
30998
|
+
/** @description comma separated categories to exclude */
|
|
30999
|
+
excludeCategoryIds?: string;
|
|
30916
31000
|
/** @description comma separated contacts */
|
|
30917
31001
|
contactIds?: string;
|
|
30918
31002
|
classifications?: string;
|
|
@@ -30992,6 +31076,8 @@ export interface operations {
|
|
|
30992
31076
|
accountIds?: string;
|
|
30993
31077
|
/** @description comma separated categories */
|
|
30994
31078
|
categoryIds?: string;
|
|
31079
|
+
/** @description comma separated categories to exclude */
|
|
31080
|
+
excludeCategoryIds?: string;
|
|
30995
31081
|
/** @description comma separated contacts */
|
|
30996
31082
|
contactIds?: string;
|
|
30997
31083
|
classifications?: string;
|
|
@@ -31061,6 +31147,8 @@ export interface operations {
|
|
|
31061
31147
|
accountIds?: string;
|
|
31062
31148
|
/** @description comma separated categories */
|
|
31063
31149
|
categoryIds?: string;
|
|
31150
|
+
/** @description comma separated categories to exclude */
|
|
31151
|
+
excludeCategoryIds?: string;
|
|
31064
31152
|
/** @description comma separated contacts */
|
|
31065
31153
|
contactIds?: string;
|
|
31066
31154
|
classifications?: string;
|
|
@@ -31130,6 +31218,8 @@ export interface operations {
|
|
|
31130
31218
|
accountIds?: string;
|
|
31131
31219
|
/** @description comma separated categories */
|
|
31132
31220
|
categoryIds?: string;
|
|
31221
|
+
/** @description comma separated categories to exclude */
|
|
31222
|
+
excludeCategoryIds?: string;
|
|
31133
31223
|
/** @description comma separated contacts */
|
|
31134
31224
|
contactIds?: string;
|
|
31135
31225
|
classifications?: string;
|
|
@@ -31199,6 +31289,8 @@ export interface operations {
|
|
|
31199
31289
|
accountIds?: string;
|
|
31200
31290
|
/** @description comma separated categories */
|
|
31201
31291
|
categoryIds?: string;
|
|
31292
|
+
/** @description comma separated categories to exclude */
|
|
31293
|
+
excludeCategoryIds?: string;
|
|
31202
31294
|
/** @description comma separated contacts */
|
|
31203
31295
|
contactIds?: string;
|
|
31204
31296
|
classifications?: string;
|
|
@@ -31499,6 +31591,8 @@ export interface operations {
|
|
|
31499
31591
|
accountIds?: string;
|
|
31500
31592
|
/** @description comma separated categories */
|
|
31501
31593
|
categoryIds?: string;
|
|
31594
|
+
/** @description comma separated categories to exclude */
|
|
31595
|
+
excludeCategoryIds?: string;
|
|
31502
31596
|
/** @description comma separated contacts */
|
|
31503
31597
|
contactIds?: string;
|
|
31504
31598
|
classifications?: string;
|
|
@@ -31578,6 +31672,8 @@ export interface operations {
|
|
|
31578
31672
|
accountIds?: string;
|
|
31579
31673
|
/** @description comma separated categories */
|
|
31580
31674
|
categoryIds?: string;
|
|
31675
|
+
/** @description comma separated categories to exclude */
|
|
31676
|
+
excludeCategoryIds?: string;
|
|
31581
31677
|
/** @description comma separated contacts */
|
|
31582
31678
|
contactIds?: string;
|
|
31583
31679
|
classifications?: string;
|
|
@@ -31658,6 +31754,8 @@ export interface operations {
|
|
|
31658
31754
|
accountIds?: string;
|
|
31659
31755
|
/** @description comma separated categories */
|
|
31660
31756
|
categoryIds?: string;
|
|
31757
|
+
/** @description comma separated categories to exclude */
|
|
31758
|
+
excludeCategoryIds?: string;
|
|
31661
31759
|
/** @description comma separated contacts */
|
|
31662
31760
|
contactIds?: string;
|
|
31663
31761
|
classifications?: string;
|
|
@@ -31848,6 +31946,8 @@ export interface operations {
|
|
|
31848
31946
|
accountIds?: string;
|
|
31849
31947
|
/** @description comma separated categories */
|
|
31850
31948
|
categoryIds?: string;
|
|
31949
|
+
/** @description comma separated categories to exclude */
|
|
31950
|
+
excludeCategoryIds?: string;
|
|
31851
31951
|
/** @description comma separated contacts */
|
|
31852
31952
|
contactIds?: string;
|
|
31853
31953
|
classifications?: string;
|
|
@@ -31941,6 +32041,8 @@ export interface operations {
|
|
|
31941
32041
|
accountIds?: string;
|
|
31942
32042
|
/** @description comma separated categories */
|
|
31943
32043
|
categoryIds?: string;
|
|
32044
|
+
/** @description comma separated categories to exclude */
|
|
32045
|
+
excludeCategoryIds?: string;
|
|
31944
32046
|
/** @description comma separated contacts */
|
|
31945
32047
|
contactIds?: string;
|
|
31946
32048
|
classifications?: string;
|