lancer-shared 1.2.271 → 1.2.273
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/bundle.cjs.js +78 -4
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +77 -5
- package/dist/bundle.esm.js.map +1 -1
- package/dist/constants/grouped-countries.d.ts +1 -0
- package/dist/constants/index.d.ts +1 -0
- package/dist/schemas/account/bidder-account.d.ts +20 -20
- package/dist/schemas/account/scraper-account.d.ts +22 -22
- package/dist/schemas/agent/index.d.ts +216 -216
- package/dist/schemas/agent/proposal.d.ts +2 -2
- package/dist/schemas/bidder/bid.d.ts +2062 -2043
- package/dist/schemas/campaign/campaign-analytics.d.ts +784 -776
- package/dist/schemas/campaign/campaign-chat-bot.d.ts +9 -9
- package/dist/schemas/campaign/campaign.d.ts +378 -378
- package/dist/schemas/dashboard/index.d.ts +12 -12
- package/dist/schemas/golden-dataset/sample.d.ts +8 -8
- package/dist/schemas/invoice/index.d.ts +4 -4
- package/dist/schemas/job/index.d.ts +112 -112
- package/dist/schemas/job/job-api.d.ts +6 -6
- package/dist/schemas/job/job-details.d.ts +74 -74
- package/dist/schemas/job/job-filters.d.ts +47 -47
- package/dist/schemas/job/job-listing.d.ts +22 -22
- package/dist/schemas/job/nuxt.d.ts +24 -24
- package/dist/schemas/lead/index.d.ts +845 -844
- package/dist/schemas/lead/insufficient-connects-action.d.ts +3 -0
- package/dist/schemas/lead/lead-status.d.ts +10 -10
- package/dist/schemas/logger/feed/feed-chunk-enrich.d.ts +6 -6
- package/dist/schemas/logger/feed/feed-enrich.d.ts +6 -6
- package/dist/schemas/logger/feed/feed-job-enrich.d.ts +140 -140
- package/dist/schemas/logger/feed/feed-scrape.d.ts +6 -6
- package/dist/schemas/logger/log-event.d.ts +72 -72
- package/dist/schemas/logger/scraper-events.d.ts +28 -28
- package/dist/schemas/notifications/index.d.ts +4 -4
- package/dist/schemas/organization/billing.d.ts +2 -2
- package/dist/schemas/organization/index.d.ts +66 -62
- package/dist/schemas/organization/organization-leads.d.ts +4 -4
- package/dist/schemas/organization/subscription.d.ts +9 -9
- package/dist/schemas/plan/index.d.ts +22 -22
- package/dist/schemas/proxy/proxy.d.ts +2 -2
- package/dist/schemas/scraper/scrape-payload.d.ts +495 -490
- package/dist/schemas/scraper/scrape-result.d.ts +136 -136
- package/dist/schemas/talent/index.d.ts +148 -148
- package/dist/schemas/transaction/index.d.ts +2 -2
- package/dist/schemas/usage/index.d.ts +2 -2
- package/dist/schemas/usage-event/index.d.ts +8 -8
- package/package.json +1 -1
|
@@ -15,18 +15,18 @@ export declare const vendorQualificationSchema: z.ZodObject<{
|
|
|
15
15
|
includeRisingTalent: z.ZodNullable<z.ZodString>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
location: string | null;
|
|
18
|
-
includeRisingTalent: string | null;
|
|
19
18
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
20
19
|
englishLevel: string | null;
|
|
21
20
|
minimumEarnings: number | null;
|
|
22
21
|
jobSuccessScore: string | null;
|
|
22
|
+
includeRisingTalent: string | null;
|
|
23
23
|
}, {
|
|
24
24
|
location: string | null;
|
|
25
|
-
includeRisingTalent: string | null;
|
|
26
25
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
27
26
|
englishLevel: string | null;
|
|
28
27
|
minimumEarnings: number | null;
|
|
29
28
|
jobSuccessScore: string | null;
|
|
29
|
+
includeRisingTalent: string | null;
|
|
30
30
|
}>;
|
|
31
31
|
export declare const clientInfoSchema: z.ZodObject<{
|
|
32
32
|
isPaymentVerified: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -50,39 +50,39 @@ export declare const clientInfoSchema: z.ZodObject<{
|
|
|
50
50
|
}, "strip", z.ZodTypeAny, {
|
|
51
51
|
country: string | null;
|
|
52
52
|
region: string | null;
|
|
53
|
-
isPaymentVerified: boolean | null;
|
|
54
|
-
isPhoneVerified: boolean | null;
|
|
55
|
-
enterpriseClient: boolean | null;
|
|
56
|
-
companySize: string | null;
|
|
57
53
|
openJobs: number | null;
|
|
58
|
-
|
|
54
|
+
isPhoneVerified: boolean | null;
|
|
55
|
+
isPaymentVerified: boolean | null;
|
|
59
56
|
numberOfReviews: number | null;
|
|
60
57
|
rating: number | null;
|
|
61
58
|
jobsPosted: number | null;
|
|
59
|
+
totalSpent: number | null;
|
|
62
60
|
numberOfHires: number | null;
|
|
63
61
|
activeEngagements: number | null;
|
|
64
62
|
hireRate: number | null;
|
|
65
63
|
memberSince: string | null;
|
|
66
64
|
companyIndustry: string | null;
|
|
65
|
+
companySize: string | null;
|
|
66
|
+
enterpriseClient: boolean | null;
|
|
67
67
|
avgHourlyRatePaid: number | null;
|
|
68
68
|
companyId: string | null;
|
|
69
69
|
}, {
|
|
70
70
|
country: string | null;
|
|
71
71
|
region: string | null;
|
|
72
|
-
isPaymentVerified: boolean | null;
|
|
73
|
-
isPhoneVerified: boolean | null;
|
|
74
|
-
enterpriseClient: boolean | null;
|
|
75
|
-
companySize: string | null;
|
|
76
72
|
openJobs: number | null;
|
|
77
|
-
|
|
73
|
+
isPhoneVerified: boolean | null;
|
|
74
|
+
isPaymentVerified: boolean | null;
|
|
78
75
|
numberOfReviews: number | null;
|
|
79
76
|
rating: number | null;
|
|
80
77
|
jobsPosted: number | null;
|
|
78
|
+
totalSpent: number | null;
|
|
81
79
|
numberOfHires: number | null;
|
|
82
80
|
activeEngagements: number | null;
|
|
83
81
|
hireRate: number | null;
|
|
84
82
|
memberSince: string | null;
|
|
85
83
|
companyIndustry: string | null;
|
|
84
|
+
companySize: string | null;
|
|
85
|
+
enterpriseClient: boolean | null;
|
|
86
86
|
avgHourlyRatePaid: number | null;
|
|
87
87
|
companyId: string | null;
|
|
88
88
|
}>;
|
|
@@ -100,29 +100,29 @@ export declare const clientReviewSchema: z.ZodObject<{
|
|
|
100
100
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
101
101
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
102
102
|
}, "strip", z.ZodTypeAny, {
|
|
103
|
-
paymentType: string | null;
|
|
104
103
|
hourlyRate: number | null;
|
|
105
104
|
jobTitle: string | null;
|
|
105
|
+
paymentType: string | null;
|
|
106
|
+
fixedPrice: number | null;
|
|
106
107
|
freelancerName: string | null;
|
|
107
108
|
freelancerRating: number | null;
|
|
108
109
|
freelancerFeedback: string | null;
|
|
109
110
|
clientFeedback: string | null;
|
|
110
111
|
clientFeedbackRating: number | null;
|
|
111
112
|
dateRange: string | null;
|
|
112
|
-
fixedPrice: number | null;
|
|
113
113
|
numHours: number | null;
|
|
114
114
|
totalBilled: number | null;
|
|
115
115
|
}, {
|
|
116
|
-
paymentType: string | null;
|
|
117
116
|
hourlyRate: number | null;
|
|
118
117
|
jobTitle: string | null;
|
|
118
|
+
paymentType: string | null;
|
|
119
|
+
fixedPrice: number | null;
|
|
119
120
|
freelancerName: string | null;
|
|
120
121
|
freelancerRating: number | null;
|
|
121
122
|
freelancerFeedback: string | null;
|
|
122
123
|
clientFeedback: string | null;
|
|
123
124
|
clientFeedbackRating: number | null;
|
|
124
125
|
dateRange: string | null;
|
|
125
|
-
fixedPrice: number | null;
|
|
126
126
|
numHours: number | null;
|
|
127
127
|
totalBilled: number | null;
|
|
128
128
|
}>;
|
|
@@ -158,8 +158,8 @@ export declare const jobActivitySchema: z.ZodObject<{
|
|
|
158
158
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
159
159
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
160
160
|
}, "strip", z.ZodTypeAny, {
|
|
161
|
-
updatedAt: number | null;
|
|
162
161
|
unansweredInvites: number | null;
|
|
162
|
+
updatedAt: number | null;
|
|
163
163
|
proposals: {
|
|
164
164
|
max: number | null;
|
|
165
165
|
min: number | null;
|
|
@@ -170,8 +170,8 @@ export declare const jobActivitySchema: z.ZodObject<{
|
|
|
170
170
|
interviewing: number | null;
|
|
171
171
|
invitesSent: number | null;
|
|
172
172
|
}, {
|
|
173
|
-
updatedAt: number | null;
|
|
174
173
|
unansweredInvites: number | null;
|
|
174
|
+
updatedAt: number | null;
|
|
175
175
|
proposals: {
|
|
176
176
|
max: number | null;
|
|
177
177
|
min: number | null;
|
|
@@ -220,22 +220,22 @@ export declare const metadataSchema: z.ZodObject<{
|
|
|
220
220
|
}, "strip", z.ZodTypeAny, {
|
|
221
221
|
hours: string | null;
|
|
222
222
|
duration: string | null;
|
|
223
|
-
paymentType: string | null;
|
|
224
|
-
experienceLevel: string | null;
|
|
225
223
|
hourlyRate: {
|
|
226
224
|
max: number | null;
|
|
227
225
|
min: number | null;
|
|
228
226
|
} | null;
|
|
227
|
+
experienceLevel: string | null;
|
|
228
|
+
paymentType: string | null;
|
|
229
229
|
fixedPrice: number | null;
|
|
230
230
|
}, {
|
|
231
231
|
hours: string | null;
|
|
232
232
|
duration: string | null;
|
|
233
|
-
paymentType: string | null;
|
|
234
|
-
experienceLevel: string | null;
|
|
235
233
|
hourlyRate: {
|
|
236
234
|
max: number | null;
|
|
237
235
|
min: number | null;
|
|
238
236
|
} | null;
|
|
237
|
+
experienceLevel: string | null;
|
|
238
|
+
paymentType: string | null;
|
|
239
239
|
fixedPrice: number | null;
|
|
240
240
|
}>;
|
|
241
241
|
export declare const jobActivityOffsetHours: readonly [4, 24];
|
|
@@ -280,22 +280,22 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
280
280
|
}, "strip", z.ZodTypeAny, {
|
|
281
281
|
hours: string | null;
|
|
282
282
|
duration: string | null;
|
|
283
|
-
paymentType: string | null;
|
|
284
|
-
experienceLevel: string | null;
|
|
285
283
|
hourlyRate: {
|
|
286
284
|
max: number | null;
|
|
287
285
|
min: number | null;
|
|
288
286
|
} | null;
|
|
287
|
+
experienceLevel: string | null;
|
|
288
|
+
paymentType: string | null;
|
|
289
289
|
fixedPrice: number | null;
|
|
290
290
|
}, {
|
|
291
291
|
hours: string | null;
|
|
292
292
|
duration: string | null;
|
|
293
|
-
paymentType: string | null;
|
|
294
|
-
experienceLevel: string | null;
|
|
295
293
|
hourlyRate: {
|
|
296
294
|
max: number | null;
|
|
297
295
|
min: number | null;
|
|
298
296
|
} | null;
|
|
297
|
+
experienceLevel: string | null;
|
|
298
|
+
paymentType: string | null;
|
|
299
299
|
fixedPrice: number | null;
|
|
300
300
|
}>>;
|
|
301
301
|
clientInfo: z.ZodNullable<z.ZodObject<{
|
|
@@ -320,39 +320,39 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
320
320
|
}, "strip", z.ZodTypeAny, {
|
|
321
321
|
country: string | null;
|
|
322
322
|
region: string | null;
|
|
323
|
-
isPaymentVerified: boolean | null;
|
|
324
|
-
isPhoneVerified: boolean | null;
|
|
325
|
-
enterpriseClient: boolean | null;
|
|
326
|
-
companySize: string | null;
|
|
327
323
|
openJobs: number | null;
|
|
328
|
-
|
|
324
|
+
isPhoneVerified: boolean | null;
|
|
325
|
+
isPaymentVerified: boolean | null;
|
|
329
326
|
numberOfReviews: number | null;
|
|
330
327
|
rating: number | null;
|
|
331
328
|
jobsPosted: number | null;
|
|
329
|
+
totalSpent: number | null;
|
|
332
330
|
numberOfHires: number | null;
|
|
333
331
|
activeEngagements: number | null;
|
|
334
332
|
hireRate: number | null;
|
|
335
333
|
memberSince: string | null;
|
|
336
334
|
companyIndustry: string | null;
|
|
335
|
+
companySize: string | null;
|
|
336
|
+
enterpriseClient: boolean | null;
|
|
337
337
|
avgHourlyRatePaid: number | null;
|
|
338
338
|
companyId: string | null;
|
|
339
339
|
}, {
|
|
340
340
|
country: string | null;
|
|
341
341
|
region: string | null;
|
|
342
|
-
isPaymentVerified: boolean | null;
|
|
343
|
-
isPhoneVerified: boolean | null;
|
|
344
|
-
enterpriseClient: boolean | null;
|
|
345
|
-
companySize: string | null;
|
|
346
342
|
openJobs: number | null;
|
|
347
|
-
|
|
343
|
+
isPhoneVerified: boolean | null;
|
|
344
|
+
isPaymentVerified: boolean | null;
|
|
348
345
|
numberOfReviews: number | null;
|
|
349
346
|
rating: number | null;
|
|
350
347
|
jobsPosted: number | null;
|
|
348
|
+
totalSpent: number | null;
|
|
351
349
|
numberOfHires: number | null;
|
|
352
350
|
activeEngagements: number | null;
|
|
353
351
|
hireRate: number | null;
|
|
354
352
|
memberSince: string | null;
|
|
355
353
|
companyIndustry: string | null;
|
|
354
|
+
companySize: string | null;
|
|
355
|
+
enterpriseClient: boolean | null;
|
|
356
356
|
avgHourlyRatePaid: number | null;
|
|
357
357
|
companyId: string | null;
|
|
358
358
|
}>>;
|
|
@@ -365,18 +365,18 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
365
365
|
includeRisingTalent: z.ZodNullable<z.ZodString>;
|
|
366
366
|
}, "strip", z.ZodTypeAny, {
|
|
367
367
|
location: string | null;
|
|
368
|
-
includeRisingTalent: string | null;
|
|
369
368
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
370
369
|
englishLevel: string | null;
|
|
371
370
|
minimumEarnings: number | null;
|
|
372
371
|
jobSuccessScore: string | null;
|
|
372
|
+
includeRisingTalent: string | null;
|
|
373
373
|
}, {
|
|
374
374
|
location: string | null;
|
|
375
|
-
includeRisingTalent: string | null;
|
|
376
375
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
377
376
|
englishLevel: string | null;
|
|
378
377
|
minimumEarnings: number | null;
|
|
379
378
|
jobSuccessScore: string | null;
|
|
379
|
+
includeRisingTalent: string | null;
|
|
380
380
|
}>>;
|
|
381
381
|
processed: z.ZodNullable<z.ZodBoolean>;
|
|
382
382
|
isFeatured: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -394,29 +394,29 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
394
394
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
395
395
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
396
396
|
}, "strip", z.ZodTypeAny, {
|
|
397
|
-
paymentType: string | null;
|
|
398
397
|
hourlyRate: number | null;
|
|
399
398
|
jobTitle: string | null;
|
|
399
|
+
paymentType: string | null;
|
|
400
|
+
fixedPrice: number | null;
|
|
400
401
|
freelancerName: string | null;
|
|
401
402
|
freelancerRating: number | null;
|
|
402
403
|
freelancerFeedback: string | null;
|
|
403
404
|
clientFeedback: string | null;
|
|
404
405
|
clientFeedbackRating: number | null;
|
|
405
406
|
dateRange: string | null;
|
|
406
|
-
fixedPrice: number | null;
|
|
407
407
|
numHours: number | null;
|
|
408
408
|
totalBilled: number | null;
|
|
409
409
|
}, {
|
|
410
|
-
paymentType: string | null;
|
|
411
410
|
hourlyRate: number | null;
|
|
412
411
|
jobTitle: string | null;
|
|
412
|
+
paymentType: string | null;
|
|
413
|
+
fixedPrice: number | null;
|
|
413
414
|
freelancerName: string | null;
|
|
414
415
|
freelancerRating: number | null;
|
|
415
416
|
freelancerFeedback: string | null;
|
|
416
417
|
clientFeedback: string | null;
|
|
417
418
|
clientFeedbackRating: number | null;
|
|
418
419
|
dateRange: string | null;
|
|
419
|
-
fixedPrice: number | null;
|
|
420
420
|
numHours: number | null;
|
|
421
421
|
totalBilled: number | null;
|
|
422
422
|
}>, "many">>;
|
|
@@ -453,8 +453,8 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
453
453
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
454
454
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
455
455
|
}, "strip", z.ZodTypeAny, {
|
|
456
|
-
updatedAt: number | null;
|
|
457
456
|
unansweredInvites: number | null;
|
|
457
|
+
updatedAt: number | null;
|
|
458
458
|
proposals: {
|
|
459
459
|
max: number | null;
|
|
460
460
|
min: number | null;
|
|
@@ -465,8 +465,8 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
465
465
|
interviewing: number | null;
|
|
466
466
|
invitesSent: number | null;
|
|
467
467
|
}, {
|
|
468
|
-
updatedAt: number | null;
|
|
469
468
|
unansweredInvites: number | null;
|
|
469
|
+
updatedAt: number | null;
|
|
470
470
|
proposals: {
|
|
471
471
|
max: number | null;
|
|
472
472
|
min: number | null;
|
|
@@ -498,8 +498,8 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
498
498
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
499
499
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
500
500
|
}, "strip", z.ZodTypeAny, {
|
|
501
|
-
updatedAt: number | null;
|
|
502
501
|
unansweredInvites: number | null;
|
|
502
|
+
updatedAt: number | null;
|
|
503
503
|
proposals: {
|
|
504
504
|
max: number | null;
|
|
505
505
|
min: number | null;
|
|
@@ -510,8 +510,8 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
510
510
|
interviewing: number | null;
|
|
511
511
|
invitesSent: number | null;
|
|
512
512
|
}, {
|
|
513
|
-
updatedAt: number | null;
|
|
514
513
|
unansweredInvites: number | null;
|
|
514
|
+
updatedAt: number | null;
|
|
515
515
|
proposals: {
|
|
516
516
|
max: number | null;
|
|
517
517
|
min: number | null;
|
|
@@ -547,71 +547,71 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
547
547
|
metadata: {
|
|
548
548
|
hours: string | null;
|
|
549
549
|
duration: string | null;
|
|
550
|
-
paymentType: string | null;
|
|
551
|
-
experienceLevel: string | null;
|
|
552
550
|
hourlyRate: {
|
|
553
551
|
max: number | null;
|
|
554
552
|
min: number | null;
|
|
555
553
|
} | null;
|
|
554
|
+
experienceLevel: string | null;
|
|
555
|
+
paymentType: string | null;
|
|
556
556
|
fixedPrice: number | null;
|
|
557
557
|
} | null;
|
|
558
558
|
description: string | null;
|
|
559
|
-
region: "
|
|
559
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
560
560
|
datetime: number | null;
|
|
561
|
+
category: string | null;
|
|
562
|
+
uid: string | null;
|
|
563
|
+
questions: string[] | null;
|
|
564
|
+
occupation: string | null;
|
|
561
565
|
createdAt: number | null;
|
|
562
|
-
|
|
566
|
+
skills: {
|
|
567
|
+
name: string;
|
|
568
|
+
}[] | null;
|
|
569
|
+
descriptionLength: number | null;
|
|
570
|
+
connectsRequired: number | null;
|
|
571
|
+
projectType: string | null;
|
|
563
572
|
projectDuration: string | null;
|
|
564
|
-
|
|
573
|
+
jobUrl: string | null;
|
|
565
574
|
clientInfo: {
|
|
566
575
|
country: string | null;
|
|
567
576
|
region: string | null;
|
|
568
|
-
isPaymentVerified: boolean | null;
|
|
569
|
-
isPhoneVerified: boolean | null;
|
|
570
|
-
enterpriseClient: boolean | null;
|
|
571
|
-
companySize: string | null;
|
|
572
577
|
openJobs: number | null;
|
|
573
|
-
|
|
578
|
+
isPhoneVerified: boolean | null;
|
|
579
|
+
isPaymentVerified: boolean | null;
|
|
574
580
|
numberOfReviews: number | null;
|
|
575
581
|
rating: number | null;
|
|
576
582
|
jobsPosted: number | null;
|
|
583
|
+
totalSpent: number | null;
|
|
577
584
|
numberOfHires: number | null;
|
|
578
585
|
activeEngagements: number | null;
|
|
579
586
|
hireRate: number | null;
|
|
580
587
|
memberSince: string | null;
|
|
581
588
|
companyIndustry: string | null;
|
|
589
|
+
companySize: string | null;
|
|
590
|
+
enterpriseClient: boolean | null;
|
|
582
591
|
avgHourlyRatePaid: number | null;
|
|
583
592
|
companyId: string | null;
|
|
584
593
|
} | null;
|
|
585
594
|
vendorQualifications: {
|
|
586
595
|
location: string | null;
|
|
587
|
-
includeRisingTalent: string | null;
|
|
588
596
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
589
597
|
englishLevel: string | null;
|
|
590
598
|
minimumEarnings: number | null;
|
|
591
599
|
jobSuccessScore: string | null;
|
|
600
|
+
includeRisingTalent: string | null;
|
|
592
601
|
} | null;
|
|
593
|
-
category: string | null;
|
|
594
|
-
uid: string | null;
|
|
595
|
-
occupation: string | null;
|
|
596
|
-
jobUrl: string | null;
|
|
597
|
-
skills: {
|
|
598
|
-
name: string;
|
|
599
|
-
}[] | null;
|
|
600
|
-
descriptionLength: number | null;
|
|
601
|
-
connectsRequired: number | null;
|
|
602
|
-
projectType: string | null;
|
|
603
602
|
processed: boolean | null;
|
|
603
|
+
isFeatured: boolean | null;
|
|
604
604
|
clientReviews: {
|
|
605
|
-
paymentType: string | null;
|
|
606
605
|
hourlyRate: number | null;
|
|
607
606
|
jobTitle: string | null;
|
|
607
|
+
paymentType: string | null;
|
|
608
|
+
fixedPrice: number | null;
|
|
608
609
|
freelancerName: string | null;
|
|
609
610
|
freelancerRating: number | null;
|
|
610
611
|
freelancerFeedback: string | null;
|
|
611
612
|
clientFeedback: string | null;
|
|
612
613
|
clientFeedbackRating: number | null;
|
|
613
614
|
dateRange: string | null;
|
|
614
|
-
fixedPrice: number | null;
|
|
615
615
|
numHours: number | null;
|
|
616
616
|
totalBilled: number | null;
|
|
617
617
|
}[] | null;
|
|
@@ -621,8 +621,8 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
621
621
|
avg: number | null;
|
|
622
622
|
} | null;
|
|
623
623
|
jobActivity: {
|
|
624
|
-
updatedAt: number | null;
|
|
625
624
|
unansweredInvites: number | null;
|
|
625
|
+
updatedAt: number | null;
|
|
626
626
|
proposals: {
|
|
627
627
|
max: number | null;
|
|
628
628
|
min: number | null;
|
|
@@ -635,8 +635,8 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
635
635
|
} | null;
|
|
636
636
|
activityUpdates: 2 | 1 | 3 | null;
|
|
637
637
|
activity?: Partial<Record<"4h" | "24h", {
|
|
638
|
-
updatedAt: number | null;
|
|
639
638
|
unansweredInvites: number | null;
|
|
639
|
+
updatedAt: number | null;
|
|
640
640
|
proposals: {
|
|
641
641
|
max: number | null;
|
|
642
642
|
min: number | null;
|
|
@@ -660,71 +660,71 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
660
660
|
metadata: {
|
|
661
661
|
hours: string | null;
|
|
662
662
|
duration: string | null;
|
|
663
|
-
paymentType: string | null;
|
|
664
|
-
experienceLevel: string | null;
|
|
665
663
|
hourlyRate: {
|
|
666
664
|
max: number | null;
|
|
667
665
|
min: number | null;
|
|
668
666
|
} | null;
|
|
667
|
+
experienceLevel: string | null;
|
|
668
|
+
paymentType: string | null;
|
|
669
669
|
fixedPrice: number | null;
|
|
670
670
|
} | null;
|
|
671
671
|
description: string | null;
|
|
672
|
-
region: "
|
|
672
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
673
673
|
datetime: number | null;
|
|
674
|
+
category: string | null;
|
|
675
|
+
uid: string | null;
|
|
676
|
+
questions: string[] | null;
|
|
677
|
+
occupation: string | null;
|
|
674
678
|
createdAt: number | null;
|
|
675
|
-
|
|
679
|
+
skills: {
|
|
680
|
+
name: string;
|
|
681
|
+
}[] | null;
|
|
682
|
+
descriptionLength: number | null;
|
|
683
|
+
connectsRequired: number | null;
|
|
684
|
+
projectType: string | null;
|
|
676
685
|
projectDuration: string | null;
|
|
677
|
-
|
|
686
|
+
jobUrl: string | null;
|
|
678
687
|
clientInfo: {
|
|
679
688
|
country: string | null;
|
|
680
689
|
region: string | null;
|
|
681
|
-
isPaymentVerified: boolean | null;
|
|
682
|
-
isPhoneVerified: boolean | null;
|
|
683
|
-
enterpriseClient: boolean | null;
|
|
684
|
-
companySize: string | null;
|
|
685
690
|
openJobs: number | null;
|
|
686
|
-
|
|
691
|
+
isPhoneVerified: boolean | null;
|
|
692
|
+
isPaymentVerified: boolean | null;
|
|
687
693
|
numberOfReviews: number | null;
|
|
688
694
|
rating: number | null;
|
|
689
695
|
jobsPosted: number | null;
|
|
696
|
+
totalSpent: number | null;
|
|
690
697
|
numberOfHires: number | null;
|
|
691
698
|
activeEngagements: number | null;
|
|
692
699
|
hireRate: number | null;
|
|
693
700
|
memberSince: string | null;
|
|
694
701
|
companyIndustry: string | null;
|
|
702
|
+
companySize: string | null;
|
|
703
|
+
enterpriseClient: boolean | null;
|
|
695
704
|
avgHourlyRatePaid: number | null;
|
|
696
705
|
companyId: string | null;
|
|
697
706
|
} | null;
|
|
698
707
|
vendorQualifications: {
|
|
699
708
|
location: string | null;
|
|
700
|
-
includeRisingTalent: string | null;
|
|
701
709
|
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
702
710
|
englishLevel: string | null;
|
|
703
711
|
minimumEarnings: number | null;
|
|
704
712
|
jobSuccessScore: string | null;
|
|
713
|
+
includeRisingTalent: string | null;
|
|
705
714
|
} | null;
|
|
706
|
-
category: string | null;
|
|
707
|
-
uid: string | null;
|
|
708
|
-
occupation: string | null;
|
|
709
|
-
jobUrl: string | null;
|
|
710
|
-
skills: {
|
|
711
|
-
name: string;
|
|
712
|
-
}[] | null;
|
|
713
|
-
descriptionLength: number | null;
|
|
714
|
-
connectsRequired: number | null;
|
|
715
|
-
projectType: string | null;
|
|
716
715
|
processed: boolean | null;
|
|
716
|
+
isFeatured: boolean | null;
|
|
717
717
|
clientReviews: {
|
|
718
|
-
paymentType: string | null;
|
|
719
718
|
hourlyRate: number | null;
|
|
720
719
|
jobTitle: string | null;
|
|
720
|
+
paymentType: string | null;
|
|
721
|
+
fixedPrice: number | null;
|
|
721
722
|
freelancerName: string | null;
|
|
722
723
|
freelancerRating: number | null;
|
|
723
724
|
freelancerFeedback: string | null;
|
|
724
725
|
clientFeedback: string | null;
|
|
725
726
|
clientFeedbackRating: number | null;
|
|
726
727
|
dateRange: string | null;
|
|
727
|
-
fixedPrice: number | null;
|
|
728
728
|
numHours: number | null;
|
|
729
729
|
totalBilled: number | null;
|
|
730
730
|
}[] | null;
|
|
@@ -734,8 +734,8 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
734
734
|
avg: number | null;
|
|
735
735
|
} | null;
|
|
736
736
|
jobActivity: {
|
|
737
|
-
updatedAt: number | null;
|
|
738
737
|
unansweredInvites: number | null;
|
|
738
|
+
updatedAt: number | null;
|
|
739
739
|
proposals: {
|
|
740
740
|
max: number | null;
|
|
741
741
|
min: number | null;
|
|
@@ -748,8 +748,8 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
748
748
|
} | null;
|
|
749
749
|
activityUpdates: 2 | 1 | 3 | null;
|
|
750
750
|
activity?: Partial<Record<"4h" | "24h", {
|
|
751
|
-
updatedAt: number | null;
|
|
752
751
|
unansweredInvites: number | null;
|
|
752
|
+
updatedAt: number | null;
|
|
753
753
|
proposals: {
|
|
754
754
|
max: number | null;
|
|
755
755
|
min: number | null;
|
|
@@ -790,8 +790,8 @@ export declare const jobActivityUpdateSchema: z.ZodObject<{
|
|
|
790
790
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
791
791
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
792
792
|
}, "strip", z.ZodTypeAny, {
|
|
793
|
-
updatedAt: number | null;
|
|
794
793
|
unansweredInvites: number | null;
|
|
794
|
+
updatedAt: number | null;
|
|
795
795
|
proposals: {
|
|
796
796
|
max: number | null;
|
|
797
797
|
min: number | null;
|
|
@@ -802,8 +802,8 @@ export declare const jobActivityUpdateSchema: z.ZodObject<{
|
|
|
802
802
|
interviewing: number | null;
|
|
803
803
|
invitesSent: number | null;
|
|
804
804
|
}, {
|
|
805
|
-
updatedAt: number | null;
|
|
806
805
|
unansweredInvites: number | null;
|
|
806
|
+
updatedAt: number | null;
|
|
807
807
|
proposals: {
|
|
808
808
|
max: number | null;
|
|
809
809
|
min: number | null;
|
|
@@ -818,8 +818,8 @@ export declare const jobActivityUpdateSchema: z.ZodObject<{
|
|
|
818
818
|
scrapedAt: z.ZodNumber;
|
|
819
819
|
}, "strip", z.ZodTypeAny, {
|
|
820
820
|
data: {
|
|
821
|
-
updatedAt: number | null;
|
|
822
821
|
unansweredInvites: number | null;
|
|
822
|
+
updatedAt: number | null;
|
|
823
823
|
proposals: {
|
|
824
824
|
max: number | null;
|
|
825
825
|
min: number | null;
|
|
@@ -831,12 +831,12 @@ export declare const jobActivityUpdateSchema: z.ZodObject<{
|
|
|
831
831
|
invitesSent: number | null;
|
|
832
832
|
};
|
|
833
833
|
jobUrl: string;
|
|
834
|
-
offsetHour: 4 | 24;
|
|
835
834
|
scrapedAt: number;
|
|
835
|
+
offsetHour: 4 | 24;
|
|
836
836
|
}, {
|
|
837
837
|
data: {
|
|
838
|
-
updatedAt: number | null;
|
|
839
838
|
unansweredInvites: number | null;
|
|
839
|
+
updatedAt: number | null;
|
|
840
840
|
proposals: {
|
|
841
841
|
max: number | null;
|
|
842
842
|
min: number | null;
|
|
@@ -848,8 +848,8 @@ export declare const jobActivityUpdateSchema: z.ZodObject<{
|
|
|
848
848
|
invitesSent: number | null;
|
|
849
849
|
};
|
|
850
850
|
jobUrl: string;
|
|
851
|
-
offsetHour: 4 | 24;
|
|
852
851
|
scrapedAt: number;
|
|
852
|
+
offsetHour: 4 | 24;
|
|
853
853
|
}>;
|
|
854
854
|
export declare const jobActivitySnapshotSchema: z.ZodObject<{
|
|
855
855
|
jobUrl: z.ZodString;
|
|
@@ -872,8 +872,8 @@ export declare const jobActivitySnapshotSchema: z.ZodObject<{
|
|
|
872
872
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
873
873
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
874
874
|
}, "strip", z.ZodTypeAny, {
|
|
875
|
-
updatedAt: number | null;
|
|
876
875
|
unansweredInvites: number | null;
|
|
876
|
+
updatedAt: number | null;
|
|
877
877
|
proposals: {
|
|
878
878
|
max: number | null;
|
|
879
879
|
min: number | null;
|
|
@@ -884,8 +884,8 @@ export declare const jobActivitySnapshotSchema: z.ZodObject<{
|
|
|
884
884
|
interviewing: number | null;
|
|
885
885
|
invitesSent: number | null;
|
|
886
886
|
}, {
|
|
887
|
-
updatedAt: number | null;
|
|
888
887
|
unansweredInvites: number | null;
|
|
888
|
+
updatedAt: number | null;
|
|
889
889
|
proposals: {
|
|
890
890
|
max: number | null;
|
|
891
891
|
min: number | null;
|
|
@@ -900,10 +900,9 @@ export declare const jobActivitySnapshotSchema: z.ZodObject<{
|
|
|
900
900
|
scrapedAt: z.ZodNumber;
|
|
901
901
|
hoursSincePosted: z.ZodNumber;
|
|
902
902
|
}, "strip", z.ZodTypeAny, {
|
|
903
|
-
jobUrl: string;
|
|
904
903
|
activity: {
|
|
905
|
-
updatedAt: number | null;
|
|
906
904
|
unansweredInvites: number | null;
|
|
905
|
+
updatedAt: number | null;
|
|
907
906
|
proposals: {
|
|
908
907
|
max: number | null;
|
|
909
908
|
min: number | null;
|
|
@@ -914,14 +913,14 @@ export declare const jobActivitySnapshotSchema: z.ZodObject<{
|
|
|
914
913
|
interviewing: number | null;
|
|
915
914
|
invitesSent: number | null;
|
|
916
915
|
};
|
|
916
|
+
jobUrl: string;
|
|
917
917
|
scrapedAt: number;
|
|
918
918
|
postedAt: number;
|
|
919
919
|
hoursSincePosted: number;
|
|
920
920
|
}, {
|
|
921
|
-
jobUrl: string;
|
|
922
921
|
activity: {
|
|
923
|
-
updatedAt: number | null;
|
|
924
922
|
unansweredInvites: number | null;
|
|
923
|
+
updatedAt: number | null;
|
|
925
924
|
proposals: {
|
|
926
925
|
max: number | null;
|
|
927
926
|
min: number | null;
|
|
@@ -932,6 +931,7 @@ export declare const jobActivitySnapshotSchema: z.ZodObject<{
|
|
|
932
931
|
interviewing: number | null;
|
|
933
932
|
invitesSent: number | null;
|
|
934
933
|
};
|
|
934
|
+
jobUrl: string;
|
|
935
935
|
scrapedAt: number;
|
|
936
936
|
postedAt: number;
|
|
937
937
|
hoursSincePosted: number;
|
|
@@ -945,18 +945,18 @@ export declare const feedJobSchema: z.ZodObject<{
|
|
|
945
945
|
region: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"USOnly">, z.ZodLiteral<"UKOnly">, z.ZodLiteral<"Worldwide">, z.ZodLiteral<"All">]>>;
|
|
946
946
|
}, "strip", z.ZodTypeAny, {
|
|
947
947
|
title: string | null;
|
|
948
|
-
region: "
|
|
948
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
949
949
|
datetime: string | null;
|
|
950
|
-
isFeatured: boolean | null;
|
|
951
950
|
uid: string | null;
|
|
952
951
|
jobUrl: string | null;
|
|
952
|
+
isFeatured: boolean | null;
|
|
953
953
|
}, {
|
|
954
954
|
title: string | null;
|
|
955
|
-
region: "
|
|
955
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
956
956
|
datetime: string | null;
|
|
957
|
-
isFeatured: boolean | null;
|
|
958
957
|
uid: string | null;
|
|
959
958
|
jobUrl: string | null;
|
|
959
|
+
isFeatured: boolean | null;
|
|
960
960
|
}>;
|
|
961
961
|
export interface Job extends z.infer<typeof upworkJobSchema> {
|
|
962
962
|
clientInfo: ClientInfo | null;
|