lancer-shared 1.2.26 → 1.2.27
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 +19212 -11684
- package/dist/constants/account-status.d.ts +3 -0
- package/dist/constants/account-status.js +17 -0
- package/dist/constants/campaign-notifications.d.ts +2 -0
- package/dist/constants/collections.js +13 -11
- package/dist/constants/common-questions.js +4 -1
- package/dist/constants/index.js +32 -10
- package/dist/constants/job-filter-options.js +4 -1
- package/dist/constants/job-status.js +12 -7
- package/dist/constants/mappings/countryMapping.js +3 -1
- package/dist/constants/mappings/regionMapping.js +3 -1
- package/dist/constants/organization.d.ts +2 -2
- package/dist/constants/proxies.d.ts +4 -0
- package/dist/constants/routes.d.ts +12 -8
- package/dist/constants/routes.js +37 -39
- package/dist/constants/upwork-accounts.d.ts +1 -1
- package/dist/constants/upwork-accounts.js +6 -3
- package/dist/constants/upwork-filters.d.ts +5 -0
- package/dist/constants/upwork-filters.js +75 -0
- package/dist/index.d.ts +3 -3
- package/dist/index.js +20 -4
- package/dist/schemas/account/account-status.d.ts +2 -2
- package/dist/schemas/account/account-status.js +5 -2
- package/dist/schemas/account/bidder-account.d.ts +286 -36
- package/dist/schemas/account/bidder-account.js +24 -22
- package/dist/schemas/account/exceptions/index.d.ts +3 -0
- package/dist/schemas/account/exceptions/invalid-google-oauth-token.exception.d.ts +5 -0
- package/dist/schemas/account/exceptions/no-bidder-accounts-available.d.ts +5 -0
- package/dist/schemas/account/exceptions/no-bidder-accounts-available.exception.d.ts +5 -0
- package/dist/schemas/account/exceptions/no-google-oauth-tokens-found.exception.d.ts +5 -0
- package/dist/schemas/account/index.d.ts +4 -3
- package/dist/schemas/account/index.js +19 -3
- package/dist/schemas/account/manager-account.d.ts +116 -0
- package/dist/schemas/account/manager-account.js +38 -0
- package/dist/schemas/account/scraper-account.d.ts +7 -7
- package/dist/schemas/account/scraper-account.js +24 -21
- package/dist/schemas/ai/ai-config.js +11 -8
- package/dist/schemas/ai/index.js +19 -3
- package/dist/schemas/ai/proposal.js +13 -10
- package/dist/schemas/ai/suitability.js +11 -8
- package/dist/schemas/ai-config/ai-config.d.ts +39 -0
- package/dist/schemas/ai-config/ai-config.js +12 -0
- package/dist/schemas/ai-config/index.d.ts +1 -0
- package/dist/schemas/ai-config/index.js +17 -0
- package/dist/schemas/bid/bid-result.js +13 -9
- package/dist/schemas/bid/bid-status.d.ts +30 -0
- package/dist/schemas/bid/bid-status.js +15 -0
- package/dist/schemas/bid/bid.js +30 -29
- package/dist/schemas/bid/exceptions/base-exception.d.ts +4 -0
- package/dist/schemas/bid/exceptions/cloudflare-challenge-failed.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/delete-multilogin-profile.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/dropdown-option-not-present.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/element-not-clickable.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/evalaute-element.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/evaluate-function.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/evalute-element.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/get-multilogin-browser.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/incorrect-security-question-answer.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/index.d.ts +61 -0
- package/dist/schemas/bid/exceptions/init-browser.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/insufficient-connects.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/invalid-credentials.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/invalid-job-url.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/login-failed.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/multilogin-authentication.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/navigation-timeout.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/new-browser-page.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/new-page.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/open-new-url.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/parse-connects.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/proposal-error-alert.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/proposal-form-warning-alert.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/proposal-submit-failed.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/pupeteer-conection-error.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/question-pair-not-matching.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/select-agency.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/select-contractor.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/selector-not-found.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/typed-value-not-matching.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/typing-input-field.exception.d.ts +5 -0
- package/dist/schemas/bid/exceptions/wait-for-function-timeout.d.ts +5 -0
- package/dist/schemas/bid/exceptions/wait-for-function-timeout.exception.d.ts +5 -0
- package/dist/schemas/bid/index.d.ts +1 -0
- package/dist/schemas/bid/index.js +18 -2
- package/dist/schemas/bidding/index.d.ts +1 -0
- package/dist/schemas/bidding/index.js +17 -0
- package/dist/schemas/bidding/proposal-bidding-status.d.ts +26 -0
- package/dist/schemas/bidding/proposal-bidding-status.js +18 -0
- package/dist/schemas/bidding/proposal-dto.d.ts +26 -0
- package/dist/schemas/bidding/proposal-dto.js +18 -0
- package/dist/schemas/campaign/campaign-ai-metrics.js +8 -5
- package/dist/schemas/campaign/campaign-analytics.js +31 -32
- package/dist/schemas/campaign/campaign-expenses.js +8 -5
- package/dist/schemas/campaign/campaign-insights.js +30 -30
- package/dist/schemas/campaign/campaign-integrations.d.ts +0 -5
- package/dist/schemas/campaign/campaign-integrations.js +13 -10
- package/dist/schemas/campaign/campaign-job-count.js +6 -3
- package/dist/schemas/campaign/campaign-notifications.d.ts +9 -0
- package/dist/schemas/campaign/campaign.d.ts +171 -238
- package/dist/schemas/campaign/campaign.js +35 -32
- package/dist/schemas/campaign/index.d.ts +6 -6
- package/dist/schemas/campaign/index.js +23 -7
- package/dist/schemas/chat-message/chat-message.js +10 -7
- package/dist/schemas/chat-message/index.js +17 -1
- package/dist/schemas/config/agency-config.js +9 -6
- package/dist/schemas/config/index.js +17 -1
- package/dist/schemas/index.js +32 -17
- package/dist/schemas/job/index.js +19 -0
- package/dist/schemas/job/job-details.d.ts +335 -0
- package/dist/schemas/job/job-details.js +29 -0
- package/dist/schemas/job/job-note.d.ts +83 -0
- package/dist/schemas/job/job-note.js +30 -0
- package/dist/schemas/job/job-pipeline.d.ts +74 -0
- package/dist/schemas/job/job-pipeline.js +29 -0
- package/dist/schemas/job/job-status.d.ts +3 -0
- package/dist/schemas/job/job-status.js +27 -0
- package/dist/schemas/job/job-suitability.d.ts +12 -0
- package/dist/schemas/job/job-suitability.js +13 -0
- package/dist/schemas/job/job.d.ts +1160 -0
- package/dist/schemas/job/job.js +90 -0
- package/dist/schemas/job/pipeline-job.d.ts +608 -0
- package/dist/schemas/job/pipeline-job.js +43 -0
- package/dist/schemas/job/upwork-job.d.ts +334 -0
- package/dist/schemas/job/upwork-job.js +60 -0
- package/dist/schemas/job-filters/index.js +17 -1
- package/dist/schemas/job-filters/job-filters.js +65 -62
- package/dist/schemas/knowledge-object/index.d.ts +1 -0
- package/dist/schemas/knowledge-object/index.js +17 -0
- package/dist/schemas/knowledge-object/knowledge-object.d.ts +128 -0
- package/dist/schemas/knowledge-object/knowledge-object.js +47 -0
- package/dist/schemas/lead/index.js +19 -173
- package/dist/schemas/lead/lead-note.js +16 -13
- package/dist/schemas/lead/lead-status.js +6 -3
- package/dist/schemas/lead/lead.d.ts +1897 -0
- package/dist/schemas/lead/lead.js +143 -0
- package/dist/schemas/logger/index.js +17 -1
- package/dist/schemas/logger/log-event.d.ts +18 -17
- package/dist/schemas/logger/log-event.js +49 -100
- package/dist/schemas/organization/index.d.ts +9 -66
- package/dist/schemas/organization/index.js +17 -70
- package/dist/schemas/organization/organization.d.ts +7 -177
- package/dist/schemas/organization/organization.js +17 -14
- package/dist/schemas/proxy/index.js +17 -3
- package/dist/schemas/proxy/proxy.js +19 -25
- package/dist/schemas/saved-search/index.js +11 -8
- package/dist/schemas/scraper/index.js +18 -2
- package/dist/schemas/scraper/scrape-payload.d.ts +65 -60
- package/dist/schemas/scraper/scrape-payload.js +14 -19
- package/dist/schemas/scraper/scrape-response.d.ts +345 -0
- package/dist/schemas/scraper/scrape-response.js +9 -0
- package/dist/schemas/scraper/scrape-result.js +21 -21
- package/dist/schemas/shared.js +9 -12
- package/dist/schemas/time-filter/index.js +8 -5
- package/dist/schemas/upwork-account/index.d.ts +3 -0
- package/dist/schemas/upwork-account/index.js +19 -0
- package/dist/schemas/upwork-account/upwork-account-status.d.ts +2 -0
- package/dist/schemas/upwork-account/upwork-account-status.js +11 -0
- package/dist/schemas/upwork-account/upwork-business-manager-account.d.ts +95 -0
- package/dist/schemas/upwork-account/upwork-business-manager-account.js +35 -0
- package/dist/schemas/upwork-account/upwork-scraper-account.d.ts +92 -0
- package/dist/schemas/upwork-account/upwork-scraper-account.js +31 -0
- package/dist/schemas/upwork-account/upwork-scraping-account.d.ts +90 -0
- package/dist/schemas/upwork-account/upwork-scraping-account.js +30 -0
- package/dist/schemas/user/index.js +41 -38
- package/dist/types/account/account-status.js +2 -1
- package/dist/types/account/bidder-account.js +2 -1
- package/dist/types/account/index.js +19 -3
- package/dist/types/account/manager-account.d.ts +7 -0
- package/dist/types/account/manager-account.js +2 -0
- package/dist/types/account/scraper-account.js +2 -1
- package/dist/types/ai/ai-config.js +2 -1
- package/dist/types/ai/index.js +19 -3
- package/dist/types/ai/proposal.js +2 -1
- package/dist/types/ai/suitability.js +2 -1
- package/dist/types/ai-config/ai-config.d.ts +6 -0
- package/dist/types/ai-config/ai-config.js +2 -0
- package/dist/types/ai-config/index.d.ts +1 -0
- package/dist/types/ai-config/index.js +17 -0
- package/dist/types/bid/bid-result.js +2 -1
- package/dist/types/bid/bid-status.d.ts +5 -0
- package/dist/types/bid/bid-status.js +2 -0
- package/dist/types/bid/bid.js +2 -1
- package/dist/types/bid/index.js +18 -2
- package/dist/types/bidding/index.d.ts +1 -0
- package/dist/types/bidding/index.js +17 -0
- package/dist/types/bidding/proposal-bidding-status.d.ts +3 -0
- package/dist/types/bidding/proposal-bidding-status.js +2 -0
- package/dist/types/bidding/proposal-dto.d.ts +3 -0
- package/dist/types/bidding/proposal-dto.js +2 -0
- package/dist/types/campaign/campaign-analytics.js +2 -1
- package/dist/types/campaign/campaign-expenses.js +2 -1
- package/dist/types/campaign/campaign-insights.d.ts +1 -2
- package/dist/types/campaign/campaign-insights.js +2 -1
- package/dist/types/campaign/campaign-integrations.js +2 -1
- package/dist/types/campaign/campaign-job-count.js +2 -1
- package/dist/types/campaign/campaign-notifications.d.ts +7 -0
- package/dist/types/campaign/campaign.d.ts +5 -6
- package/dist/types/campaign/campaign.js +2 -1
- package/dist/types/campaign/index.d.ts +3 -6
- package/dist/types/campaign/index.js +22 -6
- package/dist/types/chat-message/chat-message.js +2 -1
- package/dist/types/chat-message/index.js +17 -1
- package/dist/types/config/agency-config.js +2 -1
- package/dist/types/config/index.js +17 -1
- package/dist/types/index.js +29 -15
- package/dist/types/job/index.js +19 -3
- package/dist/types/job/job-details.d.ts +36 -0
- package/dist/types/job/job-details.js +2 -0
- package/dist/types/job/job-note.js +2 -1
- package/dist/types/job/job-pipeline.d.ts +4 -0
- package/dist/types/job/job-pipeline.js +2 -0
- package/dist/types/job/job-status.js +4 -1
- package/dist/types/job/job-suitability.d.ts +3 -0
- package/dist/types/job/job-suitability.js +2 -0
- package/dist/types/job/job.d.ts +36 -0
- package/dist/types/job/job.js +2 -0
- package/dist/types/job-filters/index.js +17 -1
- package/dist/types/job-filters/job-filters.js +2 -1
- package/dist/types/knowledge-object/index.d.ts +1 -0
- package/dist/types/knowledge-object/index.js +17 -0
- package/dist/types/knowledge-object/knowledge-object.d.ts +4 -0
- package/dist/types/knowledge-object/knowledge-object.js +2 -0
- package/dist/types/logger/index.js +17 -1
- package/dist/types/logger/log-event.d.ts +5 -4
- package/dist/types/logger/log-event.js +2 -1
- package/dist/types/saved-search/index.js +2 -1
- package/dist/types/scraper/index.js +18 -2
- package/dist/types/scraper/scrape-payload.js +2 -1
- package/dist/types/scraper/scrape-response.d.ts +4 -0
- package/dist/types/scraper/scrape-response.js +2 -0
- package/dist/types/scraper/scrape-result.js +2 -1
- package/dist/types/time-filter/index.js +2 -1
- package/dist/types/upwork-account/index.d.ts +3 -0
- package/dist/types/upwork-account/index.js +19 -0
- package/dist/types/upwork-account/upwork-account-status.d.ts +3 -0
- package/dist/types/upwork-account/upwork-account-status.js +2 -0
- package/dist/types/upwork-account/upwork-business-manager-account.d.ts +7 -0
- package/dist/types/upwork-account/upwork-business-manager-account.js +2 -0
- package/dist/types/upwork-account/upwork-scraping-account.d.ts +5 -0
- package/dist/types/upwork-account/upwork-scraping-account.js +2 -0
- package/dist/types/user/index.js +2 -1
- package/dist/utils/index.js +17 -1
- package/dist/utils/try-catch.js +23 -8
- package/package.json +1 -1
- package/dist/schemas/event/index.d.ts +0 -58
- package/dist/schemas/lead/nuxt.js +0 -287
- package/dist/schemas/meter-event/index.d.ts +0 -12
- package/dist/schemas/organization/member.js +0 -7
- package/dist/schemas/organization/subscription.js +0 -17
- package/dist/schemas/proxy/proxy-available-replacements.js +0 -3
- package/dist/schemas/proxy/proxy-country.js +0 -249
- package/dist/schemas/tier/index.d.ts +0 -119
- package/dist/schemas/transaction/index.js +0 -17
- package/dist/schemas/usage/index.js +0 -18
- package/dist/types/job/nuxt.js +0 -1
- package/dist/types/shared.js +0 -1
- package/dist/types/transaction/index.js +0 -1
- package/dist/types/usage/index.js +0 -1
|
@@ -1,126 +1,376 @@
|
|
|
1
|
-
import { z } from
|
|
1
|
+
import { z } from 'zod';
|
|
2
2
|
export declare const bidderAccountProvider: z.ZodEnum<["user-provided", "lancer-provided"]>;
|
|
3
|
+
export declare const bidderAccountCredentialsStatus: z.ZodEnum<["pending_verification", "verified", "invalid"]>;
|
|
4
|
+
export declare const bidderAccountAgencySchema: z.ZodObject<{
|
|
5
|
+
name: z.ZodString;
|
|
6
|
+
logoUrl: z.ZodNullable<z.ZodString>;
|
|
7
|
+
contractors: z.ZodArray<z.ZodString, "many">;
|
|
8
|
+
organizationId: z.ZodString;
|
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
name: string;
|
|
11
|
+
logoUrl: string | null;
|
|
12
|
+
contractors: string[];
|
|
13
|
+
organizationId: string;
|
|
14
|
+
}, {
|
|
15
|
+
name: string;
|
|
16
|
+
logoUrl: string | null;
|
|
17
|
+
contractors: string[];
|
|
18
|
+
organizationId: string;
|
|
19
|
+
}>;
|
|
3
20
|
export declare const bidderAccountSchema: z.ZodObject<{
|
|
4
21
|
id: z.ZodString;
|
|
5
22
|
provider: z.ZodEnum<["user-provided", "lancer-provided"]>;
|
|
6
23
|
email: z.ZodString;
|
|
7
24
|
password: z.ZodString;
|
|
8
|
-
|
|
9
|
-
status: z.ZodEnum<["verification_required", "shadow_banned", "healthy", "banned", "suspended"]>;
|
|
10
|
-
verified: z.ZodBoolean;
|
|
11
|
-
isActive: z.ZodBoolean;
|
|
25
|
+
securityQuestionAnswer: z.ZodNullable<z.ZodString>;
|
|
12
26
|
assignedOrganizations: z.ZodArray<z.ZodString, "many">;
|
|
27
|
+
googleOauthTokens: z.ZodNullable<z.ZodAny>;
|
|
13
28
|
lastUsed: z.ZodNullable<z.ZodNumber>;
|
|
14
29
|
multiLoginProfileId: z.ZodNullable<z.ZodString>;
|
|
15
30
|
proxyId: z.ZodNullable<z.ZodString>;
|
|
31
|
+
profilePhotoUrl: z.ZodNullable<z.ZodString>;
|
|
32
|
+
name: z.ZodNullable<z.ZodString>;
|
|
33
|
+
agencies: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
34
|
+
name: z.ZodString;
|
|
35
|
+
logoUrl: z.ZodNullable<z.ZodString>;
|
|
36
|
+
contractors: z.ZodArray<z.ZodString, "many">;
|
|
37
|
+
organizationId: z.ZodString;
|
|
38
|
+
}, "strip", z.ZodTypeAny, {
|
|
39
|
+
name: string;
|
|
40
|
+
logoUrl: string | null;
|
|
41
|
+
contractors: string[];
|
|
42
|
+
organizationId: string;
|
|
43
|
+
}, {
|
|
44
|
+
name: string;
|
|
45
|
+
logoUrl: string | null;
|
|
46
|
+
contractors: string[];
|
|
47
|
+
organizationId: string;
|
|
48
|
+
}>, "many">>;
|
|
16
49
|
createdAt: z.ZodNumber;
|
|
17
50
|
updatedAt: z.ZodNumber;
|
|
18
51
|
}, "strip", z.ZodTypeAny, {
|
|
52
|
+
name: string | null;
|
|
19
53
|
id: string;
|
|
20
54
|
provider: "user-provided" | "lancer-provided";
|
|
21
55
|
email: string;
|
|
22
56
|
password: string;
|
|
23
|
-
|
|
24
|
-
status: "verification_required" | "shadow_banned" | "healthy" | "banned" | "suspended";
|
|
25
|
-
verified: boolean;
|
|
26
|
-
isActive: boolean;
|
|
57
|
+
securityQuestionAnswer: string | null;
|
|
27
58
|
assignedOrganizations: string[];
|
|
28
59
|
lastUsed: number | null;
|
|
29
60
|
multiLoginProfileId: string | null;
|
|
30
61
|
proxyId: string | null;
|
|
62
|
+
profilePhotoUrl: string | null;
|
|
63
|
+
agencies: {
|
|
64
|
+
name: string;
|
|
65
|
+
logoUrl: string | null;
|
|
66
|
+
contractors: string[];
|
|
67
|
+
organizationId: string;
|
|
68
|
+
}[] | null;
|
|
31
69
|
createdAt: number;
|
|
32
70
|
updatedAt: number;
|
|
71
|
+
googleOauthTokens?: any;
|
|
33
72
|
}, {
|
|
73
|
+
name: string | null;
|
|
34
74
|
id: string;
|
|
35
75
|
provider: "user-provided" | "lancer-provided";
|
|
36
76
|
email: string;
|
|
37
77
|
password: string;
|
|
38
|
-
|
|
39
|
-
status: "verification_required" | "shadow_banned" | "healthy" | "banned" | "suspended";
|
|
40
|
-
verified: boolean;
|
|
41
|
-
isActive: boolean;
|
|
78
|
+
securityQuestionAnswer: string | null;
|
|
42
79
|
assignedOrganizations: string[];
|
|
43
80
|
lastUsed: number | null;
|
|
44
81
|
multiLoginProfileId: string | null;
|
|
45
82
|
proxyId: string | null;
|
|
83
|
+
profilePhotoUrl: string | null;
|
|
84
|
+
agencies: {
|
|
85
|
+
name: string;
|
|
86
|
+
logoUrl: string | null;
|
|
87
|
+
contractors: string[];
|
|
88
|
+
organizationId: string;
|
|
89
|
+
}[] | null;
|
|
46
90
|
createdAt: number;
|
|
47
91
|
updatedAt: number;
|
|
92
|
+
googleOauthTokens?: any;
|
|
48
93
|
}>;
|
|
49
94
|
export declare const createBidderAccountSchema: z.ZodObject<Pick<{
|
|
50
95
|
id: z.ZodString;
|
|
51
96
|
provider: z.ZodEnum<["user-provided", "lancer-provided"]>;
|
|
52
97
|
email: z.ZodString;
|
|
53
98
|
password: z.ZodString;
|
|
54
|
-
|
|
55
|
-
status: z.ZodEnum<["verification_required", "shadow_banned", "healthy", "banned", "suspended"]>;
|
|
56
|
-
verified: z.ZodBoolean;
|
|
57
|
-
isActive: z.ZodBoolean;
|
|
99
|
+
securityQuestionAnswer: z.ZodNullable<z.ZodString>;
|
|
58
100
|
assignedOrganizations: z.ZodArray<z.ZodString, "many">;
|
|
101
|
+
googleOauthTokens: z.ZodNullable<z.ZodAny>;
|
|
59
102
|
lastUsed: z.ZodNullable<z.ZodNumber>;
|
|
60
103
|
multiLoginProfileId: z.ZodNullable<z.ZodString>;
|
|
61
104
|
proxyId: z.ZodNullable<z.ZodString>;
|
|
105
|
+
profilePhotoUrl: z.ZodNullable<z.ZodString>;
|
|
106
|
+
name: z.ZodNullable<z.ZodString>;
|
|
107
|
+
agencies: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
108
|
+
name: z.ZodString;
|
|
109
|
+
logoUrl: z.ZodNullable<z.ZodString>;
|
|
110
|
+
contractors: z.ZodArray<z.ZodString, "many">;
|
|
111
|
+
organizationId: z.ZodString;
|
|
112
|
+
}, "strip", z.ZodTypeAny, {
|
|
113
|
+
name: string;
|
|
114
|
+
logoUrl: string | null;
|
|
115
|
+
contractors: string[];
|
|
116
|
+
organizationId: string;
|
|
117
|
+
}, {
|
|
118
|
+
name: string;
|
|
119
|
+
logoUrl: string | null;
|
|
120
|
+
contractors: string[];
|
|
121
|
+
organizationId: string;
|
|
122
|
+
}>, "many">>;
|
|
62
123
|
createdAt: z.ZodNumber;
|
|
63
124
|
updatedAt: z.ZodNumber;
|
|
64
|
-
}, "provider" | "email" | "password" | "
|
|
125
|
+
}, "name" | "provider" | "email" | "password" | "securityQuestionAnswer" | "assignedOrganizations" | "profilePhotoUrl" | "agencies">, "strip", z.ZodTypeAny, {
|
|
126
|
+
name: string | null;
|
|
65
127
|
provider: "user-provided" | "lancer-provided";
|
|
66
128
|
email: string;
|
|
67
129
|
password: string;
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
130
|
+
securityQuestionAnswer: string | null;
|
|
131
|
+
assignedOrganizations: string[];
|
|
132
|
+
profilePhotoUrl: string | null;
|
|
133
|
+
agencies: {
|
|
134
|
+
name: string;
|
|
135
|
+
logoUrl: string | null;
|
|
136
|
+
contractors: string[];
|
|
137
|
+
organizationId: string;
|
|
138
|
+
}[] | null;
|
|
71
139
|
}, {
|
|
140
|
+
name: string | null;
|
|
72
141
|
provider: "user-provided" | "lancer-provided";
|
|
73
142
|
email: string;
|
|
74
143
|
password: string;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
144
|
+
securityQuestionAnswer: string | null;
|
|
145
|
+
assignedOrganizations: string[];
|
|
146
|
+
profilePhotoUrl: string | null;
|
|
147
|
+
agencies: {
|
|
148
|
+
name: string;
|
|
149
|
+
logoUrl: string | null;
|
|
150
|
+
contractors: string[];
|
|
151
|
+
organizationId: string;
|
|
152
|
+
}[] | null;
|
|
78
153
|
}>;
|
|
79
154
|
export declare const updateBidderAccountSchema: z.ZodObject<{
|
|
155
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
80
156
|
provider: z.ZodOptional<z.ZodEnum<["user-provided", "lancer-provided"]>>;
|
|
81
157
|
email: z.ZodOptional<z.ZodString>;
|
|
82
158
|
password: z.ZodOptional<z.ZodString>;
|
|
83
|
-
|
|
84
|
-
status: z.ZodOptional<z.ZodEnum<["verification_required", "shadow_banned", "healthy", "banned", "suspended"]>>;
|
|
85
|
-
verified: z.ZodOptional<z.ZodBoolean>;
|
|
86
|
-
isActive: z.ZodOptional<z.ZodBoolean>;
|
|
159
|
+
securityQuestionAnswer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
87
160
|
assignedOrganizations: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
161
|
+
googleOauthTokens: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
|
88
162
|
lastUsed: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
89
163
|
multiLoginProfileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
90
164
|
proxyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
165
|
+
profilePhotoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
166
|
+
agencies: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
167
|
+
name: z.ZodString;
|
|
168
|
+
logoUrl: z.ZodNullable<z.ZodString>;
|
|
169
|
+
contractors: z.ZodArray<z.ZodString, "many">;
|
|
170
|
+
organizationId: z.ZodString;
|
|
171
|
+
}, "strip", z.ZodTypeAny, {
|
|
172
|
+
name: string;
|
|
173
|
+
logoUrl: string | null;
|
|
174
|
+
contractors: string[];
|
|
175
|
+
organizationId: string;
|
|
176
|
+
}, {
|
|
177
|
+
name: string;
|
|
178
|
+
logoUrl: string | null;
|
|
179
|
+
contractors: string[];
|
|
180
|
+
organizationId: string;
|
|
181
|
+
}>, "many">>>;
|
|
91
182
|
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
92
183
|
updatedAt: z.ZodOptional<z.ZodNumber>;
|
|
93
184
|
}, "strip", z.ZodTypeAny, {
|
|
185
|
+
name?: string | null | undefined;
|
|
94
186
|
provider?: "user-provided" | "lancer-provided" | undefined;
|
|
95
187
|
email?: string | undefined;
|
|
96
188
|
password?: string | undefined;
|
|
97
|
-
|
|
98
|
-
status?: "verification_required" | "shadow_banned" | "healthy" | "banned" | "suspended" | undefined;
|
|
99
|
-
verified?: boolean | undefined;
|
|
100
|
-
isActive?: boolean | undefined;
|
|
189
|
+
securityQuestionAnswer?: string | null | undefined;
|
|
101
190
|
assignedOrganizations?: string[] | undefined;
|
|
191
|
+
googleOauthTokens?: any;
|
|
102
192
|
lastUsed?: number | null | undefined;
|
|
103
193
|
multiLoginProfileId?: string | null | undefined;
|
|
104
194
|
proxyId?: string | null | undefined;
|
|
195
|
+
profilePhotoUrl?: string | null | undefined;
|
|
196
|
+
agencies?: {
|
|
197
|
+
name: string;
|
|
198
|
+
logoUrl: string | null;
|
|
199
|
+
contractors: string[];
|
|
200
|
+
organizationId: string;
|
|
201
|
+
}[] | null | undefined;
|
|
105
202
|
createdAt?: number | undefined;
|
|
106
203
|
updatedAt?: number | undefined;
|
|
107
204
|
}, {
|
|
205
|
+
name?: string | null | undefined;
|
|
108
206
|
provider?: "user-provided" | "lancer-provided" | undefined;
|
|
109
207
|
email?: string | undefined;
|
|
110
208
|
password?: string | undefined;
|
|
111
|
-
|
|
112
|
-
status?: "verification_required" | "shadow_banned" | "healthy" | "banned" | "suspended" | undefined;
|
|
113
|
-
verified?: boolean | undefined;
|
|
114
|
-
isActive?: boolean | undefined;
|
|
209
|
+
securityQuestionAnswer?: string | null | undefined;
|
|
115
210
|
assignedOrganizations?: string[] | undefined;
|
|
211
|
+
googleOauthTokens?: any;
|
|
116
212
|
lastUsed?: number | null | undefined;
|
|
117
213
|
multiLoginProfileId?: string | null | undefined;
|
|
118
214
|
proxyId?: string | null | undefined;
|
|
215
|
+
profilePhotoUrl?: string | null | undefined;
|
|
216
|
+
agencies?: {
|
|
217
|
+
name: string;
|
|
218
|
+
logoUrl: string | null;
|
|
219
|
+
contractors: string[];
|
|
220
|
+
organizationId: string;
|
|
221
|
+
}[] | null | undefined;
|
|
119
222
|
createdAt?: number | undefined;
|
|
120
223
|
updatedAt?: number | undefined;
|
|
121
224
|
}>;
|
|
225
|
+
export declare const verifyBidderAccountCredentialsSchema: z.ZodObject<{
|
|
226
|
+
email: z.ZodString;
|
|
227
|
+
password: z.ZodString;
|
|
228
|
+
securityQuestionAnswer: z.ZodString;
|
|
229
|
+
multiloginProfileId: z.ZodString;
|
|
230
|
+
proxy: z.ZodObject<{
|
|
231
|
+
id: z.ZodString;
|
|
232
|
+
externalId: z.ZodString;
|
|
233
|
+
host: z.ZodString;
|
|
234
|
+
port: z.ZodNumber;
|
|
235
|
+
username: z.ZodString;
|
|
236
|
+
password: z.ZodString;
|
|
237
|
+
provider: z.ZodEnum<["webshare"]>;
|
|
238
|
+
fraudScore: z.ZodNullable<z.ZodNumber>;
|
|
239
|
+
claimedCountry: z.ZodEnum<["US", "CA", "GB", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SK", "SI", "SB", "SO", "ZA", "GS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"]>;
|
|
240
|
+
status: z.ZodNullable<z.ZodEnum<["invalid", "valid", "pending_validation"]>>;
|
|
241
|
+
country: z.ZodNullable<z.ZodEnum<["US", "CA", "GB", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SK", "SI", "SB", "SO", "ZA", "GS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"]>>;
|
|
242
|
+
bidderId: z.ZodNullable<z.ZodString>;
|
|
243
|
+
}, "strip", z.ZodTypeAny, {
|
|
244
|
+
status: "invalid" | "valid" | "pending_validation" | null;
|
|
245
|
+
id: string;
|
|
246
|
+
provider: "webshare";
|
|
247
|
+
password: string;
|
|
248
|
+
externalId: string;
|
|
249
|
+
host: string;
|
|
250
|
+
port: number;
|
|
251
|
+
username: string;
|
|
252
|
+
fraudScore: number | null;
|
|
253
|
+
claimedCountry: "US" | "CA" | "GB" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW";
|
|
254
|
+
country: "US" | "CA" | "GB" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW" | null;
|
|
255
|
+
bidderId: string | null;
|
|
256
|
+
}, {
|
|
257
|
+
status: "invalid" | "valid" | "pending_validation" | null;
|
|
258
|
+
id: string;
|
|
259
|
+
provider: "webshare";
|
|
260
|
+
password: string;
|
|
261
|
+
externalId: string;
|
|
262
|
+
host: string;
|
|
263
|
+
port: number;
|
|
264
|
+
username: string;
|
|
265
|
+
fraudScore: number | null;
|
|
266
|
+
claimedCountry: "US" | "CA" | "GB" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW";
|
|
267
|
+
country: "US" | "CA" | "GB" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW" | null;
|
|
268
|
+
bidderId: string | null;
|
|
269
|
+
}>;
|
|
270
|
+
}, "strip", z.ZodTypeAny, {
|
|
271
|
+
email: string;
|
|
272
|
+
password: string;
|
|
273
|
+
securityQuestionAnswer: string;
|
|
274
|
+
multiloginProfileId: string;
|
|
275
|
+
proxy: {
|
|
276
|
+
status: "invalid" | "valid" | "pending_validation" | null;
|
|
277
|
+
id: string;
|
|
278
|
+
provider: "webshare";
|
|
279
|
+
password: string;
|
|
280
|
+
externalId: string;
|
|
281
|
+
host: string;
|
|
282
|
+
port: number;
|
|
283
|
+
username: string;
|
|
284
|
+
fraudScore: number | null;
|
|
285
|
+
claimedCountry: "US" | "CA" | "GB" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW";
|
|
286
|
+
country: "US" | "CA" | "GB" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW" | null;
|
|
287
|
+
bidderId: string | null;
|
|
288
|
+
};
|
|
289
|
+
}, {
|
|
290
|
+
email: string;
|
|
291
|
+
password: string;
|
|
292
|
+
securityQuestionAnswer: string;
|
|
293
|
+
multiloginProfileId: string;
|
|
294
|
+
proxy: {
|
|
295
|
+
status: "invalid" | "valid" | "pending_validation" | null;
|
|
296
|
+
id: string;
|
|
297
|
+
provider: "webshare";
|
|
298
|
+
password: string;
|
|
299
|
+
externalId: string;
|
|
300
|
+
host: string;
|
|
301
|
+
port: number;
|
|
302
|
+
username: string;
|
|
303
|
+
fraudScore: number | null;
|
|
304
|
+
claimedCountry: "US" | "CA" | "GB" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW";
|
|
305
|
+
country: "US" | "CA" | "GB" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW" | null;
|
|
306
|
+
bidderId: string | null;
|
|
307
|
+
};
|
|
308
|
+
}>;
|
|
309
|
+
export declare const verifyBidderAccountCredentialsResponseSchema: z.ZodObject<{
|
|
310
|
+
accountName: z.ZodNullable<z.ZodString>;
|
|
311
|
+
accountPhotoUrl: z.ZodNullable<z.ZodString>;
|
|
312
|
+
agencies: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
313
|
+
name: z.ZodString;
|
|
314
|
+
logoUrl: z.ZodNullable<z.ZodString>;
|
|
315
|
+
contractors: z.ZodArray<z.ZodString, "many">;
|
|
316
|
+
organizationId: z.ZodString;
|
|
317
|
+
}, "strip", z.ZodTypeAny, {
|
|
318
|
+
name: string;
|
|
319
|
+
logoUrl: string | null;
|
|
320
|
+
contractors: string[];
|
|
321
|
+
organizationId: string;
|
|
322
|
+
}, {
|
|
323
|
+
name: string;
|
|
324
|
+
logoUrl: string | null;
|
|
325
|
+
contractors: string[];
|
|
326
|
+
organizationId: string;
|
|
327
|
+
}>, "many">>;
|
|
328
|
+
}, "strip", z.ZodTypeAny, {
|
|
329
|
+
agencies: {
|
|
330
|
+
name: string;
|
|
331
|
+
logoUrl: string | null;
|
|
332
|
+
contractors: string[];
|
|
333
|
+
organizationId: string;
|
|
334
|
+
}[] | null;
|
|
335
|
+
accountName: string | null;
|
|
336
|
+
accountPhotoUrl: string | null;
|
|
337
|
+
}, {
|
|
338
|
+
agencies: {
|
|
339
|
+
name: string;
|
|
340
|
+
logoUrl: string | null;
|
|
341
|
+
contractors: string[];
|
|
342
|
+
organizationId: string;
|
|
343
|
+
}[] | null;
|
|
344
|
+
accountName: string | null;
|
|
345
|
+
accountPhotoUrl: string | null;
|
|
346
|
+
}>;
|
|
347
|
+
export declare const acceptUpworkInvitationSchema: z.ZodObject<{
|
|
348
|
+
code: z.ZodString;
|
|
349
|
+
}, "strip", z.ZodTypeAny, {
|
|
350
|
+
code: string;
|
|
351
|
+
}, {
|
|
352
|
+
code: string;
|
|
353
|
+
}>;
|
|
354
|
+
export declare const acceptUpworkInvitationResponseSchema: z.ZodObject<{
|
|
355
|
+
agencyName: z.ZodString;
|
|
356
|
+
photoUrl: z.ZodString;
|
|
357
|
+
contractors: z.ZodArray<z.ZodString, "many">;
|
|
358
|
+
}, "strip", z.ZodTypeAny, {
|
|
359
|
+
contractors: string[];
|
|
360
|
+
agencyName: string;
|
|
361
|
+
photoUrl: string;
|
|
362
|
+
}, {
|
|
363
|
+
contractors: string[];
|
|
364
|
+
agencyName: string;
|
|
365
|
+
photoUrl: string;
|
|
366
|
+
}>;
|
|
122
367
|
export interface BidderAccount extends z.infer<typeof bidderAccountSchema> {
|
|
123
368
|
}
|
|
124
369
|
export type BidderAccountProvider = z.infer<typeof bidderAccountProvider>;
|
|
125
370
|
export type CreateBidderAccount = z.infer<typeof createBidderAccountSchema>;
|
|
126
371
|
export type UpdateBidderAccount = z.infer<typeof updateBidderAccountSchema>;
|
|
372
|
+
export type VerifyBidderAccountCredentials = z.infer<typeof verifyBidderAccountCredentialsSchema>;
|
|
373
|
+
export type VerifyBidderAccountCredentialsResponse = z.infer<typeof verifyBidderAccountCredentialsResponseSchema>;
|
|
374
|
+
export type BidderAccountAgency = z.infer<typeof bidderAccountAgencySchema>;
|
|
375
|
+
export type AcceptUpworkInvitation = z.infer<typeof acceptUpworkInvitationSchema>;
|
|
376
|
+
export type AcceptUpworkInvitationResponse = z.infer<typeof acceptUpworkInvitationResponseSchema>;
|
|
@@ -1,26 +1,28 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.updateBidderAccountSchema = exports.createBidderAccountSchema = exports.bidderAccountSchema = exports.bidderAccountProvider = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const account_status_1 = require("./account-status");
|
|
6
|
+
exports.bidderAccountProvider = zod_1.z.enum([
|
|
7
|
+
'user-provided',
|
|
8
|
+
'lancer-provided',
|
|
6
9
|
]);
|
|
7
|
-
|
|
8
|
-
id: z.string(),
|
|
9
|
-
provider: bidderAccountProvider,
|
|
10
|
-
email: z.string().email(),
|
|
11
|
-
password: z.string(),
|
|
12
|
-
cookies: z.array(z.any()).nullable(),
|
|
13
|
-
status: accountStatusSchema,
|
|
14
|
-
verified: z.boolean(),
|
|
15
|
-
isActive: z.boolean(),
|
|
16
|
-
assignedOrganizations: z.array(z.string()),
|
|
17
|
-
lastUsed: z.number().nullable(),
|
|
18
|
-
multiLoginProfileId: z.string().nullable(),
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
updatedAt: z.number(),
|
|
10
|
+
exports.bidderAccountSchema = zod_1.z.object({
|
|
11
|
+
id: zod_1.z.string(),
|
|
12
|
+
provider: exports.bidderAccountProvider,
|
|
13
|
+
email: zod_1.z.string().email(),
|
|
14
|
+
password: zod_1.z.string(),
|
|
15
|
+
cookies: zod_1.z.array(zod_1.z.any()).nullable(),
|
|
16
|
+
status: account_status_1.accountStatusSchema,
|
|
17
|
+
verified: zod_1.z.boolean(),
|
|
18
|
+
isActive: zod_1.z.boolean(),
|
|
19
|
+
assignedOrganizations: zod_1.z.array(zod_1.z.string()),
|
|
20
|
+
lastUsed: zod_1.z.number().nullable(),
|
|
21
|
+
multiLoginProfileId: zod_1.z.string().nullable(),
|
|
22
|
+
createdAt: zod_1.z.number(),
|
|
23
|
+
updatedAt: zod_1.z.number(),
|
|
22
24
|
});
|
|
23
|
-
|
|
25
|
+
exports.createBidderAccountSchema = exports.bidderAccountSchema.pick({
|
|
24
26
|
email: true,
|
|
25
27
|
password: true,
|
|
26
28
|
provider: true,
|
|
@@ -28,7 +30,7 @@ export const createBidderAccountSchema = bidderAccountSchema.pick({
|
|
|
28
30
|
verified: true,
|
|
29
31
|
isActive: true,
|
|
30
32
|
});
|
|
31
|
-
|
|
33
|
+
exports.updateBidderAccountSchema = exports.bidderAccountSchema
|
|
32
34
|
.omit({
|
|
33
35
|
id: true,
|
|
34
36
|
})
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare class NoBidderAccountsAvailableException extends Error {
|
|
2
|
+
readonly code = "NO_BIDDER_ACCOUNTS_AVAILABLE";
|
|
3
|
+
constructor(message: string);
|
|
4
|
+
}
|
|
5
|
+
export declare const noBidderAccountsAvailableException: (message: string) => NoBidderAccountsAvailableException;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare class NoBidderAccountsAvailableException extends Error {
|
|
2
|
+
readonly code = "NO_BIDDER_ACCOUNTS_AVAILABLE";
|
|
3
|
+
constructor(message: string);
|
|
4
|
+
}
|
|
5
|
+
export declare const noBidderAccountsAvailableException: (message: string) => NoBidderAccountsAvailableException;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export * from './account-status';
|
|
2
|
+
export * from './bidder-account';
|
|
3
|
+
export * from './exceptions';
|
|
4
|
+
export * from './scraper-account';
|
|
@@ -1,3 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./account-status"), exports);
|
|
18
|
+
__exportStar(require("./bidder-account"), exports);
|
|
19
|
+
__exportStar(require("./scraper-account"), exports);
|