lancer-shared 1.2.302 → 1.2.304

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.
Files changed (60) hide show
  1. package/dist/bundle.cjs.js +4 -0
  2. package/dist/bundle.cjs.js.map +1 -1
  3. package/dist/bundle.esm.js +4 -0
  4. package/dist/bundle.esm.js.map +1 -1
  5. package/dist/schemas/account/bidder-account.d.ts +47 -40
  6. package/dist/schemas/account/scraper-account.d.ts +27 -27
  7. package/dist/schemas/agent/index.d.ts +273 -273
  8. package/dist/schemas/agent/proposal.d.ts +4 -4
  9. package/dist/schemas/bidder/bid.d.ts +2377 -2358
  10. package/dist/schemas/campaign/campaign-analytics.d.ts +1404 -1404
  11. package/dist/schemas/campaign/campaign-chat-bot.d.ts +24 -24
  12. package/dist/schemas/campaign/campaign-expenses.d.ts +2 -2
  13. package/dist/schemas/campaign/campaign-insights.d.ts +12 -12
  14. package/dist/schemas/campaign/campaign.d.ts +575 -566
  15. package/dist/schemas/campaign/sequence/boost-node.d.ts +2 -2
  16. package/dist/schemas/campaign/sequence/client-size-node.d.ts +8 -8
  17. package/dist/schemas/campaign/sequence/client-spent-node.d.ts +16 -16
  18. package/dist/schemas/campaign/sequence/hire-rate-node.d.ts +16 -16
  19. package/dist/schemas/campaign/sequence/hourly-rate-node.d.ts +16 -16
  20. package/dist/schemas/campaign/sequence/rating-node.d.ts +16 -16
  21. package/dist/schemas/campaign/sequence/suitability-node.d.ts +16 -16
  22. package/dist/schemas/dashboard/index.d.ts +46 -46
  23. package/dist/schemas/golden-dataset/sample.d.ts +12 -12
  24. package/dist/schemas/infrastructure/index.d.ts +8 -8
  25. package/dist/schemas/invoice/index.d.ts +55 -55
  26. package/dist/schemas/job/index.d.ts +189 -189
  27. package/dist/schemas/job/job-api.d.ts +4 -4
  28. package/dist/schemas/job/job-details.d.ts +726 -726
  29. package/dist/schemas/job/job-filters.d.ts +55 -55
  30. package/dist/schemas/job/job-listing.d.ts +96 -96
  31. package/dist/schemas/job/nuxt.d.ts +130 -130
  32. package/dist/schemas/lead/index.d.ts +1040 -1040
  33. package/dist/schemas/lead/lead-status.d.ts +4 -4
  34. package/dist/schemas/logger/feed/feed-chunk-enrich.d.ts +16 -16
  35. package/dist/schemas/logger/feed/feed-enrich.d.ts +12 -12
  36. package/dist/schemas/logger/feed/feed-job-enrich.d.ts +272 -272
  37. package/dist/schemas/logger/feed/feed-scrape.d.ts +6 -6
  38. package/dist/schemas/logger/log-event.d.ts +103 -103
  39. package/dist/schemas/logger/scraper-events.d.ts +73 -73
  40. package/dist/schemas/notifications/index.d.ts +4 -4
  41. package/dist/schemas/organization/billing.d.ts +2 -2
  42. package/dist/schemas/organization/cover-letter.d.ts +4 -4
  43. package/dist/schemas/organization/index.d.ts +112 -112
  44. package/dist/schemas/organization/onboarding.d.ts +6 -6
  45. package/dist/schemas/organization/organization-leads.d.ts +4 -4
  46. package/dist/schemas/organization/subscription.d.ts +12 -12
  47. package/dist/schemas/plan/index.d.ts +55 -55
  48. package/dist/schemas/proxy/proxy.d.ts +29 -29
  49. package/dist/schemas/saved-search/index.d.ts +4 -4
  50. package/dist/schemas/scraper/scrape-payload.d.ts +876 -876
  51. package/dist/schemas/scraper/scrape-result.d.ts +174 -174
  52. package/dist/schemas/scraper/upwork-profile.d.ts +16 -16
  53. package/dist/schemas/shared.d.ts +1 -1
  54. package/dist/schemas/talent/index.d.ts +750 -750
  55. package/dist/schemas/transaction/index.d.ts +20 -20
  56. package/dist/schemas/upwork-analytics/index.d.ts +22 -22
  57. package/dist/schemas/usage/index.d.ts +16 -16
  58. package/dist/schemas/usage-event/index.d.ts +11 -11
  59. package/dist/schemas/user/index.d.ts +4 -4
  60. package/package.json +2 -2
