@sellable/mcp 0.1.557 → 0.1.558
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/README.md +2 -13
- package/agents/registry.json +2 -2
- package/dist/api.js +6 -3
- package/dist/auth.d.ts +6 -0
- package/dist/auth.js +44 -2
- package/dist/refill-contract.d.ts +157 -0
- package/dist/refill-contract.js +487 -0
- package/dist/refill-run-client.d.ts +10 -0
- package/dist/refill-run-client.js +22 -0
- package/dist/refill-run-loop.d.ts +14 -2
- package/dist/refill-run-loop.js +160 -15
- package/dist/server.js +0 -23
- package/dist/tools/auth.d.ts +5 -0
- package/dist/tools/auth.js +49 -12
- package/dist/tools/campaign-message-preparation.d.ts +62 -0
- package/dist/tools/campaign-message-preparation.js +41 -0
- package/dist/tools/campaigns.js +2 -2
- package/dist/tools/csv-dnc.js +2 -2
- package/dist/tools/evergreen-refill-plan.d.ts +3 -0
- package/dist/tools/evergreen-refill-plan.js +29 -7
- package/dist/tools/leads.d.ts +32 -317
- package/dist/tools/leads.js +10 -171
- package/dist/tools/model-quality.js +6 -4
- package/dist/tools/prompts.d.ts +3 -3
- package/dist/tools/prompts.js +15 -7
- package/dist/tools/provider-preflight.d.ts +2 -65
- package/dist/tools/provider-preflight.js +10 -97
- package/dist/tools/readiness.d.ts +5 -89
- package/dist/tools/readiness.js +0 -66
- package/dist/tools/refill-executors.d.ts +38 -0
- package/dist/tools/refill-executors.js +222 -3
- package/dist/tools/refill-sends-v2.d.ts +118 -1
- package/dist/tools/refill-sends-v2.js +312 -3
- package/dist/tools/refill-sends.d.ts +678 -32
- package/dist/tools/refill-sends.js +274 -13
- package/dist/tools/refill-target-plan.js +486 -14
- package/dist/tools/registry.d.ts +115 -330
- package/dist/tools/registry.js +1 -7
- package/dist/tools/scheduler-fill-capacity.js +1 -1
- package/dist/tools/scheduler-run.d.ts +71 -0
- package/dist/tools/scheduler-run.js +203 -1
- package/dist/tools/setup-evergreen-campaigns.js +1 -1
- package/dist/tools/workspace-context.d.ts +1 -1
- package/dist/tools/workspace-context.js +8 -3
- package/dist/tools/workspace-export.js +2 -2
- package/dist/tools/workspaces.d.ts +48 -2
- package/dist/tools/workspaces.js +48 -5
- package/package.json +1 -1
- package/skills/create-campaign/SKILL.md +3 -3
- package/skills/create-campaign-v2/SKILL.md +1 -1
- package/skills/create-evergreen-campaigns/SKILL.md +16 -16
- package/skills/find-leads/SKILL.md +630 -48
- package/skills/refill-sends/SKILL.md +91 -353
- package/skills/refill-sends-v2/SKILL.md +6 -6
- package/skills/refill-sends-v2-workflow/SKILL.md +5 -5
- package/skills/refill-sends-v2-workflow/core/flow.v1.json +8 -8
- package/skills/refill-sends-workflow/SKILL.md +100 -743
- package/skills/refill-sends-workflow/core/contract.v2.json +543 -0
- package/skills/refill-sends-workflow/core/flow.v1.json +185 -1
- package/dist/tools/find-leads-runs.d.ts +0 -151
- package/dist/tools/find-leads-runs.js +0 -98
- package/skills/find-leads-v2/SKILL.md +0 -70
- package/skills/find-leads-v2/core/flow.v1.json +0 -31
package/dist/tools/registry.d.ts
CHANGED
|
@@ -236,7 +236,7 @@ export declare const allTools: ({
|
|
|
236
236
|
properties: {
|
|
237
237
|
subskillName: {
|
|
238
238
|
type: string;
|
|
239
|
-
enum: readonly ["building-gtm-tables", "content", "create-ab-test", "create-campaign", "create-campaign-brief", "create-campaign-v2", "create-campaign-v2-tail", "create-campaign-v2-validation", "create-evergreen-campaigns", "create-post", "create-rubric", "engage", "enrich-prospects", "fill-send-horizon", "find-leads", "
|
|
239
|
+
enum: readonly ["building-gtm-tables", "content", "create-ab-test", "create-campaign", "create-campaign-brief", "create-campaign-v2", "create-campaign-v2-tail", "create-campaign-v2-validation", "create-evergreen-campaigns", "create-post", "create-rubric", "engage", "enrich-prospects", "fill-send-horizon", "find-leads", "foundation", "generate-messages", "interview", "load-voice", "refresh-sender-engagement", "refill-sends", "refill-sends-evergreen", "refill-sends-evergreen-workflow", "refill-sends-v2", "refill-sends-v2-workflow", "refill-sends-workflow", "research", "research-prospect", "research-sender", "weekly-campaign-summary", "workflow-sequences"];
|
|
240
240
|
description: string;
|
|
241
241
|
};
|
|
242
242
|
offset: {
|
|
@@ -271,7 +271,7 @@ export declare const allTools: ({
|
|
|
271
271
|
properties: {
|
|
272
272
|
subskillName: {
|
|
273
273
|
type: string;
|
|
274
|
-
enum: readonly ["building-gtm-tables", "content", "create-ab-test", "create-campaign", "create-campaign-brief", "create-campaign-v2", "create-campaign-v2-tail", "create-campaign-v2-validation", "create-evergreen-campaigns", "create-post", "create-rubric", "engage", "enrich-prospects", "fill-send-horizon", "find-leads", "
|
|
274
|
+
enum: readonly ["building-gtm-tables", "content", "create-ab-test", "create-campaign", "create-campaign-brief", "create-campaign-v2", "create-campaign-v2-tail", "create-campaign-v2-validation", "create-evergreen-campaigns", "create-post", "create-rubric", "engage", "enrich-prospects", "fill-send-horizon", "find-leads", "foundation", "generate-messages", "interview", "load-voice", "refresh-sender-engagement", "refill-sends", "refill-sends-evergreen", "refill-sends-evergreen-workflow", "refill-sends-v2", "refill-sends-v2-workflow", "refill-sends-workflow", "research", "research-prospect", "research-sender", "weekly-campaign-summary", "workflow-sequences"];
|
|
275
275
|
description: string;
|
|
276
276
|
};
|
|
277
277
|
assetPath: {
|
|
@@ -662,6 +662,18 @@ export declare const allTools: ({
|
|
|
662
662
|
enum: string[];
|
|
663
663
|
description: string;
|
|
664
664
|
};
|
|
665
|
+
targetDate: {
|
|
666
|
+
type: string;
|
|
667
|
+
description: string;
|
|
668
|
+
};
|
|
669
|
+
refillLaneKey: {
|
|
670
|
+
type: string;
|
|
671
|
+
description: string;
|
|
672
|
+
};
|
|
673
|
+
sourceEpoch: {
|
|
674
|
+
type: string;
|
|
675
|
+
description: string;
|
|
676
|
+
};
|
|
665
677
|
disableLowPassRateStop: {
|
|
666
678
|
type: string;
|
|
667
679
|
description: string;
|
|
@@ -671,6 +683,7 @@ export declare const allTools: ({
|
|
|
671
683
|
description: string;
|
|
672
684
|
};
|
|
673
685
|
jobId?: undefined;
|
|
686
|
+
expectedUpdatedAt?: undefined;
|
|
674
687
|
};
|
|
675
688
|
required: string[];
|
|
676
689
|
additionalProperties: boolean;
|
|
@@ -705,11 +718,52 @@ export declare const allTools: ({
|
|
|
705
718
|
autoContinue?: undefined;
|
|
706
719
|
senderId?: undefined;
|
|
707
720
|
actionType?: undefined;
|
|
721
|
+
targetDate?: undefined;
|
|
722
|
+
refillLaneKey?: undefined;
|
|
723
|
+
sourceEpoch?: undefined;
|
|
708
724
|
disableLowPassRateStop?: undefined;
|
|
725
|
+
expectedUpdatedAt?: undefined;
|
|
709
726
|
};
|
|
710
727
|
additionalProperties: boolean;
|
|
711
728
|
required?: undefined;
|
|
712
729
|
};
|
|
730
|
+
} | {
|
|
731
|
+
name: string;
|
|
732
|
+
description: string;
|
|
733
|
+
inputSchema: {
|
|
734
|
+
type: string;
|
|
735
|
+
properties: {
|
|
736
|
+
jobId: {
|
|
737
|
+
type: string;
|
|
738
|
+
};
|
|
739
|
+
expectedUpdatedAt: {
|
|
740
|
+
type: string;
|
|
741
|
+
description: string;
|
|
742
|
+
};
|
|
743
|
+
workspaceId: {
|
|
744
|
+
type: string;
|
|
745
|
+
description?: undefined;
|
|
746
|
+
};
|
|
747
|
+
campaignId?: undefined;
|
|
748
|
+
tableId?: undefined;
|
|
749
|
+
targetPreparedMessages?: undefined;
|
|
750
|
+
maxRowsToCheck?: undefined;
|
|
751
|
+
batchSize?: undefined;
|
|
752
|
+
maxBatchRows?: undefined;
|
|
753
|
+
approvalMode?: undefined;
|
|
754
|
+
rowSelector?: undefined;
|
|
755
|
+
excludeRowIds?: undefined;
|
|
756
|
+
autoContinue?: undefined;
|
|
757
|
+
senderId?: undefined;
|
|
758
|
+
actionType?: undefined;
|
|
759
|
+
targetDate?: undefined;
|
|
760
|
+
refillLaneKey?: undefined;
|
|
761
|
+
sourceEpoch?: undefined;
|
|
762
|
+
disableLowPassRateStop?: undefined;
|
|
763
|
+
};
|
|
764
|
+
required: string[];
|
|
765
|
+
additionalProperties: boolean;
|
|
766
|
+
};
|
|
713
767
|
} | {
|
|
714
768
|
name: string;
|
|
715
769
|
description: string;
|
|
@@ -739,7 +793,6 @@ export declare const allTools: ({
|
|
|
739
793
|
};
|
|
740
794
|
leadListId?: undefined;
|
|
741
795
|
campaignOfferId?: undefined;
|
|
742
|
-
findLeadsRunId?: undefined;
|
|
743
796
|
workspaceId?: undefined;
|
|
744
797
|
provider?: undefined;
|
|
745
798
|
jobId?: undefined;
|
|
@@ -2868,114 +2921,6 @@ export declare const allTools: ({
|
|
|
2868
2921
|
required: string[];
|
|
2869
2922
|
additionalProperties: boolean;
|
|
2870
2923
|
};
|
|
2871
|
-
} | {
|
|
2872
|
-
readonly name: "bootstrap_find_leads";
|
|
2873
|
-
readonly description: "Create or resume a durable campaignless Find Leads run and its lead list. No campaign or workingCampaignId is required.";
|
|
2874
|
-
readonly inputSchema: {
|
|
2875
|
-
readonly type: "object";
|
|
2876
|
-
readonly properties: {
|
|
2877
|
-
readonly bootstrapKey: {
|
|
2878
|
-
readonly type: "string";
|
|
2879
|
-
};
|
|
2880
|
-
readonly name: {
|
|
2881
|
-
readonly type: "string";
|
|
2882
|
-
};
|
|
2883
|
-
};
|
|
2884
|
-
readonly required: readonly ["bootstrapKey"];
|
|
2885
|
-
readonly additionalProperties: false;
|
|
2886
|
-
};
|
|
2887
|
-
} | {
|
|
2888
|
-
readonly name: "get_find_leads_run";
|
|
2889
|
-
readonly description: "Read the authoritative durable Find Leads snapshot.";
|
|
2890
|
-
readonly inputSchema: {
|
|
2891
|
-
readonly type: "object";
|
|
2892
|
-
readonly properties: {
|
|
2893
|
-
readonly runId: {
|
|
2894
|
-
readonly type: "string";
|
|
2895
|
-
};
|
|
2896
|
-
};
|
|
2897
|
-
readonly required: readonly ["runId"];
|
|
2898
|
-
readonly additionalProperties: false;
|
|
2899
|
-
};
|
|
2900
|
-
} | {
|
|
2901
|
-
readonly name: "update_find_leads_run";
|
|
2902
|
-
readonly description: "Persist a provider/source/import approval receipt using optimistic concurrency.";
|
|
2903
|
-
readonly inputSchema: {
|
|
2904
|
-
readonly type: "object";
|
|
2905
|
-
readonly properties: {
|
|
2906
|
-
readonly runId: {
|
|
2907
|
-
readonly type: "string";
|
|
2908
|
-
};
|
|
2909
|
-
readonly version: {
|
|
2910
|
-
readonly type: "number";
|
|
2911
|
-
};
|
|
2912
|
-
readonly action: {
|
|
2913
|
-
readonly type: "string";
|
|
2914
|
-
readonly enum: readonly ["approve_provider", "approve_source_plan", "approve_import"];
|
|
2915
|
-
};
|
|
2916
|
-
readonly provider: {
|
|
2917
|
-
readonly type: "string";
|
|
2918
|
-
readonly enum: readonly ["sales-nav", "prospeo", "signal-discovery"];
|
|
2919
|
-
};
|
|
2920
|
-
readonly receipt: {
|
|
2921
|
-
readonly type: "object";
|
|
2922
|
-
};
|
|
2923
|
-
};
|
|
2924
|
-
readonly required: readonly ["runId", "version", "action", "receipt"];
|
|
2925
|
-
readonly additionalProperties: false;
|
|
2926
|
-
};
|
|
2927
|
-
} | {
|
|
2928
|
-
readonly name: "wait_for_find_leads_run";
|
|
2929
|
-
readonly description: "Poll durable Find Leads state until it changes or reaches a terminal state. Progress notifications are optional hints only.";
|
|
2930
|
-
readonly inputSchema: {
|
|
2931
|
-
readonly type: "object";
|
|
2932
|
-
readonly properties: {
|
|
2933
|
-
readonly runId: {
|
|
2934
|
-
readonly type: "string";
|
|
2935
|
-
};
|
|
2936
|
-
readonly timeoutMs: {
|
|
2937
|
-
readonly type: "number";
|
|
2938
|
-
};
|
|
2939
|
-
readonly intervalMs: {
|
|
2940
|
-
readonly type: "number";
|
|
2941
|
-
};
|
|
2942
|
-
};
|
|
2943
|
-
readonly required: readonly ["runId"];
|
|
2944
|
-
readonly additionalProperties: false;
|
|
2945
|
-
};
|
|
2946
|
-
} | {
|
|
2947
|
-
readonly name: "cancel_find_leads";
|
|
2948
|
-
readonly description: "Cancel a mutable Find Leads run with its current version.";
|
|
2949
|
-
readonly inputSchema: {
|
|
2950
|
-
readonly type: "object";
|
|
2951
|
-
readonly properties: {
|
|
2952
|
-
readonly runId: {
|
|
2953
|
-
readonly type: "string";
|
|
2954
|
-
};
|
|
2955
|
-
readonly version: {
|
|
2956
|
-
readonly type: "number";
|
|
2957
|
-
};
|
|
2958
|
-
};
|
|
2959
|
-
readonly required: readonly ["runId", "version"];
|
|
2960
|
-
readonly additionalProperties: false;
|
|
2961
|
-
};
|
|
2962
|
-
} | {
|
|
2963
|
-
readonly name: "reissue_find_leads_watch_link";
|
|
2964
|
-
readonly description: "Rotate and return a fresh one-time live Find Leads watch handoff. Old links are revoked and cannot be reconstructed.";
|
|
2965
|
-
readonly inputSchema: {
|
|
2966
|
-
readonly type: "object";
|
|
2967
|
-
readonly properties: {
|
|
2968
|
-
readonly runId: {
|
|
2969
|
-
readonly type: "string";
|
|
2970
|
-
};
|
|
2971
|
-
readonly mode: {
|
|
2972
|
-
readonly type: "string";
|
|
2973
|
-
readonly enum: readonly ["claude", "codex", "hermes"];
|
|
2974
|
-
};
|
|
2975
|
-
};
|
|
2976
|
-
readonly required: readonly ["runId"];
|
|
2977
|
-
readonly additionalProperties: false;
|
|
2978
|
-
};
|
|
2979
2924
|
} | {
|
|
2980
2925
|
name: string;
|
|
2981
2926
|
description: string;
|
|
@@ -3251,32 +3196,6 @@ export declare const allTools: ({
|
|
|
3251
3196
|
openWorldHint: boolean;
|
|
3252
3197
|
idempotentHint: boolean;
|
|
3253
3198
|
};
|
|
3254
|
-
} | {
|
|
3255
|
-
readonly name: "preflight_find_leads_provider";
|
|
3256
|
-
readonly description: "Persist the selected provider prompt/version receipt and return actionable setup diagnostics before any provider call.";
|
|
3257
|
-
readonly inputSchema: {
|
|
3258
|
-
readonly type: "object";
|
|
3259
|
-
readonly properties: {
|
|
3260
|
-
readonly runId: {
|
|
3261
|
-
readonly type: "string";
|
|
3262
|
-
};
|
|
3263
|
-
readonly runVersion: {
|
|
3264
|
-
readonly type: "number";
|
|
3265
|
-
};
|
|
3266
|
-
readonly provider: {
|
|
3267
|
-
readonly type: "string";
|
|
3268
|
-
readonly enum: readonly ["sales-nav", "prospeo", "signal-discovery"];
|
|
3269
|
-
};
|
|
3270
|
-
readonly workflowVersion: {
|
|
3271
|
-
readonly type: "string";
|
|
3272
|
-
};
|
|
3273
|
-
readonly promptHash: {
|
|
3274
|
-
readonly type: "string";
|
|
3275
|
-
};
|
|
3276
|
-
};
|
|
3277
|
-
readonly required: readonly ["runId", "runVersion", "provider", "workflowVersion"];
|
|
3278
|
-
readonly additionalProperties: false;
|
|
3279
|
-
};
|
|
3280
3199
|
} | {
|
|
3281
3200
|
name: string;
|
|
3282
3201
|
description: string;
|
|
@@ -3292,10 +3211,6 @@ export declare const allTools: ({
|
|
|
3292
3211
|
type: string;
|
|
3293
3212
|
description: string;
|
|
3294
3213
|
};
|
|
3295
|
-
findLeadsRunId: {
|
|
3296
|
-
type: string;
|
|
3297
|
-
description: string;
|
|
3298
|
-
};
|
|
3299
3214
|
confirmed: {
|
|
3300
3215
|
type: string;
|
|
3301
3216
|
description: string;
|
|
@@ -3320,8 +3235,6 @@ export declare const allTools: ({
|
|
|
3320
3235
|
contactFilters?: undefined;
|
|
3321
3236
|
page?: undefined;
|
|
3322
3237
|
searchId?: undefined;
|
|
3323
|
-
runVersion?: undefined;
|
|
3324
|
-
targetLeadCount?: undefined;
|
|
3325
3238
|
searchName?: undefined;
|
|
3326
3239
|
companySearchMode?: undefined;
|
|
3327
3240
|
uploadedDomains?: undefined;
|
|
@@ -3362,7 +3275,7 @@ export declare const allTools: ({
|
|
|
3362
3275
|
headlineICPCriteria?: undefined;
|
|
3363
3276
|
rubricGuidelines?: undefined;
|
|
3364
3277
|
sourceLeadListId?: undefined;
|
|
3365
|
-
|
|
3278
|
+
targetLeadCount?: undefined;
|
|
3366
3279
|
mode?: undefined;
|
|
3367
3280
|
targetEngagerCount?: undefined;
|
|
3368
3281
|
maxPostsToScrape?: undefined;
|
|
@@ -3382,8 +3295,6 @@ export declare const allTools: ({
|
|
|
3382
3295
|
scrapePlanMode?: undefined;
|
|
3383
3296
|
};
|
|
3384
3297
|
required: string[];
|
|
3385
|
-
oneOf?: undefined;
|
|
3386
|
-
additionalProperties?: undefined;
|
|
3387
3298
|
};
|
|
3388
3299
|
} | {
|
|
3389
3300
|
name: string;
|
|
@@ -3502,18 +3413,6 @@ export declare const allTools: ({
|
|
|
3502
3413
|
type: string;
|
|
3503
3414
|
description: string;
|
|
3504
3415
|
};
|
|
3505
|
-
findLeadsRunId: {
|
|
3506
|
-
type: string;
|
|
3507
|
-
description: string;
|
|
3508
|
-
};
|
|
3509
|
-
runVersion: {
|
|
3510
|
-
type: string;
|
|
3511
|
-
description: string;
|
|
3512
|
-
};
|
|
3513
|
-
targetLeadCount: {
|
|
3514
|
-
type: string;
|
|
3515
|
-
description: string;
|
|
3516
|
-
};
|
|
3517
3416
|
searchName: {
|
|
3518
3417
|
type: string;
|
|
3519
3418
|
description: string;
|
|
@@ -3574,7 +3473,7 @@ export declare const allTools: ({
|
|
|
3574
3473
|
headlineICPCriteria?: undefined;
|
|
3575
3474
|
rubricGuidelines?: undefined;
|
|
3576
3475
|
sourceLeadListId?: undefined;
|
|
3577
|
-
|
|
3476
|
+
targetLeadCount?: undefined;
|
|
3578
3477
|
mode?: undefined;
|
|
3579
3478
|
targetEngagerCount?: undefined;
|
|
3580
3479
|
maxPostsToScrape?: undefined;
|
|
@@ -3594,8 +3493,6 @@ export declare const allTools: ({
|
|
|
3594
3493
|
scrapePlanMode?: undefined;
|
|
3595
3494
|
};
|
|
3596
3495
|
required: never[];
|
|
3597
|
-
oneOf?: undefined;
|
|
3598
|
-
additionalProperties?: undefined;
|
|
3599
3496
|
};
|
|
3600
3497
|
} | {
|
|
3601
3498
|
name: string;
|
|
@@ -3614,7 +3511,6 @@ export declare const allTools: ({
|
|
|
3614
3511
|
};
|
|
3615
3512
|
provider?: undefined;
|
|
3616
3513
|
campaignOfferId?: undefined;
|
|
3617
|
-
findLeadsRunId?: undefined;
|
|
3618
3514
|
confirmed?: undefined;
|
|
3619
3515
|
searchMode?: undefined;
|
|
3620
3516
|
organization_num_employees_ranges?: undefined;
|
|
@@ -3636,8 +3532,6 @@ export declare const allTools: ({
|
|
|
3636
3532
|
contactFilters?: undefined;
|
|
3637
3533
|
page?: undefined;
|
|
3638
3534
|
searchId?: undefined;
|
|
3639
|
-
runVersion?: undefined;
|
|
3640
|
-
targetLeadCount?: undefined;
|
|
3641
3535
|
searchName?: undefined;
|
|
3642
3536
|
companySearchMode?: undefined;
|
|
3643
3537
|
uploadedDomains?: undefined;
|
|
@@ -3676,7 +3570,7 @@ export declare const allTools: ({
|
|
|
3676
3570
|
headlineICPCriteria?: undefined;
|
|
3677
3571
|
rubricGuidelines?: undefined;
|
|
3678
3572
|
sourceLeadListId?: undefined;
|
|
3679
|
-
|
|
3573
|
+
targetLeadCount?: undefined;
|
|
3680
3574
|
mode?: undefined;
|
|
3681
3575
|
targetEngagerCount?: undefined;
|
|
3682
3576
|
maxPostsToScrape?: undefined;
|
|
@@ -3696,8 +3590,6 @@ export declare const allTools: ({
|
|
|
3696
3590
|
scrapePlanMode?: undefined;
|
|
3697
3591
|
};
|
|
3698
3592
|
required: string[];
|
|
3699
|
-
oneOf?: undefined;
|
|
3700
|
-
additionalProperties?: undefined;
|
|
3701
3593
|
};
|
|
3702
3594
|
} | {
|
|
3703
3595
|
name: string;
|
|
@@ -3780,18 +3672,6 @@ export declare const allTools: ({
|
|
|
3780
3672
|
type: string;
|
|
3781
3673
|
description: string;
|
|
3782
3674
|
};
|
|
3783
|
-
findLeadsRunId: {
|
|
3784
|
-
type: string;
|
|
3785
|
-
description: string;
|
|
3786
|
-
};
|
|
3787
|
-
runVersion: {
|
|
3788
|
-
type: string;
|
|
3789
|
-
description: string;
|
|
3790
|
-
};
|
|
3791
|
-
targetLeadCount: {
|
|
3792
|
-
type: string;
|
|
3793
|
-
description: string;
|
|
3794
|
-
};
|
|
3795
3675
|
searchName: {
|
|
3796
3676
|
type: string;
|
|
3797
3677
|
description: string;
|
|
@@ -3859,7 +3739,7 @@ export declare const allTools: ({
|
|
|
3859
3739
|
headlineICPCriteria?: undefined;
|
|
3860
3740
|
rubricGuidelines?: undefined;
|
|
3861
3741
|
sourceLeadListId?: undefined;
|
|
3862
|
-
|
|
3742
|
+
targetLeadCount?: undefined;
|
|
3863
3743
|
mode?: undefined;
|
|
3864
3744
|
targetEngagerCount?: undefined;
|
|
3865
3745
|
maxPostsToScrape?: undefined;
|
|
@@ -3879,8 +3759,6 @@ export declare const allTools: ({
|
|
|
3879
3759
|
scrapePlanMode?: undefined;
|
|
3880
3760
|
};
|
|
3881
3761
|
required: string[];
|
|
3882
|
-
oneOf?: undefined;
|
|
3883
|
-
additionalProperties?: undefined;
|
|
3884
3762
|
};
|
|
3885
3763
|
} | {
|
|
3886
3764
|
name: string;
|
|
@@ -3916,7 +3794,6 @@ export declare const allTools: ({
|
|
|
3916
3794
|
description: string;
|
|
3917
3795
|
};
|
|
3918
3796
|
provider?: undefined;
|
|
3919
|
-
findLeadsRunId?: undefined;
|
|
3920
3797
|
searchMode?: undefined;
|
|
3921
3798
|
organization_num_employees_ranges?: undefined;
|
|
3922
3799
|
organization_locations?: undefined;
|
|
@@ -3937,8 +3814,6 @@ export declare const allTools: ({
|
|
|
3937
3814
|
contactFilters?: undefined;
|
|
3938
3815
|
page?: undefined;
|
|
3939
3816
|
searchId?: undefined;
|
|
3940
|
-
runVersion?: undefined;
|
|
3941
|
-
targetLeadCount?: undefined;
|
|
3942
3817
|
searchName?: undefined;
|
|
3943
3818
|
companySearchMode?: undefined;
|
|
3944
3819
|
uploadedDomains?: undefined;
|
|
@@ -3975,7 +3850,7 @@ export declare const allTools: ({
|
|
|
3975
3850
|
headlineICPCriteria?: undefined;
|
|
3976
3851
|
rubricGuidelines?: undefined;
|
|
3977
3852
|
sourceLeadListId?: undefined;
|
|
3978
|
-
|
|
3853
|
+
targetLeadCount?: undefined;
|
|
3979
3854
|
mode?: undefined;
|
|
3980
3855
|
targetEngagerCount?: undefined;
|
|
3981
3856
|
maxPostsToScrape?: undefined;
|
|
@@ -3995,8 +3870,6 @@ export declare const allTools: ({
|
|
|
3995
3870
|
scrapePlanMode?: undefined;
|
|
3996
3871
|
};
|
|
3997
3872
|
required: string[];
|
|
3998
|
-
oneOf?: undefined;
|
|
3999
|
-
additionalProperties?: undefined;
|
|
4000
3873
|
};
|
|
4001
3874
|
} | {
|
|
4002
3875
|
name: string;
|
|
@@ -4044,7 +3917,6 @@ export declare const allTools: ({
|
|
|
4044
3917
|
description: string;
|
|
4045
3918
|
};
|
|
4046
3919
|
provider?: undefined;
|
|
4047
|
-
findLeadsRunId?: undefined;
|
|
4048
3920
|
searchMode?: undefined;
|
|
4049
3921
|
organization_num_employees_ranges?: undefined;
|
|
4050
3922
|
organization_locations?: undefined;
|
|
@@ -4065,8 +3937,6 @@ export declare const allTools: ({
|
|
|
4065
3937
|
contactFilters?: undefined;
|
|
4066
3938
|
page?: undefined;
|
|
4067
3939
|
searchId?: undefined;
|
|
4068
|
-
runVersion?: undefined;
|
|
4069
|
-
targetLeadCount?: undefined;
|
|
4070
3940
|
searchName?: undefined;
|
|
4071
3941
|
companySearchMode?: undefined;
|
|
4072
3942
|
uploadedDomains?: undefined;
|
|
@@ -4100,7 +3970,7 @@ export declare const allTools: ({
|
|
|
4100
3970
|
headlineICPCriteria?: undefined;
|
|
4101
3971
|
rubricGuidelines?: undefined;
|
|
4102
3972
|
sourceLeadListId?: undefined;
|
|
4103
|
-
|
|
3973
|
+
targetLeadCount?: undefined;
|
|
4104
3974
|
mode?: undefined;
|
|
4105
3975
|
targetEngagerCount?: undefined;
|
|
4106
3976
|
maxPostsToScrape?: undefined;
|
|
@@ -4120,8 +3990,6 @@ export declare const allTools: ({
|
|
|
4120
3990
|
scrapePlanMode?: undefined;
|
|
4121
3991
|
};
|
|
4122
3992
|
required: string[];
|
|
4123
|
-
oneOf?: undefined;
|
|
4124
|
-
additionalProperties?: undefined;
|
|
4125
3993
|
};
|
|
4126
3994
|
} | {
|
|
4127
3995
|
name: string;
|
|
@@ -4156,7 +4024,6 @@ export declare const allTools: ({
|
|
|
4156
4024
|
};
|
|
4157
4025
|
provider?: undefined;
|
|
4158
4026
|
campaignOfferId?: undefined;
|
|
4159
|
-
findLeadsRunId?: undefined;
|
|
4160
4027
|
confirmed?: undefined;
|
|
4161
4028
|
searchMode?: undefined;
|
|
4162
4029
|
organization_num_employees_ranges?: undefined;
|
|
@@ -4177,8 +4044,6 @@ export declare const allTools: ({
|
|
|
4177
4044
|
companyFilters?: undefined;
|
|
4178
4045
|
contactFilters?: undefined;
|
|
4179
4046
|
searchId?: undefined;
|
|
4180
|
-
runVersion?: undefined;
|
|
4181
|
-
targetLeadCount?: undefined;
|
|
4182
4047
|
searchName?: undefined;
|
|
4183
4048
|
companySearchMode?: undefined;
|
|
4184
4049
|
uploadedDomains?: undefined;
|
|
@@ -4214,7 +4079,7 @@ export declare const allTools: ({
|
|
|
4214
4079
|
headlineICPCriteria?: undefined;
|
|
4215
4080
|
rubricGuidelines?: undefined;
|
|
4216
4081
|
sourceLeadListId?: undefined;
|
|
4217
|
-
|
|
4082
|
+
targetLeadCount?: undefined;
|
|
4218
4083
|
mode?: undefined;
|
|
4219
4084
|
targetEngagerCount?: undefined;
|
|
4220
4085
|
maxPostsToScrape?: undefined;
|
|
@@ -4234,8 +4099,6 @@ export declare const allTools: ({
|
|
|
4234
4099
|
scrapePlanMode?: undefined;
|
|
4235
4100
|
};
|
|
4236
4101
|
required: never[];
|
|
4237
|
-
oneOf?: undefined;
|
|
4238
|
-
additionalProperties?: undefined;
|
|
4239
4102
|
};
|
|
4240
4103
|
} | {
|
|
4241
4104
|
name: string;
|
|
@@ -4277,7 +4140,6 @@ export declare const allTools: ({
|
|
|
4277
4140
|
};
|
|
4278
4141
|
provider?: undefined;
|
|
4279
4142
|
campaignOfferId?: undefined;
|
|
4280
|
-
findLeadsRunId?: undefined;
|
|
4281
4143
|
searchMode?: undefined;
|
|
4282
4144
|
organization_num_employees_ranges?: undefined;
|
|
4283
4145
|
organization_locations?: undefined;
|
|
@@ -4298,8 +4160,6 @@ export declare const allTools: ({
|
|
|
4298
4160
|
contactFilters?: undefined;
|
|
4299
4161
|
page?: undefined;
|
|
4300
4162
|
searchId?: undefined;
|
|
4301
|
-
runVersion?: undefined;
|
|
4302
|
-
targetLeadCount?: undefined;
|
|
4303
4163
|
searchName?: undefined;
|
|
4304
4164
|
companySearchMode?: undefined;
|
|
4305
4165
|
uploadedDomains?: undefined;
|
|
@@ -4333,7 +4193,7 @@ export declare const allTools: ({
|
|
|
4333
4193
|
headlineICPCriteria?: undefined;
|
|
4334
4194
|
rubricGuidelines?: undefined;
|
|
4335
4195
|
sourceLeadListId?: undefined;
|
|
4336
|
-
|
|
4196
|
+
targetLeadCount?: undefined;
|
|
4337
4197
|
mode?: undefined;
|
|
4338
4198
|
targetEngagerCount?: undefined;
|
|
4339
4199
|
maxPostsToScrape?: undefined;
|
|
@@ -4353,8 +4213,6 @@ export declare const allTools: ({
|
|
|
4353
4213
|
scrapePlanMode?: undefined;
|
|
4354
4214
|
};
|
|
4355
4215
|
required: never[];
|
|
4356
|
-
oneOf?: undefined;
|
|
4357
|
-
additionalProperties?: undefined;
|
|
4358
4216
|
};
|
|
4359
4217
|
} | {
|
|
4360
4218
|
name: string;
|
|
@@ -4378,7 +4236,6 @@ export declare const allTools: ({
|
|
|
4378
4236
|
};
|
|
4379
4237
|
provider?: undefined;
|
|
4380
4238
|
campaignOfferId?: undefined;
|
|
4381
|
-
findLeadsRunId?: undefined;
|
|
4382
4239
|
confirmed?: undefined;
|
|
4383
4240
|
searchMode?: undefined;
|
|
4384
4241
|
organization_num_employees_ranges?: undefined;
|
|
@@ -4400,8 +4257,6 @@ export declare const allTools: ({
|
|
|
4400
4257
|
contactFilters?: undefined;
|
|
4401
4258
|
page?: undefined;
|
|
4402
4259
|
searchId?: undefined;
|
|
4403
|
-
runVersion?: undefined;
|
|
4404
|
-
targetLeadCount?: undefined;
|
|
4405
4260
|
searchName?: undefined;
|
|
4406
4261
|
companySearchMode?: undefined;
|
|
4407
4262
|
uploadedDomains?: undefined;
|
|
@@ -4440,7 +4295,7 @@ export declare const allTools: ({
|
|
|
4440
4295
|
headlineICPCriteria?: undefined;
|
|
4441
4296
|
rubricGuidelines?: undefined;
|
|
4442
4297
|
sourceLeadListId?: undefined;
|
|
4443
|
-
|
|
4298
|
+
targetLeadCount?: undefined;
|
|
4444
4299
|
mode?: undefined;
|
|
4445
4300
|
targetEngagerCount?: undefined;
|
|
4446
4301
|
maxPostsToScrape?: undefined;
|
|
@@ -4460,8 +4315,6 @@ export declare const allTools: ({
|
|
|
4460
4315
|
scrapePlanMode?: undefined;
|
|
4461
4316
|
};
|
|
4462
4317
|
required: never[];
|
|
4463
|
-
oneOf?: undefined;
|
|
4464
|
-
additionalProperties?: undefined;
|
|
4465
4318
|
};
|
|
4466
4319
|
} | {
|
|
4467
4320
|
name: string;
|
|
@@ -5284,7 +5137,6 @@ export declare const allTools: ({
|
|
|
5284
5137
|
description: string;
|
|
5285
5138
|
};
|
|
5286
5139
|
provider?: undefined;
|
|
5287
|
-
findLeadsRunId?: undefined;
|
|
5288
5140
|
searchMode?: undefined;
|
|
5289
5141
|
organization_num_employees_ranges?: undefined;
|
|
5290
5142
|
organization_locations?: undefined;
|
|
@@ -5303,8 +5155,6 @@ export declare const allTools: ({
|
|
|
5303
5155
|
companyFilters?: undefined;
|
|
5304
5156
|
contactFilters?: undefined;
|
|
5305
5157
|
searchId?: undefined;
|
|
5306
|
-
runVersion?: undefined;
|
|
5307
|
-
targetLeadCount?: undefined;
|
|
5308
5158
|
searchName?: undefined;
|
|
5309
5159
|
companySearchMode?: undefined;
|
|
5310
5160
|
uploadedDomains?: undefined;
|
|
@@ -5339,7 +5189,7 @@ export declare const allTools: ({
|
|
|
5339
5189
|
headlineICPCriteria?: undefined;
|
|
5340
5190
|
rubricGuidelines?: undefined;
|
|
5341
5191
|
sourceLeadListId?: undefined;
|
|
5342
|
-
|
|
5192
|
+
targetLeadCount?: undefined;
|
|
5343
5193
|
mode?: undefined;
|
|
5344
5194
|
targetEngagerCount?: undefined;
|
|
5345
5195
|
maxPostsToScrape?: undefined;
|
|
@@ -5359,8 +5209,6 @@ export declare const allTools: ({
|
|
|
5359
5209
|
scrapePlanMode?: undefined;
|
|
5360
5210
|
};
|
|
5361
5211
|
required: never[];
|
|
5362
|
-
oneOf?: undefined;
|
|
5363
|
-
additionalProperties?: undefined;
|
|
5364
5212
|
};
|
|
5365
5213
|
} | {
|
|
5366
5214
|
name: string;
|
|
@@ -5396,7 +5244,6 @@ export declare const allTools: ({
|
|
|
5396
5244
|
description: string;
|
|
5397
5245
|
};
|
|
5398
5246
|
provider?: undefined;
|
|
5399
|
-
findLeadsRunId?: undefined;
|
|
5400
5247
|
searchMode?: undefined;
|
|
5401
5248
|
organization_num_employees_ranges?: undefined;
|
|
5402
5249
|
organization_locations?: undefined;
|
|
@@ -5417,8 +5264,6 @@ export declare const allTools: ({
|
|
|
5417
5264
|
contactFilters?: undefined;
|
|
5418
5265
|
page?: undefined;
|
|
5419
5266
|
searchId?: undefined;
|
|
5420
|
-
runVersion?: undefined;
|
|
5421
|
-
targetLeadCount?: undefined;
|
|
5422
5267
|
searchName?: undefined;
|
|
5423
5268
|
companySearchMode?: undefined;
|
|
5424
5269
|
uploadedDomains?: undefined;
|
|
@@ -5455,7 +5300,7 @@ export declare const allTools: ({
|
|
|
5455
5300
|
headlineICPCriteria?: undefined;
|
|
5456
5301
|
rubricGuidelines?: undefined;
|
|
5457
5302
|
sourceLeadListId?: undefined;
|
|
5458
|
-
|
|
5303
|
+
targetLeadCount?: undefined;
|
|
5459
5304
|
mode?: undefined;
|
|
5460
5305
|
targetEngagerCount?: undefined;
|
|
5461
5306
|
maxPostsToScrape?: undefined;
|
|
@@ -5475,8 +5320,6 @@ export declare const allTools: ({
|
|
|
5475
5320
|
scrapePlanMode?: undefined;
|
|
5476
5321
|
};
|
|
5477
5322
|
required: string[];
|
|
5478
|
-
oneOf?: undefined;
|
|
5479
|
-
additionalProperties?: undefined;
|
|
5480
5323
|
};
|
|
5481
5324
|
} | {
|
|
5482
5325
|
name: string;
|
|
@@ -6435,18 +6278,6 @@ export declare const allTools: ({
|
|
|
6435
6278
|
type: string;
|
|
6436
6279
|
description: string;
|
|
6437
6280
|
};
|
|
6438
|
-
findLeadsRunId: {
|
|
6439
|
-
type: string;
|
|
6440
|
-
description: string;
|
|
6441
|
-
};
|
|
6442
|
-
runVersion: {
|
|
6443
|
-
type: string;
|
|
6444
|
-
description: string;
|
|
6445
|
-
};
|
|
6446
|
-
targetLeadCount: {
|
|
6447
|
-
type: string;
|
|
6448
|
-
description: string;
|
|
6449
|
-
};
|
|
6450
6281
|
workspaceId: {
|
|
6451
6282
|
type: string;
|
|
6452
6283
|
description: string;
|
|
@@ -6521,7 +6352,7 @@ export declare const allTools: ({
|
|
|
6521
6352
|
headlineICPCriteria?: undefined;
|
|
6522
6353
|
rubricGuidelines?: undefined;
|
|
6523
6354
|
sourceLeadListId?: undefined;
|
|
6524
|
-
|
|
6355
|
+
targetLeadCount?: undefined;
|
|
6525
6356
|
mode?: undefined;
|
|
6526
6357
|
targetEngagerCount?: undefined;
|
|
6527
6358
|
maxPostsToScrape?: undefined;
|
|
@@ -6541,8 +6372,6 @@ export declare const allTools: ({
|
|
|
6541
6372
|
scrapePlanMode?: undefined;
|
|
6542
6373
|
};
|
|
6543
6374
|
required: string[];
|
|
6544
|
-
oneOf?: undefined;
|
|
6545
|
-
additionalProperties?: undefined;
|
|
6546
6375
|
};
|
|
6547
6376
|
} | {
|
|
6548
6377
|
name: string;
|
|
@@ -6594,14 +6423,6 @@ export declare const allTools: ({
|
|
|
6594
6423
|
type: string;
|
|
6595
6424
|
description: string;
|
|
6596
6425
|
};
|
|
6597
|
-
findLeadsRunId: {
|
|
6598
|
-
type: string;
|
|
6599
|
-
description: string;
|
|
6600
|
-
};
|
|
6601
|
-
runVersion: {
|
|
6602
|
-
type: string;
|
|
6603
|
-
description: string;
|
|
6604
|
-
};
|
|
6605
6426
|
currentStep: {
|
|
6606
6427
|
type: string[];
|
|
6607
6428
|
description: string;
|
|
@@ -6659,7 +6480,6 @@ export declare const allTools: ({
|
|
|
6659
6480
|
companyFilters?: undefined;
|
|
6660
6481
|
contactFilters?: undefined;
|
|
6661
6482
|
searchId?: undefined;
|
|
6662
|
-
targetLeadCount?: undefined;
|
|
6663
6483
|
searchName?: undefined;
|
|
6664
6484
|
companySearchMode?: undefined;
|
|
6665
6485
|
uploadedDomains?: undefined;
|
|
@@ -6690,7 +6510,7 @@ export declare const allTools: ({
|
|
|
6690
6510
|
workspaceId?: undefined;
|
|
6691
6511
|
domainFilterId?: undefined;
|
|
6692
6512
|
sourceLeadListId?: undefined;
|
|
6693
|
-
|
|
6513
|
+
targetLeadCount?: undefined;
|
|
6694
6514
|
mode?: undefined;
|
|
6695
6515
|
targetEngagerCount?: undefined;
|
|
6696
6516
|
maxPostsToScrape?: undefined;
|
|
@@ -6710,8 +6530,6 @@ export declare const allTools: ({
|
|
|
6710
6530
|
scrapePlanMode?: undefined;
|
|
6711
6531
|
};
|
|
6712
6532
|
required: never[];
|
|
6713
|
-
oneOf?: undefined;
|
|
6714
|
-
additionalProperties?: undefined;
|
|
6715
6533
|
};
|
|
6716
6534
|
} | {
|
|
6717
6535
|
name: string;
|
|
@@ -6723,14 +6541,6 @@ export declare const allTools: ({
|
|
|
6723
6541
|
type: string;
|
|
6724
6542
|
description: string;
|
|
6725
6543
|
};
|
|
6726
|
-
findLeadsRunId: {
|
|
6727
|
-
type: string;
|
|
6728
|
-
description: string;
|
|
6729
|
-
};
|
|
6730
|
-
runVersion: {
|
|
6731
|
-
type: string;
|
|
6732
|
-
description: string;
|
|
6733
|
-
};
|
|
6734
6544
|
workspaceId: {
|
|
6735
6545
|
type: string;
|
|
6736
6546
|
description: string;
|
|
@@ -6752,10 +6562,6 @@ export declare const allTools: ({
|
|
|
6752
6562
|
type: string;
|
|
6753
6563
|
description: string;
|
|
6754
6564
|
};
|
|
6755
|
-
signalTabId: {
|
|
6756
|
-
type: string;
|
|
6757
|
-
description: string;
|
|
6758
|
-
};
|
|
6759
6565
|
targetLeadCount: {
|
|
6760
6566
|
type: string;
|
|
6761
6567
|
description: string;
|
|
@@ -6871,14 +6677,7 @@ export declare const allTools: ({
|
|
|
6871
6677
|
selectionMode?: undefined;
|
|
6872
6678
|
scrapePlanMode?: undefined;
|
|
6873
6679
|
};
|
|
6874
|
-
|
|
6875
|
-
required: string[];
|
|
6876
|
-
not: {
|
|
6877
|
-
required: string[];
|
|
6878
|
-
};
|
|
6879
|
-
}[];
|
|
6880
|
-
additionalProperties: boolean;
|
|
6881
|
-
required?: undefined;
|
|
6680
|
+
required: string[];
|
|
6882
6681
|
};
|
|
6883
6682
|
} | {
|
|
6884
6683
|
name: string;
|
|
@@ -6903,7 +6702,6 @@ export declare const allTools: ({
|
|
|
6903
6702
|
enum: string[];
|
|
6904
6703
|
description: string;
|
|
6905
6704
|
};
|
|
6906
|
-
findLeadsRunId?: undefined;
|
|
6907
6705
|
confirmed?: undefined;
|
|
6908
6706
|
searchMode?: undefined;
|
|
6909
6707
|
organization_num_employees_ranges?: undefined;
|
|
@@ -6925,8 +6723,6 @@ export declare const allTools: ({
|
|
|
6925
6723
|
contactFilters?: undefined;
|
|
6926
6724
|
page?: undefined;
|
|
6927
6725
|
searchId?: undefined;
|
|
6928
|
-
runVersion?: undefined;
|
|
6929
|
-
targetLeadCount?: undefined;
|
|
6930
6726
|
searchName?: undefined;
|
|
6931
6727
|
companySearchMode?: undefined;
|
|
6932
6728
|
uploadedDomains?: undefined;
|
|
@@ -6966,7 +6762,7 @@ export declare const allTools: ({
|
|
|
6966
6762
|
headlineICPCriteria?: undefined;
|
|
6967
6763
|
rubricGuidelines?: undefined;
|
|
6968
6764
|
sourceLeadListId?: undefined;
|
|
6969
|
-
|
|
6765
|
+
targetLeadCount?: undefined;
|
|
6970
6766
|
mode?: undefined;
|
|
6971
6767
|
targetEngagerCount?: undefined;
|
|
6972
6768
|
maxPostsToScrape?: undefined;
|
|
@@ -6985,8 +6781,6 @@ export declare const allTools: ({
|
|
|
6985
6781
|
scrapePlanMode?: undefined;
|
|
6986
6782
|
};
|
|
6987
6783
|
required: string[];
|
|
6988
|
-
oneOf?: undefined;
|
|
6989
|
-
additionalProperties?: undefined;
|
|
6990
6784
|
};
|
|
6991
6785
|
} | {
|
|
6992
6786
|
name: string;
|
|
@@ -6998,18 +6792,6 @@ export declare const allTools: ({
|
|
|
6998
6792
|
type: string;
|
|
6999
6793
|
description: string;
|
|
7000
6794
|
};
|
|
7001
|
-
findLeadsRunId: {
|
|
7002
|
-
type: string;
|
|
7003
|
-
description: string;
|
|
7004
|
-
};
|
|
7005
|
-
signalTabId: {
|
|
7006
|
-
type: string;
|
|
7007
|
-
description: string;
|
|
7008
|
-
};
|
|
7009
|
-
runVersion: {
|
|
7010
|
-
type: string;
|
|
7011
|
-
description: string;
|
|
7012
|
-
};
|
|
7013
6795
|
workspaceId: {
|
|
7014
6796
|
type: string;
|
|
7015
6797
|
description: string;
|
|
@@ -7137,8 +6919,6 @@ export declare const allTools: ({
|
|
|
7137
6919
|
scrapePlanMode?: undefined;
|
|
7138
6920
|
};
|
|
7139
6921
|
required: string[];
|
|
7140
|
-
oneOf?: undefined;
|
|
7141
|
-
additionalProperties?: undefined;
|
|
7142
6922
|
};
|
|
7143
6923
|
} | {
|
|
7144
6924
|
name: string;
|
|
@@ -7202,7 +6982,6 @@ export declare const allTools: ({
|
|
|
7202
6982
|
description: string;
|
|
7203
6983
|
};
|
|
7204
6984
|
provider?: undefined;
|
|
7205
|
-
findLeadsRunId?: undefined;
|
|
7206
6985
|
confirmed?: undefined;
|
|
7207
6986
|
searchMode?: undefined;
|
|
7208
6987
|
organization_num_employees_ranges?: undefined;
|
|
@@ -7224,8 +7003,6 @@ export declare const allTools: ({
|
|
|
7224
7003
|
contactFilters?: undefined;
|
|
7225
7004
|
page?: undefined;
|
|
7226
7005
|
searchId?: undefined;
|
|
7227
|
-
runVersion?: undefined;
|
|
7228
|
-
targetLeadCount?: undefined;
|
|
7229
7006
|
searchName?: undefined;
|
|
7230
7007
|
companySearchMode?: undefined;
|
|
7231
7008
|
uploadedDomains?: undefined;
|
|
@@ -7264,7 +7041,7 @@ export declare const allTools: ({
|
|
|
7264
7041
|
currentStepTransition?: undefined;
|
|
7265
7042
|
rubricGuidelines?: undefined;
|
|
7266
7043
|
sourceLeadListId?: undefined;
|
|
7267
|
-
|
|
7044
|
+
targetLeadCount?: undefined;
|
|
7268
7045
|
mode?: undefined;
|
|
7269
7046
|
allowInvalidSignalPosts?: undefined;
|
|
7270
7047
|
tableId?: undefined;
|
|
@@ -7279,8 +7056,6 @@ export declare const allTools: ({
|
|
|
7279
7056
|
includeRawImportResult?: undefined;
|
|
7280
7057
|
};
|
|
7281
7058
|
required: string[];
|
|
7282
|
-
oneOf?: undefined;
|
|
7283
|
-
additionalProperties?: undefined;
|
|
7284
7059
|
};
|
|
7285
7060
|
} | {
|
|
7286
7061
|
name: string;
|
|
@@ -7306,7 +7081,6 @@ export declare const allTools: ({
|
|
|
7306
7081
|
description: string;
|
|
7307
7082
|
};
|
|
7308
7083
|
provider?: undefined;
|
|
7309
|
-
findLeadsRunId?: undefined;
|
|
7310
7084
|
confirmed?: undefined;
|
|
7311
7085
|
searchMode?: undefined;
|
|
7312
7086
|
organization_num_employees_ranges?: undefined;
|
|
@@ -7328,8 +7102,6 @@ export declare const allTools: ({
|
|
|
7328
7102
|
contactFilters?: undefined;
|
|
7329
7103
|
page?: undefined;
|
|
7330
7104
|
searchId?: undefined;
|
|
7331
|
-
runVersion?: undefined;
|
|
7332
|
-
targetLeadCount?: undefined;
|
|
7333
7105
|
searchName?: undefined;
|
|
7334
7106
|
companySearchMode?: undefined;
|
|
7335
7107
|
uploadedDomains?: undefined;
|
|
@@ -7368,7 +7140,7 @@ export declare const allTools: ({
|
|
|
7368
7140
|
currentStepTransition?: undefined;
|
|
7369
7141
|
rubricGuidelines?: undefined;
|
|
7370
7142
|
sourceLeadListId?: undefined;
|
|
7371
|
-
|
|
7143
|
+
targetLeadCount?: undefined;
|
|
7372
7144
|
mode?: undefined;
|
|
7373
7145
|
targetEngagerCount?: undefined;
|
|
7374
7146
|
maxPostsToScrape?: undefined;
|
|
@@ -7388,8 +7160,6 @@ export declare const allTools: ({
|
|
|
7388
7160
|
scrapePlanMode?: undefined;
|
|
7389
7161
|
};
|
|
7390
7162
|
required: string[];
|
|
7391
|
-
oneOf?: undefined;
|
|
7392
|
-
additionalProperties?: undefined;
|
|
7393
7163
|
};
|
|
7394
7164
|
} | {
|
|
7395
7165
|
name: string;
|
|
@@ -7830,47 +7600,62 @@ export declare const allTools: ({
|
|
|
7830
7600
|
type: string;
|
|
7831
7601
|
description: string;
|
|
7832
7602
|
};
|
|
7833
|
-
|
|
7834
|
-
required: string[];
|
|
7835
|
-
additionalProperties: boolean;
|
|
7836
|
-
};
|
|
7837
|
-
} | {
|
|
7838
|
-
name: string;
|
|
7839
|
-
description: string;
|
|
7840
|
-
inputSchema: {
|
|
7841
|
-
type: string;
|
|
7842
|
-
properties: {
|
|
7843
|
-
workspaceId: {
|
|
7603
|
+
requestKey: {
|
|
7844
7604
|
type: string;
|
|
7845
7605
|
description: string;
|
|
7846
7606
|
};
|
|
7847
|
-
|
|
7607
|
+
targetShapeRevision: {
|
|
7848
7608
|
type: string;
|
|
7849
7609
|
description: string;
|
|
7850
7610
|
};
|
|
7851
|
-
|
|
7611
|
+
expectedTargets: {
|
|
7852
7612
|
type: string;
|
|
7853
|
-
|
|
7613
|
+
maxItems: 25;
|
|
7614
|
+
items: {
|
|
7615
|
+
type: string;
|
|
7616
|
+
properties: {
|
|
7617
|
+
campaignId: {
|
|
7618
|
+
type: string;
|
|
7619
|
+
};
|
|
7620
|
+
tableId: {
|
|
7621
|
+
type: string;
|
|
7622
|
+
};
|
|
7623
|
+
refillLaneKey: {
|
|
7624
|
+
type: string;
|
|
7625
|
+
};
|
|
7626
|
+
branchActionTypes: {
|
|
7627
|
+
type: string;
|
|
7628
|
+
minItems: number;
|
|
7629
|
+
uniqueItems: boolean;
|
|
7630
|
+
items: {
|
|
7631
|
+
type: string;
|
|
7632
|
+
enum: string[];
|
|
7633
|
+
};
|
|
7634
|
+
};
|
|
7635
|
+
senderIds: {
|
|
7636
|
+
type: string;
|
|
7637
|
+
minItems: number;
|
|
7638
|
+
maxItems: 100;
|
|
7639
|
+
uniqueItems: boolean;
|
|
7640
|
+
items: {
|
|
7641
|
+
type: string;
|
|
7642
|
+
};
|
|
7643
|
+
};
|
|
7644
|
+
};
|
|
7645
|
+
required: string[];
|
|
7646
|
+
additionalProperties: boolean;
|
|
7647
|
+
};
|
|
7854
7648
|
};
|
|
7855
|
-
|
|
7649
|
+
expectedTargetsHash: {
|
|
7856
7650
|
type: string;
|
|
7857
7651
|
description: string;
|
|
7858
7652
|
};
|
|
7859
|
-
|
|
7653
|
+
maxPlacements: {
|
|
7860
7654
|
type: string;
|
|
7861
|
-
|
|
7655
|
+
minimum: number;
|
|
7656
|
+
maximum: 150;
|
|
7862
7657
|
description: string;
|
|
7863
7658
|
};
|
|
7864
|
-
senderIds: {
|
|
7865
|
-
type: string;
|
|
7866
|
-
items: {
|
|
7867
|
-
type: string;
|
|
7868
|
-
};
|
|
7869
|
-
};
|
|
7870
|
-
intent: {
|
|
7871
|
-
type: string;
|
|
7872
|
-
enum: string[];
|
|
7873
|
-
};
|
|
7874
7659
|
};
|
|
7875
7660
|
required: string[];
|
|
7876
7661
|
additionalProperties: boolean;
|