lancer-shared 1.2.321 → 1.2.323
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 +22 -5
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +21 -6
- package/dist/bundle.esm.js.map +1 -1
- package/dist/constants/chat.d.ts +3 -0
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/routes.d.ts +1 -0
- package/dist/schemas/account/bidder-account.d.ts +10 -10
- package/dist/schemas/account/scraper-account.d.ts +10 -10
- package/dist/schemas/agent/index.d.ts +50 -50
- package/dist/schemas/bidder/bid.d.ts +352 -352
- package/dist/schemas/campaign/campaign-analytics.d.ts +78 -78
- package/dist/schemas/campaign/campaign-chat-bot.d.ts +4 -4
- package/dist/schemas/chat/index.d.ts +145 -66
- package/dist/schemas/dashboard/index.d.ts +18 -18
- package/dist/schemas/golden-dataset/sample.d.ts +4 -4
- package/dist/schemas/job/index.d.ts +32 -32
- package/dist/schemas/job/nuxt.d.ts +6 -6
- package/dist/schemas/lead/index.d.ts +165 -165
- package/dist/schemas/lead/lead-status.d.ts +2 -2
- package/dist/schemas/logger/feed/feed-job-enrich.d.ts +30 -30
- package/dist/schemas/logger/log-event.d.ts +20 -20
- package/dist/schemas/logger/scraper-events.d.ts +4 -4
- package/dist/schemas/organization/organization-leads.d.ts +2 -2
- package/dist/schemas/plan/index.d.ts +2 -2
- package/dist/schemas/proxy/proxy.d.ts +3 -3
- package/dist/schemas/scraper/scrape-payload.d.ts +44 -44
- package/dist/schemas/scraper/scrape-result.d.ts +28 -28
- package/dist/schemas/transaction/index.d.ts +2 -2
- package/dist/schemas/upwork-talent/index.d.ts +2 -2
- package/dist/schemas/usage/index.d.ts +2 -2
- package/dist/schemas/usage-event/index.d.ts +6 -6
- package/package.json +1 -1
|
@@ -157,9 +157,9 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
157
157
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
158
158
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
159
159
|
}, "strip", z.ZodTypeAny, {
|
|
160
|
-
hourlyRate: number | null;
|
|
161
|
-
jobTitle: string | null;
|
|
162
160
|
freelancerName: string | null;
|
|
161
|
+
jobTitle: string | null;
|
|
162
|
+
hourlyRate: number | null;
|
|
163
163
|
freelancerRating: number | null;
|
|
164
164
|
freelancerFeedback: string | null;
|
|
165
165
|
clientFeedback: string | null;
|
|
@@ -170,9 +170,9 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
170
170
|
numHours: number | null;
|
|
171
171
|
totalBilled: number | null;
|
|
172
172
|
}, {
|
|
173
|
-
hourlyRate: number | null;
|
|
174
|
-
jobTitle: string | null;
|
|
175
173
|
freelancerName: string | null;
|
|
174
|
+
jobTitle: string | null;
|
|
175
|
+
hourlyRate: number | null;
|
|
176
176
|
freelancerRating: number | null;
|
|
177
177
|
freelancerFeedback: string | null;
|
|
178
178
|
clientFeedback: string | null;
|
|
@@ -216,8 +216,8 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
216
216
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
217
217
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
218
218
|
}, "strip", z.ZodTypeAny, {
|
|
219
|
-
unansweredInvites: number | null;
|
|
220
219
|
updatedAt: number | null;
|
|
220
|
+
unansweredInvites: number | null;
|
|
221
221
|
proposals: {
|
|
222
222
|
max: number | null;
|
|
223
223
|
min: number | null;
|
|
@@ -228,8 +228,8 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
228
228
|
interviewing: number | null;
|
|
229
229
|
invitesSent: number | null;
|
|
230
230
|
}, {
|
|
231
|
-
unansweredInvites: number | null;
|
|
232
231
|
updatedAt: number | null;
|
|
232
|
+
unansweredInvites: number | null;
|
|
233
233
|
proposals: {
|
|
234
234
|
max: number | null;
|
|
235
235
|
min: number | null;
|
|
@@ -261,8 +261,8 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
261
261
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
262
262
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
263
263
|
}, "strip", z.ZodTypeAny, {
|
|
264
|
-
unansweredInvites: number | null;
|
|
265
264
|
updatedAt: number | null;
|
|
265
|
+
unansweredInvites: number | null;
|
|
266
266
|
proposals: {
|
|
267
267
|
max: number | null;
|
|
268
268
|
min: number | null;
|
|
@@ -273,8 +273,8 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
273
273
|
interviewing: number | null;
|
|
274
274
|
invitesSent: number | null;
|
|
275
275
|
}, {
|
|
276
|
-
unansweredInvites: number | null;
|
|
277
276
|
updatedAt: number | null;
|
|
277
|
+
unansweredInvites: number | null;
|
|
278
278
|
proposals: {
|
|
279
279
|
max: number | null;
|
|
280
280
|
min: number | null;
|
|
@@ -428,14 +428,15 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
428
428
|
description: string | null;
|
|
429
429
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
430
430
|
datetime: number | null;
|
|
431
|
+
createdAt: number | null;
|
|
432
|
+
updatedAt: number | null;
|
|
433
|
+
proposal: string | null;
|
|
431
434
|
organizationId: string;
|
|
432
435
|
campaignId: string;
|
|
433
436
|
category: string | null;
|
|
434
437
|
uid: string | null;
|
|
435
438
|
questions: string[] | null;
|
|
436
439
|
occupation: string | null;
|
|
437
|
-
createdAt: number | null;
|
|
438
|
-
updatedAt: number | null;
|
|
439
440
|
questionAnswerPairs: {
|
|
440
441
|
answer: string;
|
|
441
442
|
question: string;
|
|
@@ -443,9 +444,9 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
443
444
|
coverLetterTemplateId: string | null;
|
|
444
445
|
jobId: string;
|
|
445
446
|
clientReviews: {
|
|
446
|
-
hourlyRate: number | null;
|
|
447
|
-
jobTitle: string | null;
|
|
448
447
|
freelancerName: string | null;
|
|
448
|
+
jobTitle: string | null;
|
|
449
|
+
hourlyRate: number | null;
|
|
449
450
|
freelancerRating: number | null;
|
|
450
451
|
freelancerFeedback: string | null;
|
|
451
452
|
clientFeedback: string | null;
|
|
@@ -499,8 +500,8 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
499
500
|
avg: number | null;
|
|
500
501
|
} | null;
|
|
501
502
|
jobActivity: {
|
|
502
|
-
unansweredInvites: number | null;
|
|
503
503
|
updatedAt: number | null;
|
|
504
|
+
unansweredInvites: number | null;
|
|
504
505
|
proposals: {
|
|
505
506
|
max: number | null;
|
|
506
507
|
min: number | null;
|
|
@@ -515,7 +516,6 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
515
516
|
scrapedAt: number | null;
|
|
516
517
|
suitabilityRating: number | null;
|
|
517
518
|
suitabilityReason: string | null;
|
|
518
|
-
proposal: string | null;
|
|
519
519
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
520
520
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
521
521
|
biddingAmount: number | null;
|
|
@@ -558,8 +558,8 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
558
558
|
proposalId?: string | undefined;
|
|
559
559
|
wonAmount?: number | undefined;
|
|
560
560
|
activity?: Partial<Record<"4h" | "24h", {
|
|
561
|
-
unansweredInvites: number | null;
|
|
562
561
|
updatedAt: number | null;
|
|
562
|
+
unansweredInvites: number | null;
|
|
563
563
|
proposals: {
|
|
564
564
|
max: number | null;
|
|
565
565
|
min: number | null;
|
|
@@ -594,14 +594,15 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
594
594
|
description: string | null;
|
|
595
595
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
596
596
|
datetime: number | null;
|
|
597
|
+
createdAt: number | null;
|
|
598
|
+
updatedAt: number | null;
|
|
599
|
+
proposal: string | null;
|
|
597
600
|
organizationId: string;
|
|
598
601
|
campaignId: string;
|
|
599
602
|
category: string | null;
|
|
600
603
|
uid: string | null;
|
|
601
604
|
questions: string[] | null;
|
|
602
605
|
occupation: string | null;
|
|
603
|
-
createdAt: number | null;
|
|
604
|
-
updatedAt: number | null;
|
|
605
606
|
questionAnswerPairs: {
|
|
606
607
|
answer: string;
|
|
607
608
|
question: string;
|
|
@@ -609,9 +610,9 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
609
610
|
coverLetterTemplateId: string | null;
|
|
610
611
|
jobId: string;
|
|
611
612
|
clientReviews: {
|
|
612
|
-
hourlyRate: number | null;
|
|
613
|
-
jobTitle: string | null;
|
|
614
613
|
freelancerName: string | null;
|
|
614
|
+
jobTitle: string | null;
|
|
615
|
+
hourlyRate: number | null;
|
|
615
616
|
freelancerRating: number | null;
|
|
616
617
|
freelancerFeedback: string | null;
|
|
617
618
|
clientFeedback: string | null;
|
|
@@ -665,8 +666,8 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
665
666
|
avg: number | null;
|
|
666
667
|
} | null;
|
|
667
668
|
jobActivity: {
|
|
668
|
-
unansweredInvites: number | null;
|
|
669
669
|
updatedAt: number | null;
|
|
670
|
+
unansweredInvites: number | null;
|
|
670
671
|
proposals: {
|
|
671
672
|
max: number | null;
|
|
672
673
|
min: number | null;
|
|
@@ -681,7 +682,6 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
681
682
|
scrapedAt: number | null;
|
|
682
683
|
suitabilityRating: number | null;
|
|
683
684
|
suitabilityReason: string | null;
|
|
684
|
-
proposal: string | null;
|
|
685
685
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
686
686
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
687
687
|
biddingAmount: number | null;
|
|
@@ -724,8 +724,8 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
724
724
|
proposalId?: string | undefined;
|
|
725
725
|
wonAmount?: number | undefined;
|
|
726
726
|
activity?: Partial<Record<"4h" | "24h", {
|
|
727
|
-
unansweredInvites: number | null;
|
|
728
727
|
updatedAt: number | null;
|
|
728
|
+
unansweredInvites: number | null;
|
|
729
729
|
proposals: {
|
|
730
730
|
max: number | null;
|
|
731
731
|
min: number | null;
|
|
@@ -809,14 +809,15 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
809
809
|
description: string | null;
|
|
810
810
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
811
811
|
datetime: number | null;
|
|
812
|
+
createdAt: number | null;
|
|
813
|
+
updatedAt: number | null;
|
|
814
|
+
proposal: string | null;
|
|
812
815
|
organizationId: string;
|
|
813
816
|
campaignId: string;
|
|
814
817
|
category: string | null;
|
|
815
818
|
uid: string | null;
|
|
816
819
|
questions: string[] | null;
|
|
817
820
|
occupation: string | null;
|
|
818
|
-
createdAt: number | null;
|
|
819
|
-
updatedAt: number | null;
|
|
820
821
|
questionAnswerPairs: {
|
|
821
822
|
answer: string;
|
|
822
823
|
question: string;
|
|
@@ -824,9 +825,9 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
824
825
|
coverLetterTemplateId: string | null;
|
|
825
826
|
jobId: string;
|
|
826
827
|
clientReviews: {
|
|
827
|
-
hourlyRate: number | null;
|
|
828
|
-
jobTitle: string | null;
|
|
829
828
|
freelancerName: string | null;
|
|
829
|
+
jobTitle: string | null;
|
|
830
|
+
hourlyRate: number | null;
|
|
830
831
|
freelancerRating: number | null;
|
|
831
832
|
freelancerFeedback: string | null;
|
|
832
833
|
clientFeedback: string | null;
|
|
@@ -880,8 +881,8 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
880
881
|
avg: number | null;
|
|
881
882
|
} | null;
|
|
882
883
|
jobActivity: {
|
|
883
|
-
unansweredInvites: number | null;
|
|
884
884
|
updatedAt: number | null;
|
|
885
|
+
unansweredInvites: number | null;
|
|
885
886
|
proposals: {
|
|
886
887
|
max: number | null;
|
|
887
888
|
min: number | null;
|
|
@@ -896,7 +897,6 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
896
897
|
scrapedAt: number | null;
|
|
897
898
|
suitabilityRating: number | null;
|
|
898
899
|
suitabilityReason: string | null;
|
|
899
|
-
proposal: string | null;
|
|
900
900
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
901
901
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
902
902
|
biddingAmount: number | null;
|
|
@@ -939,8 +939,8 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
939
939
|
proposalId?: string | undefined;
|
|
940
940
|
wonAmount?: number | undefined;
|
|
941
941
|
activity?: Partial<Record<"4h" | "24h", {
|
|
942
|
-
unansweredInvites: number | null;
|
|
943
942
|
updatedAt: number | null;
|
|
943
|
+
unansweredInvites: number | null;
|
|
944
944
|
proposals: {
|
|
945
945
|
max: number | null;
|
|
946
946
|
min: number | null;
|
|
@@ -1003,14 +1003,15 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
1003
1003
|
description: string | null;
|
|
1004
1004
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
1005
1005
|
datetime: number | null;
|
|
1006
|
+
createdAt: number | null;
|
|
1007
|
+
updatedAt: number | null;
|
|
1008
|
+
proposal: string | null;
|
|
1006
1009
|
organizationId: string;
|
|
1007
1010
|
campaignId: string;
|
|
1008
1011
|
category: string | null;
|
|
1009
1012
|
uid: string | null;
|
|
1010
1013
|
questions: string[] | null;
|
|
1011
1014
|
occupation: string | null;
|
|
1012
|
-
createdAt: number | null;
|
|
1013
|
-
updatedAt: number | null;
|
|
1014
1015
|
questionAnswerPairs: {
|
|
1015
1016
|
answer: string;
|
|
1016
1017
|
question: string;
|
|
@@ -1018,9 +1019,9 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
1018
1019
|
coverLetterTemplateId: string | null;
|
|
1019
1020
|
jobId: string;
|
|
1020
1021
|
clientReviews: {
|
|
1021
|
-
hourlyRate: number | null;
|
|
1022
|
-
jobTitle: string | null;
|
|
1023
1022
|
freelancerName: string | null;
|
|
1023
|
+
jobTitle: string | null;
|
|
1024
|
+
hourlyRate: number | null;
|
|
1024
1025
|
freelancerRating: number | null;
|
|
1025
1026
|
freelancerFeedback: string | null;
|
|
1026
1027
|
clientFeedback: string | null;
|
|
@@ -1074,8 +1075,8 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
1074
1075
|
avg: number | null;
|
|
1075
1076
|
} | null;
|
|
1076
1077
|
jobActivity: {
|
|
1077
|
-
unansweredInvites: number | null;
|
|
1078
1078
|
updatedAt: number | null;
|
|
1079
|
+
unansweredInvites: number | null;
|
|
1079
1080
|
proposals: {
|
|
1080
1081
|
max: number | null;
|
|
1081
1082
|
min: number | null;
|
|
@@ -1090,7 +1091,6 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
1090
1091
|
scrapedAt: number | null;
|
|
1091
1092
|
suitabilityRating: number | null;
|
|
1092
1093
|
suitabilityReason: string | null;
|
|
1093
|
-
proposal: string | null;
|
|
1094
1094
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
1095
1095
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
1096
1096
|
biddingAmount: number | null;
|
|
@@ -1133,8 +1133,8 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
1133
1133
|
proposalId?: string | undefined;
|
|
1134
1134
|
wonAmount?: number | undefined;
|
|
1135
1135
|
activity?: Partial<Record<"4h" | "24h", {
|
|
1136
|
-
unansweredInvites: number | null;
|
|
1137
1136
|
updatedAt: number | null;
|
|
1137
|
+
unansweredInvites: number | null;
|
|
1138
1138
|
proposals: {
|
|
1139
1139
|
max: number | null;
|
|
1140
1140
|
min: number | null;
|
|
@@ -1320,9 +1320,9 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1320
1320
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
1321
1321
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
1322
1322
|
}, "strip", z.ZodTypeAny, {
|
|
1323
|
-
hourlyRate: number | null;
|
|
1324
|
-
jobTitle: string | null;
|
|
1325
1323
|
freelancerName: string | null;
|
|
1324
|
+
jobTitle: string | null;
|
|
1325
|
+
hourlyRate: number | null;
|
|
1326
1326
|
freelancerRating: number | null;
|
|
1327
1327
|
freelancerFeedback: string | null;
|
|
1328
1328
|
clientFeedback: string | null;
|
|
@@ -1333,9 +1333,9 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1333
1333
|
numHours: number | null;
|
|
1334
1334
|
totalBilled: number | null;
|
|
1335
1335
|
}, {
|
|
1336
|
-
hourlyRate: number | null;
|
|
1337
|
-
jobTitle: string | null;
|
|
1338
1336
|
freelancerName: string | null;
|
|
1337
|
+
jobTitle: string | null;
|
|
1338
|
+
hourlyRate: number | null;
|
|
1339
1339
|
freelancerRating: number | null;
|
|
1340
1340
|
freelancerFeedback: string | null;
|
|
1341
1341
|
clientFeedback: string | null;
|
|
@@ -1379,8 +1379,8 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1379
1379
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
1380
1380
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
1381
1381
|
}, "strip", z.ZodTypeAny, {
|
|
1382
|
-
unansweredInvites: number | null;
|
|
1383
1382
|
updatedAt: number | null;
|
|
1383
|
+
unansweredInvites: number | null;
|
|
1384
1384
|
proposals: {
|
|
1385
1385
|
max: number | null;
|
|
1386
1386
|
min: number | null;
|
|
@@ -1391,8 +1391,8 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1391
1391
|
interviewing: number | null;
|
|
1392
1392
|
invitesSent: number | null;
|
|
1393
1393
|
}, {
|
|
1394
|
-
unansweredInvites: number | null;
|
|
1395
1394
|
updatedAt: number | null;
|
|
1395
|
+
unansweredInvites: number | null;
|
|
1396
1396
|
proposals: {
|
|
1397
1397
|
max: number | null;
|
|
1398
1398
|
min: number | null;
|
|
@@ -1424,8 +1424,8 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1424
1424
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
1425
1425
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
1426
1426
|
}, "strip", z.ZodTypeAny, {
|
|
1427
|
-
unansweredInvites: number | null;
|
|
1428
1427
|
updatedAt: number | null;
|
|
1428
|
+
unansweredInvites: number | null;
|
|
1429
1429
|
proposals: {
|
|
1430
1430
|
max: number | null;
|
|
1431
1431
|
min: number | null;
|
|
@@ -1436,8 +1436,8 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1436
1436
|
interviewing: number | null;
|
|
1437
1437
|
invitesSent: number | null;
|
|
1438
1438
|
}, {
|
|
1439
|
-
unansweredInvites: number | null;
|
|
1440
1439
|
updatedAt: number | null;
|
|
1440
|
+
unansweredInvites: number | null;
|
|
1441
1441
|
proposals: {
|
|
1442
1442
|
max: number | null;
|
|
1443
1443
|
min: number | null;
|
|
@@ -1591,14 +1591,15 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1591
1591
|
description: string | null;
|
|
1592
1592
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
1593
1593
|
datetime: number | null;
|
|
1594
|
+
createdAt: number | null;
|
|
1595
|
+
updatedAt: number | null;
|
|
1596
|
+
proposal: string | null;
|
|
1594
1597
|
organizationId: string;
|
|
1595
1598
|
campaignId: string;
|
|
1596
1599
|
category: string | null;
|
|
1597
1600
|
uid: string | null;
|
|
1598
1601
|
questions: string[] | null;
|
|
1599
1602
|
occupation: string | null;
|
|
1600
|
-
createdAt: number | null;
|
|
1601
|
-
updatedAt: number | null;
|
|
1602
1603
|
questionAnswerPairs: {
|
|
1603
1604
|
answer: string;
|
|
1604
1605
|
question: string;
|
|
@@ -1606,9 +1607,9 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1606
1607
|
coverLetterTemplateId: string | null;
|
|
1607
1608
|
jobId: string;
|
|
1608
1609
|
clientReviews: {
|
|
1609
|
-
hourlyRate: number | null;
|
|
1610
|
-
jobTitle: string | null;
|
|
1611
1610
|
freelancerName: string | null;
|
|
1611
|
+
jobTitle: string | null;
|
|
1612
|
+
hourlyRate: number | null;
|
|
1612
1613
|
freelancerRating: number | null;
|
|
1613
1614
|
freelancerFeedback: string | null;
|
|
1614
1615
|
clientFeedback: string | null;
|
|
@@ -1662,8 +1663,8 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1662
1663
|
avg: number | null;
|
|
1663
1664
|
} | null;
|
|
1664
1665
|
jobActivity: {
|
|
1665
|
-
unansweredInvites: number | null;
|
|
1666
1666
|
updatedAt: number | null;
|
|
1667
|
+
unansweredInvites: number | null;
|
|
1667
1668
|
proposals: {
|
|
1668
1669
|
max: number | null;
|
|
1669
1670
|
min: number | null;
|
|
@@ -1678,7 +1679,6 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1678
1679
|
scrapedAt: number | null;
|
|
1679
1680
|
suitabilityRating: number | null;
|
|
1680
1681
|
suitabilityReason: string | null;
|
|
1681
|
-
proposal: string | null;
|
|
1682
1682
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
1683
1683
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
1684
1684
|
biddingAmount: number | null;
|
|
@@ -1721,8 +1721,8 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1721
1721
|
proposalId?: string | undefined;
|
|
1722
1722
|
wonAmount?: number | undefined;
|
|
1723
1723
|
activity?: Partial<Record<"4h" | "24h", {
|
|
1724
|
-
unansweredInvites: number | null;
|
|
1725
1724
|
updatedAt: number | null;
|
|
1725
|
+
unansweredInvites: number | null;
|
|
1726
1726
|
proposals: {
|
|
1727
1727
|
max: number | null;
|
|
1728
1728
|
min: number | null;
|
|
@@ -1757,14 +1757,15 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1757
1757
|
description: string | null;
|
|
1758
1758
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
1759
1759
|
datetime: number | null;
|
|
1760
|
+
createdAt: number | null;
|
|
1761
|
+
updatedAt: number | null;
|
|
1762
|
+
proposal: string | null;
|
|
1760
1763
|
organizationId: string;
|
|
1761
1764
|
campaignId: string;
|
|
1762
1765
|
category: string | null;
|
|
1763
1766
|
uid: string | null;
|
|
1764
1767
|
questions: string[] | null;
|
|
1765
1768
|
occupation: string | null;
|
|
1766
|
-
createdAt: number | null;
|
|
1767
|
-
updatedAt: number | null;
|
|
1768
1769
|
questionAnswerPairs: {
|
|
1769
1770
|
answer: string;
|
|
1770
1771
|
question: string;
|
|
@@ -1772,9 +1773,9 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1772
1773
|
coverLetterTemplateId: string | null;
|
|
1773
1774
|
jobId: string;
|
|
1774
1775
|
clientReviews: {
|
|
1775
|
-
hourlyRate: number | null;
|
|
1776
|
-
jobTitle: string | null;
|
|
1777
1776
|
freelancerName: string | null;
|
|
1777
|
+
jobTitle: string | null;
|
|
1778
|
+
hourlyRate: number | null;
|
|
1778
1779
|
freelancerRating: number | null;
|
|
1779
1780
|
freelancerFeedback: string | null;
|
|
1780
1781
|
clientFeedback: string | null;
|
|
@@ -1828,8 +1829,8 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1828
1829
|
avg: number | null;
|
|
1829
1830
|
} | null;
|
|
1830
1831
|
jobActivity: {
|
|
1831
|
-
unansweredInvites: number | null;
|
|
1832
1832
|
updatedAt: number | null;
|
|
1833
|
+
unansweredInvites: number | null;
|
|
1833
1834
|
proposals: {
|
|
1834
1835
|
max: number | null;
|
|
1835
1836
|
min: number | null;
|
|
@@ -1844,7 +1845,6 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1844
1845
|
scrapedAt: number | null;
|
|
1845
1846
|
suitabilityRating: number | null;
|
|
1846
1847
|
suitabilityReason: string | null;
|
|
1847
|
-
proposal: string | null;
|
|
1848
1848
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
1849
1849
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
1850
1850
|
biddingAmount: number | null;
|
|
@@ -1887,8 +1887,8 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1887
1887
|
proposalId?: string | undefined;
|
|
1888
1888
|
wonAmount?: number | undefined;
|
|
1889
1889
|
activity?: Partial<Record<"4h" | "24h", {
|
|
1890
|
-
unansweredInvites: number | null;
|
|
1891
1890
|
updatedAt: number | null;
|
|
1891
|
+
unansweredInvites: number | null;
|
|
1892
1892
|
proposals: {
|
|
1893
1893
|
max: number | null;
|
|
1894
1894
|
min: number | null;
|
|
@@ -1975,14 +1975,15 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1975
1975
|
description: string | null;
|
|
1976
1976
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
1977
1977
|
datetime: number | null;
|
|
1978
|
+
createdAt: number | null;
|
|
1979
|
+
updatedAt: number | null;
|
|
1980
|
+
proposal: string | null;
|
|
1978
1981
|
organizationId: string;
|
|
1979
1982
|
campaignId: string;
|
|
1980
1983
|
category: string | null;
|
|
1981
1984
|
uid: string | null;
|
|
1982
1985
|
questions: string[] | null;
|
|
1983
1986
|
occupation: string | null;
|
|
1984
|
-
createdAt: number | null;
|
|
1985
|
-
updatedAt: number | null;
|
|
1986
1987
|
questionAnswerPairs: {
|
|
1987
1988
|
answer: string;
|
|
1988
1989
|
question: string;
|
|
@@ -1990,9 +1991,9 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
1990
1991
|
coverLetterTemplateId: string | null;
|
|
1991
1992
|
jobId: string;
|
|
1992
1993
|
clientReviews: {
|
|
1993
|
-
hourlyRate: number | null;
|
|
1994
|
-
jobTitle: string | null;
|
|
1995
1994
|
freelancerName: string | null;
|
|
1995
|
+
jobTitle: string | null;
|
|
1996
|
+
hourlyRate: number | null;
|
|
1996
1997
|
freelancerRating: number | null;
|
|
1997
1998
|
freelancerFeedback: string | null;
|
|
1998
1999
|
clientFeedback: string | null;
|
|
@@ -2046,8 +2047,8 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
2046
2047
|
avg: number | null;
|
|
2047
2048
|
} | null;
|
|
2048
2049
|
jobActivity: {
|
|
2049
|
-
unansweredInvites: number | null;
|
|
2050
2050
|
updatedAt: number | null;
|
|
2051
|
+
unansweredInvites: number | null;
|
|
2051
2052
|
proposals: {
|
|
2052
2053
|
max: number | null;
|
|
2053
2054
|
min: number | null;
|
|
@@ -2062,7 +2063,6 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
2062
2063
|
scrapedAt: number | null;
|
|
2063
2064
|
suitabilityRating: number | null;
|
|
2064
2065
|
suitabilityReason: string | null;
|
|
2065
|
-
proposal: string | null;
|
|
2066
2066
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
2067
2067
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
2068
2068
|
biddingAmount: number | null;
|
|
@@ -2105,8 +2105,8 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
2105
2105
|
proposalId?: string | undefined;
|
|
2106
2106
|
wonAmount?: number | undefined;
|
|
2107
2107
|
activity?: Partial<Record<"4h" | "24h", {
|
|
2108
|
-
unansweredInvites: number | null;
|
|
2109
2108
|
updatedAt: number | null;
|
|
2109
|
+
unansweredInvites: number | null;
|
|
2110
2110
|
proposals: {
|
|
2111
2111
|
max: number | null;
|
|
2112
2112
|
min: number | null;
|
|
@@ -2170,14 +2170,15 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
2170
2170
|
description: string | null;
|
|
2171
2171
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
2172
2172
|
datetime: number | null;
|
|
2173
|
+
createdAt: number | null;
|
|
2174
|
+
updatedAt: number | null;
|
|
2175
|
+
proposal: string | null;
|
|
2173
2176
|
organizationId: string;
|
|
2174
2177
|
campaignId: string;
|
|
2175
2178
|
category: string | null;
|
|
2176
2179
|
uid: string | null;
|
|
2177
2180
|
questions: string[] | null;
|
|
2178
2181
|
occupation: string | null;
|
|
2179
|
-
createdAt: number | null;
|
|
2180
|
-
updatedAt: number | null;
|
|
2181
2182
|
questionAnswerPairs: {
|
|
2182
2183
|
answer: string;
|
|
2183
2184
|
question: string;
|
|
@@ -2185,9 +2186,9 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
2185
2186
|
coverLetterTemplateId: string | null;
|
|
2186
2187
|
jobId: string;
|
|
2187
2188
|
clientReviews: {
|
|
2188
|
-
hourlyRate: number | null;
|
|
2189
|
-
jobTitle: string | null;
|
|
2190
2189
|
freelancerName: string | null;
|
|
2190
|
+
jobTitle: string | null;
|
|
2191
|
+
hourlyRate: number | null;
|
|
2191
2192
|
freelancerRating: number | null;
|
|
2192
2193
|
freelancerFeedback: string | null;
|
|
2193
2194
|
clientFeedback: string | null;
|
|
@@ -2241,8 +2242,8 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
2241
2242
|
avg: number | null;
|
|
2242
2243
|
} | null;
|
|
2243
2244
|
jobActivity: {
|
|
2244
|
-
unansweredInvites: number | null;
|
|
2245
2245
|
updatedAt: number | null;
|
|
2246
|
+
unansweredInvites: number | null;
|
|
2246
2247
|
proposals: {
|
|
2247
2248
|
max: number | null;
|
|
2248
2249
|
min: number | null;
|
|
@@ -2257,7 +2258,6 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
2257
2258
|
scrapedAt: number | null;
|
|
2258
2259
|
suitabilityRating: number | null;
|
|
2259
2260
|
suitabilityReason: string | null;
|
|
2260
|
-
proposal: string | null;
|
|
2261
2261
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
2262
2262
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
2263
2263
|
biddingAmount: number | null;
|
|
@@ -2300,8 +2300,8 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<z.objectUtil.e
|
|
|
2300
2300
|
proposalId?: string | undefined;
|
|
2301
2301
|
wonAmount?: number | undefined;
|
|
2302
2302
|
activity?: Partial<Record<"4h" | "24h", {
|
|
2303
|
-
unansweredInvites: number | null;
|
|
2304
2303
|
updatedAt: number | null;
|
|
2304
|
+
unansweredInvites: number | null;
|
|
2305
2305
|
proposals: {
|
|
2306
2306
|
max: number | null;
|
|
2307
2307
|
min: number | null;
|
|
@@ -2487,9 +2487,9 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2487
2487
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
2488
2488
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
2489
2489
|
}, "strip", z.ZodTypeAny, {
|
|
2490
|
-
hourlyRate: number | null;
|
|
2491
|
-
jobTitle: string | null;
|
|
2492
2490
|
freelancerName: string | null;
|
|
2491
|
+
jobTitle: string | null;
|
|
2492
|
+
hourlyRate: number | null;
|
|
2493
2493
|
freelancerRating: number | null;
|
|
2494
2494
|
freelancerFeedback: string | null;
|
|
2495
2495
|
clientFeedback: string | null;
|
|
@@ -2500,9 +2500,9 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2500
2500
|
numHours: number | null;
|
|
2501
2501
|
totalBilled: number | null;
|
|
2502
2502
|
}, {
|
|
2503
|
-
hourlyRate: number | null;
|
|
2504
|
-
jobTitle: string | null;
|
|
2505
2503
|
freelancerName: string | null;
|
|
2504
|
+
jobTitle: string | null;
|
|
2505
|
+
hourlyRate: number | null;
|
|
2506
2506
|
freelancerRating: number | null;
|
|
2507
2507
|
freelancerFeedback: string | null;
|
|
2508
2508
|
clientFeedback: string | null;
|
|
@@ -2546,8 +2546,8 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2546
2546
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
2547
2547
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
2548
2548
|
}, "strip", z.ZodTypeAny, {
|
|
2549
|
-
unansweredInvites: number | null;
|
|
2550
2549
|
updatedAt: number | null;
|
|
2550
|
+
unansweredInvites: number | null;
|
|
2551
2551
|
proposals: {
|
|
2552
2552
|
max: number | null;
|
|
2553
2553
|
min: number | null;
|
|
@@ -2558,8 +2558,8 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2558
2558
|
interviewing: number | null;
|
|
2559
2559
|
invitesSent: number | null;
|
|
2560
2560
|
}, {
|
|
2561
|
-
unansweredInvites: number | null;
|
|
2562
2561
|
updatedAt: number | null;
|
|
2562
|
+
unansweredInvites: number | null;
|
|
2563
2563
|
proposals: {
|
|
2564
2564
|
max: number | null;
|
|
2565
2565
|
min: number | null;
|
|
@@ -2591,8 +2591,8 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2591
2591
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
2592
2592
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
2593
2593
|
}, "strip", z.ZodTypeAny, {
|
|
2594
|
-
unansweredInvites: number | null;
|
|
2595
2594
|
updatedAt: number | null;
|
|
2595
|
+
unansweredInvites: number | null;
|
|
2596
2596
|
proposals: {
|
|
2597
2597
|
max: number | null;
|
|
2598
2598
|
min: number | null;
|
|
@@ -2603,8 +2603,8 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2603
2603
|
interviewing: number | null;
|
|
2604
2604
|
invitesSent: number | null;
|
|
2605
2605
|
}, {
|
|
2606
|
-
unansweredInvites: number | null;
|
|
2607
2606
|
updatedAt: number | null;
|
|
2607
|
+
unansweredInvites: number | null;
|
|
2608
2608
|
proposals: {
|
|
2609
2609
|
max: number | null;
|
|
2610
2610
|
min: number | null;
|
|
@@ -2758,14 +2758,15 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2758
2758
|
description: string | null;
|
|
2759
2759
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
2760
2760
|
datetime: number | null;
|
|
2761
|
+
createdAt: number | null;
|
|
2762
|
+
updatedAt: number | null;
|
|
2763
|
+
proposal: string | null;
|
|
2761
2764
|
organizationId: string;
|
|
2762
2765
|
campaignId: string;
|
|
2763
2766
|
category: string | null;
|
|
2764
2767
|
uid: string | null;
|
|
2765
2768
|
questions: string[] | null;
|
|
2766
2769
|
occupation: string | null;
|
|
2767
|
-
createdAt: number | null;
|
|
2768
|
-
updatedAt: number | null;
|
|
2769
2770
|
questionAnswerPairs: {
|
|
2770
2771
|
answer: string;
|
|
2771
2772
|
question: string;
|
|
@@ -2773,9 +2774,9 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2773
2774
|
coverLetterTemplateId: string | null;
|
|
2774
2775
|
jobId: string;
|
|
2775
2776
|
clientReviews: {
|
|
2776
|
-
hourlyRate: number | null;
|
|
2777
|
-
jobTitle: string | null;
|
|
2778
2777
|
freelancerName: string | null;
|
|
2778
|
+
jobTitle: string | null;
|
|
2779
|
+
hourlyRate: number | null;
|
|
2779
2780
|
freelancerRating: number | null;
|
|
2780
2781
|
freelancerFeedback: string | null;
|
|
2781
2782
|
clientFeedback: string | null;
|
|
@@ -2829,8 +2830,8 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2829
2830
|
avg: number | null;
|
|
2830
2831
|
} | null;
|
|
2831
2832
|
jobActivity: {
|
|
2832
|
-
unansweredInvites: number | null;
|
|
2833
2833
|
updatedAt: number | null;
|
|
2834
|
+
unansweredInvites: number | null;
|
|
2834
2835
|
proposals: {
|
|
2835
2836
|
max: number | null;
|
|
2836
2837
|
min: number | null;
|
|
@@ -2845,7 +2846,6 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2845
2846
|
scrapedAt: number | null;
|
|
2846
2847
|
suitabilityRating: number | null;
|
|
2847
2848
|
suitabilityReason: string | null;
|
|
2848
|
-
proposal: string | null;
|
|
2849
2849
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
2850
2850
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
2851
2851
|
biddingAmount: number | null;
|
|
@@ -2888,8 +2888,8 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2888
2888
|
proposalId?: string | undefined;
|
|
2889
2889
|
wonAmount?: number | undefined;
|
|
2890
2890
|
activity?: Partial<Record<"4h" | "24h", {
|
|
2891
|
-
unansweredInvites: number | null;
|
|
2892
2891
|
updatedAt: number | null;
|
|
2892
|
+
unansweredInvites: number | null;
|
|
2893
2893
|
proposals: {
|
|
2894
2894
|
max: number | null;
|
|
2895
2895
|
min: number | null;
|
|
@@ -2924,14 +2924,15 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2924
2924
|
description: string | null;
|
|
2925
2925
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
2926
2926
|
datetime: number | null;
|
|
2927
|
+
createdAt: number | null;
|
|
2928
|
+
updatedAt: number | null;
|
|
2929
|
+
proposal: string | null;
|
|
2927
2930
|
organizationId: string;
|
|
2928
2931
|
campaignId: string;
|
|
2929
2932
|
category: string | null;
|
|
2930
2933
|
uid: string | null;
|
|
2931
2934
|
questions: string[] | null;
|
|
2932
2935
|
occupation: string | null;
|
|
2933
|
-
createdAt: number | null;
|
|
2934
|
-
updatedAt: number | null;
|
|
2935
2936
|
questionAnswerPairs: {
|
|
2936
2937
|
answer: string;
|
|
2937
2938
|
question: string;
|
|
@@ -2939,9 +2940,9 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2939
2940
|
coverLetterTemplateId: string | null;
|
|
2940
2941
|
jobId: string;
|
|
2941
2942
|
clientReviews: {
|
|
2942
|
-
hourlyRate: number | null;
|
|
2943
|
-
jobTitle: string | null;
|
|
2944
2943
|
freelancerName: string | null;
|
|
2944
|
+
jobTitle: string | null;
|
|
2945
|
+
hourlyRate: number | null;
|
|
2945
2946
|
freelancerRating: number | null;
|
|
2946
2947
|
freelancerFeedback: string | null;
|
|
2947
2948
|
clientFeedback: string | null;
|
|
@@ -2995,8 +2996,8 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2995
2996
|
avg: number | null;
|
|
2996
2997
|
} | null;
|
|
2997
2998
|
jobActivity: {
|
|
2998
|
-
unansweredInvites: number | null;
|
|
2999
2999
|
updatedAt: number | null;
|
|
3000
|
+
unansweredInvites: number | null;
|
|
3000
3001
|
proposals: {
|
|
3001
3002
|
max: number | null;
|
|
3002
3003
|
min: number | null;
|
|
@@ -3011,7 +3012,6 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3011
3012
|
scrapedAt: number | null;
|
|
3012
3013
|
suitabilityRating: number | null;
|
|
3013
3014
|
suitabilityReason: string | null;
|
|
3014
|
-
proposal: string | null;
|
|
3015
3015
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
3016
3016
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
3017
3017
|
biddingAmount: number | null;
|
|
@@ -3054,8 +3054,8 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3054
3054
|
proposalId?: string | undefined;
|
|
3055
3055
|
wonAmount?: number | undefined;
|
|
3056
3056
|
activity?: Partial<Record<"4h" | "24h", {
|
|
3057
|
-
unansweredInvites: number | null;
|
|
3058
3057
|
updatedAt: number | null;
|
|
3058
|
+
unansweredInvites: number | null;
|
|
3059
3059
|
proposals: {
|
|
3060
3060
|
max: number | null;
|
|
3061
3061
|
min: number | null;
|
|
@@ -3145,14 +3145,15 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3145
3145
|
description: string | null;
|
|
3146
3146
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
3147
3147
|
datetime: number | null;
|
|
3148
|
+
createdAt: number | null;
|
|
3149
|
+
updatedAt: number | null;
|
|
3150
|
+
proposal: string | null;
|
|
3148
3151
|
organizationId: string;
|
|
3149
3152
|
campaignId: string;
|
|
3150
3153
|
category: string | null;
|
|
3151
3154
|
uid: string | null;
|
|
3152
3155
|
questions: string[] | null;
|
|
3153
3156
|
occupation: string | null;
|
|
3154
|
-
createdAt: number | null;
|
|
3155
|
-
updatedAt: number | null;
|
|
3156
3157
|
questionAnswerPairs: {
|
|
3157
3158
|
answer: string;
|
|
3158
3159
|
question: string;
|
|
@@ -3160,9 +3161,9 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3160
3161
|
coverLetterTemplateId: string | null;
|
|
3161
3162
|
jobId: string;
|
|
3162
3163
|
clientReviews: {
|
|
3163
|
-
hourlyRate: number | null;
|
|
3164
|
-
jobTitle: string | null;
|
|
3165
3164
|
freelancerName: string | null;
|
|
3165
|
+
jobTitle: string | null;
|
|
3166
|
+
hourlyRate: number | null;
|
|
3166
3167
|
freelancerRating: number | null;
|
|
3167
3168
|
freelancerFeedback: string | null;
|
|
3168
3169
|
clientFeedback: string | null;
|
|
@@ -3216,8 +3217,8 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3216
3217
|
avg: number | null;
|
|
3217
3218
|
} | null;
|
|
3218
3219
|
jobActivity: {
|
|
3219
|
-
unansweredInvites: number | null;
|
|
3220
3220
|
updatedAt: number | null;
|
|
3221
|
+
unansweredInvites: number | null;
|
|
3221
3222
|
proposals: {
|
|
3222
3223
|
max: number | null;
|
|
3223
3224
|
min: number | null;
|
|
@@ -3232,7 +3233,6 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3232
3233
|
scrapedAt: number | null;
|
|
3233
3234
|
suitabilityRating: number | null;
|
|
3234
3235
|
suitabilityReason: string | null;
|
|
3235
|
-
proposal: string | null;
|
|
3236
3236
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
3237
3237
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
3238
3238
|
biddingAmount: number | null;
|
|
@@ -3275,8 +3275,8 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3275
3275
|
proposalId?: string | undefined;
|
|
3276
3276
|
wonAmount?: number | undefined;
|
|
3277
3277
|
activity?: Partial<Record<"4h" | "24h", {
|
|
3278
|
-
unansweredInvites: number | null;
|
|
3279
3278
|
updatedAt: number | null;
|
|
3279
|
+
unansweredInvites: number | null;
|
|
3280
3280
|
proposals: {
|
|
3281
3281
|
max: number | null;
|
|
3282
3282
|
min: number | null;
|
|
@@ -3342,14 +3342,15 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3342
3342
|
description: string | null;
|
|
3343
3343
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
3344
3344
|
datetime: number | null;
|
|
3345
|
+
createdAt: number | null;
|
|
3346
|
+
updatedAt: number | null;
|
|
3347
|
+
proposal: string | null;
|
|
3345
3348
|
organizationId: string;
|
|
3346
3349
|
campaignId: string;
|
|
3347
3350
|
category: string | null;
|
|
3348
3351
|
uid: string | null;
|
|
3349
3352
|
questions: string[] | null;
|
|
3350
3353
|
occupation: string | null;
|
|
3351
|
-
createdAt: number | null;
|
|
3352
|
-
updatedAt: number | null;
|
|
3353
3354
|
questionAnswerPairs: {
|
|
3354
3355
|
answer: string;
|
|
3355
3356
|
question: string;
|
|
@@ -3357,9 +3358,9 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3357
3358
|
coverLetterTemplateId: string | null;
|
|
3358
3359
|
jobId: string;
|
|
3359
3360
|
clientReviews: {
|
|
3360
|
-
hourlyRate: number | null;
|
|
3361
|
-
jobTitle: string | null;
|
|
3362
3361
|
freelancerName: string | null;
|
|
3362
|
+
jobTitle: string | null;
|
|
3363
|
+
hourlyRate: number | null;
|
|
3363
3364
|
freelancerRating: number | null;
|
|
3364
3365
|
freelancerFeedback: string | null;
|
|
3365
3366
|
clientFeedback: string | null;
|
|
@@ -3413,8 +3414,8 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3413
3414
|
avg: number | null;
|
|
3414
3415
|
} | null;
|
|
3415
3416
|
jobActivity: {
|
|
3416
|
-
unansweredInvites: number | null;
|
|
3417
3417
|
updatedAt: number | null;
|
|
3418
|
+
unansweredInvites: number | null;
|
|
3418
3419
|
proposals: {
|
|
3419
3420
|
max: number | null;
|
|
3420
3421
|
min: number | null;
|
|
@@ -3429,7 +3430,6 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3429
3430
|
scrapedAt: number | null;
|
|
3430
3431
|
suitabilityRating: number | null;
|
|
3431
3432
|
suitabilityReason: string | null;
|
|
3432
|
-
proposal: string | null;
|
|
3433
3433
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
3434
3434
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
3435
3435
|
biddingAmount: number | null;
|
|
@@ -3472,8 +3472,8 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3472
3472
|
proposalId?: string | undefined;
|
|
3473
3473
|
wonAmount?: number | undefined;
|
|
3474
3474
|
activity?: Partial<Record<"4h" | "24h", {
|
|
3475
|
-
unansweredInvites: number | null;
|
|
3476
3475
|
updatedAt: number | null;
|
|
3476
|
+
unansweredInvites: number | null;
|
|
3477
3477
|
proposals: {
|
|
3478
3478
|
max: number | null;
|
|
3479
3479
|
min: number | null;
|
|
@@ -3660,9 +3660,9 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3660
3660
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
3661
3661
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
3662
3662
|
}, "strip", z.ZodTypeAny, {
|
|
3663
|
-
hourlyRate: number | null;
|
|
3664
|
-
jobTitle: string | null;
|
|
3665
3663
|
freelancerName: string | null;
|
|
3664
|
+
jobTitle: string | null;
|
|
3665
|
+
hourlyRate: number | null;
|
|
3666
3666
|
freelancerRating: number | null;
|
|
3667
3667
|
freelancerFeedback: string | null;
|
|
3668
3668
|
clientFeedback: string | null;
|
|
@@ -3673,9 +3673,9 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3673
3673
|
numHours: number | null;
|
|
3674
3674
|
totalBilled: number | null;
|
|
3675
3675
|
}, {
|
|
3676
|
-
hourlyRate: number | null;
|
|
3677
|
-
jobTitle: string | null;
|
|
3678
3676
|
freelancerName: string | null;
|
|
3677
|
+
jobTitle: string | null;
|
|
3678
|
+
hourlyRate: number | null;
|
|
3679
3679
|
freelancerRating: number | null;
|
|
3680
3680
|
freelancerFeedback: string | null;
|
|
3681
3681
|
clientFeedback: string | null;
|
|
@@ -3719,8 +3719,8 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3719
3719
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
3720
3720
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
3721
3721
|
}, "strip", z.ZodTypeAny, {
|
|
3722
|
-
unansweredInvites: number | null;
|
|
3723
3722
|
updatedAt: number | null;
|
|
3723
|
+
unansweredInvites: number | null;
|
|
3724
3724
|
proposals: {
|
|
3725
3725
|
max: number | null;
|
|
3726
3726
|
min: number | null;
|
|
@@ -3731,8 +3731,8 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3731
3731
|
interviewing: number | null;
|
|
3732
3732
|
invitesSent: number | null;
|
|
3733
3733
|
}, {
|
|
3734
|
-
unansweredInvites: number | null;
|
|
3735
3734
|
updatedAt: number | null;
|
|
3735
|
+
unansweredInvites: number | null;
|
|
3736
3736
|
proposals: {
|
|
3737
3737
|
max: number | null;
|
|
3738
3738
|
min: number | null;
|
|
@@ -3764,8 +3764,8 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3764
3764
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
3765
3765
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
3766
3766
|
}, "strip", z.ZodTypeAny, {
|
|
3767
|
-
unansweredInvites: number | null;
|
|
3768
3767
|
updatedAt: number | null;
|
|
3768
|
+
unansweredInvites: number | null;
|
|
3769
3769
|
proposals: {
|
|
3770
3770
|
max: number | null;
|
|
3771
3771
|
min: number | null;
|
|
@@ -3776,8 +3776,8 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3776
3776
|
interviewing: number | null;
|
|
3777
3777
|
invitesSent: number | null;
|
|
3778
3778
|
}, {
|
|
3779
|
-
unansweredInvites: number | null;
|
|
3780
3779
|
updatedAt: number | null;
|
|
3780
|
+
unansweredInvites: number | null;
|
|
3781
3781
|
proposals: {
|
|
3782
3782
|
max: number | null;
|
|
3783
3783
|
min: number | null;
|
|
@@ -3931,14 +3931,15 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3931
3931
|
description: string | null;
|
|
3932
3932
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
3933
3933
|
datetime: number | null;
|
|
3934
|
+
createdAt: number | null;
|
|
3935
|
+
updatedAt: number | null;
|
|
3936
|
+
proposal: string | null;
|
|
3934
3937
|
organizationId: string;
|
|
3935
3938
|
campaignId: string;
|
|
3936
3939
|
category: string | null;
|
|
3937
3940
|
uid: string | null;
|
|
3938
3941
|
questions: string[] | null;
|
|
3939
3942
|
occupation: string | null;
|
|
3940
|
-
createdAt: number | null;
|
|
3941
|
-
updatedAt: number | null;
|
|
3942
3943
|
questionAnswerPairs: {
|
|
3943
3944
|
answer: string;
|
|
3944
3945
|
question: string;
|
|
@@ -3946,9 +3947,9 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3946
3947
|
coverLetterTemplateId: string | null;
|
|
3947
3948
|
jobId: string;
|
|
3948
3949
|
clientReviews: {
|
|
3949
|
-
hourlyRate: number | null;
|
|
3950
|
-
jobTitle: string | null;
|
|
3951
3950
|
freelancerName: string | null;
|
|
3951
|
+
jobTitle: string | null;
|
|
3952
|
+
hourlyRate: number | null;
|
|
3952
3953
|
freelancerRating: number | null;
|
|
3953
3954
|
freelancerFeedback: string | null;
|
|
3954
3955
|
clientFeedback: string | null;
|
|
@@ -4002,8 +4003,8 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4002
4003
|
avg: number | null;
|
|
4003
4004
|
} | null;
|
|
4004
4005
|
jobActivity: {
|
|
4005
|
-
unansweredInvites: number | null;
|
|
4006
4006
|
updatedAt: number | null;
|
|
4007
|
+
unansweredInvites: number | null;
|
|
4007
4008
|
proposals: {
|
|
4008
4009
|
max: number | null;
|
|
4009
4010
|
min: number | null;
|
|
@@ -4018,7 +4019,6 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4018
4019
|
scrapedAt: number | null;
|
|
4019
4020
|
suitabilityRating: number | null;
|
|
4020
4021
|
suitabilityReason: string | null;
|
|
4021
|
-
proposal: string | null;
|
|
4022
4022
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
4023
4023
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
4024
4024
|
biddingAmount: number | null;
|
|
@@ -4061,8 +4061,8 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4061
4061
|
proposalId?: string | undefined;
|
|
4062
4062
|
wonAmount?: number | undefined;
|
|
4063
4063
|
activity?: Partial<Record<"4h" | "24h", {
|
|
4064
|
-
unansweredInvites: number | null;
|
|
4065
4064
|
updatedAt: number | null;
|
|
4065
|
+
unansweredInvites: number | null;
|
|
4066
4066
|
proposals: {
|
|
4067
4067
|
max: number | null;
|
|
4068
4068
|
min: number | null;
|
|
@@ -4097,14 +4097,15 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4097
4097
|
description: string | null;
|
|
4098
4098
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
4099
4099
|
datetime: number | null;
|
|
4100
|
+
createdAt: number | null;
|
|
4101
|
+
updatedAt: number | null;
|
|
4102
|
+
proposal: string | null;
|
|
4100
4103
|
organizationId: string;
|
|
4101
4104
|
campaignId: string;
|
|
4102
4105
|
category: string | null;
|
|
4103
4106
|
uid: string | null;
|
|
4104
4107
|
questions: string[] | null;
|
|
4105
4108
|
occupation: string | null;
|
|
4106
|
-
createdAt: number | null;
|
|
4107
|
-
updatedAt: number | null;
|
|
4108
4109
|
questionAnswerPairs: {
|
|
4109
4110
|
answer: string;
|
|
4110
4111
|
question: string;
|
|
@@ -4112,9 +4113,9 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4112
4113
|
coverLetterTemplateId: string | null;
|
|
4113
4114
|
jobId: string;
|
|
4114
4115
|
clientReviews: {
|
|
4115
|
-
hourlyRate: number | null;
|
|
4116
|
-
jobTitle: string | null;
|
|
4117
4116
|
freelancerName: string | null;
|
|
4117
|
+
jobTitle: string | null;
|
|
4118
|
+
hourlyRate: number | null;
|
|
4118
4119
|
freelancerRating: number | null;
|
|
4119
4120
|
freelancerFeedback: string | null;
|
|
4120
4121
|
clientFeedback: string | null;
|
|
@@ -4168,8 +4169,8 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4168
4169
|
avg: number | null;
|
|
4169
4170
|
} | null;
|
|
4170
4171
|
jobActivity: {
|
|
4171
|
-
unansweredInvites: number | null;
|
|
4172
4172
|
updatedAt: number | null;
|
|
4173
|
+
unansweredInvites: number | null;
|
|
4173
4174
|
proposals: {
|
|
4174
4175
|
max: number | null;
|
|
4175
4176
|
min: number | null;
|
|
@@ -4184,7 +4185,6 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4184
4185
|
scrapedAt: number | null;
|
|
4185
4186
|
suitabilityRating: number | null;
|
|
4186
4187
|
suitabilityReason: string | null;
|
|
4187
|
-
proposal: string | null;
|
|
4188
4188
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
4189
4189
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
4190
4190
|
biddingAmount: number | null;
|
|
@@ -4227,8 +4227,8 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4227
4227
|
proposalId?: string | undefined;
|
|
4228
4228
|
wonAmount?: number | undefined;
|
|
4229
4229
|
activity?: Partial<Record<"4h" | "24h", {
|
|
4230
|
-
unansweredInvites: number | null;
|
|
4231
4230
|
updatedAt: number | null;
|
|
4231
|
+
unansweredInvites: number | null;
|
|
4232
4232
|
proposals: {
|
|
4233
4233
|
max: number | null;
|
|
4234
4234
|
min: number | null;
|
|
@@ -4273,14 +4273,15 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4273
4273
|
description: string | null;
|
|
4274
4274
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
4275
4275
|
datetime: number | null;
|
|
4276
|
+
createdAt: number | null;
|
|
4277
|
+
updatedAt: number | null;
|
|
4278
|
+
proposal: string | null;
|
|
4276
4279
|
organizationId: string;
|
|
4277
4280
|
campaignId: string;
|
|
4278
4281
|
category: string | null;
|
|
4279
4282
|
uid: string | null;
|
|
4280
4283
|
questions: string[] | null;
|
|
4281
4284
|
occupation: string | null;
|
|
4282
|
-
createdAt: number | null;
|
|
4283
|
-
updatedAt: number | null;
|
|
4284
4285
|
questionAnswerPairs: {
|
|
4285
4286
|
answer: string;
|
|
4286
4287
|
question: string;
|
|
@@ -4288,9 +4289,9 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4288
4289
|
coverLetterTemplateId: string | null;
|
|
4289
4290
|
jobId: string;
|
|
4290
4291
|
clientReviews: {
|
|
4291
|
-
hourlyRate: number | null;
|
|
4292
|
-
jobTitle: string | null;
|
|
4293
4292
|
freelancerName: string | null;
|
|
4293
|
+
jobTitle: string | null;
|
|
4294
|
+
hourlyRate: number | null;
|
|
4294
4295
|
freelancerRating: number | null;
|
|
4295
4296
|
freelancerFeedback: string | null;
|
|
4296
4297
|
clientFeedback: string | null;
|
|
@@ -4344,8 +4345,8 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4344
4345
|
avg: number | null;
|
|
4345
4346
|
} | null;
|
|
4346
4347
|
jobActivity: {
|
|
4347
|
-
unansweredInvites: number | null;
|
|
4348
4348
|
updatedAt: number | null;
|
|
4349
|
+
unansweredInvites: number | null;
|
|
4349
4350
|
proposals: {
|
|
4350
4351
|
max: number | null;
|
|
4351
4352
|
min: number | null;
|
|
@@ -4360,7 +4361,6 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4360
4361
|
scrapedAt: number | null;
|
|
4361
4362
|
suitabilityRating: number | null;
|
|
4362
4363
|
suitabilityReason: string | null;
|
|
4363
|
-
proposal: string | null;
|
|
4364
4364
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
4365
4365
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
4366
4366
|
biddingAmount: number | null;
|
|
@@ -4403,8 +4403,8 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4403
4403
|
proposalId?: string | undefined;
|
|
4404
4404
|
wonAmount?: number | undefined;
|
|
4405
4405
|
activity?: Partial<Record<"4h" | "24h", {
|
|
4406
|
-
unansweredInvites: number | null;
|
|
4407
4406
|
updatedAt: number | null;
|
|
4407
|
+
unansweredInvites: number | null;
|
|
4408
4408
|
proposals: {
|
|
4409
4409
|
max: number | null;
|
|
4410
4410
|
min: number | null;
|
|
@@ -4446,14 +4446,15 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4446
4446
|
description: string | null;
|
|
4447
4447
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
4448
4448
|
datetime: number | null;
|
|
4449
|
+
createdAt: number | null;
|
|
4450
|
+
updatedAt: number | null;
|
|
4451
|
+
proposal: string | null;
|
|
4449
4452
|
organizationId: string;
|
|
4450
4453
|
campaignId: string;
|
|
4451
4454
|
category: string | null;
|
|
4452
4455
|
uid: string | null;
|
|
4453
4456
|
questions: string[] | null;
|
|
4454
4457
|
occupation: string | null;
|
|
4455
|
-
createdAt: number | null;
|
|
4456
|
-
updatedAt: number | null;
|
|
4457
4458
|
questionAnswerPairs: {
|
|
4458
4459
|
answer: string;
|
|
4459
4460
|
question: string;
|
|
@@ -4461,9 +4462,9 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4461
4462
|
coverLetterTemplateId: string | null;
|
|
4462
4463
|
jobId: string;
|
|
4463
4464
|
clientReviews: {
|
|
4464
|
-
hourlyRate: number | null;
|
|
4465
|
-
jobTitle: string | null;
|
|
4466
4465
|
freelancerName: string | null;
|
|
4466
|
+
jobTitle: string | null;
|
|
4467
|
+
hourlyRate: number | null;
|
|
4467
4468
|
freelancerRating: number | null;
|
|
4468
4469
|
freelancerFeedback: string | null;
|
|
4469
4470
|
clientFeedback: string | null;
|
|
@@ -4517,8 +4518,8 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4517
4518
|
avg: number | null;
|
|
4518
4519
|
} | null;
|
|
4519
4520
|
jobActivity: {
|
|
4520
|
-
unansweredInvites: number | null;
|
|
4521
4521
|
updatedAt: number | null;
|
|
4522
|
+
unansweredInvites: number | null;
|
|
4522
4523
|
proposals: {
|
|
4523
4524
|
max: number | null;
|
|
4524
4525
|
min: number | null;
|
|
@@ -4533,7 +4534,6 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4533
4534
|
scrapedAt: number | null;
|
|
4534
4535
|
suitabilityRating: number | null;
|
|
4535
4536
|
suitabilityReason: string | null;
|
|
4536
|
-
proposal: string | null;
|
|
4537
4537
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
4538
4538
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
4539
4539
|
biddingAmount: number | null;
|
|
@@ -4576,8 +4576,8 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4576
4576
|
proposalId?: string | undefined;
|
|
4577
4577
|
wonAmount?: number | undefined;
|
|
4578
4578
|
activity?: Partial<Record<"4h" | "24h", {
|
|
4579
|
-
unansweredInvites: number | null;
|
|
4580
4579
|
updatedAt: number | null;
|
|
4580
|
+
unansweredInvites: number | null;
|
|
4581
4581
|
proposals: {
|
|
4582
4582
|
max: number | null;
|
|
4583
4583
|
min: number | null;
|
|
@@ -4754,9 +4754,9 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4754
4754
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
4755
4755
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
4756
4756
|
}, "strip", z.ZodTypeAny, {
|
|
4757
|
-
hourlyRate: number | null;
|
|
4758
|
-
jobTitle: string | null;
|
|
4759
4757
|
freelancerName: string | null;
|
|
4758
|
+
jobTitle: string | null;
|
|
4759
|
+
hourlyRate: number | null;
|
|
4760
4760
|
freelancerRating: number | null;
|
|
4761
4761
|
freelancerFeedback: string | null;
|
|
4762
4762
|
clientFeedback: string | null;
|
|
@@ -4767,9 +4767,9 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4767
4767
|
numHours: number | null;
|
|
4768
4768
|
totalBilled: number | null;
|
|
4769
4769
|
}, {
|
|
4770
|
-
hourlyRate: number | null;
|
|
4771
|
-
jobTitle: string | null;
|
|
4772
4770
|
freelancerName: string | null;
|
|
4771
|
+
jobTitle: string | null;
|
|
4772
|
+
hourlyRate: number | null;
|
|
4773
4773
|
freelancerRating: number | null;
|
|
4774
4774
|
freelancerFeedback: string | null;
|
|
4775
4775
|
clientFeedback: string | null;
|
|
@@ -4813,8 +4813,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4813
4813
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
4814
4814
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
4815
4815
|
}, "strip", z.ZodTypeAny, {
|
|
4816
|
-
unansweredInvites: number | null;
|
|
4817
4816
|
updatedAt: number | null;
|
|
4817
|
+
unansweredInvites: number | null;
|
|
4818
4818
|
proposals: {
|
|
4819
4819
|
max: number | null;
|
|
4820
4820
|
min: number | null;
|
|
@@ -4825,8 +4825,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4825
4825
|
interviewing: number | null;
|
|
4826
4826
|
invitesSent: number | null;
|
|
4827
4827
|
}, {
|
|
4828
|
-
unansweredInvites: number | null;
|
|
4829
4828
|
updatedAt: number | null;
|
|
4829
|
+
unansweredInvites: number | null;
|
|
4830
4830
|
proposals: {
|
|
4831
4831
|
max: number | null;
|
|
4832
4832
|
min: number | null;
|
|
@@ -4858,8 +4858,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4858
4858
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
4859
4859
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
4860
4860
|
}, "strip", z.ZodTypeAny, {
|
|
4861
|
-
unansweredInvites: number | null;
|
|
4862
4861
|
updatedAt: number | null;
|
|
4862
|
+
unansweredInvites: number | null;
|
|
4863
4863
|
proposals: {
|
|
4864
4864
|
max: number | null;
|
|
4865
4865
|
min: number | null;
|
|
@@ -4870,8 +4870,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4870
4870
|
interviewing: number | null;
|
|
4871
4871
|
invitesSent: number | null;
|
|
4872
4872
|
}, {
|
|
4873
|
-
unansweredInvites: number | null;
|
|
4874
4873
|
updatedAt: number | null;
|
|
4874
|
+
unansweredInvites: number | null;
|
|
4875
4875
|
proposals: {
|
|
4876
4876
|
max: number | null;
|
|
4877
4877
|
min: number | null;
|
|
@@ -5025,14 +5025,15 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5025
5025
|
description: string | null;
|
|
5026
5026
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
5027
5027
|
datetime: number | null;
|
|
5028
|
+
createdAt: number | null;
|
|
5029
|
+
updatedAt: number | null;
|
|
5030
|
+
proposal: string | null;
|
|
5028
5031
|
organizationId: string;
|
|
5029
5032
|
campaignId: string;
|
|
5030
5033
|
category: string | null;
|
|
5031
5034
|
uid: string | null;
|
|
5032
5035
|
questions: string[] | null;
|
|
5033
5036
|
occupation: string | null;
|
|
5034
|
-
createdAt: number | null;
|
|
5035
|
-
updatedAt: number | null;
|
|
5036
5037
|
questionAnswerPairs: {
|
|
5037
5038
|
answer: string;
|
|
5038
5039
|
question: string;
|
|
@@ -5040,9 +5041,9 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5040
5041
|
coverLetterTemplateId: string | null;
|
|
5041
5042
|
jobId: string;
|
|
5042
5043
|
clientReviews: {
|
|
5043
|
-
hourlyRate: number | null;
|
|
5044
|
-
jobTitle: string | null;
|
|
5045
5044
|
freelancerName: string | null;
|
|
5045
|
+
jobTitle: string | null;
|
|
5046
|
+
hourlyRate: number | null;
|
|
5046
5047
|
freelancerRating: number | null;
|
|
5047
5048
|
freelancerFeedback: string | null;
|
|
5048
5049
|
clientFeedback: string | null;
|
|
@@ -5096,8 +5097,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5096
5097
|
avg: number | null;
|
|
5097
5098
|
} | null;
|
|
5098
5099
|
jobActivity: {
|
|
5099
|
-
unansweredInvites: number | null;
|
|
5100
5100
|
updatedAt: number | null;
|
|
5101
|
+
unansweredInvites: number | null;
|
|
5101
5102
|
proposals: {
|
|
5102
5103
|
max: number | null;
|
|
5103
5104
|
min: number | null;
|
|
@@ -5112,7 +5113,6 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5112
5113
|
scrapedAt: number | null;
|
|
5113
5114
|
suitabilityRating: number | null;
|
|
5114
5115
|
suitabilityReason: string | null;
|
|
5115
|
-
proposal: string | null;
|
|
5116
5116
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
5117
5117
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
5118
5118
|
biddingAmount: number | null;
|
|
@@ -5155,8 +5155,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5155
5155
|
proposalId?: string | undefined;
|
|
5156
5156
|
wonAmount?: number | undefined;
|
|
5157
5157
|
activity?: Partial<Record<"4h" | "24h", {
|
|
5158
|
-
unansweredInvites: number | null;
|
|
5159
5158
|
updatedAt: number | null;
|
|
5159
|
+
unansweredInvites: number | null;
|
|
5160
5160
|
proposals: {
|
|
5161
5161
|
max: number | null;
|
|
5162
5162
|
min: number | null;
|
|
@@ -5191,14 +5191,15 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5191
5191
|
description: string | null;
|
|
5192
5192
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
5193
5193
|
datetime: number | null;
|
|
5194
|
+
createdAt: number | null;
|
|
5195
|
+
updatedAt: number | null;
|
|
5196
|
+
proposal: string | null;
|
|
5194
5197
|
organizationId: string;
|
|
5195
5198
|
campaignId: string;
|
|
5196
5199
|
category: string | null;
|
|
5197
5200
|
uid: string | null;
|
|
5198
5201
|
questions: string[] | null;
|
|
5199
5202
|
occupation: string | null;
|
|
5200
|
-
createdAt: number | null;
|
|
5201
|
-
updatedAt: number | null;
|
|
5202
5203
|
questionAnswerPairs: {
|
|
5203
5204
|
answer: string;
|
|
5204
5205
|
question: string;
|
|
@@ -5206,9 +5207,9 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5206
5207
|
coverLetterTemplateId: string | null;
|
|
5207
5208
|
jobId: string;
|
|
5208
5209
|
clientReviews: {
|
|
5209
|
-
hourlyRate: number | null;
|
|
5210
|
-
jobTitle: string | null;
|
|
5211
5210
|
freelancerName: string | null;
|
|
5211
|
+
jobTitle: string | null;
|
|
5212
|
+
hourlyRate: number | null;
|
|
5212
5213
|
freelancerRating: number | null;
|
|
5213
5214
|
freelancerFeedback: string | null;
|
|
5214
5215
|
clientFeedback: string | null;
|
|
@@ -5262,8 +5263,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5262
5263
|
avg: number | null;
|
|
5263
5264
|
} | null;
|
|
5264
5265
|
jobActivity: {
|
|
5265
|
-
unansweredInvites: number | null;
|
|
5266
5266
|
updatedAt: number | null;
|
|
5267
|
+
unansweredInvites: number | null;
|
|
5267
5268
|
proposals: {
|
|
5268
5269
|
max: number | null;
|
|
5269
5270
|
min: number | null;
|
|
@@ -5278,7 +5279,6 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5278
5279
|
scrapedAt: number | null;
|
|
5279
5280
|
suitabilityRating: number | null;
|
|
5280
5281
|
suitabilityReason: string | null;
|
|
5281
|
-
proposal: string | null;
|
|
5282
5282
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
5283
5283
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
5284
5284
|
biddingAmount: number | null;
|
|
@@ -5321,8 +5321,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5321
5321
|
proposalId?: string | undefined;
|
|
5322
5322
|
wonAmount?: number | undefined;
|
|
5323
5323
|
activity?: Partial<Record<"4h" | "24h", {
|
|
5324
|
-
unansweredInvites: number | null;
|
|
5325
5324
|
updatedAt: number | null;
|
|
5325
|
+
unansweredInvites: number | null;
|
|
5326
5326
|
proposals: {
|
|
5327
5327
|
max: number | null;
|
|
5328
5328
|
min: number | null;
|
|
@@ -5502,9 +5502,9 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5502
5502
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
5503
5503
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
5504
5504
|
}, "strip", z.ZodTypeAny, {
|
|
5505
|
-
hourlyRate: number | null;
|
|
5506
|
-
jobTitle: string | null;
|
|
5507
5505
|
freelancerName: string | null;
|
|
5506
|
+
jobTitle: string | null;
|
|
5507
|
+
hourlyRate: number | null;
|
|
5508
5508
|
freelancerRating: number | null;
|
|
5509
5509
|
freelancerFeedback: string | null;
|
|
5510
5510
|
clientFeedback: string | null;
|
|
@@ -5515,9 +5515,9 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5515
5515
|
numHours: number | null;
|
|
5516
5516
|
totalBilled: number | null;
|
|
5517
5517
|
}, {
|
|
5518
|
-
hourlyRate: number | null;
|
|
5519
|
-
jobTitle: string | null;
|
|
5520
5518
|
freelancerName: string | null;
|
|
5519
|
+
jobTitle: string | null;
|
|
5520
|
+
hourlyRate: number | null;
|
|
5521
5521
|
freelancerRating: number | null;
|
|
5522
5522
|
freelancerFeedback: string | null;
|
|
5523
5523
|
clientFeedback: string | null;
|
|
@@ -5561,8 +5561,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5561
5561
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
5562
5562
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
5563
5563
|
}, "strip", z.ZodTypeAny, {
|
|
5564
|
-
unansweredInvites: number | null;
|
|
5565
5564
|
updatedAt: number | null;
|
|
5565
|
+
unansweredInvites: number | null;
|
|
5566
5566
|
proposals: {
|
|
5567
5567
|
max: number | null;
|
|
5568
5568
|
min: number | null;
|
|
@@ -5573,8 +5573,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5573
5573
|
interviewing: number | null;
|
|
5574
5574
|
invitesSent: number | null;
|
|
5575
5575
|
}, {
|
|
5576
|
-
unansweredInvites: number | null;
|
|
5577
5576
|
updatedAt: number | null;
|
|
5577
|
+
unansweredInvites: number | null;
|
|
5578
5578
|
proposals: {
|
|
5579
5579
|
max: number | null;
|
|
5580
5580
|
min: number | null;
|
|
@@ -5606,8 +5606,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5606
5606
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
5607
5607
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
5608
5608
|
}, "strip", z.ZodTypeAny, {
|
|
5609
|
-
unansweredInvites: number | null;
|
|
5610
5609
|
updatedAt: number | null;
|
|
5610
|
+
unansweredInvites: number | null;
|
|
5611
5611
|
proposals: {
|
|
5612
5612
|
max: number | null;
|
|
5613
5613
|
min: number | null;
|
|
@@ -5618,8 +5618,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5618
5618
|
interviewing: number | null;
|
|
5619
5619
|
invitesSent: number | null;
|
|
5620
5620
|
}, {
|
|
5621
|
-
unansweredInvites: number | null;
|
|
5622
5621
|
updatedAt: number | null;
|
|
5622
|
+
unansweredInvites: number | null;
|
|
5623
5623
|
proposals: {
|
|
5624
5624
|
max: number | null;
|
|
5625
5625
|
min: number | null;
|
|
@@ -5773,14 +5773,15 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5773
5773
|
description: string | null;
|
|
5774
5774
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
5775
5775
|
datetime: number | null;
|
|
5776
|
+
createdAt: number | null;
|
|
5777
|
+
updatedAt: number | null;
|
|
5778
|
+
proposal: string | null;
|
|
5776
5779
|
organizationId: string;
|
|
5777
5780
|
campaignId: string;
|
|
5778
5781
|
category: string | null;
|
|
5779
5782
|
uid: string | null;
|
|
5780
5783
|
questions: string[] | null;
|
|
5781
5784
|
occupation: string | null;
|
|
5782
|
-
createdAt: number | null;
|
|
5783
|
-
updatedAt: number | null;
|
|
5784
5785
|
questionAnswerPairs: {
|
|
5785
5786
|
answer: string;
|
|
5786
5787
|
question: string;
|
|
@@ -5788,9 +5789,9 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5788
5789
|
coverLetterTemplateId: string | null;
|
|
5789
5790
|
jobId: string;
|
|
5790
5791
|
clientReviews: {
|
|
5791
|
-
hourlyRate: number | null;
|
|
5792
|
-
jobTitle: string | null;
|
|
5793
5792
|
freelancerName: string | null;
|
|
5793
|
+
jobTitle: string | null;
|
|
5794
|
+
hourlyRate: number | null;
|
|
5794
5795
|
freelancerRating: number | null;
|
|
5795
5796
|
freelancerFeedback: string | null;
|
|
5796
5797
|
clientFeedback: string | null;
|
|
@@ -5844,8 +5845,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5844
5845
|
avg: number | null;
|
|
5845
5846
|
} | null;
|
|
5846
5847
|
jobActivity: {
|
|
5847
|
-
unansweredInvites: number | null;
|
|
5848
5848
|
updatedAt: number | null;
|
|
5849
|
+
unansweredInvites: number | null;
|
|
5849
5850
|
proposals: {
|
|
5850
5851
|
max: number | null;
|
|
5851
5852
|
min: number | null;
|
|
@@ -5860,7 +5861,6 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5860
5861
|
scrapedAt: number | null;
|
|
5861
5862
|
suitabilityRating: number | null;
|
|
5862
5863
|
suitabilityReason: string | null;
|
|
5863
|
-
proposal: string | null;
|
|
5864
5864
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
5865
5865
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
5866
5866
|
biddingAmount: number | null;
|
|
@@ -5903,8 +5903,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5903
5903
|
proposalId?: string | undefined;
|
|
5904
5904
|
wonAmount?: number | undefined;
|
|
5905
5905
|
activity?: Partial<Record<"4h" | "24h", {
|
|
5906
|
-
unansweredInvites: number | null;
|
|
5907
5906
|
updatedAt: number | null;
|
|
5907
|
+
unansweredInvites: number | null;
|
|
5908
5908
|
proposals: {
|
|
5909
5909
|
max: number | null;
|
|
5910
5910
|
min: number | null;
|
|
@@ -5939,14 +5939,15 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5939
5939
|
description: string | null;
|
|
5940
5940
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
5941
5941
|
datetime: number | null;
|
|
5942
|
+
createdAt: number | null;
|
|
5943
|
+
updatedAt: number | null;
|
|
5944
|
+
proposal: string | null;
|
|
5942
5945
|
organizationId: string;
|
|
5943
5946
|
campaignId: string;
|
|
5944
5947
|
category: string | null;
|
|
5945
5948
|
uid: string | null;
|
|
5946
5949
|
questions: string[] | null;
|
|
5947
5950
|
occupation: string | null;
|
|
5948
|
-
createdAt: number | null;
|
|
5949
|
-
updatedAt: number | null;
|
|
5950
5951
|
questionAnswerPairs: {
|
|
5951
5952
|
answer: string;
|
|
5952
5953
|
question: string;
|
|
@@ -5954,9 +5955,9 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5954
5955
|
coverLetterTemplateId: string | null;
|
|
5955
5956
|
jobId: string;
|
|
5956
5957
|
clientReviews: {
|
|
5957
|
-
hourlyRate: number | null;
|
|
5958
|
-
jobTitle: string | null;
|
|
5959
5958
|
freelancerName: string | null;
|
|
5959
|
+
jobTitle: string | null;
|
|
5960
|
+
hourlyRate: number | null;
|
|
5960
5961
|
freelancerRating: number | null;
|
|
5961
5962
|
freelancerFeedback: string | null;
|
|
5962
5963
|
clientFeedback: string | null;
|
|
@@ -6010,8 +6011,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6010
6011
|
avg: number | null;
|
|
6011
6012
|
} | null;
|
|
6012
6013
|
jobActivity: {
|
|
6013
|
-
unansweredInvites: number | null;
|
|
6014
6014
|
updatedAt: number | null;
|
|
6015
|
+
unansweredInvites: number | null;
|
|
6015
6016
|
proposals: {
|
|
6016
6017
|
max: number | null;
|
|
6017
6018
|
min: number | null;
|
|
@@ -6026,7 +6027,6 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6026
6027
|
scrapedAt: number | null;
|
|
6027
6028
|
suitabilityRating: number | null;
|
|
6028
6029
|
suitabilityReason: string | null;
|
|
6029
|
-
proposal: string | null;
|
|
6030
6030
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
6031
6031
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
6032
6032
|
biddingAmount: number | null;
|
|
@@ -6069,8 +6069,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6069
6069
|
proposalId?: string | undefined;
|
|
6070
6070
|
wonAmount?: number | undefined;
|
|
6071
6071
|
activity?: Partial<Record<"4h" | "24h", {
|
|
6072
|
-
unansweredInvites: number | null;
|
|
6073
6072
|
updatedAt: number | null;
|
|
6073
|
+
unansweredInvites: number | null;
|
|
6074
6074
|
proposals: {
|
|
6075
6075
|
max: number | null;
|
|
6076
6076
|
min: number | null;
|
|
@@ -6160,14 +6160,15 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6160
6160
|
description: string | null;
|
|
6161
6161
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
6162
6162
|
datetime: number | null;
|
|
6163
|
+
createdAt: number | null;
|
|
6164
|
+
updatedAt: number | null;
|
|
6165
|
+
proposal: string | null;
|
|
6163
6166
|
organizationId: string;
|
|
6164
6167
|
campaignId: string;
|
|
6165
6168
|
category: string | null;
|
|
6166
6169
|
uid: string | null;
|
|
6167
6170
|
questions: string[] | null;
|
|
6168
6171
|
occupation: string | null;
|
|
6169
|
-
createdAt: number | null;
|
|
6170
|
-
updatedAt: number | null;
|
|
6171
6172
|
questionAnswerPairs: {
|
|
6172
6173
|
answer: string;
|
|
6173
6174
|
question: string;
|
|
@@ -6175,9 +6176,9 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6175
6176
|
coverLetterTemplateId: string | null;
|
|
6176
6177
|
jobId: string;
|
|
6177
6178
|
clientReviews: {
|
|
6178
|
-
hourlyRate: number | null;
|
|
6179
|
-
jobTitle: string | null;
|
|
6180
6179
|
freelancerName: string | null;
|
|
6180
|
+
jobTitle: string | null;
|
|
6181
|
+
hourlyRate: number | null;
|
|
6181
6182
|
freelancerRating: number | null;
|
|
6182
6183
|
freelancerFeedback: string | null;
|
|
6183
6184
|
clientFeedback: string | null;
|
|
@@ -6231,8 +6232,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6231
6232
|
avg: number | null;
|
|
6232
6233
|
} | null;
|
|
6233
6234
|
jobActivity: {
|
|
6234
|
-
unansweredInvites: number | null;
|
|
6235
6235
|
updatedAt: number | null;
|
|
6236
|
+
unansweredInvites: number | null;
|
|
6236
6237
|
proposals: {
|
|
6237
6238
|
max: number | null;
|
|
6238
6239
|
min: number | null;
|
|
@@ -6247,7 +6248,6 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6247
6248
|
scrapedAt: number | null;
|
|
6248
6249
|
suitabilityRating: number | null;
|
|
6249
6250
|
suitabilityReason: string | null;
|
|
6250
|
-
proposal: string | null;
|
|
6251
6251
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
6252
6252
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
6253
6253
|
biddingAmount: number | null;
|
|
@@ -6290,8 +6290,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6290
6290
|
proposalId?: string | undefined;
|
|
6291
6291
|
wonAmount?: number | undefined;
|
|
6292
6292
|
activity?: Partial<Record<"4h" | "24h", {
|
|
6293
|
-
unansweredInvites: number | null;
|
|
6294
6293
|
updatedAt: number | null;
|
|
6294
|
+
unansweredInvites: number | null;
|
|
6295
6295
|
proposals: {
|
|
6296
6296
|
max: number | null;
|
|
6297
6297
|
min: number | null;
|
|
@@ -6357,14 +6357,15 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6357
6357
|
description: string | null;
|
|
6358
6358
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
6359
6359
|
datetime: number | null;
|
|
6360
|
+
createdAt: number | null;
|
|
6361
|
+
updatedAt: number | null;
|
|
6362
|
+
proposal: string | null;
|
|
6360
6363
|
organizationId: string;
|
|
6361
6364
|
campaignId: string;
|
|
6362
6365
|
category: string | null;
|
|
6363
6366
|
uid: string | null;
|
|
6364
6367
|
questions: string[] | null;
|
|
6365
6368
|
occupation: string | null;
|
|
6366
|
-
createdAt: number | null;
|
|
6367
|
-
updatedAt: number | null;
|
|
6368
6369
|
questionAnswerPairs: {
|
|
6369
6370
|
answer: string;
|
|
6370
6371
|
question: string;
|
|
@@ -6372,9 +6373,9 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6372
6373
|
coverLetterTemplateId: string | null;
|
|
6373
6374
|
jobId: string;
|
|
6374
6375
|
clientReviews: {
|
|
6375
|
-
hourlyRate: number | null;
|
|
6376
|
-
jobTitle: string | null;
|
|
6377
6376
|
freelancerName: string | null;
|
|
6377
|
+
jobTitle: string | null;
|
|
6378
|
+
hourlyRate: number | null;
|
|
6378
6379
|
freelancerRating: number | null;
|
|
6379
6380
|
freelancerFeedback: string | null;
|
|
6380
6381
|
clientFeedback: string | null;
|
|
@@ -6428,8 +6429,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6428
6429
|
avg: number | null;
|
|
6429
6430
|
} | null;
|
|
6430
6431
|
jobActivity: {
|
|
6431
|
-
unansweredInvites: number | null;
|
|
6432
6432
|
updatedAt: number | null;
|
|
6433
|
+
unansweredInvites: number | null;
|
|
6433
6434
|
proposals: {
|
|
6434
6435
|
max: number | null;
|
|
6435
6436
|
min: number | null;
|
|
@@ -6444,7 +6445,6 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6444
6445
|
scrapedAt: number | null;
|
|
6445
6446
|
suitabilityRating: number | null;
|
|
6446
6447
|
suitabilityReason: string | null;
|
|
6447
|
-
proposal: string | null;
|
|
6448
6448
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
6449
6449
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
6450
6450
|
biddingAmount: number | null;
|
|
@@ -6487,8 +6487,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6487
6487
|
proposalId?: string | undefined;
|
|
6488
6488
|
wonAmount?: number | undefined;
|
|
6489
6489
|
activity?: Partial<Record<"4h" | "24h", {
|
|
6490
|
-
unansweredInvites: number | null;
|
|
6491
6490
|
updatedAt: number | null;
|
|
6491
|
+
unansweredInvites: number | null;
|
|
6492
6492
|
proposals: {
|
|
6493
6493
|
max: number | null;
|
|
6494
6494
|
min: number | null;
|
|
@@ -6541,14 +6541,15 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6541
6541
|
description: string | null;
|
|
6542
6542
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
6543
6543
|
datetime: number | null;
|
|
6544
|
+
createdAt: number | null;
|
|
6545
|
+
updatedAt: number | null;
|
|
6546
|
+
proposal: string | null;
|
|
6544
6547
|
organizationId: string;
|
|
6545
6548
|
campaignId: string;
|
|
6546
6549
|
category: string | null;
|
|
6547
6550
|
uid: string | null;
|
|
6548
6551
|
questions: string[] | null;
|
|
6549
6552
|
occupation: string | null;
|
|
6550
|
-
createdAt: number | null;
|
|
6551
|
-
updatedAt: number | null;
|
|
6552
6553
|
questionAnswerPairs: {
|
|
6553
6554
|
answer: string;
|
|
6554
6555
|
question: string;
|
|
@@ -6556,9 +6557,9 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6556
6557
|
coverLetterTemplateId: string | null;
|
|
6557
6558
|
jobId: string;
|
|
6558
6559
|
clientReviews: {
|
|
6559
|
-
hourlyRate: number | null;
|
|
6560
|
-
jobTitle: string | null;
|
|
6561
6560
|
freelancerName: string | null;
|
|
6561
|
+
jobTitle: string | null;
|
|
6562
|
+
hourlyRate: number | null;
|
|
6562
6563
|
freelancerRating: number | null;
|
|
6563
6564
|
freelancerFeedback: string | null;
|
|
6564
6565
|
clientFeedback: string | null;
|
|
@@ -6612,8 +6613,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6612
6613
|
avg: number | null;
|
|
6613
6614
|
} | null;
|
|
6614
6615
|
jobActivity: {
|
|
6615
|
-
unansweredInvites: number | null;
|
|
6616
6616
|
updatedAt: number | null;
|
|
6617
|
+
unansweredInvites: number | null;
|
|
6617
6618
|
proposals: {
|
|
6618
6619
|
max: number | null;
|
|
6619
6620
|
min: number | null;
|
|
@@ -6628,7 +6629,6 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6628
6629
|
scrapedAt: number | null;
|
|
6629
6630
|
suitabilityRating: number | null;
|
|
6630
6631
|
suitabilityReason: string | null;
|
|
6631
|
-
proposal: string | null;
|
|
6632
6632
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
6633
6633
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
6634
6634
|
biddingAmount: number | null;
|
|
@@ -6671,8 +6671,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6671
6671
|
proposalId?: string | undefined;
|
|
6672
6672
|
wonAmount?: number | undefined;
|
|
6673
6673
|
activity?: Partial<Record<"4h" | "24h", {
|
|
6674
|
-
unansweredInvites: number | null;
|
|
6675
6674
|
updatedAt: number | null;
|
|
6675
|
+
unansweredInvites: number | null;
|
|
6676
6676
|
proposals: {
|
|
6677
6677
|
max: number | null;
|
|
6678
6678
|
min: number | null;
|
|
@@ -6728,14 +6728,15 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6728
6728
|
description: string | null;
|
|
6729
6729
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
6730
6730
|
datetime: number | null;
|
|
6731
|
+
createdAt: number | null;
|
|
6732
|
+
updatedAt: number | null;
|
|
6733
|
+
proposal: string | null;
|
|
6731
6734
|
organizationId: string;
|
|
6732
6735
|
campaignId: string;
|
|
6733
6736
|
category: string | null;
|
|
6734
6737
|
uid: string | null;
|
|
6735
6738
|
questions: string[] | null;
|
|
6736
6739
|
occupation: string | null;
|
|
6737
|
-
createdAt: number | null;
|
|
6738
|
-
updatedAt: number | null;
|
|
6739
6740
|
questionAnswerPairs: {
|
|
6740
6741
|
answer: string;
|
|
6741
6742
|
question: string;
|
|
@@ -6743,9 +6744,9 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6743
6744
|
coverLetterTemplateId: string | null;
|
|
6744
6745
|
jobId: string;
|
|
6745
6746
|
clientReviews: {
|
|
6746
|
-
hourlyRate: number | null;
|
|
6747
|
-
jobTitle: string | null;
|
|
6748
6747
|
freelancerName: string | null;
|
|
6748
|
+
jobTitle: string | null;
|
|
6749
|
+
hourlyRate: number | null;
|
|
6749
6750
|
freelancerRating: number | null;
|
|
6750
6751
|
freelancerFeedback: string | null;
|
|
6751
6752
|
clientFeedback: string | null;
|
|
@@ -6799,8 +6800,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6799
6800
|
avg: number | null;
|
|
6800
6801
|
} | null;
|
|
6801
6802
|
jobActivity: {
|
|
6802
|
-
unansweredInvites: number | null;
|
|
6803
6803
|
updatedAt: number | null;
|
|
6804
|
+
unansweredInvites: number | null;
|
|
6804
6805
|
proposals: {
|
|
6805
6806
|
max: number | null;
|
|
6806
6807
|
min: number | null;
|
|
@@ -6815,7 +6816,6 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6815
6816
|
scrapedAt: number | null;
|
|
6816
6817
|
suitabilityRating: number | null;
|
|
6817
6818
|
suitabilityReason: string | null;
|
|
6818
|
-
proposal: string | null;
|
|
6819
6819
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
6820
6820
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
6821
6821
|
biddingAmount: number | null;
|
|
@@ -6858,8 +6858,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6858
6858
|
proposalId?: string | undefined;
|
|
6859
6859
|
wonAmount?: number | undefined;
|
|
6860
6860
|
activity?: Partial<Record<"4h" | "24h", {
|
|
6861
|
-
unansweredInvites: number | null;
|
|
6862
6861
|
updatedAt: number | null;
|
|
6862
|
+
unansweredInvites: number | null;
|
|
6863
6863
|
proposals: {
|
|
6864
6864
|
max: number | null;
|
|
6865
6865
|
min: number | null;
|
|
@@ -6912,14 +6912,15 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6912
6912
|
description: string | null;
|
|
6913
6913
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
6914
6914
|
datetime: number | null;
|
|
6915
|
+
createdAt: number | null;
|
|
6916
|
+
updatedAt: number | null;
|
|
6917
|
+
proposal: string | null;
|
|
6915
6918
|
organizationId: string;
|
|
6916
6919
|
campaignId: string;
|
|
6917
6920
|
category: string | null;
|
|
6918
6921
|
uid: string | null;
|
|
6919
6922
|
questions: string[] | null;
|
|
6920
6923
|
occupation: string | null;
|
|
6921
|
-
createdAt: number | null;
|
|
6922
|
-
updatedAt: number | null;
|
|
6923
6924
|
questionAnswerPairs: {
|
|
6924
6925
|
answer: string;
|
|
6925
6926
|
question: string;
|
|
@@ -6927,9 +6928,9 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6927
6928
|
coverLetterTemplateId: string | null;
|
|
6928
6929
|
jobId: string;
|
|
6929
6930
|
clientReviews: {
|
|
6930
|
-
hourlyRate: number | null;
|
|
6931
|
-
jobTitle: string | null;
|
|
6932
6931
|
freelancerName: string | null;
|
|
6932
|
+
jobTitle: string | null;
|
|
6933
|
+
hourlyRate: number | null;
|
|
6933
6934
|
freelancerRating: number | null;
|
|
6934
6935
|
freelancerFeedback: string | null;
|
|
6935
6936
|
clientFeedback: string | null;
|
|
@@ -6983,8 +6984,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6983
6984
|
avg: number | null;
|
|
6984
6985
|
} | null;
|
|
6985
6986
|
jobActivity: {
|
|
6986
|
-
unansweredInvites: number | null;
|
|
6987
6987
|
updatedAt: number | null;
|
|
6988
|
+
unansweredInvites: number | null;
|
|
6988
6989
|
proposals: {
|
|
6989
6990
|
max: number | null;
|
|
6990
6991
|
min: number | null;
|
|
@@ -6999,7 +7000,6 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6999
7000
|
scrapedAt: number | null;
|
|
7000
7001
|
suitabilityRating: number | null;
|
|
7001
7002
|
suitabilityReason: string | null;
|
|
7002
|
-
proposal: string | null;
|
|
7003
7003
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
7004
7004
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
7005
7005
|
biddingAmount: number | null;
|
|
@@ -7042,8 +7042,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
7042
7042
|
proposalId?: string | undefined;
|
|
7043
7043
|
wonAmount?: number | undefined;
|
|
7044
7044
|
activity?: Partial<Record<"4h" | "24h", {
|
|
7045
|
-
unansweredInvites: number | null;
|
|
7046
7045
|
updatedAt: number | null;
|
|
7046
|
+
unansweredInvites: number | null;
|
|
7047
7047
|
proposals: {
|
|
7048
7048
|
max: number | null;
|
|
7049
7049
|
min: number | null;
|
|
@@ -7099,14 +7099,15 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
7099
7099
|
description: string | null;
|
|
7100
7100
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
7101
7101
|
datetime: number | null;
|
|
7102
|
+
createdAt: number | null;
|
|
7103
|
+
updatedAt: number | null;
|
|
7104
|
+
proposal: string | null;
|
|
7102
7105
|
organizationId: string;
|
|
7103
7106
|
campaignId: string;
|
|
7104
7107
|
category: string | null;
|
|
7105
7108
|
uid: string | null;
|
|
7106
7109
|
questions: string[] | null;
|
|
7107
7110
|
occupation: string | null;
|
|
7108
|
-
createdAt: number | null;
|
|
7109
|
-
updatedAt: number | null;
|
|
7110
7111
|
questionAnswerPairs: {
|
|
7111
7112
|
answer: string;
|
|
7112
7113
|
question: string;
|
|
@@ -7114,9 +7115,9 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
7114
7115
|
coverLetterTemplateId: string | null;
|
|
7115
7116
|
jobId: string;
|
|
7116
7117
|
clientReviews: {
|
|
7117
|
-
hourlyRate: number | null;
|
|
7118
|
-
jobTitle: string | null;
|
|
7119
7118
|
freelancerName: string | null;
|
|
7119
|
+
jobTitle: string | null;
|
|
7120
|
+
hourlyRate: number | null;
|
|
7120
7121
|
freelancerRating: number | null;
|
|
7121
7122
|
freelancerFeedback: string | null;
|
|
7122
7123
|
clientFeedback: string | null;
|
|
@@ -7170,8 +7171,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
7170
7171
|
avg: number | null;
|
|
7171
7172
|
} | null;
|
|
7172
7173
|
jobActivity: {
|
|
7173
|
-
unansweredInvites: number | null;
|
|
7174
7174
|
updatedAt: number | null;
|
|
7175
|
+
unansweredInvites: number | null;
|
|
7175
7176
|
proposals: {
|
|
7176
7177
|
max: number | null;
|
|
7177
7178
|
min: number | null;
|
|
@@ -7186,7 +7187,6 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
7186
7187
|
scrapedAt: number | null;
|
|
7187
7188
|
suitabilityRating: number | null;
|
|
7188
7189
|
suitabilityReason: string | null;
|
|
7189
|
-
proposal: string | null;
|
|
7190
7190
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
7191
7191
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
7192
7192
|
biddingAmount: number | null;
|
|
@@ -7229,8 +7229,8 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
7229
7229
|
proposalId?: string | undefined;
|
|
7230
7230
|
wonAmount?: number | undefined;
|
|
7231
7231
|
activity?: Partial<Record<"4h" | "24h", {
|
|
7232
|
-
unansweredInvites: number | null;
|
|
7233
7232
|
updatedAt: number | null;
|
|
7233
|
+
unansweredInvites: number | null;
|
|
7234
7234
|
proposals: {
|
|
7235
7235
|
max: number | null;
|
|
7236
7236
|
min: number | null;
|
|
@@ -7418,9 +7418,9 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7418
7418
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
7419
7419
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
7420
7420
|
}, "strip", z.ZodTypeAny, {
|
|
7421
|
-
hourlyRate: number | null;
|
|
7422
|
-
jobTitle: string | null;
|
|
7423
7421
|
freelancerName: string | null;
|
|
7422
|
+
jobTitle: string | null;
|
|
7423
|
+
hourlyRate: number | null;
|
|
7424
7424
|
freelancerRating: number | null;
|
|
7425
7425
|
freelancerFeedback: string | null;
|
|
7426
7426
|
clientFeedback: string | null;
|
|
@@ -7431,9 +7431,9 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7431
7431
|
numHours: number | null;
|
|
7432
7432
|
totalBilled: number | null;
|
|
7433
7433
|
}, {
|
|
7434
|
-
hourlyRate: number | null;
|
|
7435
|
-
jobTitle: string | null;
|
|
7436
7434
|
freelancerName: string | null;
|
|
7435
|
+
jobTitle: string | null;
|
|
7436
|
+
hourlyRate: number | null;
|
|
7437
7437
|
freelancerRating: number | null;
|
|
7438
7438
|
freelancerFeedback: string | null;
|
|
7439
7439
|
clientFeedback: string | null;
|
|
@@ -7477,8 +7477,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7477
7477
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
7478
7478
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
7479
7479
|
}, "strip", z.ZodTypeAny, {
|
|
7480
|
-
unansweredInvites: number | null;
|
|
7481
7480
|
updatedAt: number | null;
|
|
7481
|
+
unansweredInvites: number | null;
|
|
7482
7482
|
proposals: {
|
|
7483
7483
|
max: number | null;
|
|
7484
7484
|
min: number | null;
|
|
@@ -7489,8 +7489,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7489
7489
|
interviewing: number | null;
|
|
7490
7490
|
invitesSent: number | null;
|
|
7491
7491
|
}, {
|
|
7492
|
-
unansweredInvites: number | null;
|
|
7493
7492
|
updatedAt: number | null;
|
|
7493
|
+
unansweredInvites: number | null;
|
|
7494
7494
|
proposals: {
|
|
7495
7495
|
max: number | null;
|
|
7496
7496
|
min: number | null;
|
|
@@ -7522,8 +7522,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7522
7522
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
7523
7523
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
7524
7524
|
}, "strip", z.ZodTypeAny, {
|
|
7525
|
-
unansweredInvites: number | null;
|
|
7526
7525
|
updatedAt: number | null;
|
|
7526
|
+
unansweredInvites: number | null;
|
|
7527
7527
|
proposals: {
|
|
7528
7528
|
max: number | null;
|
|
7529
7529
|
min: number | null;
|
|
@@ -7534,8 +7534,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7534
7534
|
interviewing: number | null;
|
|
7535
7535
|
invitesSent: number | null;
|
|
7536
7536
|
}, {
|
|
7537
|
-
unansweredInvites: number | null;
|
|
7538
7537
|
updatedAt: number | null;
|
|
7538
|
+
unansweredInvites: number | null;
|
|
7539
7539
|
proposals: {
|
|
7540
7540
|
max: number | null;
|
|
7541
7541
|
min: number | null;
|
|
@@ -7689,14 +7689,15 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7689
7689
|
description: string | null;
|
|
7690
7690
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
7691
7691
|
datetime: number | null;
|
|
7692
|
+
createdAt: number | null;
|
|
7693
|
+
updatedAt: number | null;
|
|
7694
|
+
proposal: string | null;
|
|
7692
7695
|
organizationId: string;
|
|
7693
7696
|
campaignId: string;
|
|
7694
7697
|
category: string | null;
|
|
7695
7698
|
uid: string | null;
|
|
7696
7699
|
questions: string[] | null;
|
|
7697
7700
|
occupation: string | null;
|
|
7698
|
-
createdAt: number | null;
|
|
7699
|
-
updatedAt: number | null;
|
|
7700
7701
|
questionAnswerPairs: {
|
|
7701
7702
|
answer: string;
|
|
7702
7703
|
question: string;
|
|
@@ -7704,9 +7705,9 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7704
7705
|
coverLetterTemplateId: string | null;
|
|
7705
7706
|
jobId: string;
|
|
7706
7707
|
clientReviews: {
|
|
7707
|
-
hourlyRate: number | null;
|
|
7708
|
-
jobTitle: string | null;
|
|
7709
7708
|
freelancerName: string | null;
|
|
7709
|
+
jobTitle: string | null;
|
|
7710
|
+
hourlyRate: number | null;
|
|
7710
7711
|
freelancerRating: number | null;
|
|
7711
7712
|
freelancerFeedback: string | null;
|
|
7712
7713
|
clientFeedback: string | null;
|
|
@@ -7760,8 +7761,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7760
7761
|
avg: number | null;
|
|
7761
7762
|
} | null;
|
|
7762
7763
|
jobActivity: {
|
|
7763
|
-
unansweredInvites: number | null;
|
|
7764
7764
|
updatedAt: number | null;
|
|
7765
|
+
unansweredInvites: number | null;
|
|
7765
7766
|
proposals: {
|
|
7766
7767
|
max: number | null;
|
|
7767
7768
|
min: number | null;
|
|
@@ -7776,7 +7777,6 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7776
7777
|
scrapedAt: number | null;
|
|
7777
7778
|
suitabilityRating: number | null;
|
|
7778
7779
|
suitabilityReason: string | null;
|
|
7779
|
-
proposal: string | null;
|
|
7780
7780
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
7781
7781
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
7782
7782
|
biddingAmount: number | null;
|
|
@@ -7819,8 +7819,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7819
7819
|
proposalId?: string | undefined;
|
|
7820
7820
|
wonAmount?: number | undefined;
|
|
7821
7821
|
activity?: Partial<Record<"4h" | "24h", {
|
|
7822
|
-
unansweredInvites: number | null;
|
|
7823
7822
|
updatedAt: number | null;
|
|
7823
|
+
unansweredInvites: number | null;
|
|
7824
7824
|
proposals: {
|
|
7825
7825
|
max: number | null;
|
|
7826
7826
|
min: number | null;
|
|
@@ -7855,14 +7855,15 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7855
7855
|
description: string | null;
|
|
7856
7856
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
7857
7857
|
datetime: number | null;
|
|
7858
|
+
createdAt: number | null;
|
|
7859
|
+
updatedAt: number | null;
|
|
7860
|
+
proposal: string | null;
|
|
7858
7861
|
organizationId: string;
|
|
7859
7862
|
campaignId: string;
|
|
7860
7863
|
category: string | null;
|
|
7861
7864
|
uid: string | null;
|
|
7862
7865
|
questions: string[] | null;
|
|
7863
7866
|
occupation: string | null;
|
|
7864
|
-
createdAt: number | null;
|
|
7865
|
-
updatedAt: number | null;
|
|
7866
7867
|
questionAnswerPairs: {
|
|
7867
7868
|
answer: string;
|
|
7868
7869
|
question: string;
|
|
@@ -7870,9 +7871,9 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7870
7871
|
coverLetterTemplateId: string | null;
|
|
7871
7872
|
jobId: string;
|
|
7872
7873
|
clientReviews: {
|
|
7873
|
-
hourlyRate: number | null;
|
|
7874
|
-
jobTitle: string | null;
|
|
7875
7874
|
freelancerName: string | null;
|
|
7875
|
+
jobTitle: string | null;
|
|
7876
|
+
hourlyRate: number | null;
|
|
7876
7877
|
freelancerRating: number | null;
|
|
7877
7878
|
freelancerFeedback: string | null;
|
|
7878
7879
|
clientFeedback: string | null;
|
|
@@ -7926,8 +7927,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7926
7927
|
avg: number | null;
|
|
7927
7928
|
} | null;
|
|
7928
7929
|
jobActivity: {
|
|
7929
|
-
unansweredInvites: number | null;
|
|
7930
7930
|
updatedAt: number | null;
|
|
7931
|
+
unansweredInvites: number | null;
|
|
7931
7932
|
proposals: {
|
|
7932
7933
|
max: number | null;
|
|
7933
7934
|
min: number | null;
|
|
@@ -7942,7 +7943,6 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7942
7943
|
scrapedAt: number | null;
|
|
7943
7944
|
suitabilityRating: number | null;
|
|
7944
7945
|
suitabilityReason: string | null;
|
|
7945
|
-
proposal: string | null;
|
|
7946
7946
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
7947
7947
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
7948
7948
|
biddingAmount: number | null;
|
|
@@ -7985,8 +7985,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7985
7985
|
proposalId?: string | undefined;
|
|
7986
7986
|
wonAmount?: number | undefined;
|
|
7987
7987
|
activity?: Partial<Record<"4h" | "24h", {
|
|
7988
|
-
unansweredInvites: number | null;
|
|
7989
7988
|
updatedAt: number | null;
|
|
7989
|
+
unansweredInvites: number | null;
|
|
7990
7990
|
proposals: {
|
|
7991
7991
|
max: number | null;
|
|
7992
7992
|
min: number | null;
|
|
@@ -8166,9 +8166,9 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8166
8166
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
8167
8167
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
8168
8168
|
}, "strip", z.ZodTypeAny, {
|
|
8169
|
-
hourlyRate: number | null;
|
|
8170
|
-
jobTitle: string | null;
|
|
8171
8169
|
freelancerName: string | null;
|
|
8170
|
+
jobTitle: string | null;
|
|
8171
|
+
hourlyRate: number | null;
|
|
8172
8172
|
freelancerRating: number | null;
|
|
8173
8173
|
freelancerFeedback: string | null;
|
|
8174
8174
|
clientFeedback: string | null;
|
|
@@ -8179,9 +8179,9 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8179
8179
|
numHours: number | null;
|
|
8180
8180
|
totalBilled: number | null;
|
|
8181
8181
|
}, {
|
|
8182
|
-
hourlyRate: number | null;
|
|
8183
|
-
jobTitle: string | null;
|
|
8184
8182
|
freelancerName: string | null;
|
|
8183
|
+
jobTitle: string | null;
|
|
8184
|
+
hourlyRate: number | null;
|
|
8185
8185
|
freelancerRating: number | null;
|
|
8186
8186
|
freelancerFeedback: string | null;
|
|
8187
8187
|
clientFeedback: string | null;
|
|
@@ -8225,8 +8225,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8225
8225
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
8226
8226
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
8227
8227
|
}, "strip", z.ZodTypeAny, {
|
|
8228
|
-
unansweredInvites: number | null;
|
|
8229
8228
|
updatedAt: number | null;
|
|
8229
|
+
unansweredInvites: number | null;
|
|
8230
8230
|
proposals: {
|
|
8231
8231
|
max: number | null;
|
|
8232
8232
|
min: number | null;
|
|
@@ -8237,8 +8237,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8237
8237
|
interviewing: number | null;
|
|
8238
8238
|
invitesSent: number | null;
|
|
8239
8239
|
}, {
|
|
8240
|
-
unansweredInvites: number | null;
|
|
8241
8240
|
updatedAt: number | null;
|
|
8241
|
+
unansweredInvites: number | null;
|
|
8242
8242
|
proposals: {
|
|
8243
8243
|
max: number | null;
|
|
8244
8244
|
min: number | null;
|
|
@@ -8270,8 +8270,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8270
8270
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
8271
8271
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
8272
8272
|
}, "strip", z.ZodTypeAny, {
|
|
8273
|
-
unansweredInvites: number | null;
|
|
8274
8273
|
updatedAt: number | null;
|
|
8274
|
+
unansweredInvites: number | null;
|
|
8275
8275
|
proposals: {
|
|
8276
8276
|
max: number | null;
|
|
8277
8277
|
min: number | null;
|
|
@@ -8282,8 +8282,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8282
8282
|
interviewing: number | null;
|
|
8283
8283
|
invitesSent: number | null;
|
|
8284
8284
|
}, {
|
|
8285
|
-
unansweredInvites: number | null;
|
|
8286
8285
|
updatedAt: number | null;
|
|
8286
|
+
unansweredInvites: number | null;
|
|
8287
8287
|
proposals: {
|
|
8288
8288
|
max: number | null;
|
|
8289
8289
|
min: number | null;
|
|
@@ -8437,14 +8437,15 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8437
8437
|
description: string | null;
|
|
8438
8438
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
8439
8439
|
datetime: number | null;
|
|
8440
|
+
createdAt: number | null;
|
|
8441
|
+
updatedAt: number | null;
|
|
8442
|
+
proposal: string | null;
|
|
8440
8443
|
organizationId: string;
|
|
8441
8444
|
campaignId: string;
|
|
8442
8445
|
category: string | null;
|
|
8443
8446
|
uid: string | null;
|
|
8444
8447
|
questions: string[] | null;
|
|
8445
8448
|
occupation: string | null;
|
|
8446
|
-
createdAt: number | null;
|
|
8447
|
-
updatedAt: number | null;
|
|
8448
8449
|
questionAnswerPairs: {
|
|
8449
8450
|
answer: string;
|
|
8450
8451
|
question: string;
|
|
@@ -8452,9 +8453,9 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8452
8453
|
coverLetterTemplateId: string | null;
|
|
8453
8454
|
jobId: string;
|
|
8454
8455
|
clientReviews: {
|
|
8455
|
-
hourlyRate: number | null;
|
|
8456
|
-
jobTitle: string | null;
|
|
8457
8456
|
freelancerName: string | null;
|
|
8457
|
+
jobTitle: string | null;
|
|
8458
|
+
hourlyRate: number | null;
|
|
8458
8459
|
freelancerRating: number | null;
|
|
8459
8460
|
freelancerFeedback: string | null;
|
|
8460
8461
|
clientFeedback: string | null;
|
|
@@ -8508,8 +8509,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8508
8509
|
avg: number | null;
|
|
8509
8510
|
} | null;
|
|
8510
8511
|
jobActivity: {
|
|
8511
|
-
unansweredInvites: number | null;
|
|
8512
8512
|
updatedAt: number | null;
|
|
8513
|
+
unansweredInvites: number | null;
|
|
8513
8514
|
proposals: {
|
|
8514
8515
|
max: number | null;
|
|
8515
8516
|
min: number | null;
|
|
@@ -8524,7 +8525,6 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8524
8525
|
scrapedAt: number | null;
|
|
8525
8526
|
suitabilityRating: number | null;
|
|
8526
8527
|
suitabilityReason: string | null;
|
|
8527
|
-
proposal: string | null;
|
|
8528
8528
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
8529
8529
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
8530
8530
|
biddingAmount: number | null;
|
|
@@ -8567,8 +8567,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8567
8567
|
proposalId?: string | undefined;
|
|
8568
8568
|
wonAmount?: number | undefined;
|
|
8569
8569
|
activity?: Partial<Record<"4h" | "24h", {
|
|
8570
|
-
unansweredInvites: number | null;
|
|
8571
8570
|
updatedAt: number | null;
|
|
8571
|
+
unansweredInvites: number | null;
|
|
8572
8572
|
proposals: {
|
|
8573
8573
|
max: number | null;
|
|
8574
8574
|
min: number | null;
|
|
@@ -8603,14 +8603,15 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8603
8603
|
description: string | null;
|
|
8604
8604
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
8605
8605
|
datetime: number | null;
|
|
8606
|
+
createdAt: number | null;
|
|
8607
|
+
updatedAt: number | null;
|
|
8608
|
+
proposal: string | null;
|
|
8606
8609
|
organizationId: string;
|
|
8607
8610
|
campaignId: string;
|
|
8608
8611
|
category: string | null;
|
|
8609
8612
|
uid: string | null;
|
|
8610
8613
|
questions: string[] | null;
|
|
8611
8614
|
occupation: string | null;
|
|
8612
|
-
createdAt: number | null;
|
|
8613
|
-
updatedAt: number | null;
|
|
8614
8615
|
questionAnswerPairs: {
|
|
8615
8616
|
answer: string;
|
|
8616
8617
|
question: string;
|
|
@@ -8618,9 +8619,9 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8618
8619
|
coverLetterTemplateId: string | null;
|
|
8619
8620
|
jobId: string;
|
|
8620
8621
|
clientReviews: {
|
|
8621
|
-
hourlyRate: number | null;
|
|
8622
|
-
jobTitle: string | null;
|
|
8623
8622
|
freelancerName: string | null;
|
|
8623
|
+
jobTitle: string | null;
|
|
8624
|
+
hourlyRate: number | null;
|
|
8624
8625
|
freelancerRating: number | null;
|
|
8625
8626
|
freelancerFeedback: string | null;
|
|
8626
8627
|
clientFeedback: string | null;
|
|
@@ -8674,8 +8675,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8674
8675
|
avg: number | null;
|
|
8675
8676
|
} | null;
|
|
8676
8677
|
jobActivity: {
|
|
8677
|
-
unansweredInvites: number | null;
|
|
8678
8678
|
updatedAt: number | null;
|
|
8679
|
+
unansweredInvites: number | null;
|
|
8679
8680
|
proposals: {
|
|
8680
8681
|
max: number | null;
|
|
8681
8682
|
min: number | null;
|
|
@@ -8690,7 +8691,6 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8690
8691
|
scrapedAt: number | null;
|
|
8691
8692
|
suitabilityRating: number | null;
|
|
8692
8693
|
suitabilityReason: string | null;
|
|
8693
|
-
proposal: string | null;
|
|
8694
8694
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
8695
8695
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
8696
8696
|
biddingAmount: number | null;
|
|
@@ -8733,8 +8733,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8733
8733
|
proposalId?: string | undefined;
|
|
8734
8734
|
wonAmount?: number | undefined;
|
|
8735
8735
|
activity?: Partial<Record<"4h" | "24h", {
|
|
8736
|
-
unansweredInvites: number | null;
|
|
8737
8736
|
updatedAt: number | null;
|
|
8737
|
+
unansweredInvites: number | null;
|
|
8738
8738
|
proposals: {
|
|
8739
8739
|
max: number | null;
|
|
8740
8740
|
min: number | null;
|
|
@@ -8821,14 +8821,15 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8821
8821
|
description: string | null;
|
|
8822
8822
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
8823
8823
|
datetime: number | null;
|
|
8824
|
+
createdAt: number | null;
|
|
8825
|
+
updatedAt: number | null;
|
|
8826
|
+
proposal: string | null;
|
|
8824
8827
|
organizationId: string;
|
|
8825
8828
|
campaignId: string;
|
|
8826
8829
|
category: string | null;
|
|
8827
8830
|
uid: string | null;
|
|
8828
8831
|
questions: string[] | null;
|
|
8829
8832
|
occupation: string | null;
|
|
8830
|
-
createdAt: number | null;
|
|
8831
|
-
updatedAt: number | null;
|
|
8832
8833
|
questionAnswerPairs: {
|
|
8833
8834
|
answer: string;
|
|
8834
8835
|
question: string;
|
|
@@ -8836,9 +8837,9 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8836
8837
|
coverLetterTemplateId: string | null;
|
|
8837
8838
|
jobId: string;
|
|
8838
8839
|
clientReviews: {
|
|
8839
|
-
hourlyRate: number | null;
|
|
8840
|
-
jobTitle: string | null;
|
|
8841
8840
|
freelancerName: string | null;
|
|
8841
|
+
jobTitle: string | null;
|
|
8842
|
+
hourlyRate: number | null;
|
|
8842
8843
|
freelancerRating: number | null;
|
|
8843
8844
|
freelancerFeedback: string | null;
|
|
8844
8845
|
clientFeedback: string | null;
|
|
@@ -8892,8 +8893,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8892
8893
|
avg: number | null;
|
|
8893
8894
|
} | null;
|
|
8894
8895
|
jobActivity: {
|
|
8895
|
-
unansweredInvites: number | null;
|
|
8896
8896
|
updatedAt: number | null;
|
|
8897
|
+
unansweredInvites: number | null;
|
|
8897
8898
|
proposals: {
|
|
8898
8899
|
max: number | null;
|
|
8899
8900
|
min: number | null;
|
|
@@ -8908,7 +8909,6 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8908
8909
|
scrapedAt: number | null;
|
|
8909
8910
|
suitabilityRating: number | null;
|
|
8910
8911
|
suitabilityReason: string | null;
|
|
8911
|
-
proposal: string | null;
|
|
8912
8912
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
8913
8913
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
8914
8914
|
biddingAmount: number | null;
|
|
@@ -8951,8 +8951,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8951
8951
|
proposalId?: string | undefined;
|
|
8952
8952
|
wonAmount?: number | undefined;
|
|
8953
8953
|
activity?: Partial<Record<"4h" | "24h", {
|
|
8954
|
-
unansweredInvites: number | null;
|
|
8955
8954
|
updatedAt: number | null;
|
|
8955
|
+
unansweredInvites: number | null;
|
|
8956
8956
|
proposals: {
|
|
8957
8957
|
max: number | null;
|
|
8958
8958
|
min: number | null;
|
|
@@ -9016,14 +9016,15 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9016
9016
|
description: string | null;
|
|
9017
9017
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
9018
9018
|
datetime: number | null;
|
|
9019
|
+
createdAt: number | null;
|
|
9020
|
+
updatedAt: number | null;
|
|
9021
|
+
proposal: string | null;
|
|
9019
9022
|
organizationId: string;
|
|
9020
9023
|
campaignId: string;
|
|
9021
9024
|
category: string | null;
|
|
9022
9025
|
uid: string | null;
|
|
9023
9026
|
questions: string[] | null;
|
|
9024
9027
|
occupation: string | null;
|
|
9025
|
-
createdAt: number | null;
|
|
9026
|
-
updatedAt: number | null;
|
|
9027
9028
|
questionAnswerPairs: {
|
|
9028
9029
|
answer: string;
|
|
9029
9030
|
question: string;
|
|
@@ -9031,9 +9032,9 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9031
9032
|
coverLetterTemplateId: string | null;
|
|
9032
9033
|
jobId: string;
|
|
9033
9034
|
clientReviews: {
|
|
9034
|
-
hourlyRate: number | null;
|
|
9035
|
-
jobTitle: string | null;
|
|
9036
9035
|
freelancerName: string | null;
|
|
9036
|
+
jobTitle: string | null;
|
|
9037
|
+
hourlyRate: number | null;
|
|
9037
9038
|
freelancerRating: number | null;
|
|
9038
9039
|
freelancerFeedback: string | null;
|
|
9039
9040
|
clientFeedback: string | null;
|
|
@@ -9087,8 +9088,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9087
9088
|
avg: number | null;
|
|
9088
9089
|
} | null;
|
|
9089
9090
|
jobActivity: {
|
|
9090
|
-
unansweredInvites: number | null;
|
|
9091
9091
|
updatedAt: number | null;
|
|
9092
|
+
unansweredInvites: number | null;
|
|
9092
9093
|
proposals: {
|
|
9093
9094
|
max: number | null;
|
|
9094
9095
|
min: number | null;
|
|
@@ -9103,7 +9104,6 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9103
9104
|
scrapedAt: number | null;
|
|
9104
9105
|
suitabilityRating: number | null;
|
|
9105
9106
|
suitabilityReason: string | null;
|
|
9106
|
-
proposal: string | null;
|
|
9107
9107
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
9108
9108
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
9109
9109
|
biddingAmount: number | null;
|
|
@@ -9146,8 +9146,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9146
9146
|
proposalId?: string | undefined;
|
|
9147
9147
|
wonAmount?: number | undefined;
|
|
9148
9148
|
activity?: Partial<Record<"4h" | "24h", {
|
|
9149
|
-
unansweredInvites: number | null;
|
|
9150
9149
|
updatedAt: number | null;
|
|
9150
|
+
unansweredInvites: number | null;
|
|
9151
9151
|
proposals: {
|
|
9152
9152
|
max: number | null;
|
|
9153
9153
|
min: number | null;
|
|
@@ -9199,14 +9199,15 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9199
9199
|
description: string | null;
|
|
9200
9200
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
9201
9201
|
datetime: number | null;
|
|
9202
|
+
createdAt: number | null;
|
|
9203
|
+
updatedAt: number | null;
|
|
9204
|
+
proposal: string | null;
|
|
9202
9205
|
organizationId: string;
|
|
9203
9206
|
campaignId: string;
|
|
9204
9207
|
category: string | null;
|
|
9205
9208
|
uid: string | null;
|
|
9206
9209
|
questions: string[] | null;
|
|
9207
9210
|
occupation: string | null;
|
|
9208
|
-
createdAt: number | null;
|
|
9209
|
-
updatedAt: number | null;
|
|
9210
9211
|
questionAnswerPairs: {
|
|
9211
9212
|
answer: string;
|
|
9212
9213
|
question: string;
|
|
@@ -9214,9 +9215,9 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9214
9215
|
coverLetterTemplateId: string | null;
|
|
9215
9216
|
jobId: string;
|
|
9216
9217
|
clientReviews: {
|
|
9217
|
-
hourlyRate: number | null;
|
|
9218
|
-
jobTitle: string | null;
|
|
9219
9218
|
freelancerName: string | null;
|
|
9219
|
+
jobTitle: string | null;
|
|
9220
|
+
hourlyRate: number | null;
|
|
9220
9221
|
freelancerRating: number | null;
|
|
9221
9222
|
freelancerFeedback: string | null;
|
|
9222
9223
|
clientFeedback: string | null;
|
|
@@ -9270,8 +9271,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9270
9271
|
avg: number | null;
|
|
9271
9272
|
} | null;
|
|
9272
9273
|
jobActivity: {
|
|
9273
|
-
unansweredInvites: number | null;
|
|
9274
9274
|
updatedAt: number | null;
|
|
9275
|
+
unansweredInvites: number | null;
|
|
9275
9276
|
proposals: {
|
|
9276
9277
|
max: number | null;
|
|
9277
9278
|
min: number | null;
|
|
@@ -9286,7 +9287,6 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9286
9287
|
scrapedAt: number | null;
|
|
9287
9288
|
suitabilityRating: number | null;
|
|
9288
9289
|
suitabilityReason: string | null;
|
|
9289
|
-
proposal: string | null;
|
|
9290
9290
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
9291
9291
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
9292
9292
|
biddingAmount: number | null;
|
|
@@ -9329,8 +9329,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9329
9329
|
proposalId?: string | undefined;
|
|
9330
9330
|
wonAmount?: number | undefined;
|
|
9331
9331
|
activity?: Partial<Record<"4h" | "24h", {
|
|
9332
|
-
unansweredInvites: number | null;
|
|
9333
9332
|
updatedAt: number | null;
|
|
9333
|
+
unansweredInvites: number | null;
|
|
9334
9334
|
proposals: {
|
|
9335
9335
|
max: number | null;
|
|
9336
9336
|
min: number | null;
|
|
@@ -9385,14 +9385,15 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9385
9385
|
description: string | null;
|
|
9386
9386
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
9387
9387
|
datetime: number | null;
|
|
9388
|
+
createdAt: number | null;
|
|
9389
|
+
updatedAt: number | null;
|
|
9390
|
+
proposal: string | null;
|
|
9388
9391
|
organizationId: string;
|
|
9389
9392
|
campaignId: string;
|
|
9390
9393
|
category: string | null;
|
|
9391
9394
|
uid: string | null;
|
|
9392
9395
|
questions: string[] | null;
|
|
9393
9396
|
occupation: string | null;
|
|
9394
|
-
createdAt: number | null;
|
|
9395
|
-
updatedAt: number | null;
|
|
9396
9397
|
questionAnswerPairs: {
|
|
9397
9398
|
answer: string;
|
|
9398
9399
|
question: string;
|
|
@@ -9400,9 +9401,9 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9400
9401
|
coverLetterTemplateId: string | null;
|
|
9401
9402
|
jobId: string;
|
|
9402
9403
|
clientReviews: {
|
|
9403
|
-
hourlyRate: number | null;
|
|
9404
|
-
jobTitle: string | null;
|
|
9405
9404
|
freelancerName: string | null;
|
|
9405
|
+
jobTitle: string | null;
|
|
9406
|
+
hourlyRate: number | null;
|
|
9406
9407
|
freelancerRating: number | null;
|
|
9407
9408
|
freelancerFeedback: string | null;
|
|
9408
9409
|
clientFeedback: string | null;
|
|
@@ -9456,8 +9457,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9456
9457
|
avg: number | null;
|
|
9457
9458
|
} | null;
|
|
9458
9459
|
jobActivity: {
|
|
9459
|
-
unansweredInvites: number | null;
|
|
9460
9460
|
updatedAt: number | null;
|
|
9461
|
+
unansweredInvites: number | null;
|
|
9461
9462
|
proposals: {
|
|
9462
9463
|
max: number | null;
|
|
9463
9464
|
min: number | null;
|
|
@@ -9472,7 +9473,6 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9472
9473
|
scrapedAt: number | null;
|
|
9473
9474
|
suitabilityRating: number | null;
|
|
9474
9475
|
suitabilityReason: string | null;
|
|
9475
|
-
proposal: string | null;
|
|
9476
9476
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
9477
9477
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
9478
9478
|
biddingAmount: number | null;
|
|
@@ -9515,8 +9515,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9515
9515
|
proposalId?: string | undefined;
|
|
9516
9516
|
wonAmount?: number | undefined;
|
|
9517
9517
|
activity?: Partial<Record<"4h" | "24h", {
|
|
9518
|
-
unansweredInvites: number | null;
|
|
9519
9518
|
updatedAt: number | null;
|
|
9519
|
+
unansweredInvites: number | null;
|
|
9520
9520
|
proposals: {
|
|
9521
9521
|
max: number | null;
|
|
9522
9522
|
min: number | null;
|
|
@@ -9568,14 +9568,15 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9568
9568
|
description: string | null;
|
|
9569
9569
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
9570
9570
|
datetime: number | null;
|
|
9571
|
+
createdAt: number | null;
|
|
9572
|
+
updatedAt: number | null;
|
|
9573
|
+
proposal: string | null;
|
|
9571
9574
|
organizationId: string;
|
|
9572
9575
|
campaignId: string;
|
|
9573
9576
|
category: string | null;
|
|
9574
9577
|
uid: string | null;
|
|
9575
9578
|
questions: string[] | null;
|
|
9576
9579
|
occupation: string | null;
|
|
9577
|
-
createdAt: number | null;
|
|
9578
|
-
updatedAt: number | null;
|
|
9579
9580
|
questionAnswerPairs: {
|
|
9580
9581
|
answer: string;
|
|
9581
9582
|
question: string;
|
|
@@ -9583,9 +9584,9 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9583
9584
|
coverLetterTemplateId: string | null;
|
|
9584
9585
|
jobId: string;
|
|
9585
9586
|
clientReviews: {
|
|
9586
|
-
hourlyRate: number | null;
|
|
9587
|
-
jobTitle: string | null;
|
|
9588
9587
|
freelancerName: string | null;
|
|
9588
|
+
jobTitle: string | null;
|
|
9589
|
+
hourlyRate: number | null;
|
|
9589
9590
|
freelancerRating: number | null;
|
|
9590
9591
|
freelancerFeedback: string | null;
|
|
9591
9592
|
clientFeedback: string | null;
|
|
@@ -9639,8 +9640,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9639
9640
|
avg: number | null;
|
|
9640
9641
|
} | null;
|
|
9641
9642
|
jobActivity: {
|
|
9642
|
-
unansweredInvites: number | null;
|
|
9643
9643
|
updatedAt: number | null;
|
|
9644
|
+
unansweredInvites: number | null;
|
|
9644
9645
|
proposals: {
|
|
9645
9646
|
max: number | null;
|
|
9646
9647
|
min: number | null;
|
|
@@ -9655,7 +9656,6 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9655
9656
|
scrapedAt: number | null;
|
|
9656
9657
|
suitabilityRating: number | null;
|
|
9657
9658
|
suitabilityReason: string | null;
|
|
9658
|
-
proposal: string | null;
|
|
9659
9659
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
9660
9660
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
9661
9661
|
biddingAmount: number | null;
|
|
@@ -9698,8 +9698,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9698
9698
|
proposalId?: string | undefined;
|
|
9699
9699
|
wonAmount?: number | undefined;
|
|
9700
9700
|
activity?: Partial<Record<"4h" | "24h", {
|
|
9701
|
-
unansweredInvites: number | null;
|
|
9702
9701
|
updatedAt: number | null;
|
|
9702
|
+
unansweredInvites: number | null;
|
|
9703
9703
|
proposals: {
|
|
9704
9704
|
max: number | null;
|
|
9705
9705
|
min: number | null;
|
|
@@ -9754,14 +9754,15 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9754
9754
|
description: string | null;
|
|
9755
9755
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
9756
9756
|
datetime: number | null;
|
|
9757
|
+
createdAt: number | null;
|
|
9758
|
+
updatedAt: number | null;
|
|
9759
|
+
proposal: string | null;
|
|
9757
9760
|
organizationId: string;
|
|
9758
9761
|
campaignId: string;
|
|
9759
9762
|
category: string | null;
|
|
9760
9763
|
uid: string | null;
|
|
9761
9764
|
questions: string[] | null;
|
|
9762
9765
|
occupation: string | null;
|
|
9763
|
-
createdAt: number | null;
|
|
9764
|
-
updatedAt: number | null;
|
|
9765
9766
|
questionAnswerPairs: {
|
|
9766
9767
|
answer: string;
|
|
9767
9768
|
question: string;
|
|
@@ -9769,9 +9770,9 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9769
9770
|
coverLetterTemplateId: string | null;
|
|
9770
9771
|
jobId: string;
|
|
9771
9772
|
clientReviews: {
|
|
9772
|
-
hourlyRate: number | null;
|
|
9773
|
-
jobTitle: string | null;
|
|
9774
9773
|
freelancerName: string | null;
|
|
9774
|
+
jobTitle: string | null;
|
|
9775
|
+
hourlyRate: number | null;
|
|
9775
9776
|
freelancerRating: number | null;
|
|
9776
9777
|
freelancerFeedback: string | null;
|
|
9777
9778
|
clientFeedback: string | null;
|
|
@@ -9825,8 +9826,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9825
9826
|
avg: number | null;
|
|
9826
9827
|
} | null;
|
|
9827
9828
|
jobActivity: {
|
|
9828
|
-
unansweredInvites: number | null;
|
|
9829
9829
|
updatedAt: number | null;
|
|
9830
|
+
unansweredInvites: number | null;
|
|
9830
9831
|
proposals: {
|
|
9831
9832
|
max: number | null;
|
|
9832
9833
|
min: number | null;
|
|
@@ -9841,7 +9842,6 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9841
9842
|
scrapedAt: number | null;
|
|
9842
9843
|
suitabilityRating: number | null;
|
|
9843
9844
|
suitabilityReason: string | null;
|
|
9844
|
-
proposal: string | null;
|
|
9845
9845
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
9846
9846
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
9847
9847
|
biddingAmount: number | null;
|
|
@@ -9884,8 +9884,8 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9884
9884
|
proposalId?: string | undefined;
|
|
9885
9885
|
wonAmount?: number | undefined;
|
|
9886
9886
|
activity?: Partial<Record<"4h" | "24h", {
|
|
9887
|
-
unansweredInvites: number | null;
|
|
9888
9887
|
updatedAt: number | null;
|
|
9888
|
+
unansweredInvites: number | null;
|
|
9889
9889
|
proposals: {
|
|
9890
9890
|
max: number | null;
|
|
9891
9891
|
min: number | null;
|
|
@@ -10073,9 +10073,9 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10073
10073
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
10074
10074
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
10075
10075
|
}, "strip", z.ZodTypeAny, {
|
|
10076
|
-
hourlyRate: number | null;
|
|
10077
|
-
jobTitle: string | null;
|
|
10078
10076
|
freelancerName: string | null;
|
|
10077
|
+
jobTitle: string | null;
|
|
10078
|
+
hourlyRate: number | null;
|
|
10079
10079
|
freelancerRating: number | null;
|
|
10080
10080
|
freelancerFeedback: string | null;
|
|
10081
10081
|
clientFeedback: string | null;
|
|
@@ -10086,9 +10086,9 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10086
10086
|
numHours: number | null;
|
|
10087
10087
|
totalBilled: number | null;
|
|
10088
10088
|
}, {
|
|
10089
|
-
hourlyRate: number | null;
|
|
10090
|
-
jobTitle: string | null;
|
|
10091
10089
|
freelancerName: string | null;
|
|
10090
|
+
jobTitle: string | null;
|
|
10091
|
+
hourlyRate: number | null;
|
|
10092
10092
|
freelancerRating: number | null;
|
|
10093
10093
|
freelancerFeedback: string | null;
|
|
10094
10094
|
clientFeedback: string | null;
|
|
@@ -10132,8 +10132,8 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10132
10132
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
10133
10133
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
10134
10134
|
}, "strip", z.ZodTypeAny, {
|
|
10135
|
-
unansweredInvites: number | null;
|
|
10136
10135
|
updatedAt: number | null;
|
|
10136
|
+
unansweredInvites: number | null;
|
|
10137
10137
|
proposals: {
|
|
10138
10138
|
max: number | null;
|
|
10139
10139
|
min: number | null;
|
|
@@ -10144,8 +10144,8 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10144
10144
|
interviewing: number | null;
|
|
10145
10145
|
invitesSent: number | null;
|
|
10146
10146
|
}, {
|
|
10147
|
-
unansweredInvites: number | null;
|
|
10148
10147
|
updatedAt: number | null;
|
|
10148
|
+
unansweredInvites: number | null;
|
|
10149
10149
|
proposals: {
|
|
10150
10150
|
max: number | null;
|
|
10151
10151
|
min: number | null;
|
|
@@ -10177,8 +10177,8 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10177
10177
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
10178
10178
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
10179
10179
|
}, "strip", z.ZodTypeAny, {
|
|
10180
|
-
unansweredInvites: number | null;
|
|
10181
10180
|
updatedAt: number | null;
|
|
10181
|
+
unansweredInvites: number | null;
|
|
10182
10182
|
proposals: {
|
|
10183
10183
|
max: number | null;
|
|
10184
10184
|
min: number | null;
|
|
@@ -10189,8 +10189,8 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10189
10189
|
interviewing: number | null;
|
|
10190
10190
|
invitesSent: number | null;
|
|
10191
10191
|
}, {
|
|
10192
|
-
unansweredInvites: number | null;
|
|
10193
10192
|
updatedAt: number | null;
|
|
10193
|
+
unansweredInvites: number | null;
|
|
10194
10194
|
proposals: {
|
|
10195
10195
|
max: number | null;
|
|
10196
10196
|
min: number | null;
|
|
@@ -10344,14 +10344,15 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10344
10344
|
description: string | null;
|
|
10345
10345
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
10346
10346
|
datetime: number | null;
|
|
10347
|
+
createdAt: number | null;
|
|
10348
|
+
updatedAt: number | null;
|
|
10349
|
+
proposal: string | null;
|
|
10347
10350
|
organizationId: string;
|
|
10348
10351
|
campaignId: string;
|
|
10349
10352
|
category: string | null;
|
|
10350
10353
|
uid: string | null;
|
|
10351
10354
|
questions: string[] | null;
|
|
10352
10355
|
occupation: string | null;
|
|
10353
|
-
createdAt: number | null;
|
|
10354
|
-
updatedAt: number | null;
|
|
10355
10356
|
questionAnswerPairs: {
|
|
10356
10357
|
answer: string;
|
|
10357
10358
|
question: string;
|
|
@@ -10359,9 +10360,9 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10359
10360
|
coverLetterTemplateId: string | null;
|
|
10360
10361
|
jobId: string;
|
|
10361
10362
|
clientReviews: {
|
|
10362
|
-
hourlyRate: number | null;
|
|
10363
|
-
jobTitle: string | null;
|
|
10364
10363
|
freelancerName: string | null;
|
|
10364
|
+
jobTitle: string | null;
|
|
10365
|
+
hourlyRate: number | null;
|
|
10365
10366
|
freelancerRating: number | null;
|
|
10366
10367
|
freelancerFeedback: string | null;
|
|
10367
10368
|
clientFeedback: string | null;
|
|
@@ -10415,8 +10416,8 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10415
10416
|
avg: number | null;
|
|
10416
10417
|
} | null;
|
|
10417
10418
|
jobActivity: {
|
|
10418
|
-
unansweredInvites: number | null;
|
|
10419
10419
|
updatedAt: number | null;
|
|
10420
|
+
unansweredInvites: number | null;
|
|
10420
10421
|
proposals: {
|
|
10421
10422
|
max: number | null;
|
|
10422
10423
|
min: number | null;
|
|
@@ -10431,7 +10432,6 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10431
10432
|
scrapedAt: number | null;
|
|
10432
10433
|
suitabilityRating: number | null;
|
|
10433
10434
|
suitabilityReason: string | null;
|
|
10434
|
-
proposal: string | null;
|
|
10435
10435
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
10436
10436
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
10437
10437
|
biddingAmount: number | null;
|
|
@@ -10474,8 +10474,8 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10474
10474
|
proposalId?: string | undefined;
|
|
10475
10475
|
wonAmount?: number | undefined;
|
|
10476
10476
|
activity?: Partial<Record<"4h" | "24h", {
|
|
10477
|
-
unansweredInvites: number | null;
|
|
10478
10477
|
updatedAt: number | null;
|
|
10478
|
+
unansweredInvites: number | null;
|
|
10479
10479
|
proposals: {
|
|
10480
10480
|
max: number | null;
|
|
10481
10481
|
min: number | null;
|
|
@@ -10510,14 +10510,15 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10510
10510
|
description: string | null;
|
|
10511
10511
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
10512
10512
|
datetime: number | null;
|
|
10513
|
+
createdAt: number | null;
|
|
10514
|
+
updatedAt: number | null;
|
|
10515
|
+
proposal: string | null;
|
|
10513
10516
|
organizationId: string;
|
|
10514
10517
|
campaignId: string;
|
|
10515
10518
|
category: string | null;
|
|
10516
10519
|
uid: string | null;
|
|
10517
10520
|
questions: string[] | null;
|
|
10518
10521
|
occupation: string | null;
|
|
10519
|
-
createdAt: number | null;
|
|
10520
|
-
updatedAt: number | null;
|
|
10521
10522
|
questionAnswerPairs: {
|
|
10522
10523
|
answer: string;
|
|
10523
10524
|
question: string;
|
|
@@ -10525,9 +10526,9 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10525
10526
|
coverLetterTemplateId: string | null;
|
|
10526
10527
|
jobId: string;
|
|
10527
10528
|
clientReviews: {
|
|
10528
|
-
hourlyRate: number | null;
|
|
10529
|
-
jobTitle: string | null;
|
|
10530
10529
|
freelancerName: string | null;
|
|
10530
|
+
jobTitle: string | null;
|
|
10531
|
+
hourlyRate: number | null;
|
|
10531
10532
|
freelancerRating: number | null;
|
|
10532
10533
|
freelancerFeedback: string | null;
|
|
10533
10534
|
clientFeedback: string | null;
|
|
@@ -10581,8 +10582,8 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10581
10582
|
avg: number | null;
|
|
10582
10583
|
} | null;
|
|
10583
10584
|
jobActivity: {
|
|
10584
|
-
unansweredInvites: number | null;
|
|
10585
10585
|
updatedAt: number | null;
|
|
10586
|
+
unansweredInvites: number | null;
|
|
10586
10587
|
proposals: {
|
|
10587
10588
|
max: number | null;
|
|
10588
10589
|
min: number | null;
|
|
@@ -10597,7 +10598,6 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10597
10598
|
scrapedAt: number | null;
|
|
10598
10599
|
suitabilityRating: number | null;
|
|
10599
10600
|
suitabilityReason: string | null;
|
|
10600
|
-
proposal: string | null;
|
|
10601
10601
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
10602
10602
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
10603
10603
|
biddingAmount: number | null;
|
|
@@ -10640,8 +10640,8 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10640
10640
|
proposalId?: string | undefined;
|
|
10641
10641
|
wonAmount?: number | undefined;
|
|
10642
10642
|
activity?: Partial<Record<"4h" | "24h", {
|
|
10643
|
-
unansweredInvites: number | null;
|
|
10644
10643
|
updatedAt: number | null;
|
|
10644
|
+
unansweredInvites: number | null;
|
|
10645
10645
|
proposals: {
|
|
10646
10646
|
max: number | null;
|
|
10647
10647
|
min: number | null;
|
|
@@ -10681,14 +10681,15 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10681
10681
|
description: string | null;
|
|
10682
10682
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
10683
10683
|
datetime: number | null;
|
|
10684
|
+
createdAt: number | null;
|
|
10685
|
+
updatedAt: number | null;
|
|
10686
|
+
proposal: string | null;
|
|
10684
10687
|
organizationId: string;
|
|
10685
10688
|
campaignId: string;
|
|
10686
10689
|
category: string | null;
|
|
10687
10690
|
uid: string | null;
|
|
10688
10691
|
questions: string[] | null;
|
|
10689
10692
|
occupation: string | null;
|
|
10690
|
-
createdAt: number | null;
|
|
10691
|
-
updatedAt: number | null;
|
|
10692
10693
|
questionAnswerPairs: {
|
|
10693
10694
|
answer: string;
|
|
10694
10695
|
question: string;
|
|
@@ -10696,9 +10697,9 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10696
10697
|
coverLetterTemplateId: string | null;
|
|
10697
10698
|
jobId: string;
|
|
10698
10699
|
clientReviews: {
|
|
10699
|
-
hourlyRate: number | null;
|
|
10700
|
-
jobTitle: string | null;
|
|
10701
10700
|
freelancerName: string | null;
|
|
10701
|
+
jobTitle: string | null;
|
|
10702
|
+
hourlyRate: number | null;
|
|
10702
10703
|
freelancerRating: number | null;
|
|
10703
10704
|
freelancerFeedback: string | null;
|
|
10704
10705
|
clientFeedback: string | null;
|
|
@@ -10752,8 +10753,8 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10752
10753
|
avg: number | null;
|
|
10753
10754
|
} | null;
|
|
10754
10755
|
jobActivity: {
|
|
10755
|
-
unansweredInvites: number | null;
|
|
10756
10756
|
updatedAt: number | null;
|
|
10757
|
+
unansweredInvites: number | null;
|
|
10757
10758
|
proposals: {
|
|
10758
10759
|
max: number | null;
|
|
10759
10760
|
min: number | null;
|
|
@@ -10768,7 +10769,6 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10768
10769
|
scrapedAt: number | null;
|
|
10769
10770
|
suitabilityRating: number | null;
|
|
10770
10771
|
suitabilityReason: string | null;
|
|
10771
|
-
proposal: string | null;
|
|
10772
10772
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
10773
10773
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
10774
10774
|
biddingAmount: number | null;
|
|
@@ -10811,8 +10811,8 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10811
10811
|
proposalId?: string | undefined;
|
|
10812
10812
|
wonAmount?: number | undefined;
|
|
10813
10813
|
activity?: Partial<Record<"4h" | "24h", {
|
|
10814
|
-
unansweredInvites: number | null;
|
|
10815
10814
|
updatedAt: number | null;
|
|
10815
|
+
unansweredInvites: number | null;
|
|
10816
10816
|
proposals: {
|
|
10817
10817
|
max: number | null;
|
|
10818
10818
|
min: number | null;
|
|
@@ -10852,14 +10852,15 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10852
10852
|
description: string | null;
|
|
10853
10853
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
10854
10854
|
datetime: number | null;
|
|
10855
|
+
createdAt: number | null;
|
|
10856
|
+
updatedAt: number | null;
|
|
10857
|
+
proposal: string | null;
|
|
10855
10858
|
organizationId: string;
|
|
10856
10859
|
campaignId: string;
|
|
10857
10860
|
category: string | null;
|
|
10858
10861
|
uid: string | null;
|
|
10859
10862
|
questions: string[] | null;
|
|
10860
10863
|
occupation: string | null;
|
|
10861
|
-
createdAt: number | null;
|
|
10862
|
-
updatedAt: number | null;
|
|
10863
10864
|
questionAnswerPairs: {
|
|
10864
10865
|
answer: string;
|
|
10865
10866
|
question: string;
|
|
@@ -10867,9 +10868,9 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10867
10868
|
coverLetterTemplateId: string | null;
|
|
10868
10869
|
jobId: string;
|
|
10869
10870
|
clientReviews: {
|
|
10870
|
-
hourlyRate: number | null;
|
|
10871
|
-
jobTitle: string | null;
|
|
10872
10871
|
freelancerName: string | null;
|
|
10872
|
+
jobTitle: string | null;
|
|
10873
|
+
hourlyRate: number | null;
|
|
10873
10874
|
freelancerRating: number | null;
|
|
10874
10875
|
freelancerFeedback: string | null;
|
|
10875
10876
|
clientFeedback: string | null;
|
|
@@ -10923,8 +10924,8 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10923
10924
|
avg: number | null;
|
|
10924
10925
|
} | null;
|
|
10925
10926
|
jobActivity: {
|
|
10926
|
-
unansweredInvites: number | null;
|
|
10927
10927
|
updatedAt: number | null;
|
|
10928
|
+
unansweredInvites: number | null;
|
|
10928
10929
|
proposals: {
|
|
10929
10930
|
max: number | null;
|
|
10930
10931
|
min: number | null;
|
|
@@ -10939,7 +10940,6 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10939
10940
|
scrapedAt: number | null;
|
|
10940
10941
|
suitabilityRating: number | null;
|
|
10941
10942
|
suitabilityReason: string | null;
|
|
10942
|
-
proposal: string | null;
|
|
10943
10943
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
10944
10944
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
10945
10945
|
biddingAmount: number | null;
|
|
@@ -10982,8 +10982,8 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10982
10982
|
proposalId?: string | undefined;
|
|
10983
10983
|
wonAmount?: number | undefined;
|
|
10984
10984
|
activity?: Partial<Record<"4h" | "24h", {
|
|
10985
|
-
unansweredInvites: number | null;
|
|
10986
10985
|
updatedAt: number | null;
|
|
10986
|
+
unansweredInvites: number | null;
|
|
10987
10987
|
proposals: {
|
|
10988
10988
|
max: number | null;
|
|
10989
10989
|
min: number | null;
|