lancer-shared 1.2.270 → 1.2.272
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 +13 -6
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +13 -7
- package/dist/bundle.esm.js.map +1 -1
- package/dist/constants/routes.d.ts +1 -1
- package/dist/schemas/account/bidder-account.d.ts +20 -20
- package/dist/schemas/account/scraper-account.d.ts +22 -22
- package/dist/schemas/agent/index.d.ts +216 -216
- package/dist/schemas/agent/proposal.d.ts +2 -2
- package/dist/schemas/bidder/bid.d.ts +2062 -2043
- package/dist/schemas/campaign/campaign-analytics.d.ts +840 -784
- package/dist/schemas/campaign/campaign-chat-bot.d.ts +9 -9
- package/dist/schemas/campaign/campaign.d.ts +378 -378
- package/dist/schemas/dashboard/index.d.ts +12 -12
- package/dist/schemas/golden-dataset/sample.d.ts +8 -8
- package/dist/schemas/invoice/index.d.ts +4 -4
- package/dist/schemas/job/index.d.ts +112 -112
- package/dist/schemas/job/job-api.d.ts +6 -6
- package/dist/schemas/job/job-details.d.ts +74 -74
- package/dist/schemas/job/job-filters.d.ts +47 -47
- package/dist/schemas/job/job-listing.d.ts +22 -22
- package/dist/schemas/job/nuxt.d.ts +24 -24
- package/dist/schemas/lead/index.d.ts +845 -844
- package/dist/schemas/lead/insufficient-connects-action.d.ts +3 -0
- package/dist/schemas/lead/lead-status.d.ts +10 -10
- package/dist/schemas/logger/feed/feed-chunk-enrich.d.ts +6 -6
- package/dist/schemas/logger/feed/feed-enrich.d.ts +6 -6
- package/dist/schemas/logger/feed/feed-job-enrich.d.ts +140 -140
- package/dist/schemas/logger/feed/feed-scrape.d.ts +6 -6
- package/dist/schemas/logger/log-event.d.ts +72 -72
- package/dist/schemas/logger/scraper-events.d.ts +28 -28
- 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 +86 -66
- package/dist/schemas/organization/organization-leads.d.ts +4 -4
- package/dist/schemas/organization/subscription.d.ts +15 -9
- package/dist/schemas/plan/index.d.ts +22 -22
- package/dist/schemas/proxy/proxy.d.ts +2 -2
- package/dist/schemas/scraper/scrape-payload.d.ts +514 -495
- package/dist/schemas/scraper/scrape-result.d.ts +136 -136
- package/dist/schemas/talent/index.d.ts +148 -148
- package/dist/schemas/transaction/index.d.ts +2 -2
- package/dist/schemas/usage/index.d.ts +2 -2
- package/dist/schemas/usage-event/index.d.ts +8 -8
- package/package.json +1 -1
|
@@ -119,7 +119,6 @@ export declare const scrapeJobPayloadSchema: z.ZodObject<{
|
|
|
119
119
|
type: number;
|
|
120
120
|
title: string;
|
|
121
121
|
description: string;
|
|
122
|
-
premium: boolean;
|
|
123
122
|
amount: {
|
|
124
123
|
amount: number;
|
|
125
124
|
};
|
|
@@ -147,6 +146,7 @@ export declare const scrapeJobPayloadSchema: z.ZodObject<{
|
|
|
147
146
|
tierText: string | null;
|
|
148
147
|
isApplied: boolean;
|
|
149
148
|
proposalsTier: string | null;
|
|
149
|
+
premium: boolean;
|
|
150
150
|
attrs: {
|
|
151
151
|
uid: string;
|
|
152
152
|
prefLabel: string;
|
|
@@ -170,7 +170,6 @@ export declare const scrapeJobPayloadSchema: z.ZodObject<{
|
|
|
170
170
|
type: number;
|
|
171
171
|
title: string;
|
|
172
172
|
description: string;
|
|
173
|
-
premium: boolean;
|
|
174
173
|
amount: {
|
|
175
174
|
amount: number;
|
|
176
175
|
};
|
|
@@ -198,6 +197,7 @@ export declare const scrapeJobPayloadSchema: z.ZodObject<{
|
|
|
198
197
|
tierText: string | null;
|
|
199
198
|
isApplied: boolean;
|
|
200
199
|
proposalsTier: string | null;
|
|
200
|
+
premium: boolean;
|
|
201
201
|
attrs: {
|
|
202
202
|
uid: string;
|
|
203
203
|
prefLabel: string;
|
|
@@ -223,7 +223,6 @@ export declare const scrapeJobPayloadSchema: z.ZodObject<{
|
|
|
223
223
|
type: number;
|
|
224
224
|
title: string;
|
|
225
225
|
description: string;
|
|
226
|
-
premium: boolean;
|
|
227
226
|
amount: {
|
|
228
227
|
amount: number;
|
|
229
228
|
};
|
|
@@ -251,6 +250,7 @@ export declare const scrapeJobPayloadSchema: z.ZodObject<{
|
|
|
251
250
|
tierText: string | null;
|
|
252
251
|
isApplied: boolean;
|
|
253
252
|
proposalsTier: string | null;
|
|
253
|
+
premium: boolean;
|
|
254
254
|
attrs: {
|
|
255
255
|
uid: string;
|
|
256
256
|
prefLabel: string;
|
|
@@ -276,7 +276,6 @@ export declare const scrapeJobPayloadSchema: z.ZodObject<{
|
|
|
276
276
|
type: number;
|
|
277
277
|
title: string;
|
|
278
278
|
description: string;
|
|
279
|
-
premium: boolean;
|
|
280
279
|
amount: {
|
|
281
280
|
amount: number;
|
|
282
281
|
};
|
|
@@ -304,6 +303,7 @@ export declare const scrapeJobPayloadSchema: z.ZodObject<{
|
|
|
304
303
|
tierText: string | null;
|
|
305
304
|
isApplied: boolean;
|
|
306
305
|
proposalsTier: string | null;
|
|
306
|
+
premium: boolean;
|
|
307
307
|
attrs: {
|
|
308
308
|
uid: string;
|
|
309
309
|
prefLabel: string;
|
|
@@ -336,38 +336,38 @@ export declare const processFeedPayloadSchema: z.ZodObject<{
|
|
|
336
336
|
region: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"USOnly">, z.ZodLiteral<"UKOnly">, z.ZodLiteral<"Worldwide">, z.ZodLiteral<"All">]>>;
|
|
337
337
|
}, "strip", z.ZodTypeAny, {
|
|
338
338
|
title: string | null;
|
|
339
|
-
region: "
|
|
339
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
340
340
|
datetime: string | null;
|
|
341
|
-
isFeatured: boolean | null;
|
|
342
341
|
uid: string | null;
|
|
343
342
|
jobUrl: string | null;
|
|
343
|
+
isFeatured: boolean | null;
|
|
344
344
|
}, {
|
|
345
345
|
title: string | null;
|
|
346
|
-
region: "
|
|
346
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
347
347
|
datetime: string | null;
|
|
348
|
-
isFeatured: boolean | null;
|
|
349
348
|
uid: string | null;
|
|
350
349
|
jobUrl: string | null;
|
|
350
|
+
isFeatured: boolean | null;
|
|
351
351
|
}>, "many">;
|
|
352
352
|
}, "strip", z.ZodTypeAny, {
|
|
353
|
-
region: "
|
|
353
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All";
|
|
354
354
|
listings: {
|
|
355
355
|
title: string | null;
|
|
356
|
-
region: "
|
|
356
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
357
357
|
datetime: string | null;
|
|
358
|
-
isFeatured: boolean | null;
|
|
359
358
|
uid: string | null;
|
|
360
359
|
jobUrl: string | null;
|
|
360
|
+
isFeatured: boolean | null;
|
|
361
361
|
}[];
|
|
362
362
|
}, {
|
|
363
|
-
region: "
|
|
363
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All";
|
|
364
364
|
listings: {
|
|
365
365
|
title: string | null;
|
|
366
|
-
region: "
|
|
366
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
367
367
|
datetime: string | null;
|
|
368
|
-
isFeatured: boolean | null;
|
|
369
368
|
uid: string | null;
|
|
370
369
|
jobUrl: string | null;
|
|
370
|
+
isFeatured: boolean | null;
|
|
371
371
|
}[];
|
|
372
372
|
}>;
|
|
373
373
|
export declare const scrapeJobActivityPayloadSchema: z.ZodObject<{
|
|
@@ -380,38 +380,38 @@ export declare const scrapeJobActivityPayloadSchema: z.ZodObject<{
|
|
|
380
380
|
region: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"USOnly">, z.ZodLiteral<"UKOnly">, z.ZodLiteral<"Worldwide">, z.ZodLiteral<"All">]>>;
|
|
381
381
|
}, "strip", z.ZodTypeAny, {
|
|
382
382
|
title: string | null;
|
|
383
|
-
region: "
|
|
383
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
384
384
|
datetime: string | null;
|
|
385
|
-
isFeatured: boolean | null;
|
|
386
385
|
uid: string | null;
|
|
387
386
|
jobUrl: string | null;
|
|
387
|
+
isFeatured: boolean | null;
|
|
388
388
|
}, {
|
|
389
389
|
title: string | null;
|
|
390
|
-
region: "
|
|
390
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
391
391
|
datetime: string | null;
|
|
392
|
-
isFeatured: boolean | null;
|
|
393
392
|
uid: string | null;
|
|
394
393
|
jobUrl: string | null;
|
|
394
|
+
isFeatured: boolean | null;
|
|
395
395
|
}>;
|
|
396
396
|
offsetHour: z.ZodType<4 | 24, z.ZodTypeDef, 4 | 24>;
|
|
397
397
|
}, "strip", z.ZodTypeAny, {
|
|
398
398
|
listing: {
|
|
399
399
|
title: string | null;
|
|
400
|
-
region: "
|
|
400
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
401
401
|
datetime: string | null;
|
|
402
|
-
isFeatured: boolean | null;
|
|
403
402
|
uid: string | null;
|
|
404
403
|
jobUrl: string | null;
|
|
404
|
+
isFeatured: boolean | null;
|
|
405
405
|
};
|
|
406
406
|
offsetHour: 4 | 24;
|
|
407
407
|
}, {
|
|
408
408
|
listing: {
|
|
409
409
|
title: string | null;
|
|
410
|
-
region: "
|
|
410
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
411
411
|
datetime: string | null;
|
|
412
|
-
isFeatured: boolean | null;
|
|
413
412
|
uid: string | null;
|
|
414
413
|
jobUrl: string | null;
|
|
414
|
+
isFeatured: boolean | null;
|
|
415
415
|
};
|
|
416
416
|
offsetHour: 4 | 24;
|
|
417
417
|
}>;
|
|
@@ -494,8 +494,9 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
494
494
|
memberSinceFrom: z.ZodNullable<z.ZodString>;
|
|
495
495
|
memberSinceTo: z.ZodNullable<z.ZodString>;
|
|
496
496
|
}, "strip", z.ZodTypeAny, {
|
|
497
|
-
isPaymentVerified: "false" | "all" | "true";
|
|
498
497
|
isPhoneVerified: "false" | "all" | "true";
|
|
498
|
+
isPaymentVerified: "false" | "all" | "true";
|
|
499
|
+
companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
|
|
499
500
|
enterpriseClient: "false" | "all" | "true";
|
|
500
501
|
clientLocationIncludes: string[] | null;
|
|
501
502
|
clientLocationExcludes: string[] | null;
|
|
@@ -506,7 +507,6 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
506
507
|
minHireRate: number | null;
|
|
507
508
|
maxHireRate: number | null;
|
|
508
509
|
clientIndustry: ("Engineering & Architecture" | "Legal" | "Sales & Marketing" | "Aerospace" | "Agriculture & Forestry" | "Art & Design" | "Automotive" | "Aviation" | "Education" | "Energy & Utilities" | "Fashion & Beauty" | "Finance & Accounting" | "Food & Beverage" | "Government & Public Sector" | "Health & Fitness" | "HR & Business Services" | "Manufacturing & Construction" | "Media & Entertainment" | "Military & Defense" | "Mining" | "Real Estate" | "Retail & Consumer Goods" | "Science & Medicine" | "Sports & Recreation" | "Supply Chain & Logistics" | "Tech & IT" | "Transportation & Warehousing" | "Travel & Hospitality")[] | null;
|
|
509
|
-
companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
|
|
510
510
|
minJobsPosted: number | null;
|
|
511
511
|
minAvgHourlyRate: number | null;
|
|
512
512
|
maxAvgHourlyRate: number | null;
|
|
@@ -514,6 +514,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
514
514
|
memberSinceFrom: string | null;
|
|
515
515
|
memberSinceTo: string | null;
|
|
516
516
|
}, {
|
|
517
|
+
companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
|
|
517
518
|
clientLocationIncludes: string[] | null;
|
|
518
519
|
clientLocationExcludes: string[] | null;
|
|
519
520
|
minReviewScore: number | null;
|
|
@@ -523,15 +524,14 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
523
524
|
minHireRate: number | null;
|
|
524
525
|
maxHireRate: number | null;
|
|
525
526
|
clientIndustry: ("Engineering & Architecture" | "Legal" | "Sales & Marketing" | "Aerospace" | "Agriculture & Forestry" | "Art & Design" | "Automotive" | "Aviation" | "Education" | "Energy & Utilities" | "Fashion & Beauty" | "Finance & Accounting" | "Food & Beverage" | "Government & Public Sector" | "Health & Fitness" | "HR & Business Services" | "Manufacturing & Construction" | "Media & Entertainment" | "Military & Defense" | "Mining" | "Real Estate" | "Retail & Consumer Goods" | "Science & Medicine" | "Sports & Recreation" | "Supply Chain & Logistics" | "Tech & IT" | "Transportation & Warehousing" | "Travel & Hospitality")[] | null;
|
|
526
|
-
companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
|
|
527
527
|
minJobsPosted: number | null;
|
|
528
528
|
minAvgHourlyRate: number | null;
|
|
529
529
|
maxAvgHourlyRate: number | null;
|
|
530
530
|
minNumReviews: number | null;
|
|
531
531
|
memberSinceFrom: string | null;
|
|
532
532
|
memberSinceTo: string | null;
|
|
533
|
-
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
534
533
|
isPhoneVerified?: "false" | "all" | "true" | undefined;
|
|
534
|
+
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
535
535
|
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
536
536
|
}>>;
|
|
537
537
|
includeClientsWithZeroReviews: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -547,50 +547,33 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
547
547
|
requiredEarnings: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<100>, z.ZodLiteral<1000>, z.ZodLiteral<10000>]>>;
|
|
548
548
|
requiredJSS: z.ZodNullable<z.ZodArray<z.ZodEnum<[">80%", ">90%", "100%", "RT"]>, "many">>;
|
|
549
549
|
}, "strip", z.ZodTypeAny, {
|
|
550
|
+
includeRisingTalent: string | null;
|
|
550
551
|
locationIncludes: string[] | null;
|
|
551
552
|
locationExcludes: string[] | null;
|
|
552
553
|
talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
|
|
553
554
|
englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
|
|
554
|
-
includeRisingTalent: string | null;
|
|
555
555
|
requiredEarnings: 100 | 1000 | 10000 | null;
|
|
556
556
|
requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
|
|
557
557
|
}, {
|
|
558
|
+
includeRisingTalent: string | null;
|
|
558
559
|
locationIncludes: string[] | null;
|
|
559
560
|
locationExcludes: string[] | null;
|
|
560
561
|
talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
|
|
561
562
|
englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
|
|
562
|
-
includeRisingTalent: string | null;
|
|
563
563
|
requiredEarnings: 100 | 1000 | 10000 | null;
|
|
564
564
|
requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
|
|
565
565
|
}>>;
|
|
566
566
|
}, "strip", z.ZodTypeAny, {
|
|
567
|
-
|
|
568
|
-
includes: string | null;
|
|
569
|
-
excludes: string | null;
|
|
570
|
-
} | null;
|
|
571
|
-
searchQuery: string | null;
|
|
572
|
-
isFeatured: "false" | "all" | "true" | null;
|
|
573
|
-
regions: ("Worldwide" | "USOnly" | "UKOnly" | "All")[] | null;
|
|
574
|
-
categories: {
|
|
575
|
-
includes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
576
|
-
excludes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
577
|
-
} | null;
|
|
578
|
-
payment: {
|
|
579
|
-
paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
|
|
580
|
-
minFixedPrice: number | null;
|
|
581
|
-
maxFixedPrice: number | null;
|
|
582
|
-
minHourlyRate: number | null;
|
|
583
|
-
maxHourlyRate: number | null;
|
|
584
|
-
} | null;
|
|
585
|
-
projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
|
|
586
|
-
experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
|
|
567
|
+
regions: ("USOnly" | "UKOnly" | "Worldwide" | "All")[] | null;
|
|
587
568
|
questions: {
|
|
588
569
|
hasQuestions: ("all" | "yes" | "no")[];
|
|
589
570
|
} | null;
|
|
590
|
-
|
|
571
|
+
projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
|
|
572
|
+
experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
|
|
591
573
|
clientInfo: {
|
|
592
|
-
isPaymentVerified: "false" | "all" | "true";
|
|
593
574
|
isPhoneVerified: "false" | "all" | "true";
|
|
575
|
+
isPaymentVerified: "false" | "all" | "true";
|
|
576
|
+
companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
|
|
594
577
|
enterpriseClient: "false" | "all" | "true";
|
|
595
578
|
clientLocationIncludes: string[] | null;
|
|
596
579
|
clientLocationExcludes: string[] | null;
|
|
@@ -601,7 +584,6 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
601
584
|
minHireRate: number | null;
|
|
602
585
|
maxHireRate: number | null;
|
|
603
586
|
clientIndustry: ("Engineering & Architecture" | "Legal" | "Sales & Marketing" | "Aerospace" | "Agriculture & Forestry" | "Art & Design" | "Automotive" | "Aviation" | "Education" | "Energy & Utilities" | "Fashion & Beauty" | "Finance & Accounting" | "Food & Beverage" | "Government & Public Sector" | "Health & Fitness" | "HR & Business Services" | "Manufacturing & Construction" | "Media & Entertainment" | "Military & Defense" | "Mining" | "Real Estate" | "Retail & Consumer Goods" | "Science & Medicine" | "Sports & Recreation" | "Supply Chain & Logistics" | "Tech & IT" | "Transportation & Warehousing" | "Travel & Hospitality")[] | null;
|
|
604
|
-
companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
|
|
605
587
|
minJobsPosted: number | null;
|
|
606
588
|
minAvgHourlyRate: number | null;
|
|
607
589
|
maxAvgHourlyRate: number | null;
|
|
@@ -609,27 +591,21 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
609
591
|
memberSinceFrom: string | null;
|
|
610
592
|
memberSinceTo: string | null;
|
|
611
593
|
} | null;
|
|
612
|
-
includeClientsWithZeroReviews: boolean | null;
|
|
613
|
-
includeClientsWithLessThanXPostedJobs: number | null;
|
|
614
|
-
totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
615
|
-
averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
616
594
|
vendorQualifications: {
|
|
595
|
+
includeRisingTalent: string | null;
|
|
617
596
|
locationIncludes: string[] | null;
|
|
618
597
|
locationExcludes: string[] | null;
|
|
619
598
|
talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
|
|
620
599
|
englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
|
|
621
|
-
includeRisingTalent: string | null;
|
|
622
600
|
requiredEarnings: 100 | 1000 | 10000 | null;
|
|
623
601
|
requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
|
|
624
602
|
} | null;
|
|
625
|
-
|
|
603
|
+
isFeatured: "false" | "all" | "true" | null;
|
|
626
604
|
keywords: {
|
|
627
605
|
includes: string | null;
|
|
628
606
|
excludes: string | null;
|
|
629
607
|
} | null;
|
|
630
608
|
searchQuery: string | null;
|
|
631
|
-
isFeatured: "false" | "all" | "true" | null;
|
|
632
|
-
regions: ("Worldwide" | "USOnly" | "UKOnly" | "All")[] | null;
|
|
633
609
|
categories: {
|
|
634
610
|
includes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
635
611
|
excludes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
@@ -641,13 +617,20 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
641
617
|
minHourlyRate: number | null;
|
|
642
618
|
maxHourlyRate: number | null;
|
|
643
619
|
} | null;
|
|
644
|
-
|
|
645
|
-
|
|
620
|
+
engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
|
|
621
|
+
includeClientsWithZeroReviews: boolean | null;
|
|
622
|
+
includeClientsWithLessThanXPostedJobs: number | null;
|
|
623
|
+
totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
624
|
+
averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
625
|
+
}, {
|
|
626
|
+
regions: ("USOnly" | "UKOnly" | "Worldwide" | "All")[] | null;
|
|
646
627
|
questions: {
|
|
647
628
|
hasQuestions: ("all" | "yes" | "no")[];
|
|
648
629
|
} | null;
|
|
649
|
-
|
|
630
|
+
projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
|
|
631
|
+
experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
|
|
650
632
|
clientInfo: {
|
|
633
|
+
companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
|
|
651
634
|
clientLocationIncludes: string[] | null;
|
|
652
635
|
clientLocationExcludes: string[] | null;
|
|
653
636
|
minReviewScore: number | null;
|
|
@@ -657,30 +640,47 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
657
640
|
minHireRate: number | null;
|
|
658
641
|
maxHireRate: number | null;
|
|
659
642
|
clientIndustry: ("Engineering & Architecture" | "Legal" | "Sales & Marketing" | "Aerospace" | "Agriculture & Forestry" | "Art & Design" | "Automotive" | "Aviation" | "Education" | "Energy & Utilities" | "Fashion & Beauty" | "Finance & Accounting" | "Food & Beverage" | "Government & Public Sector" | "Health & Fitness" | "HR & Business Services" | "Manufacturing & Construction" | "Media & Entertainment" | "Military & Defense" | "Mining" | "Real Estate" | "Retail & Consumer Goods" | "Science & Medicine" | "Sports & Recreation" | "Supply Chain & Logistics" | "Tech & IT" | "Transportation & Warehousing" | "Travel & Hospitality")[] | null;
|
|
660
|
-
companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
|
|
661
643
|
minJobsPosted: number | null;
|
|
662
644
|
minAvgHourlyRate: number | null;
|
|
663
645
|
maxAvgHourlyRate: number | null;
|
|
664
646
|
minNumReviews: number | null;
|
|
665
647
|
memberSinceFrom: string | null;
|
|
666
648
|
memberSinceTo: string | null;
|
|
667
|
-
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
668
649
|
isPhoneVerified?: "false" | "all" | "true" | undefined;
|
|
650
|
+
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
669
651
|
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
670
652
|
} | null;
|
|
671
|
-
includeClientsWithZeroReviews: boolean | null;
|
|
672
|
-
includeClientsWithLessThanXPostedJobs: number | null;
|
|
673
|
-
totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
674
|
-
averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
675
653
|
vendorQualifications: {
|
|
654
|
+
includeRisingTalent: string | null;
|
|
676
655
|
locationIncludes: string[] | null;
|
|
677
656
|
locationExcludes: string[] | null;
|
|
678
657
|
talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
|
|
679
658
|
englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
|
|
680
|
-
includeRisingTalent: string | null;
|
|
681
659
|
requiredEarnings: 100 | 1000 | 10000 | null;
|
|
682
660
|
requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
|
|
683
661
|
} | null;
|
|
662
|
+
isFeatured: "false" | "all" | "true" | null;
|
|
663
|
+
keywords: {
|
|
664
|
+
includes: string | null;
|
|
665
|
+
excludes: string | null;
|
|
666
|
+
} | null;
|
|
667
|
+
searchQuery: string | null;
|
|
668
|
+
categories: {
|
|
669
|
+
includes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
670
|
+
excludes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
671
|
+
} | null;
|
|
672
|
+
payment: {
|
|
673
|
+
paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
|
|
674
|
+
minFixedPrice: number | null;
|
|
675
|
+
maxFixedPrice: number | null;
|
|
676
|
+
minHourlyRate: number | null;
|
|
677
|
+
maxHourlyRate: number | null;
|
|
678
|
+
} | null;
|
|
679
|
+
engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
|
|
680
|
+
includeClientsWithZeroReviews: boolean | null;
|
|
681
|
+
includeClientsWithLessThanXPostedJobs: number | null;
|
|
682
|
+
totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
683
|
+
averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
684
684
|
}>;
|
|
685
685
|
createdAt: z.ZodNumber;
|
|
686
686
|
updatedAt: z.ZodNumber;
|
|
@@ -802,15 +802,11 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
802
802
|
id: string;
|
|
803
803
|
priority: number | null;
|
|
804
804
|
name: string;
|
|
805
|
-
limits: {
|
|
806
|
-
enabled: boolean;
|
|
807
|
-
maxDailyProposalsSent: number;
|
|
808
|
-
windowAnchorAt: number | null;
|
|
809
|
-
};
|
|
810
805
|
createdAt: number;
|
|
811
806
|
updatedAt: number;
|
|
807
|
+
coverLetterTemplateId: string | null;
|
|
812
808
|
biddingDelayInMinutes: number;
|
|
813
|
-
bidWithWarning: "
|
|
809
|
+
bidWithWarning: "bid" | "skip";
|
|
814
810
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
815
811
|
biddingHourlyRatePercentage: number | null;
|
|
816
812
|
biddingFixedHourlyRate: number | null;
|
|
@@ -820,42 +816,24 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
820
816
|
maximumBoost: number | null;
|
|
821
817
|
minBoost: number | null;
|
|
822
818
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
823
|
-
alreadyHiredAction: "
|
|
819
|
+
alreadyHiredAction: "bid" | "skip";
|
|
824
820
|
bidConfig: {
|
|
825
821
|
contractorName: string | null;
|
|
826
822
|
agencyName: string | null;
|
|
827
823
|
specialisedProfile: string | null;
|
|
828
824
|
bidderId: string | null;
|
|
829
825
|
} | null;
|
|
830
|
-
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "alreadyHired" | "won", number>> | null;
|
|
831
826
|
filters: {
|
|
832
|
-
|
|
833
|
-
includes: string | null;
|
|
834
|
-
excludes: string | null;
|
|
835
|
-
} | null;
|
|
836
|
-
searchQuery: string | null;
|
|
837
|
-
isFeatured: "false" | "all" | "true" | null;
|
|
838
|
-
regions: ("Worldwide" | "USOnly" | "UKOnly" | "All")[] | null;
|
|
839
|
-
categories: {
|
|
840
|
-
includes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
841
|
-
excludes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
842
|
-
} | null;
|
|
843
|
-
payment: {
|
|
844
|
-
paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
|
|
845
|
-
minFixedPrice: number | null;
|
|
846
|
-
maxFixedPrice: number | null;
|
|
847
|
-
minHourlyRate: number | null;
|
|
848
|
-
maxHourlyRate: number | null;
|
|
849
|
-
} | null;
|
|
850
|
-
projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
|
|
851
|
-
experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
|
|
827
|
+
regions: ("USOnly" | "UKOnly" | "Worldwide" | "All")[] | null;
|
|
852
828
|
questions: {
|
|
853
829
|
hasQuestions: ("all" | "yes" | "no")[];
|
|
854
830
|
} | null;
|
|
855
|
-
|
|
831
|
+
projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
|
|
832
|
+
experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
|
|
856
833
|
clientInfo: {
|
|
857
|
-
isPaymentVerified: "false" | "all" | "true";
|
|
858
834
|
isPhoneVerified: "false" | "all" | "true";
|
|
835
|
+
isPaymentVerified: "false" | "all" | "true";
|
|
836
|
+
companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
|
|
859
837
|
enterpriseClient: "false" | "all" | "true";
|
|
860
838
|
clientLocationIncludes: string[] | null;
|
|
861
839
|
clientLocationExcludes: string[] | null;
|
|
@@ -866,7 +844,6 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
866
844
|
minHireRate: number | null;
|
|
867
845
|
maxHireRate: number | null;
|
|
868
846
|
clientIndustry: ("Engineering & Architecture" | "Legal" | "Sales & Marketing" | "Aerospace" | "Agriculture & Forestry" | "Art & Design" | "Automotive" | "Aviation" | "Education" | "Energy & Utilities" | "Fashion & Beauty" | "Finance & Accounting" | "Food & Beverage" | "Government & Public Sector" | "Health & Fitness" | "HR & Business Services" | "Manufacturing & Construction" | "Media & Entertainment" | "Military & Defense" | "Mining" | "Real Estate" | "Retail & Consumer Goods" | "Science & Medicine" | "Sports & Recreation" | "Supply Chain & Logistics" | "Tech & IT" | "Transportation & Warehousing" | "Travel & Hospitality")[] | null;
|
|
869
|
-
companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
|
|
870
847
|
minJobsPosted: number | null;
|
|
871
848
|
minAvgHourlyRate: number | null;
|
|
872
849
|
maxAvgHourlyRate: number | null;
|
|
@@ -874,24 +851,42 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
874
851
|
memberSinceFrom: string | null;
|
|
875
852
|
memberSinceTo: string | null;
|
|
876
853
|
} | null;
|
|
877
|
-
includeClientsWithZeroReviews: boolean | null;
|
|
878
|
-
includeClientsWithLessThanXPostedJobs: number | null;
|
|
879
|
-
totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
880
|
-
averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
881
854
|
vendorQualifications: {
|
|
855
|
+
includeRisingTalent: string | null;
|
|
882
856
|
locationIncludes: string[] | null;
|
|
883
857
|
locationExcludes: string[] | null;
|
|
884
858
|
talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
|
|
885
859
|
englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
|
|
886
|
-
includeRisingTalent: string | null;
|
|
887
860
|
requiredEarnings: 100 | 1000 | 10000 | null;
|
|
888
861
|
requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
|
|
889
862
|
} | null;
|
|
863
|
+
isFeatured: "false" | "all" | "true" | null;
|
|
864
|
+
keywords: {
|
|
865
|
+
includes: string | null;
|
|
866
|
+
excludes: string | null;
|
|
867
|
+
} | null;
|
|
868
|
+
searchQuery: string | null;
|
|
869
|
+
categories: {
|
|
870
|
+
includes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
871
|
+
excludes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
872
|
+
} | null;
|
|
873
|
+
payment: {
|
|
874
|
+
paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
|
|
875
|
+
minFixedPrice: number | null;
|
|
876
|
+
maxFixedPrice: number | null;
|
|
877
|
+
minHourlyRate: number | null;
|
|
878
|
+
maxHourlyRate: number | null;
|
|
879
|
+
} | null;
|
|
880
|
+
engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
|
|
881
|
+
includeClientsWithZeroReviews: boolean | null;
|
|
882
|
+
includeClientsWithLessThanXPostedJobs: number | null;
|
|
883
|
+
totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
884
|
+
averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
890
885
|
};
|
|
891
|
-
coverLetterTemplateId: string | null;
|
|
892
886
|
confirmedBillingAt: number | null;
|
|
893
887
|
monthlyBudget: number | null;
|
|
894
888
|
boostingThreshold: number | null;
|
|
889
|
+
leadCounts: Partial<Record<"rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won", number>> | null;
|
|
895
890
|
expenses: {
|
|
896
891
|
biddingAmount: number;
|
|
897
892
|
boosted: number;
|
|
@@ -907,6 +902,11 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
907
902
|
} | null;
|
|
908
903
|
organizationProfileId: string | null;
|
|
909
904
|
lastSyncedProposalsAt: number | null;
|
|
905
|
+
limits: {
|
|
906
|
+
enabled: boolean;
|
|
907
|
+
maxDailyProposalsSent: number;
|
|
908
|
+
windowAnchorAt: number | null;
|
|
909
|
+
};
|
|
910
910
|
workTime: {
|
|
911
911
|
days: ("monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | "sunday")[];
|
|
912
912
|
enabled: boolean;
|
|
@@ -921,54 +921,32 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
921
921
|
id: string;
|
|
922
922
|
priority: number | null;
|
|
923
923
|
name: string;
|
|
924
|
-
limits: {
|
|
925
|
-
enabled: boolean;
|
|
926
|
-
maxDailyProposalsSent: number;
|
|
927
|
-
windowAnchorAt: number | null;
|
|
928
|
-
};
|
|
929
924
|
createdAt: number;
|
|
930
925
|
updatedAt: number;
|
|
931
|
-
|
|
926
|
+
coverLetterTemplateId: string | null;
|
|
927
|
+
bidWithWarning: "bid" | "skip";
|
|
932
928
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
933
929
|
biddingHourlyRatePercentage: number | null;
|
|
934
930
|
biddingFixedHourlyRate: number | null;
|
|
935
931
|
boostDownToNthPlace: number | null;
|
|
936
932
|
connectsAbovePrevious: number | null;
|
|
937
933
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
938
|
-
alreadyHiredAction: "
|
|
934
|
+
alreadyHiredAction: "bid" | "skip";
|
|
939
935
|
bidConfig: {
|
|
940
936
|
contractorName: string | null;
|
|
941
937
|
agencyName: string | null;
|
|
942
938
|
specialisedProfile: string | null;
|
|
943
939
|
bidderId: string | null;
|
|
944
940
|
} | null;
|
|
945
|
-
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "alreadyHired" | "won", number>> | null;
|
|
946
941
|
filters: {
|
|
947
|
-
|
|
948
|
-
includes: string | null;
|
|
949
|
-
excludes: string | null;
|
|
950
|
-
} | null;
|
|
951
|
-
searchQuery: string | null;
|
|
952
|
-
isFeatured: "false" | "all" | "true" | null;
|
|
953
|
-
regions: ("Worldwide" | "USOnly" | "UKOnly" | "All")[] | null;
|
|
954
|
-
categories: {
|
|
955
|
-
includes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
956
|
-
excludes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
957
|
-
} | null;
|
|
958
|
-
payment: {
|
|
959
|
-
paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
|
|
960
|
-
minFixedPrice: number | null;
|
|
961
|
-
maxFixedPrice: number | null;
|
|
962
|
-
minHourlyRate: number | null;
|
|
963
|
-
maxHourlyRate: number | null;
|
|
964
|
-
} | null;
|
|
965
|
-
projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
|
|
966
|
-
experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
|
|
942
|
+
regions: ("USOnly" | "UKOnly" | "Worldwide" | "All")[] | null;
|
|
967
943
|
questions: {
|
|
968
944
|
hasQuestions: ("all" | "yes" | "no")[];
|
|
969
945
|
} | null;
|
|
970
|
-
|
|
946
|
+
projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
|
|
947
|
+
experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
|
|
971
948
|
clientInfo: {
|
|
949
|
+
companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
|
|
972
950
|
clientLocationIncludes: string[] | null;
|
|
973
951
|
clientLocationExcludes: string[] | null;
|
|
974
952
|
minReviewScore: number | null;
|
|
@@ -978,34 +956,51 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
978
956
|
minHireRate: number | null;
|
|
979
957
|
maxHireRate: number | null;
|
|
980
958
|
clientIndustry: ("Engineering & Architecture" | "Legal" | "Sales & Marketing" | "Aerospace" | "Agriculture & Forestry" | "Art & Design" | "Automotive" | "Aviation" | "Education" | "Energy & Utilities" | "Fashion & Beauty" | "Finance & Accounting" | "Food & Beverage" | "Government & Public Sector" | "Health & Fitness" | "HR & Business Services" | "Manufacturing & Construction" | "Media & Entertainment" | "Military & Defense" | "Mining" | "Real Estate" | "Retail & Consumer Goods" | "Science & Medicine" | "Sports & Recreation" | "Supply Chain & Logistics" | "Tech & IT" | "Transportation & Warehousing" | "Travel & Hospitality")[] | null;
|
|
981
|
-
companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
|
|
982
959
|
minJobsPosted: number | null;
|
|
983
960
|
minAvgHourlyRate: number | null;
|
|
984
961
|
maxAvgHourlyRate: number | null;
|
|
985
962
|
minNumReviews: number | null;
|
|
986
963
|
memberSinceFrom: string | null;
|
|
987
964
|
memberSinceTo: string | null;
|
|
988
|
-
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
989
965
|
isPhoneVerified?: "false" | "all" | "true" | undefined;
|
|
966
|
+
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
990
967
|
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
991
968
|
} | null;
|
|
992
|
-
includeClientsWithZeroReviews: boolean | null;
|
|
993
|
-
includeClientsWithLessThanXPostedJobs: number | null;
|
|
994
|
-
totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
995
|
-
averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
996
969
|
vendorQualifications: {
|
|
970
|
+
includeRisingTalent: string | null;
|
|
997
971
|
locationIncludes: string[] | null;
|
|
998
972
|
locationExcludes: string[] | null;
|
|
999
973
|
talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
|
|
1000
974
|
englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
|
|
1001
|
-
includeRisingTalent: string | null;
|
|
1002
975
|
requiredEarnings: 100 | 1000 | 10000 | null;
|
|
1003
976
|
requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
|
|
1004
977
|
} | null;
|
|
978
|
+
isFeatured: "false" | "all" | "true" | null;
|
|
979
|
+
keywords: {
|
|
980
|
+
includes: string | null;
|
|
981
|
+
excludes: string | null;
|
|
982
|
+
} | null;
|
|
983
|
+
searchQuery: string | null;
|
|
984
|
+
categories: {
|
|
985
|
+
includes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
986
|
+
excludes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
987
|
+
} | null;
|
|
988
|
+
payment: {
|
|
989
|
+
paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
|
|
990
|
+
minFixedPrice: number | null;
|
|
991
|
+
maxFixedPrice: number | null;
|
|
992
|
+
minHourlyRate: number | null;
|
|
993
|
+
maxHourlyRate: number | null;
|
|
994
|
+
} | null;
|
|
995
|
+
engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
|
|
996
|
+
includeClientsWithZeroReviews: boolean | null;
|
|
997
|
+
includeClientsWithLessThanXPostedJobs: number | null;
|
|
998
|
+
totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
999
|
+
averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
1005
1000
|
};
|
|
1006
|
-
coverLetterTemplateId: string | null;
|
|
1007
1001
|
confirmedBillingAt: number | null;
|
|
1008
1002
|
monthlyBudget: number | null;
|
|
1003
|
+
leadCounts: Partial<Record<"rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won", number>> | null;
|
|
1009
1004
|
expenses: {
|
|
1010
1005
|
biddingAmount?: number | undefined;
|
|
1011
1006
|
boosted?: number | undefined;
|
|
@@ -1021,6 +1016,11 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1021
1016
|
} | null;
|
|
1022
1017
|
organizationProfileId: string | null;
|
|
1023
1018
|
lastSyncedProposalsAt: number | null;
|
|
1019
|
+
limits: {
|
|
1020
|
+
enabled: boolean;
|
|
1021
|
+
maxDailyProposalsSent: number;
|
|
1022
|
+
windowAnchorAt: number | null;
|
|
1023
|
+
};
|
|
1024
1024
|
workTime: {
|
|
1025
1025
|
days: ("monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | "sunday")[];
|
|
1026
1026
|
enabled: boolean;
|
|
@@ -1108,11 +1108,16 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1108
1108
|
source: z.ZodEnum<["stripe", "manual"]>;
|
|
1109
1109
|
usage: z.ZodRecord<z.ZodEnum<["suitabilityComplete", "proposalComplete", "biddingComplete"]>, z.ZodNumber>;
|
|
1110
1110
|
trialEndsAt: z.ZodNullable<z.ZodNumber>;
|
|
1111
|
-
billingInterval: z.ZodEnum<["monthly", "quarterly", "yearly"]
|
|
1111
|
+
billingInterval: z.ZodNullable<z.ZodEnum<["monthly", "quarterly", "yearly"]>>;
|
|
1112
|
+
hasUsBidderAccess: z.ZodNullable<z.ZodBoolean>;
|
|
1113
|
+
usBidderSubscriptionItemId: z.ZodNullable<z.ZodString>;
|
|
1112
1114
|
}, "strip", z.ZodTypeAny, {
|
|
1113
1115
|
source: "manual" | "stripe";
|
|
1114
1116
|
status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
|
|
1115
1117
|
planId: string;
|
|
1118
|
+
pendingPlanId: string | null;
|
|
1119
|
+
startedAt: number;
|
|
1120
|
+
currentPeriodEnd: number;
|
|
1116
1121
|
stripe: {
|
|
1117
1122
|
id: string;
|
|
1118
1123
|
items: {
|
|
@@ -1126,16 +1131,18 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1126
1131
|
hosted_invoice_url: string | null;
|
|
1127
1132
|
};
|
|
1128
1133
|
};
|
|
1129
|
-
pendingPlanId: string | null;
|
|
1130
|
-
startedAt: number;
|
|
1131
|
-
currentPeriodEnd: number;
|
|
1132
1134
|
usage: Partial<Record<"suitabilityComplete" | "proposalComplete" | "biddingComplete", number>>;
|
|
1133
1135
|
trialEndsAt: number | null;
|
|
1134
|
-
billingInterval: "monthly" | "quarterly" | "yearly";
|
|
1136
|
+
billingInterval: "monthly" | "quarterly" | "yearly" | null;
|
|
1137
|
+
hasUsBidderAccess: boolean | null;
|
|
1138
|
+
usBidderSubscriptionItemId: string | null;
|
|
1135
1139
|
}, {
|
|
1136
1140
|
source: "manual" | "stripe";
|
|
1137
1141
|
status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
|
|
1138
1142
|
planId: string;
|
|
1143
|
+
pendingPlanId: string | null;
|
|
1144
|
+
startedAt: number;
|
|
1145
|
+
currentPeriodEnd: number;
|
|
1139
1146
|
stripe: {
|
|
1140
1147
|
id: string;
|
|
1141
1148
|
items: {
|
|
@@ -1149,12 +1156,11 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1149
1156
|
hosted_invoice_url: string | null;
|
|
1150
1157
|
};
|
|
1151
1158
|
};
|
|
1152
|
-
pendingPlanId: string | null;
|
|
1153
|
-
startedAt: number;
|
|
1154
|
-
currentPeriodEnd: number;
|
|
1155
1159
|
usage: Partial<Record<"suitabilityComplete" | "proposalComplete" | "biddingComplete", number>>;
|
|
1156
1160
|
trialEndsAt: number | null;
|
|
1157
|
-
billingInterval: "monthly" | "quarterly" | "yearly";
|
|
1161
|
+
billingInterval: "monthly" | "quarterly" | "yearly" | null;
|
|
1162
|
+
hasUsBidderAccess: boolean | null;
|
|
1163
|
+
usBidderSubscriptionItemId: string | null;
|
|
1158
1164
|
}>>;
|
|
1159
1165
|
active: z.ZodBoolean;
|
|
1160
1166
|
limits: z.ZodObject<{
|
|
@@ -1190,19 +1196,19 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1190
1196
|
};
|
|
1191
1197
|
}>;
|
|
1192
1198
|
}, "strip", z.ZodTypeAny, {
|
|
1193
|
-
savedCard: boolean;
|
|
1194
1199
|
stripe: {
|
|
1195
1200
|
customer: {
|
|
1196
1201
|
id: string | null;
|
|
1197
1202
|
};
|
|
1198
1203
|
};
|
|
1199
|
-
}, {
|
|
1200
1204
|
savedCard: boolean;
|
|
1205
|
+
}, {
|
|
1201
1206
|
stripe: {
|
|
1202
1207
|
customer: {
|
|
1203
1208
|
id: string | null;
|
|
1204
1209
|
};
|
|
1205
1210
|
};
|
|
1211
|
+
savedCard: boolean;
|
|
1206
1212
|
}>>;
|
|
1207
1213
|
lastBidTime: z.ZodNullable<z.ZodNumber>;
|
|
1208
1214
|
nextScheduledBidTime: z.ZodNullable<z.ZodNumber>;
|
|
@@ -1210,7 +1216,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1210
1216
|
updatedAt: z.ZodNumber;
|
|
1211
1217
|
openRouterApiKey: z.ZodNullable<z.ZodString>;
|
|
1212
1218
|
nextProposalStatusSyncTime: z.ZodNullable<z.ZodNumber>;
|
|
1213
|
-
|
|
1219
|
+
usBidderAccountSubscription: z.ZodOptional<z.ZodObject<{
|
|
1214
1220
|
usBidderAccountPayment: z.ZodOptional<z.ZodObject<{
|
|
1215
1221
|
paidAt: z.ZodOptional<z.ZodNumber>;
|
|
1216
1222
|
amount: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1222,15 +1228,15 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1222
1228
|
status: string;
|
|
1223
1229
|
error?: string | undefined;
|
|
1224
1230
|
currency?: string | undefined;
|
|
1225
|
-
paidAt?: number | undefined;
|
|
1226
1231
|
amount?: number | undefined;
|
|
1232
|
+
paidAt?: number | undefined;
|
|
1227
1233
|
paymentIntentId?: string | undefined;
|
|
1228
1234
|
}, {
|
|
1229
1235
|
status: string;
|
|
1230
1236
|
error?: string | undefined;
|
|
1231
1237
|
currency?: string | undefined;
|
|
1232
|
-
paidAt?: number | undefined;
|
|
1233
1238
|
amount?: number | undefined;
|
|
1239
|
+
paidAt?: number | undefined;
|
|
1234
1240
|
paymentIntentId?: string | undefined;
|
|
1235
1241
|
}>>;
|
|
1236
1242
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1238,8 +1244,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1238
1244
|
status: string;
|
|
1239
1245
|
error?: string | undefined;
|
|
1240
1246
|
currency?: string | undefined;
|
|
1241
|
-
paidAt?: number | undefined;
|
|
1242
1247
|
amount?: number | undefined;
|
|
1248
|
+
paidAt?: number | undefined;
|
|
1243
1249
|
paymentIntentId?: string | undefined;
|
|
1244
1250
|
} | undefined;
|
|
1245
1251
|
}, {
|
|
@@ -1247,29 +1253,40 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1247
1253
|
status: string;
|
|
1248
1254
|
error?: string | undefined;
|
|
1249
1255
|
currency?: string | undefined;
|
|
1250
|
-
paidAt?: number | undefined;
|
|
1251
1256
|
amount?: number | undefined;
|
|
1257
|
+
paidAt?: number | undefined;
|
|
1252
1258
|
paymentIntentId?: string | undefined;
|
|
1253
1259
|
} | undefined;
|
|
1254
1260
|
}>>;
|
|
1261
|
+
insufficientConnectsAction: z.ZodNullable<z.ZodEnum<["buy_more_connects", "pause_campaigns"]>>;
|
|
1255
1262
|
}, "strip", z.ZodTypeAny, {
|
|
1256
1263
|
type: "agency" | "freelancer";
|
|
1257
1264
|
id: string;
|
|
1258
1265
|
active: boolean;
|
|
1259
1266
|
name: string;
|
|
1260
1267
|
billing: {
|
|
1261
|
-
savedCard: boolean;
|
|
1262
1268
|
stripe: {
|
|
1263
1269
|
customer: {
|
|
1264
1270
|
id: string | null;
|
|
1265
1271
|
};
|
|
1266
1272
|
};
|
|
1273
|
+
savedCard: boolean;
|
|
1267
1274
|
} | null;
|
|
1275
|
+
createdAt: number;
|
|
1276
|
+
updatedAt: number;
|
|
1277
|
+
limits: {
|
|
1278
|
+
monthlyCredits: number;
|
|
1279
|
+
usedCredits: number;
|
|
1280
|
+
extraCredits: number;
|
|
1281
|
+
};
|
|
1268
1282
|
associatedBidders: string[] | null;
|
|
1269
1283
|
subscription: {
|
|
1270
1284
|
source: "manual" | "stripe";
|
|
1271
1285
|
status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
|
|
1272
1286
|
planId: string;
|
|
1287
|
+
pendingPlanId: string | null;
|
|
1288
|
+
startedAt: number;
|
|
1289
|
+
currentPeriodEnd: number;
|
|
1273
1290
|
stripe: {
|
|
1274
1291
|
id: string;
|
|
1275
1292
|
items: {
|
|
@@ -1283,31 +1300,24 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1283
1300
|
hosted_invoice_url: string | null;
|
|
1284
1301
|
};
|
|
1285
1302
|
};
|
|
1286
|
-
pendingPlanId: string | null;
|
|
1287
|
-
startedAt: number;
|
|
1288
|
-
currentPeriodEnd: number;
|
|
1289
1303
|
usage: Partial<Record<"suitabilityComplete" | "proposalComplete" | "biddingComplete", number>>;
|
|
1290
1304
|
trialEndsAt: number | null;
|
|
1291
|
-
billingInterval: "monthly" | "quarterly" | "yearly";
|
|
1305
|
+
billingInterval: "monthly" | "quarterly" | "yearly" | null;
|
|
1306
|
+
hasUsBidderAccess: boolean | null;
|
|
1307
|
+
usBidderSubscriptionItemId: string | null;
|
|
1292
1308
|
} | null;
|
|
1293
|
-
limits: {
|
|
1294
|
-
monthlyCredits: number;
|
|
1295
|
-
usedCredits: number;
|
|
1296
|
-
extraCredits: number;
|
|
1297
|
-
};
|
|
1298
1309
|
lastBidTime: number | null;
|
|
1299
1310
|
nextScheduledBidTime: number | null;
|
|
1300
|
-
createdAt: number;
|
|
1301
|
-
updatedAt: number;
|
|
1302
1311
|
openRouterApiKey: string | null;
|
|
1303
1312
|
nextProposalStatusSyncTime: number | null;
|
|
1304
|
-
|
|
1313
|
+
insufficientConnectsAction: "buy_more_connects" | "pause_campaigns" | null;
|
|
1314
|
+
usBidderAccountSubscription?: {
|
|
1305
1315
|
usBidderAccountPayment?: {
|
|
1306
1316
|
status: string;
|
|
1307
1317
|
error?: string | undefined;
|
|
1308
1318
|
currency?: string | undefined;
|
|
1309
|
-
paidAt?: number | undefined;
|
|
1310
1319
|
amount?: number | undefined;
|
|
1320
|
+
paidAt?: number | undefined;
|
|
1311
1321
|
paymentIntentId?: string | undefined;
|
|
1312
1322
|
} | undefined;
|
|
1313
1323
|
} | undefined;
|
|
@@ -1317,18 +1327,28 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1317
1327
|
active: boolean;
|
|
1318
1328
|
name: string;
|
|
1319
1329
|
billing: {
|
|
1320
|
-
savedCard: boolean;
|
|
1321
1330
|
stripe: {
|
|
1322
1331
|
customer: {
|
|
1323
1332
|
id: string | null;
|
|
1324
1333
|
};
|
|
1325
1334
|
};
|
|
1335
|
+
savedCard: boolean;
|
|
1326
1336
|
} | null;
|
|
1337
|
+
createdAt: number;
|
|
1338
|
+
updatedAt: number;
|
|
1339
|
+
limits: {
|
|
1340
|
+
monthlyCredits: number;
|
|
1341
|
+
usedCredits: number;
|
|
1342
|
+
extraCredits: number;
|
|
1343
|
+
};
|
|
1327
1344
|
associatedBidders: string[] | null;
|
|
1328
1345
|
subscription: {
|
|
1329
1346
|
source: "manual" | "stripe";
|
|
1330
1347
|
status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
|
|
1331
1348
|
planId: string;
|
|
1349
|
+
pendingPlanId: string | null;
|
|
1350
|
+
startedAt: number;
|
|
1351
|
+
currentPeriodEnd: number;
|
|
1332
1352
|
stripe: {
|
|
1333
1353
|
id: string;
|
|
1334
1354
|
items: {
|
|
@@ -1342,31 +1362,24 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1342
1362
|
hosted_invoice_url: string | null;
|
|
1343
1363
|
};
|
|
1344
1364
|
};
|
|
1345
|
-
pendingPlanId: string | null;
|
|
1346
|
-
startedAt: number;
|
|
1347
|
-
currentPeriodEnd: number;
|
|
1348
1365
|
usage: Partial<Record<"suitabilityComplete" | "proposalComplete" | "biddingComplete", number>>;
|
|
1349
1366
|
trialEndsAt: number | null;
|
|
1350
|
-
billingInterval: "monthly" | "quarterly" | "yearly";
|
|
1367
|
+
billingInterval: "monthly" | "quarterly" | "yearly" | null;
|
|
1368
|
+
hasUsBidderAccess: boolean | null;
|
|
1369
|
+
usBidderSubscriptionItemId: string | null;
|
|
1351
1370
|
} | null;
|
|
1352
|
-
limits: {
|
|
1353
|
-
monthlyCredits: number;
|
|
1354
|
-
usedCredits: number;
|
|
1355
|
-
extraCredits: number;
|
|
1356
|
-
};
|
|
1357
1371
|
lastBidTime: number | null;
|
|
1358
1372
|
nextScheduledBidTime: number | null;
|
|
1359
|
-
createdAt: number;
|
|
1360
|
-
updatedAt: number;
|
|
1361
1373
|
openRouterApiKey: string | null;
|
|
1362
1374
|
nextProposalStatusSyncTime: number | null;
|
|
1363
|
-
|
|
1375
|
+
insufficientConnectsAction: "buy_more_connects" | "pause_campaigns" | null;
|
|
1376
|
+
usBidderAccountSubscription?: {
|
|
1364
1377
|
usBidderAccountPayment?: {
|
|
1365
1378
|
status: string;
|
|
1366
1379
|
error?: string | undefined;
|
|
1367
1380
|
currency?: string | undefined;
|
|
1368
|
-
paidAt?: number | undefined;
|
|
1369
1381
|
amount?: number | undefined;
|
|
1382
|
+
paidAt?: number | undefined;
|
|
1370
1383
|
paymentIntentId?: string | undefined;
|
|
1371
1384
|
} | undefined;
|
|
1372
1385
|
} | undefined;
|
|
@@ -1411,22 +1424,22 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1411
1424
|
}, "strip", z.ZodTypeAny, {
|
|
1412
1425
|
hours: string | null;
|
|
1413
1426
|
duration: string | null;
|
|
1414
|
-
paymentType: string | null;
|
|
1415
|
-
experienceLevel: string | null;
|
|
1416
1427
|
hourlyRate: {
|
|
1417
1428
|
max: number | null;
|
|
1418
1429
|
min: number | null;
|
|
1419
1430
|
} | null;
|
|
1431
|
+
experienceLevel: string | null;
|
|
1432
|
+
paymentType: string | null;
|
|
1420
1433
|
fixedPrice: number | null;
|
|
1421
1434
|
}, {
|
|
1422
1435
|
hours: string | null;
|
|
1423
1436
|
duration: string | null;
|
|
1424
|
-
paymentType: string | null;
|
|
1425
|
-
experienceLevel: string | null;
|
|
1426
1437
|
hourlyRate: {
|
|
1427
1438
|
max: number | null;
|
|
1428
1439
|
min: number | null;
|
|
1429
1440
|
} | null;
|
|
1441
|
+
experienceLevel: string | null;
|
|
1442
|
+
paymentType: string | null;
|
|
1430
1443
|
fixedPrice: number | null;
|
|
1431
1444
|
}>>;
|
|
1432
1445
|
clientInfo: z.ZodNullable<z.ZodObject<{
|
|
@@ -1451,39 +1464,39 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1451
1464
|
}, "strip", z.ZodTypeAny, {
|
|
1452
1465
|
country: string | null;
|
|
1453
1466
|
region: string | null;
|
|
1454
|
-
isPaymentVerified: boolean | null;
|
|
1455
|
-
isPhoneVerified: boolean | null;
|
|
1456
|
-
enterpriseClient: boolean | null;
|
|
1457
|
-
companySize: string | null;
|
|
1458
1467
|
openJobs: number | null;
|
|
1459
|
-
|
|
1468
|
+
isPhoneVerified: boolean | null;
|
|
1469
|
+
isPaymentVerified: boolean | null;
|
|
1460
1470
|
numberOfReviews: number | null;
|
|
1461
1471
|
rating: number | null;
|
|
1462
1472
|
jobsPosted: number | null;
|
|
1473
|
+
totalSpent: number | null;
|
|
1463
1474
|
numberOfHires: number | null;
|
|
1464
1475
|
activeEngagements: number | null;
|
|
1465
1476
|
hireRate: number | null;
|
|
1466
1477
|
memberSince: string | null;
|
|
1467
1478
|
companyIndustry: string | null;
|
|
1479
|
+
companySize: string | null;
|
|
1480
|
+
enterpriseClient: boolean | null;
|
|
1468
1481
|
avgHourlyRatePaid: number | null;
|
|
1469
1482
|
companyId: string | null;
|
|
1470
1483
|
}, {
|
|
1471
1484
|
country: string | null;
|
|
1472
1485
|
region: string | null;
|
|
1473
|
-
isPaymentVerified: boolean | null;
|
|
1474
|
-
isPhoneVerified: boolean | null;
|
|
1475
|
-
enterpriseClient: boolean | null;
|
|
1476
|
-
companySize: string | null;
|
|
1477
1486
|
openJobs: number | null;
|
|
1478
|
-
|
|
1487
|
+
isPhoneVerified: boolean | null;
|
|
1488
|
+
isPaymentVerified: boolean | null;
|
|
1479
1489
|
numberOfReviews: number | null;
|
|
1480
1490
|
rating: number | null;
|
|
1481
1491
|
jobsPosted: number | null;
|
|
1492
|
+
totalSpent: number | null;
|
|
1482
1493
|
numberOfHires: number | null;
|
|
1483
1494
|
activeEngagements: number | null;
|
|
1484
1495
|
hireRate: number | null;
|
|
1485
1496
|
memberSince: string | null;
|
|
1486
1497
|
companyIndustry: string | null;
|
|
1498
|
+
companySize: string | null;
|
|
1499
|
+
enterpriseClient: boolean | null;
|
|
1487
1500
|
avgHourlyRatePaid: number | null;
|
|
1488
1501
|
companyId: string | null;
|
|
1489
1502
|
}>>;
|
|
@@ -1496,18 +1509,18 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1496
1509
|
includeRisingTalent: z.ZodNullable<z.ZodString>;
|
|
1497
1510
|
}, "strip", z.ZodTypeAny, {
|
|
1498
1511
|
location: string | null;
|
|
1499
|
-
includeRisingTalent: string | null;
|
|
1500
1512
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
1501
1513
|
englishLevel: string | null;
|
|
1502
1514
|
minimumEarnings: number | null;
|
|
1503
1515
|
jobSuccessScore: string | null;
|
|
1516
|
+
includeRisingTalent: string | null;
|
|
1504
1517
|
}, {
|
|
1505
1518
|
location: string | null;
|
|
1506
|
-
includeRisingTalent: string | null;
|
|
1507
1519
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
1508
1520
|
englishLevel: string | null;
|
|
1509
1521
|
minimumEarnings: number | null;
|
|
1510
1522
|
jobSuccessScore: string | null;
|
|
1523
|
+
includeRisingTalent: string | null;
|
|
1511
1524
|
}>>;
|
|
1512
1525
|
processed: z.ZodNullable<z.ZodBoolean>;
|
|
1513
1526
|
isFeatured: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -1525,29 +1538,29 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1525
1538
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
1526
1539
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
1527
1540
|
}, "strip", z.ZodTypeAny, {
|
|
1528
|
-
paymentType: string | null;
|
|
1529
1541
|
hourlyRate: number | null;
|
|
1530
1542
|
jobTitle: string | null;
|
|
1543
|
+
paymentType: string | null;
|
|
1544
|
+
fixedPrice: number | null;
|
|
1531
1545
|
freelancerName: string | null;
|
|
1532
1546
|
freelancerRating: number | null;
|
|
1533
1547
|
freelancerFeedback: string | null;
|
|
1534
1548
|
clientFeedback: string | null;
|
|
1535
1549
|
clientFeedbackRating: number | null;
|
|
1536
1550
|
dateRange: string | null;
|
|
1537
|
-
fixedPrice: number | null;
|
|
1538
1551
|
numHours: number | null;
|
|
1539
1552
|
totalBilled: number | null;
|
|
1540
1553
|
}, {
|
|
1541
|
-
paymentType: string | null;
|
|
1542
1554
|
hourlyRate: number | null;
|
|
1543
1555
|
jobTitle: string | null;
|
|
1556
|
+
paymentType: string | null;
|
|
1557
|
+
fixedPrice: number | null;
|
|
1544
1558
|
freelancerName: string | null;
|
|
1545
1559
|
freelancerRating: number | null;
|
|
1546
1560
|
freelancerFeedback: string | null;
|
|
1547
1561
|
clientFeedback: string | null;
|
|
1548
1562
|
clientFeedbackRating: number | null;
|
|
1549
1563
|
dateRange: string | null;
|
|
1550
|
-
fixedPrice: number | null;
|
|
1551
1564
|
numHours: number | null;
|
|
1552
1565
|
totalBilled: number | null;
|
|
1553
1566
|
}>, "many">>;
|
|
@@ -1584,8 +1597,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1584
1597
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
1585
1598
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
1586
1599
|
}, "strip", z.ZodTypeAny, {
|
|
1587
|
-
updatedAt: number | null;
|
|
1588
1600
|
unansweredInvites: number | null;
|
|
1601
|
+
updatedAt: number | null;
|
|
1589
1602
|
proposals: {
|
|
1590
1603
|
max: number | null;
|
|
1591
1604
|
min: number | null;
|
|
@@ -1596,8 +1609,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1596
1609
|
interviewing: number | null;
|
|
1597
1610
|
invitesSent: number | null;
|
|
1598
1611
|
}, {
|
|
1599
|
-
updatedAt: number | null;
|
|
1600
1612
|
unansweredInvites: number | null;
|
|
1613
|
+
updatedAt: number | null;
|
|
1601
1614
|
proposals: {
|
|
1602
1615
|
max: number | null;
|
|
1603
1616
|
min: number | null;
|
|
@@ -1629,8 +1642,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1629
1642
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
1630
1643
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
1631
1644
|
}, "strip", z.ZodTypeAny, {
|
|
1632
|
-
updatedAt: number | null;
|
|
1633
1645
|
unansweredInvites: number | null;
|
|
1646
|
+
updatedAt: number | null;
|
|
1634
1647
|
proposals: {
|
|
1635
1648
|
max: number | null;
|
|
1636
1649
|
min: number | null;
|
|
@@ -1641,8 +1654,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1641
1654
|
interviewing: number | null;
|
|
1642
1655
|
invitesSent: number | null;
|
|
1643
1656
|
}, {
|
|
1644
|
-
updatedAt: number | null;
|
|
1645
1657
|
unansweredInvites: number | null;
|
|
1658
|
+
updatedAt: number | null;
|
|
1646
1659
|
proposals: {
|
|
1647
1660
|
max: number | null;
|
|
1648
1661
|
min: number | null;
|
|
@@ -1739,9 +1752,9 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1739
1752
|
specialisedProfile: string | null;
|
|
1740
1753
|
}>;
|
|
1741
1754
|
}, "strip", z.ZodTypeAny, {
|
|
1742
|
-
appliedFromQueue: boolean | null;
|
|
1743
1755
|
biddingDelayInMinutes: number | null;
|
|
1744
|
-
|
|
1756
|
+
appliedFromQueue: boolean | null;
|
|
1757
|
+
bidWithWarning: "bid" | "skip";
|
|
1745
1758
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
1746
1759
|
biddingHourlyRatePercentage: number | null;
|
|
1747
1760
|
biddingFixedHourlyRate: number | null;
|
|
@@ -1751,16 +1764,16 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1751
1764
|
maximumBoost: number | null;
|
|
1752
1765
|
minBoost: number | null;
|
|
1753
1766
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
1754
|
-
alreadyHiredAction: "
|
|
1767
|
+
alreadyHiredAction: "bid" | "skip";
|
|
1755
1768
|
bidConfig: {
|
|
1756
1769
|
contractorName: string | null;
|
|
1757
1770
|
agencyName: string | null;
|
|
1758
1771
|
specialisedProfile: string | null;
|
|
1759
1772
|
};
|
|
1760
1773
|
}, {
|
|
1761
|
-
appliedFromQueue: boolean | null;
|
|
1762
1774
|
biddingDelayInMinutes: number | null;
|
|
1763
|
-
|
|
1775
|
+
appliedFromQueue: boolean | null;
|
|
1776
|
+
bidWithWarning: "bid" | "skip";
|
|
1764
1777
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
1765
1778
|
biddingHourlyRatePercentage: number | null;
|
|
1766
1779
|
biddingFixedHourlyRate: number | null;
|
|
@@ -1770,7 +1783,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1770
1783
|
maximumBoost: number | null;
|
|
1771
1784
|
minBoost: number | null;
|
|
1772
1785
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
1773
|
-
alreadyHiredAction: "
|
|
1786
|
+
alreadyHiredAction: "bid" | "skip";
|
|
1774
1787
|
bidConfig: {
|
|
1775
1788
|
contractorName: string | null;
|
|
1776
1789
|
agencyName: string | null;
|
|
@@ -1784,74 +1797,78 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1784
1797
|
metadata: {
|
|
1785
1798
|
hours: string | null;
|
|
1786
1799
|
duration: string | null;
|
|
1787
|
-
paymentType: string | null;
|
|
1788
|
-
experienceLevel: string | null;
|
|
1789
1800
|
hourlyRate: {
|
|
1790
1801
|
max: number | null;
|
|
1791
1802
|
min: number | null;
|
|
1792
1803
|
} | null;
|
|
1804
|
+
experienceLevel: string | null;
|
|
1805
|
+
paymentType: string | null;
|
|
1793
1806
|
fixedPrice: number | null;
|
|
1794
1807
|
} | null;
|
|
1795
1808
|
description: string | null;
|
|
1796
|
-
region: "
|
|
1809
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
1797
1810
|
datetime: number | null;
|
|
1798
|
-
campaignId: string;
|
|
1799
1811
|
organizationId: string;
|
|
1800
|
-
|
|
1812
|
+
campaignId: string;
|
|
1813
|
+
category: string | null;
|
|
1814
|
+
uid: string | null;
|
|
1815
|
+
questions: string[] | null;
|
|
1816
|
+
occupation: string | null;
|
|
1801
1817
|
createdAt: number | null;
|
|
1802
1818
|
updatedAt: number | null;
|
|
1803
|
-
|
|
1819
|
+
questionAnswerPairs: {
|
|
1820
|
+
answer: string;
|
|
1821
|
+
question: string;
|
|
1822
|
+
}[] | null;
|
|
1823
|
+
jobId: string;
|
|
1824
|
+
skills: {
|
|
1825
|
+
name: string;
|
|
1826
|
+
}[] | null;
|
|
1827
|
+
descriptionLength: number | null;
|
|
1828
|
+
connectsRequired: number | null;
|
|
1829
|
+
projectType: string | null;
|
|
1804
1830
|
projectDuration: string | null;
|
|
1805
|
-
|
|
1831
|
+
jobUrl: string | null;
|
|
1806
1832
|
clientInfo: {
|
|
1807
1833
|
country: string | null;
|
|
1808
1834
|
region: string | null;
|
|
1809
|
-
isPaymentVerified: boolean | null;
|
|
1810
|
-
isPhoneVerified: boolean | null;
|
|
1811
|
-
enterpriseClient: boolean | null;
|
|
1812
|
-
companySize: string | null;
|
|
1813
1835
|
openJobs: number | null;
|
|
1814
|
-
|
|
1836
|
+
isPhoneVerified: boolean | null;
|
|
1837
|
+
isPaymentVerified: boolean | null;
|
|
1815
1838
|
numberOfReviews: number | null;
|
|
1816
1839
|
rating: number | null;
|
|
1817
1840
|
jobsPosted: number | null;
|
|
1841
|
+
totalSpent: number | null;
|
|
1818
1842
|
numberOfHires: number | null;
|
|
1819
1843
|
activeEngagements: number | null;
|
|
1820
1844
|
hireRate: number | null;
|
|
1821
1845
|
memberSince: string | null;
|
|
1822
1846
|
companyIndustry: string | null;
|
|
1847
|
+
companySize: string | null;
|
|
1848
|
+
enterpriseClient: boolean | null;
|
|
1823
1849
|
avgHourlyRatePaid: number | null;
|
|
1824
1850
|
companyId: string | null;
|
|
1825
1851
|
} | null;
|
|
1826
1852
|
vendorQualifications: {
|
|
1827
1853
|
location: string | null;
|
|
1828
|
-
includeRisingTalent: string | null;
|
|
1829
1854
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
1830
1855
|
englishLevel: string | null;
|
|
1831
1856
|
minimumEarnings: number | null;
|
|
1832
1857
|
jobSuccessScore: string | null;
|
|
1858
|
+
includeRisingTalent: string | null;
|
|
1833
1859
|
} | null;
|
|
1834
|
-
|
|
1835
|
-
uid: string | null;
|
|
1836
|
-
occupation: string | null;
|
|
1837
|
-
jobUrl: string | null;
|
|
1838
|
-
skills: {
|
|
1839
|
-
name: string;
|
|
1840
|
-
}[] | null;
|
|
1841
|
-
descriptionLength: number | null;
|
|
1842
|
-
connectsRequired: number | null;
|
|
1843
|
-
projectType: string | null;
|
|
1860
|
+
isFeatured: boolean | null;
|
|
1844
1861
|
clientReviews: {
|
|
1845
|
-
paymentType: string | null;
|
|
1846
1862
|
hourlyRate: number | null;
|
|
1847
1863
|
jobTitle: string | null;
|
|
1864
|
+
paymentType: string | null;
|
|
1865
|
+
fixedPrice: number | null;
|
|
1848
1866
|
freelancerName: string | null;
|
|
1849
1867
|
freelancerRating: number | null;
|
|
1850
1868
|
freelancerFeedback: string | null;
|
|
1851
1869
|
clientFeedback: string | null;
|
|
1852
1870
|
clientFeedbackRating: number | null;
|
|
1853
1871
|
dateRange: string | null;
|
|
1854
|
-
fixedPrice: number | null;
|
|
1855
1872
|
numHours: number | null;
|
|
1856
1873
|
totalBilled: number | null;
|
|
1857
1874
|
}[] | null;
|
|
@@ -1861,8 +1878,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1861
1878
|
avg: number | null;
|
|
1862
1879
|
} | null;
|
|
1863
1880
|
jobActivity: {
|
|
1864
|
-
updatedAt: number | null;
|
|
1865
1881
|
unansweredInvites: number | null;
|
|
1882
|
+
updatedAt: number | null;
|
|
1866
1883
|
proposals: {
|
|
1867
1884
|
max: number | null;
|
|
1868
1885
|
min: number | null;
|
|
@@ -1875,25 +1892,21 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1875
1892
|
} | null;
|
|
1876
1893
|
activityUpdates: 2 | 1 | 3 | null;
|
|
1877
1894
|
scrapedAt: number | null;
|
|
1878
|
-
biddingDelayInMinutes: number | null;
|
|
1879
|
-
specialisedProfile: string | null;
|
|
1880
|
-
jobId: string;
|
|
1881
1895
|
suitabilityRating: number | null;
|
|
1882
1896
|
suitabilityReason: string | null;
|
|
1883
1897
|
proposal: string | null;
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
question: string;
|
|
1887
|
-
}[] | null;
|
|
1888
|
-
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
1889
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
1898
|
+
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
1899
|
+
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
1890
1900
|
biddingAmount: number | null;
|
|
1891
1901
|
boosted: boolean | null;
|
|
1892
1902
|
boostingAmount: number | null;
|
|
1893
1903
|
boostedForPlace: number | null;
|
|
1904
|
+
specialisedProfile: string | null;
|
|
1894
1905
|
biddedAt: number | null;
|
|
1895
1906
|
biddingTaskScheduled: boolean | null;
|
|
1896
1907
|
scheduledBiddingTime: number | null;
|
|
1908
|
+
inQueue: boolean | null;
|
|
1909
|
+
biddingDelayInMinutes: number | null;
|
|
1897
1910
|
checkFeedbackStatusCreatedAt: number | null;
|
|
1898
1911
|
biddingScheduledAt: number | null;
|
|
1899
1912
|
feedbackCheckTaskId: string | null;
|
|
@@ -1901,9 +1914,9 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1901
1914
|
rejectedFeedback: string | null;
|
|
1902
1915
|
applicationId: string | null;
|
|
1903
1916
|
leadBiddingConfig: {
|
|
1904
|
-
appliedFromQueue: boolean | null;
|
|
1905
1917
|
biddingDelayInMinutes: number | null;
|
|
1906
|
-
|
|
1918
|
+
appliedFromQueue: boolean | null;
|
|
1919
|
+
bidWithWarning: "bid" | "skip";
|
|
1907
1920
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
1908
1921
|
biddingHourlyRatePercentage: number | null;
|
|
1909
1922
|
biddingFixedHourlyRate: number | null;
|
|
@@ -1913,7 +1926,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1913
1926
|
maximumBoost: number | null;
|
|
1914
1927
|
minBoost: number | null;
|
|
1915
1928
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
1916
|
-
alreadyHiredAction: "
|
|
1929
|
+
alreadyHiredAction: "bid" | "skip";
|
|
1917
1930
|
bidConfig: {
|
|
1918
1931
|
contractorName: string | null;
|
|
1919
1932
|
agencyName: string | null;
|
|
@@ -1921,9 +1934,11 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1921
1934
|
};
|
|
1922
1935
|
} | null;
|
|
1923
1936
|
statusSynced: boolean | null;
|
|
1937
|
+
proposalId?: string | undefined;
|
|
1938
|
+
wonAmount?: number | undefined;
|
|
1924
1939
|
activity?: Partial<Record<"4h" | "24h", {
|
|
1925
|
-
updatedAt: number | null;
|
|
1926
1940
|
unansweredInvites: number | null;
|
|
1941
|
+
updatedAt: number | null;
|
|
1927
1942
|
proposals: {
|
|
1928
1943
|
max: number | null;
|
|
1929
1944
|
min: number | null;
|
|
@@ -1941,82 +1956,84 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1941
1956
|
interviewing: number;
|
|
1942
1957
|
invitesSent: number;
|
|
1943
1958
|
} | null | undefined;
|
|
1944
|
-
proposalId?: string | undefined;
|
|
1945
|
-
wonAmount?: number | undefined;
|
|
1946
1959
|
}, {
|
|
1947
1960
|
id: string | null;
|
|
1948
1961
|
title: string | null;
|
|
1949
1962
|
metadata: {
|
|
1950
1963
|
hours: string | null;
|
|
1951
1964
|
duration: string | null;
|
|
1952
|
-
paymentType: string | null;
|
|
1953
|
-
experienceLevel: string | null;
|
|
1954
1965
|
hourlyRate: {
|
|
1955
1966
|
max: number | null;
|
|
1956
1967
|
min: number | null;
|
|
1957
1968
|
} | null;
|
|
1969
|
+
experienceLevel: string | null;
|
|
1970
|
+
paymentType: string | null;
|
|
1958
1971
|
fixedPrice: number | null;
|
|
1959
1972
|
} | null;
|
|
1960
1973
|
description: string | null;
|
|
1961
|
-
region: "
|
|
1974
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
1962
1975
|
datetime: number | null;
|
|
1963
|
-
campaignId: string;
|
|
1964
1976
|
organizationId: string;
|
|
1965
|
-
|
|
1977
|
+
campaignId: string;
|
|
1978
|
+
category: string | null;
|
|
1979
|
+
uid: string | null;
|
|
1980
|
+
questions: string[] | null;
|
|
1981
|
+
occupation: string | null;
|
|
1966
1982
|
createdAt: number | null;
|
|
1967
1983
|
updatedAt: number | null;
|
|
1968
|
-
|
|
1984
|
+
questionAnswerPairs: {
|
|
1985
|
+
answer: string;
|
|
1986
|
+
question: string;
|
|
1987
|
+
}[] | null;
|
|
1988
|
+
jobId: string;
|
|
1989
|
+
skills: {
|
|
1990
|
+
name: string;
|
|
1991
|
+
}[] | null;
|
|
1992
|
+
descriptionLength: number | null;
|
|
1993
|
+
connectsRequired: number | null;
|
|
1994
|
+
projectType: string | null;
|
|
1969
1995
|
projectDuration: string | null;
|
|
1970
|
-
|
|
1996
|
+
jobUrl: string | null;
|
|
1971
1997
|
clientInfo: {
|
|
1972
1998
|
country: string | null;
|
|
1973
1999
|
region: string | null;
|
|
1974
|
-
isPaymentVerified: boolean | null;
|
|
1975
|
-
isPhoneVerified: boolean | null;
|
|
1976
|
-
enterpriseClient: boolean | null;
|
|
1977
|
-
companySize: string | null;
|
|
1978
2000
|
openJobs: number | null;
|
|
1979
|
-
|
|
2001
|
+
isPhoneVerified: boolean | null;
|
|
2002
|
+
isPaymentVerified: boolean | null;
|
|
1980
2003
|
numberOfReviews: number | null;
|
|
1981
2004
|
rating: number | null;
|
|
1982
2005
|
jobsPosted: number | null;
|
|
2006
|
+
totalSpent: number | null;
|
|
1983
2007
|
numberOfHires: number | null;
|
|
1984
2008
|
activeEngagements: number | null;
|
|
1985
2009
|
hireRate: number | null;
|
|
1986
2010
|
memberSince: string | null;
|
|
1987
2011
|
companyIndustry: string | null;
|
|
2012
|
+
companySize: string | null;
|
|
2013
|
+
enterpriseClient: boolean | null;
|
|
1988
2014
|
avgHourlyRatePaid: number | null;
|
|
1989
2015
|
companyId: string | null;
|
|
1990
2016
|
} | null;
|
|
1991
2017
|
vendorQualifications: {
|
|
1992
2018
|
location: string | null;
|
|
1993
|
-
includeRisingTalent: string | null;
|
|
1994
2019
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
1995
2020
|
englishLevel: string | null;
|
|
1996
2021
|
minimumEarnings: number | null;
|
|
1997
2022
|
jobSuccessScore: string | null;
|
|
2023
|
+
includeRisingTalent: string | null;
|
|
1998
2024
|
} | null;
|
|
1999
|
-
|
|
2000
|
-
uid: string | null;
|
|
2001
|
-
occupation: string | null;
|
|
2002
|
-
jobUrl: string | null;
|
|
2003
|
-
skills: {
|
|
2004
|
-
name: string;
|
|
2005
|
-
}[] | null;
|
|
2006
|
-
descriptionLength: number | null;
|
|
2007
|
-
connectsRequired: number | null;
|
|
2008
|
-
projectType: string | null;
|
|
2025
|
+
isFeatured: boolean | null;
|
|
2009
2026
|
clientReviews: {
|
|
2010
|
-
paymentType: string | null;
|
|
2011
2027
|
hourlyRate: number | null;
|
|
2012
2028
|
jobTitle: string | null;
|
|
2029
|
+
paymentType: string | null;
|
|
2030
|
+
fixedPrice: number | null;
|
|
2013
2031
|
freelancerName: string | null;
|
|
2014
2032
|
freelancerRating: number | null;
|
|
2015
2033
|
freelancerFeedback: string | null;
|
|
2016
2034
|
clientFeedback: string | null;
|
|
2017
2035
|
clientFeedbackRating: number | null;
|
|
2018
2036
|
dateRange: string | null;
|
|
2019
|
-
fixedPrice: number | null;
|
|
2020
2037
|
numHours: number | null;
|
|
2021
2038
|
totalBilled: number | null;
|
|
2022
2039
|
}[] | null;
|
|
@@ -2026,8 +2043,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2026
2043
|
avg: number | null;
|
|
2027
2044
|
} | null;
|
|
2028
2045
|
jobActivity: {
|
|
2029
|
-
updatedAt: number | null;
|
|
2030
2046
|
unansweredInvites: number | null;
|
|
2047
|
+
updatedAt: number | null;
|
|
2031
2048
|
proposals: {
|
|
2032
2049
|
max: number | null;
|
|
2033
2050
|
min: number | null;
|
|
@@ -2040,25 +2057,21 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2040
2057
|
} | null;
|
|
2041
2058
|
activityUpdates: 2 | 1 | 3 | null;
|
|
2042
2059
|
scrapedAt: number | null;
|
|
2043
|
-
biddingDelayInMinutes: number | null;
|
|
2044
|
-
specialisedProfile: string | null;
|
|
2045
|
-
jobId: string;
|
|
2046
2060
|
suitabilityRating: number | null;
|
|
2047
2061
|
suitabilityReason: string | null;
|
|
2048
2062
|
proposal: string | null;
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
question: string;
|
|
2052
|
-
}[] | null;
|
|
2053
|
-
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
2054
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
2063
|
+
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
2064
|
+
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
2055
2065
|
biddingAmount: number | null;
|
|
2056
2066
|
boosted: boolean | null;
|
|
2057
2067
|
boostingAmount: number | null;
|
|
2058
2068
|
boostedForPlace: number | null;
|
|
2069
|
+
specialisedProfile: string | null;
|
|
2059
2070
|
biddedAt: number | null;
|
|
2060
2071
|
biddingTaskScheduled: boolean | null;
|
|
2061
2072
|
scheduledBiddingTime: number | null;
|
|
2073
|
+
inQueue: boolean | null;
|
|
2074
|
+
biddingDelayInMinutes: number | null;
|
|
2062
2075
|
checkFeedbackStatusCreatedAt: number | null;
|
|
2063
2076
|
biddingScheduledAt: number | null;
|
|
2064
2077
|
feedbackCheckTaskId: string | null;
|
|
@@ -2066,9 +2079,9 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2066
2079
|
rejectedFeedback: string | null;
|
|
2067
2080
|
applicationId: string | null;
|
|
2068
2081
|
leadBiddingConfig: {
|
|
2069
|
-
appliedFromQueue: boolean | null;
|
|
2070
2082
|
biddingDelayInMinutes: number | null;
|
|
2071
|
-
|
|
2083
|
+
appliedFromQueue: boolean | null;
|
|
2084
|
+
bidWithWarning: "bid" | "skip";
|
|
2072
2085
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
2073
2086
|
biddingHourlyRatePercentage: number | null;
|
|
2074
2087
|
biddingFixedHourlyRate: number | null;
|
|
@@ -2078,7 +2091,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2078
2091
|
maximumBoost: number | null;
|
|
2079
2092
|
minBoost: number | null;
|
|
2080
2093
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
2081
|
-
alreadyHiredAction: "
|
|
2094
|
+
alreadyHiredAction: "bid" | "skip";
|
|
2082
2095
|
bidConfig: {
|
|
2083
2096
|
contractorName: string | null;
|
|
2084
2097
|
agencyName: string | null;
|
|
@@ -2086,9 +2099,11 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2086
2099
|
};
|
|
2087
2100
|
} | null;
|
|
2088
2101
|
statusSynced: boolean | null;
|
|
2102
|
+
proposalId?: string | undefined;
|
|
2103
|
+
wonAmount?: number | undefined;
|
|
2089
2104
|
activity?: Partial<Record<"4h" | "24h", {
|
|
2090
|
-
updatedAt: number | null;
|
|
2091
2105
|
unansweredInvites: number | null;
|
|
2106
|
+
updatedAt: number | null;
|
|
2092
2107
|
proposals: {
|
|
2093
2108
|
max: number | null;
|
|
2094
2109
|
min: number | null;
|
|
@@ -2106,8 +2121,6 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2106
2121
|
interviewing: number;
|
|
2107
2122
|
invitesSent: number;
|
|
2108
2123
|
} | null | undefined;
|
|
2109
|
-
proposalId?: string | undefined;
|
|
2110
|
-
wonAmount?: number | undefined;
|
|
2111
2124
|
}>;
|
|
2112
2125
|
bidder: z.ZodObject<{
|
|
2113
2126
|
id: z.ZodString;
|
|
@@ -2163,9 +2176,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2163
2176
|
id: string;
|
|
2164
2177
|
name: string | null;
|
|
2165
2178
|
email: string;
|
|
2166
|
-
region: "
|
|
2167
|
-
createdAt: number;
|
|
2168
|
-
updatedAt: number;
|
|
2179
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All";
|
|
2169
2180
|
password: string;
|
|
2170
2181
|
provider: "user-provided" | "lancer-provided";
|
|
2171
2182
|
isConnecting: boolean | null;
|
|
@@ -2185,15 +2196,15 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2185
2196
|
}[];
|
|
2186
2197
|
}[] | null;
|
|
2187
2198
|
instanceId: string | null;
|
|
2199
|
+
createdAt: number;
|
|
2200
|
+
updatedAt: number;
|
|
2188
2201
|
googleOauthTokens?: any;
|
|
2189
2202
|
isProtected?: boolean | undefined;
|
|
2190
2203
|
}, {
|
|
2191
2204
|
id: string;
|
|
2192
2205
|
name: string | null;
|
|
2193
2206
|
email: string;
|
|
2194
|
-
region: "
|
|
2195
|
-
createdAt: number;
|
|
2196
|
-
updatedAt: number;
|
|
2207
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All";
|
|
2197
2208
|
password: string;
|
|
2198
2209
|
provider: "user-provided" | "lancer-provided";
|
|
2199
2210
|
isConnecting: boolean | null;
|
|
@@ -2213,6 +2224,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2213
2224
|
}[];
|
|
2214
2225
|
}[] | null;
|
|
2215
2226
|
instanceId: string | null;
|
|
2227
|
+
createdAt: number;
|
|
2228
|
+
updatedAt: number;
|
|
2216
2229
|
googleOauthTokens?: any;
|
|
2217
2230
|
isProtected?: boolean | undefined;
|
|
2218
2231
|
}>;
|
|
@@ -2224,18 +2237,28 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2224
2237
|
active: boolean;
|
|
2225
2238
|
name: string;
|
|
2226
2239
|
billing: {
|
|
2227
|
-
savedCard: boolean;
|
|
2228
2240
|
stripe: {
|
|
2229
2241
|
customer: {
|
|
2230
2242
|
id: string | null;
|
|
2231
2243
|
};
|
|
2232
2244
|
};
|
|
2245
|
+
savedCard: boolean;
|
|
2233
2246
|
} | null;
|
|
2247
|
+
createdAt: number;
|
|
2248
|
+
updatedAt: number;
|
|
2249
|
+
limits: {
|
|
2250
|
+
monthlyCredits: number;
|
|
2251
|
+
usedCredits: number;
|
|
2252
|
+
extraCredits: number;
|
|
2253
|
+
};
|
|
2234
2254
|
associatedBidders: string[] | null;
|
|
2235
2255
|
subscription: {
|
|
2236
2256
|
source: "manual" | "stripe";
|
|
2237
2257
|
status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
|
|
2238
2258
|
planId: string;
|
|
2259
|
+
pendingPlanId: string | null;
|
|
2260
|
+
startedAt: number;
|
|
2261
|
+
currentPeriodEnd: number;
|
|
2239
2262
|
stripe: {
|
|
2240
2263
|
id: string;
|
|
2241
2264
|
items: {
|
|
@@ -2249,31 +2272,24 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2249
2272
|
hosted_invoice_url: string | null;
|
|
2250
2273
|
};
|
|
2251
2274
|
};
|
|
2252
|
-
pendingPlanId: string | null;
|
|
2253
|
-
startedAt: number;
|
|
2254
|
-
currentPeriodEnd: number;
|
|
2255
2275
|
usage: Partial<Record<"suitabilityComplete" | "proposalComplete" | "biddingComplete", number>>;
|
|
2256
2276
|
trialEndsAt: number | null;
|
|
2257
|
-
billingInterval: "monthly" | "quarterly" | "yearly";
|
|
2277
|
+
billingInterval: "monthly" | "quarterly" | "yearly" | null;
|
|
2278
|
+
hasUsBidderAccess: boolean | null;
|
|
2279
|
+
usBidderSubscriptionItemId: string | null;
|
|
2258
2280
|
} | null;
|
|
2259
|
-
limits: {
|
|
2260
|
-
monthlyCredits: number;
|
|
2261
|
-
usedCredits: number;
|
|
2262
|
-
extraCredits: number;
|
|
2263
|
-
};
|
|
2264
2281
|
lastBidTime: number | null;
|
|
2265
2282
|
nextScheduledBidTime: number | null;
|
|
2266
|
-
createdAt: number;
|
|
2267
|
-
updatedAt: number;
|
|
2268
2283
|
openRouterApiKey: string | null;
|
|
2269
2284
|
nextProposalStatusSyncTime: number | null;
|
|
2270
|
-
|
|
2285
|
+
insufficientConnectsAction: "buy_more_connects" | "pause_campaigns" | null;
|
|
2286
|
+
usBidderAccountSubscription?: {
|
|
2271
2287
|
usBidderAccountPayment?: {
|
|
2272
2288
|
status: string;
|
|
2273
2289
|
error?: string | undefined;
|
|
2274
2290
|
currency?: string | undefined;
|
|
2275
|
-
paidAt?: number | undefined;
|
|
2276
2291
|
amount?: number | undefined;
|
|
2292
|
+
paidAt?: number | undefined;
|
|
2277
2293
|
paymentIntentId?: string | undefined;
|
|
2278
2294
|
} | undefined;
|
|
2279
2295
|
} | undefined;
|
|
@@ -2285,74 +2301,78 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2285
2301
|
metadata: {
|
|
2286
2302
|
hours: string | null;
|
|
2287
2303
|
duration: string | null;
|
|
2288
|
-
paymentType: string | null;
|
|
2289
|
-
experienceLevel: string | null;
|
|
2290
2304
|
hourlyRate: {
|
|
2291
2305
|
max: number | null;
|
|
2292
2306
|
min: number | null;
|
|
2293
2307
|
} | null;
|
|
2308
|
+
experienceLevel: string | null;
|
|
2309
|
+
paymentType: string | null;
|
|
2294
2310
|
fixedPrice: number | null;
|
|
2295
2311
|
} | null;
|
|
2296
2312
|
description: string | null;
|
|
2297
|
-
region: "
|
|
2313
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
2298
2314
|
datetime: number | null;
|
|
2299
|
-
campaignId: string;
|
|
2300
2315
|
organizationId: string;
|
|
2301
|
-
|
|
2316
|
+
campaignId: string;
|
|
2317
|
+
category: string | null;
|
|
2318
|
+
uid: string | null;
|
|
2319
|
+
questions: string[] | null;
|
|
2320
|
+
occupation: string | null;
|
|
2302
2321
|
createdAt: number | null;
|
|
2303
2322
|
updatedAt: number | null;
|
|
2304
|
-
|
|
2323
|
+
questionAnswerPairs: {
|
|
2324
|
+
answer: string;
|
|
2325
|
+
question: string;
|
|
2326
|
+
}[] | null;
|
|
2327
|
+
jobId: string;
|
|
2328
|
+
skills: {
|
|
2329
|
+
name: string;
|
|
2330
|
+
}[] | null;
|
|
2331
|
+
descriptionLength: number | null;
|
|
2332
|
+
connectsRequired: number | null;
|
|
2333
|
+
projectType: string | null;
|
|
2305
2334
|
projectDuration: string | null;
|
|
2306
|
-
|
|
2335
|
+
jobUrl: string | null;
|
|
2307
2336
|
clientInfo: {
|
|
2308
2337
|
country: string | null;
|
|
2309
2338
|
region: string | null;
|
|
2310
|
-
isPaymentVerified: boolean | null;
|
|
2311
|
-
isPhoneVerified: boolean | null;
|
|
2312
|
-
enterpriseClient: boolean | null;
|
|
2313
|
-
companySize: string | null;
|
|
2314
2339
|
openJobs: number | null;
|
|
2315
|
-
|
|
2340
|
+
isPhoneVerified: boolean | null;
|
|
2341
|
+
isPaymentVerified: boolean | null;
|
|
2316
2342
|
numberOfReviews: number | null;
|
|
2317
2343
|
rating: number | null;
|
|
2318
2344
|
jobsPosted: number | null;
|
|
2345
|
+
totalSpent: number | null;
|
|
2319
2346
|
numberOfHires: number | null;
|
|
2320
2347
|
activeEngagements: number | null;
|
|
2321
2348
|
hireRate: number | null;
|
|
2322
2349
|
memberSince: string | null;
|
|
2323
2350
|
companyIndustry: string | null;
|
|
2351
|
+
companySize: string | null;
|
|
2352
|
+
enterpriseClient: boolean | null;
|
|
2324
2353
|
avgHourlyRatePaid: number | null;
|
|
2325
2354
|
companyId: string | null;
|
|
2326
2355
|
} | null;
|
|
2327
2356
|
vendorQualifications: {
|
|
2328
2357
|
location: string | null;
|
|
2329
|
-
includeRisingTalent: string | null;
|
|
2330
2358
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
2331
2359
|
englishLevel: string | null;
|
|
2332
2360
|
minimumEarnings: number | null;
|
|
2333
2361
|
jobSuccessScore: string | null;
|
|
2362
|
+
includeRisingTalent: string | null;
|
|
2334
2363
|
} | null;
|
|
2335
|
-
|
|
2336
|
-
uid: string | null;
|
|
2337
|
-
occupation: string | null;
|
|
2338
|
-
jobUrl: string | null;
|
|
2339
|
-
skills: {
|
|
2340
|
-
name: string;
|
|
2341
|
-
}[] | null;
|
|
2342
|
-
descriptionLength: number | null;
|
|
2343
|
-
connectsRequired: number | null;
|
|
2344
|
-
projectType: string | null;
|
|
2364
|
+
isFeatured: boolean | null;
|
|
2345
2365
|
clientReviews: {
|
|
2346
|
-
paymentType: string | null;
|
|
2347
2366
|
hourlyRate: number | null;
|
|
2348
2367
|
jobTitle: string | null;
|
|
2368
|
+
paymentType: string | null;
|
|
2369
|
+
fixedPrice: number | null;
|
|
2349
2370
|
freelancerName: string | null;
|
|
2350
2371
|
freelancerRating: number | null;
|
|
2351
2372
|
freelancerFeedback: string | null;
|
|
2352
2373
|
clientFeedback: string | null;
|
|
2353
2374
|
clientFeedbackRating: number | null;
|
|
2354
2375
|
dateRange: string | null;
|
|
2355
|
-
fixedPrice: number | null;
|
|
2356
2376
|
numHours: number | null;
|
|
2357
2377
|
totalBilled: number | null;
|
|
2358
2378
|
}[] | null;
|
|
@@ -2362,8 +2382,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2362
2382
|
avg: number | null;
|
|
2363
2383
|
} | null;
|
|
2364
2384
|
jobActivity: {
|
|
2365
|
-
updatedAt: number | null;
|
|
2366
2385
|
unansweredInvites: number | null;
|
|
2386
|
+
updatedAt: number | null;
|
|
2367
2387
|
proposals: {
|
|
2368
2388
|
max: number | null;
|
|
2369
2389
|
min: number | null;
|
|
@@ -2376,25 +2396,21 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2376
2396
|
} | null;
|
|
2377
2397
|
activityUpdates: 2 | 1 | 3 | null;
|
|
2378
2398
|
scrapedAt: number | null;
|
|
2379
|
-
biddingDelayInMinutes: number | null;
|
|
2380
|
-
specialisedProfile: string | null;
|
|
2381
|
-
jobId: string;
|
|
2382
2399
|
suitabilityRating: number | null;
|
|
2383
2400
|
suitabilityReason: string | null;
|
|
2384
2401
|
proposal: string | null;
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
question: string;
|
|
2388
|
-
}[] | null;
|
|
2389
|
-
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
2390
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
2402
|
+
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
2403
|
+
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
2391
2404
|
biddingAmount: number | null;
|
|
2392
2405
|
boosted: boolean | null;
|
|
2393
2406
|
boostingAmount: number | null;
|
|
2394
2407
|
boostedForPlace: number | null;
|
|
2408
|
+
specialisedProfile: string | null;
|
|
2395
2409
|
biddedAt: number | null;
|
|
2396
2410
|
biddingTaskScheduled: boolean | null;
|
|
2397
2411
|
scheduledBiddingTime: number | null;
|
|
2412
|
+
inQueue: boolean | null;
|
|
2413
|
+
biddingDelayInMinutes: number | null;
|
|
2398
2414
|
checkFeedbackStatusCreatedAt: number | null;
|
|
2399
2415
|
biddingScheduledAt: number | null;
|
|
2400
2416
|
feedbackCheckTaskId: string | null;
|
|
@@ -2402,9 +2418,9 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2402
2418
|
rejectedFeedback: string | null;
|
|
2403
2419
|
applicationId: string | null;
|
|
2404
2420
|
leadBiddingConfig: {
|
|
2405
|
-
appliedFromQueue: boolean | null;
|
|
2406
2421
|
biddingDelayInMinutes: number | null;
|
|
2407
|
-
|
|
2422
|
+
appliedFromQueue: boolean | null;
|
|
2423
|
+
bidWithWarning: "bid" | "skip";
|
|
2408
2424
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
2409
2425
|
biddingHourlyRatePercentage: number | null;
|
|
2410
2426
|
biddingFixedHourlyRate: number | null;
|
|
@@ -2414,7 +2430,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2414
2430
|
maximumBoost: number | null;
|
|
2415
2431
|
minBoost: number | null;
|
|
2416
2432
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
2417
|
-
alreadyHiredAction: "
|
|
2433
|
+
alreadyHiredAction: "bid" | "skip";
|
|
2418
2434
|
bidConfig: {
|
|
2419
2435
|
contractorName: string | null;
|
|
2420
2436
|
agencyName: string | null;
|
|
@@ -2422,9 +2438,11 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2422
2438
|
};
|
|
2423
2439
|
} | null;
|
|
2424
2440
|
statusSynced: boolean | null;
|
|
2441
|
+
proposalId?: string | undefined;
|
|
2442
|
+
wonAmount?: number | undefined;
|
|
2425
2443
|
activity?: Partial<Record<"4h" | "24h", {
|
|
2426
|
-
updatedAt: number | null;
|
|
2427
2444
|
unansweredInvites: number | null;
|
|
2445
|
+
updatedAt: number | null;
|
|
2428
2446
|
proposals: {
|
|
2429
2447
|
max: number | null;
|
|
2430
2448
|
min: number | null;
|
|
@@ -2442,22 +2460,16 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2442
2460
|
interviewing: number;
|
|
2443
2461
|
invitesSent: number;
|
|
2444
2462
|
} | null | undefined;
|
|
2445
|
-
proposalId?: string | undefined;
|
|
2446
|
-
wonAmount?: number | undefined;
|
|
2447
2463
|
};
|
|
2448
2464
|
campaign: {
|
|
2449
2465
|
id: string;
|
|
2450
2466
|
priority: number | null;
|
|
2451
2467
|
name: string;
|
|
2452
|
-
limits: {
|
|
2453
|
-
enabled: boolean;
|
|
2454
|
-
maxDailyProposalsSent: number;
|
|
2455
|
-
windowAnchorAt: number | null;
|
|
2456
|
-
};
|
|
2457
2468
|
createdAt: number;
|
|
2458
2469
|
updatedAt: number;
|
|
2470
|
+
coverLetterTemplateId: string | null;
|
|
2459
2471
|
biddingDelayInMinutes: number;
|
|
2460
|
-
bidWithWarning: "
|
|
2472
|
+
bidWithWarning: "bid" | "skip";
|
|
2461
2473
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
2462
2474
|
biddingHourlyRatePercentage: number | null;
|
|
2463
2475
|
biddingFixedHourlyRate: number | null;
|
|
@@ -2467,42 +2479,24 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2467
2479
|
maximumBoost: number | null;
|
|
2468
2480
|
minBoost: number | null;
|
|
2469
2481
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
2470
|
-
alreadyHiredAction: "
|
|
2482
|
+
alreadyHiredAction: "bid" | "skip";
|
|
2471
2483
|
bidConfig: {
|
|
2472
2484
|
contractorName: string | null;
|
|
2473
2485
|
agencyName: string | null;
|
|
2474
2486
|
specialisedProfile: string | null;
|
|
2475
2487
|
bidderId: string | null;
|
|
2476
2488
|
} | null;
|
|
2477
|
-
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "alreadyHired" | "won", number>> | null;
|
|
2478
2489
|
filters: {
|
|
2479
|
-
|
|
2480
|
-
includes: string | null;
|
|
2481
|
-
excludes: string | null;
|
|
2482
|
-
} | null;
|
|
2483
|
-
searchQuery: string | null;
|
|
2484
|
-
isFeatured: "false" | "all" | "true" | null;
|
|
2485
|
-
regions: ("Worldwide" | "USOnly" | "UKOnly" | "All")[] | null;
|
|
2486
|
-
categories: {
|
|
2487
|
-
includes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
2488
|
-
excludes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
2489
|
-
} | null;
|
|
2490
|
-
payment: {
|
|
2491
|
-
paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
|
|
2492
|
-
minFixedPrice: number | null;
|
|
2493
|
-
maxFixedPrice: number | null;
|
|
2494
|
-
minHourlyRate: number | null;
|
|
2495
|
-
maxHourlyRate: number | null;
|
|
2496
|
-
} | null;
|
|
2497
|
-
projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
|
|
2498
|
-
experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
|
|
2490
|
+
regions: ("USOnly" | "UKOnly" | "Worldwide" | "All")[] | null;
|
|
2499
2491
|
questions: {
|
|
2500
2492
|
hasQuestions: ("all" | "yes" | "no")[];
|
|
2501
2493
|
} | null;
|
|
2502
|
-
|
|
2494
|
+
projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
|
|
2495
|
+
experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
|
|
2503
2496
|
clientInfo: {
|
|
2504
|
-
isPaymentVerified: "false" | "all" | "true";
|
|
2505
2497
|
isPhoneVerified: "false" | "all" | "true";
|
|
2498
|
+
isPaymentVerified: "false" | "all" | "true";
|
|
2499
|
+
companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
|
|
2506
2500
|
enterpriseClient: "false" | "all" | "true";
|
|
2507
2501
|
clientLocationIncludes: string[] | null;
|
|
2508
2502
|
clientLocationExcludes: string[] | null;
|
|
@@ -2513,7 +2507,6 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2513
2507
|
minHireRate: number | null;
|
|
2514
2508
|
maxHireRate: number | null;
|
|
2515
2509
|
clientIndustry: ("Engineering & Architecture" | "Legal" | "Sales & Marketing" | "Aerospace" | "Agriculture & Forestry" | "Art & Design" | "Automotive" | "Aviation" | "Education" | "Energy & Utilities" | "Fashion & Beauty" | "Finance & Accounting" | "Food & Beverage" | "Government & Public Sector" | "Health & Fitness" | "HR & Business Services" | "Manufacturing & Construction" | "Media & Entertainment" | "Military & Defense" | "Mining" | "Real Estate" | "Retail & Consumer Goods" | "Science & Medicine" | "Sports & Recreation" | "Supply Chain & Logistics" | "Tech & IT" | "Transportation & Warehousing" | "Travel & Hospitality")[] | null;
|
|
2516
|
-
companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
|
|
2517
2510
|
minJobsPosted: number | null;
|
|
2518
2511
|
minAvgHourlyRate: number | null;
|
|
2519
2512
|
maxAvgHourlyRate: number | null;
|
|
@@ -2521,24 +2514,42 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2521
2514
|
memberSinceFrom: string | null;
|
|
2522
2515
|
memberSinceTo: string | null;
|
|
2523
2516
|
} | null;
|
|
2524
|
-
includeClientsWithZeroReviews: boolean | null;
|
|
2525
|
-
includeClientsWithLessThanXPostedJobs: number | null;
|
|
2526
|
-
totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
2527
|
-
averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
2528
2517
|
vendorQualifications: {
|
|
2518
|
+
includeRisingTalent: string | null;
|
|
2529
2519
|
locationIncludes: string[] | null;
|
|
2530
2520
|
locationExcludes: string[] | null;
|
|
2531
2521
|
talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
|
|
2532
2522
|
englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
|
|
2533
|
-
includeRisingTalent: string | null;
|
|
2534
2523
|
requiredEarnings: 100 | 1000 | 10000 | null;
|
|
2535
2524
|
requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
|
|
2536
2525
|
} | null;
|
|
2526
|
+
isFeatured: "false" | "all" | "true" | null;
|
|
2527
|
+
keywords: {
|
|
2528
|
+
includes: string | null;
|
|
2529
|
+
excludes: string | null;
|
|
2530
|
+
} | null;
|
|
2531
|
+
searchQuery: string | null;
|
|
2532
|
+
categories: {
|
|
2533
|
+
includes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
2534
|
+
excludes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
2535
|
+
} | null;
|
|
2536
|
+
payment: {
|
|
2537
|
+
paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
|
|
2538
|
+
minFixedPrice: number | null;
|
|
2539
|
+
maxFixedPrice: number | null;
|
|
2540
|
+
minHourlyRate: number | null;
|
|
2541
|
+
maxHourlyRate: number | null;
|
|
2542
|
+
} | null;
|
|
2543
|
+
engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
|
|
2544
|
+
includeClientsWithZeroReviews: boolean | null;
|
|
2545
|
+
includeClientsWithLessThanXPostedJobs: number | null;
|
|
2546
|
+
totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
2547
|
+
averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
2537
2548
|
};
|
|
2538
|
-
coverLetterTemplateId: string | null;
|
|
2539
2549
|
confirmedBillingAt: number | null;
|
|
2540
2550
|
monthlyBudget: number | null;
|
|
2541
2551
|
boostingThreshold: number | null;
|
|
2552
|
+
leadCounts: Partial<Record<"rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won", number>> | null;
|
|
2542
2553
|
expenses: {
|
|
2543
2554
|
biddingAmount: number;
|
|
2544
2555
|
boosted: number;
|
|
@@ -2554,6 +2565,11 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2554
2565
|
} | null;
|
|
2555
2566
|
organizationProfileId: string | null;
|
|
2556
2567
|
lastSyncedProposalsAt: number | null;
|
|
2568
|
+
limits: {
|
|
2569
|
+
enabled: boolean;
|
|
2570
|
+
maxDailyProposalsSent: number;
|
|
2571
|
+
windowAnchorAt: number | null;
|
|
2572
|
+
};
|
|
2557
2573
|
workTime: {
|
|
2558
2574
|
days: ("monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | "sunday")[];
|
|
2559
2575
|
enabled: boolean;
|
|
@@ -2569,9 +2585,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2569
2585
|
id: string;
|
|
2570
2586
|
name: string | null;
|
|
2571
2587
|
email: string;
|
|
2572
|
-
region: "
|
|
2573
|
-
createdAt: number;
|
|
2574
|
-
updatedAt: number;
|
|
2588
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All";
|
|
2575
2589
|
password: string;
|
|
2576
2590
|
provider: "user-provided" | "lancer-provided";
|
|
2577
2591
|
isConnecting: boolean | null;
|
|
@@ -2591,6 +2605,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2591
2605
|
}[];
|
|
2592
2606
|
}[] | null;
|
|
2593
2607
|
instanceId: string | null;
|
|
2608
|
+
createdAt: number;
|
|
2609
|
+
updatedAt: number;
|
|
2594
2610
|
googleOauthTokens?: any;
|
|
2595
2611
|
isProtected?: boolean | undefined;
|
|
2596
2612
|
};
|
|
@@ -2602,18 +2618,28 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2602
2618
|
active: boolean;
|
|
2603
2619
|
name: string;
|
|
2604
2620
|
billing: {
|
|
2605
|
-
savedCard: boolean;
|
|
2606
2621
|
stripe: {
|
|
2607
2622
|
customer: {
|
|
2608
2623
|
id: string | null;
|
|
2609
2624
|
};
|
|
2610
2625
|
};
|
|
2626
|
+
savedCard: boolean;
|
|
2611
2627
|
} | null;
|
|
2628
|
+
createdAt: number;
|
|
2629
|
+
updatedAt: number;
|
|
2630
|
+
limits: {
|
|
2631
|
+
monthlyCredits: number;
|
|
2632
|
+
usedCredits: number;
|
|
2633
|
+
extraCredits: number;
|
|
2634
|
+
};
|
|
2612
2635
|
associatedBidders: string[] | null;
|
|
2613
2636
|
subscription: {
|
|
2614
2637
|
source: "manual" | "stripe";
|
|
2615
2638
|
status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
|
|
2616
2639
|
planId: string;
|
|
2640
|
+
pendingPlanId: string | null;
|
|
2641
|
+
startedAt: number;
|
|
2642
|
+
currentPeriodEnd: number;
|
|
2617
2643
|
stripe: {
|
|
2618
2644
|
id: string;
|
|
2619
2645
|
items: {
|
|
@@ -2627,31 +2653,24 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2627
2653
|
hosted_invoice_url: string | null;
|
|
2628
2654
|
};
|
|
2629
2655
|
};
|
|
2630
|
-
pendingPlanId: string | null;
|
|
2631
|
-
startedAt: number;
|
|
2632
|
-
currentPeriodEnd: number;
|
|
2633
2656
|
usage: Partial<Record<"suitabilityComplete" | "proposalComplete" | "biddingComplete", number>>;
|
|
2634
2657
|
trialEndsAt: number | null;
|
|
2635
|
-
billingInterval: "monthly" | "quarterly" | "yearly";
|
|
2658
|
+
billingInterval: "monthly" | "quarterly" | "yearly" | null;
|
|
2659
|
+
hasUsBidderAccess: boolean | null;
|
|
2660
|
+
usBidderSubscriptionItemId: string | null;
|
|
2636
2661
|
} | null;
|
|
2637
|
-
limits: {
|
|
2638
|
-
monthlyCredits: number;
|
|
2639
|
-
usedCredits: number;
|
|
2640
|
-
extraCredits: number;
|
|
2641
|
-
};
|
|
2642
2662
|
lastBidTime: number | null;
|
|
2643
2663
|
nextScheduledBidTime: number | null;
|
|
2644
|
-
createdAt: number;
|
|
2645
|
-
updatedAt: number;
|
|
2646
2664
|
openRouterApiKey: string | null;
|
|
2647
2665
|
nextProposalStatusSyncTime: number | null;
|
|
2648
|
-
|
|
2666
|
+
insufficientConnectsAction: "buy_more_connects" | "pause_campaigns" | null;
|
|
2667
|
+
usBidderAccountSubscription?: {
|
|
2649
2668
|
usBidderAccountPayment?: {
|
|
2650
2669
|
status: string;
|
|
2651
2670
|
error?: string | undefined;
|
|
2652
2671
|
currency?: string | undefined;
|
|
2653
|
-
paidAt?: number | undefined;
|
|
2654
2672
|
amount?: number | undefined;
|
|
2673
|
+
paidAt?: number | undefined;
|
|
2655
2674
|
paymentIntentId?: string | undefined;
|
|
2656
2675
|
} | undefined;
|
|
2657
2676
|
} | undefined;
|
|
@@ -2663,74 +2682,78 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2663
2682
|
metadata: {
|
|
2664
2683
|
hours: string | null;
|
|
2665
2684
|
duration: string | null;
|
|
2666
|
-
paymentType: string | null;
|
|
2667
|
-
experienceLevel: string | null;
|
|
2668
2685
|
hourlyRate: {
|
|
2669
2686
|
max: number | null;
|
|
2670
2687
|
min: number | null;
|
|
2671
2688
|
} | null;
|
|
2689
|
+
experienceLevel: string | null;
|
|
2690
|
+
paymentType: string | null;
|
|
2672
2691
|
fixedPrice: number | null;
|
|
2673
2692
|
} | null;
|
|
2674
2693
|
description: string | null;
|
|
2675
|
-
region: "
|
|
2694
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
2676
2695
|
datetime: number | null;
|
|
2677
|
-
campaignId: string;
|
|
2678
2696
|
organizationId: string;
|
|
2679
|
-
|
|
2697
|
+
campaignId: string;
|
|
2698
|
+
category: string | null;
|
|
2699
|
+
uid: string | null;
|
|
2700
|
+
questions: string[] | null;
|
|
2701
|
+
occupation: string | null;
|
|
2680
2702
|
createdAt: number | null;
|
|
2681
2703
|
updatedAt: number | null;
|
|
2682
|
-
|
|
2704
|
+
questionAnswerPairs: {
|
|
2705
|
+
answer: string;
|
|
2706
|
+
question: string;
|
|
2707
|
+
}[] | null;
|
|
2708
|
+
jobId: string;
|
|
2709
|
+
skills: {
|
|
2710
|
+
name: string;
|
|
2711
|
+
}[] | null;
|
|
2712
|
+
descriptionLength: number | null;
|
|
2713
|
+
connectsRequired: number | null;
|
|
2714
|
+
projectType: string | null;
|
|
2683
2715
|
projectDuration: string | null;
|
|
2684
|
-
|
|
2716
|
+
jobUrl: string | null;
|
|
2685
2717
|
clientInfo: {
|
|
2686
2718
|
country: string | null;
|
|
2687
2719
|
region: string | null;
|
|
2688
|
-
isPaymentVerified: boolean | null;
|
|
2689
|
-
isPhoneVerified: boolean | null;
|
|
2690
|
-
enterpriseClient: boolean | null;
|
|
2691
|
-
companySize: string | null;
|
|
2692
2720
|
openJobs: number | null;
|
|
2693
|
-
|
|
2721
|
+
isPhoneVerified: boolean | null;
|
|
2722
|
+
isPaymentVerified: boolean | null;
|
|
2694
2723
|
numberOfReviews: number | null;
|
|
2695
2724
|
rating: number | null;
|
|
2696
2725
|
jobsPosted: number | null;
|
|
2726
|
+
totalSpent: number | null;
|
|
2697
2727
|
numberOfHires: number | null;
|
|
2698
2728
|
activeEngagements: number | null;
|
|
2699
2729
|
hireRate: number | null;
|
|
2700
2730
|
memberSince: string | null;
|
|
2701
2731
|
companyIndustry: string | null;
|
|
2732
|
+
companySize: string | null;
|
|
2733
|
+
enterpriseClient: boolean | null;
|
|
2702
2734
|
avgHourlyRatePaid: number | null;
|
|
2703
2735
|
companyId: string | null;
|
|
2704
2736
|
} | null;
|
|
2705
2737
|
vendorQualifications: {
|
|
2706
2738
|
location: string | null;
|
|
2707
|
-
includeRisingTalent: string | null;
|
|
2708
2739
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
2709
2740
|
englishLevel: string | null;
|
|
2710
2741
|
minimumEarnings: number | null;
|
|
2711
2742
|
jobSuccessScore: string | null;
|
|
2743
|
+
includeRisingTalent: string | null;
|
|
2712
2744
|
} | null;
|
|
2713
|
-
|
|
2714
|
-
uid: string | null;
|
|
2715
|
-
occupation: string | null;
|
|
2716
|
-
jobUrl: string | null;
|
|
2717
|
-
skills: {
|
|
2718
|
-
name: string;
|
|
2719
|
-
}[] | null;
|
|
2720
|
-
descriptionLength: number | null;
|
|
2721
|
-
connectsRequired: number | null;
|
|
2722
|
-
projectType: string | null;
|
|
2745
|
+
isFeatured: boolean | null;
|
|
2723
2746
|
clientReviews: {
|
|
2724
|
-
paymentType: string | null;
|
|
2725
2747
|
hourlyRate: number | null;
|
|
2726
2748
|
jobTitle: string | null;
|
|
2749
|
+
paymentType: string | null;
|
|
2750
|
+
fixedPrice: number | null;
|
|
2727
2751
|
freelancerName: string | null;
|
|
2728
2752
|
freelancerRating: number | null;
|
|
2729
2753
|
freelancerFeedback: string | null;
|
|
2730
2754
|
clientFeedback: string | null;
|
|
2731
2755
|
clientFeedbackRating: number | null;
|
|
2732
2756
|
dateRange: string | null;
|
|
2733
|
-
fixedPrice: number | null;
|
|
2734
2757
|
numHours: number | null;
|
|
2735
2758
|
totalBilled: number | null;
|
|
2736
2759
|
}[] | null;
|
|
@@ -2740,8 +2763,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2740
2763
|
avg: number | null;
|
|
2741
2764
|
} | null;
|
|
2742
2765
|
jobActivity: {
|
|
2743
|
-
updatedAt: number | null;
|
|
2744
2766
|
unansweredInvites: number | null;
|
|
2767
|
+
updatedAt: number | null;
|
|
2745
2768
|
proposals: {
|
|
2746
2769
|
max: number | null;
|
|
2747
2770
|
min: number | null;
|
|
@@ -2754,25 +2777,21 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2754
2777
|
} | null;
|
|
2755
2778
|
activityUpdates: 2 | 1 | 3 | null;
|
|
2756
2779
|
scrapedAt: number | null;
|
|
2757
|
-
biddingDelayInMinutes: number | null;
|
|
2758
|
-
specialisedProfile: string | null;
|
|
2759
|
-
jobId: string;
|
|
2760
2780
|
suitabilityRating: number | null;
|
|
2761
2781
|
suitabilityReason: string | null;
|
|
2762
2782
|
proposal: string | null;
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
question: string;
|
|
2766
|
-
}[] | null;
|
|
2767
|
-
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
2768
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
2783
|
+
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
2784
|
+
leadStatus: "rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won" | null;
|
|
2769
2785
|
biddingAmount: number | null;
|
|
2770
2786
|
boosted: boolean | null;
|
|
2771
2787
|
boostingAmount: number | null;
|
|
2772
2788
|
boostedForPlace: number | null;
|
|
2789
|
+
specialisedProfile: string | null;
|
|
2773
2790
|
biddedAt: number | null;
|
|
2774
2791
|
biddingTaskScheduled: boolean | null;
|
|
2775
2792
|
scheduledBiddingTime: number | null;
|
|
2793
|
+
inQueue: boolean | null;
|
|
2794
|
+
biddingDelayInMinutes: number | null;
|
|
2776
2795
|
checkFeedbackStatusCreatedAt: number | null;
|
|
2777
2796
|
biddingScheduledAt: number | null;
|
|
2778
2797
|
feedbackCheckTaskId: string | null;
|
|
@@ -2780,9 +2799,9 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2780
2799
|
rejectedFeedback: string | null;
|
|
2781
2800
|
applicationId: string | null;
|
|
2782
2801
|
leadBiddingConfig: {
|
|
2783
|
-
appliedFromQueue: boolean | null;
|
|
2784
2802
|
biddingDelayInMinutes: number | null;
|
|
2785
|
-
|
|
2803
|
+
appliedFromQueue: boolean | null;
|
|
2804
|
+
bidWithWarning: "bid" | "skip";
|
|
2786
2805
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
2787
2806
|
biddingHourlyRatePercentage: number | null;
|
|
2788
2807
|
biddingFixedHourlyRate: number | null;
|
|
@@ -2792,7 +2811,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2792
2811
|
maximumBoost: number | null;
|
|
2793
2812
|
minBoost: number | null;
|
|
2794
2813
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
2795
|
-
alreadyHiredAction: "
|
|
2814
|
+
alreadyHiredAction: "bid" | "skip";
|
|
2796
2815
|
bidConfig: {
|
|
2797
2816
|
contractorName: string | null;
|
|
2798
2817
|
agencyName: string | null;
|
|
@@ -2800,9 +2819,11 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2800
2819
|
};
|
|
2801
2820
|
} | null;
|
|
2802
2821
|
statusSynced: boolean | null;
|
|
2822
|
+
proposalId?: string | undefined;
|
|
2823
|
+
wonAmount?: number | undefined;
|
|
2803
2824
|
activity?: Partial<Record<"4h" | "24h", {
|
|
2804
|
-
updatedAt: number | null;
|
|
2805
2825
|
unansweredInvites: number | null;
|
|
2826
|
+
updatedAt: number | null;
|
|
2806
2827
|
proposals: {
|
|
2807
2828
|
max: number | null;
|
|
2808
2829
|
min: number | null;
|
|
@@ -2820,61 +2841,37 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2820
2841
|
interviewing: number;
|
|
2821
2842
|
invitesSent: number;
|
|
2822
2843
|
} | null | undefined;
|
|
2823
|
-
proposalId?: string | undefined;
|
|
2824
|
-
wonAmount?: number | undefined;
|
|
2825
2844
|
};
|
|
2826
2845
|
campaign: {
|
|
2827
2846
|
id: string;
|
|
2828
2847
|
priority: number | null;
|
|
2829
2848
|
name: string;
|
|
2830
|
-
limits: {
|
|
2831
|
-
enabled: boolean;
|
|
2832
|
-
maxDailyProposalsSent: number;
|
|
2833
|
-
windowAnchorAt: number | null;
|
|
2834
|
-
};
|
|
2835
2849
|
createdAt: number;
|
|
2836
2850
|
updatedAt: number;
|
|
2837
|
-
|
|
2851
|
+
coverLetterTemplateId: string | null;
|
|
2852
|
+
bidWithWarning: "bid" | "skip";
|
|
2838
2853
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
2839
2854
|
biddingHourlyRatePercentage: number | null;
|
|
2840
2855
|
biddingFixedHourlyRate: number | null;
|
|
2841
2856
|
boostDownToNthPlace: number | null;
|
|
2842
2857
|
connectsAbovePrevious: number | null;
|
|
2843
2858
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
2844
|
-
alreadyHiredAction: "
|
|
2859
|
+
alreadyHiredAction: "bid" | "skip";
|
|
2845
2860
|
bidConfig: {
|
|
2846
2861
|
contractorName: string | null;
|
|
2847
2862
|
agencyName: string | null;
|
|
2848
2863
|
specialisedProfile: string | null;
|
|
2849
2864
|
bidderId: string | null;
|
|
2850
2865
|
} | null;
|
|
2851
|
-
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "alreadyHired" | "won", number>> | null;
|
|
2852
2866
|
filters: {
|
|
2853
|
-
|
|
2854
|
-
includes: string | null;
|
|
2855
|
-
excludes: string | null;
|
|
2856
|
-
} | null;
|
|
2857
|
-
searchQuery: string | null;
|
|
2858
|
-
isFeatured: "false" | "all" | "true" | null;
|
|
2859
|
-
regions: ("Worldwide" | "USOnly" | "UKOnly" | "All")[] | null;
|
|
2860
|
-
categories: {
|
|
2861
|
-
includes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
2862
|
-
excludes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
2863
|
-
} | null;
|
|
2864
|
-
payment: {
|
|
2865
|
-
paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
|
|
2866
|
-
minFixedPrice: number | null;
|
|
2867
|
-
maxFixedPrice: number | null;
|
|
2868
|
-
minHourlyRate: number | null;
|
|
2869
|
-
maxHourlyRate: number | null;
|
|
2870
|
-
} | null;
|
|
2871
|
-
projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
|
|
2872
|
-
experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
|
|
2867
|
+
regions: ("USOnly" | "UKOnly" | "Worldwide" | "All")[] | null;
|
|
2873
2868
|
questions: {
|
|
2874
2869
|
hasQuestions: ("all" | "yes" | "no")[];
|
|
2875
2870
|
} | null;
|
|
2876
|
-
|
|
2871
|
+
projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
|
|
2872
|
+
experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
|
|
2877
2873
|
clientInfo: {
|
|
2874
|
+
companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
|
|
2878
2875
|
clientLocationIncludes: string[] | null;
|
|
2879
2876
|
clientLocationExcludes: string[] | null;
|
|
2880
2877
|
minReviewScore: number | null;
|
|
@@ -2884,34 +2881,51 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2884
2881
|
minHireRate: number | null;
|
|
2885
2882
|
maxHireRate: number | null;
|
|
2886
2883
|
clientIndustry: ("Engineering & Architecture" | "Legal" | "Sales & Marketing" | "Aerospace" | "Agriculture & Forestry" | "Art & Design" | "Automotive" | "Aviation" | "Education" | "Energy & Utilities" | "Fashion & Beauty" | "Finance & Accounting" | "Food & Beverage" | "Government & Public Sector" | "Health & Fitness" | "HR & Business Services" | "Manufacturing & Construction" | "Media & Entertainment" | "Military & Defense" | "Mining" | "Real Estate" | "Retail & Consumer Goods" | "Science & Medicine" | "Sports & Recreation" | "Supply Chain & Logistics" | "Tech & IT" | "Transportation & Warehousing" | "Travel & Hospitality")[] | null;
|
|
2887
|
-
companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
|
|
2888
2884
|
minJobsPosted: number | null;
|
|
2889
2885
|
minAvgHourlyRate: number | null;
|
|
2890
2886
|
maxAvgHourlyRate: number | null;
|
|
2891
2887
|
minNumReviews: number | null;
|
|
2892
2888
|
memberSinceFrom: string | null;
|
|
2893
2889
|
memberSinceTo: string | null;
|
|
2894
|
-
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
2895
2890
|
isPhoneVerified?: "false" | "all" | "true" | undefined;
|
|
2891
|
+
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
2896
2892
|
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
2897
2893
|
} | null;
|
|
2898
|
-
includeClientsWithZeroReviews: boolean | null;
|
|
2899
|
-
includeClientsWithLessThanXPostedJobs: number | null;
|
|
2900
|
-
totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
2901
|
-
averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
2902
2894
|
vendorQualifications: {
|
|
2895
|
+
includeRisingTalent: string | null;
|
|
2903
2896
|
locationIncludes: string[] | null;
|
|
2904
2897
|
locationExcludes: string[] | null;
|
|
2905
2898
|
talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
|
|
2906
2899
|
englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
|
|
2907
|
-
includeRisingTalent: string | null;
|
|
2908
2900
|
requiredEarnings: 100 | 1000 | 10000 | null;
|
|
2909
2901
|
requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
|
|
2910
2902
|
} | null;
|
|
2903
|
+
isFeatured: "false" | "all" | "true" | null;
|
|
2904
|
+
keywords: {
|
|
2905
|
+
includes: string | null;
|
|
2906
|
+
excludes: string | null;
|
|
2907
|
+
} | null;
|
|
2908
|
+
searchQuery: string | null;
|
|
2909
|
+
categories: {
|
|
2910
|
+
includes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
2911
|
+
excludes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
2912
|
+
} | null;
|
|
2913
|
+
payment: {
|
|
2914
|
+
paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
|
|
2915
|
+
minFixedPrice: number | null;
|
|
2916
|
+
maxFixedPrice: number | null;
|
|
2917
|
+
minHourlyRate: number | null;
|
|
2918
|
+
maxHourlyRate: number | null;
|
|
2919
|
+
} | null;
|
|
2920
|
+
engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
|
|
2921
|
+
includeClientsWithZeroReviews: boolean | null;
|
|
2922
|
+
includeClientsWithLessThanXPostedJobs: number | null;
|
|
2923
|
+
totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
2924
|
+
averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
2911
2925
|
};
|
|
2912
|
-
coverLetterTemplateId: string | null;
|
|
2913
2926
|
confirmedBillingAt: number | null;
|
|
2914
2927
|
monthlyBudget: number | null;
|
|
2928
|
+
leadCounts: Partial<Record<"rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won", number>> | null;
|
|
2915
2929
|
expenses: {
|
|
2916
2930
|
biddingAmount?: number | undefined;
|
|
2917
2931
|
boosted?: number | undefined;
|
|
@@ -2927,6 +2941,11 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2927
2941
|
} | null;
|
|
2928
2942
|
organizationProfileId: string | null;
|
|
2929
2943
|
lastSyncedProposalsAt: number | null;
|
|
2944
|
+
limits: {
|
|
2945
|
+
enabled: boolean;
|
|
2946
|
+
maxDailyProposalsSent: number;
|
|
2947
|
+
windowAnchorAt: number | null;
|
|
2948
|
+
};
|
|
2930
2949
|
workTime: {
|
|
2931
2950
|
days: ("monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | "sunday")[];
|
|
2932
2951
|
enabled: boolean;
|
|
@@ -2947,9 +2966,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2947
2966
|
id: string;
|
|
2948
2967
|
name: string | null;
|
|
2949
2968
|
email: string;
|
|
2950
|
-
region: "
|
|
2951
|
-
createdAt: number;
|
|
2952
|
-
updatedAt: number;
|
|
2969
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All";
|
|
2953
2970
|
password: string;
|
|
2954
2971
|
provider: "user-provided" | "lancer-provided";
|
|
2955
2972
|
isConnecting: boolean | null;
|
|
@@ -2969,6 +2986,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2969
2986
|
}[];
|
|
2970
2987
|
}[] | null;
|
|
2971
2988
|
instanceId: string | null;
|
|
2989
|
+
createdAt: number;
|
|
2990
|
+
updatedAt: number;
|
|
2972
2991
|
googleOauthTokens?: any;
|
|
2973
2992
|
isProtected?: boolean | undefined;
|
|
2974
2993
|
};
|