@sellable/mcp 0.1.254 → 0.1.256
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.d.ts +3 -0
- package/dist/api.js +24 -13
- package/dist/index-dev.js +0 -0
- package/dist/index.js +0 -0
- package/dist/server.js +13 -4
- package/dist/tools/campaigns.d.ts +41 -0
- package/dist/tools/campaigns.js +22 -3
- package/dist/tools/registry.d.ts +483 -412
- package/dist/tools/tables.d.ts +53 -2
- package/dist/tools/tables.js +78 -0
- package/package.json +1 -1
- package/skills/create-post/SKILL.md +52 -17
- package/skills/create-post/references/gold-standard-post-pack.md +11 -0
- package/skills/create-post/references/hook-research-playbook.md +57 -14
- package/skills/create-post/references/linkedin-preview-rendering.md +163 -0
- package/skills/create-post/references/post-file-contract.md +7 -0
- package/skills/create-post/references/post-validation.md +68 -15
- package/skills/research/config.json +9 -0
package/dist/tools/registry.d.ts
CHANGED
|
@@ -393,34 +393,36 @@ export declare const allTools: ({
|
|
|
393
393
|
inputSchema: {
|
|
394
394
|
type: string;
|
|
395
395
|
properties: {
|
|
396
|
-
|
|
396
|
+
campaignId: {
|
|
397
397
|
type: string;
|
|
398
398
|
description: string;
|
|
399
399
|
};
|
|
400
|
-
|
|
400
|
+
timeoutMs: {
|
|
401
401
|
type: string;
|
|
402
402
|
description: string;
|
|
403
|
-
items: {
|
|
404
|
-
type: string;
|
|
405
|
-
};
|
|
406
403
|
};
|
|
407
|
-
|
|
408
|
-
type: string
|
|
404
|
+
intervalMs: {
|
|
405
|
+
type: string;
|
|
409
406
|
description: string;
|
|
410
407
|
};
|
|
411
|
-
|
|
408
|
+
requireRows: {
|
|
412
409
|
type: string;
|
|
413
410
|
description: string;
|
|
414
411
|
};
|
|
415
|
-
|
|
412
|
+
flowVersion: {
|
|
416
413
|
type: string;
|
|
414
|
+
enum: string[];
|
|
417
415
|
description: string;
|
|
418
|
-
items: {
|
|
419
|
-
type: string;
|
|
420
|
-
};
|
|
421
416
|
};
|
|
417
|
+
leadListId?: undefined;
|
|
418
|
+
campaignOfferId?: undefined;
|
|
419
|
+
provider?: undefined;
|
|
420
|
+
jobId?: undefined;
|
|
421
|
+
targetLeadCount?: undefined;
|
|
422
|
+
requireComplete?: undefined;
|
|
422
423
|
};
|
|
423
424
|
required: string[];
|
|
425
|
+
additionalProperties: boolean;
|
|
424
426
|
};
|
|
425
427
|
} | {
|
|
426
428
|
name: string;
|
|
@@ -428,71 +430,27 @@ export declare const allTools: ({
|
|
|
428
430
|
inputSchema: {
|
|
429
431
|
type: string;
|
|
430
432
|
properties: {
|
|
431
|
-
|
|
433
|
+
campaignId: {
|
|
432
434
|
type: string;
|
|
433
|
-
description: string;
|
|
434
435
|
};
|
|
435
|
-
|
|
436
|
-
tableId?: undefined;
|
|
437
|
-
leadLimit?: undefined;
|
|
438
|
-
page?: undefined;
|
|
439
|
-
filters?: undefined;
|
|
440
|
-
name?: undefined;
|
|
441
|
-
clientProspectId?: undefined;
|
|
442
|
-
senderLinkedinUrl?: undefined;
|
|
443
|
-
offerPositioning?: undefined;
|
|
444
|
-
campaignBrief?: undefined;
|
|
445
|
-
messageGenerationMode?: undefined;
|
|
446
|
-
currentStep?: undefined;
|
|
447
|
-
watchNarration?: undefined;
|
|
448
|
-
leadSourceType?: undefined;
|
|
449
|
-
leadSourceProvider?: undefined;
|
|
450
|
-
selectedLeadListId?: undefined;
|
|
451
|
-
senderIds?: undefined;
|
|
452
|
-
interactionMode?: undefined;
|
|
453
|
-
enableICPFilters?: undefined;
|
|
454
|
-
useMessagingTemplate?: undefined;
|
|
455
|
-
rubric?: undefined;
|
|
456
|
-
flowVersion?: undefined;
|
|
457
|
-
};
|
|
458
|
-
required: never[];
|
|
459
|
-
additionalProperties?: undefined;
|
|
460
|
-
};
|
|
461
|
-
} | {
|
|
462
|
-
name: string;
|
|
463
|
-
description: string;
|
|
464
|
-
inputSchema: {
|
|
465
|
-
type: string;
|
|
466
|
-
properties: {
|
|
467
|
-
campaignId: {
|
|
436
|
+
tableId: {
|
|
468
437
|
type: string;
|
|
469
|
-
description: string;
|
|
470
438
|
};
|
|
439
|
+
columnRole?: undefined;
|
|
440
|
+
rowSelector?: undefined;
|
|
471
441
|
limit?: undefined;
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
messageGenerationMode?: undefined;
|
|
482
|
-
currentStep?: undefined;
|
|
483
|
-
watchNarration?: undefined;
|
|
484
|
-
leadSourceType?: undefined;
|
|
485
|
-
leadSourceProvider?: undefined;
|
|
486
|
-
selectedLeadListId?: undefined;
|
|
487
|
-
senderIds?: undefined;
|
|
488
|
-
interactionMode?: undefined;
|
|
489
|
-
enableICPFilters?: undefined;
|
|
490
|
-
useMessagingTemplate?: undefined;
|
|
491
|
-
rubric?: undefined;
|
|
492
|
-
flowVersion?: undefined;
|
|
442
|
+
forceRerun?: undefined;
|
|
443
|
+
reason?: undefined;
|
|
444
|
+
minPassedCount?: undefined;
|
|
445
|
+
minGeneratedMessages?: undefined;
|
|
446
|
+
templateRevision?: undefined;
|
|
447
|
+
timeoutMs?: undefined;
|
|
448
|
+
intervalMs?: undefined;
|
|
449
|
+
templateMarkdown?: undefined;
|
|
450
|
+
approvedMessageTemplate?: undefined;
|
|
493
451
|
};
|
|
494
|
-
|
|
495
|
-
|
|
452
|
+
additionalProperties: boolean;
|
|
453
|
+
required?: undefined;
|
|
496
454
|
};
|
|
497
455
|
} | {
|
|
498
456
|
name: string;
|
|
@@ -502,73 +460,49 @@ export declare const allTools: ({
|
|
|
502
460
|
properties: {
|
|
503
461
|
campaignId: {
|
|
504
462
|
type: string;
|
|
505
|
-
description: string;
|
|
506
463
|
};
|
|
507
464
|
tableId: {
|
|
508
465
|
type: string;
|
|
509
|
-
description: string;
|
|
510
|
-
};
|
|
511
|
-
leadLimit: {
|
|
512
|
-
type: string;
|
|
513
|
-
description: string;
|
|
514
466
|
};
|
|
515
|
-
|
|
467
|
+
columnRole: {
|
|
516
468
|
type: string;
|
|
517
|
-
|
|
469
|
+
enum: string[];
|
|
518
470
|
};
|
|
519
|
-
|
|
471
|
+
rowSelector: {
|
|
520
472
|
type: string;
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
};
|
|
533
|
-
value: {
|
|
534
|
-
oneOf: ({
|
|
535
|
-
type: string;
|
|
536
|
-
items?: undefined;
|
|
537
|
-
} | {
|
|
538
|
-
type: string;
|
|
539
|
-
items: {
|
|
540
|
-
oneOf: {
|
|
541
|
-
type: string;
|
|
542
|
-
}[];
|
|
543
|
-
};
|
|
544
|
-
})[];
|
|
545
|
-
};
|
|
546
|
-
caseSensitive: {
|
|
473
|
+
properties: {
|
|
474
|
+
type: {
|
|
475
|
+
type: string;
|
|
476
|
+
enum: string[];
|
|
477
|
+
};
|
|
478
|
+
basisHash: {
|
|
479
|
+
type: string;
|
|
480
|
+
};
|
|
481
|
+
rowIds: {
|
|
482
|
+
type: string;
|
|
483
|
+
items: {
|
|
547
484
|
type: string;
|
|
548
485
|
};
|
|
549
486
|
};
|
|
550
|
-
|
|
551
|
-
|
|
487
|
+
limit: {
|
|
488
|
+
type: string;
|
|
489
|
+
};
|
|
552
490
|
};
|
|
491
|
+
required: string[];
|
|
492
|
+
additionalProperties: boolean;
|
|
553
493
|
};
|
|
554
|
-
limit
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
senderIds?: undefined;
|
|
567
|
-
interactionMode?: undefined;
|
|
568
|
-
enableICPFilters?: undefined;
|
|
569
|
-
useMessagingTemplate?: undefined;
|
|
570
|
-
rubric?: undefined;
|
|
571
|
-
flowVersion?: undefined;
|
|
494
|
+
limit: {
|
|
495
|
+
type: string;
|
|
496
|
+
};
|
|
497
|
+
forceRerun?: undefined;
|
|
498
|
+
reason?: undefined;
|
|
499
|
+
minPassedCount?: undefined;
|
|
500
|
+
minGeneratedMessages?: undefined;
|
|
501
|
+
templateRevision?: undefined;
|
|
502
|
+
timeoutMs?: undefined;
|
|
503
|
+
intervalMs?: undefined;
|
|
504
|
+
templateMarkdown?: undefined;
|
|
505
|
+
approvedMessageTemplate?: undefined;
|
|
572
506
|
};
|
|
573
507
|
required: string[];
|
|
574
508
|
additionalProperties: boolean;
|
|
@@ -581,105 +515,56 @@ export declare const allTools: ({
|
|
|
581
515
|
properties: {
|
|
582
516
|
campaignId: {
|
|
583
517
|
type: string;
|
|
584
|
-
description: string;
|
|
585
|
-
};
|
|
586
|
-
name: {
|
|
587
|
-
type: string;
|
|
588
|
-
description: string;
|
|
589
|
-
};
|
|
590
|
-
clientProspectId: {
|
|
591
|
-
type: string;
|
|
592
|
-
description: string;
|
|
593
|
-
};
|
|
594
|
-
senderLinkedinUrl: {
|
|
595
|
-
type: string;
|
|
596
|
-
description: string;
|
|
597
|
-
};
|
|
598
|
-
offerPositioning: {
|
|
599
|
-
type: string;
|
|
600
|
-
description: string;
|
|
601
518
|
};
|
|
602
|
-
|
|
519
|
+
tableId: {
|
|
603
520
|
type: string;
|
|
604
|
-
description: string;
|
|
605
521
|
};
|
|
606
|
-
|
|
522
|
+
columnRole: {
|
|
607
523
|
type: string;
|
|
608
524
|
enum: string[];
|
|
609
|
-
description: string;
|
|
610
|
-
};
|
|
611
|
-
currentStep: {
|
|
612
|
-
type: string[];
|
|
613
|
-
description: string;
|
|
614
525
|
};
|
|
615
|
-
|
|
526
|
+
rowSelector: {
|
|
616
527
|
type: string;
|
|
617
|
-
description: string;
|
|
618
528
|
properties: {
|
|
619
|
-
|
|
529
|
+
type: {
|
|
620
530
|
type: string;
|
|
621
531
|
enum: string[];
|
|
622
532
|
};
|
|
623
|
-
|
|
624
|
-
type: string;
|
|
625
|
-
};
|
|
626
|
-
visibleState: {
|
|
533
|
+
basisHash: {
|
|
627
534
|
type: string;
|
|
628
535
|
};
|
|
629
|
-
|
|
536
|
+
rowIds: {
|
|
630
537
|
type: string;
|
|
538
|
+
items: {
|
|
539
|
+
type: string;
|
|
540
|
+
};
|
|
631
541
|
};
|
|
632
|
-
|
|
633
|
-
type: string[];
|
|
634
|
-
};
|
|
635
|
-
safety: {
|
|
636
|
-
type: string[];
|
|
637
|
-
};
|
|
638
|
-
progressLabel: {
|
|
639
|
-
type: string[];
|
|
640
|
-
};
|
|
641
|
-
blockedReason: {
|
|
642
|
-
type: string[];
|
|
643
|
-
};
|
|
644
|
-
workerStatuses: {
|
|
542
|
+
limit: {
|
|
645
543
|
type: string;
|
|
646
544
|
};
|
|
647
545
|
};
|
|
648
546
|
required: string[];
|
|
547
|
+
additionalProperties: boolean;
|
|
649
548
|
};
|
|
650
|
-
|
|
651
|
-
type: string
|
|
652
|
-
description: string;
|
|
653
|
-
};
|
|
654
|
-
leadSourceProvider: {
|
|
655
|
-
type: string[];
|
|
656
|
-
enum: ("signal-discovery" | "sales-nav" | "prospeo" | "apollo-ai" | null)[];
|
|
657
|
-
description: string;
|
|
549
|
+
forceRerun: {
|
|
550
|
+
type: string;
|
|
658
551
|
};
|
|
659
|
-
|
|
660
|
-
type: string
|
|
661
|
-
description: string;
|
|
552
|
+
limit: {
|
|
553
|
+
type: string;
|
|
662
554
|
};
|
|
663
|
-
|
|
555
|
+
reason: {
|
|
664
556
|
type: string;
|
|
665
|
-
items: {
|
|
666
|
-
type: string;
|
|
667
|
-
};
|
|
668
|
-
description: string;
|
|
669
557
|
};
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
useMessagingTemplate?: undefined;
|
|
678
|
-
rubric?: undefined;
|
|
679
|
-
flowVersion?: undefined;
|
|
558
|
+
minPassedCount?: undefined;
|
|
559
|
+
minGeneratedMessages?: undefined;
|
|
560
|
+
templateRevision?: undefined;
|
|
561
|
+
timeoutMs?: undefined;
|
|
562
|
+
intervalMs?: undefined;
|
|
563
|
+
templateMarkdown?: undefined;
|
|
564
|
+
approvedMessageTemplate?: undefined;
|
|
680
565
|
};
|
|
681
|
-
required:
|
|
682
|
-
additionalProperties
|
|
566
|
+
required: string[];
|
|
567
|
+
additionalProperties: boolean;
|
|
683
568
|
};
|
|
684
569
|
} | {
|
|
685
570
|
name: string;
|
|
@@ -689,95 +574,134 @@ export declare const allTools: ({
|
|
|
689
574
|
properties: {
|
|
690
575
|
campaignId: {
|
|
691
576
|
type: string;
|
|
692
|
-
description: string;
|
|
693
577
|
};
|
|
694
|
-
|
|
578
|
+
tableId: {
|
|
695
579
|
type: string;
|
|
696
|
-
description: string;
|
|
697
580
|
};
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
type?: undefined;
|
|
581
|
+
minPassedCount: {
|
|
582
|
+
type: string;
|
|
701
583
|
};
|
|
702
|
-
|
|
703
|
-
type: string
|
|
704
|
-
description: string;
|
|
584
|
+
minGeneratedMessages: {
|
|
585
|
+
type: string;
|
|
705
586
|
};
|
|
706
|
-
|
|
707
|
-
type: string
|
|
708
|
-
enum: ("signal-discovery" | "sales-nav" | "prospeo" | "apollo-ai" | null)[];
|
|
587
|
+
templateRevision: {
|
|
588
|
+
type: string;
|
|
709
589
|
description: string;
|
|
710
590
|
};
|
|
711
|
-
|
|
712
|
-
type: string
|
|
713
|
-
description: string;
|
|
591
|
+
timeoutMs: {
|
|
592
|
+
type: string;
|
|
714
593
|
};
|
|
715
|
-
|
|
716
|
-
type: string
|
|
717
|
-
description: string;
|
|
594
|
+
intervalMs: {
|
|
595
|
+
type: string;
|
|
718
596
|
};
|
|
719
|
-
|
|
597
|
+
columnRole?: undefined;
|
|
598
|
+
rowSelector?: undefined;
|
|
599
|
+
limit?: undefined;
|
|
600
|
+
forceRerun?: undefined;
|
|
601
|
+
reason?: undefined;
|
|
602
|
+
templateMarkdown?: undefined;
|
|
603
|
+
approvedMessageTemplate?: undefined;
|
|
604
|
+
};
|
|
605
|
+
additionalProperties: boolean;
|
|
606
|
+
required?: undefined;
|
|
607
|
+
};
|
|
608
|
+
} | {
|
|
609
|
+
name: string;
|
|
610
|
+
description: string;
|
|
611
|
+
inputSchema: {
|
|
612
|
+
type: string;
|
|
613
|
+
properties: {
|
|
614
|
+
campaignId: {
|
|
615
|
+
type: string;
|
|
616
|
+
};
|
|
617
|
+
tableId: {
|
|
618
|
+
type: string;
|
|
619
|
+
};
|
|
620
|
+
templateMarkdown: {
|
|
621
|
+
type: string;
|
|
622
|
+
};
|
|
623
|
+
approvedMessageTemplate: {
|
|
624
|
+
type: string;
|
|
625
|
+
};
|
|
626
|
+
rowSelector: {
|
|
720
627
|
type: string;
|
|
721
|
-
description: string;
|
|
722
628
|
properties: {
|
|
723
|
-
|
|
629
|
+
type: {
|
|
724
630
|
type: string;
|
|
725
631
|
enum: string[];
|
|
726
632
|
};
|
|
727
|
-
|
|
728
|
-
type: string;
|
|
729
|
-
};
|
|
730
|
-
visibleState: {
|
|
731
|
-
type: string;
|
|
732
|
-
};
|
|
733
|
-
agentIntent: {
|
|
633
|
+
rowIds: {
|
|
734
634
|
type: string;
|
|
635
|
+
items: {
|
|
636
|
+
type: string;
|
|
637
|
+
};
|
|
735
638
|
};
|
|
736
|
-
|
|
737
|
-
type: string[];
|
|
738
|
-
};
|
|
739
|
-
safety: {
|
|
740
|
-
type: string[];
|
|
741
|
-
};
|
|
742
|
-
progressLabel: {
|
|
743
|
-
type: string[];
|
|
744
|
-
};
|
|
745
|
-
blockedReason: {
|
|
746
|
-
type: string[];
|
|
747
|
-
};
|
|
748
|
-
workerStatuses: {
|
|
639
|
+
limit: {
|
|
749
640
|
type: string;
|
|
750
641
|
};
|
|
642
|
+
basisHash?: undefined;
|
|
751
643
|
};
|
|
752
644
|
required: string[];
|
|
645
|
+
additionalProperties: boolean;
|
|
753
646
|
};
|
|
754
|
-
|
|
647
|
+
limit: {
|
|
648
|
+
type: string;
|
|
649
|
+
};
|
|
650
|
+
columnRole?: undefined;
|
|
651
|
+
forceRerun?: undefined;
|
|
652
|
+
reason?: undefined;
|
|
653
|
+
minPassedCount?: undefined;
|
|
654
|
+
minGeneratedMessages?: undefined;
|
|
655
|
+
templateRevision?: undefined;
|
|
656
|
+
timeoutMs?: undefined;
|
|
657
|
+
intervalMs?: undefined;
|
|
658
|
+
};
|
|
659
|
+
required: string[];
|
|
660
|
+
additionalProperties: boolean;
|
|
661
|
+
};
|
|
662
|
+
} | {
|
|
663
|
+
name: string;
|
|
664
|
+
description: string;
|
|
665
|
+
inputSchema: {
|
|
666
|
+
type: string;
|
|
667
|
+
properties: {
|
|
668
|
+
campaignOfferId: {
|
|
755
669
|
type: string;
|
|
756
|
-
enum: string[];
|
|
757
670
|
description: string;
|
|
758
671
|
};
|
|
759
|
-
|
|
760
|
-
type: string
|
|
672
|
+
rubric: {
|
|
673
|
+
type: string;
|
|
761
674
|
description: string;
|
|
675
|
+
items: {
|
|
676
|
+
type: string;
|
|
677
|
+
};
|
|
762
678
|
};
|
|
763
|
-
|
|
679
|
+
currentStep: {
|
|
764
680
|
type: string[];
|
|
765
681
|
description: string;
|
|
766
682
|
};
|
|
767
|
-
|
|
683
|
+
enableICPFilters: {
|
|
768
684
|
type: string;
|
|
769
|
-
items: {
|
|
770
|
-
type: string;
|
|
771
|
-
};
|
|
772
685
|
description: string;
|
|
773
686
|
};
|
|
774
|
-
|
|
687
|
+
deletedRubricIds: {
|
|
775
688
|
type: string;
|
|
776
689
|
description: string;
|
|
690
|
+
items: {
|
|
691
|
+
type: string;
|
|
692
|
+
};
|
|
777
693
|
};
|
|
778
|
-
|
|
694
|
+
};
|
|
695
|
+
required: string[];
|
|
696
|
+
};
|
|
697
|
+
} | {
|
|
698
|
+
name: string;
|
|
699
|
+
description: string;
|
|
700
|
+
inputSchema: {
|
|
701
|
+
type: string;
|
|
702
|
+
properties: {
|
|
703
|
+
campaignId: {
|
|
779
704
|
type: string;
|
|
780
|
-
enum: string[];
|
|
781
705
|
description: string;
|
|
782
706
|
};
|
|
783
707
|
limit?: undefined;
|
|
@@ -788,10 +712,23 @@ export declare const allTools: ({
|
|
|
788
712
|
name?: undefined;
|
|
789
713
|
clientProspectId?: undefined;
|
|
790
714
|
senderLinkedinUrl?: undefined;
|
|
715
|
+
offerPositioning?: undefined;
|
|
716
|
+
campaignBrief?: undefined;
|
|
791
717
|
messageGenerationMode?: undefined;
|
|
718
|
+
currentStep?: undefined;
|
|
719
|
+
watchNarration?: undefined;
|
|
720
|
+
leadSourceType?: undefined;
|
|
721
|
+
leadSourceProvider?: undefined;
|
|
722
|
+
selectedLeadListId?: undefined;
|
|
723
|
+
senderIds?: undefined;
|
|
724
|
+
interactionMode?: undefined;
|
|
725
|
+
enableICPFilters?: undefined;
|
|
726
|
+
useMessagingTemplate?: undefined;
|
|
727
|
+
rubric?: undefined;
|
|
728
|
+
flowVersion?: undefined;
|
|
792
729
|
};
|
|
793
730
|
required: string[];
|
|
794
|
-
additionalProperties
|
|
731
|
+
additionalProperties: boolean;
|
|
795
732
|
};
|
|
796
733
|
} | {
|
|
797
734
|
name: string;
|
|
@@ -799,11 +736,43 @@ export declare const allTools: ({
|
|
|
799
736
|
inputSchema: {
|
|
800
737
|
type: string;
|
|
801
738
|
properties: {
|
|
802
|
-
|
|
739
|
+
limit: {
|
|
803
740
|
type: string;
|
|
804
741
|
description: string;
|
|
805
742
|
};
|
|
806
|
-
|
|
743
|
+
campaignId?: undefined;
|
|
744
|
+
tableId?: undefined;
|
|
745
|
+
leadLimit?: undefined;
|
|
746
|
+
page?: undefined;
|
|
747
|
+
filters?: undefined;
|
|
748
|
+
name?: undefined;
|
|
749
|
+
clientProspectId?: undefined;
|
|
750
|
+
senderLinkedinUrl?: undefined;
|
|
751
|
+
offerPositioning?: undefined;
|
|
752
|
+
campaignBrief?: undefined;
|
|
753
|
+
messageGenerationMode?: undefined;
|
|
754
|
+
currentStep?: undefined;
|
|
755
|
+
watchNarration?: undefined;
|
|
756
|
+
leadSourceType?: undefined;
|
|
757
|
+
leadSourceProvider?: undefined;
|
|
758
|
+
selectedLeadListId?: undefined;
|
|
759
|
+
senderIds?: undefined;
|
|
760
|
+
interactionMode?: undefined;
|
|
761
|
+
enableICPFilters?: undefined;
|
|
762
|
+
useMessagingTemplate?: undefined;
|
|
763
|
+
rubric?: undefined;
|
|
764
|
+
flowVersion?: undefined;
|
|
765
|
+
};
|
|
766
|
+
required: never[];
|
|
767
|
+
additionalProperties?: undefined;
|
|
768
|
+
};
|
|
769
|
+
} | {
|
|
770
|
+
name: string;
|
|
771
|
+
description: string;
|
|
772
|
+
inputSchema: {
|
|
773
|
+
type: string;
|
|
774
|
+
properties: {
|
|
775
|
+
campaignId: {
|
|
807
776
|
type: string;
|
|
808
777
|
description: string;
|
|
809
778
|
};
|
|
@@ -816,6 +785,7 @@ export declare const allTools: ({
|
|
|
816
785
|
clientProspectId?: undefined;
|
|
817
786
|
senderLinkedinUrl?: undefined;
|
|
818
787
|
offerPositioning?: undefined;
|
|
788
|
+
campaignBrief?: undefined;
|
|
819
789
|
messageGenerationMode?: undefined;
|
|
820
790
|
currentStep?: undefined;
|
|
821
791
|
watchNarration?: undefined;
|
|
@@ -842,29 +812,71 @@ export declare const allTools: ({
|
|
|
842
812
|
type: string;
|
|
843
813
|
description: string;
|
|
844
814
|
};
|
|
845
|
-
|
|
815
|
+
tableId: {
|
|
846
816
|
type: string;
|
|
847
817
|
description: string;
|
|
848
818
|
};
|
|
849
|
-
|
|
819
|
+
leadLimit: {
|
|
850
820
|
type: string;
|
|
851
821
|
description: string;
|
|
852
822
|
};
|
|
853
|
-
|
|
823
|
+
page: {
|
|
854
824
|
type: string;
|
|
855
825
|
description: string;
|
|
856
826
|
};
|
|
857
|
-
|
|
827
|
+
filters: {
|
|
858
828
|
type: string;
|
|
859
|
-
enum: string[];
|
|
860
829
|
description: string;
|
|
830
|
+
items: {
|
|
831
|
+
type: string;
|
|
832
|
+
properties: {
|
|
833
|
+
column: {
|
|
834
|
+
type: string;
|
|
835
|
+
description: string;
|
|
836
|
+
};
|
|
837
|
+
op: {
|
|
838
|
+
type: string;
|
|
839
|
+
description: string;
|
|
840
|
+
};
|
|
841
|
+
value: {
|
|
842
|
+
oneOf: ({
|
|
843
|
+
type: string;
|
|
844
|
+
items?: undefined;
|
|
845
|
+
} | {
|
|
846
|
+
type: string;
|
|
847
|
+
items: {
|
|
848
|
+
oneOf: {
|
|
849
|
+
type: string;
|
|
850
|
+
}[];
|
|
851
|
+
};
|
|
852
|
+
})[];
|
|
853
|
+
};
|
|
854
|
+
caseSensitive: {
|
|
855
|
+
type: string;
|
|
856
|
+
};
|
|
857
|
+
};
|
|
858
|
+
required: string[];
|
|
859
|
+
additionalProperties: boolean;
|
|
860
|
+
};
|
|
861
861
|
};
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
862
|
+
limit?: undefined;
|
|
863
|
+
name?: undefined;
|
|
864
|
+
clientProspectId?: undefined;
|
|
865
|
+
senderLinkedinUrl?: undefined;
|
|
866
|
+
offerPositioning?: undefined;
|
|
867
|
+
campaignBrief?: undefined;
|
|
868
|
+
messageGenerationMode?: undefined;
|
|
869
|
+
currentStep?: undefined;
|
|
870
|
+
watchNarration?: undefined;
|
|
871
|
+
leadSourceType?: undefined;
|
|
872
|
+
leadSourceProvider?: undefined;
|
|
873
|
+
selectedLeadListId?: undefined;
|
|
874
|
+
senderIds?: undefined;
|
|
875
|
+
interactionMode?: undefined;
|
|
876
|
+
enableICPFilters?: undefined;
|
|
877
|
+
useMessagingTemplate?: undefined;
|
|
878
|
+
rubric?: undefined;
|
|
879
|
+
flowVersion?: undefined;
|
|
868
880
|
};
|
|
869
881
|
required: string[];
|
|
870
882
|
additionalProperties: boolean;
|
|
@@ -877,80 +889,105 @@ export declare const allTools: ({
|
|
|
877
889
|
properties: {
|
|
878
890
|
campaignId: {
|
|
879
891
|
type: string;
|
|
892
|
+
description: string;
|
|
880
893
|
};
|
|
881
|
-
|
|
894
|
+
name: {
|
|
882
895
|
type: string;
|
|
896
|
+
description: string;
|
|
883
897
|
};
|
|
884
|
-
|
|
885
|
-
rowSelector?: undefined;
|
|
886
|
-
limit?: undefined;
|
|
887
|
-
forceRerun?: undefined;
|
|
888
|
-
reason?: undefined;
|
|
889
|
-
minPassedCount?: undefined;
|
|
890
|
-
minGeneratedMessages?: undefined;
|
|
891
|
-
templateRevision?: undefined;
|
|
892
|
-
timeoutMs?: undefined;
|
|
893
|
-
intervalMs?: undefined;
|
|
894
|
-
templateMarkdown?: undefined;
|
|
895
|
-
approvedMessageTemplate?: undefined;
|
|
896
|
-
};
|
|
897
|
-
additionalProperties: boolean;
|
|
898
|
-
required?: undefined;
|
|
899
|
-
};
|
|
900
|
-
} | {
|
|
901
|
-
name: string;
|
|
902
|
-
description: string;
|
|
903
|
-
inputSchema: {
|
|
904
|
-
type: string;
|
|
905
|
-
properties: {
|
|
906
|
-
campaignId: {
|
|
898
|
+
clientProspectId: {
|
|
907
899
|
type: string;
|
|
900
|
+
description: string;
|
|
908
901
|
};
|
|
909
|
-
|
|
902
|
+
senderLinkedinUrl: {
|
|
910
903
|
type: string;
|
|
904
|
+
description: string;
|
|
911
905
|
};
|
|
912
|
-
|
|
906
|
+
offerPositioning: {
|
|
907
|
+
type: string;
|
|
908
|
+
description: string;
|
|
909
|
+
};
|
|
910
|
+
campaignBrief: {
|
|
911
|
+
type: string;
|
|
912
|
+
description: string;
|
|
913
|
+
};
|
|
914
|
+
messageGenerationMode: {
|
|
913
915
|
type: string;
|
|
914
916
|
enum: string[];
|
|
917
|
+
description: string;
|
|
915
918
|
};
|
|
916
|
-
|
|
919
|
+
currentStep: {
|
|
920
|
+
type: string[];
|
|
921
|
+
description: string;
|
|
922
|
+
};
|
|
923
|
+
watchNarration: {
|
|
917
924
|
type: string;
|
|
925
|
+
description: string;
|
|
918
926
|
properties: {
|
|
919
|
-
|
|
927
|
+
stage: {
|
|
920
928
|
type: string;
|
|
921
929
|
enum: string[];
|
|
922
930
|
};
|
|
923
|
-
|
|
931
|
+
headline: {
|
|
924
932
|
type: string;
|
|
925
933
|
};
|
|
926
|
-
|
|
934
|
+
visibleState: {
|
|
927
935
|
type: string;
|
|
928
|
-
items: {
|
|
929
|
-
type: string;
|
|
930
|
-
};
|
|
931
936
|
};
|
|
932
|
-
|
|
937
|
+
agentIntent: {
|
|
938
|
+
type: string;
|
|
939
|
+
};
|
|
940
|
+
nextAction: {
|
|
941
|
+
type: string[];
|
|
942
|
+
};
|
|
943
|
+
safety: {
|
|
944
|
+
type: string[];
|
|
945
|
+
};
|
|
946
|
+
progressLabel: {
|
|
947
|
+
type: string[];
|
|
948
|
+
};
|
|
949
|
+
blockedReason: {
|
|
950
|
+
type: string[];
|
|
951
|
+
};
|
|
952
|
+
workerStatuses: {
|
|
933
953
|
type: string;
|
|
934
954
|
};
|
|
935
955
|
};
|
|
936
956
|
required: string[];
|
|
937
|
-
additionalProperties: boolean;
|
|
938
957
|
};
|
|
939
|
-
|
|
958
|
+
leadSourceType: {
|
|
959
|
+
type: string[];
|
|
960
|
+
description: string;
|
|
961
|
+
};
|
|
962
|
+
leadSourceProvider: {
|
|
963
|
+
type: string[];
|
|
964
|
+
enum: ("signal-discovery" | "sales-nav" | "prospeo" | "apollo-ai" | null)[];
|
|
965
|
+
description: string;
|
|
966
|
+
};
|
|
967
|
+
selectedLeadListId: {
|
|
968
|
+
type: string[];
|
|
969
|
+
description: string;
|
|
970
|
+
};
|
|
971
|
+
senderIds: {
|
|
940
972
|
type: string;
|
|
973
|
+
items: {
|
|
974
|
+
type: string;
|
|
975
|
+
};
|
|
976
|
+
description: string;
|
|
941
977
|
};
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
978
|
+
limit?: undefined;
|
|
979
|
+
tableId?: undefined;
|
|
980
|
+
leadLimit?: undefined;
|
|
981
|
+
page?: undefined;
|
|
982
|
+
filters?: undefined;
|
|
983
|
+
interactionMode?: undefined;
|
|
984
|
+
enableICPFilters?: undefined;
|
|
985
|
+
useMessagingTemplate?: undefined;
|
|
986
|
+
rubric?: undefined;
|
|
987
|
+
flowVersion?: undefined;
|
|
951
988
|
};
|
|
952
|
-
required:
|
|
953
|
-
additionalProperties
|
|
989
|
+
required: never[];
|
|
990
|
+
additionalProperties?: undefined;
|
|
954
991
|
};
|
|
955
992
|
} | {
|
|
956
993
|
name: string;
|
|
@@ -960,95 +997,109 @@ export declare const allTools: ({
|
|
|
960
997
|
properties: {
|
|
961
998
|
campaignId: {
|
|
962
999
|
type: string;
|
|
1000
|
+
description: string;
|
|
963
1001
|
};
|
|
964
|
-
|
|
1002
|
+
offerPositioning: {
|
|
965
1003
|
type: string;
|
|
1004
|
+
description: string;
|
|
966
1005
|
};
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
1006
|
+
campaignBrief: {
|
|
1007
|
+
description: string;
|
|
1008
|
+
type?: undefined;
|
|
970
1009
|
};
|
|
971
|
-
|
|
1010
|
+
leadSourceType: {
|
|
1011
|
+
type: string[];
|
|
1012
|
+
description: string;
|
|
1013
|
+
};
|
|
1014
|
+
leadSourceProvider: {
|
|
1015
|
+
type: string[];
|
|
1016
|
+
enum: ("signal-discovery" | "sales-nav" | "prospeo" | "apollo-ai" | null)[];
|
|
1017
|
+
description: string;
|
|
1018
|
+
};
|
|
1019
|
+
selectedLeadListId: {
|
|
1020
|
+
type: string[];
|
|
1021
|
+
description: string;
|
|
1022
|
+
};
|
|
1023
|
+
currentStep: {
|
|
1024
|
+
type: string[];
|
|
1025
|
+
description: string;
|
|
1026
|
+
};
|
|
1027
|
+
watchNarration: {
|
|
972
1028
|
type: string;
|
|
1029
|
+
description: string;
|
|
973
1030
|
properties: {
|
|
974
|
-
|
|
1031
|
+
stage: {
|
|
975
1032
|
type: string;
|
|
976
1033
|
enum: string[];
|
|
977
1034
|
};
|
|
978
|
-
|
|
1035
|
+
headline: {
|
|
979
1036
|
type: string;
|
|
980
1037
|
};
|
|
981
|
-
|
|
1038
|
+
visibleState: {
|
|
982
1039
|
type: string;
|
|
983
|
-
items: {
|
|
984
|
-
type: string;
|
|
985
|
-
};
|
|
986
1040
|
};
|
|
987
|
-
|
|
1041
|
+
agentIntent: {
|
|
1042
|
+
type: string;
|
|
1043
|
+
};
|
|
1044
|
+
nextAction: {
|
|
1045
|
+
type: string[];
|
|
1046
|
+
};
|
|
1047
|
+
safety: {
|
|
1048
|
+
type: string[];
|
|
1049
|
+
};
|
|
1050
|
+
progressLabel: {
|
|
1051
|
+
type: string[];
|
|
1052
|
+
};
|
|
1053
|
+
blockedReason: {
|
|
1054
|
+
type: string[];
|
|
1055
|
+
};
|
|
1056
|
+
workerStatuses: {
|
|
988
1057
|
type: string;
|
|
989
1058
|
};
|
|
990
1059
|
};
|
|
991
1060
|
required: string[];
|
|
992
|
-
additionalProperties: boolean;
|
|
993
|
-
};
|
|
994
|
-
forceRerun: {
|
|
995
|
-
type: string;
|
|
996
|
-
};
|
|
997
|
-
limit: {
|
|
998
|
-
type: string;
|
|
999
|
-
};
|
|
1000
|
-
reason: {
|
|
1001
|
-
type: string;
|
|
1002
|
-
};
|
|
1003
|
-
minPassedCount?: undefined;
|
|
1004
|
-
minGeneratedMessages?: undefined;
|
|
1005
|
-
templateRevision?: undefined;
|
|
1006
|
-
timeoutMs?: undefined;
|
|
1007
|
-
intervalMs?: undefined;
|
|
1008
|
-
templateMarkdown?: undefined;
|
|
1009
|
-
approvedMessageTemplate?: undefined;
|
|
1010
|
-
};
|
|
1011
|
-
required: string[];
|
|
1012
|
-
additionalProperties: boolean;
|
|
1013
|
-
};
|
|
1014
|
-
} | {
|
|
1015
|
-
name: string;
|
|
1016
|
-
description: string;
|
|
1017
|
-
inputSchema: {
|
|
1018
|
-
type: string;
|
|
1019
|
-
properties: {
|
|
1020
|
-
campaignId: {
|
|
1021
|
-
type: string;
|
|
1022
1061
|
};
|
|
1023
|
-
|
|
1062
|
+
interactionMode: {
|
|
1024
1063
|
type: string;
|
|
1064
|
+
enum: string[];
|
|
1065
|
+
description: string;
|
|
1025
1066
|
};
|
|
1026
|
-
|
|
1027
|
-
type: string;
|
|
1067
|
+
enableICPFilters: {
|
|
1068
|
+
type: string[];
|
|
1069
|
+
description: string;
|
|
1028
1070
|
};
|
|
1029
|
-
|
|
1030
|
-
type: string;
|
|
1071
|
+
useMessagingTemplate: {
|
|
1072
|
+
type: string[];
|
|
1073
|
+
description: string;
|
|
1031
1074
|
};
|
|
1032
|
-
|
|
1075
|
+
senderIds: {
|
|
1033
1076
|
type: string;
|
|
1077
|
+
items: {
|
|
1078
|
+
type: string;
|
|
1079
|
+
};
|
|
1034
1080
|
description: string;
|
|
1035
1081
|
};
|
|
1036
|
-
|
|
1082
|
+
rubric: {
|
|
1037
1083
|
type: string;
|
|
1084
|
+
description: string;
|
|
1038
1085
|
};
|
|
1039
|
-
|
|
1086
|
+
flowVersion: {
|
|
1040
1087
|
type: string;
|
|
1088
|
+
enum: string[];
|
|
1089
|
+
description: string;
|
|
1041
1090
|
};
|
|
1042
|
-
columnRole?: undefined;
|
|
1043
|
-
rowSelector?: undefined;
|
|
1044
1091
|
limit?: undefined;
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1092
|
+
tableId?: undefined;
|
|
1093
|
+
leadLimit?: undefined;
|
|
1094
|
+
page?: undefined;
|
|
1095
|
+
filters?: undefined;
|
|
1096
|
+
name?: undefined;
|
|
1097
|
+
clientProspectId?: undefined;
|
|
1098
|
+
senderLinkedinUrl?: undefined;
|
|
1099
|
+
messageGenerationMode?: undefined;
|
|
1049
1100
|
};
|
|
1050
|
-
|
|
1051
|
-
|
|
1101
|
+
required: string[];
|
|
1102
|
+
additionalProperties?: undefined;
|
|
1052
1103
|
};
|
|
1053
1104
|
} | {
|
|
1054
1105
|
name: string;
|
|
@@ -1058,51 +1109,36 @@ export declare const allTools: ({
|
|
|
1058
1109
|
properties: {
|
|
1059
1110
|
campaignId: {
|
|
1060
1111
|
type: string;
|
|
1112
|
+
description: string;
|
|
1061
1113
|
};
|
|
1062
|
-
|
|
1063
|
-
type: string;
|
|
1064
|
-
};
|
|
1065
|
-
templateMarkdown: {
|
|
1066
|
-
type: string;
|
|
1067
|
-
};
|
|
1068
|
-
approvedMessageTemplate: {
|
|
1069
|
-
type: string;
|
|
1070
|
-
};
|
|
1071
|
-
rowSelector: {
|
|
1072
|
-
type: string;
|
|
1073
|
-
properties: {
|
|
1074
|
-
type: {
|
|
1075
|
-
type: string;
|
|
1076
|
-
enum: string[];
|
|
1077
|
-
};
|
|
1078
|
-
rowIds: {
|
|
1079
|
-
type: string;
|
|
1080
|
-
items: {
|
|
1081
|
-
type: string;
|
|
1082
|
-
};
|
|
1083
|
-
};
|
|
1084
|
-
limit: {
|
|
1085
|
-
type: string;
|
|
1086
|
-
};
|
|
1087
|
-
basisHash?: undefined;
|
|
1088
|
-
};
|
|
1089
|
-
required: string[];
|
|
1090
|
-
additionalProperties: boolean;
|
|
1091
|
-
};
|
|
1092
|
-
limit: {
|
|
1114
|
+
campaignBrief: {
|
|
1093
1115
|
type: string;
|
|
1116
|
+
description: string;
|
|
1094
1117
|
};
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1118
|
+
limit?: undefined;
|
|
1119
|
+
tableId?: undefined;
|
|
1120
|
+
leadLimit?: undefined;
|
|
1121
|
+
page?: undefined;
|
|
1122
|
+
filters?: undefined;
|
|
1123
|
+
name?: undefined;
|
|
1124
|
+
clientProspectId?: undefined;
|
|
1125
|
+
senderLinkedinUrl?: undefined;
|
|
1126
|
+
offerPositioning?: undefined;
|
|
1127
|
+
messageGenerationMode?: undefined;
|
|
1128
|
+
currentStep?: undefined;
|
|
1129
|
+
watchNarration?: undefined;
|
|
1130
|
+
leadSourceType?: undefined;
|
|
1131
|
+
leadSourceProvider?: undefined;
|
|
1132
|
+
selectedLeadListId?: undefined;
|
|
1133
|
+
senderIds?: undefined;
|
|
1134
|
+
interactionMode?: undefined;
|
|
1135
|
+
enableICPFilters?: undefined;
|
|
1136
|
+
useMessagingTemplate?: undefined;
|
|
1137
|
+
rubric?: undefined;
|
|
1138
|
+
flowVersion?: undefined;
|
|
1103
1139
|
};
|
|
1104
1140
|
required: string[];
|
|
1105
|
-
additionalProperties
|
|
1141
|
+
additionalProperties?: undefined;
|
|
1106
1142
|
};
|
|
1107
1143
|
} | {
|
|
1108
1144
|
name: string;
|
|
@@ -6316,8 +6352,43 @@ export declare const allTools: ({
|
|
|
6316
6352
|
type: string;
|
|
6317
6353
|
description: string;
|
|
6318
6354
|
};
|
|
6355
|
+
tableId?: undefined;
|
|
6356
|
+
filters?: undefined;
|
|
6357
|
+
sort?: undefined;
|
|
6358
|
+
splitRows?: undefined;
|
|
6319
6359
|
};
|
|
6320
6360
|
required: never[];
|
|
6361
|
+
additionalProperties?: undefined;
|
|
6362
|
+
};
|
|
6363
|
+
} | {
|
|
6364
|
+
name: string;
|
|
6365
|
+
description: string;
|
|
6366
|
+
inputSchema: {
|
|
6367
|
+
type: string;
|
|
6368
|
+
properties: {
|
|
6369
|
+
tableId: {
|
|
6370
|
+
type: string;
|
|
6371
|
+
};
|
|
6372
|
+
filters: {
|
|
6373
|
+
type: string;
|
|
6374
|
+
description: string;
|
|
6375
|
+
items: {
|
|
6376
|
+
type: string;
|
|
6377
|
+
};
|
|
6378
|
+
};
|
|
6379
|
+
sort: {
|
|
6380
|
+
type: string;
|
|
6381
|
+
description: string;
|
|
6382
|
+
};
|
|
6383
|
+
splitRows: {
|
|
6384
|
+
type: string;
|
|
6385
|
+
description: string;
|
|
6386
|
+
};
|
|
6387
|
+
limit?: undefined;
|
|
6388
|
+
hasSequence?: undefined;
|
|
6389
|
+
};
|
|
6390
|
+
required: string[];
|
|
6391
|
+
additionalProperties: boolean;
|
|
6321
6392
|
};
|
|
6322
6393
|
} | {
|
|
6323
6394
|
name: string;
|