lancer-shared 1.0.88 → 1.0.90

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,9 @@ 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>;
71
+ memberSinceFrom: z.ZodNullable<z.ZodString>;
72
+ memberSinceTo: z.ZodNullable<z.ZodString>;
70
73
  }, "strip", z.ZodTypeAny, {
71
74
  isPaymentVerified: "false" | "all" | "true";
72
75
  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 +82,9 @@ export declare const campaignSchema: z.ZodObject<{
79
82
  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
83
  minJobsPosted: number | null;
81
84
  minAvgHourlyRate: number | null;
85
+ minNumReviews: number | null;
86
+ memberSinceFrom: string | null;
87
+ memberSinceTo: string | null;
82
88
  }, {
83
89
  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
90
  clientLocationIncludes: string[] | null;
@@ -89,6 +95,9 @@ export declare const campaignSchema: z.ZodObject<{
89
95
  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
96
  minJobsPosted: number | null;
91
97
  minAvgHourlyRate: number | null;
98
+ minNumReviews: number | null;
99
+ memberSinceFrom: string | null;
100
+ memberSinceTo: string | null;
92
101
  isPaymentVerified?: "false" | "all" | "true" | undefined;
93
102
  enterpriseClient?: "false" | "all" | "true" | undefined;
94
103
  }>>;
@@ -129,6 +138,9 @@ export declare const campaignSchema: z.ZodObject<{
129
138
  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
139
  minJobsPosted: number | null;
131
140
  minAvgHourlyRate: number | null;
141
+ minNumReviews: number | null;
142
+ memberSinceFrom: string | null;
143
+ memberSinceTo: string | null;
132
144
  } | null;
133
145
  vendorQualifications: {
134
146
  includeRisingTalent: string | null;
@@ -171,6 +183,9 @@ export declare const campaignSchema: z.ZodObject<{
171
183
  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
184
  minJobsPosted: number | null;
173
185
  minAvgHourlyRate: number | null;
186
+ minNumReviews: number | null;
187
+ memberSinceFrom: string | null;
188
+ memberSinceTo: string | null;
174
189
  isPaymentVerified?: "false" | "all" | "true" | undefined;
175
190
  enterpriseClient?: "false" | "all" | "true" | undefined;
176
191
  } | null;
@@ -290,6 +305,9 @@ export declare const campaignSchema: z.ZodObject<{
290
305
  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
306
  minJobsPosted: number | null;
292
307
  minAvgHourlyRate: number | null;
308
+ minNumReviews: number | null;
309
+ memberSinceFrom: string | null;
310
+ memberSinceTo: string | null;
293
311
  } | null;
294
312
  vendorQualifications: {
295
313
  includeRisingTalent: string | null;
@@ -364,6 +382,9 @@ export declare const campaignSchema: z.ZodObject<{
364
382
  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
383
  minJobsPosted: number | null;
366
384
  minAvgHourlyRate: number | null;
385
+ minNumReviews: number | null;
386
+ memberSinceFrom: string | null;
387
+ memberSinceTo: string | null;
367
388
  isPaymentVerified?: "false" | "all" | "true" | undefined;
368
389
  enterpriseClient?: "false" | "all" | "true" | undefined;
369
390
  } | null;
@@ -486,6 +507,9 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
486
507
  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
508
  minJobsPosted: z.ZodNullable<z.ZodNumber>;
488
509
  minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
510
+ minNumReviews: z.ZodNullable<z.ZodNumber>;
511
+ memberSinceFrom: z.ZodNullable<z.ZodString>;
512
+ memberSinceTo: z.ZodNullable<z.ZodString>;
489
513
  }, "strip", z.ZodTypeAny, {
490
514
  isPaymentVerified: "false" | "all" | "true";
491
515
  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 +522,9 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
498
522
  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
523
  minJobsPosted: number | null;
500
524
  minAvgHourlyRate: number | null;
525
+ minNumReviews: number | null;
526
+ memberSinceFrom: string | null;
527
+ memberSinceTo: string | null;
501
528
  }, {
502
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;
503
530
  clientLocationIncludes: string[] | null;
@@ -508,6 +535,9 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
508
535
  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
536
  minJobsPosted: number | null;
510
537
  minAvgHourlyRate: number | null;
538
+ minNumReviews: number | null;
539
+ memberSinceFrom: string | null;
540
+ memberSinceTo: string | null;
511
541
  isPaymentVerified?: "false" | "all" | "true" | undefined;
512
542
  enterpriseClient?: "false" | "all" | "true" | undefined;
513
543
  }>>;
@@ -548,6 +578,9 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
548
578
  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
579
  minJobsPosted: number | null;
550
580
  minAvgHourlyRate: number | null;
581
+ minNumReviews: number | null;
582
+ memberSinceFrom: string | null;
583
+ memberSinceTo: string | null;
551
584
  } | null;
552
585
  vendorQualifications: {
553
586
  includeRisingTalent: string | null;
@@ -590,6 +623,9 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
590
623
  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
624
  minJobsPosted: number | null;
592
625
  minAvgHourlyRate: number | null;
626
+ minNumReviews: number | null;
627
+ memberSinceFrom: string | null;
628
+ memberSinceTo: string | null;
593
629
  isPaymentVerified?: "false" | "all" | "true" | undefined;
594
630
  enterpriseClient?: "false" | "all" | "true" | undefined;
595
631
  } | null;
@@ -706,6 +742,9 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
706
742
  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
743
  minJobsPosted: number | null;
708
744
  minAvgHourlyRate: number | null;
745
+ minNumReviews: number | null;
746
+ memberSinceFrom: string | null;
747
+ memberSinceTo: string | null;
709
748
  } | null;
710
749
  vendorQualifications: {
711
750
  includeRisingTalent: string | null;
@@ -777,6 +816,9 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
777
816
  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
817
  minJobsPosted: number | null;
779
818
  minAvgHourlyRate: number | null;
819
+ minNumReviews: number | null;
820
+ memberSinceFrom: string | null;
821
+ memberSinceTo: string | null;
780
822
  isPaymentVerified?: "false" | "all" | "true" | undefined;
781
823
  enterpriseClient?: "false" | "all" | "true" | undefined;
782
824
  } | null;
@@ -899,6 +941,9 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
899
941
  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
942
  minJobsPosted: z.ZodNullable<z.ZodNumber>;
901
943
  minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
944
+ minNumReviews: z.ZodNullable<z.ZodNumber>;
945
+ memberSinceFrom: z.ZodNullable<z.ZodString>;
946
+ memberSinceTo: z.ZodNullable<z.ZodString>;
902
947
  }, "strip", z.ZodTypeAny, {
903
948
  isPaymentVerified: "false" | "all" | "true";
904
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;
@@ -911,6 +956,9 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
911
956
  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
957
  minJobsPosted: number | null;
913
958
  minAvgHourlyRate: number | null;
959
+ minNumReviews: number | null;
960
+ memberSinceFrom: string | null;
961
+ memberSinceTo: string | null;
914
962
  }, {
915
963
  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
964
  clientLocationIncludes: string[] | null;
@@ -921,6 +969,9 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
921
969
  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
970
  minJobsPosted: number | null;
923
971
  minAvgHourlyRate: number | null;
972
+ minNumReviews: number | null;
973
+ memberSinceFrom: string | null;
974
+ memberSinceTo: string | null;
924
975
  isPaymentVerified?: "false" | "all" | "true" | undefined;
925
976
  enterpriseClient?: "false" | "all" | "true" | undefined;
926
977
  }>>;
