lancer-shared 1.2.200 → 1.2.201
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 +12 -0
- package/dist/schemas/agent/index.d.ts +5 -5
- package/dist/schemas/bidder/bid.d.ts +44 -44
- package/dist/schemas/bidder/exceptions/index.d.ts +3 -1
- package/dist/schemas/bidder/exceptions/private-job.exception.d.ts +5 -0
- 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
|
@@ -646,7 +646,7 @@ export declare const campaignStatusActivitySchema: z.ZodObject<z.objectUtil.exte
|
|
|
646
646
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
647
647
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
648
648
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
649
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
649
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
650
650
|
expenses: z.ZodObject<{
|
|
651
651
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
652
652
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -1277,7 +1277,7 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
1277
1277
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
1278
1278
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
1279
1279
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
1280
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
1280
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
1281
1281
|
expenses: z.ZodObject<{
|
|
1282
1282
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
1283
1283
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -1704,7 +1704,7 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
1704
1704
|
answer: string;
|
|
1705
1705
|
}>, "many">>;
|
|
1706
1706
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
1707
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>>;
|
|
1707
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>>;
|
|
1708
1708
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
1709
1709
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
1710
1710
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -2260,7 +2260,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2260
2260
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
2261
2261
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
2262
2262
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
2263
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
2263
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
2264
2264
|
expenses: z.ZodObject<{
|
|
2265
2265
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
2266
2266
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -2369,7 +2369,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2369
2369
|
creditBalance: z.ZodNumber;
|
|
2370
2370
|
}, {
|
|
2371
2371
|
type: z.ZodLiteral<"lead_status">;
|
|
2372
|
-
status: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>;
|
|
2372
|
+
status: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>;
|
|
2373
2373
|
lead: z.ZodObject<Pick<Omit<z.objectUtil.extendShape<{
|
|
2374
2374
|
id: z.ZodNullable<z.ZodString>;
|
|
2375
2375
|
uid: z.ZodNullable<z.ZodString>;
|
|
@@ -2688,7 +2688,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2688
2688
|
answer: string;
|
|
2689
2689
|
}>, "many">>;
|
|
2690
2690
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
2691
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>>;
|
|
2691
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>>;
|
|
2692
2692
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
2693
2693
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
2694
2694
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -2713,7 +2713,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2713
2713
|
creditBalance: z.ZodNumber;
|
|
2714
2714
|
}>, "strip", z.ZodTypeAny, {
|
|
2715
2715
|
type: "lead_status";
|
|
2716
|
-
status: "contacted" | "viewed" | "replied" | "won" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects";
|
|
2716
|
+
status: "contacted" | "viewed" | "replied" | "won" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob";
|
|
2717
2717
|
createdAt: number;
|
|
2718
2718
|
organization: {
|
|
2719
2719
|
id: string;
|
|
@@ -2732,7 +2732,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2732
2732
|
};
|
|
2733
2733
|
}, {
|
|
2734
2734
|
type: "lead_status";
|
|
2735
|
-
status: "contacted" | "viewed" | "replied" | "won" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects";
|
|
2735
|
+
status: "contacted" | "viewed" | "replied" | "won" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob";
|
|
2736
2736
|
createdAt: number;
|
|
2737
2737
|
organization: {
|
|
2738
2738
|
id: string;
|
|
@@ -3243,7 +3243,7 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
3243
3243
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
3244
3244
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
3245
3245
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
3246
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
3246
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
3247
3247
|
expenses: z.ZodObject<{
|
|
3248
3248
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
3249
3249
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -3670,7 +3670,7 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
3670
3670
|
answer: string;
|
|
3671
3671
|
}>, "many">>;
|
|
3672
3672
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
3673
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>>;
|
|
3673
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>>;
|
|
3674
3674
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
3675
3675
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
3676
3676
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -4223,7 +4223,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
4223
4223
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
4224
4224
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
4225
4225
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
4226
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
4226
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
4227
4227
|
expenses: z.ZodObject<{
|
|
4228
4228
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
4229
4229
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -4853,7 +4853,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
4853
4853
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
4854
4854
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
4855
4855
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
4856
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
4856
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
4857
4857
|
expenses: z.ZodObject<{
|
|
4858
4858
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
4859
4859
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -5280,7 +5280,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5280
5280
|
answer: string;
|
|
5281
5281
|
}>, "many">>;
|
|
5282
5282
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
5283
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>>;
|
|
5283
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>>;
|
|
5284
5284
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
5285
5285
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
5286
5286
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -5835,7 +5835,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5835
5835
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
5836
5836
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
5837
5837
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
5838
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
5838
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
5839
5839
|
expenses: z.ZodObject<{
|
|
5840
5840
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
5841
5841
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -5944,7 +5944,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5944
5944
|
creditBalance: z.ZodNumber;
|
|
5945
5945
|
}, {
|
|
5946
5946
|
type: z.ZodLiteral<"lead_status">;
|
|
5947
|
-
status: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>;
|
|
5947
|
+
status: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>;
|
|
5948
5948
|
lead: z.ZodObject<Pick<Omit<z.objectUtil.extendShape<{
|
|
5949
5949
|
id: z.ZodNullable<z.ZodString>;
|
|
5950
5950
|
uid: z.ZodNullable<z.ZodString>;
|
|
@@ -6263,7 +6263,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6263
6263
|
answer: string;
|
|
6264
6264
|
}>, "many">>;
|
|
6265
6265
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
6266
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>>;
|
|
6266
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>>;
|
|
6267
6267
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
6268
6268
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
6269
6269
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -6288,7 +6288,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6288
6288
|
creditBalance: z.ZodNumber;
|
|
6289
6289
|
}>, "strip", z.ZodTypeAny, {
|
|
6290
6290
|
type: "lead_status";
|
|
6291
|
-
status: "contacted" | "viewed" | "replied" | "won" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects";
|
|
6291
|
+
status: "contacted" | "viewed" | "replied" | "won" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob";
|
|
6292
6292
|
createdAt: number;
|
|
6293
6293
|
organization: {
|
|
6294
6294
|
id: string;
|
|
@@ -6307,7 +6307,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6307
6307
|
};
|
|
6308
6308
|
}, {
|
|
6309
6309
|
type: "lead_status";
|
|
6310
|
-
status: "contacted" | "viewed" | "replied" | "won" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects";
|
|
6310
|
+
status: "contacted" | "viewed" | "replied" | "won" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob";
|
|
6311
6311
|
createdAt: number;
|
|
6312
6312
|
organization: {
|
|
6313
6313
|
id: string;
|
|
@@ -6817,7 +6817,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6817
6817
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
6818
6818
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
6819
6819
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
6820
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
6820
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
6821
6821
|
expenses: z.ZodObject<{
|
|
6822
6822
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
6823
6823
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -7244,7 +7244,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
7244
7244
|
answer: string;
|
|
7245
7245
|
}>, "many">>;
|
|
7246
7246
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
7247
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>>;
|
|
7247
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>>;
|
|
7248
7248
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
7249
7249
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
7250
7250
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -7636,7 +7636,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
7636
7636
|
answer: string;
|
|
7637
7637
|
}>, "many">>;
|
|
7638
7638
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
7639
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>>;
|
|
7639
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>>;
|
|
7640
7640
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
7641
7641
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
7642
7642
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -7682,7 +7682,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
7682
7682
|
};
|
|
7683
7683
|
}>, z.ZodObject<{
|
|
7684
7684
|
type: z.ZodLiteral<"lead_status">;
|
|
7685
|
-
status: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>;
|
|
7685
|
+
status: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>;
|
|
7686
7686
|
lead: z.ZodObject<Pick<Omit<z.objectUtil.extendShape<{
|
|
7687
7687
|
id: z.ZodNullable<z.ZodString>;
|
|
7688
7688
|
uid: z.ZodNullable<z.ZodString>;
|
|
@@ -8001,7 +8001,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8001
8001
|
answer: string;
|
|
8002
8002
|
}>, "many">>;
|
|
8003
8003
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
8004
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>>;
|
|
8004
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>>;
|
|
8005
8005
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
8006
8006
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
8007
8007
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -8026,7 +8026,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8026
8026
|
creditBalance: z.ZodNumber;
|
|
8027
8027
|
}, "strip", z.ZodTypeAny, {
|
|
8028
8028
|
type: "lead_status";
|
|
8029
|
-
status: "contacted" | "viewed" | "replied" | "won" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects";
|
|
8029
|
+
status: "contacted" | "viewed" | "replied" | "won" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob";
|
|
8030
8030
|
creditBalance: number;
|
|
8031
8031
|
lead: {
|
|
8032
8032
|
id: string | null;
|
|
@@ -8036,7 +8036,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8036
8036
|
};
|
|
8037
8037
|
}, {
|
|
8038
8038
|
type: "lead_status";
|
|
8039
|
-
status: "contacted" | "viewed" | "replied" | "won" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects";
|
|
8039
|
+
status: "contacted" | "viewed" | "replied" | "won" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob";
|
|
8040
8040
|
creditBalance: number;
|
|
8041
8041
|
lead: {
|
|
8042
8042
|
id: string | null;
|
|
@@ -8364,7 +8364,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8364
8364
|
answer: string;
|
|
8365
8365
|
}>, "many">>;
|
|
8366
8366
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
8367
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>>;
|
|
8367
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>>;
|
|
8368
8368
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
8369
8369
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
8370
8370
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -8409,15 +8409,15 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8409
8409
|
export declare const updateCampaignAnalyticsSchema: z.ZodObject<{
|
|
8410
8410
|
organizationId: z.ZodString;
|
|
8411
8411
|
campaignId: z.ZodString;
|
|
8412
|
-
fields: z.ZodArray<z.ZodEnum<["contacted", "viewed", "replied", "doesNotMeetCriteria", "syncedInAnotherCampaign", "boostAboveMaxConnects", "dailyLimitReached", "insufficientConnects", "won", "leadsAnalyzed", "leadsFailed", "proposalsFailed", "suitableJobs", "unsuitableJobs", "wonAmount"]>, "many">;
|
|
8412
|
+
fields: z.ZodArray<z.ZodEnum<["contacted", "viewed", "replied", "doesNotMeetCriteria", "syncedInAnotherCampaign", "boostAboveMaxConnects", "dailyLimitReached", "privateJob", "insufficientConnects", "won", "leadsAnalyzed", "leadsFailed", "proposalsFailed", "suitableJobs", "unsuitableJobs", "wonAmount"]>, "many">;
|
|
8413
8413
|
}, "strip", z.ZodTypeAny, {
|
|
8414
8414
|
campaignId: string;
|
|
8415
8415
|
organizationId: string;
|
|
8416
|
-
fields: ("contacted" | "viewed" | "replied" | "won" | "leadsAnalyzed" | "leadsFailed" | "suitableJobs" | "unsuitableJobs" | "wonAmount" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "proposalsFailed")[];
|
|
8416
|
+
fields: ("contacted" | "viewed" | "replied" | "won" | "leadsAnalyzed" | "leadsFailed" | "suitableJobs" | "unsuitableJobs" | "wonAmount" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "proposalsFailed")[];
|
|
8417
8417
|
}, {
|
|
8418
8418
|
campaignId: string;
|
|
8419
8419
|
organizationId: string;
|
|
8420
|
-
fields: ("contacted" | "viewed" | "replied" | "won" | "leadsAnalyzed" | "leadsFailed" | "suitableJobs" | "unsuitableJobs" | "wonAmount" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "proposalsFailed")[];
|
|
8420
|
+
fields: ("contacted" | "viewed" | "replied" | "won" | "leadsAnalyzed" | "leadsFailed" | "suitableJobs" | "unsuitableJobs" | "wonAmount" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "proposalsFailed")[];
|
|
8421
8421
|
}>;
|
|
8422
8422
|
export type CampaignAnalytics = z.infer<typeof campaignAnalyticsSchema>;
|
|
8423
8423
|
export type CampaignAnalyticsStats = z.infer<typeof campaignAnalyticsStatsSchema>;
|
|
@@ -335,7 +335,7 @@ export declare const campaignSchema: z.ZodObject<{
|
|
|
335
335
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
336
336
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
337
337
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
338
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
338
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
339
339
|
expenses: z.ZodObject<{
|
|
340
340
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
341
341
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -510,7 +510,7 @@ export declare const campaignSchema: z.ZodObject<{
|
|
|
510
510
|
biddingFixedHourlyRate: number | null;
|
|
511
511
|
biddingHourlyRatePercentage: number | null;
|
|
512
512
|
bidWithWarning: "bid" | "skip";
|
|
513
|
-
leadCounts: Partial<Record<"leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won", number>> | null;
|
|
513
|
+
leadCounts: Partial<Record<"leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won", number>> | null;
|
|
514
514
|
expenses: {
|
|
515
515
|
biddingAmount: number;
|
|
516
516
|
boostingAmount: number;
|
|
@@ -620,7 +620,7 @@ export declare const campaignSchema: z.ZodObject<{
|
|
|
620
620
|
biddingFixedHourlyRate: number | null;
|
|
621
621
|
biddingHourlyRatePercentage: number | null;
|
|
622
622
|
bidWithWarning: "bid" | "skip";
|
|
623
|
-
leadCounts: Partial<Record<"leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won", number>> | null;
|
|
623
|
+
leadCounts: Partial<Record<"leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won", number>> | null;
|
|
624
624
|
expenses: {
|
|
625
625
|
biddingAmount?: number | undefined;
|
|
626
626
|
boostingAmount?: number | undefined;
|
|
@@ -956,7 +956,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
|
|
|
956
956
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
957
957
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
958
958
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
959
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
959
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>, z.ZodNumber>>;
|
|
960
960
|
expenses: z.ZodObject<{
|
|
961
961
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
962
962
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -1128,7 +1128,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
|
|
|
1128
1128
|
biddingFixedHourlyRate: number | null;
|
|
1129
1129
|
biddingHourlyRatePercentage: number | null;
|
|
1130
1130
|
bidWithWarning: "bid" | "skip";
|
|
1131
|
-
leadCounts: Partial<Record<"leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won", number>> | null;
|
|
1131
|
+
leadCounts: Partial<Record<"leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won", number>> | null;
|
|
1132
1132
|
expenses: {
|
|
1133
1133
|
biddingAmount: number;
|
|
1134
1134
|
boostingAmount: number;
|
|
@@ -1229,7 +1229,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
|
|
|
1229
1229
|
biddingFixedHourlyRate: number | null;
|
|
1230
1230
|
biddingHourlyRatePercentage: number | null;
|
|
1231
1231
|
bidWithWarning: "bid" | "skip";
|
|
1232
|
-
leadCounts: Partial<Record<"leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won", number>> | null;
|
|
1232
|
+
leadCounts: Partial<Record<"leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won", number>> | null;
|
|
1233
1233
|
expenses: {
|
|
1234
1234
|
biddingAmount?: number | undefined;
|
|
1235
1235
|
boostingAmount?: number | undefined;
|
|
@@ -1539,7 +1539,7 @@ export declare const updateCampaignSchema: z.ZodObject<{
|
|
|
1539
1539
|
biddingFixedHourlyRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1540
1540
|
biddingHourlyRatePercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1541
1541
|
bidWithWarning: z.ZodOptional<z.ZodEnum<["bid", "skip"]>>;
|
|
1542
|
-
leadCounts: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "viewed", "replied", "won"]>, z.ZodNumber>>>;
|
|
1542
|
+
leadCounts: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>, z.ZodNumber>>>;
|
|
1543
1543
|
expenses: z.ZodOptional<z.ZodObject<{
|
|
1544
1544
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
1545
1545
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -1712,7 +1712,7 @@ export declare const updateCampaignSchema: z.ZodObject<{
|
|
|
1712
1712
|
biddingFixedHourlyRate?: number | null | undefined;
|
|
1713
1713
|
biddingHourlyRatePercentage?: number | null | undefined;
|
|
1714
1714
|
bidWithWarning?: "bid" | "skip" | undefined;
|
|
1715
|
-
leadCounts?: Partial<Record<"leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won", number>> | null | undefined;
|
|
1715
|
+
leadCounts?: Partial<Record<"leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won", number>> | null | undefined;
|
|
1716
1716
|
expenses?: {
|
|
1717
1717
|
biddingAmount: number;
|
|
1718
1718
|
boostingAmount: number;
|
|
@@ -1825,7 +1825,7 @@ export declare const updateCampaignSchema: z.ZodObject<{
|
|
|
1825
1825
|
biddingFixedHourlyRate?: number | null | undefined;
|
|
1826
1826
|
biddingHourlyRatePercentage?: number | null | undefined;
|
|
1827
1827
|
bidWithWarning?: "bid" | "skip" | undefined;
|
|
1828
|
-
leadCounts?: Partial<Record<"leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won", number>> | null | undefined;
|
|
1828
|
+
leadCounts?: Partial<Record<"leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won", number>> | null | undefined;
|
|
1829
1829
|
expenses?: {
|
|
1830
1830
|
biddingAmount?: number | undefined;
|
|
1831
1831
|
boostingAmount?: number | undefined;
|
|
@@ -329,7 +329,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
329
329
|
answer: string;
|
|
330
330
|
}>, "many">>;
|
|
331
331
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
332
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "viewed", "replied", "won"]>>;
|
|
332
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>>;
|
|
333
333
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
334
334
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
335
335
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -443,7 +443,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
443
443
|
answer: string;
|
|
444
444
|
}[] | null;
|
|
445
445
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
446
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won" | null;
|
|
446
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won" | null;
|
|
447
447
|
biddingAmount: number | null;
|
|
448
448
|
boosted: boolean | null;
|
|
449
449
|
boostingAmount: number | null;
|
|
@@ -578,7 +578,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
578
578
|
answer: string;
|
|
579
579
|
}[] | null;
|
|
580
580
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
581
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won" | null;
|
|
581
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won" | null;
|
|
582
582
|
biddingAmount: number | null;
|
|
583
583
|
boosted: boolean | null;
|
|
584
584
|
boostingAmount: number | null;
|
|
@@ -930,7 +930,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
930
930
|
answer: string;
|
|
931
931
|
}>, "many">>;
|
|
932
932
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
933
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "viewed", "replied", "won"]>>;
|
|
933
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>>;
|
|
934
934
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
935
935
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
936
936
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -1044,7 +1044,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1044
1044
|
answer: string;
|
|
1045
1045
|
}[] | null;
|
|
1046
1046
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
1047
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won" | null;
|
|
1047
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won" | null;
|
|
1048
1048
|
biddingAmount: number | null;
|
|
1049
1049
|
boosted: boolean | null;
|
|
1050
1050
|
boostingAmount: number | null;
|
|
@@ -1179,7 +1179,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1179
1179
|
answer: string;
|
|
1180
1180
|
}[] | null;
|
|
1181
1181
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
1182
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won" | null;
|
|
1182
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won" | null;
|
|
1183
1183
|
biddingAmount: number | null;
|
|
1184
1184
|
boosted: boolean | null;
|
|
1185
1185
|
boostingAmount: number | null;
|
|
@@ -1319,7 +1319,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1319
1319
|
answer: string;
|
|
1320
1320
|
}[] | null;
|
|
1321
1321
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
1322
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won" | null;
|
|
1322
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won" | null;
|
|
1323
1323
|
biddingAmount: number | null;
|
|
1324
1324
|
boosted: boolean | null;
|
|
1325
1325
|
boostingAmount: number | null;
|
|
@@ -1459,7 +1459,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1459
1459
|
answer: string;
|
|
1460
1460
|
}[] | null;
|
|
1461
1461
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
1462
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won" | null;
|
|
1462
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won" | null;
|
|
1463
1463
|
biddingAmount: number | null;
|
|
1464
1464
|
boosted: boolean | null;
|
|
1465
1465
|
boostingAmount: number | null;
|
|
@@ -2351,7 +2351,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2351
2351
|
answer: string;
|
|
2352
2352
|
}>, "many">>;
|
|
2353
2353
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
2354
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "viewed", "replied", "won"]>>;
|
|
2354
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>>;
|
|
2355
2355
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
2356
2356
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
2357
2357
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -2465,7 +2465,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2465
2465
|
answer: string;
|
|
2466
2466
|
}[] | null;
|
|
2467
2467
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
2468
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won" | null;
|
|
2468
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won" | null;
|
|
2469
2469
|
biddingAmount: number | null;
|
|
2470
2470
|
boosted: boolean | null;
|
|
2471
2471
|
boostingAmount: number | null;
|
|
@@ -2600,7 +2600,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2600
2600
|
answer: string;
|
|
2601
2601
|
}[] | null;
|
|
2602
2602
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
2603
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won" | null;
|
|
2603
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won" | null;
|
|
2604
2604
|
biddingAmount: number | null;
|
|
2605
2605
|
boosted: boolean | null;
|
|
2606
2606
|
boostingAmount: number | null;
|
|
@@ -2851,7 +2851,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2851
2851
|
answer: string;
|
|
2852
2852
|
}[] | null;
|
|
2853
2853
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
2854
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won" | null;
|
|
2854
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won" | null;
|
|
2855
2855
|
biddingAmount: number | null;
|
|
2856
2856
|
boosted: boolean | null;
|
|
2857
2857
|
boostingAmount: number | null;
|
|
@@ -3102,7 +3102,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3102
3102
|
answer: string;
|
|
3103
3103
|
}[] | null;
|
|
3104
3104
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
3105
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won" | null;
|
|
3105
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won" | null;
|
|
3106
3106
|
biddingAmount: number | null;
|
|
3107
3107
|
boosted: boolean | null;
|
|
3108
3108
|
boostingAmount: number | null;
|
|
@@ -3470,7 +3470,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
3470
3470
|
answer: string;
|
|
3471
3471
|
}>, "many">>;
|
|
3472
3472
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
3473
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "viewed", "replied", "won"]>>;
|
|
3473
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>>;
|
|
3474
3474
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
3475
3475
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
3476
3476
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -3584,7 +3584,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
3584
3584
|
answer: string;
|
|
3585
3585
|
}[] | null;
|
|
3586
3586
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
3587
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won" | null;
|
|
3587
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won" | null;
|
|
3588
3588
|
biddingAmount: number | null;
|
|
3589
3589
|
boosted: boolean | null;
|
|
3590
3590
|
boostingAmount: number | null;
|
|
@@ -3719,7 +3719,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
3719
3719
|
answer: string;
|
|
3720
3720
|
}[] | null;
|
|
3721
3721
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
3722
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won" | null;
|
|
3722
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won" | null;
|
|
3723
3723
|
biddingAmount: number | null;
|
|
3724
3724
|
boosted: boolean | null;
|
|
3725
3725
|
boostingAmount: number | null;
|
|
@@ -3869,7 +3869,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
3869
3869
|
answer: string;
|
|
3870
3870
|
}[] | null;
|
|
3871
3871
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
3872
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won" | null;
|
|
3872
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won" | null;
|
|
3873
3873
|
biddingAmount: number | null;
|
|
3874
3874
|
boosted: boolean | null;
|
|
3875
3875
|
boostingAmount: number | null;
|
|
@@ -4011,7 +4011,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4011
4011
|
answer: string;
|
|
4012
4012
|
}[] | null;
|
|
4013
4013
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
4014
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "viewed" | "replied" | "won" | null;
|
|
4014
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won" | null;
|
|
4015
4015
|
biddingAmount: number | null;
|
|
4016
4016
|
boosted: boolean | null;
|
|
4017
4017
|
boostingAmount: number | null;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const agentStatusSchema: z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>;
|
|
3
|
-
export declare const leadStatusEnum: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>;
|
|
3
|
+
export declare const leadStatusEnum: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>;
|
|
4
4
|
export declare const updateLeadStatusSchema: z.ZodObject<{
|
|
5
5
|
leadId: z.ZodString;
|
|
6
6
|
organizationId: z.ZodString;
|
|
7
7
|
campaignId: z.ZodString;
|
|
8
|
-
status: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>;
|
|
8
|
+
status: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>;
|
|
9
9
|
proposalId: z.ZodOptional<z.ZodString>;
|
|
10
10
|
userId: z.ZodOptional<z.ZodString>;
|
|
11
11
|
wonAmount: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13,7 +13,7 @@ export declare const updateLeadStatusSchema: z.ZodObject<{
|
|
|
13
13
|
leadId: string;
|
|
14
14
|
organizationId: string;
|
|
15
15
|
campaignId: string;
|
|
16
|
-
status: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "viewed" | "replied" | "won";
|
|
16
|
+
status: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won";
|
|
17
17
|
proposalId?: string | undefined;
|
|
18
18
|
userId?: string | undefined;
|
|
19
19
|
wonAmount?: number | undefined;
|
|
@@ -21,19 +21,19 @@ export declare const updateLeadStatusSchema: z.ZodObject<{
|
|
|
21
21
|
leadId: string;
|
|
22
22
|
organizationId: string;
|
|
23
23
|
campaignId: string;
|
|
24
|
-
status: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "viewed" | "replied" | "won";
|
|
24
|
+
status: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won";
|
|
25
25
|
proposalId?: string | undefined;
|
|
26
26
|
userId?: string | undefined;
|
|
27
27
|
wonAmount?: number | undefined;
|
|
28
28
|
}>;
|
|
29
29
|
export declare const updateOrganizationLeadsStatusPayloadSchema: z.ZodArray<z.ZodObject<{
|
|
30
30
|
applicationUid: z.ZodString;
|
|
31
|
-
status: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "viewed", "replied", "won"]>;
|
|
31
|
+
status: z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "viewed", "replied", "won"]>;
|
|
32
32
|
}, "strip", z.ZodTypeAny, {
|
|
33
|
-
status: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "viewed" | "replied" | "won";
|
|
33
|
+
status: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won";
|
|
34
34
|
applicationUid: string;
|
|
35
35
|
}, {
|
|
36
|
-
status: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "viewed" | "replied" | "won";
|
|
36
|
+
status: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "viewed" | "replied" | "won";
|
|
37
37
|
applicationUid: string;
|
|
38
38
|
}>, "many">;
|
|
39
39
|
export type LeadStatus = z.infer<typeof leadStatusEnum>;
|