lancer-shared 1.2.326 → 1.2.327
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 +105 -0
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +94 -1
- package/dist/bundle.esm.js.map +1 -1
- package/dist/constants/chat.d.ts +17 -1
- package/dist/constants/routes.d.ts +1 -0
- package/dist/schemas/account/bidder-account.d.ts +33 -33
- package/dist/schemas/account/scraper-account.d.ts +10 -10
- package/dist/schemas/agent/index.d.ts +208 -208
- package/dist/schemas/agent/proposal.d.ts +2 -2
- package/dist/schemas/bidder/bid.d.ts +1744 -1744
- package/dist/schemas/campaign/campaign-analytics.d.ts +250 -250
- package/dist/schemas/campaign/campaign-chat-bot.d.ts +4 -4
- package/dist/schemas/campaign/campaign.d.ts +69 -69
- package/dist/schemas/chat/index.d.ts +563 -68
- 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 +70 -70
- package/dist/schemas/job/job-details.d.ts +14 -14
- package/dist/schemas/job/job-listing.d.ts +10 -10
- package/dist/schemas/job/nuxt.d.ts +6 -6
- package/dist/schemas/lead/index.d.ts +683 -683
- package/dist/schemas/lead/lead-status.d.ts +2 -2
- package/dist/schemas/logger/feed/feed-job-enrich.d.ts +98 -98
- package/dist/schemas/logger/log-event.d.ts +40 -40
- package/dist/schemas/logger/scraper-events.d.ts +8 -8
- package/dist/schemas/notifications/index.d.ts +4 -4
- package/dist/schemas/organization/billing.d.ts +2 -2
- package/dist/schemas/organization/index.d.ts +34 -34
- package/dist/schemas/organization/onboarding.d.ts +2 -2
- package/dist/schemas/organization/organization-leads.d.ts +2 -2
- package/dist/schemas/organization/subscription.d.ts +6 -6
- 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 +262 -262
- package/dist/schemas/scraper/scrape-result.d.ts +86 -86
- package/dist/schemas/transaction/index.d.ts +4 -4
- package/dist/schemas/upwork-talent/index.d.ts +8 -8
- package/dist/schemas/usage/index.d.ts +2 -2
- package/dist/schemas/usage-event/index.d.ts +8 -8
- package/package.json +1 -1
|
@@ -38,9 +38,9 @@ export declare const leadBiddingConfigSchema: z.ZodObject<{
|
|
|
38
38
|
specialisedProfile: string | null;
|
|
39
39
|
}>;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
-
biddingDelayInMinutes: number | null;
|
|
42
41
|
appliedFromQueue: boolean | null;
|
|
43
|
-
|
|
42
|
+
biddingDelayInMinutes: number | null;
|
|
43
|
+
bidWithWarning: "skip" | "bid";
|
|
44
44
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
45
45
|
biddingHourlyRatePercentage: number | null;
|
|
46
46
|
biddingFixedHourlyRate: number | null;
|
|
@@ -50,16 +50,16 @@ export declare const leadBiddingConfigSchema: z.ZodObject<{
|
|
|
50
50
|
maximumBoost: number | null;
|
|
51
51
|
minBoost: number | null;
|
|
52
52
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
53
|
-
alreadyHiredAction: "
|
|
53
|
+
alreadyHiredAction: "skip" | "bid";
|
|
54
54
|
bidConfig: {
|
|
55
55
|
contractorName: string | null;
|
|
56
56
|
agencyName: string | null;
|
|
57
57
|
specialisedProfile: string | null;
|
|
58
58
|
};
|
|
59
59
|
}, {
|
|
60
|
-
biddingDelayInMinutes: number | null;
|
|
61
60
|
appliedFromQueue: boolean | null;
|
|
62
|
-
|
|
61
|
+
biddingDelayInMinutes: number | null;
|
|
62
|
+
bidWithWarning: "skip" | "bid";
|
|
63
63
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
64
64
|
biddingHourlyRatePercentage: number | null;
|
|
65
65
|
biddingFixedHourlyRate: number | null;
|
|
@@ -69,7 +69,7 @@ export declare const leadBiddingConfigSchema: z.ZodObject<{
|
|
|
69
69
|
maximumBoost: number | null;
|
|
70
70
|
minBoost: number | null;
|
|
71
71
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
72
|
-
alreadyHiredAction: "
|
|
72
|
+
alreadyHiredAction: "skip" | "bid";
|
|
73
73
|
bidConfig: {
|
|
74
74
|
contractorName: string | null;
|
|
75
75
|
agencyName: string | null;
|
|
@@ -120,9 +120,9 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
120
120
|
max: number | null;
|
|
121
121
|
min: number | null;
|
|
122
122
|
} | null;
|
|
123
|
+
experienceLevel: string | null;
|
|
123
124
|
paymentType: string | null;
|
|
124
125
|
fixedPrice: number | null;
|
|
125
|
-
experienceLevel: string | null;
|
|
126
126
|
}, {
|
|
127
127
|
hours: string | null;
|
|
128
128
|
duration: string | null;
|
|
@@ -130,9 +130,9 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
130
130
|
max: number | null;
|
|
131
131
|
min: number | null;
|
|
132
132
|
} | null;
|
|
133
|
+
experienceLevel: string | null;
|
|
133
134
|
paymentType: string | null;
|
|
134
135
|
fixedPrice: number | null;
|
|
135
|
-
experienceLevel: string | null;
|
|
136
136
|
}>>;
|
|
137
137
|
clientInfo: z.ZodNullable<z.ZodObject<{
|
|
138
138
|
isPaymentVerified: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -230,29 +230,29 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
230
230
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
231
231
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
232
232
|
}, "strip", z.ZodTypeAny, {
|
|
233
|
-
freelancerName: string | null;
|
|
234
|
-
jobTitle: string | null;
|
|
235
233
|
hourlyRate: number | null;
|
|
234
|
+
paymentType: string | null;
|
|
235
|
+
fixedPrice: number | null;
|
|
236
|
+
jobTitle: string | null;
|
|
237
|
+
freelancerName: string | null;
|
|
236
238
|
freelancerRating: number | null;
|
|
237
239
|
freelancerFeedback: string | null;
|
|
238
240
|
clientFeedback: string | null;
|
|
239
241
|
clientFeedbackRating: number | null;
|
|
240
242
|
dateRange: string | null;
|
|
241
|
-
paymentType: string | null;
|
|
242
|
-
fixedPrice: number | null;
|
|
243
243
|
numHours: number | null;
|
|
244
244
|
totalBilled: number | null;
|
|
245
245
|
}, {
|
|
246
|
-
freelancerName: string | null;
|
|
247
|
-
jobTitle: string | null;
|
|
248
246
|
hourlyRate: number | null;
|
|
247
|
+
paymentType: string | null;
|
|
248
|
+
fixedPrice: number | null;
|
|
249
|
+
jobTitle: string | null;
|
|
250
|
+
freelancerName: string | null;
|
|
249
251
|
freelancerRating: number | null;
|
|
250
252
|
freelancerFeedback: string | null;
|
|
251
253
|
clientFeedback: string | null;
|
|
252
254
|
clientFeedbackRating: number | null;
|
|
253
255
|
dateRange: string | null;
|
|
254
|
-
paymentType: string | null;
|
|
255
|
-
fixedPrice: number | null;
|
|
256
256
|
numHours: number | null;
|
|
257
257
|
totalBilled: number | null;
|
|
258
258
|
}>, "many">>;
|
|
@@ -289,8 +289,8 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
289
289
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
290
290
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
291
291
|
}, "strip", z.ZodTypeAny, {
|
|
292
|
-
updatedAt: number | null;
|
|
293
292
|
unansweredInvites: number | null;
|
|
293
|
+
updatedAt: number | null;
|
|
294
294
|
proposals: {
|
|
295
295
|
max: number | null;
|
|
296
296
|
min: number | null;
|
|
@@ -301,8 +301,8 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
301
301
|
interviewing: number | null;
|
|
302
302
|
invitesSent: number | null;
|
|
303
303
|
}, {
|
|
304
|
-
updatedAt: number | null;
|
|
305
304
|
unansweredInvites: number | null;
|
|
305
|
+
updatedAt: number | null;
|
|
306
306
|
proposals: {
|
|
307
307
|
max: number | null;
|
|
308
308
|
min: number | null;
|
|
@@ -334,8 +334,8 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
334
334
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
335
335
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
336
336
|
}, "strip", z.ZodTypeAny, {
|
|
337
|
-
updatedAt: number | null;
|
|
338
337
|
unansweredInvites: number | null;
|
|
338
|
+
updatedAt: number | null;
|
|
339
339
|
proposals: {
|
|
340
340
|
max: number | null;
|
|
341
341
|
min: number | null;
|
|
@@ -346,8 +346,8 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
346
346
|
interviewing: number | null;
|
|
347
347
|
invitesSent: number | null;
|
|
348
348
|
}, {
|
|
349
|
-
updatedAt: number | null;
|
|
350
349
|
unansweredInvites: number | null;
|
|
350
|
+
updatedAt: number | null;
|
|
351
351
|
proposals: {
|
|
352
352
|
max: number | null;
|
|
353
353
|
min: number | null;
|
|
@@ -445,9 +445,9 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
445
445
|
specialisedProfile: string | null;
|
|
446
446
|
}>;
|
|
447
447
|
}, "strip", z.ZodTypeAny, {
|
|
448
|
-
biddingDelayInMinutes: number | null;
|
|
449
448
|
appliedFromQueue: boolean | null;
|
|
450
|
-
|
|
449
|
+
biddingDelayInMinutes: number | null;
|
|
450
|
+
bidWithWarning: "skip" | "bid";
|
|
451
451
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
452
452
|
biddingHourlyRatePercentage: number | null;
|
|
453
453
|
biddingFixedHourlyRate: number | null;
|
|
@@ -457,16 +457,16 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
457
457
|
maximumBoost: number | null;
|
|
458
458
|
minBoost: number | null;
|
|
459
459
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
460
|
-
alreadyHiredAction: "
|
|
460
|
+
alreadyHiredAction: "skip" | "bid";
|
|
461
461
|
bidConfig: {
|
|
462
462
|
contractorName: string | null;
|
|
463
463
|
agencyName: string | null;
|
|
464
464
|
specialisedProfile: string | null;
|
|
465
465
|
};
|
|
466
466
|
}, {
|
|
467
|
-
biddingDelayInMinutes: number | null;
|
|
468
467
|
appliedFromQueue: boolean | null;
|
|
469
|
-
|
|
468
|
+
biddingDelayInMinutes: number | null;
|
|
469
|
+
bidWithWarning: "skip" | "bid";
|
|
470
470
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
471
471
|
biddingHourlyRatePercentage: number | null;
|
|
472
472
|
biddingFixedHourlyRate: number | null;
|
|
@@ -476,7 +476,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
476
476
|
maximumBoost: number | null;
|
|
477
477
|
minBoost: number | null;
|
|
478
478
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
479
|
-
alreadyHiredAction: "
|
|
479
|
+
alreadyHiredAction: "skip" | "bid";
|
|
480
480
|
bidConfig: {
|
|
481
481
|
contractorName: string | null;
|
|
482
482
|
agencyName: string | null;
|
|
@@ -494,42 +494,23 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
494
494
|
max: number | null;
|
|
495
495
|
min: number | null;
|
|
496
496
|
} | null;
|
|
497
|
+
experienceLevel: string | null;
|
|
497
498
|
paymentType: string | null;
|
|
498
499
|
fixedPrice: number | null;
|
|
499
|
-
experienceLevel: string | null;
|
|
500
500
|
} | null;
|
|
501
501
|
description: string | null;
|
|
502
502
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
503
503
|
datetime: number | null;
|
|
504
|
-
createdAt: number | null;
|
|
505
|
-
updatedAt: number | null;
|
|
506
|
-
proposal: string | null;
|
|
507
|
-
organizationId: string;
|
|
508
|
-
campaignId: string;
|
|
509
504
|
category: string | null;
|
|
510
505
|
uid: string | null;
|
|
511
506
|
questions: string[] | null;
|
|
512
507
|
occupation: string | null;
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
clientReviews: {
|
|
520
|
-
freelancerName: string | null;
|
|
521
|
-
jobTitle: string | null;
|
|
522
|
-
hourlyRate: number | null;
|
|
523
|
-
freelancerRating: number | null;
|
|
524
|
-
freelancerFeedback: string | null;
|
|
525
|
-
clientFeedback: string | null;
|
|
526
|
-
clientFeedbackRating: number | null;
|
|
527
|
-
dateRange: string | null;
|
|
528
|
-
paymentType: string | null;
|
|
529
|
-
fixedPrice: number | null;
|
|
530
|
-
numHours: number | null;
|
|
531
|
-
totalBilled: number | null;
|
|
532
|
-
}[] | null;
|
|
508
|
+
organizationId: string;
|
|
509
|
+
createdAt: number | null;
|
|
510
|
+
updatedAt: number | null;
|
|
511
|
+
campaignId: string;
|
|
512
|
+
biddingDelayInMinutes: number | null;
|
|
513
|
+
specialisedProfile: string | null;
|
|
533
514
|
skills: {
|
|
534
515
|
name: string;
|
|
535
516
|
}[] | null;
|
|
@@ -567,14 +548,28 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
567
548
|
includeRisingTalent: string | null;
|
|
568
549
|
} | null;
|
|
569
550
|
isFeatured: boolean | null;
|
|
551
|
+
clientReviews: {
|
|
552
|
+
hourlyRate: number | null;
|
|
553
|
+
paymentType: string | null;
|
|
554
|
+
fixedPrice: number | null;
|
|
555
|
+
jobTitle: string | null;
|
|
556
|
+
freelancerName: string | null;
|
|
557
|
+
freelancerRating: number | null;
|
|
558
|
+
freelancerFeedback: string | null;
|
|
559
|
+
clientFeedback: string | null;
|
|
560
|
+
clientFeedbackRating: number | null;
|
|
561
|
+
dateRange: string | null;
|
|
562
|
+
numHours: number | null;
|
|
563
|
+
totalBilled: number | null;
|
|
564
|
+
}[] | null;
|
|
570
565
|
bidRange: {
|
|
571
566
|
high: number | null;
|
|
572
567
|
low: number | null;
|
|
573
568
|
avg: number | null;
|
|
574
569
|
} | null;
|
|
575
570
|
jobActivity: {
|
|
576
|
-
updatedAt: number | null;
|
|
577
571
|
unansweredInvites: number | null;
|
|
572
|
+
updatedAt: number | null;
|
|
578
573
|
proposals: {
|
|
579
574
|
max: number | null;
|
|
580
575
|
min: number | null;
|
|
@@ -586,31 +581,36 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
586
581
|
invitesSent: number | null;
|
|
587
582
|
} | null;
|
|
588
583
|
activityUpdates: 2 | 1 | 3 | null;
|
|
584
|
+
jobId: string;
|
|
589
585
|
scrapedAt: number | null;
|
|
590
586
|
suitabilityRating: number | null;
|
|
591
587
|
suitabilityReason: string | null;
|
|
588
|
+
proposal: string | null;
|
|
589
|
+
questionAnswerPairs: {
|
|
590
|
+
answer: string;
|
|
591
|
+
question: string;
|
|
592
|
+
}[] | null;
|
|
592
593
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
593
594
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
594
595
|
biddingAmount: number | null;
|
|
595
596
|
boosted: boolean | null;
|
|
596
597
|
boostingAmount: number | null;
|
|
597
598
|
boostedForPlace: number | null;
|
|
598
|
-
specialisedProfile: string | null;
|
|
599
599
|
biddedAt: number | null;
|
|
600
600
|
biddingTaskScheduled: boolean | null;
|
|
601
601
|
scheduledBiddingTime: number | null;
|
|
602
602
|
inQueue: boolean | null;
|
|
603
|
-
biddingDelayInMinutes: number | null;
|
|
604
603
|
checkFeedbackStatusCreatedAt: number | null;
|
|
605
604
|
biddingScheduledAt: number | null;
|
|
605
|
+
coverLetterTemplateId: string | null;
|
|
606
606
|
feedbackCheckTaskId: string | null;
|
|
607
607
|
bidDecision: "rejected" | "proceeded" | null;
|
|
608
608
|
rejectedFeedback: string | null;
|
|
609
609
|
applicationId: string | null;
|
|
610
610
|
leadBiddingConfig: {
|
|
611
|
-
biddingDelayInMinutes: number | null;
|
|
612
611
|
appliedFromQueue: boolean | null;
|
|
613
|
-
|
|
612
|
+
biddingDelayInMinutes: number | null;
|
|
613
|
+
bidWithWarning: "skip" | "bid";
|
|
614
614
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
615
615
|
biddingHourlyRatePercentage: number | null;
|
|
616
616
|
biddingFixedHourlyRate: number | null;
|
|
@@ -620,7 +620,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
620
620
|
maximumBoost: number | null;
|
|
621
621
|
minBoost: number | null;
|
|
622
622
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
623
|
-
alreadyHiredAction: "
|
|
623
|
+
alreadyHiredAction: "skip" | "bid";
|
|
624
624
|
bidConfig: {
|
|
625
625
|
contractorName: string | null;
|
|
626
626
|
agencyName: string | null;
|
|
@@ -628,11 +628,9 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
628
628
|
};
|
|
629
629
|
} | null;
|
|
630
630
|
statusSynced: boolean | null;
|
|
631
|
-
proposalId?: string | undefined;
|
|
632
|
-
wonAmount?: number | undefined;
|
|
633
631
|
activity?: Partial<Record<"4h" | "24h", {
|
|
634
|
-
updatedAt: number | null;
|
|
635
632
|
unansweredInvites: number | null;
|
|
633
|
+
updatedAt: number | null;
|
|
636
634
|
proposals: {
|
|
637
635
|
max: number | null;
|
|
638
636
|
min: number | null;
|
|
@@ -643,6 +641,8 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
643
641
|
interviewing: number | null;
|
|
644
642
|
invitesSent: number | null;
|
|
645
643
|
}>> | null | undefined;
|
|
644
|
+
proposalId?: string | undefined;
|
|
645
|
+
wonAmount?: number | undefined;
|
|
646
646
|
activityDelta?: {
|
|
647
647
|
unansweredInvites: number;
|
|
648
648
|
proposals: number;
|
|
@@ -660,42 +660,23 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
660
660
|
max: number | null;
|
|
661
661
|
min: number | null;
|
|
662
662
|
} | null;
|
|
663
|
+
experienceLevel: string | null;
|
|
663
664
|
paymentType: string | null;
|
|
664
665
|
fixedPrice: number | null;
|
|
665
|
-
experienceLevel: string | null;
|
|
666
666
|
} | null;
|
|
667
667
|
description: string | null;
|
|
668
668
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
669
669
|
datetime: number | null;
|
|
670
|
-
createdAt: number | null;
|
|
671
|
-
updatedAt: number | null;
|
|
672
|
-
proposal: string | null;
|
|
673
|
-
organizationId: string;
|
|
674
|
-
campaignId: string;
|
|
675
670
|
category: string | null;
|
|
676
671
|
uid: string | null;
|
|
677
672
|
questions: string[] | null;
|
|
678
673
|
occupation: string | null;
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
clientReviews: {
|
|
686
|
-
freelancerName: string | null;
|
|
687
|
-
jobTitle: string | null;
|
|
688
|
-
hourlyRate: number | null;
|
|
689
|
-
freelancerRating: number | null;
|
|
690
|
-
freelancerFeedback: string | null;
|
|
691
|
-
clientFeedback: string | null;
|
|
692
|
-
clientFeedbackRating: number | null;
|
|
693
|
-
dateRange: string | null;
|
|
694
|
-
paymentType: string | null;
|
|
695
|
-
fixedPrice: number | null;
|
|
696
|
-
numHours: number | null;
|
|
697
|
-
totalBilled: number | null;
|
|
698
|
-
}[] | null;
|
|
674
|
+
organizationId: string;
|
|
675
|
+
createdAt: number | null;
|
|
676
|
+
updatedAt: number | null;
|
|
677
|
+
campaignId: string;
|
|
678
|
+
biddingDelayInMinutes: number | null;
|
|
679
|
+
specialisedProfile: string | null;
|
|
699
680
|
skills: {
|
|
700
681
|
name: string;
|
|
701
682
|
}[] | null;
|
|
@@ -733,14 +714,28 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
733
714
|
includeRisingTalent: string | null;
|
|
734
715
|
} | null;
|
|
735
716
|
isFeatured: boolean | null;
|
|
717
|
+
clientReviews: {
|
|
718
|
+
hourlyRate: number | null;
|
|
719
|
+
paymentType: string | null;
|
|
720
|
+
fixedPrice: number | null;
|
|
721
|
+
jobTitle: string | null;
|
|
722
|
+
freelancerName: string | null;
|
|
723
|
+
freelancerRating: number | null;
|
|
724
|
+
freelancerFeedback: string | null;
|
|
725
|
+
clientFeedback: string | null;
|
|
726
|
+
clientFeedbackRating: number | null;
|
|
727
|
+
dateRange: string | null;
|
|
728
|
+
numHours: number | null;
|
|
729
|
+
totalBilled: number | null;
|
|
730
|
+
}[] | null;
|
|
736
731
|
bidRange: {
|
|
737
732
|
high: number | null;
|
|
738
733
|
low: number | null;
|
|
739
734
|
avg: number | null;
|
|
740
735
|
} | null;
|
|
741
736
|
jobActivity: {
|
|
742
|
-
updatedAt: number | null;
|
|
743
737
|
unansweredInvites: number | null;
|
|
738
|
+
updatedAt: number | null;
|
|
744
739
|
proposals: {
|
|
745
740
|
max: number | null;
|
|
746
741
|
min: number | null;
|
|
@@ -752,31 +747,36 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
752
747
|
invitesSent: number | null;
|
|
753
748
|
} | null;
|
|
754
749
|
activityUpdates: 2 | 1 | 3 | null;
|
|
750
|
+
jobId: string;
|
|
755
751
|
scrapedAt: number | null;
|
|
756
752
|
suitabilityRating: number | null;
|
|
757
753
|
suitabilityReason: string | null;
|
|
754
|
+
proposal: string | null;
|
|
755
|
+
questionAnswerPairs: {
|
|
756
|
+
answer: string;
|
|
757
|
+
question: string;
|
|
758
|
+
}[] | null;
|
|
758
759
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
759
760
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
760
761
|
biddingAmount: number | null;
|
|
761
762
|
boosted: boolean | null;
|
|
762
763
|
boostingAmount: number | null;
|
|
763
764
|
boostedForPlace: number | null;
|
|
764
|
-
specialisedProfile: string | null;
|
|
765
765
|
biddedAt: number | null;
|
|
766
766
|
biddingTaskScheduled: boolean | null;
|
|
767
767
|
scheduledBiddingTime: number | null;
|
|
768
768
|
inQueue: boolean | null;
|
|
769
|
-
biddingDelayInMinutes: number | null;
|
|
770
769
|
checkFeedbackStatusCreatedAt: number | null;
|
|
771
770
|
biddingScheduledAt: number | null;
|
|
771
|
+
coverLetterTemplateId: string | null;
|
|
772
772
|
feedbackCheckTaskId: string | null;
|
|
773
773
|
bidDecision: "rejected" | "proceeded" | null;
|
|
774
774
|
rejectedFeedback: string | null;
|
|
775
775
|
applicationId: string | null;
|
|
776
776
|
leadBiddingConfig: {
|
|
777
|
-
biddingDelayInMinutes: number | null;
|
|
778
777
|
appliedFromQueue: boolean | null;
|
|
779
|
-
|
|
778
|
+
biddingDelayInMinutes: number | null;
|
|
779
|
+
bidWithWarning: "skip" | "bid";
|
|
780
780
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
781
781
|
biddingHourlyRatePercentage: number | null;
|
|
782
782
|
biddingFixedHourlyRate: number | null;
|
|
@@ -786,7 +786,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
786
786
|
maximumBoost: number | null;
|
|
787
787
|
minBoost: number | null;
|
|
788
788
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
789
|
-
alreadyHiredAction: "
|
|
789
|
+
alreadyHiredAction: "skip" | "bid";
|
|
790
790
|
bidConfig: {
|
|
791
791
|
contractorName: string | null;
|
|
792
792
|
agencyName: string | null;
|
|
@@ -794,11 +794,9 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
794
794
|
};
|
|
795
795
|
} | null;
|
|
796
796
|
statusSynced: boolean | null;
|
|
797
|
-
proposalId?: string | undefined;
|
|
798
|
-
wonAmount?: number | undefined;
|
|
799
797
|
activity?: Partial<Record<"4h" | "24h", {
|
|
800
|
-
updatedAt: number | null;
|
|
801
798
|
unansweredInvites: number | null;
|
|
799
|
+
updatedAt: number | null;
|
|
802
800
|
proposals: {
|
|
803
801
|
max: number | null;
|
|
804
802
|
min: number | null;
|
|
@@ -809,6 +807,8 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
|
809
807
|
interviewing: number | null;
|
|
810
808
|
invitesSent: number | null;
|
|
811
809
|
}>> | null | undefined;
|
|
810
|
+
proposalId?: string | undefined;
|
|
811
|
+
wonAmount?: number | undefined;
|
|
812
812
|
activityDelta?: {
|
|
813
813
|
unansweredInvites: number;
|
|
814
814
|
proposals: number;
|
|
@@ -862,9 +862,9 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
862
862
|
max: number | null;
|
|
863
863
|
min: number | null;
|
|
864
864
|
} | null;
|
|
865
|
+
experienceLevel: string | null;
|
|
865
866
|
paymentType: string | null;
|
|
866
867
|
fixedPrice: number | null;
|
|
867
|
-
experienceLevel: string | null;
|
|
868
868
|
}, {
|
|
869
869
|
hours: string | null;
|
|
870
870
|
duration: string | null;
|
|
@@ -872,9 +872,9 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
872
872
|
max: number | null;
|
|
873
873
|
min: number | null;
|
|
874
874
|
} | null;
|
|
875
|
+
experienceLevel: string | null;
|
|
875
876
|
paymentType: string | null;
|
|
876
877
|
fixedPrice: number | null;
|
|
877
|
-
experienceLevel: string | null;
|
|
878
878
|
}>>;
|
|
879
879
|
clientInfo: z.ZodNullable<z.ZodObject<{
|
|
880
880
|
isPaymentVerified: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -972,29 +972,29 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
972
972
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
973
973
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
974
974
|
}, "strip", z.ZodTypeAny, {
|
|
975
|
-
freelancerName: string | null;
|
|
976
|
-
jobTitle: string | null;
|
|
977
975
|
hourlyRate: number | null;
|
|
976
|
+
paymentType: string | null;
|
|
977
|
+
fixedPrice: number | null;
|
|
978
|
+
jobTitle: string | null;
|
|
979
|
+
freelancerName: string | null;
|
|
978
980
|
freelancerRating: number | null;
|
|
979
981
|
freelancerFeedback: string | null;
|
|
980
982
|
clientFeedback: string | null;
|
|
981
983
|
clientFeedbackRating: number | null;
|
|
982
984
|
dateRange: string | null;
|
|
983
|
-
paymentType: string | null;
|
|
984
|
-
fixedPrice: number | null;
|
|
985
985
|
numHours: number | null;
|
|
986
986
|
totalBilled: number | null;
|
|
987
987
|
}, {
|
|
988
|
-
freelancerName: string | null;
|
|
989
|
-
jobTitle: string | null;
|
|
990
988
|
hourlyRate: number | null;
|
|
989
|
+
paymentType: string | null;
|
|
990
|
+
fixedPrice: number | null;
|
|
991
|
+
jobTitle: string | null;
|
|
992
|
+
freelancerName: string | null;
|
|
991
993
|
freelancerRating: number | null;
|
|
992
994
|
freelancerFeedback: string | null;
|
|
993
995
|
clientFeedback: string | null;
|
|
994
996
|
clientFeedbackRating: number | null;
|
|
995
997
|
dateRange: string | null;
|
|
996
|
-
paymentType: string | null;
|
|
997
|
-
fixedPrice: number | null;
|
|
998
998
|
numHours: number | null;
|
|
999
999
|
totalBilled: number | null;
|
|
1000
1000
|
}>, "many">>;
|
|
@@ -1031,8 +1031,8 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1031
1031
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
1032
1032
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
1033
1033
|
}, "strip", z.ZodTypeAny, {
|
|
1034
|
-
updatedAt: number | null;
|
|
1035
1034
|
unansweredInvites: number | null;
|
|
1035
|
+
updatedAt: number | null;
|
|
1036
1036
|
proposals: {
|
|
1037
1037
|
max: number | null;
|
|
1038
1038
|
min: number | null;
|
|
@@ -1043,8 +1043,8 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1043
1043
|
interviewing: number | null;
|
|
1044
1044
|
invitesSent: number | null;
|
|
1045
1045
|
}, {
|
|
1046
|
-
updatedAt: number | null;
|
|
1047
1046
|
unansweredInvites: number | null;
|
|
1047
|
+
updatedAt: number | null;
|
|
1048
1048
|
proposals: {
|
|
1049
1049
|
max: number | null;
|
|
1050
1050
|
min: number | null;
|
|
@@ -1076,8 +1076,8 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1076
1076
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
1077
1077
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
1078
1078
|
}, "strip", z.ZodTypeAny, {
|
|
1079
|
-
updatedAt: number | null;
|
|
1080
1079
|
unansweredInvites: number | null;
|
|
1080
|
+
updatedAt: number | null;
|
|
1081
1081
|
proposals: {
|
|
1082
1082
|
max: number | null;
|
|
1083
1083
|
min: number | null;
|
|
@@ -1088,8 +1088,8 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1088
1088
|
interviewing: number | null;
|
|
1089
1089
|
invitesSent: number | null;
|
|
1090
1090
|
}, {
|
|
1091
|
-
updatedAt: number | null;
|
|
1092
1091
|
unansweredInvites: number | null;
|
|
1092
|
+
updatedAt: number | null;
|
|
1093
1093
|
proposals: {
|
|
1094
1094
|
max: number | null;
|
|
1095
1095
|
min: number | null;
|
|
@@ -1187,9 +1187,9 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1187
1187
|
specialisedProfile: string | null;
|
|
1188
1188
|
}>;
|
|
1189
1189
|
}, "strip", z.ZodTypeAny, {
|
|
1190
|
-
biddingDelayInMinutes: number | null;
|
|
1191
1190
|
appliedFromQueue: boolean | null;
|
|
1192
|
-
|
|
1191
|
+
biddingDelayInMinutes: number | null;
|
|
1192
|
+
bidWithWarning: "skip" | "bid";
|
|
1193
1193
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
1194
1194
|
biddingHourlyRatePercentage: number | null;
|
|
1195
1195
|
biddingFixedHourlyRate: number | null;
|
|
@@ -1199,16 +1199,16 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1199
1199
|
maximumBoost: number | null;
|
|
1200
1200
|
minBoost: number | null;
|
|
1201
1201
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
1202
|
-
alreadyHiredAction: "
|
|
1202
|
+
alreadyHiredAction: "skip" | "bid";
|
|
1203
1203
|
bidConfig: {
|
|
1204
1204
|
contractorName: string | null;
|
|
1205
1205
|
agencyName: string | null;
|
|
1206
1206
|
specialisedProfile: string | null;
|
|
1207
1207
|
};
|
|
1208
1208
|
}, {
|
|
1209
|
-
biddingDelayInMinutes: number | null;
|
|
1210
1209
|
appliedFromQueue: boolean | null;
|
|
1211
|
-
|
|
1210
|
+
biddingDelayInMinutes: number | null;
|
|
1211
|
+
bidWithWarning: "skip" | "bid";
|
|
1212
1212
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
1213
1213
|
biddingHourlyRatePercentage: number | null;
|
|
1214
1214
|
biddingFixedHourlyRate: number | null;
|
|
@@ -1218,7 +1218,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1218
1218
|
maximumBoost: number | null;
|
|
1219
1219
|
minBoost: number | null;
|
|
1220
1220
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
1221
|
-
alreadyHiredAction: "
|
|
1221
|
+
alreadyHiredAction: "skip" | "bid";
|
|
1222
1222
|
bidConfig: {
|
|
1223
1223
|
contractorName: string | null;
|
|
1224
1224
|
agencyName: string | null;
|
|
@@ -1236,42 +1236,23 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1236
1236
|
max: number | null;
|
|
1237
1237
|
min: number | null;
|
|
1238
1238
|
} | null;
|
|
1239
|
+
experienceLevel: string | null;
|
|
1239
1240
|
paymentType: string | null;
|
|
1240
1241
|
fixedPrice: number | null;
|
|
1241
|
-
experienceLevel: string | null;
|
|
1242
1242
|
} | null;
|
|
1243
1243
|
description: string | null;
|
|
1244
1244
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
1245
1245
|
datetime: number | null;
|
|
1246
|
-
createdAt: number | null;
|
|
1247
|
-
updatedAt: number | null;
|
|
1248
|
-
proposal: string | null;
|
|
1249
|
-
organizationId: string;
|
|
1250
|
-
campaignId: string;
|
|
1251
1246
|
category: string | null;
|
|
1252
1247
|
uid: string | null;
|
|
1253
1248
|
questions: string[] | null;
|
|
1254
1249
|
occupation: string | null;
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
clientReviews: {
|
|
1262
|
-
freelancerName: string | null;
|
|
1263
|
-
jobTitle: string | null;
|
|
1264
|
-
hourlyRate: number | null;
|
|
1265
|
-
freelancerRating: number | null;
|
|
1266
|
-
freelancerFeedback: string | null;
|
|
1267
|
-
clientFeedback: string | null;
|
|
1268
|
-
clientFeedbackRating: number | null;
|
|
1269
|
-
dateRange: string | null;
|
|
1270
|
-
paymentType: string | null;
|
|
1271
|
-
fixedPrice: number | null;
|
|
1272
|
-
numHours: number | null;
|
|
1273
|
-
totalBilled: number | null;
|
|
1274
|
-
}[] | null;
|
|
1250
|
+
organizationId: string;
|
|
1251
|
+
createdAt: number | null;
|
|
1252
|
+
updatedAt: number | null;
|
|
1253
|
+
campaignId: string;
|
|
1254
|
+
biddingDelayInMinutes: number | null;
|
|
1255
|
+
specialisedProfile: string | null;
|
|
1275
1256
|
skills: {
|
|
1276
1257
|
name: string;
|
|
1277
1258
|
}[] | null;
|
|
@@ -1309,14 +1290,28 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1309
1290
|
includeRisingTalent: string | null;
|
|
1310
1291
|
} | null;
|
|
1311
1292
|
isFeatured: boolean | null;
|
|
1293
|
+
clientReviews: {
|
|
1294
|
+
hourlyRate: number | null;
|
|
1295
|
+
paymentType: string | null;
|
|
1296
|
+
fixedPrice: number | null;
|
|
1297
|
+
jobTitle: string | null;
|
|
1298
|
+
freelancerName: string | null;
|
|
1299
|
+
freelancerRating: number | null;
|
|
1300
|
+
freelancerFeedback: string | null;
|
|
1301
|
+
clientFeedback: string | null;
|
|
1302
|
+
clientFeedbackRating: number | null;
|
|
1303
|
+
dateRange: string | null;
|
|
1304
|
+
numHours: number | null;
|
|
1305
|
+
totalBilled: number | null;
|
|
1306
|
+
}[] | null;
|
|
1312
1307
|
bidRange: {
|
|
1313
1308
|
high: number | null;
|
|
1314
1309
|
low: number | null;
|
|
1315
1310
|
avg: number | null;
|
|
1316
1311
|
} | null;
|
|
1317
1312
|
jobActivity: {
|
|
1318
|
-
updatedAt: number | null;
|
|
1319
1313
|
unansweredInvites: number | null;
|
|
1314
|
+
updatedAt: number | null;
|
|
1320
1315
|
proposals: {
|
|
1321
1316
|
max: number | null;
|
|
1322
1317
|
min: number | null;
|
|
@@ -1328,31 +1323,36 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1328
1323
|
invitesSent: number | null;
|
|
1329
1324
|
} | null;
|
|
1330
1325
|
activityUpdates: 2 | 1 | 3 | null;
|
|
1326
|
+
jobId: string;
|
|
1331
1327
|
scrapedAt: number | null;
|
|
1332
1328
|
suitabilityRating: number | null;
|
|
1333
1329
|
suitabilityReason: string | null;
|
|
1330
|
+
proposal: string | null;
|
|
1331
|
+
questionAnswerPairs: {
|
|
1332
|
+
answer: string;
|
|
1333
|
+
question: string;
|
|
1334
|
+
}[] | null;
|
|
1334
1335
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
1335
1336
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
1336
1337
|
biddingAmount: number | null;
|
|
1337
1338
|
boosted: boolean | null;
|
|
1338
1339
|
boostingAmount: number | null;
|
|
1339
1340
|
boostedForPlace: number | null;
|
|
1340
|
-
specialisedProfile: string | null;
|
|
1341
1341
|
biddedAt: number | null;
|
|
1342
1342
|
biddingTaskScheduled: boolean | null;
|
|
1343
1343
|
scheduledBiddingTime: number | null;
|
|
1344
1344
|
inQueue: boolean | null;
|
|
1345
|
-
biddingDelayInMinutes: number | null;
|
|
1346
1345
|
checkFeedbackStatusCreatedAt: number | null;
|
|
1347
1346
|
biddingScheduledAt: number | null;
|
|
1347
|
+
coverLetterTemplateId: string | null;
|
|
1348
1348
|
feedbackCheckTaskId: string | null;
|
|
1349
1349
|
bidDecision: "rejected" | "proceeded" | null;
|
|
1350
1350
|
rejectedFeedback: string | null;
|
|
1351
1351
|
applicationId: string | null;
|
|
1352
1352
|
leadBiddingConfig: {
|
|
1353
|
-
biddingDelayInMinutes: number | null;
|
|
1354
1353
|
appliedFromQueue: boolean | null;
|
|
1355
|
-
|
|
1354
|
+
biddingDelayInMinutes: number | null;
|
|
1355
|
+
bidWithWarning: "skip" | "bid";
|
|
1356
1356
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
1357
1357
|
biddingHourlyRatePercentage: number | null;
|
|
1358
1358
|
biddingFixedHourlyRate: number | null;
|
|
@@ -1362,7 +1362,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1362
1362
|
maximumBoost: number | null;
|
|
1363
1363
|
minBoost: number | null;
|
|
1364
1364
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
1365
|
-
alreadyHiredAction: "
|
|
1365
|
+
alreadyHiredAction: "skip" | "bid";
|
|
1366
1366
|
bidConfig: {
|
|
1367
1367
|
contractorName: string | null;
|
|
1368
1368
|
agencyName: string | null;
|
|
@@ -1370,11 +1370,9 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1370
1370
|
};
|
|
1371
1371
|
} | null;
|
|
1372
1372
|
statusSynced: boolean | null;
|
|
1373
|
-
proposalId?: string | undefined;
|
|
1374
|
-
wonAmount?: number | undefined;
|
|
1375
1373
|
activity?: Partial<Record<"4h" | "24h", {
|
|
1376
|
-
updatedAt: number | null;
|
|
1377
1374
|
unansweredInvites: number | null;
|
|
1375
|
+
updatedAt: number | null;
|
|
1378
1376
|
proposals: {
|
|
1379
1377
|
max: number | null;
|
|
1380
1378
|
min: number | null;
|
|
@@ -1385,6 +1383,8 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1385
1383
|
interviewing: number | null;
|
|
1386
1384
|
invitesSent: number | null;
|
|
1387
1385
|
}>> | null | undefined;
|
|
1386
|
+
proposalId?: string | undefined;
|
|
1387
|
+
wonAmount?: number | undefined;
|
|
1388
1388
|
activityDelta?: {
|
|
1389
1389
|
unansweredInvites: number;
|
|
1390
1390
|
proposals: number;
|
|
@@ -1402,42 +1402,23 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1402
1402
|
max: number | null;
|
|
1403
1403
|
min: number | null;
|
|
1404
1404
|
} | null;
|
|
1405
|
+
experienceLevel: string | null;
|
|
1405
1406
|
paymentType: string | null;
|
|
1406
1407
|
fixedPrice: number | null;
|
|
1407
|
-
experienceLevel: string | null;
|
|
1408
1408
|
} | null;
|
|
1409
1409
|
description: string | null;
|
|
1410
1410
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
1411
1411
|
datetime: number | null;
|
|
1412
|
-
createdAt: number | null;
|
|
1413
|
-
updatedAt: number | null;
|
|
1414
|
-
proposal: string | null;
|
|
1415
|
-
organizationId: string;
|
|
1416
|
-
campaignId: string;
|
|
1417
1412
|
category: string | null;
|
|
1418
1413
|
uid: string | null;
|
|
1419
1414
|
questions: string[] | null;
|
|
1420
1415
|
occupation: string | null;
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
clientReviews: {
|
|
1428
|
-
freelancerName: string | null;
|
|
1429
|
-
jobTitle: string | null;
|
|
1430
|
-
hourlyRate: number | null;
|
|
1431
|
-
freelancerRating: number | null;
|
|
1432
|
-
freelancerFeedback: string | null;
|
|
1433
|
-
clientFeedback: string | null;
|
|
1434
|
-
clientFeedbackRating: number | null;
|
|
1435
|
-
dateRange: string | null;
|
|
1436
|
-
paymentType: string | null;
|
|
1437
|
-
fixedPrice: number | null;
|
|
1438
|
-
numHours: number | null;
|
|
1439
|
-
totalBilled: number | null;
|
|
1440
|
-
}[] | null;
|
|
1416
|
+
organizationId: string;
|
|
1417
|
+
createdAt: number | null;
|
|
1418
|
+
updatedAt: number | null;
|
|
1419
|
+
campaignId: string;
|
|
1420
|
+
biddingDelayInMinutes: number | null;
|
|
1421
|
+
specialisedProfile: string | null;
|
|
1441
1422
|
skills: {
|
|
1442
1423
|
name: string;
|
|
1443
1424
|
}[] | null;
|
|
@@ -1475,14 +1456,28 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1475
1456
|
includeRisingTalent: string | null;
|
|
1476
1457
|
} | null;
|
|
1477
1458
|
isFeatured: boolean | null;
|
|
1459
|
+
clientReviews: {
|
|
1460
|
+
hourlyRate: number | null;
|
|
1461
|
+
paymentType: string | null;
|
|
1462
|
+
fixedPrice: number | null;
|
|
1463
|
+
jobTitle: string | null;
|
|
1464
|
+
freelancerName: string | null;
|
|
1465
|
+
freelancerRating: number | null;
|
|
1466
|
+
freelancerFeedback: string | null;
|
|
1467
|
+
clientFeedback: string | null;
|
|
1468
|
+
clientFeedbackRating: number | null;
|
|
1469
|
+
dateRange: string | null;
|
|
1470
|
+
numHours: number | null;
|
|
1471
|
+
totalBilled: number | null;
|
|
1472
|
+
}[] | null;
|
|
1478
1473
|
bidRange: {
|
|
1479
1474
|
high: number | null;
|
|
1480
1475
|
low: number | null;
|
|
1481
1476
|
avg: number | null;
|
|
1482
1477
|
} | null;
|
|
1483
1478
|
jobActivity: {
|
|
1484
|
-
updatedAt: number | null;
|
|
1485
1479
|
unansweredInvites: number | null;
|
|
1480
|
+
updatedAt: number | null;
|
|
1486
1481
|
proposals: {
|
|
1487
1482
|
max: number | null;
|
|
1488
1483
|
min: number | null;
|
|
@@ -1494,31 +1489,36 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1494
1489
|
invitesSent: number | null;
|
|
1495
1490
|
} | null;
|
|
1496
1491
|
activityUpdates: 2 | 1 | 3 | null;
|
|
1492
|
+
jobId: string;
|
|
1497
1493
|
scrapedAt: number | null;
|
|
1498
1494
|
suitabilityRating: number | null;
|
|
1499
1495
|
suitabilityReason: string | null;
|
|
1496
|
+
proposal: string | null;
|
|
1497
|
+
questionAnswerPairs: {
|
|
1498
|
+
answer: string;
|
|
1499
|
+
question: string;
|
|
1500
|
+
}[] | null;
|
|
1500
1501
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
1501
1502
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
1502
1503
|
biddingAmount: number | null;
|
|
1503
1504
|
boosted: boolean | null;
|
|
1504
1505
|
boostingAmount: number | null;
|
|
1505
1506
|
boostedForPlace: number | null;
|
|
1506
|
-
specialisedProfile: string | null;
|
|
1507
1507
|
biddedAt: number | null;
|
|
1508
1508
|
biddingTaskScheduled: boolean | null;
|
|
1509
1509
|
scheduledBiddingTime: number | null;
|
|
1510
1510
|
inQueue: boolean | null;
|
|
1511
|
-
biddingDelayInMinutes: number | null;
|
|
1512
1511
|
checkFeedbackStatusCreatedAt: number | null;
|
|
1513
1512
|
biddingScheduledAt: number | null;
|
|
1513
|
+
coverLetterTemplateId: string | null;
|
|
1514
1514
|
feedbackCheckTaskId: string | null;
|
|
1515
1515
|
bidDecision: "rejected" | "proceeded" | null;
|
|
1516
1516
|
rejectedFeedback: string | null;
|
|
1517
1517
|
applicationId: string | null;
|
|
1518
1518
|
leadBiddingConfig: {
|
|
1519
|
-
biddingDelayInMinutes: number | null;
|
|
1520
1519
|
appliedFromQueue: boolean | null;
|
|
1521
|
-
|
|
1520
|
+
biddingDelayInMinutes: number | null;
|
|
1521
|
+
bidWithWarning: "skip" | "bid";
|
|
1522
1522
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
1523
1523
|
biddingHourlyRatePercentage: number | null;
|
|
1524
1524
|
biddingFixedHourlyRate: number | null;
|
|
@@ -1528,7 +1528,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1528
1528
|
maximumBoost: number | null;
|
|
1529
1529
|
minBoost: number | null;
|
|
1530
1530
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
1531
|
-
alreadyHiredAction: "
|
|
1531
|
+
alreadyHiredAction: "skip" | "bid";
|
|
1532
1532
|
bidConfig: {
|
|
1533
1533
|
contractorName: string | null;
|
|
1534
1534
|
agencyName: string | null;
|
|
@@ -1536,11 +1536,9 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1536
1536
|
};
|
|
1537
1537
|
} | null;
|
|
1538
1538
|
statusSynced: boolean | null;
|
|
1539
|
-
proposalId?: string | undefined;
|
|
1540
|
-
wonAmount?: number | undefined;
|
|
1541
1539
|
activity?: Partial<Record<"4h" | "24h", {
|
|
1542
|
-
updatedAt: number | null;
|
|
1543
1540
|
unansweredInvites: number | null;
|
|
1541
|
+
updatedAt: number | null;
|
|
1544
1542
|
proposals: {
|
|
1545
1543
|
max: number | null;
|
|
1546
1544
|
min: number | null;
|
|
@@ -1551,6 +1549,8 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1551
1549
|
interviewing: number | null;
|
|
1552
1550
|
invitesSent: number | null;
|
|
1553
1551
|
}>> | null | undefined;
|
|
1552
|
+
proposalId?: string | undefined;
|
|
1553
|
+
wonAmount?: number | undefined;
|
|
1554
1554
|
activityDelta?: {
|
|
1555
1555
|
unansweredInvites: number;
|
|
1556
1556
|
proposals: number;
|
|
@@ -1563,8 +1563,6 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1563
1563
|
hasMore: z.ZodBoolean;
|
|
1564
1564
|
leadCounts: z.ZodNullable<z.ZodNumber>;
|
|
1565
1565
|
}, "strip", z.ZodTypeAny, {
|
|
1566
|
-
hasMore: boolean;
|
|
1567
|
-
nextCursor: string | null;
|
|
1568
1566
|
leads: {
|
|
1569
1567
|
id: string | null;
|
|
1570
1568
|
title: string | null;
|
|
@@ -1575,42 +1573,23 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1575
1573
|
max: number | null;
|
|
1576
1574
|
min: number | null;
|
|
1577
1575
|
} | null;
|
|
1576
|
+
experienceLevel: string | null;
|
|
1578
1577
|
paymentType: string | null;
|
|
1579
1578
|
fixedPrice: number | null;
|
|
1580
|
-
experienceLevel: string | null;
|
|
1581
1579
|
} | null;
|
|
1582
1580
|
description: string | null;
|
|
1583
1581
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
1584
1582
|
datetime: number | null;
|
|
1585
|
-
createdAt: number | null;
|
|
1586
|
-
updatedAt: number | null;
|
|
1587
|
-
proposal: string | null;
|
|
1588
|
-
organizationId: string;
|
|
1589
|
-
campaignId: string;
|
|
1590
1583
|
category: string | null;
|
|
1591
1584
|
uid: string | null;
|
|
1592
1585
|
questions: string[] | null;
|
|
1593
1586
|
occupation: string | null;
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
clientReviews: {
|
|
1601
|
-
freelancerName: string | null;
|
|
1602
|
-
jobTitle: string | null;
|
|
1603
|
-
hourlyRate: number | null;
|
|
1604
|
-
freelancerRating: number | null;
|
|
1605
|
-
freelancerFeedback: string | null;
|
|
1606
|
-
clientFeedback: string | null;
|
|
1607
|
-
clientFeedbackRating: number | null;
|
|
1608
|
-
dateRange: string | null;
|
|
1609
|
-
paymentType: string | null;
|
|
1610
|
-
fixedPrice: number | null;
|
|
1611
|
-
numHours: number | null;
|
|
1612
|
-
totalBilled: number | null;
|
|
1613
|
-
}[] | null;
|
|
1587
|
+
organizationId: string;
|
|
1588
|
+
createdAt: number | null;
|
|
1589
|
+
updatedAt: number | null;
|
|
1590
|
+
campaignId: string;
|
|
1591
|
+
biddingDelayInMinutes: number | null;
|
|
1592
|
+
specialisedProfile: string | null;
|
|
1614
1593
|
skills: {
|
|
1615
1594
|
name: string;
|
|
1616
1595
|
}[] | null;
|
|
@@ -1648,14 +1627,28 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1648
1627
|
includeRisingTalent: string | null;
|
|
1649
1628
|
} | null;
|
|
1650
1629
|
isFeatured: boolean | null;
|
|
1630
|
+
clientReviews: {
|
|
1631
|
+
hourlyRate: number | null;
|
|
1632
|
+
paymentType: string | null;
|
|
1633
|
+
fixedPrice: number | null;
|
|
1634
|
+
jobTitle: string | null;
|
|
1635
|
+
freelancerName: string | null;
|
|
1636
|
+
freelancerRating: number | null;
|
|
1637
|
+
freelancerFeedback: string | null;
|
|
1638
|
+
clientFeedback: string | null;
|
|
1639
|
+
clientFeedbackRating: number | null;
|
|
1640
|
+
dateRange: string | null;
|
|
1641
|
+
numHours: number | null;
|
|
1642
|
+
totalBilled: number | null;
|
|
1643
|
+
}[] | null;
|
|
1651
1644
|
bidRange: {
|
|
1652
1645
|
high: number | null;
|
|
1653
1646
|
low: number | null;
|
|
1654
1647
|
avg: number | null;
|
|
1655
1648
|
} | null;
|
|
1656
1649
|
jobActivity: {
|
|
1657
|
-
updatedAt: number | null;
|
|
1658
1650
|
unansweredInvites: number | null;
|
|
1651
|
+
updatedAt: number | null;
|
|
1659
1652
|
proposals: {
|
|
1660
1653
|
max: number | null;
|
|
1661
1654
|
min: number | null;
|
|
@@ -1667,31 +1660,36 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1667
1660
|
invitesSent: number | null;
|
|
1668
1661
|
} | null;
|
|
1669
1662
|
activityUpdates: 2 | 1 | 3 | null;
|
|
1663
|
+
jobId: string;
|
|
1670
1664
|
scrapedAt: number | null;
|
|
1671
1665
|
suitabilityRating: number | null;
|
|
1672
1666
|
suitabilityReason: string | null;
|
|
1667
|
+
proposal: string | null;
|
|
1668
|
+
questionAnswerPairs: {
|
|
1669
|
+
answer: string;
|
|
1670
|
+
question: string;
|
|
1671
|
+
}[] | null;
|
|
1673
1672
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
1674
1673
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
1675
1674
|
biddingAmount: number | null;
|
|
1676
1675
|
boosted: boolean | null;
|
|
1677
1676
|
boostingAmount: number | null;
|
|
1678
1677
|
boostedForPlace: number | null;
|
|
1679
|
-
specialisedProfile: string | null;
|
|
1680
1678
|
biddedAt: number | null;
|
|
1681
1679
|
biddingTaskScheduled: boolean | null;
|
|
1682
1680
|
scheduledBiddingTime: number | null;
|
|
1683
1681
|
inQueue: boolean | null;
|
|
1684
|
-
biddingDelayInMinutes: number | null;
|
|
1685
1682
|
checkFeedbackStatusCreatedAt: number | null;
|
|
1686
1683
|
biddingScheduledAt: number | null;
|
|
1684
|
+
coverLetterTemplateId: string | null;
|
|
1687
1685
|
feedbackCheckTaskId: string | null;
|
|
1688
1686
|
bidDecision: "rejected" | "proceeded" | null;
|
|
1689
1687
|
rejectedFeedback: string | null;
|
|
1690
1688
|
applicationId: string | null;
|
|
1691
1689
|
leadBiddingConfig: {
|
|
1692
|
-
biddingDelayInMinutes: number | null;
|
|
1693
1690
|
appliedFromQueue: boolean | null;
|
|
1694
|
-
|
|
1691
|
+
biddingDelayInMinutes: number | null;
|
|
1692
|
+
bidWithWarning: "skip" | "bid";
|
|
1695
1693
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
1696
1694
|
biddingHourlyRatePercentage: number | null;
|
|
1697
1695
|
biddingFixedHourlyRate: number | null;
|
|
@@ -1701,7 +1699,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1701
1699
|
maximumBoost: number | null;
|
|
1702
1700
|
minBoost: number | null;
|
|
1703
1701
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
1704
|
-
alreadyHiredAction: "
|
|
1702
|
+
alreadyHiredAction: "skip" | "bid";
|
|
1705
1703
|
bidConfig: {
|
|
1706
1704
|
contractorName: string | null;
|
|
1707
1705
|
agencyName: string | null;
|
|
@@ -1709,11 +1707,9 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1709
1707
|
};
|
|
1710
1708
|
} | null;
|
|
1711
1709
|
statusSynced: boolean | null;
|
|
1712
|
-
proposalId?: string | undefined;
|
|
1713
|
-
wonAmount?: number | undefined;
|
|
1714
1710
|
activity?: Partial<Record<"4h" | "24h", {
|
|
1715
|
-
updatedAt: number | null;
|
|
1716
1711
|
unansweredInvites: number | null;
|
|
1712
|
+
updatedAt: number | null;
|
|
1717
1713
|
proposals: {
|
|
1718
1714
|
max: number | null;
|
|
1719
1715
|
min: number | null;
|
|
@@ -1724,6 +1720,8 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1724
1720
|
interviewing: number | null;
|
|
1725
1721
|
invitesSent: number | null;
|
|
1726
1722
|
}>> | null | undefined;
|
|
1723
|
+
proposalId?: string | undefined;
|
|
1724
|
+
wonAmount?: number | undefined;
|
|
1727
1725
|
activityDelta?: {
|
|
1728
1726
|
unansweredInvites: number;
|
|
1729
1727
|
proposals: number;
|
|
@@ -1732,10 +1730,10 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1732
1730
|
invitesSent: number;
|
|
1733
1731
|
} | null | undefined;
|
|
1734
1732
|
}[];
|
|
1733
|
+
nextCursor: string | null;
|
|
1734
|
+
hasMore: boolean;
|
|
1735
1735
|
leadCounts: number | null;
|
|
1736
1736
|
}, {
|
|
1737
|
-
hasMore: boolean;
|
|
1738
|
-
nextCursor: string | null;
|
|
1739
1737
|
leads: {
|
|
1740
1738
|
id: string | null;
|
|
1741
1739
|
title: string | null;
|
|
@@ -1746,42 +1744,23 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1746
1744
|
max: number | null;
|
|
1747
1745
|
min: number | null;
|
|
1748
1746
|
} | null;
|
|
1747
|
+
experienceLevel: string | null;
|
|
1749
1748
|
paymentType: string | null;
|
|
1750
1749
|
fixedPrice: number | null;
|
|
1751
|
-
experienceLevel: string | null;
|
|
1752
1750
|
} | null;
|
|
1753
1751
|
description: string | null;
|
|
1754
1752
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
1755
1753
|
datetime: number | null;
|
|
1756
|
-
createdAt: number | null;
|
|
1757
|
-
updatedAt: number | null;
|
|
1758
|
-
proposal: string | null;
|
|
1759
|
-
organizationId: string;
|
|
1760
|
-
campaignId: string;
|
|
1761
1754
|
category: string | null;
|
|
1762
1755
|
uid: string | null;
|
|
1763
1756
|
questions: string[] | null;
|
|
1764
1757
|
occupation: string | null;
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
clientReviews: {
|
|
1772
|
-
freelancerName: string | null;
|
|
1773
|
-
jobTitle: string | null;
|
|
1774
|
-
hourlyRate: number | null;
|
|
1775
|
-
freelancerRating: number | null;
|
|
1776
|
-
freelancerFeedback: string | null;
|
|
1777
|
-
clientFeedback: string | null;
|
|
1778
|
-
clientFeedbackRating: number | null;
|
|
1779
|
-
dateRange: string | null;
|
|
1780
|
-
paymentType: string | null;
|
|
1781
|
-
fixedPrice: number | null;
|
|
1782
|
-
numHours: number | null;
|
|
1783
|
-
totalBilled: number | null;
|
|
1784
|
-
}[] | null;
|
|
1758
|
+
organizationId: string;
|
|
1759
|
+
createdAt: number | null;
|
|
1760
|
+
updatedAt: number | null;
|
|
1761
|
+
campaignId: string;
|
|
1762
|
+
biddingDelayInMinutes: number | null;
|
|
1763
|
+
specialisedProfile: string | null;
|
|
1785
1764
|
skills: {
|
|
1786
1765
|
name: string;
|
|
1787
1766
|
}[] | null;
|
|
@@ -1819,14 +1798,28 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1819
1798
|
includeRisingTalent: string | null;
|
|
1820
1799
|
} | null;
|
|
1821
1800
|
isFeatured: boolean | null;
|
|
1801
|
+
clientReviews: {
|
|
1802
|
+
hourlyRate: number | null;
|
|
1803
|
+
paymentType: string | null;
|
|
1804
|
+
fixedPrice: number | null;
|
|
1805
|
+
jobTitle: string | null;
|
|
1806
|
+
freelancerName: string | null;
|
|
1807
|
+
freelancerRating: number | null;
|
|
1808
|
+
freelancerFeedback: string | null;
|
|
1809
|
+
clientFeedback: string | null;
|
|
1810
|
+
clientFeedbackRating: number | null;
|
|
1811
|
+
dateRange: string | null;
|
|
1812
|
+
numHours: number | null;
|
|
1813
|
+
totalBilled: number | null;
|
|
1814
|
+
}[] | null;
|
|
1822
1815
|
bidRange: {
|
|
1823
1816
|
high: number | null;
|
|
1824
1817
|
low: number | null;
|
|
1825
1818
|
avg: number | null;
|
|
1826
1819
|
} | null;
|
|
1827
1820
|
jobActivity: {
|
|
1828
|
-
updatedAt: number | null;
|
|
1829
1821
|
unansweredInvites: number | null;
|
|
1822
|
+
updatedAt: number | null;
|
|
1830
1823
|
proposals: {
|
|
1831
1824
|
max: number | null;
|
|
1832
1825
|
min: number | null;
|
|
@@ -1838,31 +1831,36 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1838
1831
|
invitesSent: number | null;
|
|
1839
1832
|
} | null;
|
|
1840
1833
|
activityUpdates: 2 | 1 | 3 | null;
|
|
1834
|
+
jobId: string;
|
|
1841
1835
|
scrapedAt: number | null;
|
|
1842
1836
|
suitabilityRating: number | null;
|
|
1843
1837
|
suitabilityReason: string | null;
|
|
1838
|
+
proposal: string | null;
|
|
1839
|
+
questionAnswerPairs: {
|
|
1840
|
+
answer: string;
|
|
1841
|
+
question: string;
|
|
1842
|
+
}[] | null;
|
|
1844
1843
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
1845
1844
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
1846
1845
|
biddingAmount: number | null;
|
|
1847
1846
|
boosted: boolean | null;
|
|
1848
1847
|
boostingAmount: number | null;
|
|
1849
1848
|
boostedForPlace: number | null;
|
|
1850
|
-
specialisedProfile: string | null;
|
|
1851
1849
|
biddedAt: number | null;
|
|
1852
1850
|
biddingTaskScheduled: boolean | null;
|
|
1853
1851
|
scheduledBiddingTime: number | null;
|
|
1854
1852
|
inQueue: boolean | null;
|
|
1855
|
-
biddingDelayInMinutes: number | null;
|
|
1856
1853
|
checkFeedbackStatusCreatedAt: number | null;
|
|
1857
1854
|
biddingScheduledAt: number | null;
|
|
1855
|
+
coverLetterTemplateId: string | null;
|
|
1858
1856
|
feedbackCheckTaskId: string | null;
|
|
1859
1857
|
bidDecision: "rejected" | "proceeded" | null;
|
|
1860
1858
|
rejectedFeedback: string | null;
|
|
1861
1859
|
applicationId: string | null;
|
|
1862
1860
|
leadBiddingConfig: {
|
|
1863
|
-
biddingDelayInMinutes: number | null;
|
|
1864
1861
|
appliedFromQueue: boolean | null;
|
|
1865
|
-
|
|
1862
|
+
biddingDelayInMinutes: number | null;
|
|
1863
|
+
bidWithWarning: "skip" | "bid";
|
|
1866
1864
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
1867
1865
|
biddingHourlyRatePercentage: number | null;
|
|
1868
1866
|
biddingFixedHourlyRate: number | null;
|
|
@@ -1872,7 +1870,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1872
1870
|
maximumBoost: number | null;
|
|
1873
1871
|
minBoost: number | null;
|
|
1874
1872
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
1875
|
-
alreadyHiredAction: "
|
|
1873
|
+
alreadyHiredAction: "skip" | "bid";
|
|
1876
1874
|
bidConfig: {
|
|
1877
1875
|
contractorName: string | null;
|
|
1878
1876
|
agencyName: string | null;
|
|
@@ -1880,11 +1878,9 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1880
1878
|
};
|
|
1881
1879
|
} | null;
|
|
1882
1880
|
statusSynced: boolean | null;
|
|
1883
|
-
proposalId?: string | undefined;
|
|
1884
|
-
wonAmount?: number | undefined;
|
|
1885
1881
|
activity?: Partial<Record<"4h" | "24h", {
|
|
1886
|
-
updatedAt: number | null;
|
|
1887
1882
|
unansweredInvites: number | null;
|
|
1883
|
+
updatedAt: number | null;
|
|
1888
1884
|
proposals: {
|
|
1889
1885
|
max: number | null;
|
|
1890
1886
|
min: number | null;
|
|
@@ -1895,6 +1891,8 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1895
1891
|
interviewing: number | null;
|
|
1896
1892
|
invitesSent: number | null;
|
|
1897
1893
|
}>> | null | undefined;
|
|
1894
|
+
proposalId?: string | undefined;
|
|
1895
|
+
wonAmount?: number | undefined;
|
|
1898
1896
|
activityDelta?: {
|
|
1899
1897
|
unansweredInvites: number;
|
|
1900
1898
|
proposals: number;
|
|
@@ -1903,6 +1901,8 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1903
1901
|
invitesSent: number;
|
|
1904
1902
|
} | null | undefined;
|
|
1905
1903
|
}[];
|
|
1904
|
+
nextCursor: string | null;
|
|
1905
|
+
hasMore: boolean;
|
|
1906
1906
|
leadCounts: number | null;
|
|
1907
1907
|
}>;
|
|
1908
1908
|
export declare const findLeadsRequestSchema: z.ZodObject<{
|
|
@@ -1912,14 +1912,14 @@ export declare const findLeadsRequestSchema: z.ZodObject<{
|
|
|
1912
1912
|
campaignId: z.ZodOptional<z.ZodString>;
|
|
1913
1913
|
}, "strip", z.ZodTypeAny, {
|
|
1914
1914
|
offset?: number | undefined;
|
|
1915
|
-
limit?: number | undefined;
|
|
1916
1915
|
campaignId?: string | undefined;
|
|
1917
1916
|
filters?: JobFilters | undefined;
|
|
1917
|
+
limit?: number | undefined;
|
|
1918
1918
|
}, {
|
|
1919
1919
|
offset?: number | undefined;
|
|
1920
|
-
limit?: number | undefined;
|
|
1921
1920
|
campaignId?: string | undefined;
|
|
1922
1921
|
filters?: JobFilters | undefined;
|
|
1922
|
+
limit?: number | undefined;
|
|
1923
1923
|
}>;
|
|
1924
1924
|
export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
1925
1925
|
total: z.ZodNumber;
|
|
@@ -1967,9 +1967,9 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
1967
1967
|
max: number | null;
|
|
1968
1968
|
min: number | null;
|
|
1969
1969
|
} | null;
|
|
1970
|
+
experienceLevel: string | null;
|
|
1970
1971
|
paymentType: string | null;
|
|
1971
1972
|
fixedPrice: number | null;
|
|
1972
|
-
experienceLevel: string | null;
|
|
1973
1973
|
}, {
|
|
1974
1974
|
hours: string | null;
|
|
1975
1975
|
duration: string | null;
|
|
@@ -1977,9 +1977,9 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
1977
1977
|
max: number | null;
|
|
1978
1978
|
min: number | null;
|
|
1979
1979
|
} | null;
|
|
1980
|
+
experienceLevel: string | null;
|
|
1980
1981
|
paymentType: string | null;
|
|
1981
1982
|
fixedPrice: number | null;
|
|
1982
|
-
experienceLevel: string | null;
|
|
1983
1983
|
}>>;
|
|
1984
1984
|
clientInfo: z.ZodNullable<z.ZodObject<{
|
|
1985
1985
|
isPaymentVerified: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -2077,29 +2077,29 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2077
2077
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
2078
2078
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
2079
2079
|
}, "strip", z.ZodTypeAny, {
|
|
2080
|
-
freelancerName: string | null;
|
|
2081
|
-
jobTitle: string | null;
|
|
2082
2080
|
hourlyRate: number | null;
|
|
2081
|
+
paymentType: string | null;
|
|
2082
|
+
fixedPrice: number | null;
|
|
2083
|
+
jobTitle: string | null;
|
|
2084
|
+
freelancerName: string | null;
|
|
2083
2085
|
freelancerRating: number | null;
|
|
2084
2086
|
freelancerFeedback: string | null;
|
|
2085
2087
|
clientFeedback: string | null;
|
|
2086
2088
|
clientFeedbackRating: number | null;
|
|
2087
2089
|
dateRange: string | null;
|
|
2088
|
-
paymentType: string | null;
|
|
2089
|
-
fixedPrice: number | null;
|
|
2090
2090
|
numHours: number | null;
|
|
2091
2091
|
totalBilled: number | null;
|
|
2092
2092
|
}, {
|
|
2093
|
-
freelancerName: string | null;
|
|
2094
|
-
jobTitle: string | null;
|
|
2095
2093
|
hourlyRate: number | null;
|
|
2094
|
+
paymentType: string | null;
|
|
2095
|
+
fixedPrice: number | null;
|
|
2096
|
+
jobTitle: string | null;
|
|
2097
|
+
freelancerName: string | null;
|
|
2096
2098
|
freelancerRating: number | null;
|
|
2097
2099
|
freelancerFeedback: string | null;
|
|
2098
2100
|
clientFeedback: string | null;
|
|
2099
2101
|
clientFeedbackRating: number | null;
|
|
2100
2102
|
dateRange: string | null;
|
|
2101
|
-
paymentType: string | null;
|
|
2102
|
-
fixedPrice: number | null;
|
|
2103
2103
|
numHours: number | null;
|
|
2104
2104
|
totalBilled: number | null;
|
|
2105
2105
|
}>, "many">>;
|
|
@@ -2136,8 +2136,8 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2136
2136
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
2137
2137
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
2138
2138
|
}, "strip", z.ZodTypeAny, {
|
|
2139
|
-
updatedAt: number | null;
|
|
2140
2139
|
unansweredInvites: number | null;
|
|
2140
|
+
updatedAt: number | null;
|
|
2141
2141
|
proposals: {
|
|
2142
2142
|
max: number | null;
|
|
2143
2143
|
min: number | null;
|
|
@@ -2148,8 +2148,8 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2148
2148
|
interviewing: number | null;
|
|
2149
2149
|
invitesSent: number | null;
|
|
2150
2150
|
}, {
|
|
2151
|
-
updatedAt: number | null;
|
|
2152
2151
|
unansweredInvites: number | null;
|
|
2152
|
+
updatedAt: number | null;
|
|
2153
2153
|
proposals: {
|
|
2154
2154
|
max: number | null;
|
|
2155
2155
|
min: number | null;
|
|
@@ -2181,8 +2181,8 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2181
2181
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
2182
2182
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
2183
2183
|
}, "strip", z.ZodTypeAny, {
|
|
2184
|
-
updatedAt: number | null;
|
|
2185
2184
|
unansweredInvites: number | null;
|
|
2185
|
+
updatedAt: number | null;
|
|
2186
2186
|
proposals: {
|
|
2187
2187
|
max: number | null;
|
|
2188
2188
|
min: number | null;
|
|
@@ -2193,8 +2193,8 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2193
2193
|
interviewing: number | null;
|
|
2194
2194
|
invitesSent: number | null;
|
|
2195
2195
|
}, {
|
|
2196
|
-
updatedAt: number | null;
|
|
2197
2196
|
unansweredInvites: number | null;
|
|
2197
|
+
updatedAt: number | null;
|
|
2198
2198
|
proposals: {
|
|
2199
2199
|
max: number | null;
|
|
2200
2200
|
min: number | null;
|
|
@@ -2234,32 +2234,18 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2234
2234
|
max: number | null;
|
|
2235
2235
|
min: number | null;
|
|
2236
2236
|
} | null;
|
|
2237
|
+
experienceLevel: string | null;
|
|
2237
2238
|
paymentType: string | null;
|
|
2238
2239
|
fixedPrice: number | null;
|
|
2239
|
-
experienceLevel: string | null;
|
|
2240
2240
|
} | null;
|
|
2241
2241
|
description: string | null;
|
|
2242
2242
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
2243
2243
|
datetime: number | null;
|
|
2244
|
-
createdAt: number | null;
|
|
2245
2244
|
category: string | null;
|
|
2246
2245
|
uid: string | null;
|
|
2247
2246
|
questions: string[] | null;
|
|
2248
2247
|
occupation: string | null;
|
|
2249
|
-
|
|
2250
|
-
freelancerName: string | null;
|
|
2251
|
-
jobTitle: string | null;
|
|
2252
|
-
hourlyRate: number | null;
|
|
2253
|
-
freelancerRating: number | null;
|
|
2254
|
-
freelancerFeedback: string | null;
|
|
2255
|
-
clientFeedback: string | null;
|
|
2256
|
-
clientFeedbackRating: number | null;
|
|
2257
|
-
dateRange: string | null;
|
|
2258
|
-
paymentType: string | null;
|
|
2259
|
-
fixedPrice: number | null;
|
|
2260
|
-
numHours: number | null;
|
|
2261
|
-
totalBilled: number | null;
|
|
2262
|
-
}[] | null;
|
|
2248
|
+
createdAt: number | null;
|
|
2263
2249
|
skills: {
|
|
2264
2250
|
name: string;
|
|
2265
2251
|
}[] | null;
|
|
@@ -2298,14 +2284,28 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2298
2284
|
} | null;
|
|
2299
2285
|
processed: boolean | null;
|
|
2300
2286
|
isFeatured: boolean | null;
|
|
2287
|
+
clientReviews: {
|
|
2288
|
+
hourlyRate: number | null;
|
|
2289
|
+
paymentType: string | null;
|
|
2290
|
+
fixedPrice: number | null;
|
|
2291
|
+
jobTitle: string | null;
|
|
2292
|
+
freelancerName: string | null;
|
|
2293
|
+
freelancerRating: number | null;
|
|
2294
|
+
freelancerFeedback: string | null;
|
|
2295
|
+
clientFeedback: string | null;
|
|
2296
|
+
clientFeedbackRating: number | null;
|
|
2297
|
+
dateRange: string | null;
|
|
2298
|
+
numHours: number | null;
|
|
2299
|
+
totalBilled: number | null;
|
|
2300
|
+
}[] | null;
|
|
2301
2301
|
bidRange: {
|
|
2302
2302
|
high: number | null;
|
|
2303
2303
|
low: number | null;
|
|
2304
2304
|
avg: number | null;
|
|
2305
2305
|
} | null;
|
|
2306
2306
|
jobActivity: {
|
|
2307
|
-
updatedAt: number | null;
|
|
2308
2307
|
unansweredInvites: number | null;
|
|
2308
|
+
updatedAt: number | null;
|
|
2309
2309
|
proposals: {
|
|
2310
2310
|
max: number | null;
|
|
2311
2311
|
min: number | null;
|
|
@@ -2318,8 +2318,8 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2318
2318
|
} | null;
|
|
2319
2319
|
activityUpdates: 2 | 1 | 3 | null;
|
|
2320
2320
|
activity?: Partial<Record<"4h" | "24h", {
|
|
2321
|
-
updatedAt: number | null;
|
|
2322
2321
|
unansweredInvites: number | null;
|
|
2322
|
+
updatedAt: number | null;
|
|
2323
2323
|
proposals: {
|
|
2324
2324
|
max: number | null;
|
|
2325
2325
|
min: number | null;
|
|
@@ -2347,32 +2347,18 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2347
2347
|
max: number | null;
|
|
2348
2348
|
min: number | null;
|
|
2349
2349
|
} | null;
|
|
2350
|
+
experienceLevel: string | null;
|
|
2350
2351
|
paymentType: string | null;
|
|
2351
2352
|
fixedPrice: number | null;
|
|
2352
|
-
experienceLevel: string | null;
|
|
2353
2353
|
} | null;
|
|
2354
2354
|
description: string | null;
|
|
2355
2355
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
2356
2356
|
datetime: number | null;
|
|
2357
|
-
createdAt: number | null;
|
|
2358
2357
|
category: string | null;
|
|
2359
2358
|
uid: string | null;
|
|
2360
2359
|
questions: string[] | null;
|
|
2361
2360
|
occupation: string | null;
|
|
2362
|
-
|
|
2363
|
-
freelancerName: string | null;
|
|
2364
|
-
jobTitle: string | null;
|
|
2365
|
-
hourlyRate: number | null;
|
|
2366
|
-
freelancerRating: number | null;
|
|
2367
|
-
freelancerFeedback: string | null;
|
|
2368
|
-
clientFeedback: string | null;
|
|
2369
|
-
clientFeedbackRating: number | null;
|
|
2370
|
-
dateRange: string | null;
|
|
2371
|
-
paymentType: string | null;
|
|
2372
|
-
fixedPrice: number | null;
|
|
2373
|
-
numHours: number | null;
|
|
2374
|
-
totalBilled: number | null;
|
|
2375
|
-
}[] | null;
|
|
2361
|
+
createdAt: number | null;
|
|
2376
2362
|
skills: {
|
|
2377
2363
|
name: string;
|
|
2378
2364
|
}[] | null;
|
|
@@ -2411,14 +2397,28 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2411
2397
|
} | null;
|
|
2412
2398
|
processed: boolean | null;
|
|
2413
2399
|
isFeatured: boolean | null;
|
|
2400
|
+
clientReviews: {
|
|
2401
|
+
hourlyRate: number | null;
|
|
2402
|
+
paymentType: string | null;
|
|
2403
|
+
fixedPrice: number | null;
|
|
2404
|
+
jobTitle: string | null;
|
|
2405
|
+
freelancerName: string | null;
|
|
2406
|
+
freelancerRating: number | null;
|
|
2407
|
+
freelancerFeedback: string | null;
|
|
2408
|
+
clientFeedback: string | null;
|
|
2409
|
+
clientFeedbackRating: number | null;
|
|
2410
|
+
dateRange: string | null;
|
|
2411
|
+
numHours: number | null;
|
|
2412
|
+
totalBilled: number | null;
|
|
2413
|
+
}[] | null;
|
|
2414
2414
|
bidRange: {
|
|
2415
2415
|
high: number | null;
|
|
2416
2416
|
low: number | null;
|
|
2417
2417
|
avg: number | null;
|
|
2418
2418
|
} | null;
|
|
2419
2419
|
jobActivity: {
|
|
2420
|
-
updatedAt: number | null;
|
|
2421
2420
|
unansweredInvites: number | null;
|
|
2421
|
+
updatedAt: number | null;
|
|
2422
2422
|
proposals: {
|
|
2423
2423
|
max: number | null;
|
|
2424
2424
|
min: number | null;
|
|
@@ -2431,8 +2431,8 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2431
2431
|
} | null;
|
|
2432
2432
|
activityUpdates: 2 | 1 | 3 | null;
|
|
2433
2433
|
activity?: Partial<Record<"4h" | "24h", {
|
|
2434
|
-
updatedAt: number | null;
|
|
2435
2434
|
unansweredInvites: number | null;
|
|
2435
|
+
updatedAt: number | null;
|
|
2436
2436
|
proposals: {
|
|
2437
2437
|
max: number | null;
|
|
2438
2438
|
min: number | null;
|
|
@@ -2494,9 +2494,9 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2494
2494
|
max: number | null;
|
|
2495
2495
|
min: number | null;
|
|
2496
2496
|
} | null;
|
|
2497
|
+
experienceLevel: string | null;
|
|
2497
2498
|
paymentType: string | null;
|
|
2498
2499
|
fixedPrice: number | null;
|
|
2499
|
-
experienceLevel: string | null;
|
|
2500
2500
|
}, {
|
|
2501
2501
|
hours: string | null;
|
|
2502
2502
|
duration: string | null;
|
|
@@ -2504,9 +2504,9 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2504
2504
|
max: number | null;
|
|
2505
2505
|
min: number | null;
|
|
2506
2506
|
} | null;
|
|
2507
|
+
experienceLevel: string | null;
|
|
2507
2508
|
paymentType: string | null;
|
|
2508
2509
|
fixedPrice: number | null;
|
|
2509
|
-
experienceLevel: string | null;
|
|
2510
2510
|
}>>;
|
|
2511
2511
|
clientInfo: z.ZodNullable<z.ZodObject<{
|
|
2512
2512
|
isPaymentVerified: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -2604,29 +2604,29 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2604
2604
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
2605
2605
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
2606
2606
|
}, "strip", z.ZodTypeAny, {
|
|
2607
|
-
freelancerName: string | null;
|
|
2608
|
-
jobTitle: string | null;
|
|
2609
2607
|
hourlyRate: number | null;
|
|
2608
|
+
paymentType: string | null;
|
|
2609
|
+
fixedPrice: number | null;
|
|
2610
|
+
jobTitle: string | null;
|
|
2611
|
+
freelancerName: string | null;
|
|
2610
2612
|
freelancerRating: number | null;
|
|
2611
2613
|
freelancerFeedback: string | null;
|
|
2612
2614
|
clientFeedback: string | null;
|
|
2613
2615
|
clientFeedbackRating: number | null;
|
|
2614
2616
|
dateRange: string | null;
|
|
2615
|
-
paymentType: string | null;
|
|
2616
|
-
fixedPrice: number | null;
|
|
2617
2617
|
numHours: number | null;
|
|
2618
2618
|
totalBilled: number | null;
|
|
2619
2619
|
}, {
|
|
2620
|
-
freelancerName: string | null;
|
|
2621
|
-
jobTitle: string | null;
|
|
2622
2620
|
hourlyRate: number | null;
|
|
2621
|
+
paymentType: string | null;
|
|
2622
|
+
fixedPrice: number | null;
|
|
2623
|
+
jobTitle: string | null;
|
|
2624
|
+
freelancerName: string | null;
|
|
2623
2625
|
freelancerRating: number | null;
|
|
2624
2626
|
freelancerFeedback: string | null;
|
|
2625
2627
|
clientFeedback: string | null;
|
|
2626
2628
|
clientFeedbackRating: number | null;
|
|
2627
2629
|
dateRange: string | null;
|
|
2628
|
-
paymentType: string | null;
|
|
2629
|
-
fixedPrice: number | null;
|
|
2630
2630
|
numHours: number | null;
|
|
2631
2631
|
totalBilled: number | null;
|
|
2632
2632
|
}>, "many">>;
|
|
@@ -2663,8 +2663,8 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2663
2663
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
2664
2664
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
2665
2665
|
}, "strip", z.ZodTypeAny, {
|
|
2666
|
-
updatedAt: number | null;
|
|
2667
2666
|
unansweredInvites: number | null;
|
|
2667
|
+
updatedAt: number | null;
|
|
2668
2668
|
proposals: {
|
|
2669
2669
|
max: number | null;
|
|
2670
2670
|
min: number | null;
|
|
@@ -2675,8 +2675,8 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2675
2675
|
interviewing: number | null;
|
|
2676
2676
|
invitesSent: number | null;
|
|
2677
2677
|
}, {
|
|
2678
|
-
updatedAt: number | null;
|
|
2679
2678
|
unansweredInvites: number | null;
|
|
2679
|
+
updatedAt: number | null;
|
|
2680
2680
|
proposals: {
|
|
2681
2681
|
max: number | null;
|
|
2682
2682
|
min: number | null;
|
|
@@ -2708,8 +2708,8 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2708
2708
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
2709
2709
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
2710
2710
|
}, "strip", z.ZodTypeAny, {
|
|
2711
|
-
updatedAt: number | null;
|
|
2712
2711
|
unansweredInvites: number | null;
|
|
2712
|
+
updatedAt: number | null;
|
|
2713
2713
|
proposals: {
|
|
2714
2714
|
max: number | null;
|
|
2715
2715
|
min: number | null;
|
|
@@ -2720,8 +2720,8 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2720
2720
|
interviewing: number | null;
|
|
2721
2721
|
invitesSent: number | null;
|
|
2722
2722
|
}, {
|
|
2723
|
-
updatedAt: number | null;
|
|
2724
2723
|
unansweredInvites: number | null;
|
|
2724
|
+
updatedAt: number | null;
|
|
2725
2725
|
proposals: {
|
|
2726
2726
|
max: number | null;
|
|
2727
2727
|
min: number | null;
|
|
@@ -2819,9 +2819,9 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2819
2819
|
specialisedProfile: string | null;
|
|
2820
2820
|
}>;
|
|
2821
2821
|
}, "strip", z.ZodTypeAny, {
|
|
2822
|
-
biddingDelayInMinutes: number | null;
|
|
2823
2822
|
appliedFromQueue: boolean | null;
|
|
2824
|
-
|
|
2823
|
+
biddingDelayInMinutes: number | null;
|
|
2824
|
+
bidWithWarning: "skip" | "bid";
|
|
2825
2825
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
2826
2826
|
biddingHourlyRatePercentage: number | null;
|
|
2827
2827
|
biddingFixedHourlyRate: number | null;
|
|
@@ -2831,16 +2831,16 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2831
2831
|
maximumBoost: number | null;
|
|
2832
2832
|
minBoost: number | null;
|
|
2833
2833
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
2834
|
-
alreadyHiredAction: "
|
|
2834
|
+
alreadyHiredAction: "skip" | "bid";
|
|
2835
2835
|
bidConfig: {
|
|
2836
2836
|
contractorName: string | null;
|
|
2837
2837
|
agencyName: string | null;
|
|
2838
2838
|
specialisedProfile: string | null;
|
|
2839
2839
|
};
|
|
2840
2840
|
}, {
|
|
2841
|
-
biddingDelayInMinutes: number | null;
|
|
2842
2841
|
appliedFromQueue: boolean | null;
|
|
2843
|
-
|
|
2842
|
+
biddingDelayInMinutes: number | null;
|
|
2843
|
+
bidWithWarning: "skip" | "bid";
|
|
2844
2844
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
2845
2845
|
biddingHourlyRatePercentage: number | null;
|
|
2846
2846
|
biddingFixedHourlyRate: number | null;
|
|
@@ -2850,7 +2850,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2850
2850
|
maximumBoost: number | null;
|
|
2851
2851
|
minBoost: number | null;
|
|
2852
2852
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
2853
|
-
alreadyHiredAction: "
|
|
2853
|
+
alreadyHiredAction: "skip" | "bid";
|
|
2854
2854
|
bidConfig: {
|
|
2855
2855
|
contractorName: string | null;
|
|
2856
2856
|
agencyName: string | null;
|
|
@@ -2868,42 +2868,23 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2868
2868
|
max: number | null;
|
|
2869
2869
|
min: number | null;
|
|
2870
2870
|
} | null;
|
|
2871
|
+
experienceLevel: string | null;
|
|
2871
2872
|
paymentType: string | null;
|
|
2872
2873
|
fixedPrice: number | null;
|
|
2873
|
-
experienceLevel: string | null;
|
|
2874
2874
|
} | null;
|
|
2875
2875
|
description: string | null;
|
|
2876
2876
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
2877
2877
|
datetime: number | null;
|
|
2878
|
-
createdAt: number | null;
|
|
2879
|
-
updatedAt: number | null;
|
|
2880
|
-
proposal: string | null;
|
|
2881
|
-
organizationId: string;
|
|
2882
|
-
campaignId: string;
|
|
2883
2878
|
category: string | null;
|
|
2884
2879
|
uid: string | null;
|
|
2885
2880
|
questions: string[] | null;
|
|
2886
2881
|
occupation: string | null;
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
clientReviews: {
|
|
2894
|
-
freelancerName: string | null;
|
|
2895
|
-
jobTitle: string | null;
|
|
2896
|
-
hourlyRate: number | null;
|
|
2897
|
-
freelancerRating: number | null;
|
|
2898
|
-
freelancerFeedback: string | null;
|
|
2899
|
-
clientFeedback: string | null;
|
|
2900
|
-
clientFeedbackRating: number | null;
|
|
2901
|
-
dateRange: string | null;
|
|
2902
|
-
paymentType: string | null;
|
|
2903
|
-
fixedPrice: number | null;
|
|
2904
|
-
numHours: number | null;
|
|
2905
|
-
totalBilled: number | null;
|
|
2906
|
-
}[] | null;
|
|
2882
|
+
organizationId: string;
|
|
2883
|
+
createdAt: number | null;
|
|
2884
|
+
updatedAt: number | null;
|
|
2885
|
+
campaignId: string;
|
|
2886
|
+
biddingDelayInMinutes: number | null;
|
|
2887
|
+
specialisedProfile: string | null;
|
|
2907
2888
|
skills: {
|
|
2908
2889
|
name: string;
|
|
2909
2890
|
}[] | null;
|
|
@@ -2941,14 +2922,28 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2941
2922
|
includeRisingTalent: string | null;
|
|
2942
2923
|
} | null;
|
|
2943
2924
|
isFeatured: boolean | null;
|
|
2925
|
+
clientReviews: {
|
|
2926
|
+
hourlyRate: number | null;
|
|
2927
|
+
paymentType: string | null;
|
|
2928
|
+
fixedPrice: number | null;
|
|
2929
|
+
jobTitle: string | null;
|
|
2930
|
+
freelancerName: string | null;
|
|
2931
|
+
freelancerRating: number | null;
|
|
2932
|
+
freelancerFeedback: string | null;
|
|
2933
|
+
clientFeedback: string | null;
|
|
2934
|
+
clientFeedbackRating: number | null;
|
|
2935
|
+
dateRange: string | null;
|
|
2936
|
+
numHours: number | null;
|
|
2937
|
+
totalBilled: number | null;
|
|
2938
|
+
}[] | null;
|
|
2944
2939
|
bidRange: {
|
|
2945
2940
|
high: number | null;
|
|
2946
2941
|
low: number | null;
|
|
2947
2942
|
avg: number | null;
|
|
2948
2943
|
} | null;
|
|
2949
2944
|
jobActivity: {
|
|
2950
|
-
updatedAt: number | null;
|
|
2951
2945
|
unansweredInvites: number | null;
|
|
2946
|
+
updatedAt: number | null;
|
|
2952
2947
|
proposals: {
|
|
2953
2948
|
max: number | null;
|
|
2954
2949
|
min: number | null;
|
|
@@ -2960,31 +2955,36 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2960
2955
|
invitesSent: number | null;
|
|
2961
2956
|
} | null;
|
|
2962
2957
|
activityUpdates: 2 | 1 | 3 | null;
|
|
2958
|
+
jobId: string;
|
|
2963
2959
|
scrapedAt: number | null;
|
|
2964
2960
|
suitabilityRating: number | null;
|
|
2965
2961
|
suitabilityReason: string | null;
|
|
2962
|
+
proposal: string | null;
|
|
2963
|
+
questionAnswerPairs: {
|
|
2964
|
+
answer: string;
|
|
2965
|
+
question: string;
|
|
2966
|
+
}[] | null;
|
|
2966
2967
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
2967
2968
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
2968
2969
|
biddingAmount: number | null;
|
|
2969
2970
|
boosted: boolean | null;
|
|
2970
2971
|
boostingAmount: number | null;
|
|
2971
2972
|
boostedForPlace: number | null;
|
|
2972
|
-
specialisedProfile: string | null;
|
|
2973
2973
|
biddedAt: number | null;
|
|
2974
2974
|
biddingTaskScheduled: boolean | null;
|
|
2975
2975
|
scheduledBiddingTime: number | null;
|
|
2976
2976
|
inQueue: boolean | null;
|
|
2977
|
-
biddingDelayInMinutes: number | null;
|
|
2978
2977
|
checkFeedbackStatusCreatedAt: number | null;
|
|
2979
2978
|
biddingScheduledAt: number | null;
|
|
2979
|
+
coverLetterTemplateId: string | null;
|
|
2980
2980
|
feedbackCheckTaskId: string | null;
|
|
2981
2981
|
bidDecision: "rejected" | "proceeded" | null;
|
|
2982
2982
|
rejectedFeedback: string | null;
|
|
2983
2983
|
applicationId: string | null;
|
|
2984
2984
|
leadBiddingConfig: {
|
|
2985
|
-
biddingDelayInMinutes: number | null;
|
|
2986
2985
|
appliedFromQueue: boolean | null;
|
|
2987
|
-
|
|
2986
|
+
biddingDelayInMinutes: number | null;
|
|
2987
|
+
bidWithWarning: "skip" | "bid";
|
|
2988
2988
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
2989
2989
|
biddingHourlyRatePercentage: number | null;
|
|
2990
2990
|
biddingFixedHourlyRate: number | null;
|
|
@@ -2994,7 +2994,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
2994
2994
|
maximumBoost: number | null;
|
|
2995
2995
|
minBoost: number | null;
|
|
2996
2996
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
2997
|
-
alreadyHiredAction: "
|
|
2997
|
+
alreadyHiredAction: "skip" | "bid";
|
|
2998
2998
|
bidConfig: {
|
|
2999
2999
|
contractorName: string | null;
|
|
3000
3000
|
agencyName: string | null;
|
|
@@ -3002,11 +3002,9 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3002
3002
|
};
|
|
3003
3003
|
} | null;
|
|
3004
3004
|
statusSynced: boolean | null;
|
|
3005
|
-
proposalId?: string | undefined;
|
|
3006
|
-
wonAmount?: number | undefined;
|
|
3007
3005
|
activity?: Partial<Record<"4h" | "24h", {
|
|
3008
|
-
updatedAt: number | null;
|
|
3009
3006
|
unansweredInvites: number | null;
|
|
3007
|
+
updatedAt: number | null;
|
|
3010
3008
|
proposals: {
|
|
3011
3009
|
max: number | null;
|
|
3012
3010
|
min: number | null;
|
|
@@ -3017,6 +3015,8 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3017
3015
|
interviewing: number | null;
|
|
3018
3016
|
invitesSent: number | null;
|
|
3019
3017
|
}>> | null | undefined;
|
|
3018
|
+
proposalId?: string | undefined;
|
|
3019
|
+
wonAmount?: number | undefined;
|
|
3020
3020
|
activityDelta?: {
|
|
3021
3021
|
unansweredInvites: number;
|
|
3022
3022
|
proposals: number;
|
|
@@ -3034,42 +3034,23 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3034
3034
|
max: number | null;
|
|
3035
3035
|
min: number | null;
|
|
3036
3036
|
} | null;
|
|
3037
|
+
experienceLevel: string | null;
|
|
3037
3038
|
paymentType: string | null;
|
|
3038
3039
|
fixedPrice: number | null;
|
|
3039
|
-
experienceLevel: string | null;
|
|
3040
3040
|
} | null;
|
|
3041
3041
|
description: string | null;
|
|
3042
3042
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
3043
3043
|
datetime: number | null;
|
|
3044
|
-
createdAt: number | null;
|
|
3045
|
-
updatedAt: number | null;
|
|
3046
|
-
proposal: string | null;
|
|
3047
|
-
organizationId: string;
|
|
3048
|
-
campaignId: string;
|
|
3049
3044
|
category: string | null;
|
|
3050
3045
|
uid: string | null;
|
|
3051
3046
|
questions: string[] | null;
|
|
3052
3047
|
occupation: string | null;
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
clientReviews: {
|
|
3060
|
-
freelancerName: string | null;
|
|
3061
|
-
jobTitle: string | null;
|
|
3062
|
-
hourlyRate: number | null;
|
|
3063
|
-
freelancerRating: number | null;
|
|
3064
|
-
freelancerFeedback: string | null;
|
|
3065
|
-
clientFeedback: string | null;
|
|
3066
|
-
clientFeedbackRating: number | null;
|
|
3067
|
-
dateRange: string | null;
|
|
3068
|
-
paymentType: string | null;
|
|
3069
|
-
fixedPrice: number | null;
|
|
3070
|
-
numHours: number | null;
|
|
3071
|
-
totalBilled: number | null;
|
|
3072
|
-
}[] | null;
|
|
3048
|
+
organizationId: string;
|
|
3049
|
+
createdAt: number | null;
|
|
3050
|
+
updatedAt: number | null;
|
|
3051
|
+
campaignId: string;
|
|
3052
|
+
biddingDelayInMinutes: number | null;
|
|
3053
|
+
specialisedProfile: string | null;
|
|
3073
3054
|
skills: {
|
|
3074
3055
|
name: string;
|
|
3075
3056
|
}[] | null;
|
|
@@ -3107,14 +3088,28 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3107
3088
|
includeRisingTalent: string | null;
|
|
3108
3089
|
} | null;
|
|
3109
3090
|
isFeatured: boolean | null;
|
|
3091
|
+
clientReviews: {
|
|
3092
|
+
hourlyRate: number | null;
|
|
3093
|
+
paymentType: string | null;
|
|
3094
|
+
fixedPrice: number | null;
|
|
3095
|
+
jobTitle: string | null;
|
|
3096
|
+
freelancerName: string | null;
|
|
3097
|
+
freelancerRating: number | null;
|
|
3098
|
+
freelancerFeedback: string | null;
|
|
3099
|
+
clientFeedback: string | null;
|
|
3100
|
+
clientFeedbackRating: number | null;
|
|
3101
|
+
dateRange: string | null;
|
|
3102
|
+
numHours: number | null;
|
|
3103
|
+
totalBilled: number | null;
|
|
3104
|
+
}[] | null;
|
|
3110
3105
|
bidRange: {
|
|
3111
3106
|
high: number | null;
|
|
3112
3107
|
low: number | null;
|
|
3113
3108
|
avg: number | null;
|
|
3114
3109
|
} | null;
|
|
3115
3110
|
jobActivity: {
|
|
3116
|
-
updatedAt: number | null;
|
|
3117
3111
|
unansweredInvites: number | null;
|
|
3112
|
+
updatedAt: number | null;
|
|
3118
3113
|
proposals: {
|
|
3119
3114
|
max: number | null;
|
|
3120
3115
|
min: number | null;
|
|
@@ -3126,31 +3121,36 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3126
3121
|
invitesSent: number | null;
|
|
3127
3122
|
} | null;
|
|
3128
3123
|
activityUpdates: 2 | 1 | 3 | null;
|
|
3124
|
+
jobId: string;
|
|
3129
3125
|
scrapedAt: number | null;
|
|
3130
3126
|
suitabilityRating: number | null;
|
|
3131
3127
|
suitabilityReason: string | null;
|
|
3128
|
+
proposal: string | null;
|
|
3129
|
+
questionAnswerPairs: {
|
|
3130
|
+
answer: string;
|
|
3131
|
+
question: string;
|
|
3132
|
+
}[] | null;
|
|
3132
3133
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
3133
3134
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
3134
3135
|
biddingAmount: number | null;
|
|
3135
3136
|
boosted: boolean | null;
|
|
3136
3137
|
boostingAmount: number | null;
|
|
3137
3138
|
boostedForPlace: number | null;
|
|
3138
|
-
specialisedProfile: string | null;
|
|
3139
3139
|
biddedAt: number | null;
|
|
3140
3140
|
biddingTaskScheduled: boolean | null;
|
|
3141
3141
|
scheduledBiddingTime: number | null;
|
|
3142
3142
|
inQueue: boolean | null;
|
|
3143
|
-
biddingDelayInMinutes: number | null;
|
|
3144
3143
|
checkFeedbackStatusCreatedAt: number | null;
|
|
3145
3144
|
biddingScheduledAt: number | null;
|
|
3145
|
+
coverLetterTemplateId: string | null;
|
|
3146
3146
|
feedbackCheckTaskId: string | null;
|
|
3147
3147
|
bidDecision: "rejected" | "proceeded" | null;
|
|
3148
3148
|
rejectedFeedback: string | null;
|
|
3149
3149
|
applicationId: string | null;
|
|
3150
3150
|
leadBiddingConfig: {
|
|
3151
|
-
biddingDelayInMinutes: number | null;
|
|
3152
3151
|
appliedFromQueue: boolean | null;
|
|
3153
|
-
|
|
3152
|
+
biddingDelayInMinutes: number | null;
|
|
3153
|
+
bidWithWarning: "skip" | "bid";
|
|
3154
3154
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
3155
3155
|
biddingHourlyRatePercentage: number | null;
|
|
3156
3156
|
biddingFixedHourlyRate: number | null;
|
|
@@ -3160,7 +3160,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3160
3160
|
maximumBoost: number | null;
|
|
3161
3161
|
minBoost: number | null;
|
|
3162
3162
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
3163
|
-
alreadyHiredAction: "
|
|
3163
|
+
alreadyHiredAction: "skip" | "bid";
|
|
3164
3164
|
bidConfig: {
|
|
3165
3165
|
contractorName: string | null;
|
|
3166
3166
|
agencyName: string | null;
|
|
@@ -3168,11 +3168,9 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3168
3168
|
};
|
|
3169
3169
|
} | null;
|
|
3170
3170
|
statusSynced: boolean | null;
|
|
3171
|
-
proposalId?: string | undefined;
|
|
3172
|
-
wonAmount?: number | undefined;
|
|
3173
3171
|
activity?: Partial<Record<"4h" | "24h", {
|
|
3174
|
-
updatedAt: number | null;
|
|
3175
3172
|
unansweredInvites: number | null;
|
|
3173
|
+
updatedAt: number | null;
|
|
3176
3174
|
proposals: {
|
|
3177
3175
|
max: number | null;
|
|
3178
3176
|
min: number | null;
|
|
@@ -3183,6 +3181,8 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3183
3181
|
interviewing: number | null;
|
|
3184
3182
|
invitesSent: number | null;
|
|
3185
3183
|
}>> | null | undefined;
|
|
3184
|
+
proposalId?: string | undefined;
|
|
3185
|
+
wonAmount?: number | undefined;
|
|
3186
3186
|
activityDelta?: {
|
|
3187
3187
|
unansweredInvites: number;
|
|
3188
3188
|
proposals: number;
|
|
@@ -3205,32 +3205,18 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3205
3205
|
max: number | null;
|
|
3206
3206
|
min: number | null;
|
|
3207
3207
|
} | null;
|
|
3208
|
+
experienceLevel: string | null;
|
|
3208
3209
|
paymentType: string | null;
|
|
3209
3210
|
fixedPrice: number | null;
|
|
3210
|
-
experienceLevel: string | null;
|
|
3211
3211
|
} | null;
|
|
3212
3212
|
description: string | null;
|
|
3213
3213
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
3214
3214
|
datetime: number | null;
|
|
3215
|
-
createdAt: number | null;
|
|
3216
3215
|
category: string | null;
|
|
3217
3216
|
uid: string | null;
|
|
3218
3217
|
questions: string[] | null;
|
|
3219
3218
|
occupation: string | null;
|
|
3220
|
-
|
|
3221
|
-
freelancerName: string | null;
|
|
3222
|
-
jobTitle: string | null;
|
|
3223
|
-
hourlyRate: number | null;
|
|
3224
|
-
freelancerRating: number | null;
|
|
3225
|
-
freelancerFeedback: string | null;
|
|
3226
|
-
clientFeedback: string | null;
|
|
3227
|
-
clientFeedbackRating: number | null;
|
|
3228
|
-
dateRange: string | null;
|
|
3229
|
-
paymentType: string | null;
|
|
3230
|
-
fixedPrice: number | null;
|
|
3231
|
-
numHours: number | null;
|
|
3232
|
-
totalBilled: number | null;
|
|
3233
|
-
}[] | null;
|
|
3219
|
+
createdAt: number | null;
|
|
3234
3220
|
skills: {
|
|
3235
3221
|
name: string;
|
|
3236
3222
|
}[] | null;
|
|
@@ -3269,16 +3255,30 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3269
3255
|
} | null;
|
|
3270
3256
|
processed: boolean | null;
|
|
3271
3257
|
isFeatured: boolean | null;
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3258
|
+
clientReviews: {
|
|
3259
|
+
hourlyRate: number | null;
|
|
3260
|
+
paymentType: string | null;
|
|
3261
|
+
fixedPrice: number | null;
|
|
3262
|
+
jobTitle: string | null;
|
|
3263
|
+
freelancerName: string | null;
|
|
3264
|
+
freelancerRating: number | null;
|
|
3265
|
+
freelancerFeedback: string | null;
|
|
3266
|
+
clientFeedback: string | null;
|
|
3267
|
+
clientFeedbackRating: number | null;
|
|
3268
|
+
dateRange: string | null;
|
|
3269
|
+
numHours: number | null;
|
|
3270
|
+
totalBilled: number | null;
|
|
3271
|
+
}[] | null;
|
|
3272
|
+
bidRange: {
|
|
3273
|
+
high: number | null;
|
|
3274
|
+
low: number | null;
|
|
3275
|
+
avg: number | null;
|
|
3276
|
+
} | null;
|
|
3277
|
+
jobActivity: {
|
|
3278
|
+
unansweredInvites: number | null;
|
|
3279
|
+
updatedAt: number | null;
|
|
3280
|
+
proposals: {
|
|
3281
|
+
max: number | null;
|
|
3282
3282
|
min: number | null;
|
|
3283
3283
|
};
|
|
3284
3284
|
lastViewedByClient: string | null;
|
|
@@ -3289,8 +3289,8 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3289
3289
|
} | null;
|
|
3290
3290
|
activityUpdates: 2 | 1 | 3 | null;
|
|
3291
3291
|
activity?: Partial<Record<"4h" | "24h", {
|
|
3292
|
-
updatedAt: number | null;
|
|
3293
3292
|
unansweredInvites: number | null;
|
|
3293
|
+
updatedAt: number | null;
|
|
3294
3294
|
proposals: {
|
|
3295
3295
|
max: number | null;
|
|
3296
3296
|
min: number | null;
|
|
@@ -3318,42 +3318,23 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3318
3318
|
max: number | null;
|
|
3319
3319
|
min: number | null;
|
|
3320
3320
|
} | null;
|
|
3321
|
+
experienceLevel: string | null;
|
|
3321
3322
|
paymentType: string | null;
|
|
3322
3323
|
fixedPrice: number | null;
|
|
3323
|
-
experienceLevel: string | null;
|
|
3324
3324
|
} | null;
|
|
3325
3325
|
description: string | null;
|
|
3326
3326
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
3327
3327
|
datetime: number | null;
|
|
3328
|
-
createdAt: number | null;
|
|
3329
|
-
updatedAt: number | null;
|
|
3330
|
-
proposal: string | null;
|
|
3331
|
-
organizationId: string;
|
|
3332
|
-
campaignId: string;
|
|
3333
3328
|
category: string | null;
|
|
3334
3329
|
uid: string | null;
|
|
3335
3330
|
questions: string[] | null;
|
|
3336
3331
|
occupation: string | null;
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
clientReviews: {
|
|
3344
|
-
freelancerName: string | null;
|
|
3345
|
-
jobTitle: string | null;
|
|
3346
|
-
hourlyRate: number | null;
|
|
3347
|
-
freelancerRating: number | null;
|
|
3348
|
-
freelancerFeedback: string | null;
|
|
3349
|
-
clientFeedback: string | null;
|
|
3350
|
-
clientFeedbackRating: number | null;
|
|
3351
|
-
dateRange: string | null;
|
|
3352
|
-
paymentType: string | null;
|
|
3353
|
-
fixedPrice: number | null;
|
|
3354
|
-
numHours: number | null;
|
|
3355
|
-
totalBilled: number | null;
|
|
3356
|
-
}[] | null;
|
|
3332
|
+
organizationId: string;
|
|
3333
|
+
createdAt: number | null;
|
|
3334
|
+
updatedAt: number | null;
|
|
3335
|
+
campaignId: string;
|
|
3336
|
+
biddingDelayInMinutes: number | null;
|
|
3337
|
+
specialisedProfile: string | null;
|
|
3357
3338
|
skills: {
|
|
3358
3339
|
name: string;
|
|
3359
3340
|
}[] | null;
|
|
@@ -3391,14 +3372,28 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3391
3372
|
includeRisingTalent: string | null;
|
|
3392
3373
|
} | null;
|
|
3393
3374
|
isFeatured: boolean | null;
|
|
3375
|
+
clientReviews: {
|
|
3376
|
+
hourlyRate: number | null;
|
|
3377
|
+
paymentType: string | null;
|
|
3378
|
+
fixedPrice: number | null;
|
|
3379
|
+
jobTitle: string | null;
|
|
3380
|
+
freelancerName: string | null;
|
|
3381
|
+
freelancerRating: number | null;
|
|
3382
|
+
freelancerFeedback: string | null;
|
|
3383
|
+
clientFeedback: string | null;
|
|
3384
|
+
clientFeedbackRating: number | null;
|
|
3385
|
+
dateRange: string | null;
|
|
3386
|
+
numHours: number | null;
|
|
3387
|
+
totalBilled: number | null;
|
|
3388
|
+
}[] | null;
|
|
3394
3389
|
bidRange: {
|
|
3395
3390
|
high: number | null;
|
|
3396
3391
|
low: number | null;
|
|
3397
3392
|
avg: number | null;
|
|
3398
3393
|
} | null;
|
|
3399
3394
|
jobActivity: {
|
|
3400
|
-
updatedAt: number | null;
|
|
3401
3395
|
unansweredInvites: number | null;
|
|
3396
|
+
updatedAt: number | null;
|
|
3402
3397
|
proposals: {
|
|
3403
3398
|
max: number | null;
|
|
3404
3399
|
min: number | null;
|
|
@@ -3410,31 +3405,36 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3410
3405
|
invitesSent: number | null;
|
|
3411
3406
|
} | null;
|
|
3412
3407
|
activityUpdates: 2 | 1 | 3 | null;
|
|
3408
|
+
jobId: string;
|
|
3413
3409
|
scrapedAt: number | null;
|
|
3414
3410
|
suitabilityRating: number | null;
|
|
3415
3411
|
suitabilityReason: string | null;
|
|
3412
|
+
proposal: string | null;
|
|
3413
|
+
questionAnswerPairs: {
|
|
3414
|
+
answer: string;
|
|
3415
|
+
question: string;
|
|
3416
|
+
}[] | null;
|
|
3416
3417
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
3417
3418
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
3418
3419
|
biddingAmount: number | null;
|
|
3419
3420
|
boosted: boolean | null;
|
|
3420
3421
|
boostingAmount: number | null;
|
|
3421
3422
|
boostedForPlace: number | null;
|
|
3422
|
-
specialisedProfile: string | null;
|
|
3423
3423
|
biddedAt: number | null;
|
|
3424
3424
|
biddingTaskScheduled: boolean | null;
|
|
3425
3425
|
scheduledBiddingTime: number | null;
|
|
3426
3426
|
inQueue: boolean | null;
|
|
3427
|
-
biddingDelayInMinutes: number | null;
|
|
3428
3427
|
checkFeedbackStatusCreatedAt: number | null;
|
|
3429
3428
|
biddingScheduledAt: number | null;
|
|
3429
|
+
coverLetterTemplateId: string | null;
|
|
3430
3430
|
feedbackCheckTaskId: string | null;
|
|
3431
3431
|
bidDecision: "rejected" | "proceeded" | null;
|
|
3432
3432
|
rejectedFeedback: string | null;
|
|
3433
3433
|
applicationId: string | null;
|
|
3434
3434
|
leadBiddingConfig: {
|
|
3435
|
-
biddingDelayInMinutes: number | null;
|
|
3436
3435
|
appliedFromQueue: boolean | null;
|
|
3437
|
-
|
|
3436
|
+
biddingDelayInMinutes: number | null;
|
|
3437
|
+
bidWithWarning: "skip" | "bid";
|
|
3438
3438
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
3439
3439
|
biddingHourlyRatePercentage: number | null;
|
|
3440
3440
|
biddingFixedHourlyRate: number | null;
|
|
@@ -3444,7 +3444,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3444
3444
|
maximumBoost: number | null;
|
|
3445
3445
|
minBoost: number | null;
|
|
3446
3446
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
3447
|
-
alreadyHiredAction: "
|
|
3447
|
+
alreadyHiredAction: "skip" | "bid";
|
|
3448
3448
|
bidConfig: {
|
|
3449
3449
|
contractorName: string | null;
|
|
3450
3450
|
agencyName: string | null;
|
|
@@ -3452,11 +3452,9 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3452
3452
|
};
|
|
3453
3453
|
} | null;
|
|
3454
3454
|
statusSynced: boolean | null;
|
|
3455
|
-
proposalId?: string | undefined;
|
|
3456
|
-
wonAmount?: number | undefined;
|
|
3457
3455
|
activity?: Partial<Record<"4h" | "24h", {
|
|
3458
|
-
updatedAt: number | null;
|
|
3459
3456
|
unansweredInvites: number | null;
|
|
3457
|
+
updatedAt: number | null;
|
|
3460
3458
|
proposals: {
|
|
3461
3459
|
max: number | null;
|
|
3462
3460
|
min: number | null;
|
|
@@ -3467,6 +3465,8 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3467
3465
|
interviewing: number | null;
|
|
3468
3466
|
invitesSent: number | null;
|
|
3469
3467
|
}>> | null | undefined;
|
|
3468
|
+
proposalId?: string | undefined;
|
|
3469
|
+
wonAmount?: number | undefined;
|
|
3470
3470
|
activityDelta?: {
|
|
3471
3471
|
unansweredInvites: number;
|
|
3472
3472
|
proposals: number;
|
|
@@ -3490,32 +3490,18 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3490
3490
|
max: number | null;
|
|
3491
3491
|
min: number | null;
|
|
3492
3492
|
} | null;
|
|
3493
|
+
experienceLevel: string | null;
|
|
3493
3494
|
paymentType: string | null;
|
|
3494
3495
|
fixedPrice: number | null;
|
|
3495
|
-
experienceLevel: string | null;
|
|
3496
3496
|
} | null;
|
|
3497
3497
|
description: string | null;
|
|
3498
3498
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
3499
3499
|
datetime: number | null;
|
|
3500
|
-
createdAt: number | null;
|
|
3501
3500
|
category: string | null;
|
|
3502
3501
|
uid: string | null;
|
|
3503
3502
|
questions: string[] | null;
|
|
3504
3503
|
occupation: string | null;
|
|
3505
|
-
|
|
3506
|
-
freelancerName: string | null;
|
|
3507
|
-
jobTitle: string | null;
|
|
3508
|
-
hourlyRate: number | null;
|
|
3509
|
-
freelancerRating: number | null;
|
|
3510
|
-
freelancerFeedback: string | null;
|
|
3511
|
-
clientFeedback: string | null;
|
|
3512
|
-
clientFeedbackRating: number | null;
|
|
3513
|
-
dateRange: string | null;
|
|
3514
|
-
paymentType: string | null;
|
|
3515
|
-
fixedPrice: number | null;
|
|
3516
|
-
numHours: number | null;
|
|
3517
|
-
totalBilled: number | null;
|
|
3518
|
-
}[] | null;
|
|
3504
|
+
createdAt: number | null;
|
|
3519
3505
|
skills: {
|
|
3520
3506
|
name: string;
|
|
3521
3507
|
}[] | null;
|
|
@@ -3554,14 +3540,28 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3554
3540
|
} | null;
|
|
3555
3541
|
processed: boolean | null;
|
|
3556
3542
|
isFeatured: boolean | null;
|
|
3543
|
+
clientReviews: {
|
|
3544
|
+
hourlyRate: number | null;
|
|
3545
|
+
paymentType: string | null;
|
|
3546
|
+
fixedPrice: number | null;
|
|
3547
|
+
jobTitle: string | null;
|
|
3548
|
+
freelancerName: string | null;
|
|
3549
|
+
freelancerRating: number | null;
|
|
3550
|
+
freelancerFeedback: string | null;
|
|
3551
|
+
clientFeedback: string | null;
|
|
3552
|
+
clientFeedbackRating: number | null;
|
|
3553
|
+
dateRange: string | null;
|
|
3554
|
+
numHours: number | null;
|
|
3555
|
+
totalBilled: number | null;
|
|
3556
|
+
}[] | null;
|
|
3557
3557
|
bidRange: {
|
|
3558
3558
|
high: number | null;
|
|
3559
3559
|
low: number | null;
|
|
3560
3560
|
avg: number | null;
|
|
3561
3561
|
} | null;
|
|
3562
3562
|
jobActivity: {
|
|
3563
|
-
updatedAt: number | null;
|
|
3564
3563
|
unansweredInvites: number | null;
|
|
3564
|
+
updatedAt: number | null;
|
|
3565
3565
|
proposals: {
|
|
3566
3566
|
max: number | null;
|
|
3567
3567
|
min: number | null;
|
|
@@ -3574,8 +3574,8 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3574
3574
|
} | null;
|
|
3575
3575
|
activityUpdates: 2 | 1 | 3 | null;
|
|
3576
3576
|
activity?: Partial<Record<"4h" | "24h", {
|
|
3577
|
-
updatedAt: number | null;
|
|
3578
3577
|
unansweredInvites: number | null;
|
|
3578
|
+
updatedAt: number | null;
|
|
3579
3579
|
proposals: {
|
|
3580
3580
|
max: number | null;
|
|
3581
3581
|
min: number | null;
|
|
@@ -3603,42 +3603,23 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3603
3603
|
max: number | null;
|
|
3604
3604
|
min: number | null;
|
|
3605
3605
|
} | null;
|
|
3606
|
+
experienceLevel: string | null;
|
|
3606
3607
|
paymentType: string | null;
|
|
3607
3608
|
fixedPrice: number | null;
|
|
3608
|
-
experienceLevel: string | null;
|
|
3609
3609
|
} | null;
|
|
3610
3610
|
description: string | null;
|
|
3611
3611
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
3612
3612
|
datetime: number | null;
|
|
3613
|
-
createdAt: number | null;
|
|
3614
|
-
updatedAt: number | null;
|
|
3615
|
-
proposal: string | null;
|
|
3616
|
-
organizationId: string;
|
|
3617
|
-
campaignId: string;
|
|
3618
3613
|
category: string | null;
|
|
3619
3614
|
uid: string | null;
|
|
3620
3615
|
questions: string[] | null;
|
|
3621
3616
|
occupation: string | null;
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
clientReviews: {
|
|
3629
|
-
freelancerName: string | null;
|
|
3630
|
-
jobTitle: string | null;
|
|
3631
|
-
hourlyRate: number | null;
|
|
3632
|
-
freelancerRating: number | null;
|
|
3633
|
-
freelancerFeedback: string | null;
|
|
3634
|
-
clientFeedback: string | null;
|
|
3635
|
-
clientFeedbackRating: number | null;
|
|
3636
|
-
dateRange: string | null;
|
|
3637
|
-
paymentType: string | null;
|
|
3638
|
-
fixedPrice: number | null;
|
|
3639
|
-
numHours: number | null;
|
|
3640
|
-
totalBilled: number | null;
|
|
3641
|
-
}[] | null;
|
|
3617
|
+
organizationId: string;
|
|
3618
|
+
createdAt: number | null;
|
|
3619
|
+
updatedAt: number | null;
|
|
3620
|
+
campaignId: string;
|
|
3621
|
+
biddingDelayInMinutes: number | null;
|
|
3622
|
+
specialisedProfile: string | null;
|
|
3642
3623
|
skills: {
|
|
3643
3624
|
name: string;
|
|
3644
3625
|
}[] | null;
|
|
@@ -3676,14 +3657,28 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3676
3657
|
includeRisingTalent: string | null;
|
|
3677
3658
|
} | null;
|
|
3678
3659
|
isFeatured: boolean | null;
|
|
3660
|
+
clientReviews: {
|
|
3661
|
+
hourlyRate: number | null;
|
|
3662
|
+
paymentType: string | null;
|
|
3663
|
+
fixedPrice: number | null;
|
|
3664
|
+
jobTitle: string | null;
|
|
3665
|
+
freelancerName: string | null;
|
|
3666
|
+
freelancerRating: number | null;
|
|
3667
|
+
freelancerFeedback: string | null;
|
|
3668
|
+
clientFeedback: string | null;
|
|
3669
|
+
clientFeedbackRating: number | null;
|
|
3670
|
+
dateRange: string | null;
|
|
3671
|
+
numHours: number | null;
|
|
3672
|
+
totalBilled: number | null;
|
|
3673
|
+
}[] | null;
|
|
3679
3674
|
bidRange: {
|
|
3680
3675
|
high: number | null;
|
|
3681
3676
|
low: number | null;
|
|
3682
3677
|
avg: number | null;
|
|
3683
3678
|
} | null;
|
|
3684
3679
|
jobActivity: {
|
|
3685
|
-
updatedAt: number | null;
|
|
3686
3680
|
unansweredInvites: number | null;
|
|
3681
|
+
updatedAt: number | null;
|
|
3687
3682
|
proposals: {
|
|
3688
3683
|
max: number | null;
|
|
3689
3684
|
min: number | null;
|
|
@@ -3695,31 +3690,36 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3695
3690
|
invitesSent: number | null;
|
|
3696
3691
|
} | null;
|
|
3697
3692
|
activityUpdates: 2 | 1 | 3 | null;
|
|
3693
|
+
jobId: string;
|
|
3698
3694
|
scrapedAt: number | null;
|
|
3699
3695
|
suitabilityRating: number | null;
|
|
3700
3696
|
suitabilityReason: string | null;
|
|
3697
|
+
proposal: string | null;
|
|
3698
|
+
questionAnswerPairs: {
|
|
3699
|
+
answer: string;
|
|
3700
|
+
question: string;
|
|
3701
|
+
}[] | null;
|
|
3701
3702
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
3702
3703
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
3703
3704
|
biddingAmount: number | null;
|
|
3704
3705
|
boosted: boolean | null;
|
|
3705
3706
|
boostingAmount: number | null;
|
|
3706
3707
|
boostedForPlace: number | null;
|
|
3707
|
-
specialisedProfile: string | null;
|
|
3708
3708
|
biddedAt: number | null;
|
|
3709
3709
|
biddingTaskScheduled: boolean | null;
|
|
3710
3710
|
scheduledBiddingTime: number | null;
|
|
3711
3711
|
inQueue: boolean | null;
|
|
3712
|
-
biddingDelayInMinutes: number | null;
|
|
3713
3712
|
checkFeedbackStatusCreatedAt: number | null;
|
|
3714
3713
|
biddingScheduledAt: number | null;
|
|
3714
|
+
coverLetterTemplateId: string | null;
|
|
3715
3715
|
feedbackCheckTaskId: string | null;
|
|
3716
3716
|
bidDecision: "rejected" | "proceeded" | null;
|
|
3717
3717
|
rejectedFeedback: string | null;
|
|
3718
3718
|
applicationId: string | null;
|
|
3719
3719
|
leadBiddingConfig: {
|
|
3720
|
-
biddingDelayInMinutes: number | null;
|
|
3721
3720
|
appliedFromQueue: boolean | null;
|
|
3722
|
-
|
|
3721
|
+
biddingDelayInMinutes: number | null;
|
|
3722
|
+
bidWithWarning: "skip" | "bid";
|
|
3723
3723
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
3724
3724
|
biddingHourlyRatePercentage: number | null;
|
|
3725
3725
|
biddingFixedHourlyRate: number | null;
|
|
@@ -3729,7 +3729,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3729
3729
|
maximumBoost: number | null;
|
|
3730
3730
|
minBoost: number | null;
|
|
3731
3731
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
3732
|
-
alreadyHiredAction: "
|
|
3732
|
+
alreadyHiredAction: "skip" | "bid";
|
|
3733
3733
|
bidConfig: {
|
|
3734
3734
|
contractorName: string | null;
|
|
3735
3735
|
agencyName: string | null;
|
|
@@ -3737,11 +3737,9 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3737
3737
|
};
|
|
3738
3738
|
} | null;
|
|
3739
3739
|
statusSynced: boolean | null;
|
|
3740
|
-
proposalId?: string | undefined;
|
|
3741
|
-
wonAmount?: number | undefined;
|
|
3742
3740
|
activity?: Partial<Record<"4h" | "24h", {
|
|
3743
|
-
updatedAt: number | null;
|
|
3744
3741
|
unansweredInvites: number | null;
|
|
3742
|
+
updatedAt: number | null;
|
|
3745
3743
|
proposals: {
|
|
3746
3744
|
max: number | null;
|
|
3747
3745
|
min: number | null;
|
|
@@ -3752,6 +3750,8 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
|
|
|
3752
3750
|
interviewing: number | null;
|
|
3753
3751
|
invitesSent: number | null;
|
|
3754
3752
|
}>> | null | undefined;
|
|
3753
|
+
proposalId?: string | undefined;
|
|
3754
|
+
wonAmount?: number | undefined;
|
|
3755
3755
|
activityDelta?: {
|
|
3756
3756
|
unansweredInvites: number;
|
|
3757
3757
|
proposals: number;
|
|
@@ -3775,15 +3775,15 @@ export declare const getCampaignLeadsRequestQuerySchema: z.ZodObject<{
|
|
|
3775
3775
|
}, "strip", z.ZodTypeAny, {
|
|
3776
3776
|
cursor?: string | undefined;
|
|
3777
3777
|
status?: "all" | "rejected" | "contacted" | "viewed" | "replied" | "suitable" | undefined;
|
|
3778
|
-
limit?: number | undefined;
|
|
3779
3778
|
campaignId?: string | undefined;
|
|
3780
3779
|
inQueue?: boolean | undefined;
|
|
3780
|
+
limit?: number | undefined;
|
|
3781
3781
|
}, {
|
|
3782
3782
|
cursor?: string | undefined;
|
|
3783
3783
|
status?: "all" | "rejected" | "contacted" | "viewed" | "replied" | "suitable" | undefined;
|
|
3784
|
-
limit?: number | undefined;
|
|
3785
3784
|
campaignId?: string | undefined;
|
|
3786
3785
|
inQueue?: boolean | undefined;
|
|
3786
|
+
limit?: number | undefined;
|
|
3787
3787
|
}>;
|
|
3788
3788
|
export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
3789
3789
|
data: z.ZodArray<z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
@@ -3830,9 +3830,9 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
3830
3830
|
max: number | null;
|
|
3831
3831
|
min: number | null;
|
|
3832
3832
|
} | null;
|
|
3833
|
+
experienceLevel: string | null;
|
|
3833
3834
|
paymentType: string | null;
|
|
3834
3835
|
fixedPrice: number | null;
|
|
3835
|
-
experienceLevel: string | null;
|
|
3836
3836
|
}, {
|
|
3837
3837
|
hours: string | null;
|
|
3838
3838
|
duration: string | null;
|
|
@@ -3840,9 +3840,9 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
3840
3840
|
max: number | null;
|
|
3841
3841
|
min: number | null;
|
|
3842
3842
|
} | null;
|
|
3843
|
+
experienceLevel: string | null;
|
|
3843
3844
|
paymentType: string | null;
|
|
3844
3845
|
fixedPrice: number | null;
|
|
3845
|
-
experienceLevel: string | null;
|
|
3846
3846
|
}>>;
|
|
3847
3847
|
clientInfo: z.ZodNullable<z.ZodObject<{
|
|
3848
3848
|
isPaymentVerified: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -3940,29 +3940,29 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
3940
3940
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
3941
3941
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
3942
3942
|
}, "strip", z.ZodTypeAny, {
|
|
3943
|
-
freelancerName: string | null;
|
|
3944
|
-
jobTitle: string | null;
|
|
3945
3943
|
hourlyRate: number | null;
|
|
3944
|
+
paymentType: string | null;
|
|
3945
|
+
fixedPrice: number | null;
|
|
3946
|
+
jobTitle: string | null;
|
|
3947
|
+
freelancerName: string | null;
|
|
3946
3948
|
freelancerRating: number | null;
|
|
3947
3949
|
freelancerFeedback: string | null;
|
|
3948
3950
|
clientFeedback: string | null;
|
|
3949
3951
|
clientFeedbackRating: number | null;
|
|
3950
3952
|
dateRange: string | null;
|
|
3951
|
-
paymentType: string | null;
|
|
3952
|
-
fixedPrice: number | null;
|
|
3953
3953
|
numHours: number | null;
|
|
3954
3954
|
totalBilled: number | null;
|
|
3955
3955
|
}, {
|
|
3956
|
-
freelancerName: string | null;
|
|
3957
|
-
jobTitle: string | null;
|
|
3958
3956
|
hourlyRate: number | null;
|
|
3957
|
+
paymentType: string | null;
|
|
3958
|
+
fixedPrice: number | null;
|
|
3959
|
+
jobTitle: string | null;
|
|
3960
|
+
freelancerName: string | null;
|
|
3959
3961
|
freelancerRating: number | null;
|
|
3960
3962
|
freelancerFeedback: string | null;
|
|
3961
3963
|
clientFeedback: string | null;
|
|
3962
3964
|
clientFeedbackRating: number | null;
|
|
3963
3965
|
dateRange: string | null;
|
|
3964
|
-
paymentType: string | null;
|
|
3965
|
-
fixedPrice: number | null;
|
|
3966
3966
|
numHours: number | null;
|
|
3967
3967
|
totalBilled: number | null;
|
|
3968
3968
|
}>, "many">>;
|
|
@@ -3999,8 +3999,8 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
3999
3999
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
4000
4000
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
4001
4001
|
}, "strip", z.ZodTypeAny, {
|
|
4002
|
-
updatedAt: number | null;
|
|
4003
4002
|
unansweredInvites: number | null;
|
|
4003
|
+
updatedAt: number | null;
|
|
4004
4004
|
proposals: {
|
|
4005
4005
|
max: number | null;
|
|
4006
4006
|
min: number | null;
|
|
@@ -4011,8 +4011,8 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4011
4011
|
interviewing: number | null;
|
|
4012
4012
|
invitesSent: number | null;
|
|
4013
4013
|
}, {
|
|
4014
|
-
updatedAt: number | null;
|
|
4015
4014
|
unansweredInvites: number | null;
|
|
4015
|
+
updatedAt: number | null;
|
|
4016
4016
|
proposals: {
|
|
4017
4017
|
max: number | null;
|
|
4018
4018
|
min: number | null;
|
|
@@ -4044,8 +4044,8 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4044
4044
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
4045
4045
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
4046
4046
|
}, "strip", z.ZodTypeAny, {
|
|
4047
|
-
updatedAt: number | null;
|
|
4048
4047
|
unansweredInvites: number | null;
|
|
4048
|
+
updatedAt: number | null;
|
|
4049
4049
|
proposals: {
|
|
4050
4050
|
max: number | null;
|
|
4051
4051
|
min: number | null;
|
|
@@ -4056,8 +4056,8 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4056
4056
|
interviewing: number | null;
|
|
4057
4057
|
invitesSent: number | null;
|
|
4058
4058
|
}, {
|
|
4059
|
-
updatedAt: number | null;
|
|
4060
4059
|
unansweredInvites: number | null;
|
|
4060
|
+
updatedAt: number | null;
|
|
4061
4061
|
proposals: {
|
|
4062
4062
|
max: number | null;
|
|
4063
4063
|
min: number | null;
|
|
@@ -4155,9 +4155,9 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4155
4155
|
specialisedProfile: string | null;
|
|
4156
4156
|
}>;
|
|
4157
4157
|
}, "strip", z.ZodTypeAny, {
|
|
4158
|
-
biddingDelayInMinutes: number | null;
|
|
4159
4158
|
appliedFromQueue: boolean | null;
|
|
4160
|
-
|
|
4159
|
+
biddingDelayInMinutes: number | null;
|
|
4160
|
+
bidWithWarning: "skip" | "bid";
|
|
4161
4161
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
4162
4162
|
biddingHourlyRatePercentage: number | null;
|
|
4163
4163
|
biddingFixedHourlyRate: number | null;
|
|
@@ -4167,16 +4167,16 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4167
4167
|
maximumBoost: number | null;
|
|
4168
4168
|
minBoost: number | null;
|
|
4169
4169
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
4170
|
-
alreadyHiredAction: "
|
|
4170
|
+
alreadyHiredAction: "skip" | "bid";
|
|
4171
4171
|
bidConfig: {
|
|
4172
4172
|
contractorName: string | null;
|
|
4173
4173
|
agencyName: string | null;
|
|
4174
4174
|
specialisedProfile: string | null;
|
|
4175
4175
|
};
|
|
4176
4176
|
}, {
|
|
4177
|
-
biddingDelayInMinutes: number | null;
|
|
4178
4177
|
appliedFromQueue: boolean | null;
|
|
4179
|
-
|
|
4178
|
+
biddingDelayInMinutes: number | null;
|
|
4179
|
+
bidWithWarning: "skip" | "bid";
|
|
4180
4180
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
4181
4181
|
biddingHourlyRatePercentage: number | null;
|
|
4182
4182
|
biddingFixedHourlyRate: number | null;
|
|
@@ -4186,7 +4186,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4186
4186
|
maximumBoost: number | null;
|
|
4187
4187
|
minBoost: number | null;
|
|
4188
4188
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
4189
|
-
alreadyHiredAction: "
|
|
4189
|
+
alreadyHiredAction: "skip" | "bid";
|
|
4190
4190
|
bidConfig: {
|
|
4191
4191
|
contractorName: string | null;
|
|
4192
4192
|
agencyName: string | null;
|
|
@@ -4204,42 +4204,23 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4204
4204
|
max: number | null;
|
|
4205
4205
|
min: number | null;
|
|
4206
4206
|
} | null;
|
|
4207
|
+
experienceLevel: string | null;
|
|
4207
4208
|
paymentType: string | null;
|
|
4208
4209
|
fixedPrice: number | null;
|
|
4209
|
-
experienceLevel: string | null;
|
|
4210
4210
|
} | null;
|
|
4211
4211
|
description: string | null;
|
|
4212
4212
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
4213
4213
|
datetime: number | null;
|
|
4214
|
-
createdAt: number | null;
|
|
4215
|
-
updatedAt: number | null;
|
|
4216
|
-
proposal: string | null;
|
|
4217
|
-
organizationId: string;
|
|
4218
|
-
campaignId: string;
|
|
4219
4214
|
category: string | null;
|
|
4220
4215
|
uid: string | null;
|
|
4221
4216
|
questions: string[] | null;
|
|
4222
4217
|
occupation: string | null;
|
|
4223
|
-
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
clientReviews: {
|
|
4230
|
-
freelancerName: string | null;
|
|
4231
|
-
jobTitle: string | null;
|
|
4232
|
-
hourlyRate: number | null;
|
|
4233
|
-
freelancerRating: number | null;
|
|
4234
|
-
freelancerFeedback: string | null;
|
|
4235
|
-
clientFeedback: string | null;
|
|
4236
|
-
clientFeedbackRating: number | null;
|
|
4237
|
-
dateRange: string | null;
|
|
4238
|
-
paymentType: string | null;
|
|
4239
|
-
fixedPrice: number | null;
|
|
4240
|
-
numHours: number | null;
|
|
4241
|
-
totalBilled: number | null;
|
|
4242
|
-
}[] | null;
|
|
4218
|
+
organizationId: string;
|
|
4219
|
+
createdAt: number | null;
|
|
4220
|
+
updatedAt: number | null;
|
|
4221
|
+
campaignId: string;
|
|
4222
|
+
biddingDelayInMinutes: number | null;
|
|
4223
|
+
specialisedProfile: string | null;
|
|
4243
4224
|
skills: {
|
|
4244
4225
|
name: string;
|
|
4245
4226
|
}[] | null;
|
|
@@ -4277,14 +4258,28 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4277
4258
|
includeRisingTalent: string | null;
|
|
4278
4259
|
} | null;
|
|
4279
4260
|
isFeatured: boolean | null;
|
|
4261
|
+
clientReviews: {
|
|
4262
|
+
hourlyRate: number | null;
|
|
4263
|
+
paymentType: string | null;
|
|
4264
|
+
fixedPrice: number | null;
|
|
4265
|
+
jobTitle: string | null;
|
|
4266
|
+
freelancerName: string | null;
|
|
4267
|
+
freelancerRating: number | null;
|
|
4268
|
+
freelancerFeedback: string | null;
|
|
4269
|
+
clientFeedback: string | null;
|
|
4270
|
+
clientFeedbackRating: number | null;
|
|
4271
|
+
dateRange: string | null;
|
|
4272
|
+
numHours: number | null;
|
|
4273
|
+
totalBilled: number | null;
|
|
4274
|
+
}[] | null;
|
|
4280
4275
|
bidRange: {
|
|
4281
4276
|
high: number | null;
|
|
4282
4277
|
low: number | null;
|
|
4283
4278
|
avg: number | null;
|
|
4284
4279
|
} | null;
|
|
4285
4280
|
jobActivity: {
|
|
4286
|
-
updatedAt: number | null;
|
|
4287
4281
|
unansweredInvites: number | null;
|
|
4282
|
+
updatedAt: number | null;
|
|
4288
4283
|
proposals: {
|
|
4289
4284
|
max: number | null;
|
|
4290
4285
|
min: number | null;
|
|
@@ -4296,31 +4291,36 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4296
4291
|
invitesSent: number | null;
|
|
4297
4292
|
} | null;
|
|
4298
4293
|
activityUpdates: 2 | 1 | 3 | null;
|
|
4294
|
+
jobId: string;
|
|
4299
4295
|
scrapedAt: number | null;
|
|
4300
4296
|
suitabilityRating: number | null;
|
|
4301
4297
|
suitabilityReason: string | null;
|
|
4298
|
+
proposal: string | null;
|
|
4299
|
+
questionAnswerPairs: {
|
|
4300
|
+
answer: string;
|
|
4301
|
+
question: string;
|
|
4302
|
+
}[] | null;
|
|
4302
4303
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
4303
4304
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
4304
4305
|
biddingAmount: number | null;
|
|
4305
4306
|
boosted: boolean | null;
|
|
4306
4307
|
boostingAmount: number | null;
|
|
4307
4308
|
boostedForPlace: number | null;
|
|
4308
|
-
specialisedProfile: string | null;
|
|
4309
4309
|
biddedAt: number | null;
|
|
4310
4310
|
biddingTaskScheduled: boolean | null;
|
|
4311
4311
|
scheduledBiddingTime: number | null;
|
|
4312
4312
|
inQueue: boolean | null;
|
|
4313
|
-
biddingDelayInMinutes: number | null;
|
|
4314
4313
|
checkFeedbackStatusCreatedAt: number | null;
|
|
4315
4314
|
biddingScheduledAt: number | null;
|
|
4315
|
+
coverLetterTemplateId: string | null;
|
|
4316
4316
|
feedbackCheckTaskId: string | null;
|
|
4317
4317
|
bidDecision: "rejected" | "proceeded" | null;
|
|
4318
4318
|
rejectedFeedback: string | null;
|
|
4319
4319
|
applicationId: string | null;
|
|
4320
4320
|
leadBiddingConfig: {
|
|
4321
|
-
biddingDelayInMinutes: number | null;
|
|
4322
4321
|
appliedFromQueue: boolean | null;
|
|
4323
|
-
|
|
4322
|
+
biddingDelayInMinutes: number | null;
|
|
4323
|
+
bidWithWarning: "skip" | "bid";
|
|
4324
4324
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
4325
4325
|
biddingHourlyRatePercentage: number | null;
|
|
4326
4326
|
biddingFixedHourlyRate: number | null;
|
|
@@ -4330,7 +4330,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4330
4330
|
maximumBoost: number | null;
|
|
4331
4331
|
minBoost: number | null;
|
|
4332
4332
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
4333
|
-
alreadyHiredAction: "
|
|
4333
|
+
alreadyHiredAction: "skip" | "bid";
|
|
4334
4334
|
bidConfig: {
|
|
4335
4335
|
contractorName: string | null;
|
|
4336
4336
|
agencyName: string | null;
|
|
@@ -4338,11 +4338,9 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4338
4338
|
};
|
|
4339
4339
|
} | null;
|
|
4340
4340
|
statusSynced: boolean | null;
|
|
4341
|
-
proposalId?: string | undefined;
|
|
4342
|
-
wonAmount?: number | undefined;
|
|
4343
4341
|
activity?: Partial<Record<"4h" | "24h", {
|
|
4344
|
-
updatedAt: number | null;
|
|
4345
4342
|
unansweredInvites: number | null;
|
|
4343
|
+
updatedAt: number | null;
|
|
4346
4344
|
proposals: {
|
|
4347
4345
|
max: number | null;
|
|
4348
4346
|
min: number | null;
|
|
@@ -4353,6 +4351,8 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4353
4351
|
interviewing: number | null;
|
|
4354
4352
|
invitesSent: number | null;
|
|
4355
4353
|
}>> | null | undefined;
|
|
4354
|
+
proposalId?: string | undefined;
|
|
4355
|
+
wonAmount?: number | undefined;
|
|
4356
4356
|
activityDelta?: {
|
|
4357
4357
|
unansweredInvites: number;
|
|
4358
4358
|
proposals: number;
|
|
@@ -4370,42 +4370,23 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4370
4370
|
max: number | null;
|
|
4371
4371
|
min: number | null;
|
|
4372
4372
|
} | null;
|
|
4373
|
+
experienceLevel: string | null;
|
|
4373
4374
|
paymentType: string | null;
|
|
4374
4375
|
fixedPrice: number | null;
|
|
4375
|
-
experienceLevel: string | null;
|
|
4376
4376
|
} | null;
|
|
4377
4377
|
description: string | null;
|
|
4378
4378
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
4379
4379
|
datetime: number | null;
|
|
4380
|
-
createdAt: number | null;
|
|
4381
|
-
updatedAt: number | null;
|
|
4382
|
-
proposal: string | null;
|
|
4383
|
-
organizationId: string;
|
|
4384
|
-
campaignId: string;
|
|
4385
4380
|
category: string | null;
|
|
4386
4381
|
uid: string | null;
|
|
4387
4382
|
questions: string[] | null;
|
|
4388
4383
|
occupation: string | null;
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
clientReviews: {
|
|
4396
|
-
freelancerName: string | null;
|
|
4397
|
-
jobTitle: string | null;
|
|
4398
|
-
hourlyRate: number | null;
|
|
4399
|
-
freelancerRating: number | null;
|
|
4400
|
-
freelancerFeedback: string | null;
|
|
4401
|
-
clientFeedback: string | null;
|
|
4402
|
-
clientFeedbackRating: number | null;
|
|
4403
|
-
dateRange: string | null;
|
|
4404
|
-
paymentType: string | null;
|
|
4405
|
-
fixedPrice: number | null;
|
|
4406
|
-
numHours: number | null;
|
|
4407
|
-
totalBilled: number | null;
|
|
4408
|
-
}[] | null;
|
|
4384
|
+
organizationId: string;
|
|
4385
|
+
createdAt: number | null;
|
|
4386
|
+
updatedAt: number | null;
|
|
4387
|
+
campaignId: string;
|
|
4388
|
+
biddingDelayInMinutes: number | null;
|
|
4389
|
+
specialisedProfile: string | null;
|
|
4409
4390
|
skills: {
|
|
4410
4391
|
name: string;
|
|
4411
4392
|
}[] | null;
|
|
@@ -4443,14 +4424,28 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4443
4424
|
includeRisingTalent: string | null;
|
|
4444
4425
|
} | null;
|
|
4445
4426
|
isFeatured: boolean | null;
|
|
4427
|
+
clientReviews: {
|
|
4428
|
+
hourlyRate: number | null;
|
|
4429
|
+
paymentType: string | null;
|
|
4430
|
+
fixedPrice: number | null;
|
|
4431
|
+
jobTitle: string | null;
|
|
4432
|
+
freelancerName: string | null;
|
|
4433
|
+
freelancerRating: number | null;
|
|
4434
|
+
freelancerFeedback: string | null;
|
|
4435
|
+
clientFeedback: string | null;
|
|
4436
|
+
clientFeedbackRating: number | null;
|
|
4437
|
+
dateRange: string | null;
|
|
4438
|
+
numHours: number | null;
|
|
4439
|
+
totalBilled: number | null;
|
|
4440
|
+
}[] | null;
|
|
4446
4441
|
bidRange: {
|
|
4447
4442
|
high: number | null;
|
|
4448
4443
|
low: number | null;
|
|
4449
4444
|
avg: number | null;
|
|
4450
4445
|
} | null;
|
|
4451
4446
|
jobActivity: {
|
|
4452
|
-
updatedAt: number | null;
|
|
4453
4447
|
unansweredInvites: number | null;
|
|
4448
|
+
updatedAt: number | null;
|
|
4454
4449
|
proposals: {
|
|
4455
4450
|
max: number | null;
|
|
4456
4451
|
min: number | null;
|
|
@@ -4462,31 +4457,36 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4462
4457
|
invitesSent: number | null;
|
|
4463
4458
|
} | null;
|
|
4464
4459
|
activityUpdates: 2 | 1 | 3 | null;
|
|
4460
|
+
jobId: string;
|
|
4465
4461
|
scrapedAt: number | null;
|
|
4466
4462
|
suitabilityRating: number | null;
|
|
4467
4463
|
suitabilityReason: string | null;
|
|
4464
|
+
proposal: string | null;
|
|
4465
|
+
questionAnswerPairs: {
|
|
4466
|
+
answer: string;
|
|
4467
|
+
question: string;
|
|
4468
|
+
}[] | null;
|
|
4468
4469
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
4469
4470
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
4470
4471
|
biddingAmount: number | null;
|
|
4471
4472
|
boosted: boolean | null;
|
|
4472
4473
|
boostingAmount: number | null;
|
|
4473
4474
|
boostedForPlace: number | null;
|
|
4474
|
-
specialisedProfile: string | null;
|
|
4475
4475
|
biddedAt: number | null;
|
|
4476
4476
|
biddingTaskScheduled: boolean | null;
|
|
4477
4477
|
scheduledBiddingTime: number | null;
|
|
4478
4478
|
inQueue: boolean | null;
|
|
4479
|
-
biddingDelayInMinutes: number | null;
|
|
4480
4479
|
checkFeedbackStatusCreatedAt: number | null;
|
|
4481
4480
|
biddingScheduledAt: number | null;
|
|
4481
|
+
coverLetterTemplateId: string | null;
|
|
4482
4482
|
feedbackCheckTaskId: string | null;
|
|
4483
4483
|
bidDecision: "rejected" | "proceeded" | null;
|
|
4484
4484
|
rejectedFeedback: string | null;
|
|
4485
4485
|
applicationId: string | null;
|
|
4486
4486
|
leadBiddingConfig: {
|
|
4487
|
-
biddingDelayInMinutes: number | null;
|
|
4488
4487
|
appliedFromQueue: boolean | null;
|
|
4489
|
-
|
|
4488
|
+
biddingDelayInMinutes: number | null;
|
|
4489
|
+
bidWithWarning: "skip" | "bid";
|
|
4490
4490
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
4491
4491
|
biddingHourlyRatePercentage: number | null;
|
|
4492
4492
|
biddingFixedHourlyRate: number | null;
|
|
@@ -4496,7 +4496,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4496
4496
|
maximumBoost: number | null;
|
|
4497
4497
|
minBoost: number | null;
|
|
4498
4498
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
4499
|
-
alreadyHiredAction: "
|
|
4499
|
+
alreadyHiredAction: "skip" | "bid";
|
|
4500
4500
|
bidConfig: {
|
|
4501
4501
|
contractorName: string | null;
|
|
4502
4502
|
agencyName: string | null;
|
|
@@ -4504,11 +4504,9 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4504
4504
|
};
|
|
4505
4505
|
} | null;
|
|
4506
4506
|
statusSynced: boolean | null;
|
|
4507
|
-
proposalId?: string | undefined;
|
|
4508
|
-
wonAmount?: number | undefined;
|
|
4509
4507
|
activity?: Partial<Record<"4h" | "24h", {
|
|
4510
|
-
updatedAt: number | null;
|
|
4511
4508
|
unansweredInvites: number | null;
|
|
4509
|
+
updatedAt: number | null;
|
|
4512
4510
|
proposals: {
|
|
4513
4511
|
max: number | null;
|
|
4514
4512
|
min: number | null;
|
|
@@ -4519,6 +4517,8 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4519
4517
|
interviewing: number | null;
|
|
4520
4518
|
invitesSent: number | null;
|
|
4521
4519
|
}>> | null | undefined;
|
|
4520
|
+
proposalId?: string | undefined;
|
|
4521
|
+
wonAmount?: number | undefined;
|
|
4522
4522
|
activityDelta?: {
|
|
4523
4523
|
unansweredInvites: number;
|
|
4524
4524
|
proposals: number;
|
|
@@ -4532,12 +4532,12 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4532
4532
|
nextCursor: z.ZodNullable<z.ZodString>;
|
|
4533
4533
|
limit: z.ZodNumber;
|
|
4534
4534
|
}, "strip", z.ZodTypeAny, {
|
|
4535
|
-
hasMore: boolean;
|
|
4536
4535
|
nextCursor: string | null;
|
|
4536
|
+
hasMore: boolean;
|
|
4537
4537
|
limit: number;
|
|
4538
4538
|
}, {
|
|
4539
|
-
hasMore: boolean;
|
|
4540
4539
|
nextCursor: string | null;
|
|
4540
|
+
hasMore: boolean;
|
|
4541
4541
|
limit: number;
|
|
4542
4542
|
}>;
|
|
4543
4543
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4551,42 +4551,23 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4551
4551
|
max: number | null;
|
|
4552
4552
|
min: number | null;
|
|
4553
4553
|
} | null;
|
|
4554
|
+
experienceLevel: string | null;
|
|
4554
4555
|
paymentType: string | null;
|
|
4555
4556
|
fixedPrice: number | null;
|
|
4556
|
-
experienceLevel: string | null;
|
|
4557
4557
|
} | null;
|
|
4558
4558
|
description: string | null;
|
|
4559
4559
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
4560
4560
|
datetime: number | null;
|
|
4561
|
-
createdAt: number | null;
|
|
4562
|
-
updatedAt: number | null;
|
|
4563
|
-
proposal: string | null;
|
|
4564
|
-
organizationId: string;
|
|
4565
|
-
campaignId: string;
|
|
4566
4561
|
category: string | null;
|
|
4567
4562
|
uid: string | null;
|
|
4568
4563
|
questions: string[] | null;
|
|
4569
4564
|
occupation: string | null;
|
|
4570
|
-
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
clientReviews: {
|
|
4577
|
-
freelancerName: string | null;
|
|
4578
|
-
jobTitle: string | null;
|
|
4579
|
-
hourlyRate: number | null;
|
|
4580
|
-
freelancerRating: number | null;
|
|
4581
|
-
freelancerFeedback: string | null;
|
|
4582
|
-
clientFeedback: string | null;
|
|
4583
|
-
clientFeedbackRating: number | null;
|
|
4584
|
-
dateRange: string | null;
|
|
4585
|
-
paymentType: string | null;
|
|
4586
|
-
fixedPrice: number | null;
|
|
4587
|
-
numHours: number | null;
|
|
4588
|
-
totalBilled: number | null;
|
|
4589
|
-
}[] | null;
|
|
4565
|
+
organizationId: string;
|
|
4566
|
+
createdAt: number | null;
|
|
4567
|
+
updatedAt: number | null;
|
|
4568
|
+
campaignId: string;
|
|
4569
|
+
biddingDelayInMinutes: number | null;
|
|
4570
|
+
specialisedProfile: string | null;
|
|
4590
4571
|
skills: {
|
|
4591
4572
|
name: string;
|
|
4592
4573
|
}[] | null;
|
|
@@ -4624,14 +4605,28 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4624
4605
|
includeRisingTalent: string | null;
|
|
4625
4606
|
} | null;
|
|
4626
4607
|
isFeatured: boolean | null;
|
|
4608
|
+
clientReviews: {
|
|
4609
|
+
hourlyRate: number | null;
|
|
4610
|
+
paymentType: string | null;
|
|
4611
|
+
fixedPrice: number | null;
|
|
4612
|
+
jobTitle: string | null;
|
|
4613
|
+
freelancerName: string | null;
|
|
4614
|
+
freelancerRating: number | null;
|
|
4615
|
+
freelancerFeedback: string | null;
|
|
4616
|
+
clientFeedback: string | null;
|
|
4617
|
+
clientFeedbackRating: number | null;
|
|
4618
|
+
dateRange: string | null;
|
|
4619
|
+
numHours: number | null;
|
|
4620
|
+
totalBilled: number | null;
|
|
4621
|
+
}[] | null;
|
|
4627
4622
|
bidRange: {
|
|
4628
4623
|
high: number | null;
|
|
4629
4624
|
low: number | null;
|
|
4630
4625
|
avg: number | null;
|
|
4631
4626
|
} | null;
|
|
4632
4627
|
jobActivity: {
|
|
4633
|
-
updatedAt: number | null;
|
|
4634
4628
|
unansweredInvites: number | null;
|
|
4629
|
+
updatedAt: number | null;
|
|
4635
4630
|
proposals: {
|
|
4636
4631
|
max: number | null;
|
|
4637
4632
|
min: number | null;
|
|
@@ -4643,31 +4638,36 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4643
4638
|
invitesSent: number | null;
|
|
4644
4639
|
} | null;
|
|
4645
4640
|
activityUpdates: 2 | 1 | 3 | null;
|
|
4641
|
+
jobId: string;
|
|
4646
4642
|
scrapedAt: number | null;
|
|
4647
4643
|
suitabilityRating: number | null;
|
|
4648
4644
|
suitabilityReason: string | null;
|
|
4645
|
+
proposal: string | null;
|
|
4646
|
+
questionAnswerPairs: {
|
|
4647
|
+
answer: string;
|
|
4648
|
+
question: string;
|
|
4649
|
+
}[] | null;
|
|
4649
4650
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
4650
4651
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
4651
4652
|
biddingAmount: number | null;
|
|
4652
4653
|
boosted: boolean | null;
|
|
4653
4654
|
boostingAmount: number | null;
|
|
4654
4655
|
boostedForPlace: number | null;
|
|
4655
|
-
specialisedProfile: string | null;
|
|
4656
4656
|
biddedAt: number | null;
|
|
4657
4657
|
biddingTaskScheduled: boolean | null;
|
|
4658
4658
|
scheduledBiddingTime: number | null;
|
|
4659
4659
|
inQueue: boolean | null;
|
|
4660
|
-
biddingDelayInMinutes: number | null;
|
|
4661
4660
|
checkFeedbackStatusCreatedAt: number | null;
|
|
4662
4661
|
biddingScheduledAt: number | null;
|
|
4662
|
+
coverLetterTemplateId: string | null;
|
|
4663
4663
|
feedbackCheckTaskId: string | null;
|
|
4664
4664
|
bidDecision: "rejected" | "proceeded" | null;
|
|
4665
4665
|
rejectedFeedback: string | null;
|
|
4666
4666
|
applicationId: string | null;
|
|
4667
4667
|
leadBiddingConfig: {
|
|
4668
|
-
biddingDelayInMinutes: number | null;
|
|
4669
4668
|
appliedFromQueue: boolean | null;
|
|
4670
|
-
|
|
4669
|
+
biddingDelayInMinutes: number | null;
|
|
4670
|
+
bidWithWarning: "skip" | "bid";
|
|
4671
4671
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
4672
4672
|
biddingHourlyRatePercentage: number | null;
|
|
4673
4673
|
biddingFixedHourlyRate: number | null;
|
|
@@ -4677,7 +4677,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4677
4677
|
maximumBoost: number | null;
|
|
4678
4678
|
minBoost: number | null;
|
|
4679
4679
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
4680
|
-
alreadyHiredAction: "
|
|
4680
|
+
alreadyHiredAction: "skip" | "bid";
|
|
4681
4681
|
bidConfig: {
|
|
4682
4682
|
contractorName: string | null;
|
|
4683
4683
|
agencyName: string | null;
|
|
@@ -4685,11 +4685,9 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4685
4685
|
};
|
|
4686
4686
|
} | null;
|
|
4687
4687
|
statusSynced: boolean | null;
|
|
4688
|
-
proposalId?: string | undefined;
|
|
4689
|
-
wonAmount?: number | undefined;
|
|
4690
4688
|
activity?: Partial<Record<"4h" | "24h", {
|
|
4691
|
-
updatedAt: number | null;
|
|
4692
4689
|
unansweredInvites: number | null;
|
|
4690
|
+
updatedAt: number | null;
|
|
4693
4691
|
proposals: {
|
|
4694
4692
|
max: number | null;
|
|
4695
4693
|
min: number | null;
|
|
@@ -4700,6 +4698,8 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4700
4698
|
interviewing: number | null;
|
|
4701
4699
|
invitesSent: number | null;
|
|
4702
4700
|
}>> | null | undefined;
|
|
4701
|
+
proposalId?: string | undefined;
|
|
4702
|
+
wonAmount?: number | undefined;
|
|
4703
4703
|
activityDelta?: {
|
|
4704
4704
|
unansweredInvites: number;
|
|
4705
4705
|
proposals: number;
|
|
@@ -4709,8 +4709,8 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4709
4709
|
} | null | undefined;
|
|
4710
4710
|
}[];
|
|
4711
4711
|
pagination: {
|
|
4712
|
-
hasMore: boolean;
|
|
4713
4712
|
nextCursor: string | null;
|
|
4713
|
+
hasMore: boolean;
|
|
4714
4714
|
limit: number;
|
|
4715
4715
|
};
|
|
4716
4716
|
}, {
|
|
@@ -4724,42 +4724,23 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4724
4724
|
max: number | null;
|
|
4725
4725
|
min: number | null;
|
|
4726
4726
|
} | null;
|
|
4727
|
+
experienceLevel: string | null;
|
|
4727
4728
|
paymentType: string | null;
|
|
4728
4729
|
fixedPrice: number | null;
|
|
4729
|
-
experienceLevel: string | null;
|
|
4730
4730
|
} | null;
|
|
4731
4731
|
description: string | null;
|
|
4732
4732
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
4733
4733
|
datetime: number | null;
|
|
4734
|
-
createdAt: number | null;
|
|
4735
|
-
updatedAt: number | null;
|
|
4736
|
-
proposal: string | null;
|
|
4737
|
-
organizationId: string;
|
|
4738
|
-
campaignId: string;
|
|
4739
4734
|
category: string | null;
|
|
4740
4735
|
uid: string | null;
|
|
4741
4736
|
questions: string[] | null;
|
|
4742
4737
|
occupation: string | null;
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
clientReviews: {
|
|
4750
|
-
freelancerName: string | null;
|
|
4751
|
-
jobTitle: string | null;
|
|
4752
|
-
hourlyRate: number | null;
|
|
4753
|
-
freelancerRating: number | null;
|
|
4754
|
-
freelancerFeedback: string | null;
|
|
4755
|
-
clientFeedback: string | null;
|
|
4756
|
-
clientFeedbackRating: number | null;
|
|
4757
|
-
dateRange: string | null;
|
|
4758
|
-
paymentType: string | null;
|
|
4759
|
-
fixedPrice: number | null;
|
|
4760
|
-
numHours: number | null;
|
|
4761
|
-
totalBilled: number | null;
|
|
4762
|
-
}[] | null;
|
|
4738
|
+
organizationId: string;
|
|
4739
|
+
createdAt: number | null;
|
|
4740
|
+
updatedAt: number | null;
|
|
4741
|
+
campaignId: string;
|
|
4742
|
+
biddingDelayInMinutes: number | null;
|
|
4743
|
+
specialisedProfile: string | null;
|
|
4763
4744
|
skills: {
|
|
4764
4745
|
name: string;
|
|
4765
4746
|
}[] | null;
|
|
@@ -4797,14 +4778,28 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4797
4778
|
includeRisingTalent: string | null;
|
|
4798
4779
|
} | null;
|
|
4799
4780
|
isFeatured: boolean | null;
|
|
4781
|
+
clientReviews: {
|
|
4782
|
+
hourlyRate: number | null;
|
|
4783
|
+
paymentType: string | null;
|
|
4784
|
+
fixedPrice: number | null;
|
|
4785
|
+
jobTitle: string | null;
|
|
4786
|
+
freelancerName: string | null;
|
|
4787
|
+
freelancerRating: number | null;
|
|
4788
|
+
freelancerFeedback: string | null;
|
|
4789
|
+
clientFeedback: string | null;
|
|
4790
|
+
clientFeedbackRating: number | null;
|
|
4791
|
+
dateRange: string | null;
|
|
4792
|
+
numHours: number | null;
|
|
4793
|
+
totalBilled: number | null;
|
|
4794
|
+
}[] | null;
|
|
4800
4795
|
bidRange: {
|
|
4801
4796
|
high: number | null;
|
|
4802
4797
|
low: number | null;
|
|
4803
4798
|
avg: number | null;
|
|
4804
4799
|
} | null;
|
|
4805
4800
|
jobActivity: {
|
|
4806
|
-
updatedAt: number | null;
|
|
4807
4801
|
unansweredInvites: number | null;
|
|
4802
|
+
updatedAt: number | null;
|
|
4808
4803
|
proposals: {
|
|
4809
4804
|
max: number | null;
|
|
4810
4805
|
min: number | null;
|
|
@@ -4816,31 +4811,36 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4816
4811
|
invitesSent: number | null;
|
|
4817
4812
|
} | null;
|
|
4818
4813
|
activityUpdates: 2 | 1 | 3 | null;
|
|
4814
|
+
jobId: string;
|
|
4819
4815
|
scrapedAt: number | null;
|
|
4820
4816
|
suitabilityRating: number | null;
|
|
4821
4817
|
suitabilityReason: string | null;
|
|
4818
|
+
proposal: string | null;
|
|
4819
|
+
questionAnswerPairs: {
|
|
4820
|
+
answer: string;
|
|
4821
|
+
question: string;
|
|
4822
|
+
}[] | null;
|
|
4822
4823
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
4823
4824
|
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
4824
4825
|
biddingAmount: number | null;
|
|
4825
4826
|
boosted: boolean | null;
|
|
4826
4827
|
boostingAmount: number | null;
|
|
4827
4828
|
boostedForPlace: number | null;
|
|
4828
|
-
specialisedProfile: string | null;
|
|
4829
4829
|
biddedAt: number | null;
|
|
4830
4830
|
biddingTaskScheduled: boolean | null;
|
|
4831
4831
|
scheduledBiddingTime: number | null;
|
|
4832
4832
|
inQueue: boolean | null;
|
|
4833
|
-
biddingDelayInMinutes: number | null;
|
|
4834
4833
|
checkFeedbackStatusCreatedAt: number | null;
|
|
4835
4834
|
biddingScheduledAt: number | null;
|
|
4835
|
+
coverLetterTemplateId: string | null;
|
|
4836
4836
|
feedbackCheckTaskId: string | null;
|
|
4837
4837
|
bidDecision: "rejected" | "proceeded" | null;
|
|
4838
4838
|
rejectedFeedback: string | null;
|
|
4839
4839
|
applicationId: string | null;
|
|
4840
4840
|
leadBiddingConfig: {
|
|
4841
|
-
biddingDelayInMinutes: number | null;
|
|
4842
4841
|
appliedFromQueue: boolean | null;
|
|
4843
|
-
|
|
4842
|
+
biddingDelayInMinutes: number | null;
|
|
4843
|
+
bidWithWarning: "skip" | "bid";
|
|
4844
4844
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
4845
4845
|
biddingHourlyRatePercentage: number | null;
|
|
4846
4846
|
biddingFixedHourlyRate: number | null;
|
|
@@ -4850,7 +4850,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4850
4850
|
maximumBoost: number | null;
|
|
4851
4851
|
minBoost: number | null;
|
|
4852
4852
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
4853
|
-
alreadyHiredAction: "
|
|
4853
|
+
alreadyHiredAction: "skip" | "bid";
|
|
4854
4854
|
bidConfig: {
|
|
4855
4855
|
contractorName: string | null;
|
|
4856
4856
|
agencyName: string | null;
|
|
@@ -4858,11 +4858,9 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4858
4858
|
};
|
|
4859
4859
|
} | null;
|
|
4860
4860
|
statusSynced: boolean | null;
|
|
4861
|
-
proposalId?: string | undefined;
|
|
4862
|
-
wonAmount?: number | undefined;
|
|
4863
4861
|
activity?: Partial<Record<"4h" | "24h", {
|
|
4864
|
-
updatedAt: number | null;
|
|
4865
4862
|
unansweredInvites: number | null;
|
|
4863
|
+
updatedAt: number | null;
|
|
4866
4864
|
proposals: {
|
|
4867
4865
|
max: number | null;
|
|
4868
4866
|
min: number | null;
|
|
@@ -4873,6 +4871,8 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4873
4871
|
interviewing: number | null;
|
|
4874
4872
|
invitesSent: number | null;
|
|
4875
4873
|
}>> | null | undefined;
|
|
4874
|
+
proposalId?: string | undefined;
|
|
4875
|
+
wonAmount?: number | undefined;
|
|
4876
4876
|
activityDelta?: {
|
|
4877
4877
|
unansweredInvites: number;
|
|
4878
4878
|
proposals: number;
|
|
@@ -4882,8 +4882,8 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
|
|
|
4882
4882
|
} | null | undefined;
|
|
4883
4883
|
}[];
|
|
4884
4884
|
pagination: {
|
|
4885
|
-
hasMore: boolean;
|
|
4886
4885
|
nextCursor: string | null;
|
|
4886
|
+
hasMore: boolean;
|
|
4887
4887
|
limit: number;
|
|
4888
4888
|
};
|
|
4889
4889
|
}>;
|