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
|
@@ -170,6 +170,7 @@ export declare const ROUTES: {
|
|
|
170
170
|
readonly GENERATE_COUNTS: (organizationId: string, campaignId: string) => string;
|
|
171
171
|
readonly REJECTED: (organizationId: string, campaignId: string) => string;
|
|
172
172
|
readonly SCHEDULE_BIDDING: (organizationId: string, campaignId: string, leadId: string) => string;
|
|
173
|
+
readonly REJECT_LEAD: (organizationId: string, campaignId: string, leadId: string) => string;
|
|
173
174
|
};
|
|
174
175
|
readonly ANALYTICS: (organizationId: string, campaignId: string) => string;
|
|
175
176
|
readonly TOTAL_STATS: (organizationId: string, campaignId: string) => string;
|
|
@@ -422,7 +422,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
|
|
|
422
422
|
question: string;
|
|
423
423
|
}>, "many">>;
|
|
424
424
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
425
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
425
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
426
426
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
427
427
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
428
428
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -609,7 +609,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
|
|
|
609
609
|
question: string;
|
|
610
610
|
}[] | null;
|
|
611
611
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
612
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
612
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
613
613
|
biddingAmount: number | null;
|
|
614
614
|
boosted: boolean | null;
|
|
615
615
|
boostingAmount: number | null;
|
|
@@ -770,7 +770,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
|
|
|
770
770
|
question: string;
|
|
771
771
|
}[] | null;
|
|
772
772
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
773
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
773
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
774
774
|
biddingAmount: number | null;
|
|
775
775
|
boosted: boolean | null;
|
|
776
776
|
boostingAmount: number | null;
|
|
@@ -947,7 +947,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
|
|
|
947
947
|
question: string;
|
|
948
948
|
}[] | null;
|
|
949
949
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
950
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
950
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
951
951
|
biddingAmount: number | null;
|
|
952
952
|
boosted: boolean | null;
|
|
953
953
|
boostingAmount: number | null;
|
|
@@ -1118,7 +1118,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
|
|
|
1118
1118
|
question: string;
|
|
1119
1119
|
}[] | null;
|
|
1120
1120
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
1121
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
1121
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
1122
1122
|
biddingAmount: number | null;
|
|
1123
1123
|
boosted: boolean | null;
|
|
1124
1124
|
boostingAmount: number | null;
|
|
@@ -321,7 +321,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
321
321
|
question: string;
|
|
322
322
|
}>, "many">>;
|
|
323
323
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
324
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
324
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
325
325
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
326
326
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
327
327
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -508,7 +508,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
508
508
|
question: string;
|
|
509
509
|
}[] | null;
|
|
510
510
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
511
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
511
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
512
512
|
biddingAmount: number | null;
|
|
513
513
|
boosted: boolean | null;
|
|
514
514
|
boostingAmount: number | null;
|
|
@@ -669,7 +669,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
669
669
|
question: string;
|
|
670
670
|
}[] | null;
|
|
671
671
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
672
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
672
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
673
673
|
biddingAmount: number | null;
|
|
674
674
|
boosted: boolean | null;
|
|
675
675
|
boostingAmount: number | null;
|
|
@@ -873,7 +873,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
873
873
|
question: string;
|
|
874
874
|
}[] | null;
|
|
875
875
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
876
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
876
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
877
877
|
biddingAmount: number | null;
|
|
878
878
|
boosted: boolean | null;
|
|
879
879
|
boostingAmount: number | null;
|
|
@@ -1057,7 +1057,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
1057
1057
|
question: string;
|
|
1058
1058
|
}[] | null;
|
|
1059
1059
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
1060
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
1060
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
1061
1061
|
biddingAmount: number | null;
|
|
1062
1062
|
boosted: boolean | null;
|
|
1063
1063
|
boostingAmount: number | null;
|
|
@@ -1440,7 +1440,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1440
1440
|
question: string;
|
|
1441
1441
|
}>, "many">>;
|
|
1442
1442
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
1443
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
1443
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
1444
1444
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
1445
1445
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
1446
1446
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -1627,7 +1627,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1627
1627
|
question: string;
|
|
1628
1628
|
}[] | null;
|
|
1629
1629
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
1630
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
1630
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
1631
1631
|
biddingAmount: number | null;
|
|
1632
1632
|
boosted: boolean | null;
|
|
1633
1633
|
boostingAmount: number | null;
|
|
@@ -1788,7 +1788,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1788
1788
|
question: string;
|
|
1789
1789
|
}[] | null;
|
|
1790
1790
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
1791
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
1791
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
1792
1792
|
biddingAmount: number | null;
|
|
1793
1793
|
boosted: boolean | null;
|
|
1794
1794
|
boostingAmount: number | null;
|
|
@@ -1992,7 +1992,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1992
1992
|
question: string;
|
|
1993
1993
|
}[] | null;
|
|
1994
1994
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
1995
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
1995
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
1996
1996
|
biddingAmount: number | null;
|
|
1997
1997
|
boosted: boolean | null;
|
|
1998
1998
|
boostingAmount: number | null;
|
|
@@ -2176,7 +2176,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
2176
2176
|
question: string;
|
|
2177
2177
|
}[] | null;
|
|
2178
2178
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
2179
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
2179
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
2180
2180
|
biddingAmount: number | null;
|
|
2181
2181
|
boosted: boolean | null;
|
|
2182
2182
|
boostingAmount: number | null;
|
|
@@ -2559,7 +2559,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2559
2559
|
question: string;
|
|
2560
2560
|
}>, "many">>;
|
|
2561
2561
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
2562
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
2562
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
2563
2563
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
2564
2564
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
2565
2565
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -2746,7 +2746,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2746
2746
|
question: string;
|
|
2747
2747
|
}[] | null;
|
|
2748
2748
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
2749
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
2749
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
2750
2750
|
biddingAmount: number | null;
|
|
2751
2751
|
boosted: boolean | null;
|
|
2752
2752
|
boostingAmount: number | null;
|
|
@@ -2907,7 +2907,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2907
2907
|
question: string;
|
|
2908
2908
|
}[] | null;
|
|
2909
2909
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
2910
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
2910
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
2911
2911
|
biddingAmount: number | null;
|
|
2912
2912
|
boosted: boolean | null;
|
|
2913
2913
|
boostingAmount: number | null;
|
|
@@ -3117,7 +3117,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3117
3117
|
question: string;
|
|
3118
3118
|
}[] | null;
|
|
3119
3119
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
3120
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
3120
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
3121
3121
|
biddingAmount: number | null;
|
|
3122
3122
|
boosted: boolean | null;
|
|
3123
3123
|
boostingAmount: number | null;
|
|
@@ -3304,7 +3304,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3304
3304
|
question: string;
|
|
3305
3305
|
}[] | null;
|
|
3306
3306
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
3307
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
3307
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
3308
3308
|
biddingAmount: number | null;
|
|
3309
3309
|
boosted: boolean | null;
|
|
3310
3310
|
boostingAmount: number | null;
|
|
@@ -3688,7 +3688,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3688
3688
|
question: string;
|
|
3689
3689
|
}>, "many">>;
|
|
3690
3690
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
3691
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
3691
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
3692
3692
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
3693
3693
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
3694
3694
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -3875,7 +3875,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3875
3875
|
question: string;
|
|
3876
3876
|
}[] | null;
|
|
3877
3877
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
3878
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
3878
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
3879
3879
|
biddingAmount: number | null;
|
|
3880
3880
|
boosted: boolean | null;
|
|
3881
3881
|
boostingAmount: number | null;
|
|
@@ -4036,7 +4036,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4036
4036
|
question: string;
|
|
4037
4037
|
}[] | null;
|
|
4038
4038
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
4039
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
4039
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
4040
4040
|
biddingAmount: number | null;
|
|
4041
4041
|
boosted: boolean | null;
|
|
4042
4042
|
boostingAmount: number | null;
|
|
@@ -4207,7 +4207,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4207
4207
|
question: string;
|
|
4208
4208
|
}[] | null;
|
|
4209
4209
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
4210
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
4210
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
4211
4211
|
biddingAmount: number | null;
|
|
4212
4212
|
boosted: boolean | null;
|
|
4213
4213
|
boostingAmount: number | null;
|
|
@@ -4375,7 +4375,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4375
4375
|
question: string;
|
|
4376
4376
|
}[] | null;
|
|
4377
4377
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
4378
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
4378
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
4379
4379
|
biddingAmount: number | null;
|
|
4380
4380
|
boosted: boolean | null;
|
|
4381
4381
|
boostingAmount: number | null;
|
|
@@ -4753,7 +4753,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4753
4753
|
question: string;
|
|
4754
4754
|
}>, "many">>;
|
|
4755
4755
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
4756
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
4756
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
4757
4757
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
4758
4758
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
4759
4759
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -4940,7 +4940,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4940
4940
|
question: string;
|
|
4941
4941
|
}[] | null;
|
|
4942
4942
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
4943
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
4943
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
4944
4944
|
biddingAmount: number | null;
|
|
4945
4945
|
boosted: boolean | null;
|
|
4946
4946
|
boostingAmount: number | null;
|
|
@@ -5101,7 +5101,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5101
5101
|
question: string;
|
|
5102
5102
|
}[] | null;
|
|
5103
5103
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
5104
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
5104
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
5105
5105
|
biddingAmount: number | null;
|
|
5106
5106
|
boosted: boolean | null;
|
|
5107
5107
|
boostingAmount: number | null;
|
|
@@ -5482,7 +5482,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5482
5482
|
question: string;
|
|
5483
5483
|
}>, "many">>;
|
|
5484
5484
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
5485
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
5485
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
5486
5486
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
5487
5487
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
5488
5488
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -5669,7 +5669,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5669
5669
|
question: string;
|
|
5670
5670
|
}[] | null;
|
|
5671
5671
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
5672
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
5672
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
5673
5673
|
biddingAmount: number | null;
|
|
5674
5674
|
boosted: boolean | null;
|
|
5675
5675
|
boostingAmount: number | null;
|
|
@@ -5830,7 +5830,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5830
5830
|
question: string;
|
|
5831
5831
|
}[] | null;
|
|
5832
5832
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
5833
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
5833
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
5834
5834
|
biddingAmount: number | null;
|
|
5835
5835
|
boosted: boolean | null;
|
|
5836
5836
|
boostingAmount: number | null;
|
|
@@ -6040,7 +6040,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6040
6040
|
question: string;
|
|
6041
6041
|
}[] | null;
|
|
6042
6042
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
6043
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
6043
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
6044
6044
|
biddingAmount: number | null;
|
|
6045
6045
|
boosted: boolean | null;
|
|
6046
6046
|
boostingAmount: number | null;
|
|
@@ -6227,7 +6227,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6227
6227
|
question: string;
|
|
6228
6228
|
}[] | null;
|
|
6229
6229
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
6230
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
6230
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
6231
6231
|
biddingAmount: number | null;
|
|
6232
6232
|
boosted: boolean | null;
|
|
6233
6233
|
boostingAmount: number | null;
|
|
@@ -6402,7 +6402,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6402
6402
|
question: string;
|
|
6403
6403
|
}[] | null;
|
|
6404
6404
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
6405
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
6405
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
6406
6406
|
biddingAmount: number | null;
|
|
6407
6407
|
boosted: boolean | null;
|
|
6408
6408
|
boostingAmount: number | null;
|
|
@@ -6583,7 +6583,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6583
6583
|
question: string;
|
|
6584
6584
|
}[] | null;
|
|
6585
6585
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
6586
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
6586
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
6587
6587
|
biddingAmount: number | null;
|
|
6588
6588
|
boosted: boolean | null;
|
|
6589
6589
|
boostingAmount: number | null;
|
|
@@ -6758,7 +6758,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6758
6758
|
question: string;
|
|
6759
6759
|
}[] | null;
|
|
6760
6760
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
6761
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
6761
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
6762
6762
|
biddingAmount: number | null;
|
|
6763
6763
|
boosted: boolean | null;
|
|
6764
6764
|
boostingAmount: number | null;
|
|
@@ -6939,7 +6939,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6939
6939
|
question: string;
|
|
6940
6940
|
}[] | null;
|
|
6941
6941
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
6942
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
6942
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
6943
6943
|
biddingAmount: number | null;
|
|
6944
6944
|
boosted: boolean | null;
|
|
6945
6945
|
boostingAmount: number | null;
|
|
@@ -7324,7 +7324,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7324
7324
|
question: string;
|
|
7325
7325
|
}>, "many">>;
|
|
7326
7326
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
7327
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
7327
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
7328
7328
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
7329
7329
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
7330
7330
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -7511,7 +7511,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7511
7511
|
question: string;
|
|
7512
7512
|
}[] | null;
|
|
7513
7513
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
7514
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
7514
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
7515
7515
|
biddingAmount: number | null;
|
|
7516
7516
|
boosted: boolean | null;
|
|
7517
7517
|
boostingAmount: number | null;
|
|
@@ -7672,7 +7672,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7672
7672
|
question: string;
|
|
7673
7673
|
}[] | null;
|
|
7674
7674
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
7675
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
7675
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
7676
7676
|
biddingAmount: number | null;
|
|
7677
7677
|
boosted: boolean | null;
|
|
7678
7678
|
boostingAmount: number | null;
|
|
@@ -8053,7 +8053,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8053
8053
|
question: string;
|
|
8054
8054
|
}>, "many">>;
|
|
8055
8055
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
8056
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
8056
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
8057
8057
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
8058
8058
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
8059
8059
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -8240,7 +8240,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8240
8240
|
question: string;
|
|
8241
8241
|
}[] | null;
|
|
8242
8242
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
8243
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
8243
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
8244
8244
|
biddingAmount: number | null;
|
|
8245
8245
|
boosted: boolean | null;
|
|
8246
8246
|
boostingAmount: number | null;
|
|
@@ -8401,7 +8401,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8401
8401
|
question: string;
|
|
8402
8402
|
}[] | null;
|
|
8403
8403
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
8404
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
8404
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
8405
8405
|
biddingAmount: number | null;
|
|
8406
8406
|
boosted: boolean | null;
|
|
8407
8407
|
boostingAmount: number | null;
|
|
@@ -8605,7 +8605,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8605
8605
|
question: string;
|
|
8606
8606
|
}[] | null;
|
|
8607
8607
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
8608
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
8608
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
8609
8609
|
biddingAmount: number | null;
|
|
8610
8610
|
boosted: boolean | null;
|
|
8611
8611
|
boostingAmount: number | null;
|
|
@@ -8789,7 +8789,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8789
8789
|
question: string;
|
|
8790
8790
|
}[] | null;
|
|
8791
8791
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
8792
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
8792
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
8793
8793
|
biddingAmount: number | null;
|
|
8794
8794
|
boosted: boolean | null;
|
|
8795
8795
|
boostingAmount: number | null;
|
|
@@ -8963,7 +8963,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8963
8963
|
question: string;
|
|
8964
8964
|
}[] | null;
|
|
8965
8965
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
8966
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
8966
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
8967
8967
|
biddingAmount: number | null;
|
|
8968
8968
|
boosted: boolean | null;
|
|
8969
8969
|
boostingAmount: number | null;
|
|
@@ -9142,7 +9142,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9142
9142
|
question: string;
|
|
9143
9143
|
}[] | null;
|
|
9144
9144
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
9145
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
9145
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
9146
9146
|
biddingAmount: number | null;
|
|
9147
9147
|
boosted: boolean | null;
|
|
9148
9148
|
boostingAmount: number | null;
|
|
@@ -9316,7 +9316,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9316
9316
|
question: string;
|
|
9317
9317
|
}[] | null;
|
|
9318
9318
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
9319
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
9319
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
9320
9320
|
biddingAmount: number | null;
|
|
9321
9321
|
boosted: boolean | null;
|
|
9322
9322
|
boostingAmount: number | null;
|
|
@@ -9495,7 +9495,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9495
9495
|
question: string;
|
|
9496
9496
|
}[] | null;
|
|
9497
9497
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
9498
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
9498
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
9499
9499
|
biddingAmount: number | null;
|
|
9500
9500
|
boosted: boolean | null;
|
|
9501
9501
|
boostingAmount: number | null;
|
|
@@ -9880,7 +9880,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
9880
9880
|
question: string;
|
|
9881
9881
|
}>, "many">>;
|
|
9882
9882
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
9883
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
9883
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
9884
9884
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
9885
9885
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
9886
9886
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -10067,7 +10067,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10067
10067
|
question: string;
|
|
10068
10068
|
}[] | null;
|
|
10069
10069
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
10070
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
10070
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
10071
10071
|
biddingAmount: number | null;
|
|
10072
10072
|
boosted: boolean | null;
|
|
10073
10073
|
boostingAmount: number | null;
|
|
@@ -10228,7 +10228,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10228
10228
|
question: string;
|
|
10229
10229
|
}[] | null;
|
|
10230
10230
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
10231
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
10231
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
10232
10232
|
biddingAmount: number | null;
|
|
10233
10233
|
boosted: boolean | null;
|
|
10234
10234
|
boostingAmount: number | null;
|
|
@@ -10394,7 +10394,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10394
10394
|
question: string;
|
|
10395
10395
|
}[] | null;
|
|
10396
10396
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
10397
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
10397
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
10398
10398
|
biddingAmount: number | null;
|
|
10399
10399
|
boosted: boolean | null;
|
|
10400
10400
|
boostingAmount: number | null;
|
|
@@ -10560,7 +10560,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10560
10560
|
question: string;
|
|
10561
10561
|
}[] | null;
|
|
10562
10562
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
10563
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
10563
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
10564
10564
|
biddingAmount: number | null;
|
|
10565
10565
|
boosted: boolean | null;
|
|
10566
10566
|
boostingAmount: number | null;
|