@@ -90,10 +90,9 @@ export declare const jobFiltersSchema: z.ZodObject<{
90
90
  memberSinceFrom: z.ZodNullable<z.ZodString>;
91
91
  memberSinceTo: z.ZodNullable<z.ZodString>;
92
92
  }, "strip", z.ZodTypeAny, {
93
- isPhoneVerified: "false" | "all" | "true";
94
- isPaymentVerified: "false" | "all" | "true";
95
- 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;
96
- enterpriseClient: "false" | "all" | "true";
93
+ isPaymentVerified: "all" | "true" | "false";
94
+ isPhoneVerified: "all" | "true" | "false";
95
+ enterpriseClient: "all" | "true" | "false";
97
96
  clientLocationIncludes: string[] | null;
98
97
  clientLocationExcludes: string[] | null;
99
98
  minReviewScore: number | null;
@@ -103,6 +102,7 @@ export declare const jobFiltersSchema: z.ZodObject<{
103
102
  minHireRate: number | null;
104
103
  maxHireRate: number | null;
105
104
  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;
105
+ 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;
106
106
  minJobsPosted: number | null;
107
107
  minAvgHourlyRate: number | null;
108
108
  maxAvgHourlyRate: number | null;
@@ -110,7 +110,6 @@ export declare const jobFiltersSchema: z.ZodObject<{
110
110
  memberSinceFrom: string | null;
111
111
  memberSinceTo: string | null;
112
112
  }, {
113
- 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;
114
113
  clientLocationIncludes: string[] | null;
115
114
  clientLocationExcludes: string[] | null;
116
115
  minReviewScore: number | null;
@@ -120,15 +119,16 @@ export declare const jobFiltersSchema: z.ZodObject<{
120
119
  minHireRate: number | null;
121
120
  maxHireRate: number | null;
122
121
  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;
122
+ 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;
123
123
  minJobsPosted: number | null;
124
124
  minAvgHourlyRate: number | null;
125
125
  maxAvgHourlyRate: number | null;
126
126
  minNumReviews: number | null;
127
127
  memberSinceFrom: string | null;
128
128
  memberSinceTo: string | null;
129
- isPhoneVerified?: "false" | "all" | "true" | undefined;
130
- isPaymentVerified?: "false" | "all" | "true" | undefined;
131
- enterpriseClient?: "false" | "all" | "true" | undefined;
129
+ isPaymentVerified?: "all" | "true" | "false" | undefined;
130
+ isPhoneVerified?: "all" | "true" | "false" | undefined;
131
+ enterpriseClient?: "all" | "true" | "false" | undefined;
132
132
  }>>;
133
133
  includeClientsWithZeroReviews: z.ZodNullable<z.ZodBoolean>;
134
134
  includeClientsWithLessThanXPostedJobs: z.ZodNullable<z.ZodNumber>;
@@ -143,34 +143,51 @@ export declare const jobFiltersSchema: z.ZodObject<{
143
143
  requiredEarnings: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<100>, z.ZodLiteral<1000>, z.ZodLiteral<10000>]>>;
144
144
  requiredJSS: z.ZodNullable<z.ZodArray<z.ZodEnum<[">80%", ">90%", "100%", "RT"]>, "many">>;
145
145
  }, "strip", z.ZodTypeAny, {
146
- includeRisingTalent: string | null;
147
146
  locationIncludes: string[] | null;
148
147
  locationExcludes: string[] | null;
149
148
  talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
150
149
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
150
+ includeRisingTalent: string | null;
151
151
  requiredEarnings: 100 | 1000 | 10000 | null;
152
152
  requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
153
153
  }, {
154
- includeRisingTalent: string | null;
155
154
  locationIncludes: string[] | null;
156
155
  locationExcludes: string[] | null;
157
156
  talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
158
157
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
158
+ includeRisingTalent: string | null;
159
159
  requiredEarnings: 100 | 1000 | 10000 | null;
160
160
  requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
161
161
  }>>;
162
162
  }, "strip", z.ZodTypeAny, {
163
- regions: ("USOnly" | "UKOnly" | "Worldwide" | "All")[] | null;
164
- questions: {
165
- hasQuestions: ("all" | "yes" | "no")[];
163
+ keywords: {
164
+ includes: string | null;
165
+ excludes: string | null;
166
+ } | null;
167
+ searchQuery: string | null;
168
+ isFeatured: "all" | "true" | "false" | null;
169
+ regions: ("Worldwide" | "USOnly" | "UKOnly" | "All")[] | null;
170
+ categories: {
171
+ includes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "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" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
172
+ excludes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "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" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
173
+ } | null;
174
+ payment: {
175
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
176
+ minFixedPrice: number | null;
177
+ maxFixedPrice: number | null;
178
+ minHourlyRate: number | null;
179
+ maxHourlyRate: number | null;
166
180
  } | null;
167
181
  projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
168
182
  experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
183
+ questions: {
184
+ hasQuestions: ("all" | "yes" | "no")[];
185
+ } | null;
186
+ engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
169
187
  clientInfo: {
170
- isPhoneVerified: "false" | "all" | "true";
171
- isPaymentVerified: "false" | "all" | "true";
172
- 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;
173
- enterpriseClient: "false" | "all" | "true";
188
+ isPaymentVerified: "all" | "true" | "false";
189
+ isPhoneVerified: "all" | "true" | "false";
190
+ enterpriseClient: "all" | "true" | "false";
174
191
  clientLocationIncludes: string[] | null;
175
192
  clientLocationExcludes: string[] | null;
176
193
  minReviewScore: number | null;
@@ -180,6 +197,7 @@ export declare const jobFiltersSchema: z.ZodObject<{
180
197
  minHireRate: number | null;
181
198
  maxHireRate: number | null;
182
199
  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;
200
+ 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;
183
201
  minJobsPosted: number | null;
184
202
  minAvgHourlyRate: number | null;
185
203
  maxAvgHourlyRate: number | null;
@@ -187,21 +205,27 @@ export declare const jobFiltersSchema: z.ZodObject<{
187
205
  memberSinceFrom: string | null;
188
206
  memberSinceTo: string | null;
189
207
  } | null;
208
+ includeClientsWithZeroReviews: boolean | null;
209
+ includeClientsWithLessThanXPostedJobs: number | null;
210
+ totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
211
+ averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
190
212
  vendorQualifications: {
191
- includeRisingTalent: string | null;
192
213
  locationIncludes: string[] | null;
193
214
  locationExcludes: string[] | null;
194
215
  talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
195
216
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
217
+ includeRisingTalent: string | null;
196
218
  requiredEarnings: 100 | 1000 | 10000 | null;
197
219
  requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
198
220
  } | null;
199
- isFeatured: "false" | "all" | "true" | null;
221
+ }, {
200
222
  keywords: {
201
223
  includes: string | null;
202
224
  excludes: string | null;
203
225
  } | null;
204
226
  searchQuery: string | null;
227
+ isFeatured: "all" | "true" | "false" | null;
228
+ regions: ("Worldwide" | "USOnly" | "UKOnly" | "All")[] | null;
205
229
  categories: {
206
230
  includes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "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" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
207
231
  excludes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "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" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
@@ -213,20 +237,13 @@ export declare const jobFiltersSchema: z.ZodObject<{
213
237
  minHourlyRate: number | null;
214
238
  maxHourlyRate: number | null;
215
239
  } | null;
216
- engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
217
- includeClientsWithZeroReviews: boolean | null;
218
- includeClientsWithLessThanXPostedJobs: number | null;
219
- totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
220
- averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
221
- }, {
222
- regions: ("USOnly" | "UKOnly" | "Worldwide" | "All")[] | null;
240
+ projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
241
+ experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
223
242
  questions: {
224
243
  hasQuestions: ("all" | "yes" | "no")[];
225
244
  } | null;
226
- projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
227
- experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
245
+ engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
228
246
  clientInfo: {
229
- 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;
230
247
  clientLocationIncludes: string[] | null;
231
248
  clientLocationExcludes: string[] | null;
232
249
  minReviewScore: number | null;
@@ -236,47 +253,30 @@ export declare const jobFiltersSchema: z.ZodObject<{
236
253
  minHireRate: number | null;
237
254
  maxHireRate: number | null;
238
255
  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;
256
+ 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;
239
257
  minJobsPosted: number | null;
240
258
  minAvgHourlyRate: number | null;
241
259
  maxAvgHourlyRate: number | null;
242
260
  minNumReviews: number | null;
243
261
  memberSinceFrom: string | null;
244
262
  memberSinceTo: string | null;
245
- isPhoneVerified?: "false" | "all" | "true" | undefined;
246
- isPaymentVerified?: "false" | "all" | "true" | undefined;
247
- enterpriseClient?: "false" | "all" | "true" | undefined;
263
+ isPaymentVerified?: "all" | "true" | "false" | undefined;
264
+ isPhoneVerified?: "all" | "true" | "false" | undefined;
265
+ enterpriseClient?: "all" | "true" | "false" | undefined;
248
266
  } | null;
267
+ includeClientsWithZeroReviews: boolean | null;
268
+ includeClientsWithLessThanXPostedJobs: number | null;
269
+ totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
270
+ averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
249
271
  vendorQualifications: {
250
- includeRisingTalent: string | null;
251
272
  locationIncludes: string[] | null;
252
273
  locationExcludes: string[] | null;
253
274
  talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
254
275
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
276
+ includeRisingTalent: string | null;
255
277
  requiredEarnings: 100 | 1000 | 10000 | null;
256
278
  requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
257
279
  } | null;
258
- isFeatured: "false" | "all" | "true" | null;
259
- keywords: {
260
- includes: string | null;
261
- excludes: string | null;
262
- } | null;
263
- searchQuery: string | null;
264
- categories: {
265
- includes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "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" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
266
- excludes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "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" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
267
- } | null;
268
- payment: {
269
- paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
270
- minFixedPrice: number | null;
271
- maxFixedPrice: number | null;
272
- minHourlyRate: number | null;
273
- maxHourlyRate: number | null;
274
- } | null;
275
- engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
276
- includeClientsWithZeroReviews: boolean | null;
277
- includeClientsWithLessThanXPostedJobs: number | null;
278
- totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
279
- averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
280
280
  }>;
281
281
  export interface JobFilters extends z.infer<typeof jobFiltersSchema> {
282
282
  }