lancer-shared 1.0.167 → 1.0.168
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 +6251 -0
- package/dist/constants/collections.js +1 -4
- package/dist/constants/common-questions.js +1 -4
- package/dist/constants/index.js +10 -32
- package/dist/constants/job-filter-options.js +1 -4
- package/dist/constants/job-status.js +7 -12
- package/dist/constants/mappings/countryMapping.js +1 -3
- package/dist/constants/mappings/regionMapping.js +1 -3
- package/dist/constants/routes.d.ts +8 -2
- package/dist/constants/routes.js +39 -37
- package/dist/constants/upwork-accounts.js +3 -6
- package/dist/index.js +4 -20
- package/dist/schemas/account/account-status.js +2 -5
- package/dist/schemas/account/bidder-account.d.ts +15 -15
- package/dist/schemas/account/bidder-account.js +19 -22
- package/dist/schemas/account/index.js +3 -19
- package/dist/schemas/account/scraper-account.d.ts +27 -27
- package/dist/schemas/account/scraper-account.js +21 -24
- package/dist/schemas/ai/ai-config.js +8 -11
- package/dist/schemas/ai/index.js +3 -19
- package/dist/schemas/ai/proposal.d.ts +12 -12
- package/dist/schemas/ai/proposal.js +10 -13
- package/dist/schemas/ai/suitability.d.ts +6 -6
- package/dist/schemas/ai/suitability.js +8 -11
- package/dist/schemas/bid/bid-result.d.ts +2 -2
- package/dist/schemas/bid/bid-result.js +10 -13
- package/dist/schemas/bid/bid.d.ts +42 -42
- package/dist/schemas/bid/bid.js +27 -30
- package/dist/schemas/bid/index.js +2 -18
- package/dist/schemas/campaign/campaign-ai-metrics.js +5 -8
- package/dist/schemas/campaign/campaign-analytics.d.ts +99 -40
- package/dist/schemas/campaign/campaign-analytics.js +28 -31
- package/dist/schemas/campaign/campaign-expenses.d.ts +2 -2
- package/dist/schemas/campaign/campaign-expenses.js +5 -8
- package/dist/schemas/campaign/campaign-insights.d.ts +12 -12
- package/dist/schemas/campaign/campaign-insights.js +30 -30
- package/dist/schemas/campaign/campaign-integrations.js +10 -13
- package/dist/schemas/campaign/campaign-job-count.js +3 -6
- package/dist/schemas/campaign/campaign.d.ts +107 -107
- package/dist/schemas/campaign/campaign.js +32 -35
- package/dist/schemas/campaign/index.js +7 -23
- package/dist/schemas/chat-message/chat-message.js +7 -10
- package/dist/schemas/chat-message/index.js +1 -17
- package/dist/schemas/config/agency-config.js +6 -9
- package/dist/schemas/config/index.js +1 -17
- package/dist/schemas/event/index.d.ts +58 -0
- package/dist/schemas/index.d.ts +16 -16
- package/dist/schemas/index.js +16 -32
- package/dist/schemas/job/index.d.ts +95 -3
- package/dist/schemas/job-filters/index.js +1 -17
- package/dist/schemas/job-filters/job-filters.d.ts +16 -16
- package/dist/schemas/job-filters/job-filters.js +62 -65
- package/dist/schemas/lead/index.d.ts +2405 -1
- package/dist/schemas/lead/index.js +166 -19
- package/dist/schemas/lead/lead-note.d.ts +4 -4
- package/dist/schemas/lead/lead-note.js +13 -16
- package/dist/schemas/lead/lead-status.js +3 -6
- package/dist/schemas/logger/index.js +1 -17
- package/dist/schemas/logger/log-event.d.ts +183 -13
- package/dist/schemas/logger/log-event.js +38 -19
- package/dist/schemas/organization/index.js +1 -17
- package/dist/schemas/organization/organization.d.ts +10 -10
- package/dist/schemas/organization/organization.js +14 -17
- package/dist/schemas/proxy/index.js +1 -17
- package/dist/schemas/proxy/proxy.d.ts +16 -16
- package/dist/schemas/proxy/proxy.js +14 -17
- package/dist/schemas/saved-search/index.d.ts +5 -5
- package/dist/schemas/saved-search/index.js +8 -11
- package/dist/schemas/scraper/index.js +2 -18
- package/dist/schemas/scraper/scrape-payload.d.ts +105 -19
- package/dist/schemas/scraper/scrape-payload.js +19 -14
- package/dist/schemas/scraper/scrape-result.d.ts +476 -289
- package/dist/schemas/scraper/scrape-result.js +21 -21
- package/dist/schemas/shared.d.ts +2 -1
- package/dist/schemas/shared.js +12 -9
- package/dist/schemas/time-filter/index.js +5 -8
- package/dist/schemas/user/index.d.ts +26 -26
- package/dist/schemas/user/index.js +38 -41
- package/dist/types/account/account-status.js +1 -2
- package/dist/types/account/bidder-account.js +1 -2
- package/dist/types/account/index.js +3 -19
- package/dist/types/account/scraper-account.js +1 -2
- package/dist/types/ai/ai-config.js +1 -2
- package/dist/types/ai/index.js +3 -19
- package/dist/types/ai/proposal.js +1 -2
- package/dist/types/ai/suitability.js +1 -2
- package/dist/types/bid/bid-result.js +1 -2
- package/dist/types/bid/bid.js +1 -2
- package/dist/types/bid/index.js +2 -18
- package/dist/types/campaign/campaign-analytics.js +1 -2
- package/dist/types/campaign/campaign-expenses.js +1 -2
- package/dist/types/campaign/campaign-insights.js +1 -2
- package/dist/types/campaign/campaign-integrations.js +1 -2
- package/dist/types/campaign/campaign-job-count.js +1 -2
- package/dist/types/campaign/campaign.js +1 -2
- package/dist/types/campaign/index.js +6 -22
- package/dist/types/chat-message/chat-message.js +1 -2
- package/dist/types/chat-message/index.js +1 -17
- package/dist/types/config/agency-config.js +1 -2
- package/dist/types/config/index.js +1 -17
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.js +14 -29
- package/dist/types/job/index.d.ts +44 -1
- package/dist/types/job/index.js +2 -19
- package/dist/types/job/job-note.js +1 -2
- package/dist/types/job/job-status.js +1 -4
- package/dist/types/job-filters/index.js +1 -17
- package/dist/types/job-filters/job-filters.js +1 -2
- package/dist/types/logger/index.js +1 -17
- package/dist/types/logger/log-event.d.ts +4 -1
- package/dist/types/logger/log-event.js +1 -2
- package/dist/types/saved-search/index.js +1 -2
- package/dist/types/scraper/index.js +2 -18
- package/dist/types/scraper/scrape-payload.d.ts +5 -1
- package/dist/types/scraper/scrape-payload.js +1 -2
- package/dist/types/scraper/scrape-result.d.ts +3 -2
- package/dist/types/scraper/scrape-result.js +1 -2
- package/dist/types/shared.d.ts +3 -0
- package/dist/types/shared.js +1 -0
- package/dist/types/time-filter/index.js +1 -2
- package/dist/types/user/index.js +1 -2
- package/dist/utils/index.js +1 -17
- package/dist/utils/try-catch.js +8 -23
- package/package.json +12 -7
- package/dist/constants/account-status.d.ts +0 -3
- package/dist/constants/account-status.js +0 -17
- package/dist/constants/upwork-filters.d.ts +0 -5
- package/dist/constants/upwork-filters.js +0 -75
- package/dist/schemas/account/manager-account.d.ts +0 -116
- package/dist/schemas/account/manager-account.js +0 -38
- package/dist/schemas/ai-config/ai-config.d.ts +0 -39
- package/dist/schemas/ai-config/ai-config.js +0 -12
- package/dist/schemas/ai-config/index.d.ts +0 -1
- package/dist/schemas/ai-config/index.js +0 -17
- package/dist/schemas/bid/bid-status.d.ts +0 -30
- package/dist/schemas/bid/bid-status.js +0 -15
- package/dist/schemas/bidding/index.d.ts +0 -1
- package/dist/schemas/bidding/index.js +0 -17
- package/dist/schemas/bidding/proposal-bidding-status.d.ts +0 -26
- package/dist/schemas/bidding/proposal-bidding-status.js +0 -18
- package/dist/schemas/bidding/proposal-dto.d.ts +0 -26
- package/dist/schemas/bidding/proposal-dto.js +0 -18
- package/dist/schemas/job/index.js +0 -19
- package/dist/schemas/job/job-details.d.ts +0 -335
- package/dist/schemas/job/job-details.js +0 -29
- package/dist/schemas/job/job-note.d.ts +0 -83
- package/dist/schemas/job/job-note.js +0 -30
- package/dist/schemas/job/job-pipeline.d.ts +0 -74
- package/dist/schemas/job/job-pipeline.js +0 -29
- package/dist/schemas/job/job-status.d.ts +0 -3
- package/dist/schemas/job/job-status.js +0 -27
- package/dist/schemas/job/job-suitability.d.ts +0 -12
- package/dist/schemas/job/job-suitability.js +0 -13
- package/dist/schemas/job/job.d.ts +0 -1160
- package/dist/schemas/job/job.js +0 -90
- package/dist/schemas/job/pipeline-job.d.ts +0 -608
- package/dist/schemas/job/pipeline-job.js +0 -43
- package/dist/schemas/job/upwork-job.d.ts +0 -334
- package/dist/schemas/job/upwork-job.js +0 -60
- package/dist/schemas/knowledge-object/index.d.ts +0 -1
- package/dist/schemas/knowledge-object/index.js +0 -17
- package/dist/schemas/knowledge-object/knowledge-object.d.ts +0 -128
- package/dist/schemas/knowledge-object/knowledge-object.js +0 -47
- package/dist/schemas/lead/lead.d.ts +0 -1897
- package/dist/schemas/lead/lead.js +0 -143
- package/dist/schemas/scraper/scrape-response.d.ts +0 -345
- package/dist/schemas/scraper/scrape-response.js +0 -9
- package/dist/schemas/upwork-account/index.d.ts +0 -3
- package/dist/schemas/upwork-account/index.js +0 -19
- package/dist/schemas/upwork-account/upwork-account-status.d.ts +0 -2
- package/dist/schemas/upwork-account/upwork-account-status.js +0 -11
- package/dist/schemas/upwork-account/upwork-business-manager-account.d.ts +0 -95
- package/dist/schemas/upwork-account/upwork-business-manager-account.js +0 -35
- package/dist/schemas/upwork-account/upwork-scraper-account.d.ts +0 -92
- package/dist/schemas/upwork-account/upwork-scraper-account.js +0 -31
- package/dist/schemas/upwork-account/upwork-scraping-account.d.ts +0 -90
- package/dist/schemas/upwork-account/upwork-scraping-account.js +0 -30
- package/dist/types/account/manager-account.d.ts +0 -7
- package/dist/types/account/manager-account.js +0 -2
- package/dist/types/ai-config/ai-config.d.ts +0 -6
- package/dist/types/ai-config/ai-config.js +0 -2
- package/dist/types/ai-config/index.d.ts +0 -1
- package/dist/types/ai-config/index.js +0 -17
- package/dist/types/bid/bid-status.d.ts +0 -5
- package/dist/types/bid/bid-status.js +0 -2
- package/dist/types/bidding/index.d.ts +0 -1
- package/dist/types/bidding/index.js +0 -17
- package/dist/types/bidding/proposal-bidding-status.d.ts +0 -3
- package/dist/types/bidding/proposal-bidding-status.js +0 -2
- package/dist/types/bidding/proposal-dto.d.ts +0 -3
- package/dist/types/bidding/proposal-dto.js +0 -2
- package/dist/types/job/job-details.d.ts +0 -36
- package/dist/types/job/job-details.js +0 -2
- package/dist/types/job/job-pipeline.d.ts +0 -4
- package/dist/types/job/job-pipeline.js +0 -2
- package/dist/types/job/job-suitability.d.ts +0 -3
- package/dist/types/job/job-suitability.js +0 -2
- package/dist/types/job/job.d.ts +0 -36
- package/dist/types/job/job.js +0 -2
- package/dist/types/knowledge-object/index.d.ts +0 -1
- package/dist/types/knowledge-object/index.js +0 -17
- package/dist/types/knowledge-object/knowledge-object.d.ts +0 -4
- package/dist/types/knowledge-object/knowledge-object.js +0 -2
- package/dist/types/scraper/scrape-response.d.ts +0 -4
- package/dist/types/scraper/scrape-response.js +0 -2
- package/dist/types/upwork-account/index.d.ts +0 -3
- package/dist/types/upwork-account/index.js +0 -19
- package/dist/types/upwork-account/upwork-account-status.d.ts +0 -3
- package/dist/types/upwork-account/upwork-account-status.js +0 -2
- package/dist/types/upwork-account/upwork-business-manager-account.d.ts +0 -7
- package/dist/types/upwork-account/upwork-business-manager-account.js +0 -2
- package/dist/types/upwork-account/upwork-scraping-account.d.ts +0 -5
- package/dist/types/upwork-account/upwork-scraping-account.js +0 -2
|
@@ -1,90 +1,86 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
name: z.ZodString;
|
|
11
|
-
}, "strip", z.ZodTypeAny, {
|
|
1
|
+
export declare const scrapeResultSchema: import("zod").ZodObject<{
|
|
2
|
+
jobs: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3
|
+
id: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4
|
+
createdAt: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
5
|
+
title: import("zod").ZodNullable<import("zod").ZodString>;
|
|
6
|
+
category: import("zod").ZodNullable<import("zod").ZodString>;
|
|
7
|
+
skills: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
8
|
+
name: import("zod").ZodString;
|
|
9
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
12
10
|
name: string;
|
|
13
11
|
}, {
|
|
14
12
|
name: string;
|
|
15
13
|
}>, "many">>;
|
|
16
|
-
datetime:
|
|
17
|
-
description:
|
|
18
|
-
descriptionLength:
|
|
19
|
-
connectsRequired:
|
|
20
|
-
projectType:
|
|
21
|
-
projectDuration:
|
|
22
|
-
questions:
|
|
23
|
-
jobUrl:
|
|
24
|
-
metadata:
|
|
25
|
-
hours:
|
|
26
|
-
duration:
|
|
27
|
-
experienceLevel:
|
|
28
|
-
hourlyRate:
|
|
29
|
-
min:
|
|
30
|
-
max:
|
|
31
|
-
}, "strip",
|
|
32
|
-
max: number | null;
|
|
14
|
+
datetime: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
15
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
16
|
+
descriptionLength: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
17
|
+
connectsRequired: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
18
|
+
projectType: import("zod").ZodNullable<import("zod").ZodString>;
|
|
19
|
+
projectDuration: import("zod").ZodNullable<import("zod").ZodString>;
|
|
20
|
+
questions: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
21
|
+
jobUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
22
|
+
metadata: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
23
|
+
hours: import("zod").ZodNullable<import("zod").ZodString>;
|
|
24
|
+
duration: import("zod").ZodNullable<import("zod").ZodString>;
|
|
25
|
+
experienceLevel: import("zod").ZodNullable<import("zod").ZodString>;
|
|
26
|
+
hourlyRate: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
27
|
+
min: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
28
|
+
max: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
29
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
33
30
|
min: number | null;
|
|
34
|
-
}, {
|
|
35
31
|
max: number | null;
|
|
32
|
+
}, {
|
|
36
33
|
min: number | null;
|
|
34
|
+
max: number | null;
|
|
37
35
|
}>>;
|
|
38
|
-
paymentType:
|
|
39
|
-
fixedPrice:
|
|
40
|
-
}, "strip",
|
|
36
|
+
paymentType: import("zod").ZodNullable<import("zod").ZodString>;
|
|
37
|
+
fixedPrice: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
38
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
41
39
|
hours: string | null;
|
|
42
40
|
duration: string | null;
|
|
43
|
-
paymentType: string | null;
|
|
44
41
|
experienceLevel: string | null;
|
|
45
42
|
hourlyRate: {
|
|
46
|
-
max: number | null;
|
|
47
43
|
min: number | null;
|
|
44
|
+
max: number | null;
|
|
48
45
|
} | null;
|
|
46
|
+
paymentType: string | null;
|
|
49
47
|
fixedPrice: number | null;
|
|
50
48
|
}, {
|
|
51
49
|
hours: string | null;
|
|
52
50
|
duration: string | null;
|
|
53
|
-
paymentType: string | null;
|
|
54
51
|
experienceLevel: string | null;
|
|
55
52
|
hourlyRate: {
|
|
56
|
-
max: number | null;
|
|
57
53
|
min: number | null;
|
|
54
|
+
max: number | null;
|
|
58
55
|
} | null;
|
|
56
|
+
paymentType: string | null;
|
|
59
57
|
fixedPrice: number | null;
|
|
60
58
|
}>>;
|
|
61
|
-
clientInfo:
|
|
62
|
-
isPaymentVerified:
|
|
63
|
-
isPhoneVerified:
|
|
64
|
-
numberOfReviews:
|
|
65
|
-
rating:
|
|
66
|
-
country:
|
|
67
|
-
region:
|
|
68
|
-
jobsPosted:
|
|
69
|
-
totalSpent:
|
|
70
|
-
numberOfHires:
|
|
71
|
-
activeEngagements:
|
|
72
|
-
openJobs:
|
|
73
|
-
hireRate:
|
|
74
|
-
memberSince:
|
|
75
|
-
companyIndustry:
|
|
76
|
-
companySize:
|
|
77
|
-
enterpriseClient:
|
|
78
|
-
avgHourlyRatePaid:
|
|
79
|
-
}, "strip",
|
|
80
|
-
country: string | null;
|
|
81
|
-
region: string | null;
|
|
59
|
+
clientInfo: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
60
|
+
isPaymentVerified: import("zod").ZodNullable<import("zod").ZodBoolean>;
|
|
61
|
+
isPhoneVerified: import("zod").ZodNullable<import("zod").ZodBoolean>;
|
|
62
|
+
numberOfReviews: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
63
|
+
rating: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
64
|
+
country: import("zod").ZodNullable<import("zod").ZodString>;
|
|
65
|
+
region: import("zod").ZodNullable<import("zod").ZodString>;
|
|
66
|
+
jobsPosted: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
67
|
+
totalSpent: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
68
|
+
numberOfHires: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
69
|
+
activeEngagements: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
70
|
+
openJobs: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
71
|
+
hireRate: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
72
|
+
memberSince: import("zod").ZodNullable<import("zod").ZodString>;
|
|
73
|
+
companyIndustry: import("zod").ZodNullable<import("zod").ZodString>;
|
|
74
|
+
companySize: import("zod").ZodNullable<import("zod").ZodString>;
|
|
75
|
+
enterpriseClient: import("zod").ZodNullable<import("zod").ZodBoolean>;
|
|
76
|
+
avgHourlyRatePaid: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
77
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
82
78
|
isPaymentVerified: boolean | null;
|
|
83
79
|
isPhoneVerified: boolean | null;
|
|
84
|
-
enterpriseClient: boolean | null;
|
|
85
|
-
companySize: string | null;
|
|
86
|
-
rating: number | null;
|
|
87
80
|
numberOfReviews: number | null;
|
|
81
|
+
rating: number | null;
|
|
82
|
+
country: string | null;
|
|
83
|
+
region: string | null;
|
|
88
84
|
jobsPosted: number | null;
|
|
89
85
|
totalSpent: number | null;
|
|
90
86
|
numberOfHires: number | null;
|
|
@@ -93,16 +89,16 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
93
89
|
hireRate: number | null;
|
|
94
90
|
memberSince: string | null;
|
|
95
91
|
companyIndustry: string | null;
|
|
92
|
+
companySize: string | null;
|
|
93
|
+
enterpriseClient: boolean | null;
|
|
96
94
|
avgHourlyRatePaid: number | null;
|
|
97
95
|
}, {
|
|
98
|
-
country: string | null;
|
|
99
|
-
region: string | null;
|
|
100
96
|
isPaymentVerified: boolean | null;
|
|
101
97
|
isPhoneVerified: boolean | null;
|
|
102
|
-
enterpriseClient: boolean | null;
|
|
103
|
-
companySize: string | null;
|
|
104
|
-
rating: number | null;
|
|
105
98
|
numberOfReviews: number | null;
|
|
99
|
+
rating: number | null;
|
|
100
|
+
country: string | null;
|
|
101
|
+
region: string | null;
|
|
106
102
|
jobsPosted: number | null;
|
|
107
103
|
totalSpent: number | null;
|
|
108
104
|
numberOfHires: number | null;
|
|
@@ -111,50 +107,52 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
111
107
|
hireRate: number | null;
|
|
112
108
|
memberSince: string | null;
|
|
113
109
|
companyIndustry: string | null;
|
|
110
|
+
companySize: string | null;
|
|
111
|
+
enterpriseClient: boolean | null;
|
|
114
112
|
avgHourlyRatePaid: number | null;
|
|
115
113
|
}>>;
|
|
116
|
-
vendorQualifications:
|
|
117
|
-
location:
|
|
118
|
-
talentType:
|
|
119
|
-
englishLevel:
|
|
120
|
-
minimumEarnings:
|
|
121
|
-
jobSuccessScore:
|
|
122
|
-
includeRisingTalent:
|
|
123
|
-
}, "strip",
|
|
114
|
+
vendorQualifications: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
115
|
+
location: import("zod").ZodNullable<import("zod").ZodString>;
|
|
116
|
+
talentType: import("zod").ZodNullable<import("zod").ZodEnum<["Agency", "Independent", "unspecified"]>>;
|
|
117
|
+
englishLevel: import("zod").ZodNullable<import("zod").ZodString>;
|
|
118
|
+
minimumEarnings: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
119
|
+
jobSuccessScore: import("zod").ZodNullable<import("zod").ZodString>;
|
|
120
|
+
includeRisingTalent: import("zod").ZodNullable<import("zod").ZodString>;
|
|
121
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
124
122
|
location: string | null;
|
|
125
|
-
|
|
126
|
-
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
123
|
+
talentType: "Agency" | "Independent" | "unspecified" | null;
|
|
127
124
|
englishLevel: string | null;
|
|
128
125
|
minimumEarnings: number | null;
|
|
129
126
|
jobSuccessScore: string | null;
|
|
127
|
+
includeRisingTalent: string | null;
|
|
130
128
|
}, {
|
|
131
129
|
location: string | null;
|
|
132
|
-
|
|
133
|
-
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
130
|
+
talentType: "Agency" | "Independent" | "unspecified" | null;
|
|
134
131
|
englishLevel: string | null;
|
|
135
132
|
minimumEarnings: number | null;
|
|
136
133
|
jobSuccessScore: string | null;
|
|
134
|
+
includeRisingTalent: string | null;
|
|
137
135
|
}>>;
|
|
138
|
-
processed:
|
|
139
|
-
isFeatured:
|
|
140
|
-
clientReviews:
|
|
141
|
-
jobTitle:
|
|
142
|
-
freelancerName:
|
|
143
|
-
freelancerRating:
|
|
144
|
-
freelancerFeedback:
|
|
145
|
-
clientFeedback:
|
|
146
|
-
clientFeedbackRating:
|
|
147
|
-
dateRange:
|
|
148
|
-
paymentType:
|
|
149
|
-
fixedPrice:
|
|
150
|
-
hourlyRate:
|
|
151
|
-
numHours:
|
|
152
|
-
totalBilled:
|
|
153
|
-
}, "strip",
|
|
154
|
-
paymentType: string | null;
|
|
155
|
-
jobTitle: string | null;
|
|
136
|
+
processed: import("zod").ZodNullable<import("zod").ZodBoolean>;
|
|
137
|
+
isFeatured: import("zod").ZodNullable<import("zod").ZodBoolean>;
|
|
138
|
+
clientReviews: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
139
|
+
jobTitle: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140
|
+
freelancerName: import("zod").ZodNullable<import("zod").ZodString>;
|
|
141
|
+
freelancerRating: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
142
|
+
freelancerFeedback: import("zod").ZodNullable<import("zod").ZodString>;
|
|
143
|
+
clientFeedback: import("zod").ZodNullable<import("zod").ZodString>;
|
|
144
|
+
clientFeedbackRating: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
145
|
+
dateRange: import("zod").ZodNullable<import("zod").ZodString>;
|
|
146
|
+
paymentType: import("zod").ZodNullable<import("zod").ZodString>;
|
|
147
|
+
fixedPrice: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
148
|
+
hourlyRate: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
149
|
+
numHours: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
150
|
+
totalBilled: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
151
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
156
152
|
hourlyRate: number | null;
|
|
153
|
+
paymentType: string | null;
|
|
157
154
|
fixedPrice: number | null;
|
|
155
|
+
jobTitle: string | null;
|
|
158
156
|
freelancerName: string | null;
|
|
159
157
|
freelancerRating: number | null;
|
|
160
158
|
freelancerFeedback: string | null;
|
|
@@ -164,10 +162,10 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
164
162
|
numHours: number | null;
|
|
165
163
|
totalBilled: number | null;
|
|
166
164
|
}, {
|
|
167
|
-
paymentType: string | null;
|
|
168
|
-
jobTitle: string | null;
|
|
169
165
|
hourlyRate: number | null;
|
|
166
|
+
paymentType: string | null;
|
|
170
167
|
fixedPrice: number | null;
|
|
168
|
+
jobTitle: string | null;
|
|
171
169
|
freelancerName: string | null;
|
|
172
170
|
freelancerRating: number | null;
|
|
173
171
|
freelancerFeedback: string | null;
|
|
@@ -177,91 +175,155 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
177
175
|
numHours: number | null;
|
|
178
176
|
totalBilled: number | null;
|
|
179
177
|
}>, "many">>;
|
|
180
|
-
region:
|
|
181
|
-
bidRange:
|
|
182
|
-
high:
|
|
183
|
-
avg:
|
|
184
|
-
low:
|
|
185
|
-
}, "strip",
|
|
178
|
+
region: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"USOnly">, import("zod").ZodLiteral<"UKOnly">, import("zod").ZodLiteral<"Worldwide">]>>;
|
|
179
|
+
bidRange: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
180
|
+
high: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
181
|
+
avg: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
182
|
+
low: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
183
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
186
184
|
high: number | null;
|
|
187
|
-
low: number | null;
|
|
188
185
|
avg: number | null;
|
|
186
|
+
low: number | null;
|
|
189
187
|
}, {
|
|
190
188
|
high: number | null;
|
|
191
|
-
low: number | null;
|
|
192
189
|
avg: number | null;
|
|
190
|
+
low: number | null;
|
|
193
191
|
}>>;
|
|
194
|
-
jobActivity:
|
|
195
|
-
proposals:
|
|
196
|
-
min:
|
|
197
|
-
max:
|
|
198
|
-
}, "strip",
|
|
199
|
-
max: number | null;
|
|
192
|
+
jobActivity: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
193
|
+
proposals: import("zod").ZodObject<{
|
|
194
|
+
min: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
195
|
+
max: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
196
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
200
197
|
min: number | null;
|
|
201
|
-
}, {
|
|
202
198
|
max: number | null;
|
|
199
|
+
}, {
|
|
203
200
|
min: number | null;
|
|
201
|
+
max: number | null;
|
|
204
202
|
}>;
|
|
205
|
-
lastViewedByClient:
|
|
206
|
-
hires:
|
|
207
|
-
interviewing:
|
|
208
|
-
invitesSent:
|
|
209
|
-
unansweredInvites:
|
|
210
|
-
updatedAt:
|
|
211
|
-
}, "strip",
|
|
212
|
-
updatedAt: number | null;
|
|
203
|
+
lastViewedByClient: import("zod").ZodNullable<import("zod").ZodString>;
|
|
204
|
+
hires: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
205
|
+
interviewing: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
206
|
+
invitesSent: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
207
|
+
unansweredInvites: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
208
|
+
updatedAt: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
209
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
213
210
|
proposals: {
|
|
214
|
-
max: number | null;
|
|
215
211
|
min: number | null;
|
|
212
|
+
max: number | null;
|
|
216
213
|
};
|
|
217
214
|
lastViewedByClient: string | null;
|
|
218
215
|
hires: number | null;
|
|
219
216
|
interviewing: number | null;
|
|
220
217
|
invitesSent: number | null;
|
|
221
218
|
unansweredInvites: number | null;
|
|
219
|
+
updatedAt: number | null;
|
|
222
220
|
}, {
|
|
221
|
+
proposals: {
|
|
222
|
+
min: number | null;
|
|
223
|
+
max: number | null;
|
|
224
|
+
};
|
|
225
|
+
lastViewedByClient: string | null;
|
|
226
|
+
hires: number | null;
|
|
227
|
+
interviewing: number | null;
|
|
228
|
+
invitesSent: number | null;
|
|
229
|
+
unansweredInvites: number | null;
|
|
223
230
|
updatedAt: number | null;
|
|
231
|
+
}>>;
|
|
232
|
+
activityUpdates: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<1>, import("zod").ZodLiteral<2>, import("zod").ZodLiteral<3>]>>;
|
|
233
|
+
activity: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodEnum<["4h" | "24h"]>, import("zod").ZodObject<{
|
|
234
|
+
proposals: import("zod").ZodObject<{
|
|
235
|
+
min: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
236
|
+
max: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
237
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
238
|
+
min: number | null;
|
|
239
|
+
max: number | null;
|
|
240
|
+
}, {
|
|
241
|
+
min: number | null;
|
|
242
|
+
max: number | null;
|
|
243
|
+
}>;
|
|
244
|
+
lastViewedByClient: import("zod").ZodNullable<import("zod").ZodString>;
|
|
245
|
+
hires: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
246
|
+
interviewing: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
247
|
+
invitesSent: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
248
|
+
unansweredInvites: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
249
|
+
updatedAt: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
250
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
224
251
|
proposals: {
|
|
252
|
+
min: number | null;
|
|
225
253
|
max: number | null;
|
|
254
|
+
};
|
|
255
|
+
lastViewedByClient: string | null;
|
|
256
|
+
hires: number | null;
|
|
257
|
+
interviewing: number | null;
|
|
258
|
+
invitesSent: number | null;
|
|
259
|
+
unansweredInvites: number | null;
|
|
260
|
+
updatedAt: number | null;
|
|
261
|
+
}, {
|
|
262
|
+
proposals: {
|
|
226
263
|
min: number | null;
|
|
264
|
+
max: number | null;
|
|
227
265
|
};
|
|
228
266
|
lastViewedByClient: string | null;
|
|
229
267
|
hires: number | null;
|
|
230
268
|
interviewing: number | null;
|
|
231
269
|
invitesSent: number | null;
|
|
232
270
|
unansweredInvites: number | null;
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
271
|
+
updatedAt: number | null;
|
|
272
|
+
}>>>>;
|
|
273
|
+
activityDelta: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
274
|
+
proposals: import("zod").ZodNumber;
|
|
275
|
+
interviewing: import("zod").ZodNumber;
|
|
276
|
+
hires: import("zod").ZodNumber;
|
|
277
|
+
invitesSent: import("zod").ZodNumber;
|
|
278
|
+
unansweredInvites: import("zod").ZodNumber;
|
|
279
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
280
|
+
proposals: number;
|
|
281
|
+
hires: number;
|
|
282
|
+
interviewing: number;
|
|
283
|
+
invitesSent: number;
|
|
284
|
+
unansweredInvites: number;
|
|
285
|
+
}, {
|
|
286
|
+
proposals: number;
|
|
287
|
+
hires: number;
|
|
288
|
+
interviewing: number;
|
|
289
|
+
invitesSent: number;
|
|
290
|
+
unansweredInvites: number;
|
|
291
|
+
}>>>;
|
|
292
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
236
293
|
id: string | null;
|
|
294
|
+
createdAt: number | null;
|
|
237
295
|
title: string | null;
|
|
296
|
+
category: string | null;
|
|
297
|
+
skills: {
|
|
298
|
+
name: string;
|
|
299
|
+
}[] | null;
|
|
300
|
+
datetime: number | null;
|
|
301
|
+
description: string | null;
|
|
302
|
+
descriptionLength: number | null;
|
|
303
|
+
connectsRequired: number | null;
|
|
304
|
+
projectType: string | null;
|
|
305
|
+
projectDuration: string | null;
|
|
306
|
+
questions: string[] | null;
|
|
307
|
+
jobUrl: string | null;
|
|
238
308
|
metadata: {
|
|
239
309
|
hours: string | null;
|
|
240
310
|
duration: string | null;
|
|
241
|
-
paymentType: string | null;
|
|
242
311
|
experienceLevel: string | null;
|
|
243
312
|
hourlyRate: {
|
|
244
|
-
max: number | null;
|
|
245
313
|
min: number | null;
|
|
314
|
+
max: number | null;
|
|
246
315
|
} | null;
|
|
316
|
+
paymentType: string | null;
|
|
247
317
|
fixedPrice: number | null;
|
|
248
318
|
} | null;
|
|
249
|
-
|
|
250
|
-
region: "Worldwide" | "UKOnly" | "USOnly" | null;
|
|
251
|
-
datetime: number | null;
|
|
252
|
-
createdAt: number | null;
|
|
253
|
-
isFeatured: boolean | null;
|
|
254
|
-
projectDuration: string | null;
|
|
255
|
-
questions: string[] | null;
|
|
319
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | null;
|
|
256
320
|
clientInfo: {
|
|
257
|
-
country: string | null;
|
|
258
|
-
region: string | null;
|
|
259
321
|
isPaymentVerified: boolean | null;
|
|
260
322
|
isPhoneVerified: boolean | null;
|
|
261
|
-
enterpriseClient: boolean | null;
|
|
262
|
-
companySize: string | null;
|
|
263
|
-
rating: number | null;
|
|
264
323
|
numberOfReviews: number | null;
|
|
324
|
+
rating: number | null;
|
|
325
|
+
country: string | null;
|
|
326
|
+
region: string | null;
|
|
265
327
|
jobsPosted: number | null;
|
|
266
328
|
totalSpent: number | null;
|
|
267
329
|
numberOfHires: number | null;
|
|
@@ -270,30 +332,25 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
270
332
|
hireRate: number | null;
|
|
271
333
|
memberSince: string | null;
|
|
272
334
|
companyIndustry: string | null;
|
|
335
|
+
companySize: string | null;
|
|
336
|
+
enterpriseClient: boolean | null;
|
|
273
337
|
avgHourlyRatePaid: number | null;
|
|
274
338
|
} | null;
|
|
275
339
|
vendorQualifications: {
|
|
276
340
|
location: string | null;
|
|
277
|
-
|
|
278
|
-
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
341
|
+
talentType: "Agency" | "Independent" | "unspecified" | null;
|
|
279
342
|
englishLevel: string | null;
|
|
280
343
|
minimumEarnings: number | null;
|
|
281
344
|
jobSuccessScore: string | null;
|
|
345
|
+
includeRisingTalent: string | null;
|
|
282
346
|
} | null;
|
|
283
|
-
jobUrl: string | null;
|
|
284
|
-
skills: {
|
|
285
|
-
name: string;
|
|
286
|
-
}[] | null;
|
|
287
|
-
category: string | null;
|
|
288
|
-
descriptionLength: number | null;
|
|
289
|
-
connectsRequired: number | null;
|
|
290
|
-
projectType: string | null;
|
|
291
347
|
processed: boolean | null;
|
|
348
|
+
isFeatured: boolean | null;
|
|
292
349
|
clientReviews: {
|
|
293
|
-
paymentType: string | null;
|
|
294
|
-
jobTitle: string | null;
|
|
295
350
|
hourlyRate: number | null;
|
|
351
|
+
paymentType: string | null;
|
|
296
352
|
fixedPrice: number | null;
|
|
353
|
+
jobTitle: string | null;
|
|
297
354
|
freelancerName: string | null;
|
|
298
355
|
freelancerRating: number | null;
|
|
299
356
|
freelancerFeedback: string | null;
|
|
@@ -305,52 +362,76 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
305
362
|
}[] | null;
|
|
306
363
|
bidRange: {
|
|
307
364
|
high: number | null;
|
|
308
|
-
low: number | null;
|
|
309
365
|
avg: number | null;
|
|
366
|
+
low: number | null;
|
|
310
367
|
} | null;
|
|
311
368
|
jobActivity: {
|
|
312
|
-
updatedAt: number | null;
|
|
313
369
|
proposals: {
|
|
314
|
-
max: number | null;
|
|
315
370
|
min: number | null;
|
|
371
|
+
max: number | null;
|
|
316
372
|
};
|
|
317
373
|
lastViewedByClient: string | null;
|
|
318
374
|
hires: number | null;
|
|
319
375
|
interviewing: number | null;
|
|
320
376
|
invitesSent: number | null;
|
|
321
377
|
unansweredInvites: number | null;
|
|
378
|
+
updatedAt: number | null;
|
|
322
379
|
} | null;
|
|
323
|
-
activityUpdates:
|
|
380
|
+
activityUpdates: 1 | 2 | 3 | null;
|
|
381
|
+
activity?: Partial<Record<"4h" | "24h", {
|
|
382
|
+
proposals: {
|
|
383
|
+
min: number | null;
|
|
384
|
+
max: number | null;
|
|
385
|
+
};
|
|
386
|
+
lastViewedByClient: string | null;
|
|
387
|
+
hires: number | null;
|
|
388
|
+
interviewing: number | null;
|
|
389
|
+
invitesSent: number | null;
|
|
390
|
+
unansweredInvites: number | null;
|
|
391
|
+
updatedAt: number | null;
|
|
392
|
+
}>> | null | undefined;
|
|
393
|
+
activityDelta?: {
|
|
394
|
+
proposals: number;
|
|
395
|
+
hires: number;
|
|
396
|
+
interviewing: number;
|
|
397
|
+
invitesSent: number;
|
|
398
|
+
unansweredInvites: number;
|
|
399
|
+
} | null | undefined;
|
|
324
400
|
}, {
|
|
325
401
|
id: string | null;
|
|
402
|
+
createdAt: number | null;
|
|
326
403
|
title: string | null;
|
|
404
|
+
category: string | null;
|
|
405
|
+
skills: {
|
|
406
|
+
name: string;
|
|
407
|
+
}[] | null;
|
|
408
|
+
datetime: number | null;
|
|
409
|
+
description: string | null;
|
|
410
|
+
descriptionLength: number | null;
|
|
411
|
+
connectsRequired: number | null;
|
|
412
|
+
projectType: string | null;
|
|
413
|
+
projectDuration: string | null;
|
|
414
|
+
questions: string[] | null;
|
|
415
|
+
jobUrl: string | null;
|
|
327
416
|
metadata: {
|
|
328
417
|
hours: string | null;
|
|
329
418
|
duration: string | null;
|
|
330
|
-
paymentType: string | null;
|
|
331
419
|
experienceLevel: string | null;
|
|
332
420
|
hourlyRate: {
|
|
333
|
-
max: number | null;
|
|
334
421
|
min: number | null;
|
|
422
|
+
max: number | null;
|
|
335
423
|
} | null;
|
|
424
|
+
paymentType: string | null;
|
|
336
425
|
fixedPrice: number | null;
|
|
337
426
|
} | null;
|
|
338
|
-
|
|
339
|
-
region: "Worldwide" | "UKOnly" | "USOnly" | null;
|
|
340
|
-
datetime: number | null;
|
|
341
|
-
createdAt: number | null;
|
|
342
|
-
isFeatured: boolean | null;
|
|
343
|
-
projectDuration: string | null;
|
|
344
|
-
questions: string[] | null;
|
|
427
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | null;
|
|
345
428
|
clientInfo: {
|
|
346
|
-
country: string | null;
|
|
347
|
-
region: string | null;
|
|
348
429
|
isPaymentVerified: boolean | null;
|
|
349
430
|
isPhoneVerified: boolean | null;
|
|
350
|
-
enterpriseClient: boolean | null;
|
|
351
|
-
companySize: string | null;
|
|
352
|
-
rating: number | null;
|
|
353
431
|
numberOfReviews: number | null;
|
|
432
|
+
rating: number | null;
|
|
433
|
+
country: string | null;
|
|
434
|
+
region: string | null;
|
|
354
435
|
jobsPosted: number | null;
|
|
355
436
|
totalSpent: number | null;
|
|
356
437
|
numberOfHires: number | null;
|
|
@@ -359,30 +440,25 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
359
440
|
hireRate: number | null;
|
|
360
441
|
memberSince: string | null;
|
|
361
442
|
companyIndustry: string | null;
|
|
443
|
+
companySize: string | null;
|
|
444
|
+
enterpriseClient: boolean | null;
|
|
362
445
|
avgHourlyRatePaid: number | null;
|
|
363
446
|
} | null;
|
|
364
447
|
vendorQualifications: {
|
|
365
448
|
location: string | null;
|
|
366
|
-
|
|
367
|
-
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
449
|
+
talentType: "Agency" | "Independent" | "unspecified" | null;
|
|
368
450
|
englishLevel: string | null;
|
|
369
451
|
minimumEarnings: number | null;
|
|
370
452
|
jobSuccessScore: string | null;
|
|
453
|
+
includeRisingTalent: string | null;
|
|
371
454
|
} | null;
|
|
372
|
-
jobUrl: string | null;
|
|
373
|
-
skills: {
|
|
374
|
-
name: string;
|
|
375
|
-
}[] | null;
|
|
376
|
-
category: string | null;
|
|
377
|
-
descriptionLength: number | null;
|
|
378
|
-
connectsRequired: number | null;
|
|
379
|
-
projectType: string | null;
|
|
380
455
|
processed: boolean | null;
|
|
456
|
+
isFeatured: boolean | null;
|
|
381
457
|
clientReviews: {
|
|
382
|
-
paymentType: string | null;
|
|
383
|
-
jobTitle: string | null;
|
|
384
458
|
hourlyRate: number | null;
|
|
459
|
+
paymentType: string | null;
|
|
385
460
|
fixedPrice: number | null;
|
|
461
|
+
jobTitle: string | null;
|
|
386
462
|
freelancerName: string | null;
|
|
387
463
|
freelancerRating: number | null;
|
|
388
464
|
freelancerFeedback: string | null;
|
|
@@ -394,60 +470,82 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
394
470
|
}[] | null;
|
|
395
471
|
bidRange: {
|
|
396
472
|
high: number | null;
|
|
397
|
-
low: number | null;
|
|
398
473
|
avg: number | null;
|
|
474
|
+
low: number | null;
|
|
399
475
|
} | null;
|
|
400
476
|
jobActivity: {
|
|
401
|
-
updatedAt: number | null;
|
|
402
477
|
proposals: {
|
|
403
|
-
max: number | null;
|
|
404
478
|
min: number | null;
|
|
479
|
+
max: number | null;
|
|
405
480
|
};
|
|
406
481
|
lastViewedByClient: string | null;
|
|
407
482
|
hires: number | null;
|
|
408
483
|
interviewing: number | null;
|
|
409
484
|
invitesSent: number | null;
|
|
410
485
|
unansweredInvites: number | null;
|
|
486
|
+
updatedAt: number | null;
|
|
411
487
|
} | null;
|
|
412
|
-
activityUpdates:
|
|
488
|
+
activityUpdates: 1 | 2 | 3 | null;
|
|
489
|
+
activity?: Partial<Record<"4h" | "24h", {
|
|
490
|
+
proposals: {
|
|
491
|
+
min: number | null;
|
|
492
|
+
max: number | null;
|
|
493
|
+
};
|
|
494
|
+
lastViewedByClient: string | null;
|
|
495
|
+
hires: number | null;
|
|
496
|
+
interviewing: number | null;
|
|
497
|
+
invitesSent: number | null;
|
|
498
|
+
unansweredInvites: number | null;
|
|
499
|
+
updatedAt: number | null;
|
|
500
|
+
}>> | null | undefined;
|
|
501
|
+
activityDelta?: {
|
|
502
|
+
proposals: number;
|
|
503
|
+
hires: number;
|
|
504
|
+
interviewing: number;
|
|
505
|
+
invitesSent: number;
|
|
506
|
+
unansweredInvites: number;
|
|
507
|
+
} | null | undefined;
|
|
413
508
|
}>, "many">;
|
|
414
|
-
cookies:
|
|
415
|
-
region:
|
|
416
|
-
usAccountCookies:
|
|
417
|
-
ukAccountCookies:
|
|
418
|
-
}, "strip",
|
|
419
|
-
region: "Worldwide" | "UKOnly" | "USOnly";
|
|
420
|
-
cookies: any[];
|
|
509
|
+
cookies: import("zod").ZodArray<import("zod").ZodAny, "many">;
|
|
510
|
+
region: import("zod").ZodUnion<[import("zod").ZodLiteral<"USOnly">, import("zod").ZodLiteral<"UKOnly">, import("zod").ZodLiteral<"Worldwide">]>;
|
|
511
|
+
usAccountCookies: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
|
|
512
|
+
ukAccountCookies: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
|
|
513
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
421
514
|
jobs: {
|
|
422
515
|
id: string | null;
|
|
516
|
+
createdAt: number | null;
|
|
423
517
|
title: string | null;
|
|
518
|
+
category: string | null;
|
|
519
|
+
skills: {
|
|
520
|
+
name: string;
|
|
521
|
+
}[] | null;
|
|
522
|
+
datetime: number | null;
|
|
523
|
+
description: string | null;
|
|
524
|
+
descriptionLength: number | null;
|
|
525
|
+
connectsRequired: number | null;
|
|
526
|
+
projectType: string | null;
|
|
527
|
+
projectDuration: string | null;
|
|
528
|
+
questions: string[] | null;
|
|
529
|
+
jobUrl: string | null;
|
|
424
530
|
metadata: {
|
|
425
531
|
hours: string | null;
|
|
426
532
|
duration: string | null;
|
|
427
|
-
paymentType: string | null;
|
|
428
533
|
experienceLevel: string | null;
|
|
429
534
|
hourlyRate: {
|
|
430
|
-
max: number | null;
|
|
431
535
|
min: number | null;
|
|
536
|
+
max: number | null;
|
|
432
537
|
} | null;
|
|
538
|
+
paymentType: string | null;
|
|
433
539
|
fixedPrice: number | null;
|
|
434
540
|
} | null;
|
|
435
|
-
|
|
436
|
-
region: "Worldwide" | "UKOnly" | "USOnly" | null;
|
|
437
|
-
datetime: number | null;
|
|
438
|
-
createdAt: number | null;
|
|
439
|
-
isFeatured: boolean | null;
|
|
440
|
-
projectDuration: string | null;
|
|
441
|
-
questions: string[] | null;
|
|
541
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | null;
|
|
442
542
|
clientInfo: {
|
|
443
|
-
country: string | null;
|
|
444
|
-
region: string | null;
|
|
445
543
|
isPaymentVerified: boolean | null;
|
|
446
544
|
isPhoneVerified: boolean | null;
|
|
447
|
-
enterpriseClient: boolean | null;
|
|
448
|
-
companySize: string | null;
|
|
449
|
-
rating: number | null;
|
|
450
545
|
numberOfReviews: number | null;
|
|
546
|
+
rating: number | null;
|
|
547
|
+
country: string | null;
|
|
548
|
+
region: string | null;
|
|
451
549
|
jobsPosted: number | null;
|
|
452
550
|
totalSpent: number | null;
|
|
453
551
|
numberOfHires: number | null;
|
|
@@ -456,30 +554,25 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
456
554
|
hireRate: number | null;
|
|
457
555
|
memberSince: string | null;
|
|
458
556
|
companyIndustry: string | null;
|
|
557
|
+
companySize: string | null;
|
|
558
|
+
enterpriseClient: boolean | null;
|
|
459
559
|
avgHourlyRatePaid: number | null;
|
|
460
560
|
} | null;
|
|
461
561
|
vendorQualifications: {
|
|
462
562
|
location: string | null;
|
|
463
|
-
|
|
464
|
-
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
563
|
+
talentType: "Agency" | "Independent" | "unspecified" | null;
|
|
465
564
|
englishLevel: string | null;
|
|
466
565
|
minimumEarnings: number | null;
|
|
467
566
|
jobSuccessScore: string | null;
|
|
567
|
+
includeRisingTalent: string | null;
|
|
468
568
|
} | null;
|
|
469
|
-
jobUrl: string | null;
|
|
470
|
-
skills: {
|
|
471
|
-
name: string;
|
|
472
|
-
}[] | null;
|
|
473
|
-
category: string | null;
|
|
474
|
-
descriptionLength: number | null;
|
|
475
|
-
connectsRequired: number | null;
|
|
476
|
-
projectType: string | null;
|
|
477
569
|
processed: boolean | null;
|
|
570
|
+
isFeatured: boolean | null;
|
|
478
571
|
clientReviews: {
|
|
479
|
-
paymentType: string | null;
|
|
480
|
-
jobTitle: string | null;
|
|
481
572
|
hourlyRate: number | null;
|
|
573
|
+
paymentType: string | null;
|
|
482
574
|
fixedPrice: number | null;
|
|
575
|
+
jobTitle: string | null;
|
|
483
576
|
freelancerName: string | null;
|
|
484
577
|
freelancerRating: number | null;
|
|
485
578
|
freelancerFeedback: string | null;
|
|
@@ -491,58 +584,82 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
491
584
|
}[] | null;
|
|
492
585
|
bidRange: {
|
|
493
586
|
high: number | null;
|
|
494
|
-
low: number | null;
|
|
495
587
|
avg: number | null;
|
|
588
|
+
low: number | null;
|
|
496
589
|
} | null;
|
|
497
590
|
jobActivity: {
|
|
498
|
-
updatedAt: number | null;
|
|
499
591
|
proposals: {
|
|
500
|
-
max: number | null;
|
|
501
592
|
min: number | null;
|
|
593
|
+
max: number | null;
|
|
502
594
|
};
|
|
503
595
|
lastViewedByClient: string | null;
|
|
504
596
|
hires: number | null;
|
|
505
597
|
interviewing: number | null;
|
|
506
598
|
invitesSent: number | null;
|
|
507
599
|
unansweredInvites: number | null;
|
|
600
|
+
updatedAt: number | null;
|
|
508
601
|
} | null;
|
|
509
|
-
activityUpdates:
|
|
602
|
+
activityUpdates: 1 | 2 | 3 | null;
|
|
603
|
+
activity?: Partial<Record<"4h" | "24h", {
|
|
604
|
+
proposals: {
|
|
605
|
+
min: number | null;
|
|
606
|
+
max: number | null;
|
|
607
|
+
};
|
|
608
|
+
lastViewedByClient: string | null;
|
|
609
|
+
hires: number | null;
|
|
610
|
+
interviewing: number | null;
|
|
611
|
+
invitesSent: number | null;
|
|
612
|
+
unansweredInvites: number | null;
|
|
613
|
+
updatedAt: number | null;
|
|
614
|
+
}>> | null | undefined;
|
|
615
|
+
activityDelta?: {
|
|
616
|
+
proposals: number;
|
|
617
|
+
hires: number;
|
|
618
|
+
interviewing: number;
|
|
619
|
+
invitesSent: number;
|
|
620
|
+
unansweredInvites: number;
|
|
621
|
+
} | null | undefined;
|
|
510
622
|
}[];
|
|
623
|
+
region: "USOnly" | "UKOnly" | "Worldwide";
|
|
624
|
+
cookies: any[];
|
|
511
625
|
usAccountCookies?: any[] | undefined;
|
|
512
626
|
ukAccountCookies?: any[] | undefined;
|
|
513
627
|
}, {
|
|
514
|
-
region: "Worldwide" | "UKOnly" | "USOnly";
|
|
515
|
-
cookies: any[];
|
|
516
628
|
jobs: {
|
|
517
629
|
id: string | null;
|
|
630
|
+
createdAt: number | null;
|
|
518
631
|
title: string | null;
|
|
632
|
+
category: string | null;
|
|
633
|
+
skills: {
|
|
634
|
+
name: string;
|
|
635
|
+
}[] | null;
|
|
636
|
+
datetime: number | null;
|
|
637
|
+
description: string | null;
|
|
638
|
+
descriptionLength: number | null;
|
|
639
|
+
connectsRequired: number | null;
|
|
640
|
+
projectType: string | null;
|
|
641
|
+
projectDuration: string | null;
|
|
642
|
+
questions: string[] | null;
|
|
643
|
+
jobUrl: string | null;
|
|
519
644
|
metadata: {
|
|
520
645
|
hours: string | null;
|
|
521
646
|
duration: string | null;
|
|
522
|
-
paymentType: string | null;
|
|
523
647
|
experienceLevel: string | null;
|
|
524
648
|
hourlyRate: {
|
|
525
|
-
max: number | null;
|
|
526
649
|
min: number | null;
|
|
650
|
+
max: number | null;
|
|
527
651
|
} | null;
|
|
652
|
+
paymentType: string | null;
|
|
528
653
|
fixedPrice: number | null;
|
|
529
654
|
} | null;
|
|
530
|
-
|
|
531
|
-
region: "Worldwide" | "UKOnly" | "USOnly" | null;
|
|
532
|
-
datetime: number | null;
|
|
533
|
-
createdAt: number | null;
|
|
534
|
-
isFeatured: boolean | null;
|
|
535
|
-
projectDuration: string | null;
|
|
536
|
-
questions: string[] | null;
|
|
655
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | null;
|
|
537
656
|
clientInfo: {
|
|
538
|
-
country: string | null;
|
|
539
|
-
region: string | null;
|
|
540
657
|
isPaymentVerified: boolean | null;
|
|
541
658
|
isPhoneVerified: boolean | null;
|
|
542
|
-
enterpriseClient: boolean | null;
|
|
543
|
-
companySize: string | null;
|
|
544
|
-
rating: number | null;
|
|
545
659
|
numberOfReviews: number | null;
|
|
660
|
+
rating: number | null;
|
|
661
|
+
country: string | null;
|
|
662
|
+
region: string | null;
|
|
546
663
|
jobsPosted: number | null;
|
|
547
664
|
totalSpent: number | null;
|
|
548
665
|
numberOfHires: number | null;
|
|
@@ -551,30 +668,25 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
551
668
|
hireRate: number | null;
|
|
552
669
|
memberSince: string | null;
|
|
553
670
|
companyIndustry: string | null;
|
|
671
|
+
companySize: string | null;
|
|
672
|
+
enterpriseClient: boolean | null;
|
|
554
673
|
avgHourlyRatePaid: number | null;
|
|
555
674
|
} | null;
|
|
556
675
|
vendorQualifications: {
|
|
557
676
|
location: string | null;
|
|
558
|
-
|
|
559
|
-
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
677
|
+
talentType: "Agency" | "Independent" | "unspecified" | null;
|
|
560
678
|
englishLevel: string | null;
|
|
561
679
|
minimumEarnings: number | null;
|
|
562
680
|
jobSuccessScore: string | null;
|
|
681
|
+
includeRisingTalent: string | null;
|
|
563
682
|
} | null;
|
|
564
|
-
jobUrl: string | null;
|
|
565
|
-
skills: {
|
|
566
|
-
name: string;
|
|
567
|
-
}[] | null;
|
|
568
|
-
category: string | null;
|
|
569
|
-
descriptionLength: number | null;
|
|
570
|
-
connectsRequired: number | null;
|
|
571
|
-
projectType: string | null;
|
|
572
683
|
processed: boolean | null;
|
|
684
|
+
isFeatured: boolean | null;
|
|
573
685
|
clientReviews: {
|
|
574
|
-
paymentType: string | null;
|
|
575
|
-
jobTitle: string | null;
|
|
576
686
|
hourlyRate: number | null;
|
|
687
|
+
paymentType: string | null;
|
|
577
688
|
fixedPrice: number | null;
|
|
689
|
+
jobTitle: string | null;
|
|
578
690
|
freelancerName: string | null;
|
|
579
691
|
freelancerRating: number | null;
|
|
580
692
|
freelancerFeedback: string | null;
|
|
@@ -586,40 +698,61 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
586
698
|
}[] | null;
|
|
587
699
|
bidRange: {
|
|
588
700
|
high: number | null;
|
|
589
|
-
low: number | null;
|
|
590
701
|
avg: number | null;
|
|
702
|
+
low: number | null;
|
|
591
703
|
} | null;
|
|
592
704
|
jobActivity: {
|
|
593
|
-
updatedAt: number | null;
|
|
594
705
|
proposals: {
|
|
595
|
-
max: number | null;
|
|
596
706
|
min: number | null;
|
|
707
|
+
max: number | null;
|
|
597
708
|
};
|
|
598
709
|
lastViewedByClient: string | null;
|
|
599
710
|
hires: number | null;
|
|
600
711
|
interviewing: number | null;
|
|
601
712
|
invitesSent: number | null;
|
|
602
713
|
unansweredInvites: number | null;
|
|
714
|
+
updatedAt: number | null;
|
|
603
715
|
} | null;
|
|
604
|
-
activityUpdates:
|
|
716
|
+
activityUpdates: 1 | 2 | 3 | null;
|
|
717
|
+
activity?: Partial<Record<"4h" | "24h", {
|
|
718
|
+
proposals: {
|
|
719
|
+
min: number | null;
|
|
720
|
+
max: number | null;
|
|
721
|
+
};
|
|
722
|
+
lastViewedByClient: string | null;
|
|
723
|
+
hires: number | null;
|
|
724
|
+
interviewing: number | null;
|
|
725
|
+
invitesSent: number | null;
|
|
726
|
+
unansweredInvites: number | null;
|
|
727
|
+
updatedAt: number | null;
|
|
728
|
+
}>> | null | undefined;
|
|
729
|
+
activityDelta?: {
|
|
730
|
+
proposals: number;
|
|
731
|
+
hires: number;
|
|
732
|
+
interviewing: number;
|
|
733
|
+
invitesSent: number;
|
|
734
|
+
unansweredInvites: number;
|
|
735
|
+
} | null | undefined;
|
|
605
736
|
}[];
|
|
737
|
+
region: "USOnly" | "UKOnly" | "Worldwide";
|
|
738
|
+
cookies: any[];
|
|
606
739
|
usAccountCookies?: any[] | undefined;
|
|
607
740
|
ukAccountCookies?: any[] | undefined;
|
|
608
741
|
}>;
|
|
609
|
-
export declare const scrapeUserProfileResultSchema:
|
|
610
|
-
success:
|
|
611
|
-
message:
|
|
612
|
-
data:
|
|
613
|
-
name:
|
|
614
|
-
country:
|
|
615
|
-
bio:
|
|
616
|
-
skills:
|
|
617
|
-
certifications:
|
|
618
|
-
employmentHistory:
|
|
619
|
-
jobTitle:
|
|
620
|
-
period:
|
|
621
|
-
description:
|
|
622
|
-
}, "strip",
|
|
742
|
+
export declare const scrapeUserProfileResultSchema: import("zod").ZodObject<{
|
|
743
|
+
success: import("zod").ZodBoolean;
|
|
744
|
+
message: import("zod").ZodString;
|
|
745
|
+
data: import("zod").ZodObject<{
|
|
746
|
+
name: import("zod").ZodNullable<import("zod").ZodString>;
|
|
747
|
+
country: import("zod").ZodNullable<import("zod").ZodString>;
|
|
748
|
+
bio: import("zod").ZodNullable<import("zod").ZodString>;
|
|
749
|
+
skills: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
750
|
+
certifications: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
751
|
+
employmentHistory: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
752
|
+
jobTitle: import("zod").ZodString;
|
|
753
|
+
period: import("zod").ZodString;
|
|
754
|
+
description: import("zod").ZodString;
|
|
755
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
623
756
|
description: string;
|
|
624
757
|
jobTitle: string;
|
|
625
758
|
period: string;
|
|
@@ -628,28 +761,28 @@ export declare const scrapeUserProfileResultSchema: z.ZodObject<{
|
|
|
628
761
|
jobTitle: string;
|
|
629
762
|
period: string;
|
|
630
763
|
}>, "many">>;
|
|
631
|
-
languages:
|
|
632
|
-
portfolio:
|
|
633
|
-
title:
|
|
634
|
-
description:
|
|
635
|
-
skills:
|
|
636
|
-
publishedDate:
|
|
637
|
-
}, "strip",
|
|
764
|
+
languages: import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
765
|
+
portfolio: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
766
|
+
title: import("zod").ZodString;
|
|
767
|
+
description: import("zod").ZodString;
|
|
768
|
+
skills: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
769
|
+
publishedDate: import("zod").ZodString;
|
|
770
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
638
771
|
title: string;
|
|
639
|
-
description: string;
|
|
640
772
|
skills: string[];
|
|
773
|
+
description: string;
|
|
641
774
|
publishedDate: string;
|
|
642
775
|
}, {
|
|
643
776
|
title: string;
|
|
644
|
-
description: string;
|
|
645
777
|
skills: string[];
|
|
778
|
+
description: string;
|
|
646
779
|
publishedDate: string;
|
|
647
780
|
}>, "many">>;
|
|
648
|
-
}, "strip",
|
|
781
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
649
782
|
name: string | null;
|
|
783
|
+
skills: string[] | null;
|
|
650
784
|
country: string | null;
|
|
651
785
|
bio: string | null;
|
|
652
|
-
skills: string[] | null;
|
|
653
786
|
certifications: string[] | null;
|
|
654
787
|
employmentHistory: {
|
|
655
788
|
description: string;
|
|
@@ -659,15 +792,15 @@ export declare const scrapeUserProfileResultSchema: z.ZodObject<{
|
|
|
659
792
|
languages: Record<string, string> | null;
|
|
660
793
|
portfolio: {
|
|
661
794
|
title: string;
|
|
662
|
-
description: string;
|
|
663
795
|
skills: string[];
|
|
796
|
+
description: string;
|
|
664
797
|
publishedDate: string;
|
|
665
798
|
}[] | null;
|
|
666
799
|
}, {
|
|
667
800
|
name: string | null;
|
|
801
|
+
skills: string[] | null;
|
|
668
802
|
country: string | null;
|
|
669
803
|
bio: string | null;
|
|
670
|
-
skills: string[] | null;
|
|
671
804
|
certifications: string[] | null;
|
|
672
805
|
employmentHistory: {
|
|
673
806
|
description: string;
|
|
@@ -677,17 +810,19 @@ export declare const scrapeUserProfileResultSchema: z.ZodObject<{
|
|
|
677
810
|
languages: Record<string, string> | null;
|
|
678
811
|
portfolio: {
|
|
679
812
|
title: string;
|
|
680
|
-
description: string;
|
|
681
813
|
skills: string[];
|
|
814
|
+
description: string;
|
|
682
815
|
publishedDate: string;
|
|
683
816
|
}[] | null;
|
|
684
817
|
}>;
|
|
685
|
-
}, "strip",
|
|
818
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
819
|
+
message: string;
|
|
820
|
+
success: boolean;
|
|
686
821
|
data: {
|
|
687
822
|
name: string | null;
|
|
823
|
+
skills: string[] | null;
|
|
688
824
|
country: string | null;
|
|
689
825
|
bio: string | null;
|
|
690
|
-
skills: string[] | null;
|
|
691
826
|
certifications: string[] | null;
|
|
692
827
|
employmentHistory: {
|
|
693
828
|
description: string;
|
|
@@ -697,19 +832,19 @@ export declare const scrapeUserProfileResultSchema: z.ZodObject<{
|
|
|
697
832
|
languages: Record<string, string> | null;
|
|
698
833
|
portfolio: {
|
|
699
834
|
title: string;
|
|
700
|
-
description: string;
|
|
701
835
|
skills: string[];
|
|
836
|
+
description: string;
|
|
702
837
|
publishedDate: string;
|
|
703
838
|
}[] | null;
|
|
704
839
|
};
|
|
840
|
+
}, {
|
|
705
841
|
message: string;
|
|
706
842
|
success: boolean;
|
|
707
|
-
}, {
|
|
708
843
|
data: {
|
|
709
844
|
name: string | null;
|
|
845
|
+
skills: string[] | null;
|
|
710
846
|
country: string | null;
|
|
711
847
|
bio: string | null;
|
|
712
|
-
skills: string[] | null;
|
|
713
848
|
certifications: string[] | null;
|
|
714
849
|
employmentHistory: {
|
|
715
850
|
description: string;
|
|
@@ -719,11 +854,63 @@ export declare const scrapeUserProfileResultSchema: z.ZodObject<{
|
|
|
719
854
|
languages: Record<string, string> | null;
|
|
720
855
|
portfolio: {
|
|
721
856
|
title: string;
|
|
722
|
-
description: string;
|
|
723
857
|
skills: string[];
|
|
858
|
+
description: string;
|
|
724
859
|
publishedDate: string;
|
|
725
860
|
}[] | null;
|
|
726
861
|
};
|
|
727
|
-
|
|
728
|
-
|
|
862
|
+
}>;
|
|
863
|
+
export declare const scrapeFeedResultSchema: import("zod").ZodObject<{
|
|
864
|
+
listings: import("zod").ZodArray<import("zod").ZodObject<{
|
|
865
|
+
uid: import("zod").ZodNullable<import("zod").ZodString>;
|
|
866
|
+
title: import("zod").ZodNullable<import("zod").ZodString>;
|
|
867
|
+
jobUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
868
|
+
datetime: import("zod").ZodNullable<import("zod").ZodString>;
|
|
869
|
+
isFeatured: import("zod").ZodNullable<import("zod").ZodBoolean>;
|
|
870
|
+
region: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"USOnly">, import("zod").ZodLiteral<"UKOnly">, import("zod").ZodLiteral<"Worldwide">]>>;
|
|
871
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
872
|
+
title: string | null;
|
|
873
|
+
datetime: string | null;
|
|
874
|
+
jobUrl: string | null;
|
|
875
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | null;
|
|
876
|
+
isFeatured: boolean | null;
|
|
877
|
+
uid: string | null;
|
|
878
|
+
}, {
|
|
879
|
+
title: string | null;
|
|
880
|
+
datetime: string | null;
|
|
881
|
+
jobUrl: string | null;
|
|
882
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | null;
|
|
883
|
+
isFeatured: boolean | null;
|
|
884
|
+
uid: string | null;
|
|
885
|
+
}>, "many">;
|
|
886
|
+
cookies: import("zod").ZodArray<import("zod").ZodAny, "many">;
|
|
887
|
+
region: import("zod").ZodUnion<[import("zod").ZodLiteral<"USOnly">, import("zod").ZodLiteral<"UKOnly">, import("zod").ZodLiteral<"Worldwide">]>;
|
|
888
|
+
usAccountCookies: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
|
|
889
|
+
ukAccountCookies: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
|
|
890
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
891
|
+
region: "USOnly" | "UKOnly" | "Worldwide";
|
|
892
|
+
cookies: any[];
|
|
893
|
+
listings: {
|
|
894
|
+
title: string | null;
|
|
895
|
+
datetime: string | null;
|
|
896
|
+
jobUrl: string | null;
|
|
897
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | null;
|
|
898
|
+
isFeatured: boolean | null;
|
|
899
|
+
uid: string | null;
|
|
900
|
+
}[];
|
|
901
|
+
usAccountCookies?: any[] | undefined;
|
|
902
|
+
ukAccountCookies?: any[] | undefined;
|
|
903
|
+
}, {
|
|
904
|
+
region: "USOnly" | "UKOnly" | "Worldwide";
|
|
905
|
+
cookies: any[];
|
|
906
|
+
listings: {
|
|
907
|
+
title: string | null;
|
|
908
|
+
datetime: string | null;
|
|
909
|
+
jobUrl: string | null;
|
|
910
|
+
region: "USOnly" | "UKOnly" | "Worldwide" | null;
|
|
911
|
+
isFeatured: boolean | null;
|
|
912
|
+
uid: string | null;
|
|
913
|
+
}[];
|
|
914
|
+
usAccountCookies?: any[] | undefined;
|
|
915
|
+
ukAccountCookies?: any[] | undefined;
|
|
729
916
|
}>;
|