@sellable/mcp 0.1.544 → 0.1.545
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/tools/leads.d.ts +22 -0
- package/dist/tools/leads.js +6 -1
- package/dist/tools/registry.d.ts +21 -0
- package/package.json +1 -1
package/dist/tools/leads.d.ts
CHANGED
|
@@ -184,6 +184,7 @@ export type ConfirmLeadListInput = {
|
|
|
184
184
|
reviewBatchLimit?: number;
|
|
185
185
|
includeRawImportResult?: boolean;
|
|
186
186
|
allowPartialSourceList?: boolean;
|
|
187
|
+
allowDifferentSourceLeadList?: boolean;
|
|
187
188
|
sourceRowIds?: string[];
|
|
188
189
|
sourceRowLimit?: number;
|
|
189
190
|
/**
|
|
@@ -305,6 +306,7 @@ export declare const leadToolDefinitions: ({
|
|
|
305
306
|
sourceRowIds?: undefined;
|
|
306
307
|
sourceRowLimit?: undefined;
|
|
307
308
|
allowPartialSourceList?: undefined;
|
|
309
|
+
allowDifferentSourceLeadList?: undefined;
|
|
308
310
|
includeRawImportResult?: undefined;
|
|
309
311
|
selections?: undefined;
|
|
310
312
|
selectionMode?: undefined;
|
|
@@ -502,6 +504,7 @@ export declare const leadToolDefinitions: ({
|
|
|
502
504
|
sourceRowIds?: undefined;
|
|
503
505
|
sourceRowLimit?: undefined;
|
|
504
506
|
allowPartialSourceList?: undefined;
|
|
507
|
+
allowDifferentSourceLeadList?: undefined;
|
|
505
508
|
includeRawImportResult?: undefined;
|
|
506
509
|
selections?: undefined;
|
|
507
510
|
selectionMode?: undefined;
|
|
@@ -598,6 +601,7 @@ export declare const leadToolDefinitions: ({
|
|
|
598
601
|
sourceRowIds?: undefined;
|
|
599
602
|
sourceRowLimit?: undefined;
|
|
600
603
|
allowPartialSourceList?: undefined;
|
|
604
|
+
allowDifferentSourceLeadList?: undefined;
|
|
601
605
|
includeRawImportResult?: undefined;
|
|
602
606
|
selections?: undefined;
|
|
603
607
|
selectionMode?: undefined;
|
|
@@ -766,6 +770,7 @@ export declare const leadToolDefinitions: ({
|
|
|
766
770
|
sourceRowIds?: undefined;
|
|
767
771
|
sourceRowLimit?: undefined;
|
|
768
772
|
allowPartialSourceList?: undefined;
|
|
773
|
+
allowDifferentSourceLeadList?: undefined;
|
|
769
774
|
includeRawImportResult?: undefined;
|
|
770
775
|
selections?: undefined;
|
|
771
776
|
selectionMode?: undefined;
|
|
@@ -876,6 +881,7 @@ export declare const leadToolDefinitions: ({
|
|
|
876
881
|
sourceRowIds?: undefined;
|
|
877
882
|
sourceRowLimit?: undefined;
|
|
878
883
|
allowPartialSourceList?: undefined;
|
|
884
|
+
allowDifferentSourceLeadList?: undefined;
|
|
879
885
|
includeRawImportResult?: undefined;
|
|
880
886
|
selections?: undefined;
|
|
881
887
|
selectionMode?: undefined;
|
|
@@ -995,6 +1001,7 @@ export declare const leadToolDefinitions: ({
|
|
|
995
1001
|
sourceRowIds?: undefined;
|
|
996
1002
|
sourceRowLimit?: undefined;
|
|
997
1003
|
allowPartialSourceList?: undefined;
|
|
1004
|
+
allowDifferentSourceLeadList?: undefined;
|
|
998
1005
|
includeRawImportResult?: undefined;
|
|
999
1006
|
selections?: undefined;
|
|
1000
1007
|
selectionMode?: undefined;
|
|
@@ -1103,6 +1110,7 @@ export declare const leadToolDefinitions: ({
|
|
|
1103
1110
|
sourceRowIds?: undefined;
|
|
1104
1111
|
sourceRowLimit?: undefined;
|
|
1105
1112
|
allowPartialSourceList?: undefined;
|
|
1113
|
+
allowDifferentSourceLeadList?: undefined;
|
|
1106
1114
|
includeRawImportResult?: undefined;
|
|
1107
1115
|
selections?: undefined;
|
|
1108
1116
|
selectionMode?: undefined;
|
|
@@ -1216,6 +1224,7 @@ export declare const leadToolDefinitions: ({
|
|
|
1216
1224
|
sourceRowIds?: undefined;
|
|
1217
1225
|
sourceRowLimit?: undefined;
|
|
1218
1226
|
allowPartialSourceList?: undefined;
|
|
1227
|
+
allowDifferentSourceLeadList?: undefined;
|
|
1219
1228
|
includeRawImportResult?: undefined;
|
|
1220
1229
|
selections?: undefined;
|
|
1221
1230
|
selectionMode?: undefined;
|
|
@@ -1317,6 +1326,7 @@ export declare const leadToolDefinitions: ({
|
|
|
1317
1326
|
sourceRowIds?: undefined;
|
|
1318
1327
|
sourceRowLimit?: undefined;
|
|
1319
1328
|
allowPartialSourceList?: undefined;
|
|
1329
|
+
allowDifferentSourceLeadList?: undefined;
|
|
1320
1330
|
includeRawImportResult?: undefined;
|
|
1321
1331
|
selections?: undefined;
|
|
1322
1332
|
selectionMode?: undefined;
|
|
@@ -2210,6 +2220,7 @@ export declare const leadToolDefinitions: ({
|
|
|
2210
2220
|
sourceRowIds?: undefined;
|
|
2211
2221
|
sourceRowLimit?: undefined;
|
|
2212
2222
|
allowPartialSourceList?: undefined;
|
|
2223
|
+
allowDifferentSourceLeadList?: undefined;
|
|
2213
2224
|
includeRawImportResult?: undefined;
|
|
2214
2225
|
selections?: undefined;
|
|
2215
2226
|
selectionMode?: undefined;
|
|
@@ -2320,6 +2331,7 @@ export declare const leadToolDefinitions: ({
|
|
|
2320
2331
|
sourceRowIds?: undefined;
|
|
2321
2332
|
sourceRowLimit?: undefined;
|
|
2322
2333
|
allowPartialSourceList?: undefined;
|
|
2334
|
+
allowDifferentSourceLeadList?: undefined;
|
|
2323
2335
|
includeRawImportResult?: undefined;
|
|
2324
2336
|
selections?: undefined;
|
|
2325
2337
|
selectionMode?: undefined;
|
|
@@ -3371,6 +3383,7 @@ export declare const leadToolDefinitions: ({
|
|
|
3371
3383
|
sourceRowIds?: undefined;
|
|
3372
3384
|
sourceRowLimit?: undefined;
|
|
3373
3385
|
allowPartialSourceList?: undefined;
|
|
3386
|
+
allowDifferentSourceLeadList?: undefined;
|
|
3374
3387
|
includeRawImportResult?: undefined;
|
|
3375
3388
|
selections?: undefined;
|
|
3376
3389
|
selectionMode?: undefined;
|
|
@@ -3528,6 +3541,7 @@ export declare const leadToolDefinitions: ({
|
|
|
3528
3541
|
sourceRowIds?: undefined;
|
|
3529
3542
|
sourceRowLimit?: undefined;
|
|
3530
3543
|
allowPartialSourceList?: undefined;
|
|
3544
|
+
allowDifferentSourceLeadList?: undefined;
|
|
3531
3545
|
includeRawImportResult?: undefined;
|
|
3532
3546
|
selections?: undefined;
|
|
3533
3547
|
selectionMode?: undefined;
|
|
@@ -3675,6 +3689,7 @@ export declare const leadToolDefinitions: ({
|
|
|
3675
3689
|
sourceRowIds?: undefined;
|
|
3676
3690
|
sourceRowLimit?: undefined;
|
|
3677
3691
|
allowPartialSourceList?: undefined;
|
|
3692
|
+
allowDifferentSourceLeadList?: undefined;
|
|
3678
3693
|
includeRawImportResult?: undefined;
|
|
3679
3694
|
selections?: undefined;
|
|
3680
3695
|
selectionMode?: undefined;
|
|
@@ -3777,6 +3792,7 @@ export declare const leadToolDefinitions: ({
|
|
|
3777
3792
|
sourceRowIds?: undefined;
|
|
3778
3793
|
sourceRowLimit?: undefined;
|
|
3779
3794
|
allowPartialSourceList?: undefined;
|
|
3795
|
+
allowDifferentSourceLeadList?: undefined;
|
|
3780
3796
|
includeRawImportResult?: undefined;
|
|
3781
3797
|
selections?: undefined;
|
|
3782
3798
|
selectionMode?: undefined;
|
|
@@ -3841,6 +3857,10 @@ export declare const leadToolDefinitions: ({
|
|
|
3841
3857
|
type: string;
|
|
3842
3858
|
description: string;
|
|
3843
3859
|
};
|
|
3860
|
+
allowDifferentSourceLeadList: {
|
|
3861
|
+
type: string;
|
|
3862
|
+
description: string;
|
|
3863
|
+
};
|
|
3844
3864
|
confirmed: {
|
|
3845
3865
|
type: string;
|
|
3846
3866
|
description: string;
|
|
@@ -4050,6 +4070,7 @@ export declare const leadToolDefinitions: ({
|
|
|
4050
4070
|
sourceRowIds?: undefined;
|
|
4051
4071
|
sourceRowLimit?: undefined;
|
|
4052
4072
|
allowPartialSourceList?: undefined;
|
|
4073
|
+
allowDifferentSourceLeadList?: undefined;
|
|
4053
4074
|
includeRawImportResult?: undefined;
|
|
4054
4075
|
};
|
|
4055
4076
|
required: string[];
|
|
@@ -4150,6 +4171,7 @@ export declare const leadToolDefinitions: ({
|
|
|
4150
4171
|
sourceRowIds?: undefined;
|
|
4151
4172
|
sourceRowLimit?: undefined;
|
|
4152
4173
|
allowPartialSourceList?: undefined;
|
|
4174
|
+
allowDifferentSourceLeadList?: undefined;
|
|
4153
4175
|
includeRawImportResult?: undefined;
|
|
4154
4176
|
selections?: undefined;
|
|
4155
4177
|
selectionMode?: undefined;
|
package/dist/tools/leads.js
CHANGED
|
@@ -2239,6 +2239,10 @@ export const leadToolDefinitions = [
|
|
|
2239
2239
|
type: "boolean",
|
|
2240
2240
|
description: "Explicit override for user-approved early continuation. Default false. When true, confirm_lead_list may copy the currently materialized rows from a still-running source import; use only after the user explicitly asks to keep going with the partial list.",
|
|
2241
2241
|
},
|
|
2242
|
+
allowDifferentSourceLeadList: {
|
|
2243
|
+
type: "boolean",
|
|
2244
|
+
description: "Explicit override for bounded recovery/refill copies from a source list different from the campaign.selectedLeadListId. Use only when the operator intentionally approved that exact alternate source list.",
|
|
2245
|
+
},
|
|
2242
2246
|
confirmed: {
|
|
2243
2247
|
type: "boolean",
|
|
2244
2248
|
description: "Set true after user approval when interaction mode requires confirmation for confirm/import.",
|
|
@@ -4202,7 +4206,7 @@ export async function confirmLeadList(input) {
|
|
|
4202
4206
|
const api = getApi();
|
|
4203
4207
|
const workspaceId = normalizeExplicitWorkspaceId(input.workspaceId);
|
|
4204
4208
|
const requestOptions = workspaceRequestOptions(workspaceId);
|
|
4205
|
-
const { campaignOfferId, currentStep, confirmed, sourceLeadListId, campaignName, keepInSync, jobId, reviewBatchLimit, includeRawImportResult, allowPartialSourceList, targetLeadCount, sourceRowIds, sourceRowLimit, } = input;
|
|
4209
|
+
const { campaignOfferId, currentStep, confirmed, sourceLeadListId, campaignName, keepInSync, jobId, reviewBatchLimit, includeRawImportResult, allowPartialSourceList, allowDifferentSourceLeadList, targetLeadCount, sourceRowIds, sourceRowLimit, } = input;
|
|
4206
4210
|
assertInteractionApproval({
|
|
4207
4211
|
campaignId: campaignOfferId,
|
|
4208
4212
|
action: "confirm-lead-list",
|
|
@@ -4414,6 +4418,7 @@ export async function confirmLeadList(input) {
|
|
|
4414
4418
|
currentStep: null,
|
|
4415
4419
|
sourceRowIds,
|
|
4416
4420
|
sourceRowLimit,
|
|
4421
|
+
allowDifferentSourceLeadList,
|
|
4417
4422
|
...(workspaceId ? { workspaceId } : {}),
|
|
4418
4423
|
};
|
|
4419
4424
|
const importResult = await (requestOptions
|
package/dist/tools/registry.d.ts
CHANGED
|
@@ -3234,6 +3234,7 @@ export declare const allTools: ({
|
|
|
3234
3234
|
sourceRowIds?: undefined;
|
|
3235
3235
|
sourceRowLimit?: undefined;
|
|
3236
3236
|
allowPartialSourceList?: undefined;
|
|
3237
|
+
allowDifferentSourceLeadList?: undefined;
|
|
3237
3238
|
includeRawImportResult?: undefined;
|
|
3238
3239
|
selections?: undefined;
|
|
3239
3240
|
selectionMode?: undefined;
|
|
@@ -3431,6 +3432,7 @@ export declare const allTools: ({
|
|
|
3431
3432
|
sourceRowIds?: undefined;
|
|
3432
3433
|
sourceRowLimit?: undefined;
|
|
3433
3434
|
allowPartialSourceList?: undefined;
|
|
3435
|
+
allowDifferentSourceLeadList?: undefined;
|
|
3434
3436
|
includeRawImportResult?: undefined;
|
|
3435
3437
|
selections?: undefined;
|
|
3436
3438
|
selectionMode?: undefined;
|
|
@@ -3527,6 +3529,7 @@ export declare const allTools: ({
|
|
|
3527
3529
|
sourceRowIds?: undefined;
|
|
3528
3530
|
sourceRowLimit?: undefined;
|
|
3529
3531
|
allowPartialSourceList?: undefined;
|
|
3532
|
+
allowDifferentSourceLeadList?: undefined;
|
|
3530
3533
|
includeRawImportResult?: undefined;
|
|
3531
3534
|
selections?: undefined;
|
|
3532
3535
|
selectionMode?: undefined;
|
|
@@ -3695,6 +3698,7 @@ export declare const allTools: ({
|
|
|
3695
3698
|
sourceRowIds?: undefined;
|
|
3696
3699
|
sourceRowLimit?: undefined;
|
|
3697
3700
|
allowPartialSourceList?: undefined;
|
|
3701
|
+
allowDifferentSourceLeadList?: undefined;
|
|
3698
3702
|
includeRawImportResult?: undefined;
|
|
3699
3703
|
selections?: undefined;
|
|
3700
3704
|
selectionMode?: undefined;
|
|
@@ -3805,6 +3809,7 @@ export declare const allTools: ({
|
|
|
3805
3809
|
sourceRowIds?: undefined;
|
|
3806
3810
|
sourceRowLimit?: undefined;
|
|
3807
3811
|
allowPartialSourceList?: undefined;
|
|
3812
|
+
allowDifferentSourceLeadList?: undefined;
|
|
3808
3813
|
includeRawImportResult?: undefined;
|
|
3809
3814
|
selections?: undefined;
|
|
3810
3815
|
selectionMode?: undefined;
|
|
@@ -3924,6 +3929,7 @@ export declare const allTools: ({
|
|
|
3924
3929
|
sourceRowIds?: undefined;
|
|
3925
3930
|
sourceRowLimit?: undefined;
|
|
3926
3931
|
allowPartialSourceList?: undefined;
|
|
3932
|
+
allowDifferentSourceLeadList?: undefined;
|
|
3927
3933
|
includeRawImportResult?: undefined;
|
|
3928
3934
|
selections?: undefined;
|
|
3929
3935
|
selectionMode?: undefined;
|
|
@@ -4032,6 +4038,7 @@ export declare const allTools: ({
|
|
|
4032
4038
|
sourceRowIds?: undefined;
|
|
4033
4039
|
sourceRowLimit?: undefined;
|
|
4034
4040
|
allowPartialSourceList?: undefined;
|
|
4041
|
+
allowDifferentSourceLeadList?: undefined;
|
|
4035
4042
|
includeRawImportResult?: undefined;
|
|
4036
4043
|
selections?: undefined;
|
|
4037
4044
|
selectionMode?: undefined;
|
|
@@ -4145,6 +4152,7 @@ export declare const allTools: ({
|
|
|
4145
4152
|
sourceRowIds?: undefined;
|
|
4146
4153
|
sourceRowLimit?: undefined;
|
|
4147
4154
|
allowPartialSourceList?: undefined;
|
|
4155
|
+
allowDifferentSourceLeadList?: undefined;
|
|
4148
4156
|
includeRawImportResult?: undefined;
|
|
4149
4157
|
selections?: undefined;
|
|
4150
4158
|
selectionMode?: undefined;
|
|
@@ -4246,6 +4254,7 @@ export declare const allTools: ({
|
|
|
4246
4254
|
sourceRowIds?: undefined;
|
|
4247
4255
|
sourceRowLimit?: undefined;
|
|
4248
4256
|
allowPartialSourceList?: undefined;
|
|
4257
|
+
allowDifferentSourceLeadList?: undefined;
|
|
4249
4258
|
includeRawImportResult?: undefined;
|
|
4250
4259
|
selections?: undefined;
|
|
4251
4260
|
selectionMode?: undefined;
|
|
@@ -5139,6 +5148,7 @@ export declare const allTools: ({
|
|
|
5139
5148
|
sourceRowIds?: undefined;
|
|
5140
5149
|
sourceRowLimit?: undefined;
|
|
5141
5150
|
allowPartialSourceList?: undefined;
|
|
5151
|
+
allowDifferentSourceLeadList?: undefined;
|
|
5142
5152
|
includeRawImportResult?: undefined;
|
|
5143
5153
|
selections?: undefined;
|
|
5144
5154
|
selectionMode?: undefined;
|
|
@@ -5249,6 +5259,7 @@ export declare const allTools: ({
|
|
|
5249
5259
|
sourceRowIds?: undefined;
|
|
5250
5260
|
sourceRowLimit?: undefined;
|
|
5251
5261
|
allowPartialSourceList?: undefined;
|
|
5262
|
+
allowDifferentSourceLeadList?: undefined;
|
|
5252
5263
|
includeRawImportResult?: undefined;
|
|
5253
5264
|
selections?: undefined;
|
|
5254
5265
|
selectionMode?: undefined;
|
|
@@ -6300,6 +6311,7 @@ export declare const allTools: ({
|
|
|
6300
6311
|
sourceRowIds?: undefined;
|
|
6301
6312
|
sourceRowLimit?: undefined;
|
|
6302
6313
|
allowPartialSourceList?: undefined;
|
|
6314
|
+
allowDifferentSourceLeadList?: undefined;
|
|
6303
6315
|
includeRawImportResult?: undefined;
|
|
6304
6316
|
selections?: undefined;
|
|
6305
6317
|
selectionMode?: undefined;
|
|
@@ -6457,6 +6469,7 @@ export declare const allTools: ({
|
|
|
6457
6469
|
sourceRowIds?: undefined;
|
|
6458
6470
|
sourceRowLimit?: undefined;
|
|
6459
6471
|
allowPartialSourceList?: undefined;
|
|
6472
|
+
allowDifferentSourceLeadList?: undefined;
|
|
6460
6473
|
includeRawImportResult?: undefined;
|
|
6461
6474
|
selections?: undefined;
|
|
6462
6475
|
selectionMode?: undefined;
|
|
@@ -6604,6 +6617,7 @@ export declare const allTools: ({
|
|
|
6604
6617
|
sourceRowIds?: undefined;
|
|
6605
6618
|
sourceRowLimit?: undefined;
|
|
6606
6619
|
allowPartialSourceList?: undefined;
|
|
6620
|
+
allowDifferentSourceLeadList?: undefined;
|
|
6607
6621
|
includeRawImportResult?: undefined;
|
|
6608
6622
|
selections?: undefined;
|
|
6609
6623
|
selectionMode?: undefined;
|
|
@@ -6706,6 +6720,7 @@ export declare const allTools: ({
|
|
|
6706
6720
|
sourceRowIds?: undefined;
|
|
6707
6721
|
sourceRowLimit?: undefined;
|
|
6708
6722
|
allowPartialSourceList?: undefined;
|
|
6723
|
+
allowDifferentSourceLeadList?: undefined;
|
|
6709
6724
|
includeRawImportResult?: undefined;
|
|
6710
6725
|
selections?: undefined;
|
|
6711
6726
|
selectionMode?: undefined;
|
|
@@ -6770,6 +6785,10 @@ export declare const allTools: ({
|
|
|
6770
6785
|
type: string;
|
|
6771
6786
|
description: string;
|
|
6772
6787
|
};
|
|
6788
|
+
allowDifferentSourceLeadList: {
|
|
6789
|
+
type: string;
|
|
6790
|
+
description: string;
|
|
6791
|
+
};
|
|
6773
6792
|
confirmed: {
|
|
6774
6793
|
type: string;
|
|
6775
6794
|
description: string;
|
|
@@ -6979,6 +6998,7 @@ export declare const allTools: ({
|
|
|
6979
6998
|
sourceRowIds?: undefined;
|
|
6980
6999
|
sourceRowLimit?: undefined;
|
|
6981
7000
|
allowPartialSourceList?: undefined;
|
|
7001
|
+
allowDifferentSourceLeadList?: undefined;
|
|
6982
7002
|
includeRawImportResult?: undefined;
|
|
6983
7003
|
};
|
|
6984
7004
|
required: string[];
|
|
@@ -7079,6 +7099,7 @@ export declare const allTools: ({
|
|
|
7079
7099
|
sourceRowIds?: undefined;
|
|
7080
7100
|
sourceRowLimit?: undefined;
|
|
7081
7101
|
allowPartialSourceList?: undefined;
|
|
7102
|
+
allowDifferentSourceLeadList?: undefined;
|
|
7082
7103
|
includeRawImportResult?: undefined;
|
|
7083
7104
|
selections?: undefined;
|
|
7084
7105
|
selectionMode?: undefined;
|