@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -24964,6 +24964,8 @@ export interface operations {
|
|
|
24964
24964
|
accountIds?: string;
|
|
24965
24965
|
/** @description comma separated categories */
|
|
24966
24966
|
categoryIds?: string;
|
|
24967
|
+
/** @description comma separated categories to exclude */
|
|
24968
|
+
excludeCategoryIds?: string;
|
|
24967
24969
|
/** @description comma separated contacts */
|
|
24968
24970
|
contactIds?: string;
|
|
24969
24971
|
classifications?: string;
|
|
@@ -25042,6 +25044,8 @@ export interface operations {
|
|
|
25042
25044
|
accountIds?: string;
|
|
25043
25045
|
/** @description comma separated categories */
|
|
25044
25046
|
categoryIds?: string;
|
|
25047
|
+
/** @description comma separated categories to exclude */
|
|
25048
|
+
excludeCategoryIds?: string;
|
|
25045
25049
|
/** @description comma separated contacts */
|
|
25046
25050
|
contactIds?: string;
|
|
25047
25051
|
classifications?: string;
|
|
@@ -25123,6 +25127,8 @@ export interface operations {
|
|
|
25123
25127
|
accountIds?: string;
|
|
25124
25128
|
/** @description comma separated categories */
|
|
25125
25129
|
categoryIds?: string;
|
|
25130
|
+
/** @description comma separated categories to exclude */
|
|
25131
|
+
excludeCategoryIds?: string;
|
|
25126
25132
|
/** @description comma separated contacts */
|
|
25127
25133
|
contactIds?: string;
|
|
25128
25134
|
classifications?: string;
|
|
@@ -25203,6 +25209,8 @@ export interface operations {
|
|
|
25203
25209
|
accountIds?: string;
|
|
25204
25210
|
/** @description comma separated categories */
|
|
25205
25211
|
categoryIds?: string;
|
|
25212
|
+
/** @description comma separated categories to exclude */
|
|
25213
|
+
excludeCategoryIds?: string;
|
|
25206
25214
|
/** @description comma separated contacts */
|
|
25207
25215
|
contactIds?: string;
|
|
25208
25216
|
classifications?: string;
|
|
@@ -25281,6 +25289,8 @@ export interface operations {
|
|
|
25281
25289
|
accountIds?: string;
|
|
25282
25290
|
/** @description comma separated categories */
|
|
25283
25291
|
categoryIds?: string;
|
|
25292
|
+
/** @description comma separated categories to exclude */
|
|
25293
|
+
excludeCategoryIds?: string;
|
|
25284
25294
|
/** @description comma separated contacts */
|
|
25285
25295
|
contactIds?: string;
|
|
25286
25296
|
classifications?: string;
|
|
@@ -25362,6 +25372,8 @@ export interface operations {
|
|
|
25362
25372
|
accountIds?: string;
|
|
25363
25373
|
/** @description comma separated categories */
|
|
25364
25374
|
categoryIds?: string;
|
|
25375
|
+
/** @description comma separated categories to exclude */
|
|
25376
|
+
excludeCategoryIds?: string;
|
|
25365
25377
|
/** @description comma separated contacts */
|
|
25366
25378
|
contactIds?: string;
|
|
25367
25379
|
classifications?: string;
|
|
@@ -25442,6 +25454,8 @@ export interface operations {
|
|
|
25442
25454
|
accountIds?: string;
|
|
25443
25455
|
/** @description comma separated categories */
|
|
25444
25456
|
categoryIds?: string;
|
|
25457
|
+
/** @description comma separated categories to exclude */
|
|
25458
|
+
excludeCategoryIds?: string;
|
|
25445
25459
|
/** @description comma separated contacts */
|
|
25446
25460
|
contactIds?: string;
|
|
25447
25461
|
classifications?: string;
|
|
@@ -25520,6 +25534,8 @@ export interface operations {
|
|
|
25520
25534
|
accountIds?: string;
|
|
25521
25535
|
/** @description comma separated categories */
|
|
25522
25536
|
categoryIds?: string;
|
|
25537
|
+
/** @description comma separated categories to exclude */
|
|
25538
|
+
excludeCategoryIds?: string;
|
|
25523
25539
|
/** @description comma separated contacts */
|
|
25524
25540
|
contactIds?: string;
|
|
25525
25541
|
classifications?: string;
|
|
@@ -25601,6 +25617,8 @@ export interface operations {
|
|
|
25601
25617
|
accountIds?: string;
|
|
25602
25618
|
/** @description comma separated categories */
|
|
25603
25619
|
categoryIds?: string;
|
|
25620
|
+
/** @description comma separated categories to exclude */
|
|
25621
|
+
excludeCategoryIds?: string;
|
|
25604
25622
|
/** @description comma separated contacts */
|
|
25605
25623
|
contactIds?: string;
|
|
25606
25624
|
classifications?: string;
|
|
@@ -25681,6 +25699,8 @@ export interface operations {
|
|
|
25681
25699
|
accountIds?: string;
|
|
25682
25700
|
/** @description comma separated categories */
|
|
25683
25701
|
categoryIds?: string;
|
|
25702
|
+
/** @description comma separated categories to exclude */
|
|
25703
|
+
excludeCategoryIds?: string;
|
|
25684
25704
|
/** @description comma separated contacts */
|
|
25685
25705
|
contactIds?: string;
|
|
25686
25706
|
classifications?: string;
|
|
@@ -25759,6 +25779,8 @@ export interface operations {
|
|
|
25759
25779
|
accountIds?: string;
|
|
25760
25780
|
/** @description comma separated categories */
|
|
25761
25781
|
categoryIds?: string;
|
|
25782
|
+
/** @description comma separated categories to exclude */
|
|
25783
|
+
excludeCategoryIds?: string;
|
|
25762
25784
|
/** @description comma separated contacts */
|
|
25763
25785
|
contactIds?: string;
|
|
25764
25786
|
classifications?: string;
|
|
@@ -25840,6 +25862,8 @@ export interface operations {
|
|
|
25840
25862
|
accountIds?: string;
|
|
25841
25863
|
/** @description comma separated categories */
|
|
25842
25864
|
categoryIds?: string;
|
|
25865
|
+
/** @description comma separated categories to exclude */
|
|
25866
|
+
excludeCategoryIds?: string;
|
|
25843
25867
|
/** @description comma separated contacts */
|
|
25844
25868
|
contactIds?: string;
|
|
25845
25869
|
classifications?: string;
|
|
@@ -26161,6 +26185,8 @@ export interface operations {
|
|
|
26161
26185
|
accountIds?: string;
|
|
26162
26186
|
/** @description comma separated categories */
|
|
26163
26187
|
categoryIds?: string;
|
|
26188
|
+
/** @description comma separated categories to exclude */
|
|
26189
|
+
excludeCategoryIds?: string;
|
|
26164
26190
|
/** @description comma separated contacts */
|
|
26165
26191
|
contactIds?: string;
|
|
26166
26192
|
classifications?: string;
|
|
@@ -26527,6 +26553,8 @@ export interface operations {
|
|
|
26527
26553
|
accountIds?: string;
|
|
26528
26554
|
/** @description comma separated categories */
|
|
26529
26555
|
categoryIds?: string;
|
|
26556
|
+
/** @description comma separated categories to exclude */
|
|
26557
|
+
excludeCategoryIds?: string;
|
|
26530
26558
|
/** @description comma separated contacts */
|
|
26531
26559
|
contactIds?: string;
|
|
26532
26560
|
classifications?: string;
|
|
@@ -26811,6 +26839,8 @@ export interface operations {
|
|
|
26811
26839
|
accountIds?: string;
|
|
26812
26840
|
/** @description comma separated categories */
|
|
26813
26841
|
categoryIds?: string;
|
|
26842
|
+
/** @description comma separated categories to exclude */
|
|
26843
|
+
excludeCategoryIds?: string;
|
|
26814
26844
|
/** @description comma separated contacts */
|
|
26815
26845
|
contactIds?: string;
|
|
26816
26846
|
classifications?: string;
|
|
@@ -27263,6 +27293,8 @@ export interface operations {
|
|
|
27263
27293
|
accountIds?: string;
|
|
27264
27294
|
/** @description comma separated categories */
|
|
27265
27295
|
categoryIds?: string;
|
|
27296
|
+
/** @description comma separated categories to exclude */
|
|
27297
|
+
excludeCategoryIds?: string;
|
|
27266
27298
|
/** @description comma separated contacts */
|
|
27267
27299
|
contactIds?: string;
|
|
27268
27300
|
classifications?: string;
|
|
@@ -27350,6 +27382,8 @@ export interface operations {
|
|
|
27350
27382
|
accountIds?: string;
|
|
27351
27383
|
/** @description comma separated categories */
|
|
27352
27384
|
categoryIds?: string;
|
|
27385
|
+
/** @description comma separated categories to exclude */
|
|
27386
|
+
excludeCategoryIds?: string;
|
|
27353
27387
|
/** @description comma separated contacts */
|
|
27354
27388
|
contactIds?: string;
|
|
27355
27389
|
classifications?: string;
|
|
@@ -27422,6 +27456,8 @@ export interface operations {
|
|
|
27422
27456
|
accountIds?: string;
|
|
27423
27457
|
/** @description comma separated categories */
|
|
27424
27458
|
categoryIds?: string;
|
|
27459
|
+
/** @description comma separated categories to exclude */
|
|
27460
|
+
excludeCategoryIds?: string;
|
|
27425
27461
|
/** @description comma separated contacts */
|
|
27426
27462
|
contactIds?: string;
|
|
27427
27463
|
classifications?: string;
|
|
@@ -27672,6 +27708,8 @@ export interface operations {
|
|
|
27672
27708
|
accountIds?: string;
|
|
27673
27709
|
/** @description comma separated categories */
|
|
27674
27710
|
categoryIds?: string;
|
|
27711
|
+
/** @description comma separated categories to exclude */
|
|
27712
|
+
excludeCategoryIds?: string;
|
|
27675
27713
|
/** @description comma separated contacts */
|
|
27676
27714
|
contactIds?: string;
|
|
27677
27715
|
classifications?: string;
|
|
@@ -27952,6 +27990,8 @@ export interface operations {
|
|
|
27952
27990
|
accountIds?: string;
|
|
27953
27991
|
/** @description comma separated categories */
|
|
27954
27992
|
categoryIds?: string;
|
|
27993
|
+
/** @description comma separated categories to exclude */
|
|
27994
|
+
excludeCategoryIds?: string;
|
|
27955
27995
|
/** @description comma separated contacts */
|
|
27956
27996
|
contactIds?: string;
|
|
27957
27997
|
classifications?: string;
|
|
@@ -28868,6 +28908,8 @@ export interface operations {
|
|
|
28868
28908
|
accountIds?: string;
|
|
28869
28909
|
/** @description comma separated categories */
|
|
28870
28910
|
categoryIds?: string;
|
|
28911
|
+
/** @description comma separated categories to exclude */
|
|
28912
|
+
excludeCategoryIds?: string;
|
|
28871
28913
|
/** @description comma separated contacts */
|
|
28872
28914
|
contactIds?: string;
|
|
28873
28915
|
classifications?: string;
|
|
@@ -28943,6 +28985,8 @@ export interface operations {
|
|
|
28943
28985
|
accountIds?: string;
|
|
28944
28986
|
/** @description comma separated categories */
|
|
28945
28987
|
categoryIds?: string;
|
|
28988
|
+
/** @description comma separated categories to exclude */
|
|
28989
|
+
excludeCategoryIds?: string;
|
|
28946
28990
|
/** @description comma separated contacts */
|
|
28947
28991
|
contactIds?: string;
|
|
28948
28992
|
classifications?: string;
|
|
@@ -29022,6 +29066,8 @@ export interface operations {
|
|
|
29022
29066
|
accountIds?: string;
|
|
29023
29067
|
/** @description comma separated categories */
|
|
29024
29068
|
categoryIds?: string;
|
|
29069
|
+
/** @description comma separated categories to exclude */
|
|
29070
|
+
excludeCategoryIds?: string;
|
|
29025
29071
|
/** @description comma separated contacts */
|
|
29026
29072
|
contactIds?: string;
|
|
29027
29073
|
classifications?: string;
|
|
@@ -29096,6 +29142,8 @@ export interface operations {
|
|
|
29096
29142
|
accountIds?: string;
|
|
29097
29143
|
/** @description comma separated categories */
|
|
29098
29144
|
categoryIds?: string;
|
|
29145
|
+
/** @description comma separated categories to exclude */
|
|
29146
|
+
excludeCategoryIds?: string;
|
|
29099
29147
|
/** @description comma separated contacts */
|
|
29100
29148
|
contactIds?: string;
|
|
29101
29149
|
classifications?: string;
|
|
@@ -29178,6 +29226,8 @@ export interface operations {
|
|
|
29178
29226
|
accountIds?: string;
|
|
29179
29227
|
/** @description comma separated categories */
|
|
29180
29228
|
categoryIds?: string;
|
|
29229
|
+
/** @description comma separated categories to exclude */
|
|
29230
|
+
excludeCategoryIds?: string;
|
|
29181
29231
|
/** @description comma separated contacts */
|
|
29182
29232
|
contactIds?: string;
|
|
29183
29233
|
classifications?: string;
|
|
@@ -29253,6 +29303,8 @@ export interface operations {
|
|
|
29253
29303
|
accountIds?: string;
|
|
29254
29304
|
/** @description comma separated categories */
|
|
29255
29305
|
categoryIds?: string;
|
|
29306
|
+
/** @description comma separated categories to exclude */
|
|
29307
|
+
excludeCategoryIds?: string;
|
|
29256
29308
|
/** @description comma separated contacts */
|
|
29257
29309
|
contactIds?: string;
|
|
29258
29310
|
classifications?: string;
|
|
@@ -29332,6 +29384,8 @@ export interface operations {
|
|
|
29332
29384
|
accountIds?: string;
|
|
29333
29385
|
/** @description comma separated categories */
|
|
29334
29386
|
categoryIds?: string;
|
|
29387
|
+
/** @description comma separated categories to exclude */
|
|
29388
|
+
excludeCategoryIds?: string;
|
|
29335
29389
|
/** @description comma separated contacts */
|
|
29336
29390
|
contactIds?: string;
|
|
29337
29391
|
classifications?: string;
|
|
@@ -29406,6 +29460,8 @@ export interface operations {
|
|
|
29406
29460
|
accountIds?: string;
|
|
29407
29461
|
/** @description comma separated categories */
|
|
29408
29462
|
categoryIds?: string;
|
|
29463
|
+
/** @description comma separated categories to exclude */
|
|
29464
|
+
excludeCategoryIds?: string;
|
|
29409
29465
|
/** @description comma separated contacts */
|
|
29410
29466
|
contactIds?: string;
|
|
29411
29467
|
classifications?: string;
|
|
@@ -29488,6 +29544,8 @@ export interface operations {
|
|
|
29488
29544
|
accountIds?: string;
|
|
29489
29545
|
/** @description comma separated categories */
|
|
29490
29546
|
categoryIds?: string;
|
|
29547
|
+
/** @description comma separated categories to exclude */
|
|
29548
|
+
excludeCategoryIds?: string;
|
|
29491
29549
|
/** @description comma separated contacts */
|
|
29492
29550
|
contactIds?: string;
|
|
29493
29551
|
classifications?: string;
|
|
@@ -29563,6 +29621,8 @@ export interface operations {
|
|
|
29563
29621
|
accountIds?: string;
|
|
29564
29622
|
/** @description comma separated categories */
|
|
29565
29623
|
categoryIds?: string;
|
|
29624
|
+
/** @description comma separated categories to exclude */
|
|
29625
|
+
excludeCategoryIds?: string;
|
|
29566
29626
|
/** @description comma separated contacts */
|
|
29567
29627
|
contactIds?: string;
|
|
29568
29628
|
classifications?: string;
|
|
@@ -29642,6 +29702,8 @@ export interface operations {
|
|
|
29642
29702
|
accountIds?: string;
|
|
29643
29703
|
/** @description comma separated categories */
|
|
29644
29704
|
categoryIds?: string;
|
|
29705
|
+
/** @description comma separated categories to exclude */
|
|
29706
|
+
excludeCategoryIds?: string;
|
|
29645
29707
|
/** @description comma separated contacts */
|
|
29646
29708
|
contactIds?: string;
|
|
29647
29709
|
classifications?: string;
|
|
@@ -29716,6 +29778,8 @@ export interface operations {
|
|
|
29716
29778
|
accountIds?: string;
|
|
29717
29779
|
/** @description comma separated categories */
|
|
29718
29780
|
categoryIds?: string;
|
|
29781
|
+
/** @description comma separated categories to exclude */
|
|
29782
|
+
excludeCategoryIds?: string;
|
|
29719
29783
|
/** @description comma separated contacts */
|
|
29720
29784
|
contactIds?: string;
|
|
29721
29785
|
classifications?: string;
|
|
@@ -29798,6 +29862,8 @@ export interface operations {
|
|
|
29798
29862
|
accountIds?: string;
|
|
29799
29863
|
/** @description comma separated categories */
|
|
29800
29864
|
categoryIds?: string;
|
|
29865
|
+
/** @description comma separated categories to exclude */
|
|
29866
|
+
excludeCategoryIds?: string;
|
|
29801
29867
|
/** @description comma separated contacts */
|
|
29802
29868
|
contactIds?: string;
|
|
29803
29869
|
classifications?: string;
|
|
@@ -29873,6 +29939,8 @@ export interface operations {
|
|
|
29873
29939
|
accountIds?: string;
|
|
29874
29940
|
/** @description comma separated categories */
|
|
29875
29941
|
categoryIds?: string;
|
|
29942
|
+
/** @description comma separated categories to exclude */
|
|
29943
|
+
excludeCategoryIds?: string;
|
|
29876
29944
|
/** @description comma separated contacts */
|
|
29877
29945
|
contactIds?: string;
|
|
29878
29946
|
classifications?: string;
|
|
@@ -29952,6 +30020,8 @@ export interface operations {
|
|
|
29952
30020
|
accountIds?: string;
|
|
29953
30021
|
/** @description comma separated categories */
|
|
29954
30022
|
categoryIds?: string;
|
|
30023
|
+
/** @description comma separated categories to exclude */
|
|
30024
|
+
excludeCategoryIds?: string;
|
|
29955
30025
|
/** @description comma separated contacts */
|
|
29956
30026
|
contactIds?: string;
|
|
29957
30027
|
classifications?: string;
|
|
@@ -30026,6 +30096,8 @@ export interface operations {
|
|
|
30026
30096
|
accountIds?: string;
|
|
30027
30097
|
/** @description comma separated categories */
|
|
30028
30098
|
categoryIds?: string;
|
|
30099
|
+
/** @description comma separated categories to exclude */
|
|
30100
|
+
excludeCategoryIds?: string;
|
|
30029
30101
|
/** @description comma separated contacts */
|
|
30030
30102
|
contactIds?: string;
|
|
30031
30103
|
classifications?: string;
|
|
@@ -30340,6 +30412,8 @@ export interface operations {
|
|
|
30340
30412
|
accountIds?: string;
|
|
30341
30413
|
/** @description comma separated categories */
|
|
30342
30414
|
categoryIds?: string;
|
|
30415
|
+
/** @description comma separated categories to exclude */
|
|
30416
|
+
excludeCategoryIds?: string;
|
|
30343
30417
|
/** @description comma separated contacts */
|
|
30344
30418
|
contactIds?: string;
|
|
30345
30419
|
classifications?: string;
|
|
@@ -30409,6 +30483,8 @@ export interface operations {
|
|
|
30409
30483
|
accountIds?: string;
|
|
30410
30484
|
/** @description comma separated categories */
|
|
30411
30485
|
categoryIds?: string;
|
|
30486
|
+
/** @description comma separated categories to exclude */
|
|
30487
|
+
excludeCategoryIds?: string;
|
|
30412
30488
|
/** @description comma separated contacts */
|
|
30413
30489
|
contactIds?: string;
|
|
30414
30490
|
classifications?: string;
|
|
@@ -30707,6 +30783,8 @@ export interface operations {
|
|
|
30707
30783
|
accountIds?: string;
|
|
30708
30784
|
/** @description comma separated categories */
|
|
30709
30785
|
categoryIds?: string;
|
|
30786
|
+
/** @description comma separated categories to exclude */
|
|
30787
|
+
excludeCategoryIds?: string;
|
|
30710
30788
|
/** @description comma separated contacts */
|
|
30711
30789
|
contactIds?: string;
|
|
30712
30790
|
classifications?: string;
|
|
@@ -30776,6 +30854,8 @@ export interface operations {
|
|
|
30776
30854
|
accountIds?: string;
|
|
30777
30855
|
/** @description comma separated categories */
|
|
30778
30856
|
categoryIds?: string;
|
|
30857
|
+
/** @description comma separated categories to exclude */
|
|
30858
|
+
excludeCategoryIds?: string;
|
|
30779
30859
|
/** @description comma separated contacts */
|
|
30780
30860
|
contactIds?: string;
|
|
30781
30861
|
classifications?: string;
|
|
@@ -30845,6 +30925,8 @@ export interface operations {
|
|
|
30845
30925
|
accountIds?: string;
|
|
30846
30926
|
/** @description comma separated categories */
|
|
30847
30927
|
categoryIds?: string;
|
|
30928
|
+
/** @description comma separated categories to exclude */
|
|
30929
|
+
excludeCategoryIds?: string;
|
|
30848
30930
|
/** @description comma separated contacts */
|
|
30849
30931
|
contactIds?: string;
|
|
30850
30932
|
classifications?: string;
|
|
@@ -30914,6 +30996,8 @@ export interface operations {
|
|
|
30914
30996
|
accountIds?: string;
|
|
30915
30997
|
/** @description comma separated categories */
|
|
30916
30998
|
categoryIds?: string;
|
|
30999
|
+
/** @description comma separated categories to exclude */
|
|
31000
|
+
excludeCategoryIds?: string;
|
|
30917
31001
|
/** @description comma separated contacts */
|
|
30918
31002
|
contactIds?: string;
|
|
30919
31003
|
classifications?: string;
|
|
@@ -30993,6 +31077,8 @@ export interface operations {
|
|
|
30993
31077
|
accountIds?: string;
|
|
30994
31078
|
/** @description comma separated categories */
|
|
30995
31079
|
categoryIds?: string;
|
|
31080
|
+
/** @description comma separated categories to exclude */
|
|
31081
|
+
excludeCategoryIds?: string;
|
|
30996
31082
|
/** @description comma separated contacts */
|
|
30997
31083
|
contactIds?: string;
|
|
30998
31084
|
classifications?: string;
|
|
@@ -31062,6 +31148,8 @@ export interface operations {
|
|
|
31062
31148
|
accountIds?: string;
|
|
31063
31149
|
/** @description comma separated categories */
|
|
31064
31150
|
categoryIds?: string;
|
|
31151
|
+
/** @description comma separated categories to exclude */
|
|
31152
|
+
excludeCategoryIds?: string;
|
|
31065
31153
|
/** @description comma separated contacts */
|
|
31066
31154
|
contactIds?: string;
|
|
31067
31155
|
classifications?: string;
|
|
@@ -31131,6 +31219,8 @@ export interface operations {
|
|
|
31131
31219
|
accountIds?: string;
|
|
31132
31220
|
/** @description comma separated categories */
|
|
31133
31221
|
categoryIds?: string;
|
|
31222
|
+
/** @description comma separated categories to exclude */
|
|
31223
|
+
excludeCategoryIds?: string;
|
|
31134
31224
|
/** @description comma separated contacts */
|
|
31135
31225
|
contactIds?: string;
|
|
31136
31226
|
classifications?: string;
|
|
@@ -31200,6 +31290,8 @@ export interface operations {
|
|
|
31200
31290
|
accountIds?: string;
|
|
31201
31291
|
/** @description comma separated categories */
|
|
31202
31292
|
categoryIds?: string;
|
|
31293
|
+
/** @description comma separated categories to exclude */
|
|
31294
|
+
excludeCategoryIds?: string;
|
|
31203
31295
|
/** @description comma separated contacts */
|
|
31204
31296
|
contactIds?: string;
|
|
31205
31297
|
classifications?: string;
|
|
@@ -31500,6 +31592,8 @@ export interface operations {
|
|
|
31500
31592
|
accountIds?: string;
|
|
31501
31593
|
/** @description comma separated categories */
|
|
31502
31594
|
categoryIds?: string;
|
|
31595
|
+
/** @description comma separated categories to exclude */
|
|
31596
|
+
excludeCategoryIds?: string;
|
|
31503
31597
|
/** @description comma separated contacts */
|
|
31504
31598
|
contactIds?: string;
|
|
31505
31599
|
classifications?: string;
|
|
@@ -31579,6 +31673,8 @@ export interface operations {
|
|
|
31579
31673
|
accountIds?: string;
|
|
31580
31674
|
/** @description comma separated categories */
|
|
31581
31675
|
categoryIds?: string;
|
|
31676
|
+
/** @description comma separated categories to exclude */
|
|
31677
|
+
excludeCategoryIds?: string;
|
|
31582
31678
|
/** @description comma separated contacts */
|
|
31583
31679
|
contactIds?: string;
|
|
31584
31680
|
classifications?: string;
|
|
@@ -31659,6 +31755,8 @@ export interface operations {
|
|
|
31659
31755
|
accountIds?: string;
|
|
31660
31756
|
/** @description comma separated categories */
|
|
31661
31757
|
categoryIds?: string;
|
|
31758
|
+
/** @description comma separated categories to exclude */
|
|
31759
|
+
excludeCategoryIds?: string;
|
|
31662
31760
|
/** @description comma separated contacts */
|
|
31663
31761
|
contactIds?: string;
|
|
31664
31762
|
classifications?: string;
|
|
@@ -31849,6 +31947,8 @@ export interface operations {
|
|
|
31849
31947
|
accountIds?: string;
|
|
31850
31948
|
/** @description comma separated categories */
|
|
31851
31949
|
categoryIds?: string;
|
|
31950
|
+
/** @description comma separated categories to exclude */
|
|
31951
|
+
excludeCategoryIds?: string;
|
|
31852
31952
|
/** @description comma separated contacts */
|
|
31853
31953
|
contactIds?: string;
|
|
31854
31954
|
classifications?: string;
|
|
@@ -31942,6 +32042,8 @@ export interface operations {
|
|
|
31942
32042
|
accountIds?: string;
|
|
31943
32043
|
/** @description comma separated categories */
|
|
31944
32044
|
categoryIds?: string;
|
|
32045
|
+
/** @description comma separated categories to exclude */
|
|
32046
|
+
excludeCategoryIds?: string;
|
|
31945
32047
|
/** @description comma separated contacts */
|
|
31946
32048
|
contactIds?: string;
|
|
31947
32049
|
classifications?: string;
|