lancer-shared 1.0.88 → 1.0.89
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.
|
@@ -67,6 +67,7 @@ export declare const campaignSchema: z.ZodObject<{
|
|
|
67
67
|
companySize: z.ZodNullable<z.ZodArray<z.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">>;
|
|
68
68
|
minJobsPosted: z.ZodNullable<z.ZodNumber>;
|
|
69
69
|
minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
70
|
+
minNumReviews: z.ZodNullable<z.ZodNumber>;
|
|
70
71
|
}, "strip", z.ZodTypeAny, {
|
|
71
72
|
isPaymentVerified: "false" | "all" | "true";
|
|
72
73
|
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;
|
|
@@ -79,6 +80,7 @@ export declare const campaignSchema: z.ZodObject<{
|
|
|
79
80
|
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;
|
|
80
81
|
minJobsPosted: number | null;
|
|
81
82
|
minAvgHourlyRate: number | null;
|
|
83
|
+
minNumReviews: number | null;
|
|
82
84
|
}, {
|
|
83
85
|
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;
|
|
84
86
|
clientLocationIncludes: string[] | null;
|
|
@@ -89,6 +91,7 @@ export declare const campaignSchema: z.ZodObject<{
|
|
|
89
91
|
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;
|
|
90
92
|
minJobsPosted: number | null;
|
|
91
93
|
minAvgHourlyRate: number | null;
|
|
94
|
+
minNumReviews: number | null;
|
|
92
95
|
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
93
96
|
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
94
97
|
}>>;
|
|
@@ -129,6 +132,7 @@ export declare const campaignSchema: z.ZodObject<{
|
|
|
129
132
|
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;
|
|
130
133
|
minJobsPosted: number | null;
|
|
131
134
|
minAvgHourlyRate: number | null;
|
|
135
|
+
minNumReviews: number | null;
|
|
132
136
|
} | null;
|
|
133
137
|
vendorQualifications: {
|
|
134
138
|
includeRisingTalent: string | null;
|
|
@@ -171,6 +175,7 @@ export declare const campaignSchema: z.ZodObject<{
|
|
|
171
175
|
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;
|
|
172
176
|
minJobsPosted: number | null;
|
|
173
177
|
minAvgHourlyRate: number | null;
|
|
178
|
+
minNumReviews: number | null;
|
|
174
179
|
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
175
180
|
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
176
181
|
} | null;
|
|
@@ -290,6 +295,7 @@ export declare const campaignSchema: z.ZodObject<{
|
|
|
290
295
|
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;
|
|
291
296
|
minJobsPosted: number | null;
|
|
292
297
|
minAvgHourlyRate: number | null;
|
|
298
|
+
minNumReviews: number | null;
|
|
293
299
|
} | null;
|
|
294
300
|
vendorQualifications: {
|
|
295
301
|
includeRisingTalent: string | null;
|
|
@@ -364,6 +370,7 @@ export declare const campaignSchema: z.ZodObject<{
|
|
|
364
370
|
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;
|
|
365
371
|
minJobsPosted: number | null;
|
|
366
372
|
minAvgHourlyRate: number | null;
|
|
373
|
+
minNumReviews: number | null;
|
|
367
374
|
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
368
375
|
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
369
376
|
} | null;
|
|
@@ -486,6 +493,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
|
|
|
486
493
|
companySize: z.ZodNullable<z.ZodArray<z.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">>;
|
|
487
494
|
minJobsPosted: z.ZodNullable<z.ZodNumber>;
|
|
488
495
|
minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
496
|
+
minNumReviews: z.ZodNullable<z.ZodNumber>;
|
|
489
497
|
}, "strip", z.ZodTypeAny, {
|
|
490
498
|
isPaymentVerified: "false" | "all" | "true";
|
|
491
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;
|
|
@@ -498,6 +506,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
|
|
|
498
506
|
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;
|
|
499
507
|
minJobsPosted: number | null;
|
|
500
508
|
minAvgHourlyRate: number | null;
|
|
509
|
+
minNumReviews: number | null;
|
|
501
510
|
}, {
|
|
502
511
|
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;
|
|
503
512
|
clientLocationIncludes: string[] | null;
|
|
@@ -508,6 +517,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
|
|
|
508
517
|
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
518
|
minJobsPosted: number | null;
|
|
510
519
|
minAvgHourlyRate: number | null;
|
|
520
|
+
minNumReviews: number | null;
|
|
511
521
|
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
512
522
|
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
513
523
|
}>>;
|
|
@@ -548,6 +558,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
|
|
|
548
558
|
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;
|
|
549
559
|
minJobsPosted: number | null;
|
|
550
560
|
minAvgHourlyRate: number | null;
|
|
561
|
+
minNumReviews: number | null;
|
|
551
562
|
} | null;
|
|
552
563
|
vendorQualifications: {
|
|
553
564
|
includeRisingTalent: string | null;
|
|
@@ -590,6 +601,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
|
|
|
590
601
|
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;
|
|
591
602
|
minJobsPosted: number | null;
|
|
592
603
|
minAvgHourlyRate: number | null;
|
|
604
|
+
minNumReviews: number | null;
|
|
593
605
|
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
594
606
|
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
595
607
|
} | null;
|
|
@@ -706,6 +718,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
|
|
|
706
718
|
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;
|
|
707
719
|
minJobsPosted: number | null;
|
|
708
720
|
minAvgHourlyRate: number | null;
|
|
721
|
+
minNumReviews: number | null;
|
|
709
722
|
} | null;
|
|
710
723
|
vendorQualifications: {
|
|
711
724
|
includeRisingTalent: string | null;
|
|
@@ -777,6 +790,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
|
|
|
777
790
|
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;
|
|
778
791
|
minJobsPosted: number | null;
|
|
779
792
|
minAvgHourlyRate: number | null;
|
|
793
|
+
minNumReviews: number | null;
|
|
780
794
|
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
781
795
|
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
782
796
|
} | null;
|
|
@@ -899,6 +913,7 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
|
|
|
899
913
|
companySize: z.ZodNullable<z.ZodArray<z.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">>;
|
|
900
914
|
minJobsPosted: z.ZodNullable<z.ZodNumber>;
|
|
901
915
|
minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
916
|
+
minNumReviews: z.ZodNullable<z.ZodNumber>;
|
|
902
917
|
}, "strip", z.ZodTypeAny, {
|
|
903
918
|
isPaymentVerified: "false" | "all" | "true";
|
|
904
919
|
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;
|
|
@@ -911,6 +926,7 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
|
|
|
911
926
|
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;
|
|
912
927
|
minJobsPosted: number | null;
|
|
913
928
|
minAvgHourlyRate: number | null;
|
|
929
|
+
minNumReviews: number | null;
|
|
914
930
|
}, {
|
|
915
931
|
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;
|
|
916
932
|
clientLocationIncludes: string[] | null;
|
|
@@ -921,6 +937,7 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
|
|
|
921
937
|
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;
|
|
922
938
|
minJobsPosted: number | null;
|
|
923
939
|
minAvgHourlyRate: number | null;
|
|
940
|
+
minNumReviews: number | null;
|
|
924
941
|
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
925
942
|
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
926
943
|
}>>;
|
|
@@ -961,6 +978,7 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
|
|
|
961
978
|
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;
|
|
962
979
|
minJobsPosted: number | null;
|
|
963
980
|
minAvgHourlyRate: number | null;
|
|
981
|
+
minNumReviews: number | null;
|
|
964
982
|
} | null;
|
|
965
983
|
vendorQualifications: {
|
|
966
984
|
includeRisingTalent: string | null;
|
|
@@ -1003,6 +1021,7 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
|
|
|
1003
1021
|
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;
|
|
1004
1022
|
minJobsPosted: number | null;
|
|
1005
1023
|
minAvgHourlyRate: number | null;
|
|
1024
|
+
minNumReviews: number | null;
|
|
1006
1025
|
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
1007
1026
|
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
1008
1027
|
} | null;
|
|
@@ -1120,6 +1139,7 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
|
|
|
1120
1139
|
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;
|
|
1121
1140
|
minJobsPosted: number | null;
|
|
1122
1141
|
minAvgHourlyRate: number | null;
|
|
1142
|
+
minNumReviews: number | null;
|
|
1123
1143
|
} | null;
|
|
1124
1144
|
vendorQualifications: {
|
|
1125
1145
|
includeRisingTalent: string | null;
|
|
@@ -1192,6 +1212,7 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
|
|
|
1192
1212
|
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;
|
|
1193
1213
|
minJobsPosted: number | null;
|
|
1194
1214
|
minAvgHourlyRate: number | null;
|
|
1215
|
+
minNumReviews: number | null;
|
|
1195
1216
|
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
1196
1217
|
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
1197
1218
|
} | null;
|
|
@@ -74,6 +74,7 @@ export declare const jobFiltersSchema: z.ZodObject<{
|
|
|
74
74
|
companySize: z.ZodNullable<z.ZodArray<z.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">>;
|
|
75
75
|
minJobsPosted: z.ZodNullable<z.ZodNumber>;
|
|
76
76
|
minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
77
|
+
minNumReviews: z.ZodNullable<z.ZodNumber>;
|
|
77
78
|
}, "strip", z.ZodTypeAny, {
|
|
78
79
|
isPaymentVerified: "false" | "all" | "true";
|
|
79
80
|
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;
|
|
@@ -86,6 +87,7 @@ export declare const jobFiltersSchema: z.ZodObject<{
|
|
|
86
87
|
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;
|
|
87
88
|
minJobsPosted: number | null;
|
|
88
89
|
minAvgHourlyRate: number | null;
|
|
90
|
+
minNumReviews: number | null;
|
|
89
91
|
}, {
|
|
90
92
|
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;
|
|
91
93
|
clientLocationIncludes: string[] | null;
|
|
@@ -96,6 +98,7 @@ export declare const jobFiltersSchema: z.ZodObject<{
|
|
|
96
98
|
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;
|
|
97
99
|
minJobsPosted: number | null;
|
|
98
100
|
minAvgHourlyRate: number | null;
|
|
101
|
+
minNumReviews: number | null;
|
|
99
102
|
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
100
103
|
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
101
104
|
}>>;
|
|
@@ -136,6 +139,7 @@ export declare const jobFiltersSchema: z.ZodObject<{
|
|
|
136
139
|
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;
|
|
137
140
|
minJobsPosted: number | null;
|
|
138
141
|
minAvgHourlyRate: number | null;
|
|
142
|
+
minNumReviews: number | null;
|
|
139
143
|
} | null;
|
|
140
144
|
vendorQualifications: {
|
|
141
145
|
includeRisingTalent: string | null;
|
|
@@ -178,6 +182,7 @@ export declare const jobFiltersSchema: z.ZodObject<{
|
|
|
178
182
|
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;
|
|
179
183
|
minJobsPosted: number | null;
|
|
180
184
|
minAvgHourlyRate: number | null;
|
|
185
|
+
minNumReviews: number | null;
|
|
181
186
|
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
182
187
|
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
183
188
|
} | null;
|
|
@@ -61,6 +61,7 @@ exports.jobFiltersSchema = zod_1.z.object({
|
|
|
61
61
|
companySize: zod_1.z.array(exports.clientSizeEnum).nullable(),
|
|
62
62
|
minJobsPosted: zod_1.z.number().nullable(),
|
|
63
63
|
minAvgHourlyRate: zod_1.z.number().nullable(),
|
|
64
|
+
minNumReviews: zod_1.z.number().nullable(),
|
|
64
65
|
})
|
|
65
66
|
.nullable(),
|
|
66
67
|
vendorQualifications: zod_1.z
|