@@ -961,6 +1012,9 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
961
1012
  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
1013
  minJobsPosted: number | null;
963
1014
  minAvgHourlyRate: number | null;
1015
+ minNumReviews: number | null;
1016
+ memberSinceFrom: string | null;
1017
+ memberSinceTo: string | null;
964
1018
  } | null;
965
1019
  vendorQualifications: {
966
1020
  includeRisingTalent: string | null;
@@ -1003,6 +1057,9 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
1003
1057
  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
1058
  minJobsPosted: number | null;
1005
1059
  minAvgHourlyRate: number | null;
1060
+ minNumReviews: number | null;
1061
+ memberSinceFrom: string | null;
1062
+ memberSinceTo: string | null;
1006
1063
  isPaymentVerified?: "false" | "all" | "true" | undefined;
1007
1064
  enterpriseClient?: "false" | "all" | "true" | undefined;
1008
1065
  } | null;
@@ -1120,6 +1177,9 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
1120
1177
  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
1178
  minJobsPosted: number | null;
1122
1179
  minAvgHourlyRate: number | null;
1180
+ minNumReviews: number | null;
1181
+ memberSinceFrom: string | null;
1182
+ memberSinceTo: string | null;
1123
1183
  } | null;
1124
1184
  vendorQualifications: {
1125
1185
  includeRisingTalent: string | null;
@@ -1192,6 +1252,9 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
1192
1252
  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
1253
  minJobsPosted: number | null;
1194
1254
  minAvgHourlyRate: number | null;
1255
+ minNumReviews: number | null;
1256
+ memberSinceFrom: string | null;
1257
+ memberSinceTo: string | null;
1195
1258
  isPaymentVerified?: "false" | "all" | "true" | undefined;
1196
1259
  enterpriseClient?: "false" | "all" | "true" | undefined;
1197
1260
  } | null;
