lancer-shared 1.2.263 → 1.2.265
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 +10 -5
- package/dist/schemas/bidder/bid.d.ts +98 -49
- package/dist/schemas/campaign/campaign-analytics.d.ts +38 -29
- package/dist/schemas/campaign/campaign.d.ts +9 -9
- package/dist/schemas/job/index.d.ts +3 -0
- package/dist/schemas/lead/index.d.ts +41 -18
- package/dist/schemas/lead/lead-status.d.ts +7 -7
- package/dist/schemas/logger/feed/feed-job-enrich.d.ts +5 -0
- package/dist/schemas/logger/log-event.d.ts +5 -5
- package/dist/schemas/scraper/scrape-payload.d.ts +15 -10
- package/dist/schemas/scraper/scrape-result.d.ts +5 -0
- package/package.json +1 -1
|
@@ -237,6 +237,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
237
237
|
interviewing: number | null;
|
|
238
238
|
invitesSent: number | null;
|
|
239
239
|
}>>;
|
|
240
|
+
occupation: z.ZodNullable<z.ZodString>;
|
|
240
241
|
activityUpdates: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>>;
|
|
241
242
|
activity: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodEnum<["4h" | "24h"]>, z.ZodObject<{
|
|
242
243
|
proposals: z.ZodObject<{
|
|
@@ -321,7 +322,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
321
322
|
question: string;
|
|
322
323
|
}>, "many">>;
|
|
323
324
|
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", "
|
|
325
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
325
326
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
326
327
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
327
328
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -456,6 +457,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
456
457
|
} | null;
|
|
457
458
|
category: string | null;
|
|
458
459
|
uid: string | null;
|
|
460
|
+
occupation: string | null;
|
|
459
461
|
jobUrl: string | null;
|
|
460
462
|
skills: {
|
|
461
463
|
name: string;
|
|
@@ -508,7 +510,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
508
510
|
question: string;
|
|
509
511
|
}[] | null;
|
|
510
512
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
511
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
513
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
512
514
|
biddingAmount: number | null;
|
|
513
515
|
boosted: boolean | null;
|
|
514
516
|
boostingAmount: number | null;
|
|
@@ -617,6 +619,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
617
619
|
} | null;
|
|
618
620
|
category: string | null;
|
|
619
621
|
uid: string | null;
|
|
622
|
+
occupation: string | null;
|
|
620
623
|
jobUrl: string | null;
|
|
621
624
|
skills: {
|
|
622
625
|
name: string;
|
|
@@ -669,7 +672,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
669
672
|
question: string;
|
|
670
673
|
}[] | null;
|
|
671
674
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
672
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
675
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
673
676
|
biddingAmount: number | null;
|
|
674
677
|
boosted: boolean | null;
|
|
675
678
|
boostingAmount: number | null;
|
|
@@ -821,6 +824,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
821
824
|
} | null;
|
|
822
825
|
category: string | null;
|
|
823
826
|
uid: string | null;
|
|
827
|
+
occupation: string | null;
|
|
824
828
|
jobUrl: string | null;
|
|
825
829
|
skills: {
|
|
826
830
|
name: string;
|
|
@@ -873,7 +877,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
873
877
|
question: string;
|
|
874
878
|
}[] | null;
|
|
875
879
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
876
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
880
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
877
881
|
biddingAmount: number | null;
|
|
878
882
|
boosted: boolean | null;
|
|
879
883
|
boostingAmount: number | null;
|
|
@@ -1005,6 +1009,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
1005
1009
|
} | null;
|
|
1006
1010
|
category: string | null;
|
|
1007
1011
|
uid: string | null;
|
|
1012
|
+
occupation: string | null;
|
|
1008
1013
|
jobUrl: string | null;
|
|
1009
1014
|
skills: {
|
|
1010
1015
|
name: string;
|
|
@@ -1057,7 +1062,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
1057
1062
|
question: string;
|
|
1058
1063
|
}[] | null;
|
|
1059
1064
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
1060
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
1065
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
1061
1066
|
biddingAmount: number | null;
|
|
1062
1067
|
boosted: boolean | null;
|
|
1063
1068
|
boostingAmount: number | null;
|
|
@@ -1356,6 +1361,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1356
1361
|
interviewing: number | null;
|
|
1357
1362
|
invitesSent: number | null;
|
|
1358
1363
|
}>>;
|
|
1364
|
+
occupation: z.ZodNullable<z.ZodString>;
|
|
1359
1365
|
activityUpdates: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>>;
|
|
1360
1366
|
activity: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodEnum<["4h" | "24h"]>, z.ZodObject<{
|
|
1361
1367
|
proposals: z.ZodObject<{
|
|
@@ -1440,7 +1446,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1440
1446
|
question: string;
|
|
1441
1447
|
}>, "many">>;
|
|
1442
1448
|
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", "
|
|
1449
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
1444
1450
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
1445
1451
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
1446
1452
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -1575,6 +1581,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1575
1581
|
} | null;
|
|
1576
1582
|
category: string | null;
|
|
1577
1583
|
uid: string | null;
|
|
1584
|
+
occupation: string | null;
|
|
1578
1585
|
jobUrl: string | null;
|
|
1579
1586
|
skills: {
|
|
1580
1587
|
name: string;
|
|
@@ -1627,7 +1634,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1627
1634
|
question: string;
|
|
1628
1635
|
}[] | null;
|
|
1629
1636
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
1630
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
1637
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
1631
1638
|
biddingAmount: number | null;
|
|
1632
1639
|
boosted: boolean | null;
|
|
1633
1640
|
boostingAmount: number | null;
|
|
@@ -1736,6 +1743,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1736
1743
|
} | null;
|
|
1737
1744
|
category: string | null;
|
|
1738
1745
|
uid: string | null;
|
|
1746
|
+
occupation: string | null;
|
|
1739
1747
|
jobUrl: string | null;
|
|
1740
1748
|
skills: {
|
|
1741
1749
|
name: string;
|
|
@@ -1788,7 +1796,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1788
1796
|
question: string;
|
|
1789
1797
|
}[] | null;
|
|
1790
1798
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
1791
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
1799
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
1792
1800
|
biddingAmount: number | null;
|
|
1793
1801
|
boosted: boolean | null;
|
|
1794
1802
|
boostingAmount: number | null;
|
|
@@ -1940,6 +1948,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1940
1948
|
} | null;
|
|
1941
1949
|
category: string | null;
|
|
1942
1950
|
uid: string | null;
|
|
1951
|
+
occupation: string | null;
|
|
1943
1952
|
jobUrl: string | null;
|
|
1944
1953
|
skills: {
|
|
1945
1954
|
name: string;
|
|
@@ -1992,7 +2001,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1992
2001
|
question: string;
|
|
1993
2002
|
}[] | null;
|
|
1994
2003
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
1995
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
2004
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
1996
2005
|
biddingAmount: number | null;
|
|
1997
2006
|
boosted: boolean | null;
|
|
1998
2007
|
boostingAmount: number | null;
|
|
@@ -2124,6 +2133,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
2124
2133
|
} | null;
|
|
2125
2134
|
category: string | null;
|
|
2126
2135
|
uid: string | null;
|
|
2136
|
+
occupation: string | null;
|
|
2127
2137
|
jobUrl: string | null;
|
|
2128
2138
|
skills: {
|
|
2129
2139
|
name: string;
|
|
@@ -2176,7 +2186,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
2176
2186
|
question: string;
|
|
2177
2187
|
}[] | null;
|
|
2178
2188
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
2179
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
2189
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
2180
2190
|
biddingAmount: number | null;
|
|
2181
2191
|
boosted: boolean | null;
|
|
2182
2192
|
boostingAmount: number | null;
|
|
@@ -2475,6 +2485,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2475
2485
|
interviewing: number | null;
|
|
2476
2486
|
invitesSent: number | null;
|
|
2477
2487
|
}>>;
|
|
2488
|
+
occupation: z.ZodNullable<z.ZodString>;
|
|
2478
2489
|
activityUpdates: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>>;
|
|
2479
2490
|
activity: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodEnum<["4h" | "24h"]>, z.ZodObject<{
|
|
2480
2491
|
proposals: z.ZodObject<{
|
|
@@ -2559,7 +2570,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2559
2570
|
question: string;
|
|
2560
2571
|
}>, "many">>;
|
|
2561
2572
|
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", "
|
|
2573
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
2563
2574
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
2564
2575
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
2565
2576
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -2694,6 +2705,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2694
2705
|
} | null;
|
|
2695
2706
|
category: string | null;
|
|
2696
2707
|
uid: string | null;
|
|
2708
|
+
occupation: string | null;
|
|
2697
2709
|
jobUrl: string | null;
|
|
2698
2710
|
skills: {
|
|
2699
2711
|
name: string;
|
|
@@ -2746,7 +2758,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2746
2758
|
question: string;
|
|
2747
2759
|
}[] | null;
|
|
2748
2760
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
2749
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
2761
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
2750
2762
|
biddingAmount: number | null;
|
|
2751
2763
|
boosted: boolean | null;
|
|
2752
2764
|
boostingAmount: number | null;
|
|
@@ -2855,6 +2867,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2855
2867
|
} | null;
|
|
2856
2868
|
category: string | null;
|
|
2857
2869
|
uid: string | null;
|
|
2870
|
+
occupation: string | null;
|
|
2858
2871
|
jobUrl: string | null;
|
|
2859
2872
|
skills: {
|
|
2860
2873
|
name: string;
|
|
@@ -2907,7 +2920,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2907
2920
|
question: string;
|
|
2908
2921
|
}[] | null;
|
|
2909
2922
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
2910
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
2923
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
2911
2924
|
biddingAmount: number | null;
|
|
2912
2925
|
boosted: boolean | null;
|
|
2913
2926
|
boostingAmount: number | null;
|
|
@@ -3065,6 +3078,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3065
3078
|
} | null;
|
|
3066
3079
|
category: string | null;
|
|
3067
3080
|
uid: string | null;
|
|
3081
|
+
occupation: string | null;
|
|
3068
3082
|
jobUrl: string | null;
|
|
3069
3083
|
skills: {
|
|
3070
3084
|
name: string;
|
|
@@ -3117,7 +3131,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3117
3131
|
question: string;
|
|
3118
3132
|
}[] | null;
|
|
3119
3133
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
3120
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
3134
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
3121
3135
|
biddingAmount: number | null;
|
|
3122
3136
|
boosted: boolean | null;
|
|
3123
3137
|
boostingAmount: number | null;
|
|
@@ -3252,6 +3266,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3252
3266
|
} | null;
|
|
3253
3267
|
category: string | null;
|
|
3254
3268
|
uid: string | null;
|
|
3269
|
+
occupation: string | null;
|
|
3255
3270
|
jobUrl: string | null;
|
|
3256
3271
|
skills: {
|
|
3257
3272
|
name: string;
|
|
@@ -3304,7 +3319,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3304
3319
|
question: string;
|
|
3305
3320
|
}[] | null;
|
|
3306
3321
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
3307
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
3322
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
3308
3323
|
biddingAmount: number | null;
|
|
3309
3324
|
boosted: boolean | null;
|
|
3310
3325
|
boostingAmount: number | null;
|
|
@@ -3604,6 +3619,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3604
3619
|
interviewing: number | null;
|
|
3605
3620
|
invitesSent: number | null;
|
|
3606
3621
|
}>>;
|
|
3622
|
+
occupation: z.ZodNullable<z.ZodString>;
|
|
3607
3623
|
activityUpdates: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>>;
|
|
3608
3624
|
activity: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodEnum<["4h" | "24h"]>, z.ZodObject<{
|
|
3609
3625
|
proposals: z.ZodObject<{
|
|
@@ -3688,7 +3704,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3688
3704
|
question: string;
|
|
3689
3705
|
}>, "many">>;
|
|
3690
3706
|
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", "
|
|
3707
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
3692
3708
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
3693
3709
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
3694
3710
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -3823,6 +3839,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3823
3839
|
} | null;
|
|
3824
3840
|
category: string | null;
|
|
3825
3841
|
uid: string | null;
|
|
3842
|
+
occupation: string | null;
|
|
3826
3843
|
jobUrl: string | null;
|
|
3827
3844
|
skills: {
|
|
3828
3845
|
name: string;
|
|
@@ -3875,7 +3892,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3875
3892
|
question: string;
|
|
3876
3893
|
}[] | null;
|
|
3877
3894
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
3878
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
3895
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
3879
3896
|
biddingAmount: number | null;
|
|
3880
3897
|
boosted: boolean | null;
|
|
3881
3898
|
boostingAmount: number | null;
|
|
@@ -3984,6 +4001,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3984
4001
|
} | null;
|
|
3985
4002
|
category: string | null;
|
|
3986
4003
|
uid: string | null;
|
|
4004
|
+
occupation: string | null;
|
|
3987
4005
|
jobUrl: string | null;
|
|
3988
4006
|
skills: {
|
|
3989
4007
|
name: string;
|
|
@@ -4036,7 +4054,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4036
4054
|
question: string;
|
|
4037
4055
|
}[] | null;
|
|
4038
4056
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
4039
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
4057
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
4040
4058
|
biddingAmount: number | null;
|
|
4041
4059
|
boosted: boolean | null;
|
|
4042
4060
|
boostingAmount: number | null;
|
|
@@ -4155,6 +4173,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4155
4173
|
} | null;
|
|
4156
4174
|
category: string | null;
|
|
4157
4175
|
uid: string | null;
|
|
4176
|
+
occupation: string | null;
|
|
4158
4177
|
jobUrl: string | null;
|
|
4159
4178
|
skills: {
|
|
4160
4179
|
name: string;
|
|
@@ -4207,7 +4226,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4207
4226
|
question: string;
|
|
4208
4227
|
}[] | null;
|
|
4209
4228
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
4210
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
4229
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
4211
4230
|
biddingAmount: number | null;
|
|
4212
4231
|
boosted: boolean | null;
|
|
4213
4232
|
boostingAmount: number | null;
|
|
@@ -4323,6 +4342,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4323
4342
|
} | null;
|
|
4324
4343
|
category: string | null;
|
|
4325
4344
|
uid: string | null;
|
|
4345
|
+
occupation: string | null;
|
|
4326
4346
|
jobUrl: string | null;
|
|
4327
4347
|
skills: {
|
|
4328
4348
|
name: string;
|
|
@@ -4375,7 +4395,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4375
4395
|
question: string;
|
|
4376
4396
|
}[] | null;
|
|
4377
4397
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
4378
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
4398
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
4379
4399
|
biddingAmount: number | null;
|
|
4380
4400
|
boosted: boolean | null;
|
|
4381
4401
|
boostingAmount: number | null;
|
|
@@ -4669,6 +4689,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4669
4689
|
interviewing: number | null;
|
|
4670
4690
|
invitesSent: number | null;
|
|
4671
4691
|
}>>;
|
|
4692
|
+
occupation: z.ZodNullable<z.ZodString>;
|
|
4672
4693
|
activityUpdates: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>>;
|
|
4673
4694
|
activity: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodEnum<["4h" | "24h"]>, z.ZodObject<{
|
|
4674
4695
|
proposals: z.ZodObject<{
|
|
@@ -4753,7 +4774,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4753
4774
|
question: string;
|
|
4754
4775
|
}>, "many">>;
|
|
4755
4776
|
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", "
|
|
4777
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
4757
4778
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
4758
4779
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
4759
4780
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -4888,6 +4909,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4888
4909
|
} | null;
|
|
4889
4910
|
category: string | null;
|
|
4890
4911
|
uid: string | null;
|
|
4912
|
+
occupation: string | null;
|
|
4891
4913
|
jobUrl: string | null;
|
|
4892
4914
|
skills: {
|
|
4893
4915
|
name: string;
|
|
@@ -4940,7 +4962,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4940
4962
|
question: string;
|
|
4941
4963
|
}[] | null;
|
|
4942
4964
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
4943
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
4965
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
4944
4966
|
biddingAmount: number | null;
|
|
4945
4967
|
boosted: boolean | null;
|
|
4946
4968
|
boostingAmount: number | null;
|
|
@@ -5049,6 +5071,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5049
5071
|
} | null;
|
|
5050
5072
|
category: string | null;
|
|
5051
5073
|
uid: string | null;
|
|
5074
|
+
occupation: string | null;
|
|
5052
5075
|
jobUrl: string | null;
|
|
5053
5076
|
skills: {
|
|
5054
5077
|
name: string;
|
|
@@ -5101,7 +5124,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5101
5124
|
question: string;
|
|
5102
5125
|
}[] | null;
|
|
5103
5126
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
5104
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
5127
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
5105
5128
|
biddingAmount: number | null;
|
|
5106
5129
|
boosted: boolean | null;
|
|
5107
5130
|
boostingAmount: number | null;
|
|
@@ -5398,6 +5421,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5398
5421
|
interviewing: number | null;
|
|
5399
5422
|
invitesSent: number | null;
|
|
5400
5423
|
}>>;
|
|
5424
|
+
occupation: z.ZodNullable<z.ZodString>;
|
|
5401
5425
|
activityUpdates: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>>;
|
|
5402
5426
|
activity: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodEnum<["4h" | "24h"]>, z.ZodObject<{
|
|
5403
5427
|
proposals: z.ZodObject<{
|
|
@@ -5482,7 +5506,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5482
5506
|
question: string;
|
|
5483
5507
|
}>, "many">>;
|
|
5484
5508
|
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", "
|
|
5509
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
5486
5510
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
5487
5511
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
5488
5512
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -5617,6 +5641,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5617
5641
|
} | null;
|
|
5618
5642
|
category: string | null;
|
|
5619
5643
|
uid: string | null;
|
|
5644
|
+
occupation: string | null;
|
|
5620
5645
|
jobUrl: string | null;
|
|
5621
5646
|
skills: {
|
|
5622
5647
|
name: string;
|
|
@@ -5669,7 +5694,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5669
5694
|
question: string;
|
|
5670
5695
|
}[] | null;
|
|
5671
5696
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
5672
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
5697
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
5673
5698
|
biddingAmount: number | null;
|
|
5674
5699
|
boosted: boolean | null;
|
|
5675
5700
|
boostingAmount: number | null;
|
|
@@ -5778,6 +5803,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5778
5803
|
} | null;
|
|
5779
5804
|
category: string | null;
|
|
5780
5805
|
uid: string | null;
|
|
5806
|
+
occupation: string | null;
|
|
5781
5807
|
jobUrl: string | null;
|
|
5782
5808
|
skills: {
|
|
5783
5809
|
name: string;
|
|
@@ -5830,7 +5856,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5830
5856
|
question: string;
|
|
5831
5857
|
}[] | null;
|
|
5832
5858
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
5833
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
5859
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
5834
5860
|
biddingAmount: number | null;
|
|
5835
5861
|
boosted: boolean | null;
|
|
5836
5862
|
boostingAmount: number | null;
|
|
@@ -5988,6 +6014,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5988
6014
|
} | null;
|
|
5989
6015
|
category: string | null;
|
|
5990
6016
|
uid: string | null;
|
|
6017
|
+
occupation: string | null;
|
|
5991
6018
|
jobUrl: string | null;
|
|
5992
6019
|
skills: {
|
|
5993
6020
|
name: string;
|
|
@@ -6040,7 +6067,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6040
6067
|
question: string;
|
|
6041
6068
|
}[] | null;
|
|
6042
6069
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
6043
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
6070
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
6044
6071
|
biddingAmount: number | null;
|
|
6045
6072
|
boosted: boolean | null;
|
|
6046
6073
|
boostingAmount: number | null;
|
|
@@ -6175,6 +6202,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6175
6202
|
} | null;
|
|
6176
6203
|
category: string | null;
|
|
6177
6204
|
uid: string | null;
|
|
6205
|
+
occupation: string | null;
|
|
6178
6206
|
jobUrl: string | null;
|
|
6179
6207
|
skills: {
|
|
6180
6208
|
name: string;
|
|
@@ -6227,7 +6255,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6227
6255
|
question: string;
|
|
6228
6256
|
}[] | null;
|
|
6229
6257
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
6230
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
6258
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
6231
6259
|
biddingAmount: number | null;
|
|
6232
6260
|
boosted: boolean | null;
|
|
6233
6261
|
boostingAmount: number | null;
|
|
@@ -6350,6 +6378,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6350
6378
|
} | null;
|
|
6351
6379
|
category: string | null;
|
|
6352
6380
|
uid: string | null;
|
|
6381
|
+
occupation: string | null;
|
|
6353
6382
|
jobUrl: string | null;
|
|
6354
6383
|
skills: {
|
|
6355
6384
|
name: string;
|
|
@@ -6402,7 +6431,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6402
6431
|
question: string;
|
|
6403
6432
|
}[] | null;
|
|
6404
6433
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
6405
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
6434
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
6406
6435
|
biddingAmount: number | null;
|
|
6407
6436
|
boosted: boolean | null;
|
|
6408
6437
|
boostingAmount: number | null;
|
|
@@ -6531,6 +6560,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6531
6560
|
} | null;
|
|
6532
6561
|
category: string | null;
|
|
6533
6562
|
uid: string | null;
|
|
6563
|
+
occupation: string | null;
|
|
6534
6564
|
jobUrl: string | null;
|
|
6535
6565
|
skills: {
|
|
6536
6566
|
name: string;
|
|
@@ -6583,7 +6613,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6583
6613
|
question: string;
|
|
6584
6614
|
}[] | null;
|
|
6585
6615
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
6586
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
6616
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
6587
6617
|
biddingAmount: number | null;
|
|
6588
6618
|
boosted: boolean | null;
|
|
6589
6619
|
boostingAmount: number | null;
|
|
@@ -6706,6 +6736,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6706
6736
|
} | null;
|
|
6707
6737
|
category: string | null;
|
|
6708
6738
|
uid: string | null;
|
|
6739
|
+
occupation: string | null;
|
|
6709
6740
|
jobUrl: string | null;
|
|
6710
6741
|
skills: {
|
|
6711
6742
|
name: string;
|
|
@@ -6758,7 +6789,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6758
6789
|
question: string;
|
|
6759
6790
|
}[] | null;
|
|
6760
6791
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
6761
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
6792
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
6762
6793
|
biddingAmount: number | null;
|
|
6763
6794
|
boosted: boolean | null;
|
|
6764
6795
|
boostingAmount: number | null;
|
|
@@ -6887,6 +6918,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6887
6918
|
} | null;
|
|
6888
6919
|
category: string | null;
|
|
6889
6920
|
uid: string | null;
|
|
6921
|
+
occupation: string | null;
|
|
6890
6922
|
jobUrl: string | null;
|
|
6891
6923
|
skills: {
|
|
6892
6924
|
name: string;
|
|
@@ -6939,7 +6971,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6939
6971
|
question: string;
|
|
6940
6972
|
}[] | null;
|
|
6941
6973
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
6942
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
6974
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
6943
6975
|
biddingAmount: number | null;
|
|
6944
6976
|
boosted: boolean | null;
|
|
6945
6977
|
boostingAmount: number | null;
|
|
@@ -7240,6 +7272,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7240
7272
|
interviewing: number | null;
|
|
7241
7273
|
invitesSent: number | null;
|
|
7242
7274
|
}>>;
|
|
7275
|
+
occupation: z.ZodNullable<z.ZodString>;
|
|
7243
7276
|
activityUpdates: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>>;
|
|
7244
7277
|
activity: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodEnum<["4h" | "24h"]>, z.ZodObject<{
|
|
7245
7278
|
proposals: z.ZodObject<{
|
|
@@ -7324,7 +7357,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7324
7357
|
question: string;
|
|
7325
7358
|
}>, "many">>;
|
|
7326
7359
|
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", "
|
|
7360
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
7328
7361
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
7329
7362
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
7330
7363
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -7459,6 +7492,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7459
7492
|
} | null;
|
|
7460
7493
|
category: string | null;
|
|
7461
7494
|
uid: string | null;
|
|
7495
|
+
occupation: string | null;
|
|
7462
7496
|
jobUrl: string | null;
|
|
7463
7497
|
skills: {
|
|
7464
7498
|
name: string;
|
|
@@ -7511,7 +7545,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7511
7545
|
question: string;
|
|
7512
7546
|
}[] | null;
|
|
7513
7547
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
7514
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
7548
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
7515
7549
|
biddingAmount: number | null;
|
|
7516
7550
|
boosted: boolean | null;
|
|
7517
7551
|
boostingAmount: number | null;
|
|
@@ -7620,6 +7654,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7620
7654
|
} | null;
|
|
7621
7655
|
category: string | null;
|
|
7622
7656
|
uid: string | null;
|
|
7657
|
+
occupation: string | null;
|
|
7623
7658
|
jobUrl: string | null;
|
|
7624
7659
|
skills: {
|
|
7625
7660
|
name: string;
|
|
@@ -7672,7 +7707,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7672
7707
|
question: string;
|
|
7673
7708
|
}[] | null;
|
|
7674
7709
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
7675
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
7710
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
7676
7711
|
biddingAmount: number | null;
|
|
7677
7712
|
boosted: boolean | null;
|
|
7678
7713
|
boostingAmount: number | null;
|
|
@@ -7969,6 +8004,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7969
8004
|
interviewing: number | null;
|
|
7970
8005
|
invitesSent: number | null;
|
|
7971
8006
|
}>>;
|
|
8007
|
+
occupation: z.ZodNullable<z.ZodString>;
|
|
7972
8008
|
activityUpdates: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>>;
|
|
7973
8009
|
activity: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodEnum<["4h" | "24h"]>, z.ZodObject<{
|
|
7974
8010
|
proposals: z.ZodObject<{
|
|
@@ -8053,7 +8089,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8053
8089
|
question: string;
|
|
8054
8090
|
}>, "many">>;
|
|
8055
8091
|
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", "
|
|
8092
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
8057
8093
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
8058
8094
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
8059
8095
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -8188,6 +8224,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8188
8224
|
} | null;
|
|
8189
8225
|
category: string | null;
|
|
8190
8226
|
uid: string | null;
|
|
8227
|
+
occupation: string | null;
|
|
8191
8228
|
jobUrl: string | null;
|
|
8192
8229
|
skills: {
|
|
8193
8230
|
name: string;
|
|
@@ -8240,7 +8277,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8240
8277
|
question: string;
|
|
8241
8278
|
}[] | null;
|
|
8242
8279
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
8243
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
8280
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
8244
8281
|
biddingAmount: number | null;
|
|
8245
8282
|
boosted: boolean | null;
|
|
8246
8283
|
boostingAmount: number | null;
|
|
@@ -8349,6 +8386,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8349
8386
|
} | null;
|
|
8350
8387
|
category: string | null;
|
|
8351
8388
|
uid: string | null;
|
|
8389
|
+
occupation: string | null;
|
|
8352
8390
|
jobUrl: string | null;
|
|
8353
8391
|
skills: {
|
|
8354
8392
|
name: string;
|
|
@@ -8401,7 +8439,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8401
8439
|
question: string;
|
|
8402
8440
|
}[] | null;
|
|
8403
8441
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
8404
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
8442
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
8405
8443
|
biddingAmount: number | null;
|
|
8406
8444
|
boosted: boolean | null;
|
|
8407
8445
|
boostingAmount: number | null;
|
|
@@ -8553,6 +8591,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8553
8591
|
} | null;
|
|
8554
8592
|
category: string | null;
|
|
8555
8593
|
uid: string | null;
|
|
8594
|
+
occupation: string | null;
|
|
8556
8595
|
jobUrl: string | null;
|
|
8557
8596
|
skills: {
|
|
8558
8597
|
name: string;
|
|
@@ -8605,7 +8644,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8605
8644
|
question: string;
|
|
8606
8645
|
}[] | null;
|
|
8607
8646
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
8608
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
8647
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
8609
8648
|
biddingAmount: number | null;
|
|
8610
8649
|
boosted: boolean | null;
|
|
8611
8650
|
boostingAmount: number | null;
|
|
@@ -8737,6 +8776,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8737
8776
|
} | null;
|
|
8738
8777
|
category: string | null;
|
|
8739
8778
|
uid: string | null;
|
|
8779
|
+
occupation: string | null;
|
|
8740
8780
|
jobUrl: string | null;
|
|
8741
8781
|
skills: {
|
|
8742
8782
|
name: string;
|
|
@@ -8789,7 +8829,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8789
8829
|
question: string;
|
|
8790
8830
|
}[] | null;
|
|
8791
8831
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
8792
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
8832
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
8793
8833
|
biddingAmount: number | null;
|
|
8794
8834
|
boosted: boolean | null;
|
|
8795
8835
|
boostingAmount: number | null;
|
|
@@ -8911,6 +8951,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8911
8951
|
} | null;
|
|
8912
8952
|
category: string | null;
|
|
8913
8953
|
uid: string | null;
|
|
8954
|
+
occupation: string | null;
|
|
8914
8955
|
jobUrl: string | null;
|
|
8915
8956
|
skills: {
|
|
8916
8957
|
name: string;
|
|
@@ -8963,7 +9004,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8963
9004
|
question: string;
|
|
8964
9005
|
}[] | null;
|
|
8965
9006
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
8966
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
9007
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
8967
9008
|
biddingAmount: number | null;
|
|
8968
9009
|
boosted: boolean | null;
|
|
8969
9010
|
boostingAmount: number | null;
|
|
@@ -9090,6 +9131,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9090
9131
|
} | null;
|
|
9091
9132
|
category: string | null;
|
|
9092
9133
|
uid: string | null;
|
|
9134
|
+
occupation: string | null;
|
|
9093
9135
|
jobUrl: string | null;
|
|
9094
9136
|
skills: {
|
|
9095
9137
|
name: string;
|
|
@@ -9142,7 +9184,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9142
9184
|
question: string;
|
|
9143
9185
|
}[] | null;
|
|
9144
9186
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
9145
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
9187
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
9146
9188
|
biddingAmount: number | null;
|
|
9147
9189
|
boosted: boolean | null;
|
|
9148
9190
|
boostingAmount: number | null;
|
|
@@ -9264,6 +9306,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9264
9306
|
} | null;
|
|
9265
9307
|
category: string | null;
|
|
9266
9308
|
uid: string | null;
|
|
9309
|
+
occupation: string | null;
|
|
9267
9310
|
jobUrl: string | null;
|
|
9268
9311
|
skills: {
|
|
9269
9312
|
name: string;
|
|
@@ -9316,7 +9359,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9316
9359
|
question: string;
|
|
9317
9360
|
}[] | null;
|
|
9318
9361
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
9319
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
9362
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
9320
9363
|
biddingAmount: number | null;
|
|
9321
9364
|
boosted: boolean | null;
|
|
9322
9365
|
boostingAmount: number | null;
|
|
@@ -9443,6 +9486,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9443
9486
|
} | null;
|
|
9444
9487
|
category: string | null;
|
|
9445
9488
|
uid: string | null;
|
|
9489
|
+
occupation: string | null;
|
|
9446
9490
|
jobUrl: string | null;
|
|
9447
9491
|
skills: {
|
|
9448
9492
|
name: string;
|
|
@@ -9495,7 +9539,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9495
9539
|
question: string;
|
|
9496
9540
|
}[] | null;
|
|
9497
9541
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
9498
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
9542
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
9499
9543
|
biddingAmount: number | null;
|
|
9500
9544
|
boosted: boolean | null;
|
|
9501
9545
|
boostingAmount: number | null;
|
|
@@ -9796,6 +9840,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
9796
9840
|
interviewing: number | null;
|
|
9797
9841
|
invitesSent: number | null;
|
|
9798
9842
|
}>>;
|
|
9843
|
+
occupation: z.ZodNullable<z.ZodString>;
|
|
9799
9844
|
activityUpdates: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>>;
|
|
9800
9845
|
activity: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodEnum<["4h" | "24h"]>, z.ZodObject<{
|
|
9801
9846
|
proposals: z.ZodObject<{
|
|
@@ -9880,7 +9925,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
9880
9925
|
question: string;
|
|
9881
9926
|
}>, "many">>;
|
|
9882
9927
|
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", "
|
|
9928
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
9884
9929
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
9885
9930
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
9886
9931
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -10015,6 +10060,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10015
10060
|
} | null;
|
|
10016
10061
|
category: string | null;
|
|
10017
10062
|
uid: string | null;
|
|
10063
|
+
occupation: string | null;
|
|
10018
10064
|
jobUrl: string | null;
|
|
10019
10065
|
skills: {
|
|
10020
10066
|
name: string;
|
|
@@ -10067,7 +10113,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10067
10113
|
question: string;
|
|
10068
10114
|
}[] | null;
|
|
10069
10115
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
10070
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
10116
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
10071
10117
|
biddingAmount: number | null;
|
|
10072
10118
|
boosted: boolean | null;
|
|
10073
10119
|
boostingAmount: number | null;
|
|
@@ -10176,6 +10222,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10176
10222
|
} | null;
|
|
10177
10223
|
category: string | null;
|
|
10178
10224
|
uid: string | null;
|
|
10225
|
+
occupation: string | null;
|
|
10179
10226
|
jobUrl: string | null;
|
|
10180
10227
|
skills: {
|
|
10181
10228
|
name: string;
|
|
@@ -10228,7 +10275,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10228
10275
|
question: string;
|
|
10229
10276
|
}[] | null;
|
|
10230
10277
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
10231
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
10278
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
10232
10279
|
biddingAmount: number | null;
|
|
10233
10280
|
boosted: boolean | null;
|
|
10234
10281
|
boostingAmount: number | null;
|
|
@@ -10342,6 +10389,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10342
10389
|
} | null;
|
|
10343
10390
|
category: string | null;
|
|
10344
10391
|
uid: string | null;
|
|
10392
|
+
occupation: string | null;
|
|
10345
10393
|
jobUrl: string | null;
|
|
10346
10394
|
skills: {
|
|
10347
10395
|
name: string;
|
|
@@ -10394,7 +10442,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10394
10442
|
question: string;
|
|
10395
10443
|
}[] | null;
|
|
10396
10444
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
10397
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
10445
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
10398
10446
|
biddingAmount: number | null;
|
|
10399
10447
|
boosted: boolean | null;
|
|
10400
10448
|
boostingAmount: number | null;
|
|
@@ -10508,6 +10556,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10508
10556
|
} | null;
|
|
10509
10557
|
category: string | null;
|
|
10510
10558
|
uid: string | null;
|
|
10559
|
+
occupation: string | null;
|
|
10511
10560
|
jobUrl: string | null;
|
|
10512
10561
|
skills: {
|
|
10513
10562
|
name: string;
|
|
@@ -10560,7 +10609,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10560
10609
|
question: string;
|
|
10561
10610
|
}[] | null;
|
|
10562
10611
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
10563
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
10612
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
10564
10613
|
biddingAmount: number | null;
|
|
10565
10614
|
boosted: boolean | null;
|
|
10566
10615
|
boostingAmount: number | null;
|