lancer-shared 1.2.195 → 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.
|
@@ -437,12 +437,16 @@ export declare const campaignStatusActivitySchema: z.ZodObject<z.objectUtil.exte
|
|
|
437
437
|
clientLocationIncludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
438
438
|
clientLocationExcludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
439
439
|
minReviewScore: z.ZodNullable<z.ZodNumber>;
|
|
440
|
+
maxReviewScore: z.ZodNullable<z.ZodNumber>;
|
|
440
441
|
minTotalSpent: z.ZodNullable<z.ZodNumber>;
|
|
442
|
+
maxTotalSpent: z.ZodNullable<z.ZodNumber>;
|
|
441
443
|
minHireRate: z.ZodNullable<z.ZodNumber>;
|
|
444
|
+
maxHireRate: z.ZodNullable<z.ZodNumber>;
|
|
442
445
|
clientIndustry: z.ZodNullable<z.ZodArray<z.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">>;
|
|
443
446
|
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">>;
|
|
444
447
|
minJobsPosted: z.ZodNullable<z.ZodNumber>;
|
|
445
448
|
minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
449
|
+
maxAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
446
450
|
minNumReviews: z.ZodNullable<z.ZodNumber>;
|
|
447
451
|
memberSinceFrom: z.ZodNullable<z.ZodString>;
|
|
448
452
|
memberSinceTo: z.ZodNullable<z.ZodString>;
|
|
@@ -453,12 +457,16 @@ export declare const campaignStatusActivitySchema: z.ZodObject<z.objectUtil.exte
|
|
|
453
457
|
clientLocationIncludes: string[] | null;
|
|
454
458
|
clientLocationExcludes: string[] | null;
|
|
455
459
|
minReviewScore: number | null;
|
|
460
|
+
maxReviewScore: number | null;
|
|
456
461
|
minTotalSpent: number | null;
|
|
462
|
+
maxTotalSpent: number | null;
|
|
457
463
|
minHireRate: number | null;
|
|
464
|
+
maxHireRate: number | null;
|
|
458
465
|
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;
|
|
459
466
|
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;
|
|
460
467
|
minJobsPosted: number | null;
|
|
461
468
|
minAvgHourlyRate: number | null;
|
|
469
|
+
maxAvgHourlyRate: number | null;
|
|
462
470
|
minNumReviews: number | null;
|
|
463
471
|
memberSinceFrom: string | null;
|
|
464
472
|
memberSinceTo: string | null;
|
|
@@ -466,12 +474,16 @@ export declare const campaignStatusActivitySchema: z.ZodObject<z.objectUtil.exte
|
|
|
466
474
|
clientLocationIncludes: string[] | null;
|
|
467
475
|
clientLocationExcludes: string[] | null;
|
|
468
476
|
minReviewScore: number | null;
|
|
477
|
+
maxReviewScore: number | null;
|
|
469
478
|
minTotalSpent: number | null;
|
|
479
|
+
maxTotalSpent: number | null;
|
|
470
480
|
minHireRate: number | null;
|
|
481
|
+
maxHireRate: number | null;
|
|
471
482
|
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;
|
|
472
483
|
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;
|
|
473
484
|
minJobsPosted: number | null;
|
|
474
485
|
minAvgHourlyRate: number | null;
|
|
486
|
+
maxAvgHourlyRate: number | null;
|
|
475
487
|
minNumReviews: number | null;
|
|
476
488
|
memberSinceFrom: string | null;
|
|
477
489
|
memberSinceTo: string | null;
|
|
@@ -537,12 +549,16 @@ export declare const campaignStatusActivitySchema: z.ZodObject<z.objectUtil.exte
|
|
|
537
549
|
clientLocationIncludes: string[] | null;
|
|
538
550
|
clientLocationExcludes: string[] | null;
|
|
539
551
|
minReviewScore: number | null;
|
|
552
|
+
maxReviewScore: number | null;
|
|
540
553
|
minTotalSpent: number | null;
|
|
554
|
+
maxTotalSpent: number | null;
|
|
541
555
|
minHireRate: number | null;
|
|
556
|
+
maxHireRate: number | null;
|
|
542
557
|
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;
|
|
543
558
|
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;
|
|
544
559
|
minJobsPosted: number | null;
|
|
545
560
|
minAvgHourlyRate: number | null;
|
|
561
|
+
maxAvgHourlyRate: number | null;
|
|
546
562
|
minNumReviews: number | null;
|
|
547
563
|
memberSinceFrom: string | null;
|
|
548
564
|
memberSinceTo: string | null;
|
|
@@ -586,12 +602,16 @@ export declare const campaignStatusActivitySchema: z.ZodObject<z.objectUtil.exte
|
|
|
586
602
|
clientLocationIncludes: string[] | null;
|
|
587
603
|
clientLocationExcludes: string[] | null;
|
|
588
604
|
minReviewScore: number | null;
|
|
605
|
+
maxReviewScore: number | null;
|
|
589
606
|
minTotalSpent: number | null;
|
|
607
|
+
maxTotalSpent: number | null;
|
|
590
608
|
minHireRate: number | null;
|
|
609
|
+
maxHireRate: number | null;
|
|
591
610
|
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;
|
|
592
611
|
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;
|
|
593
612
|
minJobsPosted: number | null;
|
|
594
613
|
minAvgHourlyRate: number | null;
|
|
614
|
+
maxAvgHourlyRate: number | null;
|
|
595
615
|
minNumReviews: number | null;
|
|
596
616
|
memberSinceFrom: string | null;
|
|
597
617
|
memberSinceTo: string | null;
|
|
@@ -1048,12 +1068,16 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
1048
1068
|
clientLocationIncludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
1049
1069
|
clientLocationExcludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
1050
1070
|
minReviewScore: z.ZodNullable<z.ZodNumber>;
|
|
1071
|
+
maxReviewScore: z.ZodNullable<z.ZodNumber>;
|
|
1051
1072
|
minTotalSpent: z.ZodNullable<z.ZodNumber>;
|
|
1073
|
+
maxTotalSpent: z.ZodNullable<z.ZodNumber>;
|
|
1052
1074
|
minHireRate: z.ZodNullable<z.ZodNumber>;
|
|
1075
|
+
maxHireRate: z.ZodNullable<z.ZodNumber>;
|
|
1053
1076
|
clientIndustry: z.ZodNullable<z.ZodArray<z.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">>;
|
|
1054
1077
|
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">>;
|
|
1055
1078
|
minJobsPosted: z.ZodNullable<z.ZodNumber>;
|
|
1056
1079
|
minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
1080
|
+
maxAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
1057
1081
|
minNumReviews: z.ZodNullable<z.ZodNumber>;
|
|
1058
1082
|
memberSinceFrom: z.ZodNullable<z.ZodString>;
|
|
1059
1083
|
memberSinceTo: z.ZodNullable<z.ZodString>;
|
|
@@ -1064,12 +1088,16 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
1064
1088
|
clientLocationIncludes: string[] | null;
|
|
1065
1089
|
clientLocationExcludes: string[] | null;
|
|
1066
1090
|
minReviewScore: number | null;
|
|
1091
|
+
maxReviewScore: number | null;
|
|
1067
1092
|
minTotalSpent: number | null;
|
|
1093
|
+
maxTotalSpent: number | null;
|
|
1068
1094
|
minHireRate: number | null;
|
|
1095
|
+
maxHireRate: number | null;
|
|
1069
1096
|
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;
|
|
1070
1097
|
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;
|
|
1071
1098
|
minJobsPosted: number | null;
|
|
1072
1099
|
minAvgHourlyRate: number | null;
|
|
1100
|
+
maxAvgHourlyRate: number | null;
|
|
1073
1101
|
minNumReviews: number | null;
|
|
1074
1102
|
memberSinceFrom: string | null;
|
|
1075
1103
|
memberSinceTo: string | null;
|
|
@@ -1077,12 +1105,16 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
1077
1105
|
clientLocationIncludes: string[] | null;
|
|
1078
1106
|
clientLocationExcludes: string[] | null;
|
|
1079
1107
|
minReviewScore: number | null;
|
|
1108
|
+
maxReviewScore: number | null;
|
|
1080
1109
|
minTotalSpent: number | null;
|
|
1110
|
+
maxTotalSpent: number | null;
|
|
1081
1111
|
minHireRate: number | null;
|
|
1112
|
+
maxHireRate: number | null;
|
|
1082
1113
|
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;
|
|
1083
1114
|
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;
|
|
1084
1115
|
minJobsPosted: number | null;
|
|
1085
1116
|
minAvgHourlyRate: number | null;
|
|
1117
|
+
maxAvgHourlyRate: number | null;
|
|
1086
1118
|
minNumReviews: number | null;
|
|
1087
1119
|
memberSinceFrom: string | null;
|
|
1088
1120
|
memberSinceTo: string | null;
|
|
@@ -1148,12 +1180,16 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
1148
1180
|
clientLocationIncludes: string[] | null;
|
|
1149
1181
|
clientLocationExcludes: string[] | null;
|
|
1150
1182
|
minReviewScore: number | null;
|
|
1183
|
+
maxReviewScore: number | null;
|
|
1151
1184
|
minTotalSpent: number | null;
|
|
1185
|
+
maxTotalSpent: number | null;
|
|
1152
1186
|
minHireRate: number | null;
|
|
1187
|
+
maxHireRate: number | null;
|
|
1153
1188
|
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;
|
|
1154
1189
|
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;
|
|
1155
1190
|
minJobsPosted: number | null;
|
|
1156
1191
|
minAvgHourlyRate: number | null;
|
|
1192
|
+
maxAvgHourlyRate: number | null;
|
|
1157
1193
|
minNumReviews: number | null;
|
|
1158
1194
|
memberSinceFrom: string | null;
|
|
1159
1195
|
memberSinceTo: string | null;
|
|
@@ -1197,12 +1233,16 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
1197
1233
|
clientLocationIncludes: string[] | null;
|
|
1198
1234
|
clientLocationExcludes: string[] | null;
|
|
1199
1235
|
minReviewScore: number | null;
|
|
1236
|
+
maxReviewScore: number | null;
|
|
1200
1237
|
minTotalSpent: number | null;
|
|
1238
|
+
maxTotalSpent: number | null;
|
|
1201
1239
|
minHireRate: number | null;
|
|
1240
|
+
maxHireRate: number | null;
|
|
1202
1241
|
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;
|
|
1203
1242
|
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;
|
|
1204
1243
|
minJobsPosted: number | null;
|
|
1205
1244
|
minAvgHourlyRate: number | null;
|
|
1245
|
+
maxAvgHourlyRate: number | null;
|
|
1206
1246
|
minNumReviews: number | null;
|
|
1207
1247
|
memberSinceFrom: string | null;
|
|
1208
1248
|
memberSinceTo: string | null;
|
|
@@ -2011,12 +2051,16 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2011
2051
|
clientLocationIncludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
2012
2052
|
clientLocationExcludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
2013
2053
|
minReviewScore: z.ZodNullable<z.ZodNumber>;
|
|
2054
|
+
maxReviewScore: z.ZodNullable<z.ZodNumber>;
|
|
2014
2055
|
minTotalSpent: z.ZodNullable<z.ZodNumber>;
|
|
2056
|
+
maxTotalSpent: z.ZodNullable<z.ZodNumber>;
|
|
2015
2057
|
minHireRate: z.ZodNullable<z.ZodNumber>;
|
|
2058
|
+
maxHireRate: z.ZodNullable<z.ZodNumber>;
|
|
2016
2059
|
clientIndustry: z.ZodNullable<z.ZodArray<z.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">>;
|
|
2017
2060
|
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">>;
|
|
2018
2061
|
minJobsPosted: z.ZodNullable<z.ZodNumber>;
|
|
2019
2062
|
minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
2063
|
+
maxAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
2020
2064
|
minNumReviews: z.ZodNullable<z.ZodNumber>;
|
|
2021
2065
|
memberSinceFrom: z.ZodNullable<z.ZodString>;
|
|
2022
2066
|
memberSinceTo: z.ZodNullable<z.ZodString>;
|
|
@@ -2027,12 +2071,16 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2027
2071
|
clientLocationIncludes: string[] | null;
|
|
2028
2072
|
clientLocationExcludes: string[] | null;
|
|
2029
2073
|
minReviewScore: number | null;
|
|
2074
|
+
maxReviewScore: number | null;
|
|
2030
2075
|
minTotalSpent: number | null;
|
|
2076
|
+
maxTotalSpent: number | null;
|
|
2031
2077
|
minHireRate: number | null;
|
|
2078
|
+
maxHireRate: number | null;
|
|
2032
2079
|
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;
|
|
2033
2080
|
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;
|
|
2034
2081
|
minJobsPosted: number | null;
|
|
2035
2082
|
minAvgHourlyRate: number | null;
|
|
2083
|
+
maxAvgHourlyRate: number | null;
|
|
2036
2084
|
minNumReviews: number | null;
|
|
2037
2085
|
memberSinceFrom: string | null;
|
|
2038
2086
|
memberSinceTo: string | null;
|
|
@@ -2040,12 +2088,16 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2040
2088
|
clientLocationIncludes: string[] | null;
|
|
2041
2089
|
clientLocationExcludes: string[] | null;
|
|
2042
2090
|
minReviewScore: number | null;
|
|
2091
|
+
maxReviewScore: number | null;
|
|
2043
2092
|
minTotalSpent: number | null;
|
|
2093
|
+
maxTotalSpent: number | null;
|
|
2044
2094
|
minHireRate: number | null;
|
|
2095
|
+
maxHireRate: number | null;
|
|
2045
2096
|
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;
|
|
2046
2097
|
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;
|
|
2047
2098
|
minJobsPosted: number | null;
|
|
2048
2099
|
minAvgHourlyRate: number | null;
|
|
2100
|
+
maxAvgHourlyRate: number | null;
|
|
2049
2101
|
minNumReviews: number | null;
|
|
2050
2102
|
memberSinceFrom: string | null;
|
|
2051
2103
|
memberSinceTo: string | null;
|
|
@@ -2111,12 +2163,16 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2111
2163
|
clientLocationIncludes: string[] | null;
|
|
2112
2164
|
clientLocationExcludes: string[] | null;
|
|
2113
2165
|
minReviewScore: number | null;
|
|
2166
|
+
maxReviewScore: number | null;
|
|
2114
2167
|
minTotalSpent: number | null;
|
|
2168
|
+
maxTotalSpent: number | null;
|
|
2115
2169
|
minHireRate: number | null;
|
|
2170
|
+
maxHireRate: number | null;
|
|
2116
2171
|
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;
|
|
2117
2172
|
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;
|
|
2118
2173
|
minJobsPosted: number | null;
|
|
2119
2174
|
minAvgHourlyRate: number | null;
|
|
2175
|
+
maxAvgHourlyRate: number | null;
|
|
2120
2176
|
minNumReviews: number | null;
|
|
2121
2177
|
memberSinceFrom: string | null;
|
|
2122
2178
|
memberSinceTo: string | null;
|
|
@@ -2160,12 +2216,16 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2160
2216
|
clientLocationIncludes: string[] | null;
|
|
2161
2217
|
clientLocationExcludes: string[] | null;
|
|
2162
2218
|
minReviewScore: number | null;
|
|
2219
|
+
maxReviewScore: number | null;
|
|
2163
2220
|
minTotalSpent: number | null;
|
|
2221
|
+
maxTotalSpent: number | null;
|
|
2164
2222
|
minHireRate: number | null;
|
|
2223
|
+
maxHireRate: number | null;
|
|
2165
2224
|
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;
|
|
2166
2225
|
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;
|
|
2167
2226
|
minJobsPosted: number | null;
|
|
2168
2227
|
minAvgHourlyRate: number | null;
|
|
2228
|
+
maxAvgHourlyRate: number | null;
|
|
2169
2229
|
minNumReviews: number | null;
|
|
2170
2230
|
memberSinceFrom: string | null;
|
|
2171
2231
|
memberSinceTo: string | null;
|
|
@@ -2974,12 +3034,16 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
2974
3034
|
clientLocationIncludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
2975
3035
|
clientLocationExcludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
2976
3036
|
minReviewScore: z.ZodNullable<z.ZodNumber>;
|
|
3037
|
+
maxReviewScore: z.ZodNullable<z.ZodNumber>;
|
|
2977
3038
|
minTotalSpent: z.ZodNullable<z.ZodNumber>;
|
|
3039
|
+
maxTotalSpent: z.ZodNullable<z.ZodNumber>;
|
|
2978
3040
|
minHireRate: z.ZodNullable<z.ZodNumber>;
|
|
3041
|
+
maxHireRate: z.ZodNullable<z.ZodNumber>;
|
|
2979
3042
|
clientIndustry: z.ZodNullable<z.ZodArray<z.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">>;
|
|
2980
3043
|
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">>;
|
|
2981
3044
|
minJobsPosted: z.ZodNullable<z.ZodNumber>;
|
|
2982
3045
|
minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
3046
|
+
maxAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
2983
3047
|
minNumReviews: z.ZodNullable<z.ZodNumber>;
|
|
2984
3048
|
memberSinceFrom: z.ZodNullable<z.ZodString>;
|
|
2985
3049
|
memberSinceTo: z.ZodNullable<z.ZodString>;
|
|
@@ -2990,12 +3054,16 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
2990
3054
|
clientLocationIncludes: string[] | null;
|
|
2991
3055
|
clientLocationExcludes: string[] | null;
|
|
2992
3056
|
minReviewScore: number | null;
|
|
3057
|
+
maxReviewScore: number | null;
|
|
2993
3058
|
minTotalSpent: number | null;
|
|
3059
|
+
maxTotalSpent: number | null;
|
|
2994
3060
|
minHireRate: number | null;
|
|
3061
|
+
maxHireRate: number | null;
|
|
2995
3062
|
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;
|
|
2996
3063
|
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;
|
|
2997
3064
|
minJobsPosted: number | null;
|
|
2998
3065
|
minAvgHourlyRate: number | null;
|
|
3066
|
+
maxAvgHourlyRate: number | null;
|
|
2999
3067
|
minNumReviews: number | null;
|
|
3000
3068
|
memberSinceFrom: string | null;
|
|
3001
3069
|
memberSinceTo: string | null;
|
|
@@ -3003,12 +3071,16 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
3003
3071
|
clientLocationIncludes: string[] | null;
|
|
3004
3072
|
clientLocationExcludes: string[] | null;
|
|
3005
3073
|
minReviewScore: number | null;
|
|
3074
|
+
maxReviewScore: number | null;
|
|
3006
3075
|
minTotalSpent: number | null;
|
|
3076
|
+
maxTotalSpent: number | null;
|
|
3007
3077
|
minHireRate: number | null;
|
|
3078
|
+
maxHireRate: number | null;
|
|
3008
3079
|
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;
|
|
3009
3080
|
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;
|
|
3010
3081
|
minJobsPosted: number | null;
|
|
3011
3082
|
minAvgHourlyRate: number | null;
|
|
3083
|
+
maxAvgHourlyRate: number | null;
|
|
3012
3084
|
minNumReviews: number | null;
|
|
3013
3085
|
memberSinceFrom: string | null;
|
|
3014
3086
|
memberSinceTo: string | null;
|
|
@@ -3074,12 +3146,16 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
3074
3146
|
clientLocationIncludes: string[] | null;
|
|
3075
3147
|
clientLocationExcludes: string[] | null;
|
|
3076
3148
|
minReviewScore: number | null;
|
|
3149
|
+
maxReviewScore: number | null;
|
|
3077
3150
|
minTotalSpent: number | null;
|
|
3151
|
+
maxTotalSpent: number | null;
|
|
3078
3152
|
minHireRate: number | null;
|
|
3153
|
+
maxHireRate: number | null;
|
|
3079
3154
|
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;
|
|
3080
3155
|
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;
|
|
3081
3156
|
minJobsPosted: number | null;
|
|
3082
3157
|
minAvgHourlyRate: number | null;
|
|
3158
|
+
maxAvgHourlyRate: number | null;
|
|
3083
3159
|
minNumReviews: number | null;
|
|
3084
3160
|
memberSinceFrom: string | null;
|
|
3085
3161
|
memberSinceTo: string | null;
|
|
@@ -3123,12 +3199,16 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
3123
3199
|
clientLocationIncludes: string[] | null;
|
|
3124
3200
|
clientLocationExcludes: string[] | null;
|
|
3125
3201
|
minReviewScore: number | null;
|
|
3202
|
+
maxReviewScore: number | null;
|
|
3126
3203
|
minTotalSpent: number | null;
|
|
3204
|
+
maxTotalSpent: number | null;
|
|
3127
3205
|
minHireRate: number | null;
|
|
3206
|
+
maxHireRate: number | null;
|
|
3128
3207
|
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;
|
|
3129
3208
|
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;
|
|
3130
3209
|
minJobsPosted: number | null;
|
|
3131
3210
|
minAvgHourlyRate: number | null;
|
|
3211
|
+
maxAvgHourlyRate: number | null;
|
|
3132
3212
|
minNumReviews: number | null;
|
|
3133
3213
|
memberSinceFrom: string | null;
|
|
3134
3214
|
memberSinceTo: string | null;
|
|
@@ -3934,12 +4014,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
3934
4014
|
clientLocationIncludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
3935
4015
|
clientLocationExcludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
3936
4016
|
minReviewScore: z.ZodNullable<z.ZodNumber>;
|
|
4017
|
+
maxReviewScore: z.ZodNullable<z.ZodNumber>;
|
|
3937
4018
|
minTotalSpent: z.ZodNullable<z.ZodNumber>;
|
|
4019
|
+
maxTotalSpent: z.ZodNullable<z.ZodNumber>;
|
|
3938
4020
|
minHireRate: z.ZodNullable<z.ZodNumber>;
|
|
4021
|
+
maxHireRate: z.ZodNullable<z.ZodNumber>;
|
|
3939
4022
|
clientIndustry: z.ZodNullable<z.ZodArray<z.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">>;
|
|
3940
4023
|
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">>;
|
|
3941
4024
|
minJobsPosted: z.ZodNullable<z.ZodNumber>;
|
|
3942
4025
|
minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
4026
|
+
maxAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
3943
4027
|
minNumReviews: z.ZodNullable<z.ZodNumber>;
|
|
3944
4028
|
memberSinceFrom: z.ZodNullable<z.ZodString>;
|
|
3945
4029
|
memberSinceTo: z.ZodNullable<z.ZodString>;
|
|
@@ -3950,12 +4034,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
3950
4034
|
clientLocationIncludes: string[] | null;
|
|
3951
4035
|
clientLocationExcludes: string[] | null;
|
|
3952
4036
|
minReviewScore: number | null;
|
|
4037
|
+
maxReviewScore: number | null;
|
|
3953
4038
|
minTotalSpent: number | null;
|
|
4039
|
+
maxTotalSpent: number | null;
|
|
3954
4040
|
minHireRate: number | null;
|
|
4041
|
+
maxHireRate: number | null;
|
|
3955
4042
|
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;
|
|
3956
4043
|
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;
|
|
3957
4044
|
minJobsPosted: number | null;
|
|
3958
4045
|
minAvgHourlyRate: number | null;
|
|
4046
|
+
maxAvgHourlyRate: number | null;
|
|
3959
4047
|
minNumReviews: number | null;
|
|
3960
4048
|
memberSinceFrom: string | null;
|
|
3961
4049
|
memberSinceTo: string | null;
|
|
@@ -3963,12 +4051,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
3963
4051
|
clientLocationIncludes: string[] | null;
|
|
3964
4052
|
clientLocationExcludes: string[] | null;
|
|
3965
4053
|
minReviewScore: number | null;
|
|
4054
|
+
maxReviewScore: number | null;
|
|
3966
4055
|
minTotalSpent: number | null;
|
|
4056
|
+
maxTotalSpent: number | null;
|
|
3967
4057
|
minHireRate: number | null;
|
|
4058
|
+
maxHireRate: number | null;
|
|
3968
4059
|
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;
|
|
3969
4060
|
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;
|
|
3970
4061
|
minJobsPosted: number | null;
|
|
3971
4062
|
minAvgHourlyRate: number | null;
|
|
4063
|
+
maxAvgHourlyRate: number | null;
|
|
3972
4064
|
minNumReviews: number | null;
|
|
3973
4065
|
memberSinceFrom: string | null;
|
|
3974
4066
|
memberSinceTo: string | null;
|
|
@@ -4034,12 +4126,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
4034
4126
|
clientLocationIncludes: string[] | null;
|
|
4035
4127
|
clientLocationExcludes: string[] | null;
|
|
4036
4128
|
minReviewScore: number | null;
|
|
4129
|
+
maxReviewScore: number | null;
|
|
4037
4130
|
minTotalSpent: number | null;
|
|
4131
|
+
maxTotalSpent: number | null;
|
|
4038
4132
|
minHireRate: number | null;
|
|
4133
|
+
maxHireRate: number | null;
|
|
4039
4134
|
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;
|
|
4040
4135
|
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;
|
|
4041
4136
|
minJobsPosted: number | null;
|
|
4042
4137
|
minAvgHourlyRate: number | null;
|
|
4138
|
+
maxAvgHourlyRate: number | null;
|
|
4043
4139
|
minNumReviews: number | null;
|
|
4044
4140
|
memberSinceFrom: string | null;
|
|
4045
4141
|
memberSinceTo: string | null;
|
|
@@ -4083,12 +4179,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
4083
4179
|
clientLocationIncludes: string[] | null;
|
|
4084
4180
|
clientLocationExcludes: string[] | null;
|
|
4085
4181
|
minReviewScore: number | null;
|
|
4182
|
+
maxReviewScore: number | null;
|
|
4086
4183
|
minTotalSpent: number | null;
|
|
4184
|
+
maxTotalSpent: number | null;
|
|
4087
4185
|
minHireRate: number | null;
|
|
4186
|
+
maxHireRate: number | null;
|
|
4088
4187
|
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;
|
|
4089
4188
|
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;
|
|
4090
4189
|
minJobsPosted: number | null;
|
|
4091
4190
|
minAvgHourlyRate: number | null;
|
|
4191
|
+
maxAvgHourlyRate: number | null;
|
|
4092
4192
|
minNumReviews: number | null;
|
|
4093
4193
|
memberSinceFrom: string | null;
|
|
4094
4194
|
memberSinceTo: string | null;
|
|
@@ -4544,12 +4644,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
4544
4644
|
clientLocationIncludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
4545
4645
|
clientLocationExcludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
4546
4646
|
minReviewScore: z.ZodNullable<z.ZodNumber>;
|
|
4647
|
+
maxReviewScore: z.ZodNullable<z.ZodNumber>;
|
|
4547
4648
|
minTotalSpent: z.ZodNullable<z.ZodNumber>;
|
|
4649
|
+
maxTotalSpent: z.ZodNullable<z.ZodNumber>;
|
|
4548
4650
|
minHireRate: z.ZodNullable<z.ZodNumber>;
|
|
4651
|
+
maxHireRate: z.ZodNullable<z.ZodNumber>;
|
|
4549
4652
|
clientIndustry: z.ZodNullable<z.ZodArray<z.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">>;
|
|
4550
4653
|
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">>;
|
|
4551
4654
|
minJobsPosted: z.ZodNullable<z.ZodNumber>;
|
|
4552
4655
|
minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
4656
|
+
maxAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
4553
4657
|
minNumReviews: z.ZodNullable<z.ZodNumber>;
|
|
4554
4658
|
memberSinceFrom: z.ZodNullable<z.ZodString>;
|
|
4555
4659
|
memberSinceTo: z.ZodNullable<z.ZodString>;
|
|
@@ -4560,12 +4664,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
4560
4664
|
clientLocationIncludes: string[] | null;
|
|
4561
4665
|
clientLocationExcludes: string[] | null;
|
|
4562
4666
|
minReviewScore: number | null;
|
|
4667
|
+
maxReviewScore: number | null;
|
|
4563
4668
|
minTotalSpent: number | null;
|
|
4669
|
+
maxTotalSpent: number | null;
|
|
4564
4670
|
minHireRate: number | null;
|
|
4671
|
+
maxHireRate: number | null;
|
|
4565
4672
|
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;
|
|
4566
4673
|
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;
|
|
4567
4674
|
minJobsPosted: number | null;
|
|
4568
4675
|
minAvgHourlyRate: number | null;
|
|
4676
|
+
maxAvgHourlyRate: number | null;
|
|
4569
4677
|
minNumReviews: number | null;
|
|
4570
4678
|
memberSinceFrom: string | null;
|
|
4571
4679
|
memberSinceTo: string | null;
|
|
@@ -4573,12 +4681,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
4573
4681
|
clientLocationIncludes: string[] | null;
|
|
4574
4682
|
clientLocationExcludes: string[] | null;
|
|
4575
4683
|
minReviewScore: number | null;
|
|
4684
|
+
maxReviewScore: number | null;
|
|
4576
4685
|
minTotalSpent: number | null;
|
|
4686
|
+
maxTotalSpent: number | null;
|
|
4577
4687
|
minHireRate: number | null;
|
|
4688
|
+
maxHireRate: number | null;
|
|
4578
4689
|
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;
|
|
4579
4690
|
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;
|
|
4580
4691
|
minJobsPosted: number | null;
|
|
4581
4692
|
minAvgHourlyRate: number | null;
|
|
4693
|
+
maxAvgHourlyRate: number | null;
|
|
4582
4694
|
minNumReviews: number | null;
|
|
4583
4695
|
memberSinceFrom: string | null;
|
|
4584
4696
|
memberSinceTo: string | null;
|
|
@@ -4644,12 +4756,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
4644
4756
|
clientLocationIncludes: string[] | null;
|
|
4645
4757
|
clientLocationExcludes: string[] | null;
|
|
4646
4758
|
minReviewScore: number | null;
|
|
4759
|
+
maxReviewScore: number | null;
|
|
4647
4760
|
minTotalSpent: number | null;
|
|
4761
|
+
maxTotalSpent: number | null;
|
|
4648
4762
|
minHireRate: number | null;
|
|
4763
|
+
maxHireRate: number | null;
|
|
4649
4764
|
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;
|
|
4650
4765
|
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;
|
|
4651
4766
|
minJobsPosted: number | null;
|
|
4652
4767
|
minAvgHourlyRate: number | null;
|
|
4768
|
+
maxAvgHourlyRate: number | null;
|
|
4653
4769
|
minNumReviews: number | null;
|
|
4654
4770
|
memberSinceFrom: string | null;
|
|
4655
4771
|
memberSinceTo: string | null;
|
|
@@ -4693,12 +4809,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
4693
4809
|
clientLocationIncludes: string[] | null;
|
|
4694
4810
|
clientLocationExcludes: string[] | null;
|
|
4695
4811
|
minReviewScore: number | null;
|
|
4812
|
+
maxReviewScore: number | null;
|
|
4696
4813
|
minTotalSpent: number | null;
|
|
4814
|
+
maxTotalSpent: number | null;
|
|
4697
4815
|
minHireRate: number | null;
|
|
4816
|
+
maxHireRate: number | null;
|
|
4698
4817
|
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;
|
|
4699
4818
|
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;
|
|
4700
4819
|
minJobsPosted: number | null;
|
|
4701
4820
|
minAvgHourlyRate: number | null;
|
|
4821
|
+
maxAvgHourlyRate: number | null;
|
|
4702
4822
|
minNumReviews: number | null;
|
|
4703
4823
|
memberSinceFrom: string | null;
|
|
4704
4824
|
memberSinceTo: string | null;
|
|
@@ -5506,12 +5626,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5506
5626
|
clientLocationIncludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
5507
5627
|
clientLocationExcludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
5508
5628
|
minReviewScore: z.ZodNullable<z.ZodNumber>;
|
|
5629
|
+
maxReviewScore: z.ZodNullable<z.ZodNumber>;
|
|
5509
5630
|
minTotalSpent: z.ZodNullable<z.ZodNumber>;
|
|
5631
|
+
maxTotalSpent: z.ZodNullable<z.ZodNumber>;
|
|
5510
5632
|
minHireRate: z.ZodNullable<z.ZodNumber>;
|
|
5633
|
+
maxHireRate: z.ZodNullable<z.ZodNumber>;
|
|
5511
5634
|
clientIndustry: z.ZodNullable<z.ZodArray<z.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">>;
|
|
5512
5635
|
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">>;
|
|
5513
5636
|
minJobsPosted: z.ZodNullable<z.ZodNumber>;
|
|
5514
5637
|
minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
5638
|
+
maxAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
5515
5639
|
minNumReviews: z.ZodNullable<z.ZodNumber>;
|
|
5516
5640
|
memberSinceFrom: z.ZodNullable<z.ZodString>;
|
|
5517
5641
|
memberSinceTo: z.ZodNullable<z.ZodString>;
|
|
@@ -5522,12 +5646,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5522
5646
|
clientLocationIncludes: string[] | null;
|
|
5523
5647
|
clientLocationExcludes: string[] | null;
|
|
5524
5648
|
minReviewScore: number | null;
|
|
5649
|
+
maxReviewScore: number | null;
|
|
5525
5650
|
minTotalSpent: number | null;
|
|
5651
|
+
maxTotalSpent: number | null;
|
|
5526
5652
|
minHireRate: number | null;
|
|
5653
|
+
maxHireRate: number | null;
|
|
5527
5654
|
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;
|
|
5528
5655
|
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;
|
|
5529
5656
|
minJobsPosted: number | null;
|
|
5530
5657
|
minAvgHourlyRate: number | null;
|
|
5658
|
+
maxAvgHourlyRate: number | null;
|
|
5531
5659
|
minNumReviews: number | null;
|
|
5532
5660
|
memberSinceFrom: string | null;
|
|
5533
5661
|
memberSinceTo: string | null;
|
|
@@ -5535,12 +5663,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5535
5663
|
clientLocationIncludes: string[] | null;
|
|
5536
5664
|
clientLocationExcludes: string[] | null;
|
|
5537
5665
|
minReviewScore: number | null;
|
|
5666
|
+
maxReviewScore: number | null;
|
|
5538
5667
|
minTotalSpent: number | null;
|
|
5668
|
+
maxTotalSpent: number | null;
|
|
5539
5669
|
minHireRate: number | null;
|
|
5670
|
+
maxHireRate: number | null;
|
|
5540
5671
|
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;
|
|
5541
5672
|
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;
|
|
5542
5673
|
minJobsPosted: number | null;
|
|
5543
5674
|
minAvgHourlyRate: number | null;
|
|
5675
|
+
maxAvgHourlyRate: number | null;
|
|
5544
5676
|
minNumReviews: number | null;
|
|
5545
5677
|
memberSinceFrom: string | null;
|
|
5546
5678
|
memberSinceTo: string | null;
|
|
@@ -5606,12 +5738,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5606
5738
|
clientLocationIncludes: string[] | null;
|
|
5607
5739
|
clientLocationExcludes: string[] | null;
|
|
5608
5740
|
minReviewScore: number | null;
|
|
5741
|
+
maxReviewScore: number | null;
|
|
5609
5742
|
minTotalSpent: number | null;
|
|
5743
|
+
maxTotalSpent: number | null;
|
|
5610
5744
|
minHireRate: number | null;
|
|
5745
|
+
maxHireRate: number | null;
|
|
5611
5746
|
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;
|
|
5612
5747
|
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;
|
|
5613
5748
|
minJobsPosted: number | null;
|
|
5614
5749
|
minAvgHourlyRate: number | null;
|
|
5750
|
+
maxAvgHourlyRate: number | null;
|
|
5615
5751
|
minNumReviews: number | null;
|
|
5616
5752
|
memberSinceFrom: string | null;
|
|
5617
5753
|
memberSinceTo: string | null;
|
|
@@ -5655,12 +5791,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5655
5791
|
clientLocationIncludes: string[] | null;
|
|
5656
5792
|
clientLocationExcludes: string[] | null;
|
|
5657
5793
|
minReviewScore: number | null;
|
|
5794
|
+
maxReviewScore: number | null;
|
|
5658
5795
|
minTotalSpent: number | null;
|
|
5796
|
+
maxTotalSpent: number | null;
|
|
5659
5797
|
minHireRate: number | null;
|
|
5798
|
+
maxHireRate: number | null;
|
|
5660
5799
|
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;
|
|
5661
5800
|
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;
|
|
5662
5801
|
minJobsPosted: number | null;
|
|
5663
5802
|
minAvgHourlyRate: number | null;
|
|
5803
|
+
maxAvgHourlyRate: number | null;
|
|
5664
5804
|
minNumReviews: number | null;
|
|
5665
5805
|
memberSinceFrom: string | null;
|
|
5666
5806
|
memberSinceTo: string | null;
|
|
@@ -6468,12 +6608,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6468
6608
|
clientLocationIncludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
6469
6609
|
clientLocationExcludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
6470
6610
|
minReviewScore: z.ZodNullable<z.ZodNumber>;
|
|
6611
|
+
maxReviewScore: z.ZodNullable<z.ZodNumber>;
|
|
6471
6612
|
minTotalSpent: z.ZodNullable<z.ZodNumber>;
|
|
6613
|
+
maxTotalSpent: z.ZodNullable<z.ZodNumber>;
|
|
6472
6614
|
minHireRate: z.ZodNullable<z.ZodNumber>;
|
|
6615
|
+
maxHireRate: z.ZodNullable<z.ZodNumber>;
|
|
6473
6616
|
clientIndustry: z.ZodNullable<z.ZodArray<z.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">>;
|
|
6474
6617
|
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">>;
|
|
6475
6618
|
minJobsPosted: z.ZodNullable<z.ZodNumber>;
|
|
6476
6619
|
minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
6620
|
+
maxAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
6477
6621
|
minNumReviews: z.ZodNullable<z.ZodNumber>;
|
|
6478
6622
|
memberSinceFrom: z.ZodNullable<z.ZodString>;
|
|
6479
6623
|
memberSinceTo: z.ZodNullable<z.ZodString>;
|
|
@@ -6484,12 +6628,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6484
6628
|
clientLocationIncludes: string[] | null;
|
|
6485
6629
|
clientLocationExcludes: string[] | null;
|
|
6486
6630
|
minReviewScore: number | null;
|
|
6631
|
+
maxReviewScore: number | null;
|
|
6487
6632
|
minTotalSpent: number | null;
|
|
6633
|
+
maxTotalSpent: number | null;
|
|
6488
6634
|
minHireRate: number | null;
|
|
6635
|
+
maxHireRate: number | null;
|
|
6489
6636
|
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;
|
|
6490
6637
|
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;
|
|
6491
6638
|
minJobsPosted: number | null;
|
|
6492
6639
|
minAvgHourlyRate: number | null;
|
|
6640
|
+
maxAvgHourlyRate: number | null;
|
|
6493
6641
|
minNumReviews: number | null;
|
|
6494
6642
|
memberSinceFrom: string | null;
|
|
6495
6643
|
memberSinceTo: string | null;
|
|
@@ -6497,12 +6645,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6497
6645
|
clientLocationIncludes: string[] | null;
|
|
6498
6646
|
clientLocationExcludes: string[] | null;
|
|
6499
6647
|
minReviewScore: number | null;
|
|
6648
|
+
maxReviewScore: number | null;
|
|
6500
6649
|
minTotalSpent: number | null;
|
|
6650
|
+
maxTotalSpent: number | null;
|
|
6501
6651
|
minHireRate: number | null;
|
|
6652
|
+
maxHireRate: number | null;
|
|
6502
6653
|
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;
|
|
6503
6654
|
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;
|
|
6504
6655
|
minJobsPosted: number | null;
|
|
6505
6656
|
minAvgHourlyRate: number | null;
|
|
6657
|
+
maxAvgHourlyRate: number | null;
|
|
6506
6658
|
minNumReviews: number | null;
|
|
6507
6659
|
memberSinceFrom: string | null;
|
|
6508
6660
|
memberSinceTo: string | null;
|
|
@@ -6568,12 +6720,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6568
6720
|
clientLocationIncludes: string[] | null;
|
|
6569
6721
|
clientLocationExcludes: string[] | null;
|
|
6570
6722
|
minReviewScore: number | null;
|
|
6723
|
+
maxReviewScore: number | null;
|
|
6571
6724
|
minTotalSpent: number | null;
|
|
6725
|
+
maxTotalSpent: number | null;
|
|
6572
6726
|
minHireRate: number | null;
|
|
6727
|
+
maxHireRate: number | null;
|
|
6573
6728
|
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;
|
|
6574
6729
|
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;
|
|
6575
6730
|
minJobsPosted: number | null;
|
|
6576
6731
|
minAvgHourlyRate: number | null;
|
|
6732
|
+
maxAvgHourlyRate: number | null;
|
|
6577
6733
|
minNumReviews: number | null;
|
|
6578
6734
|
memberSinceFrom: string | null;
|
|
6579
6735
|
memberSinceTo: string | null;
|
|
@@ -6617,12 +6773,16 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6617
6773
|
clientLocationIncludes: string[] | null;
|
|
6618
6774
|
clientLocationExcludes: string[] | null;
|
|
6619
6775
|
minReviewScore: number | null;
|
|
6776
|
+
maxReviewScore: number | null;
|
|
6620
6777
|
minTotalSpent: number | null;
|
|
6778
|
+
maxTotalSpent: number | null;
|
|
6621
6779
|
minHireRate: number | null;
|
|
6780
|
+
maxHireRate: number | null;
|
|
6622
6781
|
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;
|
|
6623
6782
|
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;
|
|
6624
6783
|
minJobsPosted: number | null;
|
|
6625
6784
|
minAvgHourlyRate: number | null;
|
|
6785
|
+
maxAvgHourlyRate: number | null;
|
|
6626
6786
|
minNumReviews: number | null;
|
|
6627
6787
|
memberSinceFrom: string | null;
|
|
6628
6788
|
memberSinceTo: string | null;
|