lancer-shared 1.2.302 → 1.2.303
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 +1 -0
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +1 -0
- package/dist/bundle.esm.js.map +1 -1
- package/dist/schemas/account/bidder-account.d.ts +40 -40
- package/dist/schemas/account/scraper-account.d.ts +27 -27
- package/dist/schemas/agent/index.d.ts +273 -273
- package/dist/schemas/agent/proposal.d.ts +4 -4
- package/dist/schemas/bidder/bid.d.ts +2358 -2358
- package/dist/schemas/campaign/campaign-analytics.d.ts +1404 -1404
- package/dist/schemas/campaign/campaign-chat-bot.d.ts +24 -24
- package/dist/schemas/campaign/campaign-expenses.d.ts +2 -2
- package/dist/schemas/campaign/campaign-insights.d.ts +12 -12
- package/dist/schemas/campaign/campaign.d.ts +566 -566
- package/dist/schemas/campaign/sequence/boost-node.d.ts +2 -2
- package/dist/schemas/campaign/sequence/client-size-node.d.ts +8 -8
- package/dist/schemas/campaign/sequence/client-spent-node.d.ts +16 -16
- package/dist/schemas/campaign/sequence/hire-rate-node.d.ts +16 -16
- package/dist/schemas/campaign/sequence/hourly-rate-node.d.ts +16 -16
- package/dist/schemas/campaign/sequence/rating-node.d.ts +16 -16
- package/dist/schemas/campaign/sequence/suitability-node.d.ts +16 -16
- package/dist/schemas/dashboard/index.d.ts +46 -46
- package/dist/schemas/golden-dataset/sample.d.ts +12 -12
- package/dist/schemas/infrastructure/index.d.ts +8 -8
- package/dist/schemas/invoice/index.d.ts +55 -55
- package/dist/schemas/job/index.d.ts +189 -189
- package/dist/schemas/job/job-api.d.ts +4 -4
- package/dist/schemas/job/job-details.d.ts +726 -726
- package/dist/schemas/job/job-filters.d.ts +55 -55
- package/dist/schemas/job/job-listing.d.ts +96 -96
- package/dist/schemas/job/nuxt.d.ts +130 -130
- package/dist/schemas/lead/index.d.ts +1040 -1040
- package/dist/schemas/lead/lead-status.d.ts +4 -4
- package/dist/schemas/logger/feed/feed-chunk-enrich.d.ts +16 -16
- package/dist/schemas/logger/feed/feed-enrich.d.ts +12 -12
- package/dist/schemas/logger/feed/feed-job-enrich.d.ts +272 -272
- package/dist/schemas/logger/feed/feed-scrape.d.ts +6 -6
- package/dist/schemas/logger/log-event.d.ts +103 -103
- package/dist/schemas/logger/scraper-events.d.ts +73 -73
- package/dist/schemas/notifications/index.d.ts +4 -4
- package/dist/schemas/organization/billing.d.ts +2 -2
- package/dist/schemas/organization/cover-letter.d.ts +4 -4
- package/dist/schemas/organization/index.d.ts +112 -112
- package/dist/schemas/organization/onboarding.d.ts +6 -6
- package/dist/schemas/organization/organization-leads.d.ts +4 -4
- package/dist/schemas/organization/subscription.d.ts +12 -12
- package/dist/schemas/plan/index.d.ts +55 -55
- package/dist/schemas/proxy/proxy.d.ts +29 -29
- package/dist/schemas/saved-search/index.d.ts +4 -4
- package/dist/schemas/scraper/scrape-payload.d.ts +876 -876
- package/dist/schemas/scraper/scrape-result.d.ts +174 -174
- package/dist/schemas/scraper/upwork-profile.d.ts +16 -16
- package/dist/schemas/shared.d.ts +1 -1
- package/dist/schemas/talent/index.d.ts +750 -750
- package/dist/schemas/transaction/index.d.ts +20 -20
- package/dist/schemas/upwork-analytics/index.d.ts +22 -22
- package/dist/schemas/usage/index.d.ts +16 -16
- package/dist/schemas/usage-event/index.d.ts +11 -11
- package/dist/schemas/user/index.d.ts +4 -4
- package/package.json +2 -2
|
@@ -59,13 +59,13 @@ export declare const planPricingIntervalSchema: z.ZodObject<{
|
|
|
59
59
|
priceId: z.ZodString;
|
|
60
60
|
lookupKey: z.ZodString;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
|
-
label: string;
|
|
63
62
|
amount: number;
|
|
63
|
+
label: string;
|
|
64
64
|
priceId: string;
|
|
65
65
|
lookupKey: string;
|
|
66
66
|
}, {
|
|
67
|
-
label: string;
|
|
68
67
|
amount: number;
|
|
68
|
+
label: string;
|
|
69
69
|
priceId: string;
|
|
70
70
|
lookupKey: string;
|
|
71
71
|
}>;
|
|
@@ -76,13 +76,13 @@ export declare const planPricingSchema: z.ZodObject<{
|
|
|
76
76
|
priceId: z.ZodString;
|
|
77
77
|
lookupKey: z.ZodString;
|
|
78
78
|
}, "strip", z.ZodTypeAny, {
|
|
79
|
-
label: string;
|
|
80
79
|
amount: number;
|
|
80
|
+
label: string;
|
|
81
81
|
priceId: string;
|
|
82
82
|
lookupKey: string;
|
|
83
83
|
}, {
|
|
84
|
-
label: string;
|
|
85
84
|
amount: number;
|
|
85
|
+
label: string;
|
|
86
86
|
priceId: string;
|
|
87
87
|
lookupKey: string;
|
|
88
88
|
}>, "many">;
|
|
@@ -92,13 +92,13 @@ export declare const planPricingSchema: z.ZodObject<{
|
|
|
92
92
|
priceId: z.ZodString;
|
|
93
93
|
lookupKey: z.ZodString;
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
|
-
label: string;
|
|
96
95
|
amount: number;
|
|
96
|
+
label: string;
|
|
97
97
|
priceId: string;
|
|
98
98
|
lookupKey: string;
|
|
99
99
|
}, {
|
|
100
|
-
label: string;
|
|
101
100
|
amount: number;
|
|
101
|
+
label: string;
|
|
102
102
|
priceId: string;
|
|
103
103
|
lookupKey: string;
|
|
104
104
|
}>, "many">>;
|
|
@@ -108,51 +108,51 @@ export declare const planPricingSchema: z.ZodObject<{
|
|
|
108
108
|
priceId: z.ZodString;
|
|
109
109
|
lookupKey: z.ZodString;
|
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
|
111
|
-
label: string;
|
|
112
111
|
amount: number;
|
|
112
|
+
label: string;
|
|
113
113
|
priceId: string;
|
|
114
114
|
lookupKey: string;
|
|
115
115
|
}, {
|
|
116
|
-
label: string;
|
|
117
116
|
amount: number;
|
|
117
|
+
label: string;
|
|
118
118
|
priceId: string;
|
|
119
119
|
lookupKey: string;
|
|
120
120
|
}>, "many">>;
|
|
121
121
|
}, "strip", z.ZodTypeAny, {
|
|
122
122
|
monthly: {
|
|
123
|
-
label: string;
|
|
124
123
|
amount: number;
|
|
124
|
+
label: string;
|
|
125
125
|
priceId: string;
|
|
126
126
|
lookupKey: string;
|
|
127
127
|
}[];
|
|
128
128
|
quarterly?: {
|
|
129
|
-
label: string;
|
|
130
129
|
amount: number;
|
|
130
|
+
label: string;
|
|
131
131
|
priceId: string;
|
|
132
132
|
lookupKey: string;
|
|
133
133
|
}[] | undefined;
|
|
134
134
|
yearly?: {
|
|
135
|
-
label: string;
|
|
136
135
|
amount: number;
|
|
136
|
+
label: string;
|
|
137
137
|
priceId: string;
|
|
138
138
|
lookupKey: string;
|
|
139
139
|
}[] | undefined;
|
|
140
140
|
}, {
|
|
141
141
|
monthly: {
|
|
142
|
-
label: string;
|
|
143
142
|
amount: number;
|
|
143
|
+
label: string;
|
|
144
144
|
priceId: string;
|
|
145
145
|
lookupKey: string;
|
|
146
146
|
}[];
|
|
147
147
|
quarterly?: {
|
|
148
|
-
label: string;
|
|
149
148
|
amount: number;
|
|
149
|
+
label: string;
|
|
150
150
|
priceId: string;
|
|
151
151
|
lookupKey: string;
|
|
152
152
|
}[] | undefined;
|
|
153
153
|
yearly?: {
|
|
154
|
-
label: string;
|
|
155
154
|
amount: number;
|
|
155
|
+
label: string;
|
|
156
156
|
priceId: string;
|
|
157
157
|
lookupKey: string;
|
|
158
158
|
}[] | undefined;
|
|
@@ -192,13 +192,13 @@ export declare const planSchema: z.ZodObject<{
|
|
|
192
192
|
priceId: z.ZodString;
|
|
193
193
|
lookupKey: z.ZodString;
|
|
194
194
|
}, "strip", z.ZodTypeAny, {
|
|
195
|
-
label: string;
|
|
196
195
|
amount: number;
|
|
196
|
+
label: string;
|
|
197
197
|
priceId: string;
|
|
198
198
|
lookupKey: string;
|
|
199
199
|
}, {
|
|
200
|
-
label: string;
|
|
201
200
|
amount: number;
|
|
201
|
+
label: string;
|
|
202
202
|
priceId: string;
|
|
203
203
|
lookupKey: string;
|
|
204
204
|
}>, "many">;
|
|
@@ -208,13 +208,13 @@ export declare const planSchema: z.ZodObject<{
|
|
|
208
208
|
priceId: z.ZodString;
|
|
209
209
|
lookupKey: z.ZodString;
|
|
210
210
|
}, "strip", z.ZodTypeAny, {
|
|
211
|
-
label: string;
|
|
212
211
|
amount: number;
|
|
212
|
+
label: string;
|
|
213
213
|
priceId: string;
|
|
214
214
|
lookupKey: string;
|
|
215
215
|
}, {
|
|
216
|
-
label: string;
|
|
217
216
|
amount: number;
|
|
217
|
+
label: string;
|
|
218
218
|
priceId: string;
|
|
219
219
|
lookupKey: string;
|
|
220
220
|
}>, "many">>;
|
|
@@ -224,51 +224,51 @@ export declare const planSchema: z.ZodObject<{
|
|
|
224
224
|
priceId: z.ZodString;
|
|
225
225
|
lookupKey: z.ZodString;
|
|
226
226
|
}, "strip", z.ZodTypeAny, {
|
|
227
|
-
label: string;
|
|
228
227
|
amount: number;
|
|
228
|
+
label: string;
|
|
229
229
|
priceId: string;
|
|
230
230
|
lookupKey: string;
|
|
231
231
|
}, {
|
|
232
|
-
label: string;
|
|
233
232
|
amount: number;
|
|
233
|
+
label: string;
|
|
234
234
|
priceId: string;
|
|
235
235
|
lookupKey: string;
|
|
236
236
|
}>, "many">>;
|
|
237
237
|
}, "strip", z.ZodTypeAny, {
|
|
238
238
|
monthly: {
|
|
239
|
-
label: string;
|
|
240
239
|
amount: number;
|
|
240
|
+
label: string;
|
|
241
241
|
priceId: string;
|
|
242
242
|
lookupKey: string;
|
|
243
243
|
}[];
|
|
244
244
|
quarterly?: {
|
|
245
|
-
label: string;
|
|
246
245
|
amount: number;
|
|
246
|
+
label: string;
|
|
247
247
|
priceId: string;
|
|
248
248
|
lookupKey: string;
|
|
249
249
|
}[] | undefined;
|
|
250
250
|
yearly?: {
|
|
251
|
-
label: string;
|
|
252
251
|
amount: number;
|
|
252
|
+
label: string;
|
|
253
253
|
priceId: string;
|
|
254
254
|
lookupKey: string;
|
|
255
255
|
}[] | undefined;
|
|
256
256
|
}, {
|
|
257
257
|
monthly: {
|
|
258
|
-
label: string;
|
|
259
258
|
amount: number;
|
|
259
|
+
label: string;
|
|
260
260
|
priceId: string;
|
|
261
261
|
lookupKey: string;
|
|
262
262
|
}[];
|
|
263
263
|
quarterly?: {
|
|
264
|
-
label: string;
|
|
265
264
|
amount: number;
|
|
265
|
+
label: string;
|
|
266
266
|
priceId: string;
|
|
267
267
|
lookupKey: string;
|
|
268
268
|
}[] | undefined;
|
|
269
269
|
yearly?: {
|
|
270
|
-
label: string;
|
|
271
270
|
amount: number;
|
|
271
|
+
label: string;
|
|
272
272
|
priceId: string;
|
|
273
273
|
lookupKey: string;
|
|
274
274
|
}[] | undefined;
|
|
@@ -278,80 +278,80 @@ export declare const planSchema: z.ZodObject<{
|
|
|
278
278
|
id: string;
|
|
279
279
|
name: string;
|
|
280
280
|
description: string;
|
|
281
|
+
icon: string | null;
|
|
282
|
+
slug: string;
|
|
283
|
+
price: number;
|
|
281
284
|
version: number;
|
|
285
|
+
features: {
|
|
286
|
+
id: string;
|
|
287
|
+
description: string;
|
|
288
|
+
tooltipContent: string | null;
|
|
289
|
+
icon: string | null;
|
|
290
|
+
}[];
|
|
282
291
|
sortOrder: number;
|
|
292
|
+
isActive: boolean;
|
|
293
|
+
createdAt: number;
|
|
294
|
+
archivedAt: number | null;
|
|
295
|
+
hasFreeTrial: boolean;
|
|
283
296
|
pricing: {
|
|
284
297
|
monthly: {
|
|
285
|
-
label: string;
|
|
286
298
|
amount: number;
|
|
299
|
+
label: string;
|
|
287
300
|
priceId: string;
|
|
288
301
|
lookupKey: string;
|
|
289
302
|
}[];
|
|
290
303
|
quarterly?: {
|
|
291
|
-
label: string;
|
|
292
304
|
amount: number;
|
|
305
|
+
label: string;
|
|
293
306
|
priceId: string;
|
|
294
307
|
lookupKey: string;
|
|
295
308
|
}[] | undefined;
|
|
296
309
|
yearly?: {
|
|
297
|
-
label: string;
|
|
298
310
|
amount: number;
|
|
311
|
+
label: string;
|
|
299
312
|
priceId: string;
|
|
300
313
|
lookupKey: string;
|
|
301
314
|
}[] | undefined;
|
|
302
315
|
};
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
316
|
+
}, {
|
|
317
|
+
id: string;
|
|
318
|
+
name: string;
|
|
319
|
+
description: string;
|
|
307
320
|
icon: string | null;
|
|
308
321
|
slug: string;
|
|
322
|
+
price: number;
|
|
323
|
+
version: number;
|
|
309
324
|
features: {
|
|
310
325
|
id: string;
|
|
311
326
|
description: string;
|
|
312
327
|
tooltipContent: string | null;
|
|
313
328
|
icon: string | null;
|
|
314
329
|
}[];
|
|
315
|
-
hasFreeTrial: boolean;
|
|
316
|
-
}, {
|
|
317
|
-
id: string;
|
|
318
|
-
name: string;
|
|
319
|
-
description: string;
|
|
320
|
-
version: number;
|
|
321
330
|
sortOrder: number;
|
|
331
|
+
isActive: boolean;
|
|
332
|
+
createdAt: number;
|
|
333
|
+
archivedAt: number | null;
|
|
334
|
+
hasFreeTrial: boolean;
|
|
322
335
|
pricing: {
|
|
323
336
|
monthly: {
|
|
324
|
-
label: string;
|
|
325
337
|
amount: number;
|
|
338
|
+
label: string;
|
|
326
339
|
priceId: string;
|
|
327
340
|
lookupKey: string;
|
|
328
341
|
}[];
|
|
329
342
|
quarterly?: {
|
|
330
|
-
label: string;
|
|
331
343
|
amount: number;
|
|
344
|
+
label: string;
|
|
332
345
|
priceId: string;
|
|
333
346
|
lookupKey: string;
|
|
334
347
|
}[] | undefined;
|
|
335
348
|
yearly?: {
|
|
336
|
-
label: string;
|
|
337
349
|
amount: number;
|
|
350
|
+
label: string;
|
|
338
351
|
priceId: string;
|
|
339
352
|
lookupKey: string;
|
|
340
353
|
}[] | undefined;
|
|
341
354
|
};
|
|
342
|
-
price: number;
|
|
343
|
-
createdAt: number;
|
|
344
|
-
isActive: boolean;
|
|
345
|
-
archivedAt: number | null;
|
|
346
|
-
icon: string | null;
|
|
347
|
-
slug: string;
|
|
348
|
-
features: {
|
|
349
|
-
id: string;
|
|
350
|
-
description: string;
|
|
351
|
-
tooltipContent: string | null;
|
|
352
|
-
icon: string | null;
|
|
353
|
-
}[];
|
|
354
|
-
hasFreeTrial: boolean;
|
|
355
355
|
}>;
|
|
356
356
|
export declare const planSlugEnum: z.ZodEnum<["lancer-unlimited-launch-offer"]>;
|
|
357
357
|
export interface PlanStripeMetadata extends infer<typeof planStripeMetadataSchema> {
|
|
@@ -23,39 +23,39 @@ export declare const proxySchema: z.ZodObject<{
|
|
|
23
23
|
accountId: z.ZodNullable<z.ZodString>;
|
|
24
24
|
type: z.ZodEnum<["rotating", "static"]>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
type: "rotating" | "static";
|
|
27
26
|
id: string;
|
|
27
|
+
externalId: string;
|
|
28
|
+
host: string;
|
|
28
29
|
port: number;
|
|
29
|
-
country: "US" | "CA" | "GB" | "AF" | "AL" | "DZ" | "AD" | "AO" | "AR" | "AM" | "AU" | "AT" | "AZ" | "BD" | "BY" | "BE" | "BA" | "BR" | "BG" | "CM" | "CF" | "CL" | "CN" | "CO" | "CR" | "HR" | "CY" | "CZ" | "DK" | "DM" | "DO" | "EC" | "EG" | "SV" | "EE" | "ET" | "FI" | "FR" | "GE" | "DE" | "GH" | "GR" | "GL" | "GD" | "GT" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IL" | "IT" | "JM" | "JP" | "JO" | "KZ" | "KR" | "LV" | "LB" | "LT" | "LU" | "MK" | "MW" | "MY" | "MT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MA" | "NL" | "NZ" | "NI" | "NG" | "NO" | "PK" | "PW" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "RO" | "RU" | "SM" | "SA" | "SN" | "RS" | "SG" | "SK" | "SI" | "SO" | "ZA" | "ES" | "LK" | "SR" | "SE" | "CH" | "TH" | "TR" | "UG" | "UA" | "AE" | "UY" | "UZ" | "VE" | "VN" | "YE" | "ZM" | "ZW" | null;
|
|
30
30
|
username: string;
|
|
31
|
-
host: string;
|
|
32
|
-
status: "invalid" | "valid" | "pending_validation" | null;
|
|
33
|
-
region: string | null;
|
|
34
|
-
ip: string;
|
|
35
|
-
city: string | null;
|
|
36
|
-
externalId: string;
|
|
37
31
|
password: string;
|
|
38
32
|
provider: "webshare" | "decodo" | "proxy-cheap" | "rayobyte" | "brightdata" | "iproyal";
|
|
33
|
+
ip: string;
|
|
39
34
|
isProxy: boolean | null;
|
|
40
35
|
claimedCountry: "US" | "CA" | "GB" | "AF" | "AL" | "DZ" | "AD" | "AO" | "AR" | "AM" | "AU" | "AT" | "AZ" | "BD" | "BY" | "BE" | "BA" | "BR" | "BG" | "CM" | "CF" | "CL" | "CN" | "CO" | "CR" | "HR" | "CY" | "CZ" | "DK" | "DM" | "DO" | "EC" | "EG" | "SV" | "EE" | "ET" | "FI" | "FR" | "GE" | "DE" | "GH" | "GR" | "GL" | "GD" | "GT" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IL" | "IT" | "JM" | "JP" | "JO" | "KZ" | "KR" | "LV" | "LB" | "LT" | "LU" | "MK" | "MW" | "MY" | "MT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MA" | "NL" | "NZ" | "NI" | "NG" | "NO" | "PK" | "PW" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "RO" | "RU" | "SM" | "SA" | "SN" | "RS" | "SG" | "SK" | "SI" | "SO" | "ZA" | "ES" | "LK" | "SR" | "SE" | "CH" | "TH" | "TR" | "UG" | "UA" | "AE" | "UY" | "UZ" | "VE" | "VN" | "YE" | "ZM" | "ZW";
|
|
36
|
+
city: string | null;
|
|
37
|
+
status: "invalid" | "valid" | "pending_validation" | null;
|
|
38
|
+
country: "US" | "CA" | "GB" | "AF" | "AL" | "DZ" | "AD" | "AO" | "AR" | "AM" | "AU" | "AT" | "AZ" | "BD" | "BY" | "BE" | "BA" | "BR" | "BG" | "CM" | "CF" | "CL" | "CN" | "CO" | "CR" | "HR" | "CY" | "CZ" | "DK" | "DM" | "DO" | "EC" | "EG" | "SV" | "EE" | "ET" | "FI" | "FR" | "GE" | "DE" | "GH" | "GR" | "GL" | "GD" | "GT" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IL" | "IT" | "JM" | "JP" | "JO" | "KZ" | "KR" | "LV" | "LB" | "LT" | "LU" | "MK" | "MW" | "MY" | "MT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MA" | "NL" | "NZ" | "NI" | "NG" | "NO" | "PK" | "PW" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "RO" | "RU" | "SM" | "SA" | "SN" | "RS" | "SG" | "SK" | "SI" | "SO" | "ZA" | "ES" | "LK" | "SR" | "SE" | "CH" | "TH" | "TR" | "UG" | "UA" | "AE" | "UY" | "UZ" | "VE" | "VN" | "YE" | "ZM" | "ZW" | null;
|
|
39
|
+
region: string | null;
|
|
41
40
|
accountId: string | null;
|
|
42
|
-
}, {
|
|
43
41
|
type: "rotating" | "static";
|
|
42
|
+
}, {
|
|
44
43
|
id: string;
|
|
44
|
+
externalId: string;
|
|
45
|
+
host: string;
|
|
45
46
|
port: number;
|
|
46
|
-
country: "US" | "CA" | "GB" | "AF" | "AL" | "DZ" | "AD" | "AO" | "AR" | "AM" | "AU" | "AT" | "AZ" | "BD" | "BY" | "BE" | "BA" | "BR" | "BG" | "CM" | "CF" | "CL" | "CN" | "CO" | "CR" | "HR" | "CY" | "CZ" | "DK" | "DM" | "DO" | "EC" | "EG" | "SV" | "EE" | "ET" | "FI" | "FR" | "GE" | "DE" | "GH" | "GR" | "GL" | "GD" | "GT" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IL" | "IT" | "JM" | "JP" | "JO" | "KZ" | "KR" | "LV" | "LB" | "LT" | "LU" | "MK" | "MW" | "MY" | "MT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MA" | "NL" | "NZ" | "NI" | "NG" | "NO" | "PK" | "PW" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "RO" | "RU" | "SM" | "SA" | "SN" | "RS" | "SG" | "SK" | "SI" | "SO" | "ZA" | "ES" | "LK" | "SR" | "SE" | "CH" | "TH" | "TR" | "UG" | "UA" | "AE" | "UY" | "UZ" | "VE" | "VN" | "YE" | "ZM" | "ZW" | null;
|
|
47
47
|
username: string;
|
|
48
|
-
host: string;
|
|
49
|
-
status: "invalid" | "valid" | "pending_validation" | null;
|
|
50
|
-
region: string | null;
|
|
51
|
-
ip: string;
|
|
52
|
-
city: string | null;
|
|
53
|
-
externalId: string;
|
|
54
48
|
password: string;
|
|
55
49
|
provider: "webshare" | "decodo" | "proxy-cheap" | "rayobyte" | "brightdata" | "iproyal";
|
|
50
|
+
ip: string;
|
|
56
51
|
isProxy: boolean | null;
|
|
57
52
|
claimedCountry: "US" | "CA" | "GB" | "AF" | "AL" | "DZ" | "AD" | "AO" | "AR" | "AM" | "AU" | "AT" | "AZ" | "BD" | "BY" | "BE" | "BA" | "BR" | "BG" | "CM" | "CF" | "CL" | "CN" | "CO" | "CR" | "HR" | "CY" | "CZ" | "DK" | "DM" | "DO" | "EC" | "EG" | "SV" | "EE" | "ET" | "FI" | "FR" | "GE" | "DE" | "GH" | "GR" | "GL" | "GD" | "GT" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IL" | "IT" | "JM" | "JP" | "JO" | "KZ" | "KR" | "LV" | "LB" | "LT" | "LU" | "MK" | "MW" | "MY" | "MT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MA" | "NL" | "NZ" | "NI" | "NG" | "NO" | "PK" | "PW" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "RO" | "RU" | "SM" | "SA" | "SN" | "RS" | "SG" | "SK" | "SI" | "SO" | "ZA" | "ES" | "LK" | "SR" | "SE" | "CH" | "TH" | "TR" | "UG" | "UA" | "AE" | "UY" | "UZ" | "VE" | "VN" | "YE" | "ZM" | "ZW";
|
|
53
|
+
city: string | null;
|
|
54
|
+
status: "invalid" | "valid" | "pending_validation" | null;
|
|
55
|
+
country: "US" | "CA" | "GB" | "AF" | "AL" | "DZ" | "AD" | "AO" | "AR" | "AM" | "AU" | "AT" | "AZ" | "BD" | "BY" | "BE" | "BA" | "BR" | "BG" | "CM" | "CF" | "CL" | "CN" | "CO" | "CR" | "HR" | "CY" | "CZ" | "DK" | "DM" | "DO" | "EC" | "EG" | "SV" | "EE" | "ET" | "FI" | "FR" | "GE" | "DE" | "GH" | "GR" | "GL" | "GD" | "GT" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IL" | "IT" | "JM" | "JP" | "JO" | "KZ" | "KR" | "LV" | "LB" | "LT" | "LU" | "MK" | "MW" | "MY" | "MT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MA" | "NL" | "NZ" | "NI" | "NG" | "NO" | "PK" | "PW" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "RO" | "RU" | "SM" | "SA" | "SN" | "RS" | "SG" | "SK" | "SI" | "SO" | "ZA" | "ES" | "LK" | "SR" | "SE" | "CH" | "TH" | "TR" | "UG" | "UA" | "AE" | "UY" | "UZ" | "VE" | "VN" | "YE" | "ZM" | "ZW" | null;
|
|
56
|
+
region: string | null;
|
|
58
57
|
accountId: string | null;
|
|
58
|
+
type: "rotating" | "static";
|
|
59
59
|
}>;
|
|
60
60
|
export declare const externalProxySchema: z.ZodObject<Omit<{
|
|
61
61
|
id: z.ZodString;
|
|
@@ -74,37 +74,37 @@ export declare const externalProxySchema: z.ZodObject<Omit<{
|
|
|
74
74
|
region: z.ZodNullable<z.ZodString>;
|
|
75
75
|
accountId: z.ZodNullable<z.ZodString>;
|
|
76
76
|
type: z.ZodEnum<["rotating", "static"]>;
|
|
77
|
-
}, "id" | "
|
|
78
|
-
|
|
77
|
+
}, "id" | "city" | "status" | "country" | "accountId">, "strip", z.ZodTypeAny, {
|
|
78
|
+
externalId: string;
|
|
79
|
+
host: string;
|
|
79
80
|
port: number;
|
|
80
81
|
username: string;
|
|
81
|
-
host: string;
|
|
82
|
-
region: string | null;
|
|
83
|
-
ip: string;
|
|
84
|
-
externalId: string;
|
|
85
82
|
password: string;
|
|
86
83
|
provider: "webshare" | "decodo" | "proxy-cheap" | "rayobyte" | "brightdata" | "iproyal";
|
|
84
|
+
ip: string;
|
|
87
85
|
isProxy: boolean | null;
|
|
88
86
|
claimedCountry: "US" | "CA" | "GB" | "AF" | "AL" | "DZ" | "AD" | "AO" | "AR" | "AM" | "AU" | "AT" | "AZ" | "BD" | "BY" | "BE" | "BA" | "BR" | "BG" | "CM" | "CF" | "CL" | "CN" | "CO" | "CR" | "HR" | "CY" | "CZ" | "DK" | "DM" | "DO" | "EC" | "EG" | "SV" | "EE" | "ET" | "FI" | "FR" | "GE" | "DE" | "GH" | "GR" | "GL" | "GD" | "GT" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IL" | "IT" | "JM" | "JP" | "JO" | "KZ" | "KR" | "LV" | "LB" | "LT" | "LU" | "MK" | "MW" | "MY" | "MT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MA" | "NL" | "NZ" | "NI" | "NG" | "NO" | "PK" | "PW" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "RO" | "RU" | "SM" | "SA" | "SN" | "RS" | "SG" | "SK" | "SI" | "SO" | "ZA" | "ES" | "LK" | "SR" | "SE" | "CH" | "TH" | "TR" | "UG" | "UA" | "AE" | "UY" | "UZ" | "VE" | "VN" | "YE" | "ZM" | "ZW";
|
|
89
|
-
|
|
87
|
+
region: string | null;
|
|
90
88
|
type: "rotating" | "static";
|
|
89
|
+
}, {
|
|
90
|
+
externalId: string;
|
|
91
|
+
host: string;
|
|
91
92
|
port: number;
|
|
92
93
|
username: string;
|
|
93
|
-
host: string;
|
|
94
|
-
region: string | null;
|
|
95
|
-
ip: string;
|
|
96
|
-
externalId: string;
|
|
97
94
|
password: string;
|
|
98
95
|
provider: "webshare" | "decodo" | "proxy-cheap" | "rayobyte" | "brightdata" | "iproyal";
|
|
96
|
+
ip: string;
|
|
99
97
|
isProxy: boolean | null;
|
|
100
98
|
claimedCountry: "US" | "CA" | "GB" | "AF" | "AL" | "DZ" | "AD" | "AO" | "AR" | "AM" | "AU" | "AT" | "AZ" | "BD" | "BY" | "BE" | "BA" | "BR" | "BG" | "CM" | "CF" | "CL" | "CN" | "CO" | "CR" | "HR" | "CY" | "CZ" | "DK" | "DM" | "DO" | "EC" | "EG" | "SV" | "EE" | "ET" | "FI" | "FR" | "GE" | "DE" | "GH" | "GR" | "GL" | "GD" | "GT" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IL" | "IT" | "JM" | "JP" | "JO" | "KZ" | "KR" | "LV" | "LB" | "LT" | "LU" | "MK" | "MW" | "MY" | "MT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MA" | "NL" | "NZ" | "NI" | "NG" | "NO" | "PK" | "PW" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "RO" | "RU" | "SM" | "SA" | "SN" | "RS" | "SG" | "SK" | "SI" | "SO" | "ZA" | "ES" | "LK" | "SR" | "SE" | "CH" | "TH" | "TR" | "UG" | "UA" | "AE" | "UY" | "UZ" | "VE" | "VN" | "YE" | "ZM" | "ZW";
|
|
99
|
+
region: string | null;
|
|
100
|
+
type: "rotating" | "static";
|
|
101
101
|
}>;
|
|
102
102
|
export declare const refreshRotatingProxiesRequestBodySchema: z.ZodObject<{
|
|
103
103
|
region: z.ZodEnum<["Worldwide", "USOnly", "UKOnly", "All"]>;
|
|
104
104
|
}, "strip", z.ZodTypeAny, {
|
|
105
|
-
region: "
|
|
105
|
+
region: "Worldwide" | "USOnly" | "UKOnly" | "All";
|
|
106
106
|
}, {
|
|
107
|
-
region: "
|
|
107
|
+
region: "Worldwide" | "USOnly" | "UKOnly" | "All";
|
|
108
108
|
}>;
|
|
109
109
|
export type ProxyProvider = z.infer<typeof proxyProviderSchema>;
|
|
110
110
|
export type ProxyCountry = z.infer<typeof proxyCountryEnum>;
|
|
@@ -4,19 +4,19 @@ export declare const savedSearchSchema: import("zod").ZodObject<{
|
|
|
4
4
|
name: import("zod").ZodString;
|
|
5
5
|
url: import("zod").ZodString;
|
|
6
6
|
createdAt: import("zod").ZodDate;
|
|
7
|
-
isActive: import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodLiteral<"true">, import("zod").ZodLiteral<"false">]>, boolean, boolean | "
|
|
7
|
+
isActive: import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodLiteral<"true">, import("zod").ZodLiteral<"false">]>, boolean, boolean | "true" | "false">;
|
|
8
8
|
}, "strip", import("zod").ZodTypeAny, {
|
|
9
9
|
id: number;
|
|
10
|
-
url: string;
|
|
11
10
|
name: string;
|
|
11
|
+
url: string;
|
|
12
12
|
createdAt: Date;
|
|
13
13
|
isActive: boolean;
|
|
14
14
|
}, {
|
|
15
15
|
id: number;
|
|
16
|
-
url: string;
|
|
17
16
|
name: string;
|
|
17
|
+
url: string;
|
|
18
18
|
createdAt: Date;
|
|
19
|
-
isActive: boolean | "
|
|
19
|
+
isActive: boolean | "true" | "false";
|
|
20
20
|
}>;
|
|
21
21
|
export interface SavedSearch extends infer<typeof savedSearchSchema> {
|
|
22
22
|
}
|