@sellable/mcp 0.1.143 → 0.1.144

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.
@@ -1,4186 +0,0 @@
1
- export declare const allTools: ({
2
- name: string;
3
- description: string;
4
- inputSchema: {
5
- type: string;
6
- properties: {};
7
- required: never[];
8
- additionalProperties: boolean;
9
- };
10
- } | {
11
- name: string;
12
- description: string;
13
- inputSchema: {
14
- type: string;
15
- properties: {
16
- tableId: {
17
- type: string;
18
- description: string;
19
- };
20
- blueprint: {
21
- description: string;
22
- type: string;
23
- properties: {
24
- columns: {
25
- type: string;
26
- items: {
27
- type: string;
28
- properties: {
29
- id: {
30
- type: string;
31
- };
32
- type: {
33
- type: string;
34
- };
35
- name: {
36
- type: string;
37
- };
38
- config: {
39
- type: string;
40
- };
41
- inputMapping: {
42
- type: string;
43
- additionalProperties: {
44
- type: string;
45
- };
46
- };
47
- runCondition: {
48
- type: string;
49
- };
50
- };
51
- required: string[];
52
- additionalProperties: boolean;
53
- };
54
- };
55
- edges: {
56
- type: string;
57
- items: {
58
- type: string;
59
- properties: {
60
- from: {
61
- type: string;
62
- };
63
- to: {
64
- type: string;
65
- };
66
- via: {
67
- type: string;
68
- };
69
- };
70
- required: string[];
71
- additionalProperties: boolean;
72
- };
73
- };
74
- };
75
- required: string[];
76
- additionalProperties: boolean;
77
- };
78
- column?: undefined;
79
- validateOnly?: undefined;
80
- };
81
- required: string[];
82
- };
83
- } | {
84
- name: string;
85
- description: string;
86
- inputSchema: {
87
- type: string;
88
- properties: {
89
- tableId: {
90
- type: string;
91
- description: string;
92
- };
93
- column: {
94
- description: string;
95
- type: string;
96
- properties: {
97
- id: {
98
- type: string;
99
- };
100
- type: {
101
- type: string;
102
- };
103
- name: {
104
- type: string;
105
- };
106
- config: {
107
- type: string;
108
- };
109
- inputMapping: {
110
- type: string;
111
- additionalProperties: {
112
- type: string;
113
- };
114
- };
115
- runCondition: {
116
- type: string;
117
- };
118
- };
119
- required: string[];
120
- additionalProperties: boolean;
121
- };
122
- validateOnly: {
123
- type: string;
124
- description: string;
125
- };
126
- blueprint?: undefined;
127
- };
128
- required: string[];
129
- };
130
- } | {
131
- name: string;
132
- description: string;
133
- inputSchema: {
134
- type: string;
135
- properties: {
136
- flowVersion: {
137
- type: string;
138
- enum: string[];
139
- description: string;
140
- };
141
- includePlugins: {
142
- type: string;
143
- description: string;
144
- };
145
- };
146
- additionalProperties: boolean;
147
- };
148
- } | {
149
- name: string;
150
- description: string;
151
- inputSchema: {
152
- type: string;
153
- properties: {
154
- tableId: {
155
- type: string;
156
- description: string;
157
- };
158
- limit: {
159
- type: string;
160
- description: string;
161
- default: number;
162
- };
163
- page: {
164
- type: string;
165
- description: string;
166
- default: number;
167
- };
168
- rowIds?: undefined;
169
- };
170
- required: string[];
171
- };
172
- } | {
173
- name: string;
174
- description: string;
175
- inputSchema: {
176
- type: string;
177
- properties: {
178
- tableId: {
179
- type: string;
180
- description: string;
181
- };
182
- rowIds: {
183
- oneOf: ({
184
- type: string;
185
- items?: undefined;
186
- } | {
187
- type: string;
188
- items: {
189
- type: string;
190
- };
191
- })[];
192
- description: string;
193
- };
194
- limit?: undefined;
195
- page?: undefined;
196
- };
197
- required: string[];
198
- };
199
- } | {
200
- name: string;
201
- description: string;
202
- inputSchema: {
203
- type: string;
204
- properties: {
205
- campaignId: {
206
- type: string;
207
- description: string;
208
- };
209
- includeTableCheck: {
210
- type: string;
211
- description: string;
212
- };
213
- };
214
- required: string[];
215
- additionalProperties: boolean;
216
- };
217
- } | {
218
- name: string;
219
- description: string;
220
- inputSchema: {
221
- type: string;
222
- properties: {
223
- limit?: undefined;
224
- includePublic?: undefined;
225
- includeInternal?: undefined;
226
- subskillName?: undefined;
227
- offset?: undefined;
228
- assetPath?: undefined;
229
- query?: undefined;
230
- depth?: undefined;
231
- proofItemsFound?: undefined;
232
- caseStudyItemsFound?: undefined;
233
- credibilitySignalsFound?: undefined;
234
- notes?: undefined;
235
- };
236
- required: never[];
237
- additionalProperties?: undefined;
238
- };
239
- _meta?: undefined;
240
- } | {
241
- name: string;
242
- description: string;
243
- _meta: {
244
- "anthropic/maxResultSizeChars": number;
245
- };
246
- inputSchema: {
247
- type: string;
248
- properties: {
249
- subskillName: {
250
- type: string;
251
- description: string;
252
- };
253
- offset: {
254
- type: string;
255
- description: string;
256
- };
257
- limit: {
258
- type: string;
259
- description: string;
260
- };
261
- includePublic?: undefined;
262
- includeInternal?: undefined;
263
- assetPath?: undefined;
264
- query?: undefined;
265
- depth?: undefined;
266
- proofItemsFound?: undefined;
267
- caseStudyItemsFound?: undefined;
268
- credibilitySignalsFound?: undefined;
269
- notes?: undefined;
270
- };
271
- required: string[];
272
- additionalProperties: boolean;
273
- };
274
- } | {
275
- name: string;
276
- description: string;
277
- _meta: {
278
- "anthropic/maxResultSizeChars": number;
279
- };
280
- inputSchema: {
281
- type: string;
282
- properties: {
283
- subskillName: {
284
- type: string;
285
- description: string;
286
- };
287
- assetPath: {
288
- type: string;
289
- description: string;
290
- };
291
- offset: {
292
- type: string;
293
- description: string;
294
- };
295
- limit: {
296
- type: string;
297
- description: string;
298
- };
299
- includePublic?: undefined;
300
- includeInternal?: undefined;
301
- query?: undefined;
302
- depth?: undefined;
303
- proofItemsFound?: undefined;
304
- caseStudyItemsFound?: undefined;
305
- credibilitySignalsFound?: undefined;
306
- notes?: undefined;
307
- };
308
- required: string[];
309
- additionalProperties: boolean;
310
- };
311
- } | {
312
- name: string;
313
- description: string;
314
- inputSchema: {
315
- type: string;
316
- properties: {
317
- query: {
318
- type: string;
319
- description: string;
320
- };
321
- limit: {
322
- type: string;
323
- description: string;
324
- };
325
- includePublic: {
326
- type: string;
327
- description: string;
328
- };
329
- includeInternal: {
330
- type: string;
331
- description: string;
332
- };
333
- subskillName?: undefined;
334
- offset?: undefined;
335
- assetPath?: undefined;
336
- depth?: undefined;
337
- proofItemsFound?: undefined;
338
- caseStudyItemsFound?: undefined;
339
- credibilitySignalsFound?: undefined;
340
- notes?: undefined;
341
- };
342
- required: string[];
343
- additionalProperties: boolean;
344
- };
345
- _meta?: undefined;
346
- } | {
347
- name: string;
348
- description: string;
349
- inputSchema: {
350
- type: string;
351
- properties: {
352
- depth: {
353
- type: string;
354
- enum: string[];
355
- description: string;
356
- };
357
- proofItemsFound: {
358
- type: string;
359
- description: string;
360
- };
361
- caseStudyItemsFound: {
362
- type: string;
363
- description: string;
364
- };
365
- credibilitySignalsFound: {
366
- type: string;
367
- description: string;
368
- };
369
- notes: {
370
- type: string;
371
- description: string;
372
- };
373
- limit?: undefined;
374
- includePublic?: undefined;
375
- includeInternal?: undefined;
376
- subskillName?: undefined;
377
- offset?: undefined;
378
- assetPath?: undefined;
379
- query?: undefined;
380
- };
381
- additionalProperties: boolean;
382
- required?: undefined;
383
- };
384
- _meta?: undefined;
385
- } | {
386
- name: string;
387
- description: string;
388
- inputSchema: {
389
- type: string;
390
- properties: {
391
- campaignId: {
392
- type: string;
393
- description: string;
394
- };
395
- flowVersion: {
396
- type: string;
397
- enum: string[];
398
- description: string;
399
- };
400
- includeTableCheck: {
401
- type: string;
402
- description: string;
403
- };
404
- refreshContext: {
405
- type: string;
406
- description: string;
407
- };
408
- };
409
- additionalProperties: boolean;
410
- };
411
- } | {
412
- name: string;
413
- description: string;
414
- inputSchema: {
415
- type: string;
416
- properties: {
417
- campaignOfferId: {
418
- type: string;
419
- description: string;
420
- };
421
- rubric: {
422
- type: string;
423
- description: string;
424
- items: {
425
- type: string;
426
- };
427
- };
428
- currentStep: {
429
- type: string[];
430
- description: string;
431
- };
432
- enableICPFilters: {
433
- type: string;
434
- description: string;
435
- };
436
- deletedRubricIds: {
437
- type: string;
438
- description: string;
439
- items: {
440
- type: string;
441
- };
442
- };
443
- };
444
- required: string[];
445
- };
446
- } | {
447
- name: string;
448
- description: string;
449
- inputSchema: {
450
- type: string;
451
- properties: {
452
- limit: {
453
- type: string;
454
- description: string;
455
- };
456
- campaignId?: undefined;
457
- tableId?: undefined;
458
- leadLimit?: undefined;
459
- page?: undefined;
460
- filters?: undefined;
461
- name?: undefined;
462
- clientProspectId?: undefined;
463
- senderLinkedinUrl?: undefined;
464
- offerPositioning?: undefined;
465
- campaignBrief?: undefined;
466
- messageGenerationMode?: undefined;
467
- currentStep?: undefined;
468
- watchNarration?: undefined;
469
- leadSourceType?: undefined;
470
- leadSourceProvider?: undefined;
471
- selectedLeadListId?: undefined;
472
- senderIds?: undefined;
473
- interactionMode?: undefined;
474
- enableICPFilters?: undefined;
475
- useMessagingTemplate?: undefined;
476
- rubric?: undefined;
477
- flowVersion?: undefined;
478
- };
479
- required: never[];
480
- additionalProperties?: undefined;
481
- };
482
- } | {
483
- name: string;
484
- description: string;
485
- inputSchema: {
486
- type: string;
487
- properties: {
488
- campaignId: {
489
- type: string;
490
- description: string;
491
- };
492
- limit?: undefined;
493
- tableId?: undefined;
494
- leadLimit?: undefined;
495
- page?: undefined;
496
- filters?: undefined;
497
- name?: undefined;
498
- clientProspectId?: undefined;
499
- senderLinkedinUrl?: undefined;
500
- offerPositioning?: undefined;
501
- campaignBrief?: undefined;
502
- messageGenerationMode?: undefined;
503
- currentStep?: undefined;
504
- watchNarration?: undefined;
505
- leadSourceType?: undefined;
506
- leadSourceProvider?: undefined;
507
- selectedLeadListId?: undefined;
508
- senderIds?: undefined;
509
- interactionMode?: undefined;
510
- enableICPFilters?: undefined;
511
- useMessagingTemplate?: undefined;
512
- rubric?: undefined;
513
- flowVersion?: undefined;
514
- };
515
- required: string[];
516
- additionalProperties?: undefined;
517
- };
518
- } | {
519
- name: string;
520
- description: string;
521
- inputSchema: {
522
- type: string;
523
- properties: {
524
- campaignId: {
525
- type: string;
526
- description: string;
527
- };
528
- tableId: {
529
- type: string;
530
- description: string;
531
- };
532
- leadLimit: {
533
- type: string;
534
- description: string;
535
- };
536
- page: {
537
- type: string;
538
- description: string;
539
- };
540
- filters: {
541
- type: string;
542
- description: string;
543
- items: {
544
- type: string;
545
- properties: {
546
- column: {
547
- type: string;
548
- description: string;
549
- };
550
- op: {
551
- type: string;
552
- description: string;
553
- };
554
- value: {
555
- oneOf: ({
556
- type: string;
557
- items?: undefined;
558
- } | {
559
- type: string;
560
- items: {
561
- oneOf: {
562
- type: string;
563
- }[];
564
- };
565
- })[];
566
- };
567
- caseSensitive: {
568
- type: string;
569
- };
570
- };
571
- required: string[];
572
- additionalProperties: boolean;
573
- };
574
- };
575
- limit?: undefined;
576
- name?: undefined;
577
- clientProspectId?: undefined;
578
- senderLinkedinUrl?: undefined;
579
- offerPositioning?: undefined;
580
- campaignBrief?: undefined;
581
- messageGenerationMode?: undefined;
582
- currentStep?: undefined;
583
- watchNarration?: undefined;
584
- leadSourceType?: undefined;
585
- leadSourceProvider?: undefined;
586
- selectedLeadListId?: undefined;
587
- senderIds?: undefined;
588
- interactionMode?: undefined;
589
- enableICPFilters?: undefined;
590
- useMessagingTemplate?: undefined;
591
- rubric?: undefined;
592
- flowVersion?: undefined;
593
- };
594
- required: string[];
595
- additionalProperties: boolean;
596
- };
597
- } | {
598
- name: string;
599
- description: string;
600
- inputSchema: {
601
- type: string;
602
- properties: {
603
- campaignId: {
604
- type: string;
605
- description: string;
606
- };
607
- name: {
608
- type: string;
609
- description: string;
610
- };
611
- clientProspectId: {
612
- type: string;
613
- description: string;
614
- };
615
- senderLinkedinUrl: {
616
- type: string;
617
- description: string;
618
- };
619
- offerPositioning: {
620
- type: string;
621
- description: string;
622
- };
623
- campaignBrief: {
624
- type: string;
625
- description: string;
626
- };
627
- messageGenerationMode: {
628
- type: string;
629
- enum: string[];
630
- description: string;
631
- };
632
- currentStep: {
633
- type: string[];
634
- description: string;
635
- };
636
- watchNarration: {
637
- type: string;
638
- description: string;
639
- properties: {
640
- stage: {
641
- type: string;
642
- enum: string[];
643
- };
644
- headline: {
645
- type: string;
646
- };
647
- visibleState: {
648
- type: string;
649
- };
650
- agentIntent: {
651
- type: string;
652
- };
653
- nextAction: {
654
- type: string[];
655
- };
656
- safety: {
657
- type: string[];
658
- };
659
- progressLabel: {
660
- type: string[];
661
- };
662
- blockedReason: {
663
- type: string[];
664
- };
665
- workerStatuses: {
666
- type: string;
667
- };
668
- };
669
- required: string[];
670
- };
671
- leadSourceType: {
672
- type: string[];
673
- description: string;
674
- };
675
- leadSourceProvider: {
676
- type: string[];
677
- enum: ("signal-discovery" | "sales-nav" | "prospeo" | "apollo-ai" | null)[];
678
- description: string;
679
- };
680
- selectedLeadListId: {
681
- type: string[];
682
- description: string;
683
- };
684
- senderIds: {
685
- type: string;
686
- items: {
687
- type: string;
688
- };
689
- description: string;
690
- };
691
- limit?: undefined;
692
- tableId?: undefined;
693
- leadLimit?: undefined;
694
- page?: undefined;
695
- filters?: undefined;
696
- interactionMode?: undefined;
697
- enableICPFilters?: undefined;
698
- useMessagingTemplate?: undefined;
699
- rubric?: undefined;
700
- flowVersion?: undefined;
701
- };
702
- required: never[];
703
- additionalProperties?: undefined;
704
- };
705
- } | {
706
- name: string;
707
- description: string;
708
- inputSchema: {
709
- type: string;
710
- properties: {
711
- campaignId: {
712
- type: string;
713
- description: string;
714
- };
715
- offerPositioning: {
716
- type: string;
717
- description: string;
718
- };
719
- campaignBrief: {
720
- description: string;
721
- type?: undefined;
722
- };
723
- leadSourceType: {
724
- type: string[];
725
- description: string;
726
- };
727
- leadSourceProvider: {
728
- type: string[];
729
- enum: ("signal-discovery" | "sales-nav" | "prospeo" | "apollo-ai" | null)[];
730
- description: string;
731
- };
732
- selectedLeadListId: {
733
- type: string[];
734
- description: string;
735
- };
736
- currentStep: {
737
- type: string[];
738
- description: string;
739
- };
740
- watchNarration: {
741
- type: string;
742
- description: string;
743
- properties: {
744
- stage: {
745
- type: string;
746
- enum: string[];
747
- };
748
- headline: {
749
- type: string;
750
- };
751
- visibleState: {
752
- type: string;
753
- };
754
- agentIntent: {
755
- type: string;
756
- };
757
- nextAction: {
758
- type: string[];
759
- };
760
- safety: {
761
- type: string[];
762
- };
763
- progressLabel: {
764
- type: string[];
765
- };
766
- blockedReason: {
767
- type: string[];
768
- };
769
- workerStatuses: {
770
- type: string;
771
- };
772
- };
773
- required: string[];
774
- };
775
- interactionMode: {
776
- type: string;
777
- enum: string[];
778
- description: string;
779
- };
780
- enableICPFilters: {
781
- type: string[];
782
- description: string;
783
- };
784
- useMessagingTemplate: {
785
- type: string[];
786
- description: string;
787
- };
788
- senderIds: {
789
- type: string;
790
- items: {
791
- type: string;
792
- };
793
- description: string;
794
- };
795
- rubric: {
796
- type: string;
797
- description: string;
798
- };
799
- flowVersion: {
800
- type: string;
801
- enum: string[];
802
- description: string;
803
- };
804
- limit?: undefined;
805
- tableId?: undefined;
806
- leadLimit?: undefined;
807
- page?: undefined;
808
- filters?: undefined;
809
- name?: undefined;
810
- clientProspectId?: undefined;
811
- senderLinkedinUrl?: undefined;
812
- messageGenerationMode?: undefined;
813
- };
814
- required: string[];
815
- additionalProperties?: undefined;
816
- };
817
- } | {
818
- name: string;
819
- description: string;
820
- inputSchema: {
821
- type: string;
822
- properties: {
823
- campaignId: {
824
- type: string;
825
- description: string;
826
- };
827
- campaignBrief: {
828
- type: string;
829
- description: string;
830
- };
831
- limit?: undefined;
832
- tableId?: undefined;
833
- leadLimit?: undefined;
834
- page?: undefined;
835
- filters?: undefined;
836
- name?: undefined;
837
- clientProspectId?: undefined;
838
- senderLinkedinUrl?: undefined;
839
- offerPositioning?: undefined;
840
- messageGenerationMode?: undefined;
841
- currentStep?: undefined;
842
- watchNarration?: undefined;
843
- leadSourceType?: undefined;
844
- leadSourceProvider?: undefined;
845
- selectedLeadListId?: undefined;
846
- senderIds?: undefined;
847
- interactionMode?: undefined;
848
- enableICPFilters?: undefined;
849
- useMessagingTemplate?: undefined;
850
- rubric?: undefined;
851
- flowVersion?: undefined;
852
- };
853
- required: string[];
854
- additionalProperties?: undefined;
855
- };
856
- } | {
857
- name: string;
858
- description: string;
859
- inputSchema: {
860
- type: string;
861
- properties: {
862
- cellId: {
863
- type: string;
864
- description: string;
865
- };
866
- value: {
867
- oneOf: {
868
- type: string;
869
- }[];
870
- description: string;
871
- };
872
- tableId?: undefined;
873
- cellIds?: undefined;
874
- };
875
- required: string[];
876
- };
877
- } | {
878
- name: string;
879
- description: string;
880
- inputSchema: {
881
- type: string;
882
- properties: {
883
- tableId: {
884
- type: string;
885
- description: string;
886
- };
887
- cellIds: {
888
- type: string;
889
- items: {
890
- type: string;
891
- };
892
- description: string;
893
- };
894
- cellId?: undefined;
895
- value?: undefined;
896
- };
897
- required: string[];
898
- };
899
- } | {
900
- readonly name: "start_cli_login";
901
- readonly description: string;
902
- readonly inputSchema: {
903
- readonly type: "object";
904
- readonly properties: {
905
- readonly email: {
906
- readonly type: "string";
907
- readonly description: "User's email — magic link is sent here.";
908
- };
909
- };
910
- readonly required: readonly ["email"];
911
- readonly additionalProperties: false;
912
- };
913
- } | {
914
- readonly name: "wait_for_cli_login";
915
- readonly description: string;
916
- readonly inputSchema: {
917
- readonly type: "object";
918
- readonly properties: {
919
- readonly sessionId: {
920
- readonly type: "string";
921
- readonly description: "Session ID from start_cli_login.";
922
- };
923
- readonly timeoutMs: {
924
- readonly type: "number";
925
- readonly description: "Outer session budget (ms). Default 300000 (5min). Clamped at 5min.";
926
- };
927
- };
928
- readonly required: readonly ["sessionId"];
929
- readonly additionalProperties: false;
930
- };
931
- } | {
932
- name: string;
933
- description: string;
934
- inputSchema: {
935
- type: string;
936
- properties: {
937
- senderId: {
938
- type: string;
939
- description: string;
940
- };
941
- leads: {
942
- type: string;
943
- description: string;
944
- items: {
945
- type: string;
946
- properties: {
947
- linkedinUrl: {
948
- type: string;
949
- };
950
- subject: {
951
- type: string;
952
- };
953
- message: {
954
- type: string;
955
- };
956
- };
957
- required: string[];
958
- };
959
- };
960
- skipDuplicates: {
961
- type: string;
962
- description: string;
963
- };
964
- posts?: undefined;
965
- type?: undefined;
966
- };
967
- required: string[];
968
- };
969
- } | {
970
- name: string;
971
- description: string;
972
- inputSchema: {
973
- type: string;
974
- properties: {
975
- senderId: {
976
- type: string;
977
- description: string;
978
- };
979
- leads: {
980
- type: string;
981
- description: string;
982
- items: {
983
- type: string;
984
- properties: {
985
- linkedinUrl: {
986
- type: string;
987
- };
988
- message: {
989
- type: string;
990
- };
991
- subject?: undefined;
992
- };
993
- required: string[];
994
- };
995
- };
996
- skipDuplicates: {
997
- type: string;
998
- description: string;
999
- };
1000
- posts?: undefined;
1001
- type?: undefined;
1002
- };
1003
- required: string[];
1004
- };
1005
- } | {
1006
- name: string;
1007
- description: string;
1008
- inputSchema: {
1009
- type: string;
1010
- properties: {
1011
- senderId: {
1012
- type: string;
1013
- description: string;
1014
- };
1015
- posts: {
1016
- type: string;
1017
- description: string;
1018
- items: {
1019
- type: string;
1020
- properties: {
1021
- postUrl: {
1022
- type: string;
1023
- };
1024
- comment: {
1025
- type: string;
1026
- };
1027
- reactionType: {
1028
- type: string;
1029
- description: string;
1030
- enum: string[];
1031
- };
1032
- };
1033
- required: string[];
1034
- };
1035
- };
1036
- skipDuplicates: {
1037
- type: string;
1038
- description: string;
1039
- };
1040
- leads?: undefined;
1041
- type?: undefined;
1042
- };
1043
- required: string[];
1044
- };
1045
- } | {
1046
- name: string;
1047
- description: string;
1048
- inputSchema: {
1049
- type: string;
1050
- properties: {
1051
- senderId: {
1052
- type: string;
1053
- description?: undefined;
1054
- };
1055
- type: {
1056
- type: string;
1057
- enum: string[];
1058
- description: string;
1059
- };
1060
- leads?: undefined;
1061
- skipDuplicates?: undefined;
1062
- posts?: undefined;
1063
- };
1064
- required: string[];
1065
- };
1066
- } | {
1067
- name: string;
1068
- description: string;
1069
- inputSchema: {
1070
- type: string;
1071
- properties: {
1072
- senderId: {
1073
- type: string;
1074
- description: string;
1075
- };
1076
- type: {
1077
- type: string;
1078
- enum: string[];
1079
- description: string;
1080
- };
1081
- leads?: undefined;
1082
- skipDuplicates?: undefined;
1083
- posts?: undefined;
1084
- };
1085
- required: string[];
1086
- };
1087
- } | {
1088
- name: string;
1089
- description: string;
1090
- inputSchema: {
1091
- type: string;
1092
- properties: {
1093
- senderId: {
1094
- type: string;
1095
- description: string;
1096
- };
1097
- leads?: undefined;
1098
- skipDuplicates?: undefined;
1099
- posts?: undefined;
1100
- type?: undefined;
1101
- };
1102
- required: string[];
1103
- };
1104
- } | {
1105
- name: string;
1106
- description: string;
1107
- inputSchema: {
1108
- type: string;
1109
- properties: {
1110
- senderId: {
1111
- type: string;
1112
- description: string;
1113
- };
1114
- };
1115
- required: string[];
1116
- additionalProperties: boolean;
1117
- };
1118
- } | {
1119
- name: string;
1120
- description: string;
1121
- inputSchema: {
1122
- type: string;
1123
- properties: {
1124
- keywords: {
1125
- type: string;
1126
- items: {
1127
- type: string;
1128
- };
1129
- description: string;
1130
- };
1131
- page: {
1132
- type: string;
1133
- description: string;
1134
- };
1135
- maxAgeDays: {
1136
- type: string;
1137
- description: string;
1138
- };
1139
- minTotalEngagement: {
1140
- type: string;
1141
- description: string;
1142
- };
1143
- maxPosts: {
1144
- type: string;
1145
- description: string;
1146
- };
1147
- excludePostUrls: {
1148
- type: string;
1149
- items: {
1150
- type: string;
1151
- };
1152
- description: string;
1153
- };
1154
- };
1155
- required: string[];
1156
- additionalProperties: boolean;
1157
- };
1158
- } | {
1159
- name: string;
1160
- description: string;
1161
- inputSchema: {
1162
- type: string;
1163
- properties: {
1164
- fromSenderId: {
1165
- type: string;
1166
- description: string;
1167
- };
1168
- toSenderId: {
1169
- type: string;
1170
- description: string;
1171
- };
1172
- markdown?: undefined;
1173
- senderId?: undefined;
1174
- keyword?: undefined;
1175
- totalReturned?: undefined;
1176
- postsYielded?: undefined;
1177
- name?: undefined;
1178
- linkedinUrl?: undefined;
1179
- reason?: undefined;
1180
- };
1181
- required: string[];
1182
- additionalProperties: boolean;
1183
- };
1184
- } | {
1185
- name: string;
1186
- description: string;
1187
- inputSchema: {
1188
- type: string;
1189
- properties: {
1190
- linkedinUrl: {
1191
- type: string;
1192
- description: string;
1193
- };
1194
- firstName: {
1195
- type: string;
1196
- description: string;
1197
- };
1198
- lastName: {
1199
- type: string;
1200
- description: string;
1201
- };
1202
- companyName: {
1203
- type: string;
1204
- description: string;
1205
- };
1206
- companyWebsite: {
1207
- type: string;
1208
- description: string;
1209
- };
1210
- onlyVerifiedEmail: {
1211
- type: string;
1212
- description: string;
1213
- };
1214
- enrichMobile: {
1215
- type: string;
1216
- description: string;
1217
- };
1218
- inputs?: undefined;
1219
- };
1220
- required: never[];
1221
- };
1222
- } | {
1223
- name: string;
1224
- description: string;
1225
- inputSchema: {
1226
- type: string;
1227
- properties: {
1228
- inputs: {
1229
- type: string;
1230
- description: string;
1231
- items: {
1232
- type: string;
1233
- properties: {
1234
- identifier: {
1235
- type: string;
1236
- description: string;
1237
- };
1238
- linkedin_url: {
1239
- type: string;
1240
- description: string;
1241
- };
1242
- first_name: {
1243
- type: string;
1244
- };
1245
- last_name: {
1246
- type: string;
1247
- };
1248
- company_name: {
1249
- type: string;
1250
- };
1251
- };
1252
- required: string[];
1253
- };
1254
- };
1255
- onlyVerifiedEmail: {
1256
- type: string;
1257
- description: string;
1258
- };
1259
- linkedinUrl?: undefined;
1260
- firstName?: undefined;
1261
- lastName?: undefined;
1262
- companyName?: undefined;
1263
- companyWebsite?: undefined;
1264
- enrichMobile?: undefined;
1265
- };
1266
- required: string[];
1267
- };
1268
- } | {
1269
- name: string;
1270
- description: string;
1271
- inputSchema: {
1272
- type: string;
1273
- properties: {
1274
- linkedinUrl?: undefined;
1275
- firstName?: undefined;
1276
- lastName?: undefined;
1277
- companyName?: undefined;
1278
- companyWebsite?: undefined;
1279
- onlyVerifiedEmail?: undefined;
1280
- enrichMobile?: undefined;
1281
- inputs?: undefined;
1282
- };
1283
- required: never[];
1284
- };
1285
- } | {
1286
- name: string;
1287
- description: string;
1288
- inputSchema: {
1289
- type: string;
1290
- properties: {
1291
- campaignId: {
1292
- type: string;
1293
- description: string;
1294
- };
1295
- timeoutMs: {
1296
- type: string;
1297
- description: string;
1298
- };
1299
- intervalMs: {
1300
- type: string;
1301
- description: string;
1302
- };
1303
- requireRows: {
1304
- type: string;
1305
- description: string;
1306
- };
1307
- flowVersion: {
1308
- type: string;
1309
- enum: string[];
1310
- description: string;
1311
- };
1312
- leadListId?: undefined;
1313
- campaignOfferId?: undefined;
1314
- provider?: undefined;
1315
- jobId?: undefined;
1316
- targetLeadCount?: undefined;
1317
- requireComplete?: undefined;
1318
- };
1319
- required: string[];
1320
- additionalProperties: boolean;
1321
- };
1322
- } | {
1323
- name: string;
1324
- description: string;
1325
- inputSchema: {
1326
- type: string;
1327
- properties: {
1328
- provider: {
1329
- type: string;
1330
- enum: string[];
1331
- description: string;
1332
- };
1333
- campaignOfferId: {
1334
- type: string;
1335
- description: string;
1336
- };
1337
- confirmed: {
1338
- type: string;
1339
- description: string;
1340
- };
1341
- searchMode?: undefined;
1342
- organization_num_employees_ranges?: undefined;
1343
- organization_locations?: undefined;
1344
- organization_not_locations?: undefined;
1345
- q_organization_keyword_tags?: undefined;
1346
- organization_industry_tag_ids?: undefined;
1347
- latest_funding_amount_min?: undefined;
1348
- latest_funding_amount_max?: undefined;
1349
- organization_revenue_min?: undefined;
1350
- organization_revenue_max?: undefined;
1351
- person_titles?: undefined;
1352
- person_seniorities?: undefined;
1353
- person_locations?: undefined;
1354
- include_similar_titles?: undefined;
1355
- q_keywords?: undefined;
1356
- filters?: undefined;
1357
- companyFilters?: undefined;
1358
- contactFilters?: undefined;
1359
- page?: undefined;
1360
- searchId?: undefined;
1361
- searchName?: undefined;
1362
- companySearchMode?: undefined;
1363
- uploadedDomains?: undefined;
1364
- currentStep?: undefined;
1365
- filterType?: undefined;
1366
- query?: undefined;
1367
- keywords?: undefined;
1368
- filePath?: undefined;
1369
- domainColumn?: undefined;
1370
- selectedColumns?: undefined;
1371
- confirmationToken?: undefined;
1372
- leadListId?: undefined;
1373
- leadListName?: undefined;
1374
- linkedInColumn?: undefined;
1375
- include?: undefined;
1376
- exclude?: undefined;
1377
- domainFilterId?: undefined;
1378
- type?: undefined;
1379
- profileUrl?: undefined;
1380
- postUrl?: undefined;
1381
- companyUrl?: undefined;
1382
- limit?: undefined;
1383
- headlineICPCriteria?: undefined;
1384
- rubricGuidelines?: undefined;
1385
- sourceLeadListId?: undefined;
1386
- targetLeadCount?: undefined;
1387
- mode?: undefined;
1388
- targetEngagerCount?: undefined;
1389
- maxPostsToScrape?: undefined;
1390
- tableId?: undefined;
1391
- campaignName?: undefined;
1392
- keepInSync?: undefined;
1393
- jobId?: undefined;
1394
- selections?: undefined;
1395
- selectionMode?: undefined;
1396
- };
1397
- required: string[];
1398
- };
1399
- } | {
1400
- name: string;
1401
- description: string;
1402
- inputSchema: {
1403
- type: string;
1404
- properties: {
1405
- searchMode: {
1406
- type: string;
1407
- enum: string[];
1408
- description: string;
1409
- };
1410
- organization_num_employees_ranges: {
1411
- type: string;
1412
- items: {
1413
- type: string;
1414
- };
1415
- description: string;
1416
- };
1417
- organization_locations: {
1418
- type: string;
1419
- items: {
1420
- type: string;
1421
- };
1422
- description: string;
1423
- };
1424
- organization_not_locations: {
1425
- type: string;
1426
- items: {
1427
- type: string;
1428
- };
1429
- description: string;
1430
- };
1431
- q_organization_keyword_tags: {
1432
- type: string;
1433
- items: {
1434
- type: string;
1435
- };
1436
- description: string;
1437
- };
1438
- organization_industry_tag_ids: {
1439
- type: string;
1440
- items: {
1441
- type: string;
1442
- };
1443
- description: string;
1444
- };
1445
- latest_funding_amount_min: {
1446
- type: string;
1447
- description: string;
1448
- };
1449
- latest_funding_amount_max: {
1450
- type: string;
1451
- description: string;
1452
- };
1453
- organization_revenue_min: {
1454
- type: string;
1455
- description: string;
1456
- };
1457
- organization_revenue_max: {
1458
- type: string;
1459
- description: string;
1460
- };
1461
- person_titles: {
1462
- type: string;
1463
- items: {
1464
- type: string;
1465
- };
1466
- description: string;
1467
- };
1468
- person_seniorities: {
1469
- type: string;
1470
- items: {
1471
- type: string;
1472
- };
1473
- description: string;
1474
- };
1475
- person_locations: {
1476
- type: string;
1477
- items: {
1478
- type: string;
1479
- };
1480
- description: string;
1481
- };
1482
- include_similar_titles: {
1483
- type: string;
1484
- description: string;
1485
- };
1486
- q_keywords: {
1487
- type: string;
1488
- description: string;
1489
- };
1490
- filters: {
1491
- type: string;
1492
- description: string;
1493
- items?: undefined;
1494
- properties?: undefined;
1495
- };
1496
- companyFilters: {
1497
- type: string;
1498
- description: string;
1499
- };
1500
- contactFilters: {
1501
- type: string;
1502
- description: string;
1503
- };
1504
- page: {
1505
- type: string;
1506
- description: string;
1507
- };
1508
- searchId: {
1509
- type: string;
1510
- description: string;
1511
- };
1512
- campaignOfferId: {
1513
- type: string;
1514
- description: string;
1515
- };
1516
- searchName: {
1517
- type: string;
1518
- description: string;
1519
- };
1520
- companySearchMode: {
1521
- type: string;
1522
- description: string;
1523
- };
1524
- uploadedDomains: {
1525
- type: string;
1526
- items: {
1527
- type: string;
1528
- };
1529
- description: string;
1530
- };
1531
- currentStep: {
1532
- type: string[];
1533
- description: string;
1534
- };
1535
- confirmed: {
1536
- type: string;
1537
- description: string;
1538
- };
1539
- provider?: undefined;
1540
- filterType?: undefined;
1541
- query?: undefined;
1542
- keywords?: undefined;
1543
- filePath?: undefined;
1544
- domainColumn?: undefined;
1545
- selectedColumns?: undefined;
1546
- confirmationToken?: undefined;
1547
- leadListId?: undefined;
1548
- leadListName?: undefined;
1549
- linkedInColumn?: undefined;
1550
- include?: undefined;
1551
- exclude?: undefined;
1552
- domainFilterId?: undefined;
1553
- type?: undefined;
1554
- profileUrl?: undefined;
1555
- postUrl?: undefined;
1556
- companyUrl?: undefined;
1557
- limit?: undefined;
1558
- headlineICPCriteria?: undefined;
1559
- rubricGuidelines?: undefined;
1560
- sourceLeadListId?: undefined;
1561
- targetLeadCount?: undefined;
1562
- mode?: undefined;
1563
- targetEngagerCount?: undefined;
1564
- maxPostsToScrape?: undefined;
1565
- tableId?: undefined;
1566
- campaignName?: undefined;
1567
- keepInSync?: undefined;
1568
- jobId?: undefined;
1569
- selections?: undefined;
1570
- selectionMode?: undefined;
1571
- };
1572
- required: never[];
1573
- };
1574
- } | {
1575
- name: string;
1576
- description: string;
1577
- inputSchema: {
1578
- type: string;
1579
- properties: {
1580
- filterType: {
1581
- type: string;
1582
- enum: string[];
1583
- description: string;
1584
- };
1585
- query: {
1586
- type: string;
1587
- description: string;
1588
- };
1589
- provider?: undefined;
1590
- campaignOfferId?: undefined;
1591
- confirmed?: undefined;
1592
- searchMode?: undefined;
1593
- organization_num_employees_ranges?: undefined;
1594
- organization_locations?: undefined;
1595
- organization_not_locations?: undefined;
1596
- q_organization_keyword_tags?: undefined;
1597
- organization_industry_tag_ids?: undefined;
1598
- latest_funding_amount_min?: undefined;
1599
- latest_funding_amount_max?: undefined;
1600
- organization_revenue_min?: undefined;
1601
- organization_revenue_max?: undefined;
1602
- person_titles?: undefined;
1603
- person_seniorities?: undefined;
1604
- person_locations?: undefined;
1605
- include_similar_titles?: undefined;
1606
- q_keywords?: undefined;
1607
- filters?: undefined;
1608
- companyFilters?: undefined;
1609
- contactFilters?: undefined;
1610
- page?: undefined;
1611
- searchId?: undefined;
1612
- searchName?: undefined;
1613
- companySearchMode?: undefined;
1614
- uploadedDomains?: undefined;
1615
- currentStep?: undefined;
1616
- keywords?: undefined;
1617
- filePath?: undefined;
1618
- domainColumn?: undefined;
1619
- selectedColumns?: undefined;
1620
- confirmationToken?: undefined;
1621
- leadListId?: undefined;
1622
- leadListName?: undefined;
1623
- linkedInColumn?: undefined;
1624
- include?: undefined;
1625
- exclude?: undefined;
1626
- domainFilterId?: undefined;
1627
- type?: undefined;
1628
- profileUrl?: undefined;
1629
- postUrl?: undefined;
1630
- companyUrl?: undefined;
1631
- limit?: undefined;
1632
- headlineICPCriteria?: undefined;
1633
- rubricGuidelines?: undefined;
1634
- sourceLeadListId?: undefined;
1635
- targetLeadCount?: undefined;
1636
- mode?: undefined;
1637
- targetEngagerCount?: undefined;
1638
- maxPostsToScrape?: undefined;
1639
- tableId?: undefined;
1640
- campaignName?: undefined;
1641
- keepInSync?: undefined;
1642
- jobId?: undefined;
1643
- selections?: undefined;
1644
- selectionMode?: undefined;
1645
- };
1646
- required: string[];
1647
- };
1648
- } | {
1649
- name: string;
1650
- description: string;
1651
- inputSchema: {
1652
- type: string;
1653
- properties: {
1654
- filters: {
1655
- type: string;
1656
- description: string;
1657
- items: {
1658
- type: string;
1659
- properties: {
1660
- type: {
1661
- type: string;
1662
- };
1663
- values: {
1664
- type: string;
1665
- items: {
1666
- type: string;
1667
- properties: {
1668
- id: {
1669
- type: string;
1670
- };
1671
- text: {
1672
- type: string;
1673
- };
1674
- selectionType: {
1675
- type: string;
1676
- enum: string[];
1677
- };
1678
- parent: {
1679
- type: string;
1680
- properties: {
1681
- id: {
1682
- type: string;
1683
- };
1684
- };
1685
- };
1686
- };
1687
- required: string[];
1688
- };
1689
- };
1690
- rangeValue: {
1691
- type: string;
1692
- properties: {
1693
- min: {
1694
- type: string;
1695
- };
1696
- max: {
1697
- type: string;
1698
- };
1699
- };
1700
- required: string[];
1701
- };
1702
- selectedSubFilter: {
1703
- anyOf: {
1704
- type: string;
1705
- }[];
1706
- };
1707
- };
1708
- required: string[];
1709
- };
1710
- properties?: undefined;
1711
- };
1712
- keywords: {
1713
- type: string;
1714
- description: string;
1715
- items?: undefined;
1716
- };
1717
- page: {
1718
- type: string;
1719
- description: string;
1720
- };
1721
- searchId: {
1722
- type: string;
1723
- description: string;
1724
- };
1725
- campaignOfferId: {
1726
- type: string;
1727
- description: string;
1728
- };
1729
- searchName: {
1730
- type: string;
1731
- description: string;
1732
- };
1733
- currentStep: {
1734
- type: string[];
1735
- description: string;
1736
- };
1737
- confirmed: {
1738
- type: string;
1739
- description: string;
1740
- };
1741
- provider?: undefined;
1742
- searchMode?: undefined;
1743
- organization_num_employees_ranges?: undefined;
1744
- organization_locations?: undefined;
1745
- organization_not_locations?: undefined;
1746
- q_organization_keyword_tags?: undefined;
1747
- organization_industry_tag_ids?: undefined;
1748
- latest_funding_amount_min?: undefined;
1749
- latest_funding_amount_max?: undefined;
1750
- organization_revenue_min?: undefined;
1751
- organization_revenue_max?: undefined;
1752
- person_titles?: undefined;
1753
- person_seniorities?: undefined;
1754
- person_locations?: undefined;
1755
- include_similar_titles?: undefined;
1756
- q_keywords?: undefined;
1757
- companyFilters?: undefined;
1758
- contactFilters?: undefined;
1759
- companySearchMode?: undefined;
1760
- uploadedDomains?: undefined;
1761
- filterType?: undefined;
1762
- query?: undefined;
1763
- filePath?: undefined;
1764
- domainColumn?: undefined;
1765
- selectedColumns?: undefined;
1766
- confirmationToken?: undefined;
1767
- leadListId?: undefined;
1768
- leadListName?: undefined;
1769
- linkedInColumn?: undefined;
1770
- include?: undefined;
1771
- exclude?: undefined;
1772
- domainFilterId?: undefined;
1773
- type?: undefined;
1774
- profileUrl?: undefined;
1775
- postUrl?: undefined;
1776
- companyUrl?: undefined;
1777
- limit?: undefined;
1778
- headlineICPCriteria?: undefined;
1779
- rubricGuidelines?: undefined;
1780
- sourceLeadListId?: undefined;
1781
- targetLeadCount?: undefined;
1782
- mode?: undefined;
1783
- targetEngagerCount?: undefined;
1784
- maxPostsToScrape?: undefined;
1785
- tableId?: undefined;
1786
- campaignName?: undefined;
1787
- keepInSync?: undefined;
1788
- jobId?: undefined;
1789
- selections?: undefined;
1790
- selectionMode?: undefined;
1791
- };
1792
- required: string[];
1793
- };
1794
- } | {
1795
- name: string;
1796
- description: string;
1797
- inputSchema: {
1798
- type: string;
1799
- properties: {
1800
- filePath: {
1801
- type: string;
1802
- description: string;
1803
- };
1804
- campaignOfferId: {
1805
- type: string;
1806
- description: string;
1807
- };
1808
- domainColumn: {
1809
- type: string;
1810
- description: string;
1811
- };
1812
- selectedColumns: {
1813
- type: string;
1814
- items: {
1815
- type: string;
1816
- };
1817
- description: string;
1818
- };
1819
- confirmationToken: {
1820
- type: string;
1821
- description: string;
1822
- };
1823
- confirmed: {
1824
- type: string;
1825
- description: string;
1826
- };
1827
- provider?: undefined;
1828
- searchMode?: undefined;
1829
- organization_num_employees_ranges?: undefined;
1830
- organization_locations?: undefined;
1831
- organization_not_locations?: undefined;
1832
- q_organization_keyword_tags?: undefined;
1833
- organization_industry_tag_ids?: undefined;
1834
- latest_funding_amount_min?: undefined;
1835
- latest_funding_amount_max?: undefined;
1836
- organization_revenue_min?: undefined;
1837
- organization_revenue_max?: undefined;
1838
- person_titles?: undefined;
1839
- person_seniorities?: undefined;
1840
- person_locations?: undefined;
1841
- include_similar_titles?: undefined;
1842
- q_keywords?: undefined;
1843
- filters?: undefined;
1844
- companyFilters?: undefined;
1845
- contactFilters?: undefined;
1846
- page?: undefined;
1847
- searchId?: undefined;
1848
- searchName?: undefined;
1849
- companySearchMode?: undefined;
1850
- uploadedDomains?: undefined;
1851
- currentStep?: undefined;
1852
- filterType?: undefined;
1853
- query?: undefined;
1854
- keywords?: undefined;
1855
- leadListId?: undefined;
1856
- leadListName?: undefined;
1857
- linkedInColumn?: undefined;
1858
- include?: undefined;
1859
- exclude?: undefined;
1860
- domainFilterId?: undefined;
1861
- type?: undefined;
1862
- profileUrl?: undefined;
1863
- postUrl?: undefined;
1864
- companyUrl?: undefined;
1865
- limit?: undefined;
1866
- headlineICPCriteria?: undefined;
1867
- rubricGuidelines?: undefined;
1868
- sourceLeadListId?: undefined;
1869
- targetLeadCount?: undefined;
1870
- mode?: undefined;
1871
- targetEngagerCount?: undefined;
1872
- maxPostsToScrape?: undefined;
1873
- tableId?: undefined;
1874
- campaignName?: undefined;
1875
- keepInSync?: undefined;
1876
- jobId?: undefined;
1877
- selections?: undefined;
1878
- selectionMode?: undefined;
1879
- };
1880
- required: string[];
1881
- };
1882
- } | {
1883
- name: string;
1884
- description: string;
1885
- inputSchema: {
1886
- type: string;
1887
- properties: {
1888
- filePath: {
1889
- type: string;
1890
- description: string;
1891
- };
1892
- campaignOfferId: {
1893
- type: string;
1894
- description: string;
1895
- };
1896
- currentStep: {
1897
- type: string[];
1898
- description: string;
1899
- };
1900
- leadListId: {
1901
- type: string;
1902
- description: string;
1903
- };
1904
- leadListName: {
1905
- type: string;
1906
- description: string;
1907
- };
1908
- linkedInColumn: {
1909
- type: string;
1910
- description: string;
1911
- };
1912
- selectedColumns: {
1913
- type: string;
1914
- items: {
1915
- type: string;
1916
- };
1917
- description: string;
1918
- };
1919
- confirmationToken: {
1920
- type: string;
1921
- description: string;
1922
- };
1923
- confirmed: {
1924
- type: string;
1925
- description: string;
1926
- };
1927
- provider?: undefined;
1928
- searchMode?: undefined;
1929
- organization_num_employees_ranges?: undefined;
1930
- organization_locations?: undefined;
1931
- organization_not_locations?: undefined;
1932
- q_organization_keyword_tags?: undefined;
1933
- organization_industry_tag_ids?: undefined;
1934
- latest_funding_amount_min?: undefined;
1935
- latest_funding_amount_max?: undefined;
1936
- organization_revenue_min?: undefined;
1937
- organization_revenue_max?: undefined;
1938
- person_titles?: undefined;
1939
- person_seniorities?: undefined;
1940
- person_locations?: undefined;
1941
- include_similar_titles?: undefined;
1942
- q_keywords?: undefined;
1943
- filters?: undefined;
1944
- companyFilters?: undefined;
1945
- contactFilters?: undefined;
1946
- page?: undefined;
1947
- searchId?: undefined;
1948
- searchName?: undefined;
1949
- companySearchMode?: undefined;
1950
- uploadedDomains?: undefined;
1951
- filterType?: undefined;
1952
- query?: undefined;
1953
- keywords?: undefined;
1954
- domainColumn?: undefined;
1955
- include?: undefined;
1956
- exclude?: undefined;
1957
- domainFilterId?: undefined;
1958
- type?: undefined;
1959
- profileUrl?: undefined;
1960
- postUrl?: undefined;
1961
- companyUrl?: undefined;
1962
- limit?: undefined;
1963
- headlineICPCriteria?: undefined;
1964
- rubricGuidelines?: undefined;
1965
- sourceLeadListId?: undefined;
1966
- targetLeadCount?: undefined;
1967
- mode?: undefined;
1968
- targetEngagerCount?: undefined;
1969
- maxPostsToScrape?: undefined;
1970
- tableId?: undefined;
1971
- campaignName?: undefined;
1972
- keepInSync?: undefined;
1973
- jobId?: undefined;
1974
- selections?: undefined;
1975
- selectionMode?: undefined;
1976
- };
1977
- required: string[];
1978
- };
1979
- } | {
1980
- name: string;
1981
- description: string;
1982
- inputSchema: {
1983
- type: string;
1984
- properties: {
1985
- include: {
1986
- type: string;
1987
- items: {
1988
- type: string;
1989
- };
1990
- description: string;
1991
- };
1992
- exclude: {
1993
- type: string;
1994
- items: {
1995
- type: string;
1996
- };
1997
- description: string;
1998
- };
1999
- provider?: undefined;
2000
- campaignOfferId?: undefined;
2001
- confirmed?: undefined;
2002
- searchMode?: undefined;
2003
- organization_num_employees_ranges?: undefined;
2004
- organization_locations?: undefined;
2005
- organization_not_locations?: undefined;
2006
- q_organization_keyword_tags?: undefined;
2007
- organization_industry_tag_ids?: undefined;
2008
- latest_funding_amount_min?: undefined;
2009
- latest_funding_amount_max?: undefined;
2010
- organization_revenue_min?: undefined;
2011
- organization_revenue_max?: undefined;
2012
- person_titles?: undefined;
2013
- person_seniorities?: undefined;
2014
- person_locations?: undefined;
2015
- include_similar_titles?: undefined;
2016
- q_keywords?: undefined;
2017
- filters?: undefined;
2018
- companyFilters?: undefined;
2019
- contactFilters?: undefined;
2020
- page?: undefined;
2021
- searchId?: undefined;
2022
- searchName?: undefined;
2023
- companySearchMode?: undefined;
2024
- uploadedDomains?: undefined;
2025
- currentStep?: undefined;
2026
- filterType?: undefined;
2027
- query?: undefined;
2028
- keywords?: undefined;
2029
- filePath?: undefined;
2030
- domainColumn?: undefined;
2031
- selectedColumns?: undefined;
2032
- confirmationToken?: undefined;
2033
- leadListId?: undefined;
2034
- leadListName?: undefined;
2035
- linkedInColumn?: undefined;
2036
- domainFilterId?: undefined;
2037
- type?: undefined;
2038
- profileUrl?: undefined;
2039
- postUrl?: undefined;
2040
- companyUrl?: undefined;
2041
- limit?: undefined;
2042
- headlineICPCriteria?: undefined;
2043
- rubricGuidelines?: undefined;
2044
- sourceLeadListId?: undefined;
2045
- targetLeadCount?: undefined;
2046
- mode?: undefined;
2047
- targetEngagerCount?: undefined;
2048
- maxPostsToScrape?: undefined;
2049
- tableId?: undefined;
2050
- campaignName?: undefined;
2051
- keepInSync?: undefined;
2052
- jobId?: undefined;
2053
- selections?: undefined;
2054
- selectionMode?: undefined;
2055
- };
2056
- required: never[];
2057
- };
2058
- } | {
2059
- name: string;
2060
- description: string;
2061
- inputSchema: {
2062
- type: string;
2063
- properties: {
2064
- filters: {
2065
- type: string;
2066
- description: string;
2067
- properties: {
2068
- person_name: {
2069
- type: string;
2070
- description: string;
2071
- properties: {
2072
- include: {
2073
- type: string;
2074
- items: {
2075
- type: string;
2076
- };
2077
- };
2078
- exclude: {
2079
- type: string;
2080
- items: {
2081
- type: string;
2082
- };
2083
- };
2084
- };
2085
- };
2086
- person_name_or_job_title: {
2087
- type: string;
2088
- description: string;
2089
- };
2090
- person_job_title: {
2091
- type: string;
2092
- description: string;
2093
- properties: {
2094
- include: {
2095
- type: string;
2096
- items: {
2097
- type: string;
2098
- };
2099
- };
2100
- exclude: {
2101
- type: string;
2102
- items: {
2103
- type: string;
2104
- };
2105
- };
2106
- boolean_search: {
2107
- type: string;
2108
- };
2109
- match_only_exact_job_titles: {
2110
- type: string;
2111
- };
2112
- };
2113
- };
2114
- person_seniority: {
2115
- description: string;
2116
- type: string;
2117
- properties: {
2118
- include: {
2119
- type: string;
2120
- items: {
2121
- type: string;
2122
- };
2123
- };
2124
- exclude: {
2125
- type: string;
2126
- items: {
2127
- type: string;
2128
- };
2129
- };
2130
- };
2131
- };
2132
- person_department: {
2133
- description: string;
2134
- type: string;
2135
- properties: {
2136
- include: {
2137
- type: string;
2138
- items: {
2139
- type: string;
2140
- };
2141
- };
2142
- exclude: {
2143
- type: string;
2144
- items: {
2145
- type: string;
2146
- };
2147
- };
2148
- };
2149
- };
2150
- person_year_of_experience: {
2151
- type: string;
2152
- description: string;
2153
- properties: {
2154
- min: {
2155
- type: string;
2156
- };
2157
- max: {
2158
- type: string;
2159
- };
2160
- };
2161
- };
2162
- person_time_in_current_role: {
2163
- type: string;
2164
- description: string;
2165
- properties: {
2166
- min: {
2167
- type: string;
2168
- };
2169
- max: {
2170
- type: string;
2171
- };
2172
- };
2173
- };
2174
- person_time_in_current_company: {
2175
- type: string;
2176
- description: string;
2177
- properties: {
2178
- min: {
2179
- type: string;
2180
- };
2181
- max: {
2182
- type: string;
2183
- };
2184
- };
2185
- };
2186
- person_location_search: {
2187
- type: string;
2188
- description: string;
2189
- properties: {
2190
- include: {
2191
- type: string;
2192
- items: {
2193
- type: string;
2194
- };
2195
- };
2196
- exclude: {
2197
- type: string;
2198
- items: {
2199
- type: string;
2200
- };
2201
- };
2202
- };
2203
- };
2204
- person_contact_details: {
2205
- type: string;
2206
- description: string;
2207
- properties: {
2208
- email: {
2209
- type: string;
2210
- items: {
2211
- type: string;
2212
- };
2213
- };
2214
- mobile: {
2215
- type: string;
2216
- items: {
2217
- type: string;
2218
- };
2219
- };
2220
- operator: {
2221
- type: string;
2222
- enum: string[];
2223
- };
2224
- hide_people_with_details_already_revealed: {
2225
- type: string;
2226
- };
2227
- };
2228
- };
2229
- person_job_change: {
2230
- type: string;
2231
- description: string;
2232
- properties: {
2233
- timeframe_days: {
2234
- type: string;
2235
- };
2236
- only_promotion: {
2237
- type: string;
2238
- };
2239
- only_new_company: {
2240
- type: string;
2241
- };
2242
- };
2243
- };
2244
- max_person_per_company: {
2245
- type: string;
2246
- };
2247
- company_industry: {
2248
- description: string;
2249
- type: string;
2250
- properties: {
2251
- include: {
2252
- type: string;
2253
- items: {
2254
- type: string;
2255
- };
2256
- };
2257
- exclude: {
2258
- type: string;
2259
- items: {
2260
- type: string;
2261
- };
2262
- };
2263
- };
2264
- };
2265
- company_technology: {
2266
- description: string;
2267
- type: string;
2268
- properties: {
2269
- include: {
2270
- type: string;
2271
- items: {
2272
- type: string;
2273
- };
2274
- };
2275
- exclude: {
2276
- type: string;
2277
- items: {
2278
- type: string;
2279
- };
2280
- };
2281
- };
2282
- };
2283
- company_email_provider: {
2284
- type: string;
2285
- items: {
2286
- type: string;
2287
- };
2288
- description: string;
2289
- };
2290
- company_naics: {
2291
- type: string;
2292
- description: string;
2293
- properties: {
2294
- include: {
2295
- type: string;
2296
- items: {
2297
- type: string;
2298
- };
2299
- };
2300
- exclude: {
2301
- type: string;
2302
- items: {
2303
- type: string;
2304
- };
2305
- };
2306
- };
2307
- };
2308
- company_sics: {
2309
- type: string;
2310
- description: string;
2311
- properties: {
2312
- include: {
2313
- type: string;
2314
- items: {
2315
- type: string;
2316
- };
2317
- };
2318
- exclude: {
2319
- type: string;
2320
- items: {
2321
- type: string;
2322
- };
2323
- };
2324
- };
2325
- };
2326
- company_headcount_range: {
2327
- type: string;
2328
- items: {
2329
- type: string;
2330
- };
2331
- description: string;
2332
- };
2333
- company_headcount_custom: {
2334
- type: string;
2335
- description: string;
2336
- properties: {
2337
- min: {
2338
- type: string;
2339
- };
2340
- max: {
2341
- type: string;
2342
- };
2343
- };
2344
- };
2345
- company_location_search: {
2346
- type: string;
2347
- description: string;
2348
- properties: {
2349
- include: {
2350
- type: string;
2351
- items: {
2352
- type: string;
2353
- };
2354
- };
2355
- exclude: {
2356
- type: string;
2357
- items: {
2358
- type: string;
2359
- };
2360
- };
2361
- };
2362
- };
2363
- company_type: {
2364
- type: string;
2365
- description: string;
2366
- };
2367
- company_funding: {
2368
- description: string;
2369
- type: string;
2370
- properties: {
2371
- stage: {
2372
- type: string;
2373
- items: {
2374
- type: string;
2375
- };
2376
- };
2377
- funding_date: {
2378
- oneOf: ({
2379
- type: string;
2380
- description: string;
2381
- properties: {
2382
- min: {
2383
- type: string;
2384
- };
2385
- max: {
2386
- type: string;
2387
- };
2388
- };
2389
- } | {
2390
- type: string;
2391
- })[];
2392
- description: string;
2393
- };
2394
- last_funding: {
2395
- type: string;
2396
- description: string;
2397
- properties: {
2398
- min: {
2399
- type: string;
2400
- };
2401
- max: {
2402
- type: string;
2403
- };
2404
- };
2405
- };
2406
- total_funding: {
2407
- type: string;
2408
- description: string;
2409
- properties: {
2410
- min: {
2411
- type: string;
2412
- };
2413
- max: {
2414
- type: string;
2415
- };
2416
- };
2417
- };
2418
- funding_stage: {
2419
- type: string;
2420
- description: string;
2421
- properties: {
2422
- include: {
2423
- type: string;
2424
- items: {
2425
- type: string;
2426
- };
2427
- };
2428
- exclude: {
2429
- type: string;
2430
- items: {
2431
- type: string;
2432
- };
2433
- };
2434
- };
2435
- };
2436
- funding_amount: {
2437
- type: string;
2438
- description: string;
2439
- properties: {
2440
- min: {
2441
- type: string;
2442
- };
2443
- max: {
2444
- type: string;
2445
- };
2446
- };
2447
- };
2448
- };
2449
- };
2450
- company_keywords: {
2451
- type: string;
2452
- description: string;
2453
- properties: {
2454
- include: {
2455
- type: string;
2456
- items: {
2457
- type: string;
2458
- };
2459
- };
2460
- exclude: {
2461
- type: string;
2462
- items: {
2463
- type: string;
2464
- };
2465
- };
2466
- include_all: {
2467
- type: string;
2468
- };
2469
- include_company_description: {
2470
- type: string;
2471
- };
2472
- include_company_description_seo: {
2473
- type: string;
2474
- };
2475
- };
2476
- };
2477
- company_attributes: {
2478
- type: string;
2479
- description: string;
2480
- properties: {
2481
- b2b: {
2482
- type: string[];
2483
- };
2484
- demo: {
2485
- type: string[];
2486
- };
2487
- freetrial: {
2488
- type: string[];
2489
- };
2490
- downloadable: {
2491
- type: string[];
2492
- };
2493
- mobileapps: {
2494
- type: string[];
2495
- };
2496
- onlinereviews: {
2497
- type: string[];
2498
- };
2499
- pricing: {
2500
- type: string[];
2501
- };
2502
- };
2503
- };
2504
- company_revenue: {
2505
- type: string;
2506
- description: string;
2507
- properties: {
2508
- min: {
2509
- type: string;
2510
- };
2511
- max: {
2512
- type: string;
2513
- };
2514
- include_unknown_revenue: {
2515
- type: string;
2516
- };
2517
- };
2518
- };
2519
- company_founded: {
2520
- type: string;
2521
- description: string;
2522
- properties: {
2523
- min: {
2524
- type: string;
2525
- };
2526
- max: {
2527
- type: string;
2528
- };
2529
- include_unknown_founded: {
2530
- type: string;
2531
- };
2532
- };
2533
- };
2534
- company_headcount_growth: {
2535
- type: string;
2536
- description: string;
2537
- properties: {
2538
- timeframe_month: {
2539
- type: string;
2540
- };
2541
- min: {
2542
- type: string;
2543
- };
2544
- max: {
2545
- type: string;
2546
- };
2547
- departments: {
2548
- type: string;
2549
- items: {
2550
- type: string;
2551
- };
2552
- };
2553
- };
2554
- };
2555
- company_job_posting_hiring_for: {
2556
- type: string;
2557
- items: {
2558
- type: string;
2559
- };
2560
- };
2561
- company_job_posting_quantity: {
2562
- type: string;
2563
- description: string;
2564
- properties: {
2565
- min: {
2566
- type: string;
2567
- };
2568
- max: {
2569
- type: string;
2570
- };
2571
- };
2572
- };
2573
- company_headcount_by_department: {
2574
- type: string;
2575
- items: {
2576
- type: string;
2577
- description: string;
2578
- properties: {
2579
- department: {
2580
- type: string;
2581
- };
2582
- min: {
2583
- type: string;
2584
- };
2585
- max: {
2586
- type: string;
2587
- };
2588
- };
2589
- };
2590
- };
2591
- };
2592
- items?: undefined;
2593
- };
2594
- page: {
2595
- type: string;
2596
- description: string;
2597
- };
2598
- searchId: {
2599
- type: string;
2600
- description: string;
2601
- };
2602
- campaignOfferId: {
2603
- type: string;
2604
- description: string;
2605
- };
2606
- searchName: {
2607
- type: string;
2608
- description: string;
2609
- };
2610
- domainFilterId: {
2611
- type: string;
2612
- description: string;
2613
- };
2614
- currentStep: {
2615
- type: string[];
2616
- description: string;
2617
- };
2618
- confirmed: {
2619
- type: string;
2620
- description: string;
2621
- };
2622
- provider?: undefined;
2623
- searchMode?: undefined;
2624
- organization_num_employees_ranges?: undefined;
2625
- organization_locations?: undefined;
2626
- organization_not_locations?: undefined;
2627
- q_organization_keyword_tags?: undefined;
2628
- organization_industry_tag_ids?: undefined;
2629
- latest_funding_amount_min?: undefined;
2630
- latest_funding_amount_max?: undefined;
2631
- organization_revenue_min?: undefined;
2632
- organization_revenue_max?: undefined;
2633
- person_titles?: undefined;
2634
- person_seniorities?: undefined;
2635
- person_locations?: undefined;
2636
- include_similar_titles?: undefined;
2637
- q_keywords?: undefined;
2638
- companyFilters?: undefined;
2639
- contactFilters?: undefined;
2640
- companySearchMode?: undefined;
2641
- uploadedDomains?: undefined;
2642
- filterType?: undefined;
2643
- query?: undefined;
2644
- keywords?: undefined;
2645
- filePath?: undefined;
2646
- domainColumn?: undefined;
2647
- selectedColumns?: undefined;
2648
- confirmationToken?: undefined;
2649
- leadListId?: undefined;
2650
- leadListName?: undefined;
2651
- linkedInColumn?: undefined;
2652
- include?: undefined;
2653
- exclude?: undefined;
2654
- type?: undefined;
2655
- profileUrl?: undefined;
2656
- postUrl?: undefined;
2657
- companyUrl?: undefined;
2658
- limit?: undefined;
2659
- headlineICPCriteria?: undefined;
2660
- rubricGuidelines?: undefined;
2661
- sourceLeadListId?: undefined;
2662
- targetLeadCount?: undefined;
2663
- mode?: undefined;
2664
- targetEngagerCount?: undefined;
2665
- maxPostsToScrape?: undefined;
2666
- tableId?: undefined;
2667
- campaignName?: undefined;
2668
- keepInSync?: undefined;
2669
- jobId?: undefined;
2670
- selections?: undefined;
2671
- selectionMode?: undefined;
2672
- };
2673
- required: string[];
2674
- };
2675
- } | {
2676
- name: string;
2677
- description: string;
2678
- inputSchema: {
2679
- type: string;
2680
- properties: {
2681
- type: {
2682
- type: string;
2683
- enum: string[];
2684
- description: string;
2685
- default: string;
2686
- };
2687
- keywords: {
2688
- type: string;
2689
- description: string;
2690
- items: {
2691
- type: string;
2692
- properties: {
2693
- keyword: {
2694
- type: string;
2695
- };
2696
- id: {
2697
- type: string;
2698
- };
2699
- confidence: {
2700
- type: string[];
2701
- };
2702
- page: {
2703
- type: string;
2704
- };
2705
- };
2706
- required: string[];
2707
- };
2708
- };
2709
- profileUrl: {
2710
- type: string;
2711
- description: string;
2712
- };
2713
- postUrl: {
2714
- type: string;
2715
- description: string;
2716
- };
2717
- companyUrl: {
2718
- type: string;
2719
- description: string;
2720
- };
2721
- campaignOfferId: {
2722
- type: string;
2723
- description: string;
2724
- };
2725
- currentStep: {
2726
- type: string[];
2727
- description: string;
2728
- };
2729
- page: {
2730
- type: string;
2731
- description: string;
2732
- };
2733
- limit: {
2734
- type: string;
2735
- description: string;
2736
- };
2737
- headlineICPCriteria: {
2738
- type: string;
2739
- items: {
2740
- type: string;
2741
- };
2742
- description: string;
2743
- minItems?: undefined;
2744
- maxItems?: undefined;
2745
- };
2746
- rubricGuidelines: {
2747
- type: string;
2748
- items: {
2749
- type: string;
2750
- };
2751
- description: string;
2752
- };
2753
- confirmed: {
2754
- type: string;
2755
- description: string;
2756
- };
2757
- provider?: undefined;
2758
- searchMode?: undefined;
2759
- organization_num_employees_ranges?: undefined;
2760
- organization_locations?: undefined;
2761
- organization_not_locations?: undefined;
2762
- q_organization_keyword_tags?: undefined;
2763
- organization_industry_tag_ids?: undefined;
2764
- latest_funding_amount_min?: undefined;
2765
- latest_funding_amount_max?: undefined;
2766
- organization_revenue_min?: undefined;
2767
- organization_revenue_max?: undefined;
2768
- person_titles?: undefined;
2769
- person_seniorities?: undefined;
2770
- person_locations?: undefined;
2771
- include_similar_titles?: undefined;
2772
- q_keywords?: undefined;
2773
- filters?: undefined;
2774
- companyFilters?: undefined;
2775
- contactFilters?: undefined;
2776
- searchId?: undefined;
2777
- searchName?: undefined;
2778
- companySearchMode?: undefined;
2779
- uploadedDomains?: undefined;
2780
- filterType?: undefined;
2781
- query?: undefined;
2782
- filePath?: undefined;
2783
- domainColumn?: undefined;
2784
- selectedColumns?: undefined;
2785
- confirmationToken?: undefined;
2786
- leadListId?: undefined;
2787
- leadListName?: undefined;
2788
- linkedInColumn?: undefined;
2789
- include?: undefined;
2790
- exclude?: undefined;
2791
- domainFilterId?: undefined;
2792
- sourceLeadListId?: undefined;
2793
- targetLeadCount?: undefined;
2794
- mode?: undefined;
2795
- targetEngagerCount?: undefined;
2796
- maxPostsToScrape?: undefined;
2797
- tableId?: undefined;
2798
- campaignName?: undefined;
2799
- keepInSync?: undefined;
2800
- jobId?: undefined;
2801
- selections?: undefined;
2802
- selectionMode?: undefined;
2803
- };
2804
- required: never[];
2805
- };
2806
- } | {
2807
- name: string;
2808
- description: string;
2809
- inputSchema: {
2810
- type: string;
2811
- properties: {
2812
- campaignOfferId: {
2813
- type: string;
2814
- description: string;
2815
- };
2816
- provider: {
2817
- type: string;
2818
- enum: string[];
2819
- description: string;
2820
- };
2821
- currentStep: {
2822
- type: string[];
2823
- description: string;
2824
- };
2825
- sourceLeadListId: {
2826
- type: string;
2827
- description: string;
2828
- };
2829
- searchId: {
2830
- type: string;
2831
- description: string;
2832
- };
2833
- targetLeadCount: {
2834
- type: string;
2835
- description: string;
2836
- };
2837
- mode: {
2838
- type: string;
2839
- enum: string[];
2840
- description: string;
2841
- };
2842
- searchName: {
2843
- type: string;
2844
- description: string;
2845
- };
2846
- leadListName: {
2847
- type: string;
2848
- description: string;
2849
- };
2850
- headlineICPCriteria: {
2851
- type: string;
2852
- items: {
2853
- type: string;
2854
- };
2855
- description: string;
2856
- minItems?: undefined;
2857
- maxItems?: undefined;
2858
- };
2859
- targetEngagerCount: {
2860
- type: string;
2861
- description: string;
2862
- };
2863
- maxPostsToScrape: {
2864
- type: string;
2865
- description: string;
2866
- };
2867
- rubricGuidelines: {
2868
- type: string;
2869
- items: {
2870
- type: string;
2871
- };
2872
- description: string;
2873
- };
2874
- confirmed: {
2875
- type: string;
2876
- description: string;
2877
- };
2878
- searchMode?: undefined;
2879
- organization_num_employees_ranges?: undefined;
2880
- organization_locations?: undefined;
2881
- organization_not_locations?: undefined;
2882
- q_organization_keyword_tags?: undefined;
2883
- organization_industry_tag_ids?: undefined;
2884
- latest_funding_amount_min?: undefined;
2885
- latest_funding_amount_max?: undefined;
2886
- organization_revenue_min?: undefined;
2887
- organization_revenue_max?: undefined;
2888
- person_titles?: undefined;
2889
- person_seniorities?: undefined;
2890
- person_locations?: undefined;
2891
- include_similar_titles?: undefined;
2892
- q_keywords?: undefined;
2893
- filters?: undefined;
2894
- companyFilters?: undefined;
2895
- contactFilters?: undefined;
2896
- page?: undefined;
2897
- companySearchMode?: undefined;
2898
- uploadedDomains?: undefined;
2899
- filterType?: undefined;
2900
- query?: undefined;
2901
- keywords?: undefined;
2902
- filePath?: undefined;
2903
- domainColumn?: undefined;
2904
- selectedColumns?: undefined;
2905
- confirmationToken?: undefined;
2906
- leadListId?: undefined;
2907
- linkedInColumn?: undefined;
2908
- include?: undefined;
2909
- exclude?: undefined;
2910
- domainFilterId?: undefined;
2911
- type?: undefined;
2912
- profileUrl?: undefined;
2913
- postUrl?: undefined;
2914
- companyUrl?: undefined;
2915
- limit?: undefined;
2916
- tableId?: undefined;
2917
- campaignName?: undefined;
2918
- keepInSync?: undefined;
2919
- jobId?: undefined;
2920
- selections?: undefined;
2921
- selectionMode?: undefined;
2922
- };
2923
- required: string[];
2924
- };
2925
- } | {
2926
- name: string;
2927
- description: string;
2928
- inputSchema: {
2929
- type: string;
2930
- properties: {
2931
- campaignOfferId: {
2932
- type: string;
2933
- description: string;
2934
- };
2935
- tableId: {
2936
- type: string;
2937
- description: string;
2938
- };
2939
- provider: {
2940
- type: string;
2941
- enum: string[];
2942
- description: string;
2943
- };
2944
- confirmed?: undefined;
2945
- searchMode?: undefined;
2946
- organization_num_employees_ranges?: undefined;
2947
- organization_locations?: undefined;
2948
- organization_not_locations?: undefined;
2949
- q_organization_keyword_tags?: undefined;
2950
- organization_industry_tag_ids?: undefined;
2951
- latest_funding_amount_min?: undefined;
2952
- latest_funding_amount_max?: undefined;
2953
- organization_revenue_min?: undefined;
2954
- organization_revenue_max?: undefined;
2955
- person_titles?: undefined;
2956
- person_seniorities?: undefined;
2957
- person_locations?: undefined;
2958
- include_similar_titles?: undefined;
2959
- q_keywords?: undefined;
2960
- filters?: undefined;
2961
- companyFilters?: undefined;
2962
- contactFilters?: undefined;
2963
- page?: undefined;
2964
- searchId?: undefined;
2965
- searchName?: undefined;
2966
- companySearchMode?: undefined;
2967
- uploadedDomains?: undefined;
2968
- currentStep?: undefined;
2969
- filterType?: undefined;
2970
- query?: undefined;
2971
- keywords?: undefined;
2972
- filePath?: undefined;
2973
- domainColumn?: undefined;
2974
- selectedColumns?: undefined;
2975
- confirmationToken?: undefined;
2976
- leadListId?: undefined;
2977
- leadListName?: undefined;
2978
- linkedInColumn?: undefined;
2979
- include?: undefined;
2980
- exclude?: undefined;
2981
- domainFilterId?: undefined;
2982
- type?: undefined;
2983
- profileUrl?: undefined;
2984
- postUrl?: undefined;
2985
- companyUrl?: undefined;
2986
- limit?: undefined;
2987
- headlineICPCriteria?: undefined;
2988
- rubricGuidelines?: undefined;
2989
- sourceLeadListId?: undefined;
2990
- targetLeadCount?: undefined;
2991
- mode?: undefined;
2992
- targetEngagerCount?: undefined;
2993
- maxPostsToScrape?: undefined;
2994
- campaignName?: undefined;
2995
- keepInSync?: undefined;
2996
- jobId?: undefined;
2997
- selections?: undefined;
2998
- selectionMode?: undefined;
2999
- };
3000
- required: string[];
3001
- };
3002
- } | {
3003
- name: string;
3004
- description: string;
3005
- inputSchema: {
3006
- type: string;
3007
- properties: {
3008
- campaignOfferId: {
3009
- type: string;
3010
- description: string;
3011
- };
3012
- sourceLeadListId: {
3013
- type: string;
3014
- description: string;
3015
- };
3016
- currentStep: {
3017
- type: string[];
3018
- description: string;
3019
- };
3020
- campaignName: {
3021
- type: string;
3022
- description: string;
3023
- };
3024
- keepInSync: {
3025
- type: string;
3026
- description: string;
3027
- };
3028
- jobId: {
3029
- type: string;
3030
- description: string;
3031
- };
3032
- targetLeadCount: {
3033
- type: string;
3034
- description: string;
3035
- };
3036
- confirmed: {
3037
- type: string;
3038
- description: string;
3039
- };
3040
- provider?: undefined;
3041
- searchMode?: undefined;
3042
- organization_num_employees_ranges?: undefined;
3043
- organization_locations?: undefined;
3044
- organization_not_locations?: undefined;
3045
- q_organization_keyword_tags?: undefined;
3046
- organization_industry_tag_ids?: undefined;
3047
- latest_funding_amount_min?: undefined;
3048
- latest_funding_amount_max?: undefined;
3049
- organization_revenue_min?: undefined;
3050
- organization_revenue_max?: undefined;
3051
- person_titles?: undefined;
3052
- person_seniorities?: undefined;
3053
- person_locations?: undefined;
3054
- include_similar_titles?: undefined;
3055
- q_keywords?: undefined;
3056
- filters?: undefined;
3057
- companyFilters?: undefined;
3058
- contactFilters?: undefined;
3059
- page?: undefined;
3060
- searchId?: undefined;
3061
- searchName?: undefined;
3062
- companySearchMode?: undefined;
3063
- uploadedDomains?: undefined;
3064
- filterType?: undefined;
3065
- query?: undefined;
3066
- keywords?: undefined;
3067
- filePath?: undefined;
3068
- domainColumn?: undefined;
3069
- selectedColumns?: undefined;
3070
- confirmationToken?: undefined;
3071
- leadListId?: undefined;
3072
- leadListName?: undefined;
3073
- linkedInColumn?: undefined;
3074
- include?: undefined;
3075
- exclude?: undefined;
3076
- domainFilterId?: undefined;
3077
- type?: undefined;
3078
- profileUrl?: undefined;
3079
- postUrl?: undefined;
3080
- companyUrl?: undefined;
3081
- limit?: undefined;
3082
- headlineICPCriteria?: undefined;
3083
- rubricGuidelines?: undefined;
3084
- mode?: undefined;
3085
- targetEngagerCount?: undefined;
3086
- maxPostsToScrape?: undefined;
3087
- tableId?: undefined;
3088
- selections?: undefined;
3089
- selectionMode?: undefined;
3090
- };
3091
- required: string[];
3092
- };
3093
- } | {
3094
- name: string;
3095
- description: string;
3096
- inputSchema: {
3097
- type: string;
3098
- properties: {
3099
- campaignOfferId: {
3100
- type: string;
3101
- description: string;
3102
- };
3103
- selections: {
3104
- type: string;
3105
- description: string;
3106
- items: {
3107
- type: string;
3108
- properties: {
3109
- postId: {
3110
- type: string;
3111
- description: string;
3112
- };
3113
- reason: {
3114
- type: string;
3115
- description: string;
3116
- };
3117
- };
3118
- required: string[];
3119
- };
3120
- minItems: number;
3121
- maxItems: number;
3122
- };
3123
- headlineICPCriteria: {
3124
- type: string;
3125
- description: string;
3126
- items: {
3127
- type: string;
3128
- };
3129
- minItems: number;
3130
- maxItems: number;
3131
- };
3132
- selectionMode: {
3133
- type: string;
3134
- enum: string[];
3135
- description: string;
3136
- };
3137
- currentStep: {
3138
- type: string[];
3139
- description: string;
3140
- };
3141
- provider?: undefined;
3142
- confirmed?: undefined;
3143
- searchMode?: undefined;
3144
- organization_num_employees_ranges?: undefined;
3145
- organization_locations?: undefined;
3146
- organization_not_locations?: undefined;
3147
- q_organization_keyword_tags?: undefined;
3148
- organization_industry_tag_ids?: undefined;
3149
- latest_funding_amount_min?: undefined;
3150
- latest_funding_amount_max?: undefined;
3151
- organization_revenue_min?: undefined;
3152
- organization_revenue_max?: undefined;
3153
- person_titles?: undefined;
3154
- person_seniorities?: undefined;
3155
- person_locations?: undefined;
3156
- include_similar_titles?: undefined;
3157
- q_keywords?: undefined;
3158
- filters?: undefined;
3159
- companyFilters?: undefined;
3160
- contactFilters?: undefined;
3161
- page?: undefined;
3162
- searchId?: undefined;
3163
- searchName?: undefined;
3164
- companySearchMode?: undefined;
3165
- uploadedDomains?: undefined;
3166
- filterType?: undefined;
3167
- query?: undefined;
3168
- keywords?: undefined;
3169
- filePath?: undefined;
3170
- domainColumn?: undefined;
3171
- selectedColumns?: undefined;
3172
- confirmationToken?: undefined;
3173
- leadListId?: undefined;
3174
- leadListName?: undefined;
3175
- linkedInColumn?: undefined;
3176
- include?: undefined;
3177
- exclude?: undefined;
3178
- domainFilterId?: undefined;
3179
- type?: undefined;
3180
- profileUrl?: undefined;
3181
- postUrl?: undefined;
3182
- companyUrl?: undefined;
3183
- limit?: undefined;
3184
- rubricGuidelines?: undefined;
3185
- sourceLeadListId?: undefined;
3186
- targetLeadCount?: undefined;
3187
- mode?: undefined;
3188
- targetEngagerCount?: undefined;
3189
- maxPostsToScrape?: undefined;
3190
- tableId?: undefined;
3191
- campaignName?: undefined;
3192
- keepInSync?: undefined;
3193
- jobId?: undefined;
3194
- };
3195
- required: string[];
3196
- };
3197
- } | {
3198
- name: string;
3199
- description: string;
3200
- inputSchema: {
3201
- type: string;
3202
- properties: {
3203
- campaignOfferId: {
3204
- type: string;
3205
- description: string;
3206
- };
3207
- headlineICPCriteria: {
3208
- type: string;
3209
- description: string;
3210
- items: {
3211
- type: string;
3212
- };
3213
- minItems: number;
3214
- maxItems: number;
3215
- };
3216
- currentStep: {
3217
- type: string[];
3218
- description: string;
3219
- };
3220
- provider?: undefined;
3221
- confirmed?: undefined;
3222
- searchMode?: undefined;
3223
- organization_num_employees_ranges?: undefined;
3224
- organization_locations?: undefined;
3225
- organization_not_locations?: undefined;
3226
- q_organization_keyword_tags?: undefined;
3227
- organization_industry_tag_ids?: undefined;
3228
- latest_funding_amount_min?: undefined;
3229
- latest_funding_amount_max?: undefined;
3230
- organization_revenue_min?: undefined;
3231
- organization_revenue_max?: undefined;
3232
- person_titles?: undefined;
3233
- person_seniorities?: undefined;
3234
- person_locations?: undefined;
3235
- include_similar_titles?: undefined;
3236
- q_keywords?: undefined;
3237
- filters?: undefined;
3238
- companyFilters?: undefined;
3239
- contactFilters?: undefined;
3240
- page?: undefined;
3241
- searchId?: undefined;
3242
- searchName?: undefined;
3243
- companySearchMode?: undefined;
3244
- uploadedDomains?: undefined;
3245
- filterType?: undefined;
3246
- query?: undefined;
3247
- keywords?: undefined;
3248
- filePath?: undefined;
3249
- domainColumn?: undefined;
3250
- selectedColumns?: undefined;
3251
- confirmationToken?: undefined;
3252
- leadListId?: undefined;
3253
- leadListName?: undefined;
3254
- linkedInColumn?: undefined;
3255
- include?: undefined;
3256
- exclude?: undefined;
3257
- domainFilterId?: undefined;
3258
- type?: undefined;
3259
- profileUrl?: undefined;
3260
- postUrl?: undefined;
3261
- companyUrl?: undefined;
3262
- limit?: undefined;
3263
- rubricGuidelines?: undefined;
3264
- sourceLeadListId?: undefined;
3265
- targetLeadCount?: undefined;
3266
- mode?: undefined;
3267
- targetEngagerCount?: undefined;
3268
- maxPostsToScrape?: undefined;
3269
- tableId?: undefined;
3270
- campaignName?: undefined;
3271
- keepInSync?: undefined;
3272
- jobId?: undefined;
3273
- selections?: undefined;
3274
- selectionMode?: undefined;
3275
- };
3276
- required: string[];
3277
- };
3278
- } | {
3279
- name: string;
3280
- description: string;
3281
- inputSchema: {
3282
- type: string;
3283
- properties: {
3284
- linkedinUrl: {
3285
- type: string;
3286
- description: string;
3287
- };
3288
- limit: {
3289
- type: string;
3290
- description: string;
3291
- default: number;
3292
- };
3293
- postUrl?: undefined;
3294
- sources?: undefined;
3295
- full?: undefined;
3296
- companyUrl?: undefined;
3297
- sortBy?: undefined;
3298
- linkedin_url?: undefined;
3299
- max_posts?: undefined;
3300
- };
3301
- required: string[];
3302
- };
3303
- } | {
3304
- name: string;
3305
- description: string;
3306
- inputSchema: {
3307
- type: string;
3308
- properties: {
3309
- postUrl: {
3310
- type: string;
3311
- description: string;
3312
- };
3313
- sources: {
3314
- type: string;
3315
- enum: string[];
3316
- description: string;
3317
- default: string;
3318
- };
3319
- limit: {
3320
- type: string;
3321
- description: string;
3322
- default: number;
3323
- };
3324
- linkedinUrl?: undefined;
3325
- full?: undefined;
3326
- companyUrl?: undefined;
3327
- sortBy?: undefined;
3328
- linkedin_url?: undefined;
3329
- max_posts?: undefined;
3330
- };
3331
- required: string[];
3332
- };
3333
- } | {
3334
- name: string;
3335
- description: string;
3336
- inputSchema: {
3337
- type: string;
3338
- properties: {
3339
- linkedinUrl: {
3340
- type: string;
3341
- description: string;
3342
- };
3343
- full: {
3344
- type: string;
3345
- description: string;
3346
- default: boolean;
3347
- };
3348
- limit?: undefined;
3349
- postUrl?: undefined;
3350
- sources?: undefined;
3351
- companyUrl?: undefined;
3352
- sortBy?: undefined;
3353
- linkedin_url?: undefined;
3354
- max_posts?: undefined;
3355
- };
3356
- required: string[];
3357
- };
3358
- } | {
3359
- name: string;
3360
- description: string;
3361
- inputSchema: {
3362
- type: string;
3363
- properties: {
3364
- companyUrl: {
3365
- type: string;
3366
- description: string;
3367
- };
3368
- linkedinUrl?: undefined;
3369
- limit?: undefined;
3370
- postUrl?: undefined;
3371
- sources?: undefined;
3372
- full?: undefined;
3373
- sortBy?: undefined;
3374
- linkedin_url?: undefined;
3375
- max_posts?: undefined;
3376
- };
3377
- required: string[];
3378
- };
3379
- } | {
3380
- name: string;
3381
- description: string;
3382
- inputSchema: {
3383
- type: string;
3384
- properties: {
3385
- companyUrl: {
3386
- type: string;
3387
- description: string;
3388
- };
3389
- limit: {
3390
- type: string;
3391
- description: string;
3392
- default: number;
3393
- };
3394
- sortBy: {
3395
- type: string;
3396
- enum: string[];
3397
- description: string;
3398
- default: string;
3399
- };
3400
- linkedinUrl?: undefined;
3401
- postUrl?: undefined;
3402
- sources?: undefined;
3403
- full?: undefined;
3404
- linkedin_url?: undefined;
3405
- max_posts?: undefined;
3406
- };
3407
- required: string[];
3408
- };
3409
- } | {
3410
- name: string;
3411
- description: string;
3412
- inputSchema: {
3413
- type: string;
3414
- properties: {
3415
- linkedin_url: {
3416
- type: string;
3417
- description: string;
3418
- };
3419
- max_posts: {
3420
- type: string;
3421
- description: string;
3422
- default: number;
3423
- };
3424
- linkedinUrl?: undefined;
3425
- limit?: undefined;
3426
- postUrl?: undefined;
3427
- sources?: undefined;
3428
- full?: undefined;
3429
- companyUrl?: undefined;
3430
- sortBy?: undefined;
3431
- };
3432
- required: string[];
3433
- };
3434
- } | {
3435
- name: string;
3436
- description: string;
3437
- inputSchema: {
3438
- type: string;
3439
- properties: {
3440
- linkedin_url: {
3441
- type: string;
3442
- description: string;
3443
- };
3444
- linkedinUrl?: undefined;
3445
- limit?: undefined;
3446
- postUrl?: undefined;
3447
- sources?: undefined;
3448
- full?: undefined;
3449
- companyUrl?: undefined;
3450
- sortBy?: undefined;
3451
- max_posts?: undefined;
3452
- };
3453
- required: string[];
3454
- };
3455
- } | {
3456
- name: string;
3457
- description: string;
3458
- inputSchema: {
3459
- type: string;
3460
- properties: {
3461
- name: {
3462
- type: string;
3463
- description: string;
3464
- };
3465
- senderIds: {
3466
- type: string;
3467
- items: {
3468
- type: string;
3469
- };
3470
- description: string;
3471
- };
3472
- clientProspectId: {
3473
- type: string;
3474
- description: string;
3475
- };
3476
- senderLinkedinUrl: {
3477
- type: string;
3478
- description: string;
3479
- };
3480
- offerPositioning: {
3481
- type: string;
3482
- description: string;
3483
- };
3484
- campaignBrief: {
3485
- description: string;
3486
- };
3487
- sequenceTemplate?: undefined;
3488
- confirmed?: undefined;
3489
- tableId?: undefined;
3490
- leads?: undefined;
3491
- skipDuplicates?: undefined;
3492
- template?: undefined;
3493
- };
3494
- required: string[];
3495
- };
3496
- } | {
3497
- name: string;
3498
- description: string;
3499
- inputSchema: {
3500
- type: string;
3501
- properties: {
3502
- name: {
3503
- type: string;
3504
- description: string;
3505
- };
3506
- clientProspectId: {
3507
- type: string;
3508
- description: string;
3509
- };
3510
- senderLinkedinUrl: {
3511
- type: string;
3512
- description: string;
3513
- };
3514
- senderIds: {
3515
- type: string;
3516
- items: {
3517
- type: string;
3518
- };
3519
- description: string;
3520
- };
3521
- campaignBrief: {
3522
- description: string;
3523
- };
3524
- offerPositioning: {
3525
- type: string;
3526
- description: string;
3527
- };
3528
- sequenceTemplate: {
3529
- type: string;
3530
- description: string;
3531
- };
3532
- confirmed: {
3533
- type: string;
3534
- description: string;
3535
- };
3536
- tableId?: undefined;
3537
- leads?: undefined;
3538
- skipDuplicates?: undefined;
3539
- template?: undefined;
3540
- };
3541
- required: string[];
3542
- };
3543
- } | {
3544
- name: string;
3545
- description: string;
3546
- inputSchema: {
3547
- type: string;
3548
- properties: {
3549
- tableId: {
3550
- type: string;
3551
- description: string;
3552
- };
3553
- leads: {
3554
- type: string;
3555
- description: string;
3556
- items: {
3557
- type: string;
3558
- properties: {
3559
- linkedinUrl: {
3560
- type: string;
3561
- };
3562
- name: {
3563
- type: string;
3564
- };
3565
- title: {
3566
- type: string;
3567
- };
3568
- companyWebsite: {
3569
- type: string;
3570
- };
3571
- location: {
3572
- type: string;
3573
- };
3574
- };
3575
- required: string[];
3576
- };
3577
- };
3578
- skipDuplicates: {
3579
- type: string;
3580
- description: string;
3581
- };
3582
- name?: undefined;
3583
- senderIds?: undefined;
3584
- clientProspectId?: undefined;
3585
- senderLinkedinUrl?: undefined;
3586
- offerPositioning?: undefined;
3587
- campaignBrief?: undefined;
3588
- sequenceTemplate?: undefined;
3589
- confirmed?: undefined;
3590
- template?: undefined;
3591
- };
3592
- required: string[];
3593
- };
3594
- } | {
3595
- name: string;
3596
- description: string;
3597
- inputSchema: {
3598
- type: string;
3599
- properties: {
3600
- tableId: {
3601
- type: string;
3602
- description?: undefined;
3603
- };
3604
- name?: undefined;
3605
- senderIds?: undefined;
3606
- clientProspectId?: undefined;
3607
- senderLinkedinUrl?: undefined;
3608
- offerPositioning?: undefined;
3609
- campaignBrief?: undefined;
3610
- sequenceTemplate?: undefined;
3611
- confirmed?: undefined;
3612
- leads?: undefined;
3613
- skipDuplicates?: undefined;
3614
- template?: undefined;
3615
- };
3616
- required: string[];
3617
- };
3618
- } | {
3619
- name: string;
3620
- description: string;
3621
- inputSchema: {
3622
- type: string;
3623
- properties: {
3624
- tableId: {
3625
- type: string;
3626
- description?: undefined;
3627
- };
3628
- template: {
3629
- type: string;
3630
- description: string;
3631
- };
3632
- confirmed: {
3633
- type: string;
3634
- description: string;
3635
- };
3636
- name?: undefined;
3637
- senderIds?: undefined;
3638
- clientProspectId?: undefined;
3639
- senderLinkedinUrl?: undefined;
3640
- offerPositioning?: undefined;
3641
- campaignBrief?: undefined;
3642
- sequenceTemplate?: undefined;
3643
- leads?: undefined;
3644
- skipDuplicates?: undefined;
3645
- };
3646
- required: string[];
3647
- };
3648
- } | {
3649
- name: string;
3650
- description: string;
3651
- inputSchema: {
3652
- type: string;
3653
- properties: {
3654
- campaignOfferId: {
3655
- type: string;
3656
- description: string;
3657
- };
3658
- leadScoringRubrics: {
3659
- type: string;
3660
- description: string;
3661
- items: {
3662
- type: string;
3663
- properties: {
3664
- id: {
3665
- type: string;
3666
- };
3667
- checkName: {
3668
- type: string;
3669
- };
3670
- description: {
3671
- type: string;
3672
- };
3673
- criterion: {
3674
- type: string;
3675
- };
3676
- reason: {
3677
- type: string;
3678
- };
3679
- useCheckForScoring: {
3680
- type: string;
3681
- };
3682
- isRequiredCheck: {
3683
- type: string;
3684
- };
3685
- allowPartialCredit: {
3686
- type: string;
3687
- };
3688
- strictMatching: {
3689
- type: string;
3690
- };
3691
- };
3692
- required: string[];
3693
- additionalProperties: boolean;
3694
- };
3695
- };
3696
- requiredCheckNames?: undefined;
3697
- rubric?: undefined;
3698
- rubricId?: undefined;
3699
- updates?: undefined;
3700
- checkName?: undefined;
3701
- maxProspects?: undefined;
3702
- tableId?: undefined;
3703
- targetCount?: undefined;
3704
- minPassedCount?: undefined;
3705
- timeoutMs?: undefined;
3706
- intervalMs?: undefined;
3707
- includeRows?: undefined;
3708
- };
3709
- required: string[];
3710
- additionalProperties: boolean;
3711
- };
3712
- } | {
3713
- name: string;
3714
- description: string;
3715
- inputSchema: {
3716
- type: string;
3717
- properties: {
3718
- campaignOfferId: {
3719
- type: string;
3720
- description: string;
3721
- };
3722
- requiredCheckNames: {
3723
- type: string;
3724
- description: string;
3725
- items: {
3726
- type: string;
3727
- };
3728
- };
3729
- leadScoringRubrics?: undefined;
3730
- rubric?: undefined;
3731
- rubricId?: undefined;
3732
- updates?: undefined;
3733
- checkName?: undefined;
3734
- maxProspects?: undefined;
3735
- tableId?: undefined;
3736
- targetCount?: undefined;
3737
- minPassedCount?: undefined;
3738
- timeoutMs?: undefined;
3739
- intervalMs?: undefined;
3740
- includeRows?: undefined;
3741
- };
3742
- required: string[];
3743
- additionalProperties: boolean;
3744
- };
3745
- } | {
3746
- name: string;
3747
- description: string;
3748
- inputSchema: {
3749
- type: string;
3750
- properties: {
3751
- campaignOfferId: {
3752
- type: string;
3753
- description: string;
3754
- };
3755
- leadScoringRubrics: {
3756
- type: string;
3757
- description: string;
3758
- items: {
3759
- type: string;
3760
- properties: {
3761
- checkName: {
3762
- type: string;
3763
- };
3764
- description: {
3765
- type: string;
3766
- };
3767
- criterion: {
3768
- type: string;
3769
- };
3770
- reason: {
3771
- type: string;
3772
- };
3773
- isRequiredCheck: {
3774
- type: string;
3775
- };
3776
- useCheckForScoring: {
3777
- type: string;
3778
- };
3779
- id?: undefined;
3780
- allowPartialCredit?: undefined;
3781
- strictMatching?: undefined;
3782
- };
3783
- required?: undefined;
3784
- additionalProperties?: undefined;
3785
- };
3786
- };
3787
- requiredCheckNames?: undefined;
3788
- rubric?: undefined;
3789
- rubricId?: undefined;
3790
- updates?: undefined;
3791
- checkName?: undefined;
3792
- maxProspects?: undefined;
3793
- tableId?: undefined;
3794
- targetCount?: undefined;
3795
- minPassedCount?: undefined;
3796
- timeoutMs?: undefined;
3797
- intervalMs?: undefined;
3798
- includeRows?: undefined;
3799
- };
3800
- required: string[];
3801
- additionalProperties: boolean;
3802
- };
3803
- } | {
3804
- name: string;
3805
- description: string;
3806
- inputSchema: {
3807
- type: string;
3808
- properties: {
3809
- campaignOfferId: {
3810
- type: string;
3811
- description: string;
3812
- };
3813
- rubric: {
3814
- type: string;
3815
- description: string;
3816
- properties: {
3817
- checkName: {
3818
- type: string;
3819
- };
3820
- description: {
3821
- type: string;
3822
- };
3823
- criterion: {
3824
- type: string;
3825
- };
3826
- reason: {
3827
- type: string;
3828
- };
3829
- useCheckForScoring: {
3830
- type: string;
3831
- };
3832
- isRequiredCheck: {
3833
- type: string;
3834
- };
3835
- allowPartialCredit: {
3836
- type: string;
3837
- };
3838
- strictMatching: {
3839
- type: string;
3840
- };
3841
- };
3842
- required: string[];
3843
- additionalProperties: boolean;
3844
- };
3845
- leadScoringRubrics?: undefined;
3846
- requiredCheckNames?: undefined;
3847
- rubricId?: undefined;
3848
- updates?: undefined;
3849
- checkName?: undefined;
3850
- maxProspects?: undefined;
3851
- tableId?: undefined;
3852
- targetCount?: undefined;
3853
- minPassedCount?: undefined;
3854
- timeoutMs?: undefined;
3855
- intervalMs?: undefined;
3856
- includeRows?: undefined;
3857
- };
3858
- required: string[];
3859
- additionalProperties: boolean;
3860
- };
3861
- } | {
3862
- name: string;
3863
- description: string;
3864
- inputSchema: {
3865
- type: string;
3866
- properties: {
3867
- campaignOfferId: {
3868
- type: string;
3869
- description: string;
3870
- };
3871
- rubricId: {
3872
- type: string;
3873
- description: string;
3874
- };
3875
- updates: {
3876
- type: string;
3877
- description: string;
3878
- properties: {
3879
- checkName: {
3880
- type: string;
3881
- };
3882
- description: {
3883
- type: string;
3884
- };
3885
- criterion: {
3886
- type: string;
3887
- };
3888
- reason: {
3889
- type: string;
3890
- };
3891
- useCheckForScoring: {
3892
- type: string;
3893
- };
3894
- isRequiredCheck: {
3895
- type: string;
3896
- };
3897
- allowPartialCredit: {
3898
- type: string;
3899
- };
3900
- strictMatching: {
3901
- type: string;
3902
- };
3903
- };
3904
- additionalProperties: boolean;
3905
- };
3906
- leadScoringRubrics?: undefined;
3907
- requiredCheckNames?: undefined;
3908
- rubric?: undefined;
3909
- checkName?: undefined;
3910
- maxProspects?: undefined;
3911
- tableId?: undefined;
3912
- targetCount?: undefined;
3913
- minPassedCount?: undefined;
3914
- timeoutMs?: undefined;
3915
- intervalMs?: undefined;
3916
- includeRows?: undefined;
3917
- };
3918
- required: string[];
3919
- additionalProperties: boolean;
3920
- };
3921
- } | {
3922
- name: string;
3923
- description: string;
3924
- inputSchema: {
3925
- type: string;
3926
- properties: {
3927
- campaignOfferId: {
3928
- type: string;
3929
- description: string;
3930
- };
3931
- checkName: {
3932
- type: string;
3933
- description: string;
3934
- };
3935
- leadScoringRubrics?: undefined;
3936
- requiredCheckNames?: undefined;
3937
- rubric?: undefined;
3938
- rubricId?: undefined;
3939
- updates?: undefined;
3940
- maxProspects?: undefined;
3941
- tableId?: undefined;
3942
- targetCount?: undefined;
3943
- minPassedCount?: undefined;
3944
- timeoutMs?: undefined;
3945
- intervalMs?: undefined;
3946
- includeRows?: undefined;
3947
- };
3948
- required: string[];
3949
- additionalProperties: boolean;
3950
- };
3951
- } | {
3952
- name: string;
3953
- description: string;
3954
- inputSchema: {
3955
- type: string;
3956
- properties: {
3957
- campaignOfferId: {
3958
- type: string;
3959
- description: string;
3960
- };
3961
- maxProspects: {
3962
- type: string;
3963
- description: string;
3964
- };
3965
- leadScoringRubrics?: undefined;
3966
- requiredCheckNames?: undefined;
3967
- rubric?: undefined;
3968
- rubricId?: undefined;
3969
- updates?: undefined;
3970
- checkName?: undefined;
3971
- tableId?: undefined;
3972
- targetCount?: undefined;
3973
- minPassedCount?: undefined;
3974
- timeoutMs?: undefined;
3975
- intervalMs?: undefined;
3976
- includeRows?: undefined;
3977
- };
3978
- required: string[];
3979
- additionalProperties: boolean;
3980
- };
3981
- } | {
3982
- name: string;
3983
- description: string;
3984
- inputSchema: {
3985
- type: string;
3986
- properties: {
3987
- name: {
3988
- type: string;
3989
- description: string;
3990
- };
3991
- senderId: {
3992
- type: string;
3993
- description: string;
3994
- };
3995
- clientProspectId: {
3996
- type: string;
3997
- description: string;
3998
- };
3999
- senderLinkedinUrl: {
4000
- type: string;
4001
- description: string;
4002
- };
4003
- sequenceActions: {
4004
- type: string;
4005
- items: {
4006
- type: string;
4007
- };
4008
- description: string;
4009
- };
4010
- tableId?: undefined;
4011
- template?: undefined;
4012
- confirmed?: undefined;
4013
- campaignId?: undefined;
4014
- currentStep?: undefined;
4015
- };
4016
- required: string[];
4017
- };
4018
- } | {
4019
- name: string;
4020
- description: string;
4021
- inputSchema: {
4022
- type: string;
4023
- properties: {
4024
- tableId: {
4025
- type: string;
4026
- description: string;
4027
- };
4028
- template: {
4029
- type: string;
4030
- description: string;
4031
- };
4032
- confirmed: {
4033
- type: string;
4034
- description: string;
4035
- };
4036
- name?: undefined;
4037
- senderId?: undefined;
4038
- clientProspectId?: undefined;
4039
- senderLinkedinUrl?: undefined;
4040
- sequenceActions?: undefined;
4041
- campaignId?: undefined;
4042
- currentStep?: undefined;
4043
- };
4044
- required: string[];
4045
- };
4046
- } | {
4047
- name: string;
4048
- description: string;
4049
- inputSchema: {
4050
- type: string;
4051
- properties: {
4052
- campaignId: {
4053
- type: string;
4054
- description: string;
4055
- };
4056
- confirmed: {
4057
- type: string;
4058
- description: string;
4059
- };
4060
- currentStep: {
4061
- type: string;
4062
- description: string;
4063
- };
4064
- name?: undefined;
4065
- senderId?: undefined;
4066
- clientProspectId?: undefined;
4067
- senderLinkedinUrl?: undefined;
4068
- sequenceActions?: undefined;
4069
- tableId?: undefined;
4070
- template?: undefined;
4071
- };
4072
- required: string[];
4073
- };
4074
- } | {
4075
- name: string;
4076
- description: string;
4077
- inputSchema: {
4078
- type: string;
4079
- properties: {
4080
- limit: {
4081
- type: string;
4082
- description: string;
4083
- };
4084
- hasSequence: {
4085
- type: string;
4086
- description: string;
4087
- };
4088
- };
4089
- required: never[];
4090
- };
4091
- } | {
4092
- name: string;
4093
- description: string;
4094
- inputSchema: {
4095
- type: string;
4096
- properties: {
4097
- tableId: {
4098
- type: string;
4099
- description: string;
4100
- };
4101
- rowId: {
4102
- type: string;
4103
- description: string;
4104
- };
4105
- skipColumnIds: {
4106
- type: string;
4107
- items: {
4108
- type: string;
4109
- };
4110
- description: string;
4111
- };
4112
- forceRerun: {
4113
- type: string;
4114
- description: string;
4115
- };
4116
- };
4117
- required: string[];
4118
- };
4119
- } | {
4120
- name: string;
4121
- description: string;
4122
- inputSchema: {
4123
- type: string;
4124
- properties: {
4125
- workspaceId: {
4126
- type: string;
4127
- };
4128
- userConfirmed: {
4129
- type: string;
4130
- description: string;
4131
- };
4132
- name?: undefined;
4133
- email?: undefined;
4134
- role?: undefined;
4135
- redirectTo?: undefined;
4136
- campaignId?: undefined;
4137
- };
4138
- required: string[];
4139
- additionalProperties: boolean;
4140
- };
4141
- } | {
4142
- name: string;
4143
- description: string;
4144
- inputSchema: {
4145
- type: string;
4146
- properties: {
4147
- name: {
4148
- type: string;
4149
- };
4150
- workspaceId?: undefined;
4151
- userConfirmed?: undefined;
4152
- email?: undefined;
4153
- role?: undefined;
4154
- redirectTo?: undefined;
4155
- campaignId?: undefined;
4156
- };
4157
- required: string[];
4158
- additionalProperties: boolean;
4159
- };
4160
- } | {
4161
- name: string;
4162
- description: string;
4163
- inputSchema: {
4164
- type: string;
4165
- properties: {
4166
- email: {
4167
- type: string;
4168
- };
4169
- role: {
4170
- type: string;
4171
- enum: string[];
4172
- };
4173
- redirectTo: {
4174
- type: string;
4175
- };
4176
- campaignId: {
4177
- type: string;
4178
- };
4179
- workspaceId?: undefined;
4180
- userConfirmed?: undefined;
4181
- name?: undefined;
4182
- };
4183
- required: string[];
4184
- additionalProperties: boolean;
4185
- };
4186
- })[];