@@ -74,6 +74,9 @@ 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>;
78
+ memberSinceFrom: z.ZodNullable<z.ZodString>;
79
+ memberSinceTo: z.ZodNullable<z.ZodString>;
77
80
  }, "strip", z.ZodTypeAny, {
78
81
  isPaymentVerified: "false" | "all" | "true";
79
82
  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 +89,9 @@ export declare const jobFiltersSchema: z.ZodObject<{
86
89
  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
90
  minJobsPosted: number | null;
88
91
  minAvgHourlyRate: number | null;
92
+ minNumReviews: number | null;
93
+ memberSinceFrom: string | null;
94
+ memberSinceTo: string | null;
89
95
  }, {
90
96
  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
97
  clientLocationIncludes: string[] | null;
@@ -96,6 +102,9 @@ export declare const jobFiltersSchema: z.ZodObject<{
96
102
  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
103
  minJobsPosted: number | null;
98
104
  minAvgHourlyRate: number | null;
105
+ minNumReviews: number | null;
106
+ memberSinceFrom: string | null;
107
+ memberSinceTo: string | null;
99
108
  isPaymentVerified?: "false" | "all" | "true" | undefined;
100
109
  enterpriseClient?: "false" | "all" | "true" | undefined;
101
110
  }>>;
@@ -136,6 +145,9 @@ export declare const jobFiltersSchema: z.ZodObject<{
136
145
  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
146
  minJobsPosted: number | null;
138
147
  minAvgHourlyRate: number | null;
148
+ minNumReviews: number | null;
149
+ memberSinceFrom: string | null;
150
+ memberSinceTo: string | null;
139
151
  } | null;
140
152
  vendorQualifications: {
141
153
  includeRisingTalent: string | null;
@@ -178,6 +190,9 @@ export declare const jobFiltersSchema: z.ZodObject<{
178
190
  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
191
  minJobsPosted: number | null;
180
192
  minAvgHourlyRate: number | null;
193
+ minNumReviews: number | null;
194
+ memberSinceFrom: string | null;
195
+ memberSinceTo: string | null;
181
196
  isPaymentVerified?: "false" | "all" | "true" | undefined;
182
197
  enterpriseClient?: "false" | "all" | "true" | undefined;
183
198
  } | null;
@@ -61,6 +61,9 @@ 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(),
65
+ memberSinceFrom: zod_1.z.string().date().nullable(),
66
+ memberSinceTo: zod_1.z.string().date().nullable(),
64
67
  })
65
68
  .nullable(),
66
69
  vendorQualifications: zod_1.z
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "lancer-shared",
4
- "version": "1.0.88",
4
+ "version": "1.0.90",
5
5
  "description": "This package contains shared stuff.",
6
6
  "types": "./dist/index.d.ts",
7
7
  "main": "./dist/index.js",