lancer-shared 1.2.194 → 1.2.196
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 +14 -1
- package/dist/constants/job-filter-options.d.ts +1 -0
- package/dist/schemas/campaign/campaign-analytics.d.ts +160 -0
- package/dist/schemas/campaign/campaign.d.ts +84 -0
- package/dist/schemas/job/job-filters.d.ts +20 -0
- package/dist/schemas/scraper/scrape-payload.d.ts +36 -0
- package/package.json +1 -1
|
@@ -483,12 +483,16 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
|
|
|
483
483
|
clientLocationIncludes: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
484
484
|
clientLocationExcludes: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
485
485
|
minReviewScore: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
486
|
+
maxReviewScore: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
486
487
|
minTotalSpent: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
488
|
+
maxTotalSpent: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
487
489
|
minHireRate: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
490
|
+
maxHireRate: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
488
491
|
clientIndustry: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodEnum<["Aerospace", "Agriculture & Forestry", "Art & Design", "Automotive", "Aviation", "Education", "Energy & Utilities", "Engineering & Architecture", "Fashion & Beauty", "Finance & Accounting", "Food & Beverage", "Government & Public Sector", "Health & Fitness", "HR & Business Services", "Legal", "Manufacturing & Construction", "Media & Entertainment", "Military & Defense", "Mining", "Real Estate", "Retail & Consumer Goods", "Sales & Marketing", "Science & Medicine", "Sports & Recreation", "Supply Chain & Logistics", "Tech & IT", "Transportation & Warehousing", "Travel & Hospitality"]>, "many">>;
|
|
489
492
|
companySize: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodEnum<["Individual client", "Small company (2-9 people)", "Mid-sized company (10-99 people)", "Large company (100-1,000 people)", "Large company (1,000+ people)", "Unspecified"]>, "many">>;
|
|
490
493
|
minJobsPosted: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
491
494
|
minAvgHourlyRate: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
495
|
+
maxAvgHourlyRate: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
492
496
|
minNumReviews: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
493
497
|
memberSinceFrom: import("zod").ZodNullable<import("zod").ZodString>;
|
|
494
498
|
memberSinceTo: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -499,12 +503,16 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
|
|
|
499
503
|
clientLocationIncludes: string[] | null;
|
|
500
504
|
clientLocationExcludes: string[] | null;
|
|
501
505
|
minReviewScore: number | null;
|
|
506
|
+
maxReviewScore: number | null;
|
|
502
507
|
minTotalSpent: number | null;
|
|
508
|
+
maxTotalSpent: number | null;
|
|
503
509
|
minHireRate: number | null;
|
|
510
|
+
maxHireRate: number | null;
|
|
504
511
|
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;
|
|
505
512
|
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;
|
|
506
513
|
minJobsPosted: number | null;
|
|
507
514
|
minAvgHourlyRate: number | null;
|
|
515
|
+
maxAvgHourlyRate: number | null;
|
|
508
516
|
minNumReviews: number | null;
|
|
509
517
|
memberSinceFrom: string | null;
|
|
510
518
|
memberSinceTo: string | null;
|
|
@@ -512,12 +520,16 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
|
|
|
512
520
|
clientLocationIncludes: string[] | null;
|
|
513
521
|
clientLocationExcludes: string[] | null;
|
|
514
522
|
minReviewScore: number | null;
|
|
523
|
+
maxReviewScore: number | null;
|
|
515
524
|
minTotalSpent: number | null;
|
|
525
|
+
maxTotalSpent: number | null;
|
|
516
526
|
minHireRate: number | null;
|
|
527
|
+
maxHireRate: number | null;
|
|
517
528
|
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;
|
|
518
529
|
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;
|
|
519
530
|
minJobsPosted: number | null;
|
|
520
531
|
minAvgHourlyRate: number | null;
|
|
532
|
+
maxAvgHourlyRate: number | null;
|
|
521
533
|
minNumReviews: number | null;
|
|
522
534
|
memberSinceFrom: string | null;
|
|
523
535
|
memberSinceTo: string | null;
|
|
@@ -583,12 +595,16 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
|
|
|
583
595
|
clientLocationIncludes: string[] | null;
|
|
584
596
|
clientLocationExcludes: string[] | null;
|
|
585
597
|
minReviewScore: number | null;
|
|
598
|
+
maxReviewScore: number | null;
|
|
586
599
|
minTotalSpent: number | null;
|
|
600
|
+
maxTotalSpent: number | null;
|
|
587
601
|
minHireRate: number | null;
|
|
602
|
+
maxHireRate: number | null;
|
|
588
603
|
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;
|
|
589
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;
|
|
590
605
|
minJobsPosted: number | null;
|
|
591
606
|
minAvgHourlyRate: number | null;
|
|
607
|
+
maxAvgHourlyRate: number | null;
|
|
592
608
|
minNumReviews: number | null;
|
|
593
609
|
memberSinceFrom: string | null;
|
|
594
610
|
memberSinceTo: string | null;
|
|
@@ -632,12 +648,16 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
|
|
|
632
648
|
clientLocationIncludes: string[] | null;
|
|
633
649
|
clientLocationExcludes: string[] | null;
|
|
634
650
|
minReviewScore: number | null;
|
|
651
|
+
maxReviewScore: number | null;
|
|
635
652
|
minTotalSpent: number | null;
|
|
653
|
+
maxTotalSpent: number | null;
|
|
636
654
|
minHireRate: number | null;
|
|
655
|
+
maxHireRate: number | null;
|
|
637
656
|
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;
|
|
638
657
|
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;
|
|
639
658
|
minJobsPosted: number | null;
|
|
640
659
|
minAvgHourlyRate: number | null;
|
|
660
|
+
maxAvgHourlyRate: number | null;
|
|
641
661
|
minNumReviews: number | null;
|
|
642
662
|
memberSinceFrom: string | null;
|
|
643
663
|
memberSinceTo: string | null;
|
|
@@ -806,12 +826,16 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
|
|
|
806
826
|
clientLocationIncludes: string[] | null;
|
|
807
827
|
clientLocationExcludes: string[] | null;
|
|
808
828
|
minReviewScore: number | null;
|
|
829
|
+
maxReviewScore: number | null;
|
|
809
830
|
minTotalSpent: number | null;
|
|
831
|
+
maxTotalSpent: number | null;
|
|
810
832
|
minHireRate: number | null;
|
|
833
|
+
maxHireRate: number | null;
|
|
811
834
|
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;
|
|
812
835
|
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;
|
|
813
836
|
minJobsPosted: number | null;
|
|
814
837
|
minAvgHourlyRate: number | null;
|
|
838
|
+
maxAvgHourlyRate: number | null;
|
|
815
839
|
minNumReviews: number | null;
|
|
816
840
|
memberSinceFrom: string | null;
|
|
817
841
|
memberSinceTo: string | null;
|
|
@@ -914,12 +938,16 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
|
|
|
914
938
|
clientLocationIncludes: string[] | null;
|
|
915
939
|
clientLocationExcludes: string[] | null;
|
|
916
940
|
minReviewScore: number | null;
|
|
941
|
+
maxReviewScore: number | null;
|
|
917
942
|
minTotalSpent: number | null;
|
|
943
|
+
maxTotalSpent: number | null;
|
|
918
944
|
minHireRate: number | null;
|
|
945
|
+
maxHireRate: number | null;
|
|
919
946
|
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;
|
|
920
947
|
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;
|
|
921
948
|
minJobsPosted: number | null;
|
|
922
949
|
minAvgHourlyRate: number | null;
|
|
950
|
+
maxAvgHourlyRate: number | null;
|
|
923
951
|
minNumReviews: number | null;
|
|
924
952
|
memberSinceFrom: string | null;
|
|
925
953
|
memberSinceTo: string | null;
|
|
@@ -2068,12 +2096,16 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
|
|
|
2068
2096
|
clientLocationIncludes: string[] | null;
|
|
2069
2097
|
clientLocationExcludes: string[] | null;
|
|
2070
2098
|
minReviewScore: number | null;
|
|
2099
|
+
maxReviewScore: number | null;
|
|
2071
2100
|
minTotalSpent: number | null;
|
|
2101
|
+
maxTotalSpent: number | null;
|
|
2072
2102
|
minHireRate: number | null;
|
|
2103
|
+
maxHireRate: number | null;
|
|
2073
2104
|
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;
|
|
2074
2105
|
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;
|
|
2075
2106
|
minJobsPosted: number | null;
|
|
2076
2107
|
minAvgHourlyRate: number | null;
|
|
2108
|
+
maxAvgHourlyRate: number | null;
|
|
2077
2109
|
minNumReviews: number | null;
|
|
2078
2110
|
memberSinceFrom: string | null;
|
|
2079
2111
|
memberSinceTo: string | null;
|
|
@@ -2404,12 +2436,16 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
|
|
|
2404
2436
|
clientLocationIncludes: string[] | null;
|
|
2405
2437
|
clientLocationExcludes: string[] | null;
|
|
2406
2438
|
minReviewScore: number | null;
|
|
2439
|
+
maxReviewScore: number | null;
|
|
2407
2440
|
minTotalSpent: number | null;
|
|
2441
|
+
maxTotalSpent: number | null;
|
|
2408
2442
|
minHireRate: number | null;
|
|
2443
|
+
maxHireRate: number | null;
|
|
2409
2444
|
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;
|
|
2410
2445
|
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;
|
|
2411
2446
|
minJobsPosted: number | null;
|
|
2412
2447
|
minAvgHourlyRate: number | null;
|
|
2448
|
+
maxAvgHourlyRate: number | null;
|
|
2413
2449
|
minNumReviews: number | null;
|
|
2414
2450
|
memberSinceFrom: string | null;
|
|
2415
2451
|
memberSinceTo: string | null;
|