lancer-shared 1.0.43 → 1.0.44

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.
@@ -13,6 +13,8 @@ export declare const campaignSchema: z.ZodObject<{
13
13
  includes: string | null;
14
14
  excludes: string | null;
15
15
  }>>;
16
+ isFeatured: z.ZodDefault<z.ZodEnum<["all", "true", "false"]>>;
17
+ region: z.ZodDefault<z.ZodEnum<["all", "Worldwide", "UKOnly", "USOnly"]>>;
16
18
  categories: z.ZodNullable<z.ZodObject<{
17
19
  includes: z.ZodNullable<z.ZodArray<z.ZodEnum<["Personal & Professional Coaching", "Accounting & Bookkeeping", "Financial Planning", "Recruiting & Human Resources", "Management Consulting & Analysis", "Other - Accounting & Consulting", "Data Entry & Transcription Services", "Virtual Assistance", "Project Management", "Market Research & Product Reviews", "Community Management & Tagging", "Customer Service & Tech Support", "Data Analysis & Testing", "Data Extraction/ETL", "Data Mining & Management", "AI & Machine Learning", "Art & Illustration", "Audio & Music Production", "Branding & Logo Design", "NFT, AR/VR & Game Art", "Graphic, Editorial & Presentation Design", "Performing Arts", "Photography", "Product Design", "Video & Animation", "Building & Landscape Architecture", "Chemical Engineering", "Civil & Structural Engineering", "Contract Manufacturing", "Electrical & Electronic Engineering", "Energy & Mechanical Engineering", "3D Modeling & CAD", "Database Management & Administration", "ERP/CRM Software", "Information Security & Compliance", "Network & System Administration", "DevOps & Solution Architecture", "Corporate & Contract Law", "International & Immigration Law", "Finance & Tax Law", "Public Law", "Digital Marketing", "Lead Generation & Telemarketing", "Marketing, PR & Brand Strategy", "Language Tutoring & Interpretation", "Translation & Localization Services", "Blockchain, NFT & Cryptocurrency", "AI Apps & Integration", "Desktop Application Development", "Ecommerce Development", "Game Design & Development", "Mobile Development", "Other - Software Development", "Product Management & Scrum", "QA Testing", "Scripts & Utilities", "Web & Mobile Design", "Web Development", "Sales & Marketing Copywriting", "Content Writing", "Editing & Proofreading Services", "Professional & Business Writing"]>, "many">>;
18
20
  excludes: z.ZodNullable<z.ZodArray<z.ZodEnum<["Personal & Professional Coaching", "Accounting & Bookkeeping", "Financial Planning", "Recruiting & Human Resources", "Management Consulting & Analysis", "Other - Accounting & Consulting", "Data Entry & Transcription Services", "Virtual Assistance", "Project Management", "Market Research & Product Reviews", "Community Management & Tagging", "Customer Service & Tech Support", "Data Analysis & Testing", "Data Extraction/ETL", "Data Mining & Management", "AI & Machine Learning", "Art & Illustration", "Audio & Music Production", "Branding & Logo Design", "NFT, AR/VR & Game Art", "Graphic, Editorial & Presentation Design", "Performing Arts", "Photography", "Product Design", "Video & Animation", "Building & Landscape Architecture", "Chemical Engineering", "Civil & Structural Engineering", "Contract Manufacturing", "Electrical & Electronic Engineering", "Energy & Mechanical Engineering", "3D Modeling & CAD", "Database Management & Administration", "ERP/CRM Software", "Information Security & Compliance", "Network & System Administration", "DevOps & Solution Architecture", "Corporate & Contract Law", "International & Immigration Law", "Finance & Tax Law", "Public Law", "Digital Marketing", "Lead Generation & Telemarketing", "Marketing, PR & Brand Strategy", "Language Tutoring & Interpretation", "Translation & Localization Services", "Blockchain, NFT & Cryptocurrency", "AI Apps & Integration", "Desktop Application Development", "Ecommerce Development", "Game Design & Development", "Mobile Development", "Other - Software Development", "Product Management & Scrum", "QA Testing", "Scripts & Utilities", "Web & Mobile Design", "Web Development", "Sales & Marketing Copywriting", "Content Writing", "Editing & Proofreading Services", "Professional & Business Writing"]>, "many">>;
@@ -88,18 +90,22 @@ export declare const campaignSchema: z.ZodObject<{
88
90
  locationExcludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
89
91
  talentTypes: z.ZodNullable<z.ZodArray<z.ZodEnum<["Agency", "Independent", "Unspecified"]>, "many">>;
90
92
  englishLevels: z.ZodNullable<z.ZodArray<z.ZodEnum<["Fluent", "Conversational", "Native or Bilingual", "Unspecified"]>, "many">>;
93
+ includeRisingTalent: z.ZodNullable<z.ZodString>;
91
94
  }, "strip", z.ZodTypeAny, {
95
+ includeRisingTalent: string | null;
92
96
  locationIncludes: string[] | null;
93
97
  locationExcludes: string[] | null;
94
98
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
95
99
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
96
100
  }, {
101
+ includeRisingTalent: string | null;
97
102
  locationIncludes: string[] | null;
98
103
  locationExcludes: string[] | null;
99
104
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
100
105
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
101
106
  }>>;
102
107
  }, "strip", z.ZodTypeAny, {
108
+ region: "all" | "USOnly" | "UKOnly" | "Worldwide";
103
109
  projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
104
110
  questions: {
105
111
  hasQuestions: "all" | "yes" | "no";
@@ -117,11 +123,13 @@ export declare const campaignSchema: z.ZodObject<{
117
123
  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;
118
124
  } | null;
119
125
  vendorQualifications: {
126
+ includeRisingTalent: string | null;
120
127
  locationIncludes: string[] | null;
121
128
  locationExcludes: string[] | null;
122
129
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
123
130
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
124
131
  } | null;
132
+ isFeatured: "false" | "all" | "true";
125
133
  keywords: {
126
134
  includes: string | null;
127
135
  excludes: string | null;
@@ -156,6 +164,7 @@ export declare const campaignSchema: z.ZodObject<{
156
164
  enterpriseClient?: "false" | "all" | "true" | undefined;
157
165
  } | null;
158
166
  vendorQualifications: {
167
+ includeRisingTalent: string | null;
159
168
  locationIncludes: string[] | null;
160
169
  locationExcludes: string[] | null;
161
170
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
@@ -177,6 +186,8 @@ export declare const campaignSchema: z.ZodObject<{
177
186
  maxHourlyRate: number | null;
178
187
  } | null;
179
188
  engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
189
+ region?: "all" | "USOnly" | "UKOnly" | "Worldwide" | undefined;
190
+ isFeatured?: "false" | "all" | "true" | undefined;
180
191
  }>;
181
192
  createdAt: z.ZodNumber;
182
193
  updatedAt: z.ZodNumber;
@@ -249,6 +260,7 @@ export declare const campaignSchema: z.ZodObject<{
249
260
  createdAt: number;
250
261
  updatedAt: number;
251
262
  filters: {
263
+ region: "all" | "USOnly" | "UKOnly" | "Worldwide";
252
264
  projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
253
265
  questions: {
254
266
  hasQuestions: "all" | "yes" | "no";
@@ -266,11 +278,13 @@ export declare const campaignSchema: z.ZodObject<{
266
278
  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;
267
279
  } | null;
268
280
  vendorQualifications: {
281
+ includeRisingTalent: string | null;
269
282
  locationIncludes: string[] | null;
270
283
  locationExcludes: string[] | null;
271
284
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
272
285
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
273
286
  } | null;
287
+ isFeatured: "false" | "all" | "true";
274
288
  keywords: {
275
289
  includes: string | null;
276
290
  excludes: string | null;
@@ -336,6 +350,7 @@ export declare const campaignSchema: z.ZodObject<{
336
350
  enterpriseClient?: "false" | "all" | "true" | undefined;
337
351
  } | null;
338
352
  vendorQualifications: {
353
+ includeRisingTalent: string | null;
339
354
  locationIncludes: string[] | null;
340
355
  locationExcludes: string[] | null;
341
356
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
@@ -357,6 +372,8 @@ export declare const campaignSchema: z.ZodObject<{
357
372
  maxHourlyRate: number | null;
358
373
  } | null;
359
374
  engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
375
+ region?: "all" | "USOnly" | "UKOnly" | "Worldwide" | undefined;
376
+ isFeatured?: "false" | "all" | "true" | undefined;
360
377
  };
361
378
  automatedSuitability: boolean | null;
362
379
  automatedBidding: boolean | null;
@@ -398,6 +415,8 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
398
415
  includes: string | null;
399
416
  excludes: string | null;
400
417
  }>>;
418
+ isFeatured: z.ZodDefault<z.ZodEnum<["all", "true", "false"]>>;
419
+ region: z.ZodDefault<z.ZodEnum<["all", "Worldwide", "UKOnly", "USOnly"]>>;
401
420
  categories: z.ZodNullable<z.ZodObject<{
402
421
  includes: z.ZodNullable<z.ZodArray<z.ZodEnum<["Personal & Professional Coaching", "Accounting & Bookkeeping", "Financial Planning", "Recruiting & Human Resources", "Management Consulting & Analysis", "Other - Accounting & Consulting", "Data Entry & Transcription Services", "Virtual Assistance", "Project Management", "Market Research & Product Reviews", "Community Management & Tagging", "Customer Service & Tech Support", "Data Analysis & Testing", "Data Extraction/ETL", "Data Mining & Management", "AI & Machine Learning", "Art & Illustration", "Audio & Music Production", "Branding & Logo Design", "NFT, AR/VR & Game Art", "Graphic, Editorial & Presentation Design", "Performing Arts", "Photography", "Product Design", "Video & Animation", "Building & Landscape Architecture", "Chemical Engineering", "Civil & Structural Engineering", "Contract Manufacturing", "Electrical & Electronic Engineering", "Energy & Mechanical Engineering", "3D Modeling & CAD", "Database Management & Administration", "ERP/CRM Software", "Information Security & Compliance", "Network & System Administration", "DevOps & Solution Architecture", "Corporate & Contract Law", "International & Immigration Law", "Finance & Tax Law", "Public Law", "Digital Marketing", "Lead Generation & Telemarketing", "Marketing, PR & Brand Strategy", "Language Tutoring & Interpretation", "Translation & Localization Services", "Blockchain, NFT & Cryptocurrency", "AI Apps & Integration", "Desktop Application Development", "Ecommerce Development", "Game Design & Development", "Mobile Development", "Other - Software Development", "Product Management & Scrum", "QA Testing", "Scripts & Utilities", "Web & Mobile Design", "Web Development", "Sales & Marketing Copywriting", "Content Writing", "Editing & Proofreading Services", "Professional & Business Writing"]>, "many">>;
403
422
  excludes: z.ZodNullable<z.ZodArray<z.ZodEnum<["Personal & Professional Coaching", "Accounting & Bookkeeping", "Financial Planning", "Recruiting & Human Resources", "Management Consulting & Analysis", "Other - Accounting & Consulting", "Data Entry & Transcription Services", "Virtual Assistance", "Project Management", "Market Research & Product Reviews", "Community Management & Tagging", "Customer Service & Tech Support", "Data Analysis & Testing", "Data Extraction/ETL", "Data Mining & Management", "AI & Machine Learning", "Art & Illustration", "Audio & Music Production", "Branding & Logo Design", "NFT, AR/VR & Game Art", "Graphic, Editorial & Presentation Design", "Performing Arts", "Photography", "Product Design", "Video & Animation", "Building & Landscape Architecture", "Chemical Engineering", "Civil & Structural Engineering", "Contract Manufacturing", "Electrical & Electronic Engineering", "Energy & Mechanical Engineering", "3D Modeling & CAD", "Database Management & Administration", "ERP/CRM Software", "Information Security & Compliance", "Network & System Administration", "DevOps & Solution Architecture", "Corporate & Contract Law", "International & Immigration Law", "Finance & Tax Law", "Public Law", "Digital Marketing", "Lead Generation & Telemarketing", "Marketing, PR & Brand Strategy", "Language Tutoring & Interpretation", "Translation & Localization Services", "Blockchain, NFT & Cryptocurrency", "AI Apps & Integration", "Desktop Application Development", "Ecommerce Development", "Game Design & Development", "Mobile Development", "Other - Software Development", "Product Management & Scrum", "QA Testing", "Scripts & Utilities", "Web & Mobile Design", "Web Development", "Sales & Marketing Copywriting", "Content Writing", "Editing & Proofreading Services", "Professional & Business Writing"]>, "many">>;
@@ -473,18 +492,22 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
473
492
  locationExcludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
474
493
  talentTypes: z.ZodNullable<z.ZodArray<z.ZodEnum<["Agency", "Independent", "Unspecified"]>, "many">>;
475
494
  englishLevels: z.ZodNullable<z.ZodArray<z.ZodEnum<["Fluent", "Conversational", "Native or Bilingual", "Unspecified"]>, "many">>;
495
+ includeRisingTalent: z.ZodNullable<z.ZodString>;
476
496
  }, "strip", z.ZodTypeAny, {
497
+ includeRisingTalent: string | null;
477
498
  locationIncludes: string[] | null;
478
499
  locationExcludes: string[] | null;
479
500
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
480
501
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
481
502
  }, {
503
+ includeRisingTalent: string | null;
482
504
  locationIncludes: string[] | null;
483
505
  locationExcludes: string[] | null;
484
506
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
485
507
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
486
508
  }>>;
487
509
  }, "strip", z.ZodTypeAny, {
510
+ region: "all" | "USOnly" | "UKOnly" | "Worldwide";
488
511
  projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
489
512
  questions: {
490
513
  hasQuestions: "all" | "yes" | "no";
@@ -502,11 +525,13 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
502
525
  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;
503
526
  } | null;
504
527
  vendorQualifications: {
528
+ includeRisingTalent: string | null;
505
529
  locationIncludes: string[] | null;
506
530
  locationExcludes: string[] | null;
507
531
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
508
532
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
509
533
  } | null;
534
+ isFeatured: "false" | "all" | "true";
510
535
  keywords: {
511
536
  includes: string | null;
512
537
  excludes: string | null;
@@ -541,6 +566,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
541
566
  enterpriseClient?: "false" | "all" | "true" | undefined;
542
567
  } | null;
543
568
  vendorQualifications: {
569
+ includeRisingTalent: string | null;
544
570
  locationIncludes: string[] | null;
545
571
  locationExcludes: string[] | null;
546
572
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
@@ -562,6 +588,8 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
562
588
  maxHourlyRate: number | null;
563
589
  } | null;
564
590
  engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
591
+ region?: "all" | "USOnly" | "UKOnly" | "Worldwide" | undefined;
592
+ isFeatured?: "false" | "all" | "true" | undefined;
565
593
  }>;
566
594
  createdAt: z.ZodNumber;
567
595
  updatedAt: z.ZodNumber;
@@ -631,6 +659,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
631
659
  }, "id" | "createdAt" | "updatedAt">, "strip", z.ZodTypeAny, {
632
660
  name: string;
633
661
  filters: {
662
+ region: "all" | "USOnly" | "UKOnly" | "Worldwide";
634
663
  projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
635
664
  questions: {
636
665
  hasQuestions: "all" | "yes" | "no";
@@ -648,11 +677,13 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
648
677
  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;
649
678
  } | null;
650
679
  vendorQualifications: {
680
+ includeRisingTalent: string | null;
651
681
  locationIncludes: string[] | null;
652
682
  locationExcludes: string[] | null;
653
683
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
654
684
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
655
685
  } | null;
686
+ isFeatured: "false" | "all" | "true";
656
687
  keywords: {
657
688
  includes: string | null;
658
689
  excludes: string | null;
@@ -715,6 +746,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
715
746
  enterpriseClient?: "false" | "all" | "true" | undefined;
716
747
  } | null;
717
748
  vendorQualifications: {
749
+ includeRisingTalent: string | null;
718
750
  locationIncludes: string[] | null;
719
751
  locationExcludes: string[] | null;
720
752
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
@@ -736,6 +768,8 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
736
768
  maxHourlyRate: number | null;
737
769
  } | null;
738
770
  engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
771
+ region?: "all" | "USOnly" | "UKOnly" | "Worldwide" | undefined;
772
+ isFeatured?: "false" | "all" | "true" | undefined;
739
773
  };
740
774
  automatedSuitability: boolean | null;
741
775
  automatedBidding: boolean | null;
@@ -777,6 +811,8 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
777
811
  includes: string | null;
778
812
  excludes: string | null;
779
813
  }>>;
814
+ isFeatured: z.ZodDefault<z.ZodEnum<["all", "true", "false"]>>;
815
+ region: z.ZodDefault<z.ZodEnum<["all", "Worldwide", "UKOnly", "USOnly"]>>;
780
816
  categories: z.ZodNullable<z.ZodObject<{
781
817
  includes: z.ZodNullable<z.ZodArray<z.ZodEnum<["Personal & Professional Coaching", "Accounting & Bookkeeping", "Financial Planning", "Recruiting & Human Resources", "Management Consulting & Analysis", "Other - Accounting & Consulting", "Data Entry & Transcription Services", "Virtual Assistance", "Project Management", "Market Research & Product Reviews", "Community Management & Tagging", "Customer Service & Tech Support", "Data Analysis & Testing", "Data Extraction/ETL", "Data Mining & Management", "AI & Machine Learning", "Art & Illustration", "Audio & Music Production", "Branding & Logo Design", "NFT, AR/VR & Game Art", "Graphic, Editorial & Presentation Design", "Performing Arts", "Photography", "Product Design", "Video & Animation", "Building & Landscape Architecture", "Chemical Engineering", "Civil & Structural Engineering", "Contract Manufacturing", "Electrical & Electronic Engineering", "Energy & Mechanical Engineering", "3D Modeling & CAD", "Database Management & Administration", "ERP/CRM Software", "Information Security & Compliance", "Network & System Administration", "DevOps & Solution Architecture", "Corporate & Contract Law", "International & Immigration Law", "Finance & Tax Law", "Public Law", "Digital Marketing", "Lead Generation & Telemarketing", "Marketing, PR & Brand Strategy", "Language Tutoring & Interpretation", "Translation & Localization Services", "Blockchain, NFT & Cryptocurrency", "AI Apps & Integration", "Desktop Application Development", "Ecommerce Development", "Game Design & Development", "Mobile Development", "Other - Software Development", "Product Management & Scrum", "QA Testing", "Scripts & Utilities", "Web & Mobile Design", "Web Development", "Sales & Marketing Copywriting", "Content Writing", "Editing & Proofreading Services", "Professional & Business Writing"]>, "many">>;
782
818
  excludes: z.ZodNullable<z.ZodArray<z.ZodEnum<["Personal & Professional Coaching", "Accounting & Bookkeeping", "Financial Planning", "Recruiting & Human Resources", "Management Consulting & Analysis", "Other - Accounting & Consulting", "Data Entry & Transcription Services", "Virtual Assistance", "Project Management", "Market Research & Product Reviews", "Community Management & Tagging", "Customer Service & Tech Support", "Data Analysis & Testing", "Data Extraction/ETL", "Data Mining & Management", "AI & Machine Learning", "Art & Illustration", "Audio & Music Production", "Branding & Logo Design", "NFT, AR/VR & Game Art", "Graphic, Editorial & Presentation Design", "Performing Arts", "Photography", "Product Design", "Video & Animation", "Building & Landscape Architecture", "Chemical Engineering", "Civil & Structural Engineering", "Contract Manufacturing", "Electrical & Electronic Engineering", "Energy & Mechanical Engineering", "3D Modeling & CAD", "Database Management & Administration", "ERP/CRM Software", "Information Security & Compliance", "Network & System Administration", "DevOps & Solution Architecture", "Corporate & Contract Law", "International & Immigration Law", "Finance & Tax Law", "Public Law", "Digital Marketing", "Lead Generation & Telemarketing", "Marketing, PR & Brand Strategy", "Language Tutoring & Interpretation", "Translation & Localization Services", "Blockchain, NFT & Cryptocurrency", "AI Apps & Integration", "Desktop Application Development", "Ecommerce Development", "Game Design & Development", "Mobile Development", "Other - Software Development", "Product Management & Scrum", "QA Testing", "Scripts & Utilities", "Web & Mobile Design", "Web Development", "Sales & Marketing Copywriting", "Content Writing", "Editing & Proofreading Services", "Professional & Business Writing"]>, "many">>;
@@ -852,18 +888,22 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
852
888
  locationExcludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
853
889
  talentTypes: z.ZodNullable<z.ZodArray<z.ZodEnum<["Agency", "Independent", "Unspecified"]>, "many">>;
854
890
  englishLevels: z.ZodNullable<z.ZodArray<z.ZodEnum<["Fluent", "Conversational", "Native or Bilingual", "Unspecified"]>, "many">>;
891
+ includeRisingTalent: z.ZodNullable<z.ZodString>;
855
892
  }, "strip", z.ZodTypeAny, {
893
+ includeRisingTalent: string | null;
856
894
  locationIncludes: string[] | null;
857
895
  locationExcludes: string[] | null;
858
896
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
859
897
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
860
898
  }, {
899
+ includeRisingTalent: string | null;
861
900
  locationIncludes: string[] | null;
862
901
  locationExcludes: string[] | null;
863
902
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
864
903
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
865
904
  }>>;
866
905
  }, "strip", z.ZodTypeAny, {
906
+ region: "all" | "USOnly" | "UKOnly" | "Worldwide";
867
907
  projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
868
908
  questions: {
869
909
  hasQuestions: "all" | "yes" | "no";
@@ -881,11 +921,13 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
881
921
  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;
882
922
  } | null;
883
923
  vendorQualifications: {
924
+ includeRisingTalent: string | null;
884
925
  locationIncludes: string[] | null;
885
926
  locationExcludes: string[] | null;
886
927
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
887
928
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
888
929
  } | null;
930
+ isFeatured: "false" | "all" | "true";
889
931
  keywords: {
890
932
  includes: string | null;
891
933
  excludes: string | null;
@@ -920,6 +962,7 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
920
962
  enterpriseClient?: "false" | "all" | "true" | undefined;
921
963
  } | null;
922
964
  vendorQualifications: {
965
+ includeRisingTalent: string | null;
923
966
  locationIncludes: string[] | null;
924
967
  locationExcludes: string[] | null;
925
968
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
@@ -941,6 +984,8 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
941
984
  maxHourlyRate: number | null;
942
985
  } | null;
943
986
  engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
987
+ region?: "all" | "USOnly" | "UKOnly" | "Worldwide" | undefined;
988
+ isFeatured?: "false" | "all" | "true" | undefined;
944
989
  }>;
945
990
  createdAt: z.ZodNumber;
946
991
  updatedAt: z.ZodNumber;
@@ -1011,6 +1056,7 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
1011
1056
  id: string;
1012
1057
  name: string;
1013
1058
  filters: {
1059
+ region: "all" | "USOnly" | "UKOnly" | "Worldwide";
1014
1060
  projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
1015
1061
  questions: {
1016
1062
  hasQuestions: "all" | "yes" | "no";
@@ -1028,11 +1074,13 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
1028
1074
  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;
1029
1075
  } | null;
1030
1076
  vendorQualifications: {
1077
+ includeRisingTalent: string | null;
1031
1078
  locationIncludes: string[] | null;
1032
1079
  locationExcludes: string[] | null;
1033
1080
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
1034
1081
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
1035
1082
  } | null;
1083
+ isFeatured: "false" | "all" | "true";
1036
1084
  keywords: {
1037
1085
  includes: string | null;
1038
1086
  excludes: string | null;
@@ -1096,6 +1144,7 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
1096
1144
  enterpriseClient?: "false" | "all" | "true" | undefined;
1097
1145
  } | null;
1098
1146
  vendorQualifications: {
1147
+ includeRisingTalent: string | null;
1099
1148
  locationIncludes: string[] | null;
1100
1149
  locationExcludes: string[] | null;
1101
1150
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
@@ -1117,6 +1166,8 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
1117
1166
  maxHourlyRate: number | null;
1118
1167
  } | null;
1119
1168
  engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
1169
+ region?: "all" | "USOnly" | "UKOnly" | "Worldwide" | undefined;
1170
+ isFeatured?: "false" | "all" | "true" | undefined;
1120
1171
  };
1121
1172
  automatedSuitability: boolean | null;
1122
1173
  automatedBidding: boolean | null;
@@ -20,6 +20,8 @@ export declare const jobFiltersSchema: z.ZodObject<{
20
20
  includes: string | null;
21
21
  excludes: string | null;
22
22
  }>>;
23
+ isFeatured: z.ZodDefault<z.ZodEnum<["all", "true", "false"]>>;
24
+ region: z.ZodDefault<z.ZodEnum<["all", "Worldwide", "UKOnly", "USOnly"]>>;
23
25
  categories: z.ZodNullable<z.ZodObject<{
24
26
  includes: z.ZodNullable<z.ZodArray<z.ZodEnum<["Personal & Professional Coaching", "Accounting & Bookkeeping", "Financial Planning", "Recruiting & Human Resources", "Management Consulting & Analysis", "Other - Accounting & Consulting", "Data Entry & Transcription Services", "Virtual Assistance", "Project Management", "Market Research & Product Reviews", "Community Management & Tagging", "Customer Service & Tech Support", "Data Analysis & Testing", "Data Extraction/ETL", "Data Mining & Management", "AI & Machine Learning", "Art & Illustration", "Audio & Music Production", "Branding & Logo Design", "NFT, AR/VR & Game Art", "Graphic, Editorial & Presentation Design", "Performing Arts", "Photography", "Product Design", "Video & Animation", "Building & Landscape Architecture", "Chemical Engineering", "Civil & Structural Engineering", "Contract Manufacturing", "Electrical & Electronic Engineering", "Energy & Mechanical Engineering", "3D Modeling & CAD", "Database Management & Administration", "ERP/CRM Software", "Information Security & Compliance", "Network & System Administration", "DevOps & Solution Architecture", "Corporate & Contract Law", "International & Immigration Law", "Finance & Tax Law", "Public Law", "Digital Marketing", "Lead Generation & Telemarketing", "Marketing, PR & Brand Strategy", "Language Tutoring & Interpretation", "Translation & Localization Services", "Blockchain, NFT & Cryptocurrency", "AI Apps & Integration", "Desktop Application Development", "Ecommerce Development", "Game Design & Development", "Mobile Development", "Other - Software Development", "Product Management & Scrum", "QA Testing", "Scripts & Utilities", "Web & Mobile Design", "Web Development", "Sales & Marketing Copywriting", "Content Writing", "Editing & Proofreading Services", "Professional & Business Writing"]>, "many">>;
25
27
  excludes: z.ZodNullable<z.ZodArray<z.ZodEnum<["Personal & Professional Coaching", "Accounting & Bookkeeping", "Financial Planning", "Recruiting & Human Resources", "Management Consulting & Analysis", "Other - Accounting & Consulting", "Data Entry & Transcription Services", "Virtual Assistance", "Project Management", "Market Research & Product Reviews", "Community Management & Tagging", "Customer Service & Tech Support", "Data Analysis & Testing", "Data Extraction/ETL", "Data Mining & Management", "AI & Machine Learning", "Art & Illustration", "Audio & Music Production", "Branding & Logo Design", "NFT, AR/VR & Game Art", "Graphic, Editorial & Presentation Design", "Performing Arts", "Photography", "Product Design", "Video & Animation", "Building & Landscape Architecture", "Chemical Engineering", "Civil & Structural Engineering", "Contract Manufacturing", "Electrical & Electronic Engineering", "Energy & Mechanical Engineering", "3D Modeling & CAD", "Database Management & Administration", "ERP/CRM Software", "Information Security & Compliance", "Network & System Administration", "DevOps & Solution Architecture", "Corporate & Contract Law", "International & Immigration Law", "Finance & Tax Law", "Public Law", "Digital Marketing", "Lead Generation & Telemarketing", "Marketing, PR & Brand Strategy", "Language Tutoring & Interpretation", "Translation & Localization Services", "Blockchain, NFT & Cryptocurrency", "AI Apps & Integration", "Desktop Application Development", "Ecommerce Development", "Game Design & Development", "Mobile Development", "Other - Software Development", "Product Management & Scrum", "QA Testing", "Scripts & Utilities", "Web & Mobile Design", "Web Development", "Sales & Marketing Copywriting", "Content Writing", "Editing & Proofreading Services", "Professional & Business Writing"]>, "many">>;
@@ -95,18 +97,22 @@ export declare const jobFiltersSchema: z.ZodObject<{
95
97
  locationExcludes: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
96
98
  talentTypes: z.ZodNullable<z.ZodArray<z.ZodEnum<["Agency", "Independent", "Unspecified"]>, "many">>;
97
99
  englishLevels: z.ZodNullable<z.ZodArray<z.ZodEnum<["Fluent", "Conversational", "Native or Bilingual", "Unspecified"]>, "many">>;
100
+ includeRisingTalent: z.ZodNullable<z.ZodString>;
98
101
  }, "strip", z.ZodTypeAny, {
102
+ includeRisingTalent: string | null;
99
103
  locationIncludes: string[] | null;
100
104
  locationExcludes: string[] | null;
101
105
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
102
106
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
103
107
  }, {
108
+ includeRisingTalent: string | null;
104
109
  locationIncludes: string[] | null;
105
110
  locationExcludes: string[] | null;
106
111
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
107
112
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
108
113
  }>>;
109
114
  }, "strip", z.ZodTypeAny, {
115
+ region: "all" | "USOnly" | "UKOnly" | "Worldwide";
110
116
  projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
111
117
  questions: {
112
118
  hasQuestions: "all" | "yes" | "no";
@@ -124,11 +130,13 @@ export declare const jobFiltersSchema: z.ZodObject<{
124
130
  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;
125
131
  } | null;
126
132
  vendorQualifications: {
133
+ includeRisingTalent: string | null;
127
134
  locationIncludes: string[] | null;
128
135
  locationExcludes: string[] | null;
129
136
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
130
137
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
131
138
  } | null;
139
+ isFeatured: "false" | "all" | "true";
132
140
  keywords: {
133
141
  includes: string | null;
134
142
  excludes: string | null;
@@ -163,6 +171,7 @@ export declare const jobFiltersSchema: z.ZodObject<{
163
171
  enterpriseClient?: "false" | "all" | "true" | undefined;
164
172
  } | null;
165
173
  vendorQualifications: {
174
+ includeRisingTalent: string | null;
166
175
  locationIncludes: string[] | null;
167
176
  locationExcludes: string[] | null;
168
177
  talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
@@ -184,4 +193,6 @@ export declare const jobFiltersSchema: z.ZodObject<{
184
193
  maxHourlyRate: number | null;
185
194
  } | null;
186
195
  engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
196
+ region?: "all" | "USOnly" | "UKOnly" | "Worldwide" | undefined;
197
+ isFeatured?: "false" | "all" | "true" | undefined;
187
198
  }>;
@@ -22,6 +22,8 @@ exports.jobFiltersSchema = zod_1.z.object({
22
22
  excludes: zod_1.z.string().nullable(),
23
23
  })
24
24
  .nullable(),
25
+ isFeatured: zod_1.z.enum(["all", "true", "false"]).default("all"),
26
+ region: zod_1.z.enum(["all", "Worldwide", "UKOnly", "USOnly"]).default("all"),
25
27
  categories: zod_1.z
26
28
  .object({
27
29
  includes: zod_1.z.array(exports.categoryEnum).nullable(),
@@ -64,6 +66,7 @@ exports.jobFiltersSchema = zod_1.z.object({
64
66
  locationExcludes: zod_1.z.array(zod_1.z.string()).nullable(),
65
67
  talentTypes: zod_1.z.array(exports.talentTypeEnum).nullable(),
66
68
  englishLevels: zod_1.z.array(exports.englishLevelEnum).nullable(),
69
+ includeRisingTalent: zod_1.z.string().nullable(),
67
70
  })
68
71
  .nullable(),
69
72
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "lancer-shared",
4
- "version": "1.0.43",
4
+ "version": "1.0.44",
5
5
  "description": "This package contains shared stuff.",
6
6
  "types": "./dist/index.d.ts",
7
7
  "main": "./dist/index.js",