lancer-shared 1.2.263 → 1.2.264
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/bundle.cjs.js +3 -2
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +3 -2
- package/dist/bundle.esm.js.map +1 -1
- package/dist/constants/routes.d.ts +1 -0
- package/dist/schemas/agent/index.d.ts +5 -5
- package/dist/schemas/bidder/bid.d.ts +49 -49
- package/dist/schemas/campaign/campaign-analytics.d.ts +29 -29
- package/dist/schemas/campaign/campaign.d.ts +9 -9
- package/dist/schemas/lead/index.d.ts +18 -18
- package/dist/schemas/lead/lead-status.d.ts +7 -7
- package/dist/schemas/logger/log-event.d.ts +5 -5
- package/dist/schemas/scraper/scrape-payload.d.ts +10 -10
- package/package.json +1 -1
|
@@ -655,7 +655,7 @@ export declare const campaignStatusActivitySchema: z.ZodObject<z.objectUtil.exte
|
|
|
655
655
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
656
656
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
657
657
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
658
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
658
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>, z.ZodNumber>>;
|
|
659
659
|
expenses: z.ZodObject<{
|
|
660
660
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
661
661
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -1295,7 +1295,7 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
1295
1295
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
1296
1296
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
1297
1297
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
1298
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
1298
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>, z.ZodNumber>>;
|
|
1299
1299
|
expenses: z.ZodObject<{
|
|
1300
1300
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
1301
1301
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -1722,7 +1722,7 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
1722
1722
|
question: string;
|
|
1723
1723
|
}>, "many">>;
|
|
1724
1724
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
1725
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
1725
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
1726
1726
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
1727
1727
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
1728
1728
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -2357,7 +2357,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2357
2357
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
2358
2358
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
2359
2359
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
2360
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
2360
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>, z.ZodNumber>>;
|
|
2361
2361
|
expenses: z.ZodObject<{
|
|
2362
2362
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
2363
2363
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -2466,7 +2466,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2466
2466
|
creditBalance: z.ZodNumber;
|
|
2467
2467
|
}, {
|
|
2468
2468
|
type: z.ZodLiteral<"lead_status">;
|
|
2469
|
-
status: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
2469
|
+
status: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>;
|
|
2470
2470
|
lead: z.ZodObject<Pick<Omit<z.objectUtil.extendShape<{
|
|
2471
2471
|
id: z.ZodNullable<z.ZodString>;
|
|
2472
2472
|
uid: z.ZodNullable<z.ZodString>;
|
|
@@ -2785,7 +2785,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2785
2785
|
question: string;
|
|
2786
2786
|
}>, "many">>;
|
|
2787
2787
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
2788
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
2788
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
2789
2789
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
2790
2790
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
2791
2791
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -2884,7 +2884,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2884
2884
|
id: string;
|
|
2885
2885
|
name: string;
|
|
2886
2886
|
};
|
|
2887
|
-
status: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
2887
|
+
status: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won";
|
|
2888
2888
|
createdAt: number;
|
|
2889
2889
|
lead: {
|
|
2890
2890
|
id: string | null;
|
|
@@ -2903,7 +2903,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2903
2903
|
id: string;
|
|
2904
2904
|
name: string;
|
|
2905
2905
|
};
|
|
2906
|
-
status: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
2906
|
+
status: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won";
|
|
2907
2907
|
createdAt: number;
|
|
2908
2908
|
lead: {
|
|
2909
2909
|
id: string | null;
|
|
@@ -3419,7 +3419,7 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
3419
3419
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
3420
3420
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
3421
3421
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
3422
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
3422
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>, z.ZodNumber>>;
|
|
3423
3423
|
expenses: z.ZodObject<{
|
|
3424
3424
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
3425
3425
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -3846,7 +3846,7 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
3846
3846
|
question: string;
|
|
3847
3847
|
}>, "many">>;
|
|
3848
3848
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
3849
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
3849
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
3850
3850
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
3851
3851
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
3852
3852
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -4478,7 +4478,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
4478
4478
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
4479
4479
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
4480
4480
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
4481
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
4481
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>, z.ZodNumber>>;
|
|
4482
4482
|
expenses: z.ZodObject<{
|
|
4483
4483
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
4484
4484
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -5117,7 +5117,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5117
5117
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
5118
5118
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
5119
5119
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
5120
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
5120
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>, z.ZodNumber>>;
|
|
5121
5121
|
expenses: z.ZodObject<{
|
|
5122
5122
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
5123
5123
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -5544,7 +5544,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5544
5544
|
question: string;
|
|
5545
5545
|
}>, "many">>;
|
|
5546
5546
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
5547
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
5547
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
5548
5548
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
5549
5549
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
5550
5550
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -6178,7 +6178,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6178
6178
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
6179
6179
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
6180
6180
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
6181
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
6181
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>, z.ZodNumber>>;
|
|
6182
6182
|
expenses: z.ZodObject<{
|
|
6183
6183
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
6184
6184
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -6287,7 +6287,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6287
6287
|
creditBalance: z.ZodNumber;
|
|
6288
6288
|
}, {
|
|
6289
6289
|
type: z.ZodLiteral<"lead_status">;
|
|
6290
|
-
status: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
6290
|
+
status: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>;
|
|
6291
6291
|
lead: z.ZodObject<Pick<Omit<z.objectUtil.extendShape<{
|
|
6292
6292
|
id: z.ZodNullable<z.ZodString>;
|
|
6293
6293
|
uid: z.ZodNullable<z.ZodString>;
|
|
@@ -6606,7 +6606,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6606
6606
|
question: string;
|
|
6607
6607
|
}>, "many">>;
|
|
6608
6608
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
6609
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
6609
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
6610
6610
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
6611
6611
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
6612
6612
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -6705,7 +6705,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6705
6705
|
id: string;
|
|
6706
6706
|
name: string;
|
|
6707
6707
|
};
|
|
6708
|
-
status: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
6708
|
+
status: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won";
|
|
6709
6709
|
createdAt: number;
|
|
6710
6710
|
lead: {
|
|
6711
6711
|
id: string | null;
|
|
@@ -6724,7 +6724,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6724
6724
|
id: string;
|
|
6725
6725
|
name: string;
|
|
6726
6726
|
};
|
|
6727
|
-
status: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
6727
|
+
status: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won";
|
|
6728
6728
|
createdAt: number;
|
|
6729
6729
|
lead: {
|
|
6730
6730
|
id: string | null;
|
|
@@ -7239,7 +7239,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
7239
7239
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
7240
7240
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
7241
7241
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
7242
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
7242
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>, z.ZodNumber>>;
|
|
7243
7243
|
expenses: z.ZodObject<{
|
|
7244
7244
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
7245
7245
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -7666,7 +7666,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
7666
7666
|
question: string;
|
|
7667
7667
|
}>, "many">>;
|
|
7668
7668
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
7669
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
7669
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
7670
7670
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
7671
7671
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
7672
7672
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -8128,7 +8128,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8128
8128
|
question: string;
|
|
8129
8129
|
}>, "many">>;
|
|
8130
8130
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
8131
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
8131
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
8132
8132
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
8133
8133
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
8134
8134
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -8244,7 +8244,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8244
8244
|
creditBalance: number;
|
|
8245
8245
|
}>, z.ZodObject<{
|
|
8246
8246
|
type: z.ZodLiteral<"lead_status">;
|
|
8247
|
-
status: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
8247
|
+
status: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>;
|
|
8248
8248
|
lead: z.ZodObject<Pick<Omit<z.objectUtil.extendShape<{
|
|
8249
8249
|
id: z.ZodNullable<z.ZodString>;
|
|
8250
8250
|
uid: z.ZodNullable<z.ZodString>;
|
|
@@ -8563,7 +8563,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8563
8563
|
question: string;
|
|
8564
8564
|
}>, "many">>;
|
|
8565
8565
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
8566
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
8566
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
8567
8567
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
8568
8568
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
8569
8569
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -8658,7 +8658,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8658
8658
|
creditBalance: z.ZodNumber;
|
|
8659
8659
|
}, "strip", z.ZodTypeAny, {
|
|
8660
8660
|
type: "lead_status";
|
|
8661
|
-
status: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
8661
|
+
status: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won";
|
|
8662
8662
|
lead: {
|
|
8663
8663
|
id: string | null;
|
|
8664
8664
|
title: string | null;
|
|
@@ -8668,7 +8668,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8668
8668
|
creditBalance: number;
|
|
8669
8669
|
}, {
|
|
8670
8670
|
type: "lead_status";
|
|
8671
|
-
status: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
8671
|
+
status: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won";
|
|
8672
8672
|
lead: {
|
|
8673
8673
|
id: string | null;
|
|
8674
8674
|
title: string | null;
|
|
@@ -8996,7 +8996,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8996
8996
|
question: string;
|
|
8997
8997
|
}>, "many">>;
|
|
8998
8998
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
8999
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
8999
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
9000
9000
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
9001
9001
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
9002
9002
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -9111,15 +9111,15 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
9111
9111
|
export declare const updateCampaignAnalyticsSchema: z.ZodObject<{
|
|
9112
9112
|
organizationId: z.ZodString;
|
|
9113
9113
|
campaignId: z.ZodString;
|
|
9114
|
-
fields: z.ZodArray<z.ZodEnum<["contacted", "viewed", "replied", "doesNotMeetCriteria", "syncedInAnotherCampaign", "boostAboveMaxConnects", "dailyLimitReached", "privateJob", "insufficientConnects", "noLongerAvailable", "rejected", "alreadyBiddedOn", "won", "leadsAnalyzed", "leadsFailed", "proposalsFailed", "suitableJobs", "unsuitableJobs", "wonAmount", "
|
|
9114
|
+
fields: z.ZodArray<z.ZodEnum<["contacted", "viewed", "replied", "doesNotMeetCriteria", "syncedInAnotherCampaign", "boostAboveMaxConnects", "dailyLimitReached", "privateJob", "insufficientConnects", "noLongerAvailable", "rejected", "alreadyBiddedOn", "won", "leadsAnalyzed", "leadsFailed", "proposalsFailed", "suitableJobs", "unsuitableJobs", "wonAmount", "biddingScheduled", "biddingFailed"]>, "many">;
|
|
9115
9115
|
}, "strip", z.ZodTypeAny, {
|
|
9116
9116
|
campaignId: string;
|
|
9117
9117
|
organizationId: string;
|
|
9118
|
-
fields: ("rejected" | "contacted" | "viewed" | "replied" | "
|
|
9118
|
+
fields: ("rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | "wonAmount" | "leadsAnalyzed" | "leadsFailed" | "suitableJobs" | "unsuitableJobs" | "proposalsFailed")[];
|
|
9119
9119
|
}, {
|
|
9120
9120
|
campaignId: string;
|
|
9121
9121
|
organizationId: string;
|
|
9122
|
-
fields: ("rejected" | "contacted" | "viewed" | "replied" | "
|
|
9122
|
+
fields: ("rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | "wonAmount" | "leadsAnalyzed" | "leadsFailed" | "suitableJobs" | "unsuitableJobs" | "proposalsFailed")[];
|
|
9123
9123
|
}>;
|
|
9124
9124
|
export type CampaignAnalytics = z.infer<typeof campaignAnalyticsSchema>;
|
|
9125
9125
|
export type CampaignAnalyticsStats = z.infer<typeof campaignAnalyticsStatsSchema>;
|
|
@@ -343,7 +343,7 @@ export declare const campaignSchema: z.ZodObject<{
|
|
|
343
343
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
344
344
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
345
345
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
346
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
346
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>, z.ZodNumber>>;
|
|
347
347
|
expenses: z.ZodObject<{
|
|
348
348
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
349
349
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -470,7 +470,7 @@ export declare const campaignSchema: z.ZodObject<{
|
|
|
470
470
|
specialisedProfile: string | null;
|
|
471
471
|
bidderId: string | null;
|
|
472
472
|
} | null;
|
|
473
|
-
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "
|
|
473
|
+
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won", number>> | null;
|
|
474
474
|
filters: {
|
|
475
475
|
keywords: {
|
|
476
476
|
includes: string | null;
|
|
@@ -584,7 +584,7 @@ export declare const campaignSchema: z.ZodObject<{
|
|
|
584
584
|
specialisedProfile: string | null;
|
|
585
585
|
bidderId: string | null;
|
|
586
586
|
} | null;
|
|
587
|
-
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "
|
|
587
|
+
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won", number>> | null;
|
|
588
588
|
filters: {
|
|
589
589
|
keywords: {
|
|
590
590
|
includes: string | null;
|
|
@@ -979,7 +979,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
|
|
|
979
979
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
980
980
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
981
981
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
982
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
982
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>, z.ZodNumber>>;
|
|
983
983
|
expenses: z.ZodObject<{
|
|
984
984
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
985
985
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -1097,7 +1097,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
|
|
|
1097
1097
|
maximumBoost: number | null;
|
|
1098
1098
|
minBoost: number | null;
|
|
1099
1099
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
1100
|
-
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "
|
|
1100
|
+
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won", number>> | null;
|
|
1101
1101
|
filters: {
|
|
1102
1102
|
keywords: {
|
|
1103
1103
|
includes: string | null;
|
|
@@ -1202,7 +1202,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
|
|
|
1202
1202
|
boostDownToNthPlace: number | null;
|
|
1203
1203
|
connectsAbovePrevious: number | null;
|
|
1204
1204
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
1205
|
-
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "
|
|
1205
|
+
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won", number>> | null;
|
|
1206
1206
|
filters: {
|
|
1207
1207
|
keywords: {
|
|
1208
1208
|
includes: string | null;
|
|
@@ -1342,7 +1342,7 @@ export declare const updateCampaignSchema: z.ZodObject<{
|
|
|
1342
1342
|
specialisedProfile: string | null;
|
|
1343
1343
|
bidderId: string | null;
|
|
1344
1344
|
}>>>;
|
|
1345
|
-
leadCounts: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
1345
|
+
leadCounts: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>, z.ZodNumber>>>;
|
|
1346
1346
|
filters: z.ZodOptional<z.ZodObject<{
|
|
1347
1347
|
keywords: z.ZodNullable<z.ZodObject<{
|
|
1348
1348
|
includes: z.ZodNullable<z.ZodString>;
|
|
@@ -1702,7 +1702,7 @@ export declare const updateCampaignSchema: z.ZodObject<{
|
|
|
1702
1702
|
specialisedProfile: string | null;
|
|
1703
1703
|
bidderId: string | null;
|
|
1704
1704
|
} | null | undefined;
|
|
1705
|
-
leadCounts?: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "
|
|
1705
|
+
leadCounts?: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won", number>> | null | undefined;
|
|
1706
1706
|
filters?: {
|
|
1707
1707
|
keywords: {
|
|
1708
1708
|
includes: string | null;
|
|
@@ -1818,7 +1818,7 @@ export declare const updateCampaignSchema: z.ZodObject<{
|
|
|
1818
1818
|
specialisedProfile: string | null;
|
|
1819
1819
|
bidderId: string | null;
|
|
1820
1820
|
} | null | undefined;
|
|
1821
|
-
leadCounts?: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "
|
|
1821
|
+
leadCounts?: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won", number>> | null | undefined;
|
|
1822
1822
|
filters?: {
|
|
1823
1823
|
keywords: {
|
|
1824
1824
|
includes: string | null;
|
|
@@ -391,7 +391,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
391
391
|
question: string;
|
|
392
392
|
}>, "many">>;
|
|
393
393
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
394
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
394
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
395
395
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
396
396
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
397
397
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -578,7 +578,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
578
578
|
question: string;
|
|
579
579
|
}[] | null;
|
|
580
580
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
581
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
581
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
582
582
|
biddingAmount: number | null;
|
|
583
583
|
boosted: boolean | null;
|
|
584
584
|
boostingAmount: number | null;
|
|
@@ -739,7 +739,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
739
739
|
question: string;
|
|
740
740
|
}[] | null;
|
|
741
741
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
742
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
742
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
743
743
|
biddingAmount: number | null;
|
|
744
744
|
boosted: boolean | null;
|
|
745
745
|
boostingAmount: number | null;
|
|
@@ -1114,7 +1114,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1114
1114
|
question: string;
|
|
1115
1115
|
}>, "many">>;
|
|
1116
1116
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
1117
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
1117
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
1118
1118
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
1119
1119
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
1120
1120
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -1301,7 +1301,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1301
1301
|
question: string;
|
|
1302
1302
|
}[] | null;
|
|
1303
1303
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
1304
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
1304
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
1305
1305
|
biddingAmount: number | null;
|
|
1306
1306
|
boosted: boolean | null;
|
|
1307
1307
|
boostingAmount: number | null;
|
|
@@ -1462,7 +1462,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1462
1462
|
question: string;
|
|
1463
1463
|
}[] | null;
|
|
1464
1464
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
1465
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
1465
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
1466
1466
|
biddingAmount: number | null;
|
|
1467
1467
|
boosted: boolean | null;
|
|
1468
1468
|
boostingAmount: number | null;
|
|
@@ -1628,7 +1628,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1628
1628
|
question: string;
|
|
1629
1629
|
}[] | null;
|
|
1630
1630
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
1631
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
1631
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
1632
1632
|
biddingAmount: number | null;
|
|
1633
1633
|
boosted: boolean | null;
|
|
1634
1634
|
boostingAmount: number | null;
|
|
@@ -1794,7 +1794,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1794
1794
|
question: string;
|
|
1795
1795
|
}[] | null;
|
|
1796
1796
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
1797
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
1797
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
1798
1798
|
biddingAmount: number | null;
|
|
1799
1799
|
boosted: boolean | null;
|
|
1800
1800
|
boostingAmount: number | null;
|
|
@@ -2709,7 +2709,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2709
2709
|
question: string;
|
|
2710
2710
|
}>, "many">>;
|
|
2711
2711
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
2712
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
2712
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
2713
2713
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
2714
2714
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
2715
2715
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -2896,7 +2896,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2896
2896
|
question: string;
|
|
2897
2897
|
}[] | null;
|
|
2898
2898
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
2899
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
2899
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
2900
2900
|
biddingAmount: number | null;
|
|
2901
2901
|
boosted: boolean | null;
|
|
2902
2902
|
boostingAmount: number | null;
|
|
@@ -3057,7 +3057,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3057
3057
|
question: string;
|
|
3058
3058
|
}[] | null;
|
|
3059
3059
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
3060
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
3060
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
3061
3061
|
biddingAmount: number | null;
|
|
3062
3062
|
boosted: boolean | null;
|
|
3063
3063
|
boostingAmount: number | null;
|
|
@@ -3334,7 +3334,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3334
3334
|
question: string;
|
|
3335
3335
|
}[] | null;
|
|
3336
3336
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
3337
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
3337
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
3338
3338
|
biddingAmount: number | null;
|
|
3339
3339
|
boosted: boolean | null;
|
|
3340
3340
|
boostingAmount: number | null;
|
|
@@ -3612,7 +3612,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3612
3612
|
question: string;
|
|
3613
3613
|
}[] | null;
|
|
3614
3614
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
3615
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
3615
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
3616
3616
|
biddingAmount: number | null;
|
|
3617
3617
|
boosted: boolean | null;
|
|
3618
3618
|
boostingAmount: number | null;
|
|
@@ -4012,7 +4012,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4012
4012
|
question: string;
|
|
4013
4013
|
}>, "many">>;
|
|
4014
4014
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
4015
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
4015
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
4016
4016
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
4017
4017
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
4018
4018
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -4199,7 +4199,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4199
4199
|
question: string;
|
|
4200
4200
|
}[] | null;
|
|
4201
4201
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
4202
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
4202
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
4203
4203
|
biddingAmount: number | null;
|
|
4204
4204
|
boosted: boolean | null;
|
|
4205
4205
|
boostingAmount: number | null;
|
|
@@ -4360,7 +4360,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4360
4360
|
question: string;
|
|
4361
4361
|
}[] | null;
|
|
4362
4362
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
4363
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
4363
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
4364
4364
|
biddingAmount: number | null;
|
|
4365
4365
|
boosted: boolean | null;
|
|
4366
4366
|
boostingAmount: number | null;
|
|
@@ -4536,7 +4536,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4536
4536
|
question: string;
|
|
4537
4537
|
}[] | null;
|
|
4538
4538
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
4539
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
4539
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
4540
4540
|
biddingAmount: number | null;
|
|
4541
4541
|
boosted: boolean | null;
|
|
4542
4542
|
boostingAmount: number | null;
|
|
@@ -4704,7 +4704,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4704
4704
|
question: string;
|
|
4705
4705
|
}[] | null;
|
|
4706
4706
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
4707
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
4707
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
4708
4708
|
biddingAmount: number | null;
|
|
4709
4709
|
boosted: boolean | null;
|
|
4710
4710
|
boostingAmount: number | null;
|