lancer-shared 1.2.283 → 1.2.285
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 +185 -137
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +177 -138
- package/dist/bundle.esm.js.map +1 -1
- package/dist/constants/routes.d.ts +4 -0
- package/dist/schemas/account/bidder-account.d.ts +41 -103
- package/dist/schemas/account/scraper-account.d.ts +8 -8
- package/dist/schemas/bidder/exceptions/index.d.ts +5 -1
- package/dist/schemas/bidder/exceptions/network-restrictions.exception.d.ts +5 -0
- package/dist/schemas/bidder/exceptions/two-factor-present.exception.d.ts +5 -0
- package/dist/schemas/campaign/campaign-analytics.d.ts +10 -0
- package/dist/schemas/campaign/campaign.d.ts +2 -2
- package/dist/schemas/logger/log-event.d.ts +84 -10
- package/dist/schemas/proxy/proxy-available-replacements.d.ts +1 -1
- package/dist/schemas/proxy/proxy-country.d.ts +2 -1
- package/dist/schemas/proxy/proxy.d.ts +24 -34
- package/dist/schemas/scraper/scrape-payload.d.ts +10 -0
- package/package.json +1 -1
package/dist/bundle.esm.js
CHANGED
|
@@ -6314,100 +6314,47 @@ const proxyCountryEnum = z.enum([
|
|
|
6314
6314
|
'CA',
|
|
6315
6315
|
'GB',
|
|
6316
6316
|
'AF',
|
|
6317
|
-
'AX',
|
|
6318
6317
|
'AL',
|
|
6319
6318
|
'DZ',
|
|
6320
|
-
'AS',
|
|
6321
6319
|
'AD',
|
|
6322
6320
|
'AO',
|
|
6323
|
-
'AI',
|
|
6324
|
-
'AQ',
|
|
6325
|
-
'AG',
|
|
6326
6321
|
'AR',
|
|
6327
6322
|
'AM',
|
|
6328
|
-
'AW',
|
|
6329
6323
|
'AU',
|
|
6330
6324
|
'AT',
|
|
6331
6325
|
'AZ',
|
|
6332
|
-
'BS',
|
|
6333
|
-
'BH',
|
|
6334
6326
|
'BD',
|
|
6335
|
-
'BB',
|
|
6336
6327
|
'BY',
|
|
6337
6328
|
'BE',
|
|
6338
|
-
'BZ',
|
|
6339
|
-
'BJ',
|
|
6340
|
-
'BM',
|
|
6341
|
-
'BT',
|
|
6342
|
-
'BO',
|
|
6343
6329
|
'BA',
|
|
6344
|
-
'BW',
|
|
6345
|
-
'BV',
|
|
6346
6330
|
'BR',
|
|
6347
|
-
'IO',
|
|
6348
|
-
'BN',
|
|
6349
6331
|
'BG',
|
|
6350
|
-
'BF',
|
|
6351
|
-
'BI',
|
|
6352
|
-
'KH',
|
|
6353
6332
|
'CM',
|
|
6354
|
-
'CV',
|
|
6355
|
-
'KY',
|
|
6356
6333
|
'CF',
|
|
6357
|
-
'TD',
|
|
6358
6334
|
'CL',
|
|
6359
6335
|
'CN',
|
|
6360
|
-
'CX',
|
|
6361
|
-
'CC',
|
|
6362
6336
|
'CO',
|
|
6363
|
-
'KM',
|
|
6364
|
-
'CG',
|
|
6365
|
-
'CD',
|
|
6366
|
-
'CK',
|
|
6367
6337
|
'CR',
|
|
6368
|
-
'CI',
|
|
6369
6338
|
'HR',
|
|
6370
|
-
'CU',
|
|
6371
6339
|
'CY',
|
|
6372
6340
|
'CZ',
|
|
6373
6341
|
'DK',
|
|
6374
|
-
'DJ',
|
|
6375
6342
|
'DM',
|
|
6376
6343
|
'DO',
|
|
6377
6344
|
'EC',
|
|
6378
6345
|
'EG',
|
|
6379
6346
|
'SV',
|
|
6380
|
-
'GQ',
|
|
6381
|
-
'ER',
|
|
6382
6347
|
'EE',
|
|
6383
6348
|
'ET',
|
|
6384
|
-
'FK',
|
|
6385
|
-
'FO',
|
|
6386
|
-
'FJ',
|
|
6387
6349
|
'FI',
|
|
6388
6350
|
'FR',
|
|
6389
|
-
'GF',
|
|
6390
|
-
'PF',
|
|
6391
|
-
'TF',
|
|
6392
|
-
'GA',
|
|
6393
|
-
'GM',
|
|
6394
6351
|
'GE',
|
|
6395
6352
|
'DE',
|
|
6396
6353
|
'GH',
|
|
6397
|
-
'GI',
|
|
6398
6354
|
'GR',
|
|
6399
6355
|
'GL',
|
|
6400
6356
|
'GD',
|
|
6401
|
-
'GP',
|
|
6402
|
-
'GU',
|
|
6403
6357
|
'GT',
|
|
6404
|
-
'GG',
|
|
6405
|
-
'GN',
|
|
6406
|
-
'GW',
|
|
6407
|
-
'GY',
|
|
6408
|
-
'HT',
|
|
6409
|
-
'HM',
|
|
6410
|
-
'VA',
|
|
6411
6358
|
'HN',
|
|
6412
6359
|
'HK',
|
|
6413
6360
|
'HU',
|
|
@@ -6417,146 +6364,191 @@ const proxyCountryEnum = z.enum([
|
|
|
6417
6364
|
'IR',
|
|
6418
6365
|
'IQ',
|
|
6419
6366
|
'IE',
|
|
6420
|
-
'IM',
|
|
6421
6367
|
'IL',
|
|
6422
6368
|
'IT',
|
|
6423
6369
|
'JM',
|
|
6424
6370
|
'JP',
|
|
6425
|
-
'JE',
|
|
6426
6371
|
'JO',
|
|
6427
6372
|
'KZ',
|
|
6428
|
-
'KE',
|
|
6429
|
-
'KI',
|
|
6430
|
-
'KP',
|
|
6431
6373
|
'KR',
|
|
6432
|
-
'KW',
|
|
6433
|
-
'KG',
|
|
6434
|
-
'LA',
|
|
6435
6374
|
'LV',
|
|
6436
6375
|
'LB',
|
|
6437
|
-
'LS',
|
|
6438
|
-
'LR',
|
|
6439
|
-
'LY',
|
|
6440
|
-
'LI',
|
|
6441
6376
|
'LT',
|
|
6442
6377
|
'LU',
|
|
6443
|
-
'MO',
|
|
6444
6378
|
'MK',
|
|
6445
|
-
'MG',
|
|
6446
6379
|
'MW',
|
|
6447
6380
|
'MY',
|
|
6448
|
-
'MV',
|
|
6449
|
-
'ML',
|
|
6450
6381
|
'MT',
|
|
6451
|
-
'MH',
|
|
6452
|
-
'MQ',
|
|
6453
|
-
'MR',
|
|
6454
|
-
'MU',
|
|
6455
|
-
'YT',
|
|
6456
6382
|
'MX',
|
|
6457
6383
|
'FM',
|
|
6458
6384
|
'MD',
|
|
6459
6385
|
'MC',
|
|
6460
6386
|
'MN',
|
|
6461
6387
|
'ME',
|
|
6462
|
-
'MS',
|
|
6463
6388
|
'MA',
|
|
6464
|
-
'MZ',
|
|
6465
|
-
'MM',
|
|
6466
|
-
'NA',
|
|
6467
|
-
'NR',
|
|
6468
|
-
'NP',
|
|
6469
6389
|
'NL',
|
|
6470
|
-
'AN',
|
|
6471
|
-
'NC',
|
|
6472
6390
|
'NZ',
|
|
6473
6391
|
'NI',
|
|
6474
|
-
'NE',
|
|
6475
6392
|
'NG',
|
|
6476
|
-
'NU',
|
|
6477
|
-
'NF',
|
|
6478
|
-
'MP',
|
|
6479
6393
|
'NO',
|
|
6480
|
-
'OM',
|
|
6481
6394
|
'PK',
|
|
6482
6395
|
'PW',
|
|
6483
|
-
'PS',
|
|
6484
|
-
'PA',
|
|
6485
|
-
'PG',
|
|
6486
6396
|
'PY',
|
|
6487
6397
|
'PE',
|
|
6488
6398
|
'PH',
|
|
6489
|
-
'PN',
|
|
6490
6399
|
'PL',
|
|
6491
6400
|
'PT',
|
|
6492
6401
|
'PR',
|
|
6493
6402
|
'QA',
|
|
6494
|
-
'RE',
|
|
6495
6403
|
'RO',
|
|
6496
6404
|
'RU',
|
|
6497
|
-
'RW',
|
|
6498
|
-
'BL',
|
|
6499
|
-
'SH',
|
|
6500
|
-
'KN',
|
|
6501
|
-
'LC',
|
|
6502
|
-
'MF',
|
|
6503
|
-
'PM',
|
|
6504
|
-
'VC',
|
|
6505
|
-
'WS',
|
|
6506
6405
|
'SM',
|
|
6507
|
-
'ST',
|
|
6508
6406
|
'SA',
|
|
6509
6407
|
'SN',
|
|
6510
6408
|
'RS',
|
|
6511
|
-
'SC',
|
|
6512
|
-
'SL',
|
|
6513
6409
|
'SG',
|
|
6514
6410
|
'SK',
|
|
6515
6411
|
'SI',
|
|
6516
|
-
'SB',
|
|
6517
6412
|
'SO',
|
|
6518
6413
|
'ZA',
|
|
6519
|
-
'GS',
|
|
6520
6414
|
'ES',
|
|
6521
6415
|
'LK',
|
|
6522
|
-
'SD',
|
|
6523
6416
|
'SR',
|
|
6524
|
-
'SJ',
|
|
6525
|
-
'SZ',
|
|
6526
6417
|
'SE',
|
|
6527
6418
|
'CH',
|
|
6528
|
-
'SY',
|
|
6529
|
-
'TW',
|
|
6530
|
-
'TJ',
|
|
6531
|
-
'TZ',
|
|
6532
6419
|
'TH',
|
|
6533
|
-
'TL',
|
|
6534
|
-
'TG',
|
|
6535
|
-
'TK',
|
|
6536
|
-
'TO',
|
|
6537
|
-
'TT',
|
|
6538
|
-
'TN',
|
|
6539
6420
|
'TR',
|
|
6540
|
-
'TM',
|
|
6541
|
-
'TC',
|
|
6542
|
-
'TV',
|
|
6543
6421
|
'UG',
|
|
6544
6422
|
'UA',
|
|
6545
6423
|
'AE',
|
|
6546
|
-
'UM',
|
|
6547
6424
|
'UY',
|
|
6548
6425
|
'UZ',
|
|
6549
|
-
'VU',
|
|
6550
6426
|
'VE',
|
|
6551
6427
|
'VN',
|
|
6552
|
-
'VG',
|
|
6553
|
-
'VI',
|
|
6554
|
-
'WF',
|
|
6555
|
-
'EH',
|
|
6556
6428
|
'YE',
|
|
6557
6429
|
'ZM',
|
|
6558
6430
|
'ZW',
|
|
6559
6431
|
]);
|
|
6432
|
+
const proxyCountryCodeToName = {
|
|
6433
|
+
AF: 'Afghanistan',
|
|
6434
|
+
AL: 'Albania',
|
|
6435
|
+
DZ: 'Algeria',
|
|
6436
|
+
AD: 'Andorra',
|
|
6437
|
+
AO: 'Angola',
|
|
6438
|
+
AR: 'Argentina',
|
|
6439
|
+
AM: 'Armenia',
|
|
6440
|
+
AU: 'Australia',
|
|
6441
|
+
AT: 'Austria',
|
|
6442
|
+
AZ: 'Azerbaijan',
|
|
6443
|
+
BD: 'Bangladesh',
|
|
6444
|
+
BY: 'Belarus',
|
|
6445
|
+
BE: 'Belgium',
|
|
6446
|
+
BA: 'Bosnia and Herzegovina',
|
|
6447
|
+
BR: 'Brazil',
|
|
6448
|
+
BG: 'Bulgaria',
|
|
6449
|
+
CM: 'Cameroon',
|
|
6450
|
+
CA: 'Canada',
|
|
6451
|
+
CF: 'Central African Republic',
|
|
6452
|
+
CL: 'Chile',
|
|
6453
|
+
CN: 'China',
|
|
6454
|
+
CO: 'Colombia',
|
|
6455
|
+
CR: 'Costa Rica',
|
|
6456
|
+
HR: 'Croatia',
|
|
6457
|
+
CY: 'Cyprus',
|
|
6458
|
+
CZ: 'Czechia',
|
|
6459
|
+
DK: 'Denmark',
|
|
6460
|
+
DM: 'Dominica',
|
|
6461
|
+
DO: 'Dominican Republic',
|
|
6462
|
+
EC: 'Ecuador',
|
|
6463
|
+
EG: 'Egypt',
|
|
6464
|
+
SV: 'El Salvador',
|
|
6465
|
+
EE: 'Estonia',
|
|
6466
|
+
ET: 'Ethiopia',
|
|
6467
|
+
FI: 'Finland',
|
|
6468
|
+
FR: 'France',
|
|
6469
|
+
GE: 'Georgia',
|
|
6470
|
+
DE: 'Germany',
|
|
6471
|
+
GH: 'Ghana',
|
|
6472
|
+
GR: 'Greece',
|
|
6473
|
+
GL: 'Greenland',
|
|
6474
|
+
GD: 'Grenada',
|
|
6475
|
+
GT: 'Guatemala',
|
|
6476
|
+
HN: 'Honduras',
|
|
6477
|
+
HK: 'Hong Kong',
|
|
6478
|
+
HU: 'Hungary',
|
|
6479
|
+
IS: 'Iceland',
|
|
6480
|
+
IN: 'India',
|
|
6481
|
+
ID: 'Indonesia',
|
|
6482
|
+
IR: 'Iran',
|
|
6483
|
+
IQ: 'Iraq',
|
|
6484
|
+
IE: 'Ireland',
|
|
6485
|
+
IL: 'Israel',
|
|
6486
|
+
IT: 'Italy',
|
|
6487
|
+
JM: 'Jamaica',
|
|
6488
|
+
JP: 'Japan',
|
|
6489
|
+
JO: 'Jordan',
|
|
6490
|
+
KZ: 'Kazakhstan',
|
|
6491
|
+
KR: 'South Korea',
|
|
6492
|
+
LV: 'Latvia',
|
|
6493
|
+
LB: 'Lebanon',
|
|
6494
|
+
LT: 'Lithuania',
|
|
6495
|
+
LU: 'Luxembourg',
|
|
6496
|
+
MK: 'Macedonia',
|
|
6497
|
+
MW: 'Malawi',
|
|
6498
|
+
MY: 'Malaysia',
|
|
6499
|
+
MT: 'Malta',
|
|
6500
|
+
MX: 'Mexico',
|
|
6501
|
+
FM: 'Micronesia',
|
|
6502
|
+
MD: 'Moldova',
|
|
6503
|
+
MC: 'Monaco',
|
|
6504
|
+
MN: 'Mongolia',
|
|
6505
|
+
ME: 'Montenegro',
|
|
6506
|
+
MA: 'Morocco',
|
|
6507
|
+
NL: 'Netherlands',
|
|
6508
|
+
NZ: 'New Zealand',
|
|
6509
|
+
NI: 'Nicaragua',
|
|
6510
|
+
NG: 'Nigeria',
|
|
6511
|
+
NO: 'Norway',
|
|
6512
|
+
PK: 'Pakistan',
|
|
6513
|
+
PW: 'Palau',
|
|
6514
|
+
PY: 'Paraguay',
|
|
6515
|
+
PE: 'Peru',
|
|
6516
|
+
PH: 'Philippines',
|
|
6517
|
+
PL: 'Poland',
|
|
6518
|
+
PT: 'Portugal',
|
|
6519
|
+
PR: 'Puerto Rico',
|
|
6520
|
+
QA: 'Qatar',
|
|
6521
|
+
RO: 'Romania',
|
|
6522
|
+
RU: 'Russia',
|
|
6523
|
+
SM: 'San Marino',
|
|
6524
|
+
SA: 'Saudi Arabia',
|
|
6525
|
+
SN: 'Senegal',
|
|
6526
|
+
RS: 'Serbia',
|
|
6527
|
+
SG: 'Singapore',
|
|
6528
|
+
SK: 'Slovakia',
|
|
6529
|
+
SI: 'Slovenia',
|
|
6530
|
+
SO: 'Somalia',
|
|
6531
|
+
ZA: 'South Africa',
|
|
6532
|
+
ES: 'Spain',
|
|
6533
|
+
LK: 'Sri Lanka',
|
|
6534
|
+
SR: 'Suriname',
|
|
6535
|
+
SE: 'Sweden',
|
|
6536
|
+
CH: 'Switzerland',
|
|
6537
|
+
TH: 'Thailand',
|
|
6538
|
+
TR: 'Turkey',
|
|
6539
|
+
UG: 'Uganda',
|
|
6540
|
+
UA: 'Ukraine',
|
|
6541
|
+
AE: 'United Arab Emirates',
|
|
6542
|
+
GB: 'United Kingdom',
|
|
6543
|
+
US: 'United States of America',
|
|
6544
|
+
UY: 'Uruguay',
|
|
6545
|
+
UZ: 'Uzbekistan',
|
|
6546
|
+
VE: 'Venezuela',
|
|
6547
|
+
VN: 'Vietnam',
|
|
6548
|
+
YE: 'Yemen',
|
|
6549
|
+
ZM: 'Zambia',
|
|
6550
|
+
ZW: 'Zimbabwe',
|
|
6551
|
+
};
|
|
6560
6552
|
|
|
6561
6553
|
const proxyStatusSchema = z.enum([
|
|
6562
6554
|
'invalid',
|
|
@@ -6568,6 +6560,7 @@ const proxyProviderSchema = z.enum([
|
|
|
6568
6560
|
'decodo',
|
|
6569
6561
|
'proxy-cheap',
|
|
6570
6562
|
'rayobyte',
|
|
6563
|
+
'brightdata',
|
|
6571
6564
|
]);
|
|
6572
6565
|
const proxyTypeSchema = z.enum(['rotating', 'static']);
|
|
6573
6566
|
const proxySchema = z.object({
|
|
@@ -6579,9 +6572,7 @@ const proxySchema = z.object({
|
|
|
6579
6572
|
password: z.string(),
|
|
6580
6573
|
provider: proxyProviderSchema,
|
|
6581
6574
|
ip: z.string(),
|
|
6582
|
-
|
|
6583
|
-
oldAccounts: z.array(z.string()).nullable(),
|
|
6584
|
-
fraudScore: z.number().nullable(),
|
|
6575
|
+
isProxy: z.boolean().nullable(),
|
|
6585
6576
|
claimedCountry: proxyCountryEnum,
|
|
6586
6577
|
status: proxyStatusSchema.nullable(),
|
|
6587
6578
|
country: proxyCountryEnum.nullable(),
|
|
@@ -6593,7 +6584,6 @@ const externalProxySchema = proxySchema.omit({
|
|
|
6593
6584
|
accountId: true,
|
|
6594
6585
|
status: true,
|
|
6595
6586
|
country: true,
|
|
6596
|
-
fraudScore: true,
|
|
6597
6587
|
});
|
|
6598
6588
|
const refreshRotatingProxiesRequestBodySchema = z.object({
|
|
6599
6589
|
region: regionEnum,
|
|
@@ -6605,6 +6595,13 @@ const bidderAccountProvider = z.enum([
|
|
|
6605
6595
|
'user-provided',
|
|
6606
6596
|
'lancer-provided',
|
|
6607
6597
|
]);
|
|
6598
|
+
const bidderAccountStatusEnum = z.enum([
|
|
6599
|
+
'connected',
|
|
6600
|
+
'failed_to_connect',
|
|
6601
|
+
'connecting',
|
|
6602
|
+
'draft',
|
|
6603
|
+
'reconnecting',
|
|
6604
|
+
]);
|
|
6608
6605
|
const bidderAccountAgencyContractorSchema = z.object({
|
|
6609
6606
|
name: z.string(),
|
|
6610
6607
|
specializedProfiles: z.array(z.string()),
|
|
@@ -6636,6 +6633,14 @@ const bidderAccountSchema = z.object({
|
|
|
6636
6633
|
updatedAt: z.number(),
|
|
6637
6634
|
region: regionEnum,
|
|
6638
6635
|
isProtected: z.boolean().optional(),
|
|
6636
|
+
status: bidderAccountStatusEnum,
|
|
6637
|
+
errorMessage: z.string().nullable(),
|
|
6638
|
+
});
|
|
6639
|
+
const connectUpworkAccountSchema = z.object({
|
|
6640
|
+
email: z.string().email(),
|
|
6641
|
+
password: z.string(),
|
|
6642
|
+
securityQuestionAnswer: z.string().nullable(),
|
|
6643
|
+
targetCountry: proxyCountryEnum,
|
|
6639
6644
|
});
|
|
6640
6645
|
const createBidderAccountSchema = bidderAccountSchema
|
|
6641
6646
|
.pick({
|
|
@@ -6660,11 +6665,8 @@ const updateBidderAccountSchema = bidderAccountSchema
|
|
|
6660
6665
|
})
|
|
6661
6666
|
.partial();
|
|
6662
6667
|
const verifyBidderAccountCredentialsSchema = z.object({
|
|
6663
|
-
|
|
6664
|
-
|
|
6665
|
-
securityQuestionAnswer: z.string(),
|
|
6666
|
-
multiloginProfileId: z.string(),
|
|
6667
|
-
proxy: proxySchema,
|
|
6668
|
+
organizationId: z.string(),
|
|
6669
|
+
bidderAccountId: z.string(),
|
|
6668
6670
|
});
|
|
6669
6671
|
const verifyBidderAccountCredentialsResponseSchema = z.object({
|
|
6670
6672
|
accountName: z.string().nullable(),
|
|
@@ -7390,6 +7392,8 @@ const campaignAnalyticsStatsSchema = z.object({
|
|
|
7390
7392
|
replied: z.number(),
|
|
7391
7393
|
won: z.number(),
|
|
7392
7394
|
leadsAnalyzed: z.number(),
|
|
7395
|
+
totalBiddingAmount: z.number(),
|
|
7396
|
+
totalBoostedAmount: z.number(),
|
|
7393
7397
|
})),
|
|
7394
7398
|
});
|
|
7395
7399
|
const campaignAnalyticsResponseSchema = z.object({
|
|
@@ -8456,6 +8460,14 @@ class NavigationTimeoutException extends Error {
|
|
|
8456
8460
|
}
|
|
8457
8461
|
const navigationTimeoutException = (url, message) => new NavigationTimeoutException(url, message);
|
|
8458
8462
|
|
|
8463
|
+
class NetworkRestrictionsException extends Error {
|
|
8464
|
+
code = 'NETWORK_RESTRICTIONS_EXCEPTION';
|
|
8465
|
+
constructor(message) {
|
|
8466
|
+
super(message);
|
|
8467
|
+
}
|
|
8468
|
+
}
|
|
8469
|
+
const networkRestrictionsException = (message) => new NetworkRestrictionsException(message);
|
|
8470
|
+
|
|
8459
8471
|
class NewBrowserPageException extends Error {
|
|
8460
8472
|
code = 'NEW_BROWSER_PAGE_EXCEPTION';
|
|
8461
8473
|
constructor(profileId, message) {
|
|
@@ -8595,6 +8607,16 @@ class SelectorNotFoundError extends Error {
|
|
|
8595
8607
|
}
|
|
8596
8608
|
const selectorNotFoundError = (selector, context) => new SelectorNotFoundError(selector, context);
|
|
8597
8609
|
|
|
8610
|
+
class TwoFactorPresentException extends Error {
|
|
8611
|
+
code = 'TWO_FACTOR_PRESENT_EXCEPTION';
|
|
8612
|
+
constructor(message) {
|
|
8613
|
+
super(message);
|
|
8614
|
+
}
|
|
8615
|
+
}
|
|
8616
|
+
function twoFactorPresentException(message) {
|
|
8617
|
+
return new TwoFactorPresentException(message);
|
|
8618
|
+
}
|
|
8619
|
+
|
|
8598
8620
|
class TypedValueInFieldNotMatchingException extends Error {
|
|
8599
8621
|
code = 'TYPED_VALUE_IN_FIELD_NOT_MATCHING_EXCEPTION';
|
|
8600
8622
|
constructor(element, inputValue, correctValue) {
|
|
@@ -8932,6 +8954,9 @@ const LogEventTypeEnum = z.enum([
|
|
|
8932
8954
|
'scraperAccountSwapStarted',
|
|
8933
8955
|
'scraperAccountSwapCompleted',
|
|
8934
8956
|
'scraperAccountSwapFailed',
|
|
8957
|
+
// Bidder Account Events
|
|
8958
|
+
'verifyCredentialsSucceeded',
|
|
8959
|
+
'verifyCredentialsFailed',
|
|
8935
8960
|
]);
|
|
8936
8961
|
const logEventSchema = z.object({
|
|
8937
8962
|
// The type of event (use a z.enum if possible)
|
|
@@ -9007,6 +9032,16 @@ const scheduleBiddingEventMetadataSchema = objectType({
|
|
|
9007
9032
|
campaignId: z.string(),
|
|
9008
9033
|
leadId: z.string(),
|
|
9009
9034
|
});
|
|
9035
|
+
const verifyCredentialsSucceededEventMetadataSchema = objectType({
|
|
9036
|
+
bidderAccountId: z.string(),
|
|
9037
|
+
accountName: z.string(),
|
|
9038
|
+
accountPhotoUrl: z.string(),
|
|
9039
|
+
agencies: z.array(bidderAccountAgencySchema),
|
|
9040
|
+
});
|
|
9041
|
+
const verifyCredentialsFailedEventMetadataSchema = objectType({
|
|
9042
|
+
bidderAccountId: z.string(),
|
|
9043
|
+
errorMessage: z.string(),
|
|
9044
|
+
});
|
|
9010
9045
|
const suitabilityPendingEventMetadataSchema = objectType({
|
|
9011
9046
|
jobId: z.string(),
|
|
9012
9047
|
jobUrl: z.string(),
|
|
@@ -15287,6 +15322,7 @@ const ROUTES = {
|
|
|
15287
15322
|
BY_ID: (id) => `admin/bidder-accounts/${id}`,
|
|
15288
15323
|
BY_PROVIDER: (provider) => `admin/bidder-accounts/${provider}`,
|
|
15289
15324
|
BY_PROVIDER_AND_ID: (provider, id) => `admin/bidder-accounts/${provider}/${id}`,
|
|
15325
|
+
REFRESH_PROXY: (bidderId) => `admin/bidder-accounts/${bidderId}/refresh-proxy`,
|
|
15290
15326
|
},
|
|
15291
15327
|
SCRAPER_ACCOUNTS: {
|
|
15292
15328
|
BASE: 'admin/scraper-accounts',
|
|
@@ -15378,9 +15414,12 @@ const ROUTES = {
|
|
|
15378
15414
|
RECONNECT: (id, bidderId) => `organizations/${id}/bidder-accounts/${bidderId}/reconnect`,
|
|
15379
15415
|
CONNECTION: (id) => `organizations/${id}/bidder-account-connection/status`,
|
|
15380
15416
|
DISMISS_CONNECTION_ERROR: (id) => `organizations/${id}/bidder-account-connection/dismiss-connection-error`,
|
|
15417
|
+
CONNECT_UPWORK_ACCOUNT: (id) => `organizations/${id}/bidder-accounts/connect-upwork-account`,
|
|
15418
|
+
RETRY_CONNECT_UPWORK_ACCOUNT: (id, bidderId) => `organizations/${id}/bidder-accounts/${bidderId}/retry-connect-upwork-account`,
|
|
15381
15419
|
},
|
|
15382
15420
|
LEADS_BY_JOB_ID: (organizationId, jobId) => `organizations/${organizationId}/leads/${jobId}`,
|
|
15383
15421
|
UPDATE_CAMPAIGN_PRIORITY: (organizationId) => `organizations/${organizationId}/update-campaign-priority`,
|
|
15422
|
+
CAMPAIGN_ANALYTICS: (organizationId) => `organizations/${organizationId}/campaign-analytics`,
|
|
15384
15423
|
CAMPAIGNS: {
|
|
15385
15424
|
BASE: (organizationId) => `organizations/${organizationId}/campaigns`,
|
|
15386
15425
|
BY_ID: (organizationId, campaignId) => `organizations/${organizationId}/campaigns/${campaignId}`,
|
|
@@ -24080,5 +24119,5 @@ async function tryCatch(promise) {
|
|
|
24080
24119
|
}
|
|
24081
24120
|
}
|
|
24082
24121
|
|
|
24083
|
-
export { BidderAccountAlreadyConnectedException, BoostAboveMaxConnectsException, CAMPAIGN_NOTIFICATION_SETTINGS, CAMPAIGN_NOTIFICATION_TYPES, CLIENT_SIZE_TO_NUMBER, CloudflareChallengeFailedException, DeleteMultiloginProfileException, DropdownOptionNotPresentException, ElementNotClickableException, EvaluateElementException, EvaluateFunctionException, FEED_JOB_TO_JOB_DETAILS_FIELD_MAPPING, FailedToParseNuxtJobException, FeedJobEnrichException, FeedScrapeException, GOAT_COUNTRIES, GetMultiloginBrowserException, GoToUrlException, HIERARCHICAL_CATEGORIES_TO_CHILDREN, INFINITY, IncorrectSecurityQuestionAnswerException, InitBrowserException, InsufficientConnectsException, InvalidCredentialsException, InvalidGoogleOAuthTokenException, InvalidJobUrlException, JOB_FILTER_OPTIONS, JobAlreadyBiddedOnException, JobAlreadyHiredException, JobAlreadyProcessedInAnotherCampaignException, JobIsPrivateException, JobNoLongerAvailableException, LogEventTypeEnum, LoginFailedException, MultiloginAuthenticationException, NavigationTimeoutException, NewBrowserPageException, NewPageException, NoBidderAccountsAvailableException, NoGoogleOAuthTokensFoundException, NoScraperAccountAvailableException, OpenPageException, PageClosedException, PageContentException, ParseConnectsException, ParseJobListingsException, PrivateJobException, ProposalErrorAlertException, ProposalFormWarningAlertException, ProposalGenerationFailedException, ProposalSubmitFailedException, PuppeteerConnectionErrorException, QuestionPairNotMatchingException, ROUTES, ScraperAccountProxyNotFoundException, SearchFieldsSchema, SearchQueryBuilder, SelectAgencyException, SelectContractorException, SelectorNotFoundError, TypedValueInFieldNotMatchingException, TypingInputFieldException, WaitForFunctionTimeoutError, acceptUpworkInvitationResponseSchema, acceptUpworkInvitationSchema, accountStatusDisplayMap, accountStatusOrder, accountStatusSchema, addFromClientHireRateNodeFormSchema, addFromClientRatingNodeFormSchema, addFromClientSizeNodeFormSchema, addFromClientSpentNodeFormSchema, addFromHourlyRateNodeFormSchema, addFromSuitabilityNodeFormSchema, agencyBidPayloadSchema, agencyBidProposalDataSchema, agentCalculateSuitabilityRequestSchema, agentGenerateProposalRequestSchema, agentGenerateProposalResponseSchema, agentPickSpecialisedProfileRequestSchema, agentPickSpecialisedProfileResponseSchema, agentStatusSchema, agentTaskResponseSchema, aiConfigSchema, alreadyHiredActionEnum, bidConfigSchema, bidDtoSchema, bidFailedSchema, bidPayloadProposalDataSchema, bidPayloadSchema, bidRangeSchema, bidSuccessSchema, bidWithWarningEnum, bidderAccountAgencyContractorSchema, bidderAccountAgencySchema, bidderAccountAlreadyConnectedException, bidderAccountProvider, bidderAccountProviderDisplayMap, bidderAccountSchema, bidderInstanceSchema, bidderInstanceStatusEnum, biddingCompletedEventMetadata, biddingFailedEventMetadata, biddingHourlyRateStrategyEnum, biddingProcessingEventMetadata, biddingRejectedWithFeedbackEventMetadata, billingIntervalEnum, booleanSchema, boostAboveMaxConnectsException, boostFormSchema, buildRoute, campaignAIMetricsSchema, campaignActivityCreateSchema, campaignActivitySchema, campaignActivityTypeSchema, campaignAnalyticsResponseSchema, campaignAnalyticsSchema, campaignAnalyticsStatsSchema, campaignCountByStatusSchema, campaignExpensesSchema, campaignInsightsSchema, campaignNotificationType, campaignSchema, campaignStatusActivitySchema, campaignStatusSchema, capitalize, caseStudySchema, categoryEnum, chatbotChannelSchema, chatbotPlatforms, chatbotSchema, checkLeadStatusPayloadSchema, clientIndustryEnum, clientInfoSchema, clientReviewSchema, clientSizeEnum, cloudflareProtectionFailure, convertToUtc, countryMapping, coverLetterTemplateSchema, createBidderAccountSchema, createCampaignSchema, createChatbotSchema, createClientHireRateFormSchema, createClientRatingFormSchema, createClientSizeFormSchema, createClientSpentFormSchema, createCoverLetterTemplateSchema, createHourlyRateFormSchema, createOrganizationProfileSchema, createOrganizationSchema, createSampleSchema, createScraperAccountSchema, createSuitabilityFormSchema, dailyUsageSchema, dateSchema, defaultQuestions, deleteMultiloginProfileException, dropdownOptionNotPresentException, elementNotClickableException, employmentHistorySchema, engagementTypeEnum, englishLevelEnum, evaluateElementException, evaluateFunctionException, eventLoggerPayloadSchema, experienceLevelEnum, externalProxySchema, failedToParseNuxtJobException, feedChunkEnrichCompletedEventMetadata, feedChunkEnrichFailedEventMetadata, feedChunkEnrichStartedEventMetadata, feedEnrichCompletedEventMetadata, feedEnrichFailedEventMetadata, feedEnrichStartedEventMetadata, feedJobEnrichCompletedEventMetadata, feedJobEnrichFailedEventMetadata, feedJobEnrichFailedException, feedJobEnrichStartedEventMetadata, feedJobSchema, feedScrapeCompletedEventMetadata, feedScrapeException, feedScrapeFailedEventMetadata, feedScrapeResultSchema, feedScrapeStartedEventMetadata, filterOptionItemSchema, filterOptionsResponseSchema, findLeadsRequestSchema, findLeadsResponseSchema, forgotPasswordSchema, formatCurrency, formatDuration, freelancerBidPayloadSchema, freelancerBidProposalDataSchema, generateLeadCountsRequestSchema, generateSlug, getBiddingProcessingEventFromAnotherCampaignsPayloadSchema, getBiddingProcessingEventFromAnotherCampaignsResponseSchema, getCampaignLeadsRequestQuerySchema, getCampaignLeadsResponseSchema, getCampaignLeadsStatusEnum, getMultiloginBrowserException, getNextStatus, getOrganizationLeadsRequestQuerySchema, getOrganizationLeadsStatusEnum, getPreviousStatus, getRouteWithoutAdminPrefix, getSamplesRequestSchema, goToUrlException, hasQuestionsEnum, incorrectSecurityQuestionAnswerException, initBrowserException, insufficeintBoostConnectsActionEnum, insufficientConnectsActionEnum, insufficientConnectsException, invalidCredentialsException, invalidGoogleOAuthTokenSchema, invalidJobUrlException, invoiceLineItemSchema, invoiceSchema, invoiceStatusEnum, invoiceStatusNames, invoiceStripeMetadataLineSchema, invoiceStripeMetadataSchema, isNumeric, isPaymentVerifiedEnum, isPhoneVerifiedEnum, isWorkTime, jobActivityDeltaSchema, jobActivityOffsetEnum, jobActivityOffsetHourSchema, jobActivityOffsetHours, jobActivitySchema, jobActivityScrapeFailedEventMetadata, jobActivityScrapedEventMetadata, jobActivitySnapshotSchema, jobActivityUpdateSchema, jobAlreadyBiddedOnException, jobAlreadyHiredException, jobAlreadyProcessedInAnotherCampaignException, jobDetailsStateSchema, jobFiltersSchema, jobIsPrivateException, jobListingSchema, jobNoLongerAvailableException, jobQualityScoreSchema, jobSkillsSchema, jobStatusOrder, labelEnum, lancerBiddingExceptionEventMetadata, leadAnalysisActivitySchema, leadBiddingConfigSchema, leadResponseSchema, leadSchema, leadStatusActivitySchema, leadStatusEnum, leadStatusEventMetadata, limitsSchema, logEventSchema, loginFailedException, loginSchema, metadataSchema, multiloginAuthenticationException, navigationTimeoutException, newBrowserPageException, newPageException, noBidderAccountsAvailableException, noGoogleOAuthTokensFoundException, noScraperAccountAvailableException, nodeEnums, notificationConfigSchema, nuxtStateJobDetailsSchema, nuxtStateJobSchema, nuxtStateJobsSearchSchema, onboardingSectionSchema, openPageException, organizationCampaignStatsSchema, organizationMemberRoleEnum, organizationMemberSchema, organizationProfileSchema, organizationSchema, organizationSettingsSchema, organizationTierEnum, organizationTypeSchema, organizationUpdateSchema, pageClosedException, pageContentException, parseConnectsException, parseJobListingsException, passwordSchema, paymentTypeEnum, periodTypeSchema, periodUsageSchema, pickProfileRequestSchema, pickProfileResponseSchema, planFeatureSchema, planPricingIntervalSchema, planPricingSchema, planSchema, planSlugEnum, planSlugToNameMap, planStripeMetadataSchema, pluralize, portfolioSchema, privateJobException, processFeedPayloadSchema, profileSearchNuxtObjectSchema, profileSearchNuxtObjectStateSchema, projectDurationEnum, proposalCompleteEventMetadataSchema, proposalErrorAlertException, proposalFormWarningAlertException, proposalGenerationFailed, proposalSchema, proposalSentActivitySchema, proposalSubmitFailedException, proxyAvailableReplacementsSchema, proxyCountryEnum, proxyProviderSchema, proxySchema, proxyStatusSchema, proxyTypeSchema, puppeteerConnectionErrorException, questionAnswerPairSchema, questionPairNotMatchingException, questionRulesSchema, reconnectBidderAccountRequestBodySchema, reconnectBidderAccountResponseSchema, refreshRotatingProxiesRequestBodySchema, regionEnum, regionMapping, regionNames, regionSchema, registerSchema, requiredEarningsEnum, requiredJSSEnum, sampleSchema, savedSearchSchema, scheduleBiddingEventMetadataSchema, scrapeJobActivityPayloadSchema, scrapeJobPayloadSchema, scrapeJobsCompletedEventMetadata, scrapePayloadSchema, scrapeResultSchema, scrapeUserProfileRequestSchema, scraperAccountErrorEventMetadata, scraperAccountProxyNotFoundException, scraperAccountRegionEnum, scraperAccountSchema, scraperAccountSwapCompletedEventMetadata, scraperAccountSwapFailedEventMetadata, scraperAccountSwapStartedEventMetadata, scraperAccountTypeEnum, selectAgencyException, selectContractorException, selectorNotFoundError, sendAlertPayloadSchema, sendNotificationRequestSchema, specialisedProfileSchema, stringify, subscribePayloadSchema, subscriptionSchema, subscriptionSourceEnum, subscriptionStatusEnum, subscriptionStripeMetadataItemSchema, subscriptionStripeMetadataSchema, suitabilityCompleteEventMetadataSchema, suitabilityFailedEventMetadataSchema, suitabilityPendingEventMetadataSchema, suitabilityRatingSchema, syncProposalsStatusCompletedEventMetadata, syncProposalsStatusFailedEventMetadata, syncProposalsStatusRequestPayloadSchema, systemPromptSchema, systemSchema, talentTypeEnum, timeBlockSchema, trackUsageEventTypeEnum, trackUsagePayloadSchema, transactionSchema, transactionStatusEnum, transactionStripeMetadataSchema, transactionTypeEnum, tryCatch, typedValueInFieldNotMatchingException, typingInputFieldException, updateBidderAccountSchema, updateCampaignAnalyticsSchema, updateCampaignSchema, updateChatbotSchema, updateLeadStatusSchema, updateOrganizationLeadsStatusPayloadSchema, updateOrganizationProfileSchema, updateSampleSchema, updateScraperAccountSchema, updateSuitableLeadNotificationBodySchema, updateSuitableLeadNotificationType, upworkAccountConnectSchema, upworkAccountConnectStatusSchema, upworkJobSchema, upworkProfileSchema, upworkTalentSchema, usageEventMetadataSchema, usageEventSchema, usageEventTypeEnum, userAccountBiddingExceptionEventMetadata, userSchema, vendorQualificationSchema, vendorTypeEnum, verifyBidderAccountCredentialsResponseSchema, verifyBidderAccountCredentialsSchema, waitForFunctionTimeoutError, weekDaysEnum, workTimeSchema };
|
|
24122
|
+
export { BidderAccountAlreadyConnectedException, BoostAboveMaxConnectsException, CAMPAIGN_NOTIFICATION_SETTINGS, CAMPAIGN_NOTIFICATION_TYPES, CLIENT_SIZE_TO_NUMBER, CloudflareChallengeFailedException, DeleteMultiloginProfileException, DropdownOptionNotPresentException, ElementNotClickableException, EvaluateElementException, EvaluateFunctionException, FEED_JOB_TO_JOB_DETAILS_FIELD_MAPPING, FailedToParseNuxtJobException, FeedJobEnrichException, FeedScrapeException, GOAT_COUNTRIES, GetMultiloginBrowserException, GoToUrlException, HIERARCHICAL_CATEGORIES_TO_CHILDREN, INFINITY, IncorrectSecurityQuestionAnswerException, InitBrowserException, InsufficientConnectsException, InvalidCredentialsException, InvalidGoogleOAuthTokenException, InvalidJobUrlException, JOB_FILTER_OPTIONS, JobAlreadyBiddedOnException, JobAlreadyHiredException, JobAlreadyProcessedInAnotherCampaignException, JobIsPrivateException, JobNoLongerAvailableException, LogEventTypeEnum, LoginFailedException, MultiloginAuthenticationException, NavigationTimeoutException, NetworkRestrictionsException, NewBrowserPageException, NewPageException, NoBidderAccountsAvailableException, NoGoogleOAuthTokensFoundException, NoScraperAccountAvailableException, OpenPageException, PageClosedException, PageContentException, ParseConnectsException, ParseJobListingsException, PrivateJobException, ProposalErrorAlertException, ProposalFormWarningAlertException, ProposalGenerationFailedException, ProposalSubmitFailedException, PuppeteerConnectionErrorException, QuestionPairNotMatchingException, ROUTES, ScraperAccountProxyNotFoundException, SearchFieldsSchema, SearchQueryBuilder, SelectAgencyException, SelectContractorException, SelectorNotFoundError, TwoFactorPresentException, TypedValueInFieldNotMatchingException, TypingInputFieldException, WaitForFunctionTimeoutError, acceptUpworkInvitationResponseSchema, acceptUpworkInvitationSchema, accountStatusDisplayMap, accountStatusOrder, accountStatusSchema, addFromClientHireRateNodeFormSchema, addFromClientRatingNodeFormSchema, addFromClientSizeNodeFormSchema, addFromClientSpentNodeFormSchema, addFromHourlyRateNodeFormSchema, addFromSuitabilityNodeFormSchema, agencyBidPayloadSchema, agencyBidProposalDataSchema, agentCalculateSuitabilityRequestSchema, agentGenerateProposalRequestSchema, agentGenerateProposalResponseSchema, agentPickSpecialisedProfileRequestSchema, agentPickSpecialisedProfileResponseSchema, agentStatusSchema, agentTaskResponseSchema, aiConfigSchema, alreadyHiredActionEnum, bidConfigSchema, bidDtoSchema, bidFailedSchema, bidPayloadProposalDataSchema, bidPayloadSchema, bidRangeSchema, bidSuccessSchema, bidWithWarningEnum, bidderAccountAgencyContractorSchema, bidderAccountAgencySchema, bidderAccountAlreadyConnectedException, bidderAccountProvider, bidderAccountProviderDisplayMap, bidderAccountSchema, bidderAccountStatusEnum, bidderInstanceSchema, bidderInstanceStatusEnum, biddingCompletedEventMetadata, biddingFailedEventMetadata, biddingHourlyRateStrategyEnum, biddingProcessingEventMetadata, biddingRejectedWithFeedbackEventMetadata, billingIntervalEnum, booleanSchema, boostAboveMaxConnectsException, boostFormSchema, buildRoute, campaignAIMetricsSchema, campaignActivityCreateSchema, campaignActivitySchema, campaignActivityTypeSchema, campaignAnalyticsResponseSchema, campaignAnalyticsSchema, campaignAnalyticsStatsSchema, campaignCountByStatusSchema, campaignExpensesSchema, campaignInsightsSchema, campaignNotificationType, campaignSchema, campaignStatusActivitySchema, campaignStatusSchema, capitalize, caseStudySchema, categoryEnum, chatbotChannelSchema, chatbotPlatforms, chatbotSchema, checkLeadStatusPayloadSchema, clientIndustryEnum, clientInfoSchema, clientReviewSchema, clientSizeEnum, cloudflareProtectionFailure, connectUpworkAccountSchema, convertToUtc, countryMapping, coverLetterTemplateSchema, createBidderAccountSchema, createCampaignSchema, createChatbotSchema, createClientHireRateFormSchema, createClientRatingFormSchema, createClientSizeFormSchema, createClientSpentFormSchema, createCoverLetterTemplateSchema, createHourlyRateFormSchema, createOrganizationProfileSchema, createOrganizationSchema, createSampleSchema, createScraperAccountSchema, createSuitabilityFormSchema, dailyUsageSchema, dateSchema, defaultQuestions, deleteMultiloginProfileException, dropdownOptionNotPresentException, elementNotClickableException, employmentHistorySchema, engagementTypeEnum, englishLevelEnum, evaluateElementException, evaluateFunctionException, eventLoggerPayloadSchema, experienceLevelEnum, externalProxySchema, failedToParseNuxtJobException, feedChunkEnrichCompletedEventMetadata, feedChunkEnrichFailedEventMetadata, feedChunkEnrichStartedEventMetadata, feedEnrichCompletedEventMetadata, feedEnrichFailedEventMetadata, feedEnrichStartedEventMetadata, feedJobEnrichCompletedEventMetadata, feedJobEnrichFailedEventMetadata, feedJobEnrichFailedException, feedJobEnrichStartedEventMetadata, feedJobSchema, feedScrapeCompletedEventMetadata, feedScrapeException, feedScrapeFailedEventMetadata, feedScrapeResultSchema, feedScrapeStartedEventMetadata, filterOptionItemSchema, filterOptionsResponseSchema, findLeadsRequestSchema, findLeadsResponseSchema, forgotPasswordSchema, formatCurrency, formatDuration, freelancerBidPayloadSchema, freelancerBidProposalDataSchema, generateLeadCountsRequestSchema, generateSlug, getBiddingProcessingEventFromAnotherCampaignsPayloadSchema, getBiddingProcessingEventFromAnotherCampaignsResponseSchema, getCampaignLeadsRequestQuerySchema, getCampaignLeadsResponseSchema, getCampaignLeadsStatusEnum, getMultiloginBrowserException, getNextStatus, getOrganizationLeadsRequestQuerySchema, getOrganizationLeadsStatusEnum, getPreviousStatus, getRouteWithoutAdminPrefix, getSamplesRequestSchema, goToUrlException, hasQuestionsEnum, incorrectSecurityQuestionAnswerException, initBrowserException, insufficeintBoostConnectsActionEnum, insufficientConnectsActionEnum, insufficientConnectsException, invalidCredentialsException, invalidGoogleOAuthTokenSchema, invalidJobUrlException, invoiceLineItemSchema, invoiceSchema, invoiceStatusEnum, invoiceStatusNames, invoiceStripeMetadataLineSchema, invoiceStripeMetadataSchema, isNumeric, isPaymentVerifiedEnum, isPhoneVerifiedEnum, isWorkTime, jobActivityDeltaSchema, jobActivityOffsetEnum, jobActivityOffsetHourSchema, jobActivityOffsetHours, jobActivitySchema, jobActivityScrapeFailedEventMetadata, jobActivityScrapedEventMetadata, jobActivitySnapshotSchema, jobActivityUpdateSchema, jobAlreadyBiddedOnException, jobAlreadyHiredException, jobAlreadyProcessedInAnotherCampaignException, jobDetailsStateSchema, jobFiltersSchema, jobIsPrivateException, jobListingSchema, jobNoLongerAvailableException, jobQualityScoreSchema, jobSkillsSchema, jobStatusOrder, labelEnum, lancerBiddingExceptionEventMetadata, leadAnalysisActivitySchema, leadBiddingConfigSchema, leadResponseSchema, leadSchema, leadStatusActivitySchema, leadStatusEnum, leadStatusEventMetadata, limitsSchema, logEventSchema, loginFailedException, loginSchema, metadataSchema, multiloginAuthenticationException, navigationTimeoutException, networkRestrictionsException, newBrowserPageException, newPageException, noBidderAccountsAvailableException, noGoogleOAuthTokensFoundException, noScraperAccountAvailableException, nodeEnums, notificationConfigSchema, nuxtStateJobDetailsSchema, nuxtStateJobSchema, nuxtStateJobsSearchSchema, onboardingSectionSchema, openPageException, organizationCampaignStatsSchema, organizationMemberRoleEnum, organizationMemberSchema, organizationProfileSchema, organizationSchema, organizationSettingsSchema, organizationTierEnum, organizationTypeSchema, organizationUpdateSchema, pageClosedException, pageContentException, parseConnectsException, parseJobListingsException, passwordSchema, paymentTypeEnum, periodTypeSchema, periodUsageSchema, pickProfileRequestSchema, pickProfileResponseSchema, planFeatureSchema, planPricingIntervalSchema, planPricingSchema, planSchema, planSlugEnum, planSlugToNameMap, planStripeMetadataSchema, pluralize, portfolioSchema, privateJobException, processFeedPayloadSchema, profileSearchNuxtObjectSchema, profileSearchNuxtObjectStateSchema, projectDurationEnum, proposalCompleteEventMetadataSchema, proposalErrorAlertException, proposalFormWarningAlertException, proposalGenerationFailed, proposalSchema, proposalSentActivitySchema, proposalSubmitFailedException, proxyAvailableReplacementsSchema, proxyCountryCodeToName, proxyCountryEnum, proxyProviderSchema, proxySchema, proxyStatusSchema, proxyTypeSchema, puppeteerConnectionErrorException, questionAnswerPairSchema, questionPairNotMatchingException, questionRulesSchema, reconnectBidderAccountRequestBodySchema, reconnectBidderAccountResponseSchema, refreshRotatingProxiesRequestBodySchema, regionEnum, regionMapping, regionNames, regionSchema, registerSchema, requiredEarningsEnum, requiredJSSEnum, sampleSchema, savedSearchSchema, scheduleBiddingEventMetadataSchema, scrapeJobActivityPayloadSchema, scrapeJobPayloadSchema, scrapeJobsCompletedEventMetadata, scrapePayloadSchema, scrapeResultSchema, scrapeUserProfileRequestSchema, scraperAccountErrorEventMetadata, scraperAccountProxyNotFoundException, scraperAccountRegionEnum, scraperAccountSchema, scraperAccountSwapCompletedEventMetadata, scraperAccountSwapFailedEventMetadata, scraperAccountSwapStartedEventMetadata, scraperAccountTypeEnum, selectAgencyException, selectContractorException, selectorNotFoundError, sendAlertPayloadSchema, sendNotificationRequestSchema, specialisedProfileSchema, stringify, subscribePayloadSchema, subscriptionSchema, subscriptionSourceEnum, subscriptionStatusEnum, subscriptionStripeMetadataItemSchema, subscriptionStripeMetadataSchema, suitabilityCompleteEventMetadataSchema, suitabilityFailedEventMetadataSchema, suitabilityPendingEventMetadataSchema, suitabilityRatingSchema, syncProposalsStatusCompletedEventMetadata, syncProposalsStatusFailedEventMetadata, syncProposalsStatusRequestPayloadSchema, systemPromptSchema, systemSchema, talentTypeEnum, timeBlockSchema, trackUsageEventTypeEnum, trackUsagePayloadSchema, transactionSchema, transactionStatusEnum, transactionStripeMetadataSchema, transactionTypeEnum, tryCatch, twoFactorPresentException, typedValueInFieldNotMatchingException, typingInputFieldException, updateBidderAccountSchema, updateCampaignAnalyticsSchema, updateCampaignSchema, updateChatbotSchema, updateLeadStatusSchema, updateOrganizationLeadsStatusPayloadSchema, updateOrganizationProfileSchema, updateSampleSchema, updateScraperAccountSchema, updateSuitableLeadNotificationBodySchema, updateSuitableLeadNotificationType, upworkAccountConnectSchema, upworkAccountConnectStatusSchema, upworkJobSchema, upworkProfileSchema, upworkTalentSchema, usageEventMetadataSchema, usageEventSchema, usageEventTypeEnum, userAccountBiddingExceptionEventMetadata, userSchema, vendorQualificationSchema, vendorTypeEnum, verifyBidderAccountCredentialsResponseSchema, verifyBidderAccountCredentialsSchema, verifyCredentialsFailedEventMetadataSchema, verifyCredentialsSucceededEventMetadataSchema, waitForFunctionTimeoutError, weekDaysEnum, workTimeSchema };
|
|
24084
24123
|
//# sourceMappingURL=bundle.esm.js.map
|