lancer-shared 1.2.317 → 1.2.319
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.
- package/dist/schemas/account/bidder-account.d.ts +49 -49
- package/dist/schemas/account/scraper-account.d.ts +27 -27
- package/dist/schemas/agent/index.d.ts +290 -290
- package/dist/schemas/agent/proposal.d.ts +4 -4
- package/dist/schemas/bidder/bid.d.ts +2946 -2946
- package/dist/schemas/campaign/campaign-analytics.d.ts +1419 -1419
- package/dist/schemas/campaign/campaign-chat-bot.d.ts +24 -24
- package/dist/schemas/campaign/campaign-expenses.d.ts +2 -2
- package/dist/schemas/campaign/campaign-insights.d.ts +12 -12
- package/dist/schemas/campaign/campaign.d.ts +579 -579
- package/dist/schemas/campaign/sequence/boost-node.d.ts +2 -2
- package/dist/schemas/campaign/sequence/client-size-node.d.ts +8 -8
- package/dist/schemas/campaign/sequence/client-spent-node.d.ts +16 -16
- package/dist/schemas/campaign/sequence/hire-rate-node.d.ts +16 -16
- package/dist/schemas/campaign/sequence/hourly-rate-node.d.ts +16 -16
- package/dist/schemas/campaign/sequence/rating-node.d.ts +16 -16
- package/dist/schemas/campaign/sequence/suitability-node.d.ts +16 -16
- package/dist/schemas/chat/index.d.ts +28 -28
- package/dist/schemas/dashboard/index.d.ts +46 -46
- package/dist/schemas/golden-dataset/sample.d.ts +12 -12
- package/dist/schemas/infrastructure/index.d.ts +8 -8
- package/dist/schemas/invoice/index.d.ts +55 -55
- package/dist/schemas/job/index.d.ts +205 -205
- package/dist/schemas/job/job-api.d.ts +4 -4
- package/dist/schemas/job/job-details.d.ts +713 -713
- package/dist/schemas/job/job-filters.d.ts +55 -55
- package/dist/schemas/job/job-listing.d.ts +114 -114
- package/dist/schemas/job/nuxt.d.ts +130 -130
- package/dist/schemas/lead/index.d.ts +1303 -1303
- package/dist/schemas/lead/lead-status.d.ts +4 -4
- package/dist/schemas/logger/feed/feed-chunk-enrich.d.ts +16 -16
- package/dist/schemas/logger/feed/feed-enrich.d.ts +12 -12
- package/dist/schemas/logger/feed/feed-job-enrich.d.ts +346 -346
- package/dist/schemas/logger/feed/feed-scrape.d.ts +6 -6
- package/dist/schemas/logger/log-event.d.ts +120 -120
- package/dist/schemas/logger/scraper-events.d.ts +81 -81
- package/dist/schemas/notifications/index.d.ts +4 -4
- package/dist/schemas/organization/billing.d.ts +2 -2
- package/dist/schemas/organization/cover-letter.d.ts +4 -4
- package/dist/schemas/organization/index.d.ts +120 -120
- package/dist/schemas/organization/onboarding.d.ts +6 -6
- package/dist/schemas/organization/organization-leads.d.ts +4 -4
- package/dist/schemas/organization/subscription.d.ts +12 -12
- package/dist/schemas/plan/index.d.ts +55 -55
- package/dist/schemas/proxy/proxy.d.ts +29 -29
- package/dist/schemas/saved-search/index.d.ts +4 -4
- package/dist/schemas/scraper/scrape-payload.d.ts +966 -961
- package/dist/schemas/scraper/scrape-result.d.ts +228 -228
- package/dist/schemas/scraper/upwork-profile.d.ts +16 -16
- package/dist/schemas/shared.d.ts +1 -1
- package/dist/schemas/transaction/index.d.ts +20 -20
- package/dist/schemas/upwork-analytics/index.d.ts +22 -22
- package/dist/schemas/upwork-talent/index.d.ts +74 -74
- package/dist/schemas/usage/index.d.ts +17 -17
- package/dist/schemas/usage-event/index.d.ts +11 -11
- package/dist/schemas/user/index.d.ts +4 -4
- package/package.json +1 -1
|
@@ -90,9 +90,10 @@ 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
|
-
|
|
94
|
-
|
|
95
|
-
|
|
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";
|
|
96
97
|
clientLocationIncludes: string[] | null;
|
|
97
98
|
clientLocationExcludes: string[] | null;
|
|
98
99
|
minReviewScore: number | null;
|
|
@@ -102,7 +103,6 @@ export declare const jobFiltersSchema: z.ZodObject<{
|
|
|
102
103
|
minHireRate: number | null;
|
|
103
104
|
maxHireRate: number | null;
|
|
104
105
|
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,6 +110,7 @@ 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;
|
|
113
114
|
clientLocationIncludes: string[] | null;
|
|
114
115
|
clientLocationExcludes: string[] | null;
|
|
115
116
|
minReviewScore: number | null;
|
|
@@ -119,16 +120,15 @@ export declare const jobFiltersSchema: z.ZodObject<{
|
|
|
119
120
|
minHireRate: number | null;
|
|
120
121
|
maxHireRate: number | null;
|
|
121
122
|
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
|
-
|
|
130
|
-
|
|
131
|
-
enterpriseClient?: "
|
|
129
|
+
isPhoneVerified?: "false" | "all" | "true" | undefined;
|
|
130
|
+
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
131
|
+
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
132
132
|
}>>;
|
|
133
133
|
includeClientsWithZeroReviews: z.ZodNullable<z.ZodBoolean>;
|
|
134
134
|
includeClientsWithLessThanXPostedJobs: z.ZodNullable<z.ZodNumber>;
|
|
@@ -143,51 +143,34 @@ 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;
|
|
146
147
|
locationIncludes: string[] | null;
|
|
147
148
|
locationExcludes: string[] | null;
|
|
148
149
|
talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
|
|
149
150
|
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;
|
|
154
155
|
locationIncludes: string[] | null;
|
|
155
156
|
locationExcludes: string[] | null;
|
|
156
157
|
talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
|
|
157
158
|
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
|
-
|
|
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;
|
|
180
|
-
} | null;
|
|
181
|
-
projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
|
|
182
|
-
experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
|
|
163
|
+
regions: ("USOnly" | "UKOnly" | "Worldwide" | "All")[] | null;
|
|
183
164
|
questions: {
|
|
184
165
|
hasQuestions: ("all" | "yes" | "no")[];
|
|
185
166
|
} | null;
|
|
186
|
-
|
|
167
|
+
projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
|
|
168
|
+
experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
|
|
187
169
|
clientInfo: {
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
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";
|
|
191
174
|
clientLocationIncludes: string[] | null;
|
|
192
175
|
clientLocationExcludes: string[] | null;
|
|
193
176
|
minReviewScore: number | null;
|
|
@@ -197,7 +180,6 @@ export declare const jobFiltersSchema: z.ZodObject<{
|
|
|
197
180
|
minHireRate: number | null;
|
|
198
181
|
maxHireRate: number | null;
|
|
199
182
|
clientIndustry: ("Engineering & Architecture" | "Legal" | "Sales & Marketing" | "Aerospace" | "Agriculture & Forestry" | "Art & Design" | "Automotive" | "Aviation" | "Education" | "Energy & Utilities" | "Fashion & Beauty" | "Finance & Accounting" | "Food & Beverage" | "Government & Public Sector" | "Health & Fitness" | "HR & Business Services" | "Manufacturing & Construction" | "Media & Entertainment" | "Military & Defense" | "Mining" | "Real Estate" | "Retail & Consumer Goods" | "Science & Medicine" | "Sports & Recreation" | "Supply Chain & Logistics" | "Tech & IT" | "Transportation & Warehousing" | "Travel & Hospitality")[] | null;
|
|
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;
|
|
201
183
|
minJobsPosted: number | null;
|
|
202
184
|
minAvgHourlyRate: number | null;
|
|
203
185
|
maxAvgHourlyRate: number | null;
|
|
@@ -205,27 +187,21 @@ export declare const jobFiltersSchema: z.ZodObject<{
|
|
|
205
187
|
memberSinceFrom: string | null;
|
|
206
188
|
memberSinceTo: string | null;
|
|
207
189
|
} | null;
|
|
208
|
-
includeClientsWithZeroReviews: boolean | null;
|
|
209
|
-
includeClientsWithLessThanXPostedJobs: number | null;
|
|
210
|
-
totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
211
|
-
averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
212
190
|
vendorQualifications: {
|
|
191
|
+
includeRisingTalent: string | null;
|
|
213
192
|
locationIncludes: string[] | null;
|
|
214
193
|
locationExcludes: string[] | null;
|
|
215
194
|
talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
|
|
216
195
|
englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
|
|
217
|
-
includeRisingTalent: string | null;
|
|
218
196
|
requiredEarnings: 100 | 1000 | 10000 | null;
|
|
219
197
|
requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
|
|
220
198
|
} | null;
|
|
221
|
-
|
|
199
|
+
isFeatured: "false" | "all" | "true" | null;
|
|
222
200
|
keywords: {
|
|
223
201
|
includes: string | null;
|
|
224
202
|
excludes: string | null;
|
|
225
203
|
} | null;
|
|
226
204
|
searchQuery: string | null;
|
|
227
|
-
isFeatured: "all" | "true" | "false" | null;
|
|
228
|
-
regions: ("Worldwide" | "USOnly" | "UKOnly" | "All")[] | null;
|
|
229
205
|
categories: {
|
|
230
206
|
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;
|
|
231
207
|
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;
|
|
@@ -237,13 +213,20 @@ export declare const jobFiltersSchema: z.ZodObject<{
|
|
|
237
213
|
minHourlyRate: number | null;
|
|
238
214
|
maxHourlyRate: number | null;
|
|
239
215
|
} | null;
|
|
240
|
-
|
|
241
|
-
|
|
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;
|
|
242
223
|
questions: {
|
|
243
224
|
hasQuestions: ("all" | "yes" | "no")[];
|
|
244
225
|
} | null;
|
|
245
|
-
|
|
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;
|
|
246
228
|
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;
|
|
247
230
|
clientLocationIncludes: string[] | null;
|
|
248
231
|
clientLocationExcludes: string[] | null;
|
|
249
232
|
minReviewScore: number | null;
|
|
@@ -253,30 +236,47 @@ export declare const jobFiltersSchema: z.ZodObject<{
|
|
|
253
236
|
minHireRate: number | null;
|
|
254
237
|
maxHireRate: number | null;
|
|
255
238
|
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;
|
|
257
239
|
minJobsPosted: number | null;
|
|
258
240
|
minAvgHourlyRate: number | null;
|
|
259
241
|
maxAvgHourlyRate: number | null;
|
|
260
242
|
minNumReviews: number | null;
|
|
261
243
|
memberSinceFrom: string | null;
|
|
262
244
|
memberSinceTo: string | null;
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
enterpriseClient?: "
|
|
245
|
+
isPhoneVerified?: "false" | "all" | "true" | undefined;
|
|
246
|
+
isPaymentVerified?: "false" | "all" | "true" | undefined;
|
|
247
|
+
enterpriseClient?: "false" | "all" | "true" | undefined;
|
|
266
248
|
} | null;
|
|
267
|
-
includeClientsWithZeroReviews: boolean | null;
|
|
268
|
-
includeClientsWithLessThanXPostedJobs: number | null;
|
|
269
|
-
totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
270
|
-
averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
|
|
271
249
|
vendorQualifications: {
|
|
250
|
+
includeRisingTalent: string | null;
|
|
272
251
|
locationIncludes: string[] | null;
|
|
273
252
|
locationExcludes: string[] | null;
|
|
274
253
|
talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
|
|
275
254
|
englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
|
|
276
|
-
includeRisingTalent: string | null;
|
|
277
255
|
requiredEarnings: 100 | 1000 | 10000 | null;
|
|
278
256
|
requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
|
|
279
257
|
} | 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
|
}
|