lancer-shared 1.2.271 → 1.2.273
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 +78 -4
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +77 -5
- package/dist/bundle.esm.js.map +1 -1
- package/dist/constants/grouped-countries.d.ts +1 -0
- package/dist/constants/index.d.ts +1 -0
- 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 +784 -776
- 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 +66 -62
- package/dist/schemas/organization/organization-leads.d.ts +4 -4
- package/dist/schemas/organization/subscription.d.ts +9 -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 +495 -490
- 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,13 +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
1112
|
hasUsBidderAccess: z.ZodNullable<z.ZodBoolean>;
|
|
1113
1113
|
usBidderSubscriptionItemId: z.ZodNullable<z.ZodString>;
|
|
1114
1114
|
}, "strip", z.ZodTypeAny, {
|
|
1115
1115
|
source: "manual" | "stripe";
|
|
1116
1116
|
status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
|
|
1117
1117
|
planId: string;
|
|
1118
|
+
pendingPlanId: string | null;
|
|
1119
|
+
startedAt: number;
|
|
1120
|
+
currentPeriodEnd: number;
|
|
1118
1121
|
stripe: {
|
|
1119
1122
|
id: string;
|
|
1120
1123
|
items: {
|
|
@@ -1128,18 +1131,18 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1128
1131
|
hosted_invoice_url: string | null;
|
|
1129
1132
|
};
|
|
1130
1133
|
};
|
|
1131
|
-
pendingPlanId: string | null;
|
|
1132
|
-
startedAt: number;
|
|
1133
|
-
currentPeriodEnd: number;
|
|
1134
1134
|
usage: Partial<Record<"suitabilityComplete" | "proposalComplete" | "biddingComplete", number>>;
|
|
1135
1135
|
trialEndsAt: number | null;
|
|
1136
|
-
billingInterval: "monthly" | "quarterly" | "yearly";
|
|
1136
|
+
billingInterval: "monthly" | "quarterly" | "yearly" | null;
|
|
1137
1137
|
hasUsBidderAccess: boolean | null;
|
|
1138
1138
|
usBidderSubscriptionItemId: string | null;
|
|
1139
1139
|
}, {
|
|
1140
1140
|
source: "manual" | "stripe";
|
|
1141
1141
|
status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
|
|
1142
1142
|
planId: string;
|
|
1143
|
+
pendingPlanId: string | null;
|
|
1144
|
+
startedAt: number;
|
|
1145
|
+
currentPeriodEnd: number;
|
|
1143
1146
|
stripe: {
|
|
1144
1147
|
id: string;
|
|
1145
1148
|
items: {
|
|
@@ -1153,12 +1156,9 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1153
1156
|
hosted_invoice_url: string | null;
|
|
1154
1157
|
};
|
|
1155
1158
|
};
|
|
1156
|
-
pendingPlanId: string | null;
|
|
1157
|
-
startedAt: number;
|
|
1158
|
-
currentPeriodEnd: number;
|
|
1159
1159
|
usage: Partial<Record<"suitabilityComplete" | "proposalComplete" | "biddingComplete", number>>;
|
|
1160
1160
|
trialEndsAt: number | null;
|
|
1161
|
-
billingInterval: "monthly" | "quarterly" | "yearly";
|
|
1161
|
+
billingInterval: "monthly" | "quarterly" | "yearly" | null;
|
|
1162
1162
|
hasUsBidderAccess: boolean | null;
|
|
1163
1163
|
usBidderSubscriptionItemId: string | null;
|
|
1164
1164
|
}>>;
|
|
@@ -1196,19 +1196,19 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1196
1196
|
};
|
|
1197
1197
|
}>;
|
|
1198
1198
|
}, "strip", z.ZodTypeAny, {
|
|
1199
|
-
savedCard: boolean;
|
|
1200
1199
|
stripe: {
|
|
1201
1200
|
customer: {
|
|
1202
1201
|
id: string | null;
|
|
1203
1202
|
};
|
|
1204
1203
|
};
|
|
1205
|
-
}, {
|
|
1206
1204
|
savedCard: boolean;
|
|
1205
|
+
}, {
|
|
1207
1206
|
stripe: {
|
|
1208
1207
|
customer: {
|
|
1209
1208
|
id: string | null;
|
|
1210
1209
|
};
|
|
1211
1210
|
};
|
|
1211
|
+
savedCard: boolean;
|
|
1212
1212
|
}>>;
|
|
1213
1213
|
lastBidTime: z.ZodNullable<z.ZodNumber>;
|
|
1214
1214
|
nextScheduledBidTime: z.ZodNullable<z.ZodNumber>;
|
|
@@ -1228,15 +1228,15 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1228
1228
|
status: string;
|
|
1229
1229
|
error?: string | undefined;
|
|
1230
1230
|
currency?: string | undefined;
|
|
1231
|
-
paidAt?: number | undefined;
|
|
1232
1231
|
amount?: number | undefined;
|
|
1232
|
+
paidAt?: number | undefined;
|
|
1233
1233
|
paymentIntentId?: string | undefined;
|
|
1234
1234
|
}, {
|
|
1235
1235
|
status: string;
|
|
1236
1236
|
error?: string | undefined;
|
|
1237
1237
|
currency?: string | undefined;
|
|
1238
|
-
paidAt?: number | undefined;
|
|
1239
1238
|
amount?: number | undefined;
|
|
1239
|
+
paidAt?: number | undefined;
|
|
1240
1240
|
paymentIntentId?: string | undefined;
|
|
1241
1241
|
}>>;
|
|
1242
1242
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1244,8 +1244,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1244
1244
|
status: string;
|
|
1245
1245
|
error?: string | undefined;
|
|
1246
1246
|
currency?: string | undefined;
|
|
1247
|
-
paidAt?: number | undefined;
|
|
1248
1247
|
amount?: number | undefined;
|
|
1248
|
+
paidAt?: number | undefined;
|
|
1249
1249
|
paymentIntentId?: string | undefined;
|
|
1250
1250
|
} | undefined;
|
|
1251
1251
|
}, {
|
|
@@ -1253,29 +1253,40 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1253
1253
|
status: string;
|
|
1254
1254
|
error?: string | undefined;
|
|
1255
1255
|
currency?: string | undefined;
|
|
1256
|
-
paidAt?: number | undefined;
|
|
1257
1256
|
amount?: number | undefined;
|
|
1257
|
+
paidAt?: number | undefined;
|
|
1258
1258
|
paymentIntentId?: string | undefined;
|
|
1259
1259
|
} | undefined;
|
|
1260
1260
|
}>>;
|
|
1261
|
+
insufficientConnectsAction: z.ZodNullable<z.ZodEnum<["buy_more_connects", "pause_campaigns"]>>;
|
|
1261
1262
|
}, "strip", z.ZodTypeAny, {
|
|
1262
1263
|
type: "agency" | "freelancer";
|
|
1263
1264
|
id: string;
|
|
1264
1265
|
active: boolean;
|
|
1265
1266
|
name: string;
|
|
1266
1267
|
billing: {
|
|
1267
|
-
savedCard: boolean;
|
|
1268
1268
|
stripe: {
|
|
1269
1269
|
customer: {
|
|
1270
1270
|
id: string | null;
|
|
1271
1271
|
};
|
|
1272
1272
|
};
|
|
1273
|
+
savedCard: boolean;
|
|
1273
1274
|
} | null;
|
|
1275
|
+
createdAt: number;
|
|
1276
|
+
updatedAt: number;
|
|
1277
|
+
limits: {
|
|
1278
|
+
monthlyCredits: number;
|
|
1279
|
+
usedCredits: number;
|
|
1280
|
+
extraCredits: number;
|
|
1281
|
+
};
|
|
1274
1282
|
associatedBidders: string[] | null;
|
|
1275
1283
|
subscription: {
|
|
1276
1284
|
source: "manual" | "stripe";
|
|
1277
1285
|
status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
|
|
1278
1286
|
planId: string;
|
|
1287
|
+
pendingPlanId: string | null;
|
|
1288
|
+
startedAt: number;
|
|
1289
|
+
currentPeriodEnd: number;
|
|
1279
1290
|
stripe: {
|
|
1280
1291
|
id: string;
|
|
1281
1292
|
items: {
|
|
@@ -1289,33 +1300,24 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1289
1300
|
hosted_invoice_url: string | null;
|
|
1290
1301
|
};
|
|
1291
1302
|
};
|
|
1292
|
-
pendingPlanId: string | null;
|
|
1293
|
-
startedAt: number;
|
|
1294
|
-
currentPeriodEnd: number;
|
|
1295
1303
|
usage: Partial<Record<"suitabilityComplete" | "proposalComplete" | "biddingComplete", number>>;
|
|
1296
1304
|
trialEndsAt: number | null;
|
|
1297
|
-
billingInterval: "monthly" | "quarterly" | "yearly";
|
|
1305
|
+
billingInterval: "monthly" | "quarterly" | "yearly" | null;
|
|
1298
1306
|
hasUsBidderAccess: boolean | null;
|
|
1299
1307
|
usBidderSubscriptionItemId: string | null;
|
|
1300
1308
|
} | null;
|
|
1301
|
-
limits: {
|
|
1302
|
-
monthlyCredits: number;
|
|
1303
|
-
usedCredits: number;
|
|
1304
|
-
extraCredits: number;
|
|
1305
|
-
};
|
|
1306
1309
|
lastBidTime: number | null;
|
|
1307
1310
|
nextScheduledBidTime: number | null;
|
|
1308
|
-
createdAt: number;
|
|
1309
|
-
updatedAt: number;
|
|
1310
1311
|
openRouterApiKey: string | null;
|
|
1311
1312
|
nextProposalStatusSyncTime: number | null;
|
|
1313
|
+
insufficientConnectsAction: "buy_more_connects" | "pause_campaigns" | null;
|
|
1312
1314
|
usBidderAccountSubscription?: {
|
|
1313
1315
|
usBidderAccountPayment?: {
|
|
1314
1316
|
status: string;
|
|
1315
1317
|
error?: string | undefined;
|
|
1316
1318
|
currency?: string | undefined;
|
|
1317
|
-
paidAt?: number | undefined;
|
|
1318
1319
|
amount?: number | undefined;
|
|
1320
|
+
paidAt?: number | undefined;
|
|
1319
1321
|
paymentIntentId?: string | undefined;
|
|
1320
1322
|
} | undefined;
|
|
1321
1323
|
} | undefined;
|
|
@@ -1325,18 +1327,28 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1325
1327
|
active: boolean;
|
|
1326
1328
|
name: string;
|
|
1327
1329
|
billing: {
|
|
1328
|
-
savedCard: boolean;
|
|
1329
1330
|
stripe: {
|
|
1330
1331
|
customer: {
|
|
1331
1332
|
id: string | null;
|
|
1332
1333
|
};
|
|
1333
1334
|
};
|
|
1335
|
+
savedCard: boolean;
|
|
1334
1336
|
} | null;
|
|
1337
|
+
createdAt: number;
|
|
1338
|
+
updatedAt: number;
|
|
1339
|
+
limits: {
|
|
1340
|
+
monthlyCredits: number;
|
|
1341
|
+
usedCredits: number;
|
|
1342
|
+
extraCredits: number;
|
|
1343
|
+
};
|
|
1335
1344
|
associatedBidders: string[] | null;
|
|
1336
1345
|
subscription: {
|
|
1337
1346
|
source: "manual" | "stripe";
|
|
1338
1347
|
status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
|
|
1339
1348
|
planId: string;
|
|
1349
|
+
pendingPlanId: string | null;
|
|
1350
|
+
startedAt: number;
|
|
1351
|
+
currentPeriodEnd: number;
|
|
1340
1352
|
stripe: {
|
|
1341
1353
|
id: string;
|
|
1342
1354
|
items: {
|
|
@@ -1350,33 +1362,24 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1350
1362
|
hosted_invoice_url: string | null;
|
|
1351
1363
|
};
|
|
1352
1364
|
};
|
|
1353
|
-
pendingPlanId: string | null;
|
|
1354
|
-
startedAt: number;
|
|
1355
|
-
currentPeriodEnd: number;
|
|
1356
1365
|
usage: Partial<Record<"suitabilityComplete" | "proposalComplete" | "biddingComplete", number>>;
|
|
1357
1366
|
trialEndsAt: number | null;
|
|
1358
|
-
billingInterval: "monthly" | "quarterly" | "yearly";
|
|
1367
|
+
billingInterval: "monthly" | "quarterly" | "yearly" | null;
|
|
1359
1368
|
hasUsBidderAccess: boolean | null;
|
|
1360
1369
|
usBidderSubscriptionItemId: string | null;
|
|
1361
1370
|
} | null;
|
|
1362
|
-
limits: {
|
|
1363
|
-
monthlyCredits: number;
|
|
1364
|
-
usedCredits: number;
|
|
1365
|
-
extraCredits: number;
|
|
1366
|
-
};
|
|
1367
1371
|
lastBidTime: number | null;
|
|
1368
1372
|
nextScheduledBidTime: number | null;
|
|
1369
|
-
createdAt: number;
|
|
1370
|
-
updatedAt: number;
|
|
1371
1373
|
openRouterApiKey: string | null;
|
|
1372
1374
|
nextProposalStatusSyncTime: number | null;
|
|
1375
|
+
insufficientConnectsAction: "buy_more_connects" | "pause_campaigns" | null;
|
|
1373
1376
|
usBidderAccountSubscription?: {
|
|
1374
1377
|
usBidderAccountPayment?: {
|
|
1375
1378
|
status: string;
|
|
1376
1379
|
error?: string | undefined;
|
|
1377
1380
|
currency?: string | undefined;
|
|
1378
|
-
paidAt?: number | undefined;
|
|
1379
1381
|
amount?: number | undefined;
|
|
1382
|
+
paidAt?: number | undefined;
|
|
1380
1383
|
paymentIntentId?: string | undefined;
|
|
1381
1384
|
} | undefined;
|
|
1382
1385
|
} | undefined;
|
|
@@ -1421,22 +1424,22 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1421
1424
|
}, "strip", z.ZodTypeAny, {
|
|
1422
1425
|
hours: string | null;
|
|
1423
1426
|
duration: string | null;
|
|
1424
|
-
paymentType: string | null;
|
|
1425
|
-
experienceLevel: string | null;
|
|
1426
1427
|
hourlyRate: {
|
|
1427
1428
|
max: number | null;
|
|
1428
1429
|
min: number | null;
|
|
1429
1430
|
} | null;
|
|
1431
|
+
experienceLevel: string | null;
|
|
1432
|
+
paymentType: string | null;
|
|
1430
1433
|
fixedPrice: number | null;
|
|
1431
1434
|
}, {
|
|
1432
1435
|
hours: string | null;
|
|
1433
1436
|
duration: string | null;
|
|
1434
|
-
paymentType: string | null;
|
|
1435
|
-
experienceLevel: string | null;
|
|
1436
1437
|
hourlyRate: {
|
|
1437
1438
|
max: number | null;
|
|
1438
1439
|
min: number | null;
|
|
1439
1440
|
} | null;
|
|
1441
|
+
experienceLevel: string | null;
|
|
1442
|
+
paymentType: string | null;
|
|
1440
1443
|
fixedPrice: number | null;
|
|
1441
1444
|
}>>;
|
|
1442
1445
|
clientInfo: z.ZodNullable<z.ZodObject<{
|
|
@@ -1461,39 +1464,39 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1461
1464
|
}, "strip", z.ZodTypeAny, {
|
|
1462
1465
|
country: string | null;
|
|
1463
1466
|
region: string | null;
|
|
1464
|
-
isPaymentVerified: boolean | null;
|
|
1465
|
-
isPhoneVerified: boolean | null;
|
|
1466
|
-
enterpriseClient: boolean | null;
|
|
1467
|
-
companySize: string | null;
|
|
1468
1467
|
openJobs: number | null;
|
|
1469
|
-
|
|
1468
|
+
isPhoneVerified: boolean | null;
|
|
1469
|
+
isPaymentVerified: boolean | null;
|
|
1470
1470
|
numberOfReviews: number | null;
|
|
1471
1471
|
rating: number | null;
|
|
1472
1472
|
jobsPosted: number | null;
|
|
1473
|
+
totalSpent: number | null;
|
|
1473
1474
|
numberOfHires: number | null;
|
|
1474
1475
|
activeEngagements: number | null;
|
|
1475
1476
|
hireRate: number | null;
|
|
1476
1477
|
memberSince: string | null;
|
|
1477
1478
|
companyIndustry: string | null;
|
|
1479
|
+
companySize: string | null;
|
|
1480
|
+
enterpriseClient: boolean | null;
|
|
1478
1481
|
avgHourlyRatePaid: number | null;
|
|
1479
1482
|
companyId: string | null;
|
|
1480
1483
|
}, {
|
|
1481
1484
|
country: string | null;
|
|
1482
1485
|
region: string | null;
|
|
1483
|
-
isPaymentVerified: boolean | null;
|
|
1484
|
-
isPhoneVerified: boolean | null;
|
|
1485
|
-
enterpriseClient: boolean | null;
|
|
1486
|
-
companySize: string | null;
|
|
1487
1486
|
openJobs: number | null;
|
|
1488
|
-
|
|
1487
|
+
isPhoneVerified: boolean | null;
|
|
1488
|
+
isPaymentVerified: boolean | null;
|
|
1489
1489
|
numberOfReviews: number | null;
|
|
1490
1490
|
rating: number | null;
|
|
1491
1491
|
jobsPosted: number | null;
|
|
1492
|
+
totalSpent: number | null;
|
|
1492
1493
|
numberOfHires: number | null;
|
|
1493
1494
|
activeEngagements: number | null;
|
|
1494
1495
|
hireRate: number | null;
|
|
1495
1496
|
memberSince: string | null;
|
|
1496
1497
|
companyIndustry: string | null;
|
|
1498
|
+
companySize: string | null;
|
|
1499
|
+
enterpriseClient: boolean | null;
|
|
1497
1500
|
avgHourlyRatePaid: number | null;
|
|
1498
1501
|
companyId: string | null;
|
|
1499
1502
|
}>>;
|
|
@@ -1506,18 +1509,18 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1506
1509
|
includeRisingTalent: z.ZodNullable<z.ZodString>;
|
|
1507
1510
|
}, "strip", z.ZodTypeAny, {
|
|
1508
1511
|
location: string | null;
|
|
1509
|
-
includeRisingTalent: string | null;
|
|
1510
1512
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
1511
1513
|
englishLevel: string | null;
|
|
1512
1514
|
minimumEarnings: number | null;
|
|
1513
1515
|
jobSuccessScore: string | null;
|
|
1516
|
+
includeRisingTalent: string | null;
|
|
1514
1517
|
}, {
|
|
1515
1518
|
location: string | null;
|
|
1516
|
-
includeRisingTalent: string | null;
|
|
1517
1519
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
1518
1520
|
englishLevel: string | null;
|
|
1519
1521
|
minimumEarnings: number | null;
|
|
1520
1522
|
jobSuccessScore: string | null;
|
|
1523
|
+
includeRisingTalent: string | null;
|
|
1521
1524
|
}>>;
|
|
1522
1525
|
processed: z.ZodNullable<z.ZodBoolean>;
|
|
1523
1526
|
isFeatured: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -1535,29 +1538,29 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1535
1538
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
1536
1539
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
1537
1540
|
}, "strip", z.ZodTypeAny, {
|
|
1538
|
-
paymentType: string | null;
|
|
1539
1541
|
hourlyRate: number | null;
|
|
1540
1542
|
jobTitle: string | null;
|
|
1543
|
+
paymentType: string | null;
|
|
1544
|
+
fixedPrice: number | null;
|
|
1541
1545
|
freelancerName: string | null;
|
|
1542
1546
|
freelancerRating: number | null;
|
|
1543
1547
|
freelancerFeedback: string | null;
|
|
1544
1548
|
clientFeedback: string | null;
|
|
1545
1549
|
clientFeedbackRating: number | null;
|
|
1546
1550
|
dateRange: string | null;
|
|
1547
|
-
fixedPrice: number | null;
|
|
1548
1551
|
numHours: number | null;
|
|
1549
1552
|
totalBilled: number | null;
|
|
1550
1553
|
}, {
|
|
1551
|
-
paymentType: string | null;
|
|
1552
1554
|
hourlyRate: number | null;
|
|
1553
1555
|
jobTitle: string | null;
|
|
1556
|
+
paymentType: string | null;
|
|
1557
|
+
fixedPrice: number | null;
|
|
1554
1558
|
freelancerName: string | null;
|
|
1555
1559
|
freelancerRating: number | null;
|
|
1556
1560
|
freelancerFeedback: string | null;
|
|
1557
1561
|
clientFeedback: string | null;
|
|
1558
1562
|
clientFeedbackRating: number | null;
|
|
1559
1563
|
dateRange: string | null;
|
|
1560
|
-
fixedPrice: number | null;
|
|
1561
1564
|
numHours: number | null;
|
|
1562
1565
|
totalBilled: number | null;
|
|
1563
1566
|
}>, "many">>;
|
|
@@ -1594,8 +1597,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1594
1597
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
1595
1598
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
1596
1599
|
}, "strip", z.ZodTypeAny, {
|
|
1597
|
-
updatedAt: number | null;
|
|
1598
1600
|
unansweredInvites: number | null;
|
|
1601
|
+
updatedAt: number | null;
|
|
1599
1602
|
proposals: {
|
|
1600
1603
|
max: number | null;
|
|
1601
1604
|
min: number | null;
|
|
@@ -1606,8 +1609,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1606
1609
|
interviewing: number | null;
|
|
1607
1610
|
invitesSent: number | null;
|
|
1608
1611
|
}, {
|
|
1609
|
-
updatedAt: number | null;
|
|
1610
1612
|
unansweredInvites: number | null;
|
|
1613
|
+
updatedAt: number | null;
|
|
1611
1614
|
proposals: {
|
|
1612
1615
|
max: number | null;
|
|
1613
1616
|
min: number | null;
|
|
@@ -1639,8 +1642,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1639
1642
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
1640
1643
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
1641
1644
|
}, "strip", z.ZodTypeAny, {
|
|
1642
|
-
updatedAt: number | null;
|
|
1643
1645
|
unansweredInvites: number | null;
|
|
1646
|
+
updatedAt: number | null;
|
|
1644
1647
|
proposals: {
|
|
1645
1648
|
max: number | null;
|
|
1646
1649
|
min: number | null;
|
|
@@ -1651,8 +1654,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1651
1654
|
interviewing: number | null;
|
|
1652
1655
|
invitesSent: number | null;
|
|
1653
1656
|
}, {
|
|
1654
|
-
updatedAt: number | null;
|
|
1655
1657
|
unansweredInvites: number | null;
|
|
1658
|
+
updatedAt: number | null;
|
|
1656
1659
|
proposals: {
|
|
1657
1660
|
max: number | null;
|
|
1658
1661
|
min: number | null;
|
|
@@ -1749,9 +1752,9 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1749
1752
|
specialisedProfile: string | null;
|
|
1750
1753
|
}>;
|
|
1751
1754
|
}, "strip", z.ZodTypeAny, {
|
|
1752
|
-
appliedFromQueue: boolean | null;
|
|
1753
1755
|
biddingDelayInMinutes: number | null;
|
|
1754
|
-
|
|
1756
|
+
appliedFromQueue: boolean | null;
|
|
1757
|
+
bidWithWarning: "bid" | "skip";
|
|
1755
1758
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
1756
1759
|
biddingHourlyRatePercentage: number | null;
|
|
1757
1760
|
biddingFixedHourlyRate: number | null;
|
|
@@ -1761,16 +1764,16 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1761
1764
|
maximumBoost: number | null;
|
|
1762
1765
|
minBoost: number | null;
|
|
1763
1766
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
1764
|
-
alreadyHiredAction: "
|
|
1767
|
+
alreadyHiredAction: "bid" | "skip";
|
|
1765
1768
|
bidConfig: {
|
|
1766
1769
|
contractorName: string | null;
|
|
1767
1770
|
agencyName: string | null;
|
|
1768
1771
|
specialisedProfile: string | null;
|
|
1769
1772
|
};
|
|
1770
1773
|
}, {
|
|
1771
|
-
appliedFromQueue: boolean | null;
|
|
1772
1774
|
biddingDelayInMinutes: number | null;
|
|
1773
|
-
|
|
1775
|
+
appliedFromQueue: boolean | null;
|
|
1776
|
+
bidWithWarning: "bid" | "skip";
|
|
1774
1777
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
1775
1778
|
biddingHourlyRatePercentage: number | null;
|
|
1776
1779
|
biddingFixedHourlyRate: number | null;
|
|
@@ -1780,7 +1783,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1780
1783
|
maximumBoost: number | null;
|
|
1781
1784
|
minBoost: number | null;
|
|
1782
1785
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
1783
|
-
alreadyHiredAction: "
|
|
1786
|
+
alreadyHiredAction: "bid" | "skip";
|
|
1784
1787
|
bidConfig: {
|
|
1785
1788
|
contractorName: string | null;
|
|
1786
1789
|
agencyName: string | null;
|
|
@@ -1794,74 +1797,78 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1794
1797
|
metadata: {
|
|
1795
1798
|
hours: string | null;
|
|
1796
1799
|
duration: string | null;
|
|
1797
|
-
paymentType: string | null;
|
|
1798
|
-
experienceLevel: string | null;
|
|
1799
1800
|
hourlyRate: {
|
|
1800
1801
|
max: number | null;
|
|
1801
1802
|
min: number | null;
|
|
1802
1803
|
} | null;
|
|
1804
|
+
experienceLevel: string | null;
|
|
1805
|
+
paymentType: string | null;
|
|
1803
1806
|
fixedPrice: number | null;
|
|
1804
1807
|
} | null;
|
|
1805
1808
|
description: string | null;
|
|
1806
|
-
region: "
|
|
1809
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
1807
1810
|
datetime: number | null;
|
|
1808
|
-
campaignId: string;
|
|
1809
1811
|
organizationId: string;
|
|
1810
|
-
|
|
1812
|
+
campaignId: string;
|
|
1813
|
+
category: string | null;
|
|
1814
|
+
uid: string | null;
|
|
1815
|
+
questions: string[] | null;
|
|
1816
|
+
occupation: string | null;
|
|
1811
1817
|
createdAt: number | null;
|
|
1812
1818
|
updatedAt: number | null;
|
|
1813
|
-
|
|
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;
|
|
1814
1830
|
projectDuration: string | null;
|
|
1815
|
-
|
|
1831
|
+
jobUrl: string | null;
|
|
1816
1832
|
clientInfo: {
|
|
1817
1833
|
country: string | null;
|
|
1818
1834
|
region: string | null;
|
|
1819
|
-
isPaymentVerified: boolean | null;
|
|
1820
|
-
isPhoneVerified: boolean | null;
|
|
1821
|
-
enterpriseClient: boolean | null;
|
|
1822
|
-
companySize: string | null;
|
|
1823
1835
|
openJobs: number | null;
|
|
1824
|
-
|
|
1836
|
+
isPhoneVerified: boolean | null;
|
|
1837
|
+
isPaymentVerified: boolean | null;
|
|
1825
1838
|
numberOfReviews: number | null;
|
|
1826
1839
|
rating: number | null;
|
|
1827
1840
|
jobsPosted: number | null;
|
|
1841
|
+
totalSpent: number | null;
|
|
1828
1842
|
numberOfHires: number | null;
|
|
1829
1843
|
activeEngagements: number | null;
|
|
1830
1844
|
hireRate: number | null;
|
|
1831
1845
|
memberSince: string | null;
|
|
1832
1846
|
companyIndustry: string | null;
|
|
1847
|
+
companySize: string | null;
|
|
1848
|
+
enterpriseClient: boolean | null;
|
|
1833
1849
|
avgHourlyRatePaid: number | null;
|
|
1834
1850
|
companyId: string | null;
|
|
1835
1851
|
} | null;
|
|
1836
1852
|
vendorQualifications: {
|
|
1837
1853
|
location: string | null;
|
|
1838
|
-
includeRisingTalent: string | null;
|
|
1839
1854
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
1840
1855
|
englishLevel: string | null;
|
|
1841
1856
|
minimumEarnings: number | null;
|
|
1842
1857
|
jobSuccessScore: string | null;
|
|
1858
|
+
includeRisingTalent: string | null;
|
|
1843
1859
|
} | null;
|
|
1844
|
-
|
|
1845
|
-
uid: string | null;
|
|
1846
|
-
occupation: string | null;
|
|
1847
|
-
jobUrl: string | null;
|
|
1848
|
-
skills: {
|
|
1849
|
-
name: string;
|
|
1850
|
-
}[] | null;
|
|
1851
|
-
descriptionLength: number | null;
|
|
1852
|
-
connectsRequired: number | null;
|
|
1853
|
-
projectType: string | null;
|
|
1860
|
+
isFeatured: boolean | null;
|
|
1854
1861
|
clientReviews: {
|
|
1855
|
-
paymentType: string | null;
|
|
1856
1862
|
hourlyRate: number | null;
|
|
1857
1863
|
jobTitle: string | null;
|
|
1864
|
+
paymentType: string | null;
|
|
1865
|
+
fixedPrice: number | null;
|
|
1858
1866
|
freelancerName: string | null;
|
|
1859
1867
|
freelancerRating: number | null;
|
|
1860
1868
|
freelancerFeedback: string | null;
|
|
1861
1869
|
clientFeedback: string | null;
|
|
1862
1870
|
clientFeedbackRating: number | null;
|
|
1863
1871
|
dateRange: string | null;
|
|
1864
|
-
fixedPrice: number | null;
|
|
1865
1872
|
numHours: number | null;
|
|
1866
1873
|
totalBilled: number | null;
|
|
1867
1874
|
}[] | null;
|
|
@@ -1871,8 +1878,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1871
1878
|
avg: number | null;
|
|
1872
1879
|
} | null;
|
|
1873
1880
|
jobActivity: {
|
|
1874
|
-
updatedAt: number | null;
|
|
1875
1881
|
unansweredInvites: number | null;
|
|
1882
|
+
updatedAt: number | null;
|
|
1876
1883
|
proposals: {
|
|
1877
1884
|
max: number | null;
|
|
1878
1885
|
min: number | null;
|
|
@@ -1885,25 +1892,21 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1885
1892
|
} | null;
|
|
1886
1893
|
activityUpdates: 2 | 1 | 3 | null;
|
|
1887
1894
|
scrapedAt: number | null;
|
|
1888
|
-
biddingDelayInMinutes: number | null;
|
|
1889
|
-
specialisedProfile: string | null;
|
|
1890
|
-
jobId: string;
|
|
1891
1895
|
suitabilityRating: number | null;
|
|
1892
1896
|
suitabilityReason: string | null;
|
|
1893
1897
|
proposal: string | null;
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
question: string;
|
|
1897
|
-
}[] | null;
|
|
1898
|
-
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
1899
|
-
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;
|
|
1900
1900
|
biddingAmount: number | null;
|
|
1901
1901
|
boosted: boolean | null;
|
|
1902
1902
|
boostingAmount: number | null;
|
|
1903
1903
|
boostedForPlace: number | null;
|
|
1904
|
+
specialisedProfile: string | null;
|
|
1904
1905
|
biddedAt: number | null;
|
|
1905
1906
|
biddingTaskScheduled: boolean | null;
|
|
1906
1907
|
scheduledBiddingTime: number | null;
|
|
1908
|
+
inQueue: boolean | null;
|
|
1909
|
+
biddingDelayInMinutes: number | null;
|
|
1907
1910
|
checkFeedbackStatusCreatedAt: number | null;
|
|
1908
1911
|
biddingScheduledAt: number | null;
|
|
1909
1912
|
feedbackCheckTaskId: string | null;
|
|
@@ -1911,9 +1914,9 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1911
1914
|
rejectedFeedback: string | null;
|
|
1912
1915
|
applicationId: string | null;
|
|
1913
1916
|
leadBiddingConfig: {
|
|
1914
|
-
appliedFromQueue: boolean | null;
|
|
1915
1917
|
biddingDelayInMinutes: number | null;
|
|
1916
|
-
|
|
1918
|
+
appliedFromQueue: boolean | null;
|
|
1919
|
+
bidWithWarning: "bid" | "skip";
|
|
1917
1920
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
1918
1921
|
biddingHourlyRatePercentage: number | null;
|
|
1919
1922
|
biddingFixedHourlyRate: number | null;
|
|
@@ -1923,7 +1926,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1923
1926
|
maximumBoost: number | null;
|
|
1924
1927
|
minBoost: number | null;
|
|
1925
1928
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
1926
|
-
alreadyHiredAction: "
|
|
1929
|
+
alreadyHiredAction: "bid" | "skip";
|
|
1927
1930
|
bidConfig: {
|
|
1928
1931
|
contractorName: string | null;
|
|
1929
1932
|
agencyName: string | null;
|
|
@@ -1931,9 +1934,11 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1931
1934
|
};
|
|
1932
1935
|
} | null;
|
|
1933
1936
|
statusSynced: boolean | null;
|
|
1937
|
+
proposalId?: string | undefined;
|
|
1938
|
+
wonAmount?: number | undefined;
|
|
1934
1939
|
activity?: Partial<Record<"4h" | "24h", {
|
|
1935
|
-
updatedAt: number | null;
|
|
1936
1940
|
unansweredInvites: number | null;
|
|
1941
|
+
updatedAt: number | null;
|
|
1937
1942
|
proposals: {
|
|
1938
1943
|
max: number | null;
|
|
1939
1944
|
min: number | null;
|
|
@@ -1951,82 +1956,84 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1951
1956
|
interviewing: number;
|
|
1952
1957
|
invitesSent: number;
|
|
1953
1958
|
} | null | undefined;
|
|
1954
|
-
proposalId?: string | undefined;
|
|
1955
|
-
wonAmount?: number | undefined;
|
|
1956
1959
|
}, {
|
|
1957
1960
|
id: string | null;
|
|
1958
1961
|
title: string | null;
|
|
1959
1962
|
metadata: {
|
|
1960
1963
|
hours: string | null;
|
|
1961
1964
|
duration: string | null;
|
|
1962
|
-
paymentType: string | null;
|
|
1963
|
-
experienceLevel: string | null;
|
|
1964
1965
|
hourlyRate: {
|
|
1965
1966
|
max: number | null;
|
|
1966
1967
|
min: number | null;
|
|
1967
1968
|
} | null;
|
|
1969
|
+
experienceLevel: string | null;
|
|
1970
|
+
paymentType: string | null;
|
|
1968
1971
|
fixedPrice: number | null;
|
|
1969
1972
|
} | null;
|
|
1970
1973
|
description: string | null;
|
|
1971
|
-
region: "
|
|
1974
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
1972
1975
|
datetime: number | null;
|
|
1973
|
-
campaignId: string;
|
|
1974
1976
|
organizationId: string;
|
|
1975
|
-
|
|
1977
|
+
campaignId: string;
|
|
1978
|
+
category: string | null;
|
|
1979
|
+
uid: string | null;
|
|
1980
|
+
questions: string[] | null;
|
|
1981
|
+
occupation: string | null;
|
|
1976
1982
|
createdAt: number | null;
|
|
1977
1983
|
updatedAt: number | null;
|
|
1978
|
-
|
|
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;
|
|
1979
1995
|
projectDuration: string | null;
|
|
1980
|
-
|
|
1996
|
+
jobUrl: string | null;
|
|
1981
1997
|
clientInfo: {
|
|
1982
1998
|
country: string | null;
|
|
1983
1999
|
region: string | null;
|
|
1984
|
-
isPaymentVerified: boolean | null;
|
|
1985
|
-
isPhoneVerified: boolean | null;
|
|
1986
|
-
enterpriseClient: boolean | null;
|
|
1987
|
-
companySize: string | null;
|
|
1988
2000
|
openJobs: number | null;
|
|
1989
|
-
|
|
2001
|
+
isPhoneVerified: boolean | null;
|
|
2002
|
+
isPaymentVerified: boolean | null;
|
|
1990
2003
|
numberOfReviews: number | null;
|
|
1991
2004
|
rating: number | null;
|
|
1992
2005
|
jobsPosted: number | null;
|
|
2006
|
+
totalSpent: number | null;
|
|
1993
2007
|
numberOfHires: number | null;
|
|
1994
2008
|
activeEngagements: number | null;
|
|
1995
2009
|
hireRate: number | null;
|
|
1996
2010
|
memberSince: string | null;
|
|
1997
2011
|
companyIndustry: string | null;
|
|
2012
|
+
companySize: string | null;
|
|
2013
|
+
enterpriseClient: boolean | null;
|
|
1998
2014
|
avgHourlyRatePaid: number | null;
|
|
1999
2015
|
companyId: string | null;
|
|
2000
2016
|
} | null;
|
|
2001
2017
|
vendorQualifications: {
|
|
2002
2018
|
location: string | null;
|
|
2003
|
-
includeRisingTalent: string | null;
|
|
2004
2019
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
2005
2020
|
englishLevel: string | null;
|
|
2006
2021
|
minimumEarnings: number | null;
|
|
2007
2022
|
jobSuccessScore: string | null;
|
|
2023
|
+
includeRisingTalent: string | null;
|
|
2008
2024
|
} | null;
|
|
2009
|
-
|
|
2010
|
-
uid: string | null;
|
|
2011
|
-
occupation: string | null;
|
|
2012
|
-
jobUrl: string | null;
|
|
2013
|
-
skills: {
|
|
2014
|
-
name: string;
|
|
2015
|
-
}[] | null;
|
|
2016
|
-
descriptionLength: number | null;
|
|
2017
|
-
connectsRequired: number | null;
|
|
2018
|
-
projectType: string | null;
|
|
2025
|
+
isFeatured: boolean | null;
|
|
2019
2026
|
clientReviews: {
|
|
2020
|
-
paymentType: string | null;
|
|
2021
2027
|
hourlyRate: number | null;
|
|
2022
2028
|
jobTitle: string | null;
|
|
2029
|
+
paymentType: string | null;
|
|
2030
|
+
fixedPrice: number | null;
|
|
2023
2031
|
freelancerName: string | null;
|
|
2024
2032
|
freelancerRating: number | null;
|
|
2025
2033
|
freelancerFeedback: string | null;
|
|
2026
2034
|
clientFeedback: string | null;
|
|
2027
2035
|
clientFeedbackRating: number | null;
|
|
2028
2036
|
dateRange: string | null;
|
|
2029
|
-
fixedPrice: number | null;
|
|
2030
2037
|
numHours: number | null;
|
|
2031
2038
|
totalBilled: number | null;
|
|
2032
2039
|
}[] | null;
|
|
@@ -2036,8 +2043,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2036
2043
|
avg: number | null;
|
|
2037
2044
|
} | null;
|
|
2038
2045
|
jobActivity: {
|
|
2039
|
-
updatedAt: number | null;
|
|
2040
2046
|
unansweredInvites: number | null;
|
|
2047
|
+
updatedAt: number | null;
|
|
2041
2048
|
proposals: {
|
|
2042
2049
|
max: number | null;
|
|
2043
2050
|
min: number | null;
|
|
@@ -2050,25 +2057,21 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2050
2057
|
} | null;
|
|
2051
2058
|
activityUpdates: 2 | 1 | 3 | null;
|
|
2052
2059
|
scrapedAt: number | null;
|
|
2053
|
-
biddingDelayInMinutes: number | null;
|
|
2054
|
-
specialisedProfile: string | null;
|
|
2055
|
-
jobId: string;
|
|
2056
2060
|
suitabilityRating: number | null;
|
|
2057
2061
|
suitabilityReason: string | null;
|
|
2058
2062
|
proposal: string | null;
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
question: string;
|
|
2062
|
-
}[] | null;
|
|
2063
|
-
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
2064
|
-
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;
|
|
2065
2065
|
biddingAmount: number | null;
|
|
2066
2066
|
boosted: boolean | null;
|
|
2067
2067
|
boostingAmount: number | null;
|
|
2068
2068
|
boostedForPlace: number | null;
|
|
2069
|
+
specialisedProfile: string | null;
|
|
2069
2070
|
biddedAt: number | null;
|
|
2070
2071
|
biddingTaskScheduled: boolean | null;
|
|
2071
2072
|
scheduledBiddingTime: number | null;
|
|
2073
|
+
inQueue: boolean | null;
|
|
2074
|
+
biddingDelayInMinutes: number | null;
|
|
2072
2075
|
checkFeedbackStatusCreatedAt: number | null;
|
|
2073
2076
|
biddingScheduledAt: number | null;
|
|
2074
2077
|
feedbackCheckTaskId: string | null;
|
|
@@ -2076,9 +2079,9 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2076
2079
|
rejectedFeedback: string | null;
|
|
2077
2080
|
applicationId: string | null;
|
|
2078
2081
|
leadBiddingConfig: {
|
|
2079
|
-
appliedFromQueue: boolean | null;
|
|
2080
2082
|
biddingDelayInMinutes: number | null;
|
|
2081
|
-
|
|
2083
|
+
appliedFromQueue: boolean | null;
|
|
2084
|
+
bidWithWarning: "bid" | "skip";
|
|
2082
2085
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
2083
2086
|
biddingHourlyRatePercentage: number | null;
|
|
2084
2087
|
biddingFixedHourlyRate: number | null;
|
|
@@ -2088,7 +2091,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2088
2091
|
maximumBoost: number | null;
|
|
2089
2092
|
minBoost: number | null;
|
|
2090
2093
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
2091
|
-
alreadyHiredAction: "
|
|
2094
|
+
alreadyHiredAction: "bid" | "skip";
|
|
2092
2095
|
bidConfig: {
|
|
2093
2096
|
contractorName: string | null;
|
|
2094
2097
|
agencyName: string | null;
|
|
@@ -2096,9 +2099,11 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2096
2099
|
};
|
|
2097
2100
|
} | null;
|
|
2098
2101
|
statusSynced: boolean | null;
|
|
2102
|
+
proposalId?: string | undefined;
|
|
2103
|
+
wonAmount?: number | undefined;
|
|
2099
2104
|
activity?: Partial<Record<"4h" | "24h", {
|
|
2100
|
-
updatedAt: number | null;
|
|
2101
2105
|
unansweredInvites: number | null;
|
|
2106
|
+
updatedAt: number | null;
|
|
2102
2107
|
proposals: {
|
|
2103
2108
|
max: number | null;
|
|
2104
2109
|
min: number | null;
|
|
@@ -2116,8 +2121,6 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2116
2121
|
interviewing: number;
|
|
2117
2122
|
invitesSent: number;
|
|
2118
2123
|
} | null | undefined;
|
|
2119
|
-
proposalId?: string | undefined;
|
|
2120
|
-
wonAmount?: number | undefined;
|
|
2121
2124
|
}>;
|
|
2122
2125
|
bidder: z.ZodObject<{
|
|
2123
2126
|
id: z.ZodString;
|
|
@@ -2173,9 +2176,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2173
2176
|
id: string;
|
|
2174
2177
|
name: string | null;
|
|
2175
2178
|
email: string;
|
|
2176
|
-
region: "
|
|
2177
|
-
createdAt: number;
|
|
2178
|
-
updatedAt: number;
|
|
2179
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All";
|
|
2179
2180
|
password: string;
|
|
2180
2181
|
provider: "user-provided" | "lancer-provided";
|
|
2181
2182
|
isConnecting: boolean | null;
|
|
@@ -2195,15 +2196,15 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2195
2196
|
}[];
|
|
2196
2197
|
}[] | null;
|
|
2197
2198
|
instanceId: string | null;
|
|
2199
|
+
createdAt: number;
|
|
2200
|
+
updatedAt: number;
|
|
2198
2201
|
googleOauthTokens?: any;
|
|
2199
2202
|
isProtected?: boolean | undefined;
|
|
2200
2203
|
}, {
|
|
2201
2204
|
id: string;
|
|
2202
2205
|
name: string | null;
|
|
2203
2206
|
email: string;
|
|
2204
|
-
region: "
|
|
2205
|
-
createdAt: number;
|
|
2206
|
-
updatedAt: number;
|
|
2207
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All";
|
|
2207
2208
|
password: string;
|
|
2208
2209
|
provider: "user-provided" | "lancer-provided";
|
|
2209
2210
|
isConnecting: boolean | null;
|
|
@@ -2223,6 +2224,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2223
2224
|
}[];
|
|
2224
2225
|
}[] | null;
|
|
2225
2226
|
instanceId: string | null;
|
|
2227
|
+
createdAt: number;
|
|
2228
|
+
updatedAt: number;
|
|
2226
2229
|
googleOauthTokens?: any;
|
|
2227
2230
|
isProtected?: boolean | undefined;
|
|
2228
2231
|
}>;
|
|
@@ -2234,18 +2237,28 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2234
2237
|
active: boolean;
|
|
2235
2238
|
name: string;
|
|
2236
2239
|
billing: {
|
|
2237
|
-
savedCard: boolean;
|
|
2238
2240
|
stripe: {
|
|
2239
2241
|
customer: {
|
|
2240
2242
|
id: string | null;
|
|
2241
2243
|
};
|
|
2242
2244
|
};
|
|
2245
|
+
savedCard: boolean;
|
|
2243
2246
|
} | null;
|
|
2247
|
+
createdAt: number;
|
|
2248
|
+
updatedAt: number;
|
|
2249
|
+
limits: {
|
|
2250
|
+
monthlyCredits: number;
|
|
2251
|
+
usedCredits: number;
|
|
2252
|
+
extraCredits: number;
|
|
2253
|
+
};
|
|
2244
2254
|
associatedBidders: string[] | null;
|
|
2245
2255
|
subscription: {
|
|
2246
2256
|
source: "manual" | "stripe";
|
|
2247
2257
|
status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
|
|
2248
2258
|
planId: string;
|
|
2259
|
+
pendingPlanId: string | null;
|
|
2260
|
+
startedAt: number;
|
|
2261
|
+
currentPeriodEnd: number;
|
|
2249
2262
|
stripe: {
|
|
2250
2263
|
id: string;
|
|
2251
2264
|
items: {
|
|
@@ -2259,33 +2272,24 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2259
2272
|
hosted_invoice_url: string | null;
|
|
2260
2273
|
};
|
|
2261
2274
|
};
|
|
2262
|
-
pendingPlanId: string | null;
|
|
2263
|
-
startedAt: number;
|
|
2264
|
-
currentPeriodEnd: number;
|
|
2265
2275
|
usage: Partial<Record<"suitabilityComplete" | "proposalComplete" | "biddingComplete", number>>;
|
|
2266
2276
|
trialEndsAt: number | null;
|
|
2267
|
-
billingInterval: "monthly" | "quarterly" | "yearly";
|
|
2277
|
+
billingInterval: "monthly" | "quarterly" | "yearly" | null;
|
|
2268
2278
|
hasUsBidderAccess: boolean | null;
|
|
2269
2279
|
usBidderSubscriptionItemId: string | null;
|
|
2270
2280
|
} | null;
|
|
2271
|
-
limits: {
|
|
2272
|
-
monthlyCredits: number;
|
|
2273
|
-
usedCredits: number;
|
|
2274
|
-
extraCredits: number;
|
|
2275
|
-
};
|
|
2276
2281
|
lastBidTime: number | null;
|
|
2277
2282
|
nextScheduledBidTime: number | null;
|
|
2278
|
-
createdAt: number;
|
|
2279
|
-
updatedAt: number;
|
|
2280
2283
|
openRouterApiKey: string | null;
|
|
2281
2284
|
nextProposalStatusSyncTime: number | null;
|
|
2285
|
+
insufficientConnectsAction: "buy_more_connects" | "pause_campaigns" | null;
|
|
2282
2286
|
usBidderAccountSubscription?: {
|
|
2283
2287
|
usBidderAccountPayment?: {
|
|
2284
2288
|
status: string;
|
|
2285
2289
|
error?: string | undefined;
|
|
2286
2290
|
currency?: string | undefined;
|
|
2287
|
-
paidAt?: number | undefined;
|
|
2288
2291
|
amount?: number | undefined;
|
|
2292
|
+
paidAt?: number | undefined;
|
|
2289
2293
|
paymentIntentId?: string | undefined;
|
|
2290
2294
|
} | undefined;
|
|
2291
2295
|
} | undefined;
|
|
@@ -2297,74 +2301,78 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2297
2301
|
metadata: {
|
|
2298
2302
|
hours: string | null;
|
|
2299
2303
|
duration: string | null;
|
|
2300
|
-
paymentType: string | null;
|
|
2301
|
-
experienceLevel: string | null;
|
|
2302
2304
|
hourlyRate: {
|
|
2303
2305
|
max: number | null;
|
|
2304
2306
|
min: number | null;
|
|
2305
2307
|
} | null;
|
|
2308
|
+
experienceLevel: string | null;
|
|
2309
|
+
paymentType: string | null;
|
|
2306
2310
|
fixedPrice: number | null;
|
|
2307
2311
|
} | null;
|
|
2308
2312
|
description: string | null;
|
|
2309
|
-
region: "
|
|
2313
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
2310
2314
|
datetime: number | null;
|
|
2311
|
-
campaignId: string;
|
|
2312
2315
|
organizationId: string;
|
|
2313
|
-
|
|
2316
|
+
campaignId: string;
|
|
2317
|
+
category: string | null;
|
|
2318
|
+
uid: string | null;
|
|
2319
|
+
questions: string[] | null;
|
|
2320
|
+
occupation: string | null;
|
|
2314
2321
|
createdAt: number | null;
|
|
2315
2322
|
updatedAt: number | null;
|
|
2316
|
-
|
|
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;
|
|
2317
2334
|
projectDuration: string | null;
|
|
2318
|
-
|
|
2335
|
+
jobUrl: string | null;
|
|
2319
2336
|
clientInfo: {
|
|
2320
2337
|
country: string | null;
|
|
2321
2338
|
region: string | null;
|
|
2322
|
-
isPaymentVerified: boolean | null;
|
|
2323
|
-
isPhoneVerified: boolean | null;
|
|
2324
|
-
enterpriseClient: boolean | null;
|
|
2325
|
-
companySize: string | null;
|
|
2326
2339
|
openJobs: number | null;
|
|
2327
|
-
|
|
2340
|
+
isPhoneVerified: boolean | null;
|
|
2341
|
+
isPaymentVerified: boolean | null;
|
|
2328
2342
|
numberOfReviews: number | null;
|
|
2329
2343
|
rating: number | null;
|
|
2330
2344
|
jobsPosted: number | null;
|
|
2345
|
+
totalSpent: number | null;
|
|
2331
2346
|
numberOfHires: number | null;
|
|
2332
2347
|
activeEngagements: number | null;
|
|
2333
2348
|
hireRate: number | null;
|
|
2334
2349
|
memberSince: string | null;
|
|
2335
2350
|
companyIndustry: string | null;
|
|
2351
|
+
companySize: string | null;
|
|
2352
|
+
enterpriseClient: boolean | null;
|
|
2336
2353
|
avgHourlyRatePaid: number | null;
|
|
2337
2354
|
companyId: string | null;
|
|
2338
2355
|
} | null;
|
|
2339
2356
|
vendorQualifications: {
|
|
2340
2357
|
location: string | null;
|
|
2341
|
-
includeRisingTalent: string | null;
|
|
2342
2358
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
2343
2359
|
englishLevel: string | null;
|
|
2344
2360
|
minimumEarnings: number | null;
|
|
2345
2361
|
jobSuccessScore: string | null;
|
|
2362
|
+
includeRisingTalent: string | null;
|
|
2346
2363
|
} | null;
|
|
2347
|
-
|
|
2348
|
-
uid: string | null;
|
|
2349
|
-
occupation: string | null;
|
|
2350
|
-
jobUrl: string | null;
|
|
2351
|
-
skills: {
|
|
2352
|
-
name: string;
|
|
2353
|
-
}[] | null;
|
|
2354
|
-
descriptionLength: number | null;
|
|
2355
|
-
connectsRequired: number | null;
|
|
2356
|
-
projectType: string | null;
|
|
2364
|
+
isFeatured: boolean | null;
|
|
2357
2365
|
clientReviews: {
|
|
2358
|
-
paymentType: string | null;
|
|
2359
2366
|
hourlyRate: number | null;
|
|
2360
2367
|
jobTitle: string | null;
|
|
2368
|
+
paymentType: string | null;
|
|
2369
|
+
fixedPrice: number | null;
|
|
2361
2370
|
freelancerName: string | null;
|
|
2362
2371
|
freelancerRating: number | null;
|
|
2363
2372
|
freelancerFeedback: string | null;
|
|
2364
2373
|
clientFeedback: string | null;
|
|
2365
2374
|
clientFeedbackRating: number | null;
|
|
2366
2375
|
dateRange: string | null;
|
|
2367
|
-
fixedPrice: number | null;
|
|
2368
2376
|
numHours: number | null;
|
|
2369
2377
|
totalBilled: number | null;
|
|
2370
2378
|
}[] | null;
|
|
@@ -2374,8 +2382,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2374
2382
|
avg: number | null;
|
|
2375
2383
|
} | null;
|
|
2376
2384
|
jobActivity: {
|
|
2377
|
-
updatedAt: number | null;
|
|
2378
2385
|
unansweredInvites: number | null;
|
|
2386
|
+
updatedAt: number | null;
|
|
2379
2387
|
proposals: {
|
|
2380
2388
|
max: number | null;
|
|
2381
2389
|
min: number | null;
|
|
@@ -2388,25 +2396,21 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2388
2396
|
} | null;
|
|
2389
2397
|
activityUpdates: 2 | 1 | 3 | null;
|
|
2390
2398
|
scrapedAt: number | null;
|
|
2391
|
-
biddingDelayInMinutes: number | null;
|
|
2392
|
-
specialisedProfile: string | null;
|
|
2393
|
-
jobId: string;
|
|
2394
2399
|
suitabilityRating: number | null;
|
|
2395
2400
|
suitabilityReason: string | null;
|
|
2396
2401
|
proposal: string | null;
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
question: string;
|
|
2400
|
-
}[] | null;
|
|
2401
|
-
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
2402
|
-
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;
|
|
2403
2404
|
biddingAmount: number | null;
|
|
2404
2405
|
boosted: boolean | null;
|
|
2405
2406
|
boostingAmount: number | null;
|
|
2406
2407
|
boostedForPlace: number | null;
|
|
2408
|
+
specialisedProfile: string | null;
|
|
2407
2409
|
biddedAt: number | null;
|
|
2408
2410
|
biddingTaskScheduled: boolean | null;
|
|
2409
2411
|
scheduledBiddingTime: number | null;
|
|
2412
|
+
inQueue: boolean | null;
|
|
2413
|
+
biddingDelayInMinutes: number | null;
|
|
2410
2414
|
checkFeedbackStatusCreatedAt: number | null;
|
|
2411
2415
|
biddingScheduledAt: number | null;
|
|
2412
2416
|
feedbackCheckTaskId: string | null;
|
|
@@ -2414,9 +2418,9 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2414
2418
|
rejectedFeedback: string | null;
|
|
2415
2419
|
applicationId: string | null;
|
|
2416
2420
|
leadBiddingConfig: {
|
|
2417
|
-
appliedFromQueue: boolean | null;
|
|
2418
2421
|
biddingDelayInMinutes: number | null;
|
|
2419
|
-
|
|
2422
|
+
appliedFromQueue: boolean | null;
|
|
2423
|
+
bidWithWarning: "bid" | "skip";
|
|
2420
2424
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
2421
2425
|
biddingHourlyRatePercentage: number | null;
|
|
2422
2426
|
biddingFixedHourlyRate: number | null;
|
|
@@ -2426,7 +2430,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2426
2430
|
maximumBoost: number | null;
|
|
2427
2431
|
minBoost: number | null;
|
|
2428
2432
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
2429
|
-
alreadyHiredAction: "
|
|
2433
|
+
alreadyHiredAction: "bid" | "skip";
|
|
2430
2434
|
bidConfig: {
|
|
2431
2435
|
contractorName: string | null;
|
|
2432
2436
|
agencyName: string | null;
|
|
@@ -2434,9 +2438,11 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2434
2438
|
};
|
|
2435
2439
|
} | null;
|
|
2436
2440
|
statusSynced: boolean | null;
|
|
2441
|
+
proposalId?: string | undefined;
|
|
2442
|
+
wonAmount?: number | undefined;
|
|
2437
2443
|
activity?: Partial<Record<"4h" | "24h", {
|
|
2438
|
-
updatedAt: number | null;
|
|
2439
2444
|
unansweredInvites: number | null;
|
|
2445
|
+
updatedAt: number | null;
|
|
2440
2446
|
proposals: {
|
|
2441
2447
|
max: number | null;
|
|
2442
2448
|
min: number | null;
|
|
@@ -2454,22 +2460,16 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2454
2460
|
interviewing: number;
|
|
2455
2461
|
invitesSent: number;
|
|
2456
2462
|
} | null | undefined;
|
|
2457
|
-
proposalId?: string | undefined;
|
|
2458
|
-
wonAmount?: number | undefined;
|
|
2459
2463
|
};
|
|
2460
2464
|
campaign: {
|
|
2461
2465
|
id: string;
|
|
2462
2466
|
priority: number | null;
|
|
2463
2467
|
name: string;
|
|
2464
|
-
limits: {
|
|
2465
|
-
enabled: boolean;
|
|
2466
|
-
maxDailyProposalsSent: number;
|
|
2467
|
-
windowAnchorAt: number | null;
|
|
2468
|
-
};
|
|
2469
2468
|
createdAt: number;
|
|
2470
2469
|
updatedAt: number;
|
|
2470
|
+
coverLetterTemplateId: string | null;
|
|
2471
2471
|
biddingDelayInMinutes: number;
|
|
2472
|
-
bidWithWarning: "
|
|
2472
|
+
bidWithWarning: "bid" | "skip";
|
|
2473
2473
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
2474
2474
|
biddingHourlyRatePercentage: number | null;
|
|
2475
2475
|
biddingFixedHourlyRate: number | null;
|
|
@@ -2479,42 +2479,24 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2479
2479
|
maximumBoost: number | null;
|
|
2480
2480
|
minBoost: number | null;
|
|
2481
2481
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
2482
|
-
alreadyHiredAction: "
|
|
2482
|
+
alreadyHiredAction: "bid" | "skip";
|
|
2483
2483
|
bidConfig: {
|
|
2484
2484
|
contractorName: string | null;
|
|
2485
2485
|
agencyName: string | null;
|
|
2486
2486
|
specialisedProfile: string | null;
|
|
2487
2487
|
bidderId: string | null;
|
|
2488
2488
|
} | null;
|
|
2489
|
-
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "alreadyHired" | "won", number>> | null;
|
|
2490
2489
|
filters: {
|
|
2491
|
-
|
|
2492
|
-
includes: string | null;
|
|
2493
|
-
excludes: string | null;
|
|
2494
|
-
} | null;
|
|
2495
|
-
searchQuery: string | null;
|
|
2496
|
-
isFeatured: "false" | "all" | "true" | null;
|
|
2497
|
-
regions: ("Worldwide" | "USOnly" | "UKOnly" | "All")[] | null;
|
|
2498
|
-
categories: {
|
|
2499
|
-
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;
|
|
2500
|
-
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;
|
|
2501
|
-
} | null;
|
|
2502
|
-
payment: {
|
|
2503
|
-
paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
|
|
2504
|
-
minFixedPrice: number | null;
|
|
2505
|
-
maxFixedPrice: number | null;
|
|
2506
|
-
minHourlyRate: number | null;
|
|
2507
|
-
maxHourlyRate: number | null;
|
|
2508
|
-
} | null;
|
|
2509
|
-
projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
|
|
2510
|
-
experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
|
|
2490
|
+
regions: ("USOnly" | "UKOnly" | "Worldwide" | "All")[] | null;
|
|
2511
2491
|
questions: {
|
|
2512
2492
|
hasQuestions: ("all" | "yes" | "no")[];
|
|
2513
2493
|
} | null;
|
|
2514
|
-
|
|
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;
|
|
2515
2496
|
clientInfo: {
|
|
2516
|
-
isPaymentVerified: "false" | "all" | "true";
|
|
2517
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;
|
|
2518
2500
|
enterpriseClient: "false" | "all" | "true";
|
|
2519
2501
|
clientLocationIncludes: string[] | null;
|
|
2520
2502
|
clientLocationExcludes: string[] | null;
|
|
@@ -2525,7 +2507,6 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2525
2507
|
minHireRate: number | null;
|
|
2526
2508
|
maxHireRate: number | null;
|
|
2527
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;
|
|
2528
|
-
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;
|
|
2529
2510
|
minJobsPosted: number | null;
|
|
2530
2511
|
minAvgHourlyRate: number | null;
|
|
2531
2512
|
maxAvgHourlyRate: number | null;
|
|
@@ -2533,24 +2514,42 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2533
2514
|
memberSinceFrom: string | null;
|
|
2534
2515
|
memberSinceTo: string | null;
|
|
2535
2516
|
} | null;
|
|
2536
|
-
includeClientsWithZeroReviews: boolean | null;
|
|
2537
|
-
includeClientsWithLessThanXPostedJobs: number | null;
|
|
2538
|
-
totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
2539
|
-
averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
2540
2517
|
vendorQualifications: {
|
|
2518
|
+
includeRisingTalent: string | null;
|
|
2541
2519
|
locationIncludes: string[] | null;
|
|
2542
2520
|
locationExcludes: string[] | null;
|
|
2543
2521
|
talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
|
|
2544
2522
|
englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
|
|
2545
|
-
includeRisingTalent: string | null;
|
|
2546
2523
|
requiredEarnings: 100 | 1000 | 10000 | null;
|
|
2547
2524
|
requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
|
|
2548
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;
|
|
2549
2548
|
};
|
|
2550
|
-
coverLetterTemplateId: string | null;
|
|
2551
2549
|
confirmedBillingAt: number | null;
|
|
2552
2550
|
monthlyBudget: number | null;
|
|
2553
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;
|
|
2554
2553
|
expenses: {
|
|
2555
2554
|
biddingAmount: number;
|
|
2556
2555
|
boosted: number;
|
|
@@ -2566,6 +2565,11 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2566
2565
|
} | null;
|
|
2567
2566
|
organizationProfileId: string | null;
|
|
2568
2567
|
lastSyncedProposalsAt: number | null;
|
|
2568
|
+
limits: {
|
|
2569
|
+
enabled: boolean;
|
|
2570
|
+
maxDailyProposalsSent: number;
|
|
2571
|
+
windowAnchorAt: number | null;
|
|
2572
|
+
};
|
|
2569
2573
|
workTime: {
|
|
2570
2574
|
days: ("monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | "sunday")[];
|
|
2571
2575
|
enabled: boolean;
|
|
@@ -2581,9 +2585,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2581
2585
|
id: string;
|
|
2582
2586
|
name: string | null;
|
|
2583
2587
|
email: string;
|
|
2584
|
-
region: "
|
|
2585
|
-
createdAt: number;
|
|
2586
|
-
updatedAt: number;
|
|
2588
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All";
|
|
2587
2589
|
password: string;
|
|
2588
2590
|
provider: "user-provided" | "lancer-provided";
|
|
2589
2591
|
isConnecting: boolean | null;
|
|
@@ -2603,6 +2605,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2603
2605
|
}[];
|
|
2604
2606
|
}[] | null;
|
|
2605
2607
|
instanceId: string | null;
|
|
2608
|
+
createdAt: number;
|
|
2609
|
+
updatedAt: number;
|
|
2606
2610
|
googleOauthTokens?: any;
|
|
2607
2611
|
isProtected?: boolean | undefined;
|
|
2608
2612
|
};
|
|
@@ -2614,18 +2618,28 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2614
2618
|
active: boolean;
|
|
2615
2619
|
name: string;
|
|
2616
2620
|
billing: {
|
|
2617
|
-
savedCard: boolean;
|
|
2618
2621
|
stripe: {
|
|
2619
2622
|
customer: {
|
|
2620
2623
|
id: string | null;
|
|
2621
2624
|
};
|
|
2622
2625
|
};
|
|
2626
|
+
savedCard: boolean;
|
|
2623
2627
|
} | null;
|
|
2628
|
+
createdAt: number;
|
|
2629
|
+
updatedAt: number;
|
|
2630
|
+
limits: {
|
|
2631
|
+
monthlyCredits: number;
|
|
2632
|
+
usedCredits: number;
|
|
2633
|
+
extraCredits: number;
|
|
2634
|
+
};
|
|
2624
2635
|
associatedBidders: string[] | null;
|
|
2625
2636
|
subscription: {
|
|
2626
2637
|
source: "manual" | "stripe";
|
|
2627
2638
|
status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
|
|
2628
2639
|
planId: string;
|
|
2640
|
+
pendingPlanId: string | null;
|
|
2641
|
+
startedAt: number;
|
|
2642
|
+
currentPeriodEnd: number;
|
|
2629
2643
|
stripe: {
|
|
2630
2644
|
id: string;
|
|
2631
2645
|
items: {
|
|
@@ -2639,33 +2653,24 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2639
2653
|
hosted_invoice_url: string | null;
|
|
2640
2654
|
};
|
|
2641
2655
|
};
|
|
2642
|
-
pendingPlanId: string | null;
|
|
2643
|
-
startedAt: number;
|
|
2644
|
-
currentPeriodEnd: number;
|
|
2645
2656
|
usage: Partial<Record<"suitabilityComplete" | "proposalComplete" | "biddingComplete", number>>;
|
|
2646
2657
|
trialEndsAt: number | null;
|
|
2647
|
-
billingInterval: "monthly" | "quarterly" | "yearly";
|
|
2658
|
+
billingInterval: "monthly" | "quarterly" | "yearly" | null;
|
|
2648
2659
|
hasUsBidderAccess: boolean | null;
|
|
2649
2660
|
usBidderSubscriptionItemId: string | null;
|
|
2650
2661
|
} | null;
|
|
2651
|
-
limits: {
|
|
2652
|
-
monthlyCredits: number;
|
|
2653
|
-
usedCredits: number;
|
|
2654
|
-
extraCredits: number;
|
|
2655
|
-
};
|
|
2656
2662
|
lastBidTime: number | null;
|
|
2657
2663
|
nextScheduledBidTime: number | null;
|
|
2658
|
-
createdAt: number;
|
|
2659
|
-
updatedAt: number;
|
|
2660
2664
|
openRouterApiKey: string | null;
|
|
2661
2665
|
nextProposalStatusSyncTime: number | null;
|
|
2666
|
+
insufficientConnectsAction: "buy_more_connects" | "pause_campaigns" | null;
|
|
2662
2667
|
usBidderAccountSubscription?: {
|
|
2663
2668
|
usBidderAccountPayment?: {
|
|
2664
2669
|
status: string;
|
|
2665
2670
|
error?: string | undefined;
|
|
2666
2671
|
currency?: string | undefined;
|
|
2667
|
-
paidAt?: number | undefined;
|
|
2668
2672
|
amount?: number | undefined;
|
|
2673
|
+
paidAt?: number | undefined;
|
|
2669
2674
|
paymentIntentId?: string | undefined;
|
|
2670
2675
|
} | undefined;
|
|
2671
2676
|
} | undefined;
|
|
@@ -2677,74 +2682,78 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2677
2682
|
metadata: {
|
|
2678
2683
|
hours: string | null;
|
|
2679
2684
|
duration: string | null;
|
|
2680
|
-
paymentType: string | null;
|
|
2681
|
-
experienceLevel: string | null;
|
|
2682
2685
|
hourlyRate: {
|
|
2683
2686
|
max: number | null;
|
|
2684
2687
|
min: number | null;
|
|
2685
2688
|
} | null;
|
|
2689
|
+
experienceLevel: string | null;
|
|
2690
|
+
paymentType: string | null;
|
|
2686
2691
|
fixedPrice: number | null;
|
|
2687
2692
|
} | null;
|
|
2688
2693
|
description: string | null;
|
|
2689
|
-
region: "
|
|
2694
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
2690
2695
|
datetime: number | null;
|
|
2691
|
-
campaignId: string;
|
|
2692
2696
|
organizationId: string;
|
|
2693
|
-
|
|
2697
|
+
campaignId: string;
|
|
2698
|
+
category: string | null;
|
|
2699
|
+
uid: string | null;
|
|
2700
|
+
questions: string[] | null;
|
|
2701
|
+
occupation: string | null;
|
|
2694
2702
|
createdAt: number | null;
|
|
2695
2703
|
updatedAt: number | null;
|
|
2696
|
-
|
|
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;
|
|
2697
2715
|
projectDuration: string | null;
|
|
2698
|
-
|
|
2716
|
+
jobUrl: string | null;
|
|
2699
2717
|
clientInfo: {
|
|
2700
2718
|
country: string | null;
|
|
2701
2719
|
region: string | null;
|
|
2702
|
-
isPaymentVerified: boolean | null;
|
|
2703
|
-
isPhoneVerified: boolean | null;
|
|
2704
|
-
enterpriseClient: boolean | null;
|
|
2705
|
-
companySize: string | null;
|
|
2706
2720
|
openJobs: number | null;
|
|
2707
|
-
|
|
2721
|
+
isPhoneVerified: boolean | null;
|
|
2722
|
+
isPaymentVerified: boolean | null;
|
|
2708
2723
|
numberOfReviews: number | null;
|
|
2709
2724
|
rating: number | null;
|
|
2710
2725
|
jobsPosted: number | null;
|
|
2726
|
+
totalSpent: number | null;
|
|
2711
2727
|
numberOfHires: number | null;
|
|
2712
2728
|
activeEngagements: number | null;
|
|
2713
2729
|
hireRate: number | null;
|
|
2714
2730
|
memberSince: string | null;
|
|
2715
2731
|
companyIndustry: string | null;
|
|
2732
|
+
companySize: string | null;
|
|
2733
|
+
enterpriseClient: boolean | null;
|
|
2716
2734
|
avgHourlyRatePaid: number | null;
|
|
2717
2735
|
companyId: string | null;
|
|
2718
2736
|
} | null;
|
|
2719
2737
|
vendorQualifications: {
|
|
2720
2738
|
location: string | null;
|
|
2721
|
-
includeRisingTalent: string | null;
|
|
2722
2739
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
2723
2740
|
englishLevel: string | null;
|
|
2724
2741
|
minimumEarnings: number | null;
|
|
2725
2742
|
jobSuccessScore: string | null;
|
|
2743
|
+
includeRisingTalent: string | null;
|
|
2726
2744
|
} | null;
|
|
2727
|
-
|
|
2728
|
-
uid: string | null;
|
|
2729
|
-
occupation: string | null;
|
|
2730
|
-
jobUrl: string | null;
|
|
2731
|
-
skills: {
|
|
2732
|
-
name: string;
|
|
2733
|
-
}[] | null;
|
|
2734
|
-
descriptionLength: number | null;
|
|
2735
|
-
connectsRequired: number | null;
|
|
2736
|
-
projectType: string | null;
|
|
2745
|
+
isFeatured: boolean | null;
|
|
2737
2746
|
clientReviews: {
|
|
2738
|
-
paymentType: string | null;
|
|
2739
2747
|
hourlyRate: number | null;
|
|
2740
2748
|
jobTitle: string | null;
|
|
2749
|
+
paymentType: string | null;
|
|
2750
|
+
fixedPrice: number | null;
|
|
2741
2751
|
freelancerName: string | null;
|
|
2742
2752
|
freelancerRating: number | null;
|
|
2743
2753
|
freelancerFeedback: string | null;
|
|
2744
2754
|
clientFeedback: string | null;
|
|
2745
2755
|
clientFeedbackRating: number | null;
|
|
2746
2756
|
dateRange: string | null;
|
|
2747
|
-
fixedPrice: number | null;
|
|
2748
2757
|
numHours: number | null;
|
|
2749
2758
|
totalBilled: number | null;
|
|
2750
2759
|
}[] | null;
|
|
@@ -2754,8 +2763,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2754
2763
|
avg: number | null;
|
|
2755
2764
|
} | null;
|
|
2756
2765
|
jobActivity: {
|
|
2757
|
-
updatedAt: number | null;
|
|
2758
2766
|
unansweredInvites: number | null;
|
|
2767
|
+
updatedAt: number | null;
|
|
2759
2768
|
proposals: {
|
|
2760
2769
|
max: number | null;
|
|
2761
2770
|
min: number | null;
|
|
@@ -2768,25 +2777,21 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2768
2777
|
} | null;
|
|
2769
2778
|
activityUpdates: 2 | 1 | 3 | null;
|
|
2770
2779
|
scrapedAt: number | null;
|
|
2771
|
-
biddingDelayInMinutes: number | null;
|
|
2772
|
-
specialisedProfile: string | null;
|
|
2773
|
-
jobId: string;
|
|
2774
2780
|
suitabilityRating: number | null;
|
|
2775
2781
|
suitabilityReason: string | null;
|
|
2776
2782
|
proposal: string | null;
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
question: string;
|
|
2780
|
-
}[] | null;
|
|
2781
|
-
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
2782
|
-
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;
|
|
2783
2785
|
biddingAmount: number | null;
|
|
2784
2786
|
boosted: boolean | null;
|
|
2785
2787
|
boostingAmount: number | null;
|
|
2786
2788
|
boostedForPlace: number | null;
|
|
2789
|
+
specialisedProfile: string | null;
|
|
2787
2790
|
biddedAt: number | null;
|
|
2788
2791
|
biddingTaskScheduled: boolean | null;
|
|
2789
2792
|
scheduledBiddingTime: number | null;
|
|
2793
|
+
inQueue: boolean | null;
|
|
2794
|
+
biddingDelayInMinutes: number | null;
|
|
2790
2795
|
checkFeedbackStatusCreatedAt: number | null;
|
|
2791
2796
|
biddingScheduledAt: number | null;
|
|
2792
2797
|
feedbackCheckTaskId: string | null;
|
|
@@ -2794,9 +2799,9 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2794
2799
|
rejectedFeedback: string | null;
|
|
2795
2800
|
applicationId: string | null;
|
|
2796
2801
|
leadBiddingConfig: {
|
|
2797
|
-
appliedFromQueue: boolean | null;
|
|
2798
2802
|
biddingDelayInMinutes: number | null;
|
|
2799
|
-
|
|
2803
|
+
appliedFromQueue: boolean | null;
|
|
2804
|
+
bidWithWarning: "bid" | "skip";
|
|
2800
2805
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
2801
2806
|
biddingHourlyRatePercentage: number | null;
|
|
2802
2807
|
biddingFixedHourlyRate: number | null;
|
|
@@ -2806,7 +2811,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2806
2811
|
maximumBoost: number | null;
|
|
2807
2812
|
minBoost: number | null;
|
|
2808
2813
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
2809
|
-
alreadyHiredAction: "
|
|
2814
|
+
alreadyHiredAction: "bid" | "skip";
|
|
2810
2815
|
bidConfig: {
|
|
2811
2816
|
contractorName: string | null;
|
|
2812
2817
|
agencyName: string | null;
|
|
@@ -2814,9 +2819,11 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2814
2819
|
};
|
|
2815
2820
|
} | null;
|
|
2816
2821
|
statusSynced: boolean | null;
|
|
2822
|
+
proposalId?: string | undefined;
|
|
2823
|
+
wonAmount?: number | undefined;
|
|
2817
2824
|
activity?: Partial<Record<"4h" | "24h", {
|
|
2818
|
-
updatedAt: number | null;
|
|
2819
2825
|
unansweredInvites: number | null;
|
|
2826
|
+
updatedAt: number | null;
|
|
2820
2827
|
proposals: {
|
|
2821
2828
|
max: number | null;
|
|
2822
2829
|
min: number | null;
|
|
@@ -2834,61 +2841,37 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2834
2841
|
interviewing: number;
|
|
2835
2842
|
invitesSent: number;
|
|
2836
2843
|
} | null | undefined;
|
|
2837
|
-
proposalId?: string | undefined;
|
|
2838
|
-
wonAmount?: number | undefined;
|
|
2839
2844
|
};
|
|
2840
2845
|
campaign: {
|
|
2841
2846
|
id: string;
|
|
2842
2847
|
priority: number | null;
|
|
2843
2848
|
name: string;
|
|
2844
|
-
limits: {
|
|
2845
|
-
enabled: boolean;
|
|
2846
|
-
maxDailyProposalsSent: number;
|
|
2847
|
-
windowAnchorAt: number | null;
|
|
2848
|
-
};
|
|
2849
2849
|
createdAt: number;
|
|
2850
2850
|
updatedAt: number;
|
|
2851
|
-
|
|
2851
|
+
coverLetterTemplateId: string | null;
|
|
2852
|
+
bidWithWarning: "bid" | "skip";
|
|
2852
2853
|
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
2853
2854
|
biddingHourlyRatePercentage: number | null;
|
|
2854
2855
|
biddingFixedHourlyRate: number | null;
|
|
2855
2856
|
boostDownToNthPlace: number | null;
|
|
2856
2857
|
connectsAbovePrevious: number | null;
|
|
2857
2858
|
insufficeintBoostConnectsAction: "skip" | "bid_without_boost";
|
|
2858
|
-
alreadyHiredAction: "
|
|
2859
|
+
alreadyHiredAction: "bid" | "skip";
|
|
2859
2860
|
bidConfig: {
|
|
2860
2861
|
contractorName: string | null;
|
|
2861
2862
|
agencyName: string | null;
|
|
2862
2863
|
specialisedProfile: string | null;
|
|
2863
2864
|
bidderId: string | null;
|
|
2864
2865
|
} | null;
|
|
2865
|
-
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "alreadyHired" | "won", number>> | null;
|
|
2866
2866
|
filters: {
|
|
2867
|
-
|
|
2868
|
-
includes: string | null;
|
|
2869
|
-
excludes: string | null;
|
|
2870
|
-
} | null;
|
|
2871
|
-
searchQuery: string | null;
|
|
2872
|
-
isFeatured: "false" | "all" | "true" | null;
|
|
2873
|
-
regions: ("Worldwide" | "USOnly" | "UKOnly" | "All")[] | null;
|
|
2874
|
-
categories: {
|
|
2875
|
-
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;
|
|
2876
|
-
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;
|
|
2877
|
-
} | null;
|
|
2878
|
-
payment: {
|
|
2879
|
-
paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
|
|
2880
|
-
minFixedPrice: number | null;
|
|
2881
|
-
maxFixedPrice: number | null;
|
|
2882
|
-
minHourlyRate: number | null;
|
|
2883
|
-
maxHourlyRate: number | null;
|
|
2884
|
-
} | null;
|
|
2885
|
-
projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
|
|
2886
|
-
experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
|
|
2867
|
+
regions: ("USOnly" | "UKOnly" | "Worldwide" | "All")[] | null;
|
|
2887
2868
|
questions: {
|
|
2888
2869
|
hasQuestions: ("all" | "yes" | "no")[];
|
|
2889
2870
|
} | null;
|
|
2890
|
-
|
|
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;
|
|
2891
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;
|
|
2892
2875
|
clientLocationIncludes: string[] | null;
|
|
2893
2876
|
clientLocationExcludes: string[] | null;
|
|
2894
2877
|
minReviewScore: number | null;
|
|
@@ -2898,34 +2881,51 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2898
2881
|
minHireRate: number | null;
|
|
2899
2882
|
maxHireRate: number | null;
|
|
2900
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;
|
|
2901
|
-
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;
|
|
2902
2884
|
minJobsPosted: number | null;
|
|
2903
2885
|
minAvgHourlyRate: number | null;
|
|
2904
2886
|
maxAvgHourlyRate: number | null;
|
|
2905
2887
|
minNumReviews: number | null;
|
|
2906
2888
|
memberSinceFrom: string | null;
|
|
2907
2889
|
memberSinceTo: string | null;
|
|
2908
|
-
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
2909
2890
|
isPhoneVerified?: "false" | "all" | "true" | undefined;
|
|
2891
|
+
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
2910
2892
|
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
2911
2893
|
} | null;
|
|
2912
|
-
includeClientsWithZeroReviews: boolean | null;
|
|
2913
|
-
includeClientsWithLessThanXPostedJobs: number | null;
|
|
2914
|
-
totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
2915
|
-
averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
2916
2894
|
vendorQualifications: {
|
|
2895
|
+
includeRisingTalent: string | null;
|
|
2917
2896
|
locationIncludes: string[] | null;
|
|
2918
2897
|
locationExcludes: string[] | null;
|
|
2919
2898
|
talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
|
|
2920
2899
|
englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
|
|
2921
|
-
includeRisingTalent: string | null;
|
|
2922
2900
|
requiredEarnings: 100 | 1000 | 10000 | null;
|
|
2923
2901
|
requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
|
|
2924
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;
|
|
2925
2925
|
};
|
|
2926
|
-
coverLetterTemplateId: string | null;
|
|
2927
2926
|
confirmedBillingAt: number | null;
|
|
2928
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;
|
|
2929
2929
|
expenses: {
|
|
2930
2930
|
biddingAmount?: number | undefined;
|
|
2931
2931
|
boosted?: number | undefined;
|
|
@@ -2941,6 +2941,11 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2941
2941
|
} | null;
|
|
2942
2942
|
organizationProfileId: string | null;
|
|
2943
2943
|
lastSyncedProposalsAt: number | null;
|
|
2944
|
+
limits: {
|
|
2945
|
+
enabled: boolean;
|
|
2946
|
+
maxDailyProposalsSent: number;
|
|
2947
|
+
windowAnchorAt: number | null;
|
|
2948
|
+
};
|
|
2944
2949
|
workTime: {
|
|
2945
2950
|
days: ("monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | "sunday")[];
|
|
2946
2951
|
enabled: boolean;
|
|
@@ -2961,9 +2966,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2961
2966
|
id: string;
|
|
2962
2967
|
name: string | null;
|
|
2963
2968
|
email: string;
|
|
2964
|
-
region: "
|
|
2965
|
-
createdAt: number;
|
|
2966
|
-
updatedAt: number;
|
|
2969
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All";
|
|
2967
2970
|
password: string;
|
|
2968
2971
|
provider: "user-provided" | "lancer-provided";
|
|
2969
2972
|
isConnecting: boolean | null;
|
|
@@ -2983,6 +2986,8 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2983
2986
|
}[];
|
|
2984
2987
|
}[] | null;
|
|
2985
2988
|
instanceId: string | null;
|
|
2989
|
+
createdAt: number;
|
|
2990
|
+
updatedAt: number;
|
|
2986
2991
|
googleOauthTokens?: any;
|
|
2987
2992
|
isProtected?: boolean | undefined;
|
|
2988
2993
|
};
|