lancer-shared 1.2.271 → 1.2.272

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.
Files changed (44) hide show
  1. package/dist/bundle.cjs.js +9 -4
  2. package/dist/bundle.cjs.js.map +1 -1
  3. package/dist/bundle.esm.js +9 -5
  4. package/dist/bundle.esm.js.map +1 -1
  5. package/dist/schemas/account/bidder-account.d.ts +20 -20
  6. package/dist/schemas/account/scraper-account.d.ts +22 -22
  7. package/dist/schemas/agent/index.d.ts +216 -216
  8. package/dist/schemas/agent/proposal.d.ts +2 -2
  9. package/dist/schemas/bidder/bid.d.ts +2062 -2043
  10. package/dist/schemas/campaign/campaign-analytics.d.ts +784 -776
  11. package/dist/schemas/campaign/campaign-chat-bot.d.ts +9 -9
  12. package/dist/schemas/campaign/campaign.d.ts +378 -378
  13. package/dist/schemas/dashboard/index.d.ts +12 -12
  14. package/dist/schemas/golden-dataset/sample.d.ts +8 -8
  15. package/dist/schemas/invoice/index.d.ts +4 -4
  16. package/dist/schemas/job/index.d.ts +112 -112
  17. package/dist/schemas/job/job-api.d.ts +6 -6
  18. package/dist/schemas/job/job-details.d.ts +74 -74
  19. package/dist/schemas/job/job-filters.d.ts +47 -47
  20. package/dist/schemas/job/job-listing.d.ts +22 -22
  21. package/dist/schemas/job/nuxt.d.ts +24 -24
  22. package/dist/schemas/lead/index.d.ts +845 -844
  23. package/dist/schemas/lead/insufficient-connects-action.d.ts +3 -0
  24. package/dist/schemas/lead/lead-status.d.ts +10 -10
  25. package/dist/schemas/logger/feed/feed-chunk-enrich.d.ts +6 -6
  26. package/dist/schemas/logger/feed/feed-enrich.d.ts +6 -6
  27. package/dist/schemas/logger/feed/feed-job-enrich.d.ts +140 -140
  28. package/dist/schemas/logger/feed/feed-scrape.d.ts +6 -6
  29. package/dist/schemas/logger/log-event.d.ts +72 -72
  30. package/dist/schemas/logger/scraper-events.d.ts +28 -28
  31. package/dist/schemas/notifications/index.d.ts +4 -4
  32. package/dist/schemas/organization/billing.d.ts +2 -2
  33. package/dist/schemas/organization/index.d.ts +66 -62
  34. package/dist/schemas/organization/organization-leads.d.ts +4 -4
  35. package/dist/schemas/organization/subscription.d.ts +9 -9
  36. package/dist/schemas/plan/index.d.ts +22 -22
  37. package/dist/schemas/proxy/proxy.d.ts +2 -2
  38. package/dist/schemas/scraper/scrape-payload.d.ts +495 -490
  39. package/dist/schemas/scraper/scrape-result.d.ts +136 -136
  40. package/dist/schemas/talent/index.d.ts +148 -148
  41. package/dist/schemas/transaction/index.d.ts +2 -2
  42. package/dist/schemas/usage/index.d.ts +2 -2
  43. package/dist/schemas/usage-event/index.d.ts +8 -8
  44. package/package.json +1 -1
@@ -192,6 +192,7 @@ declare const nuxtStateProfileSchema: z.ZodObject<{
192
192
  totalCompletedJobs: number;
193
193
  rankInfo?: any;
194
194
  } | undefined;
195
+ specializedProfiles?: any[] | undefined;
195
196
  skills?: {
196
197
  skill: {
197
198
  uid: string;
@@ -199,7 +200,6 @@ declare const nuxtStateProfileSchema: z.ZodObject<{
199
200
  };
200
201
  uid: string;
201
202
  }[] | undefined;
202
- specializedProfiles?: any[] | undefined;
203
203
  boosted?: boolean | undefined;
204
204
  profileUrl?: string | undefined;
205
205
  portrait?: {
@@ -257,6 +257,7 @@ declare const nuxtStateProfileSchema: z.ZodObject<{
257
257
  totalCompletedJobs: number;
258
258
  rankInfo?: any;
259
259
  } | undefined;
260
+ specializedProfiles?: any[] | undefined;
260
261
  skills?: {
261
262
  skill: {
262
263
  uid: string;
@@ -264,7 +265,6 @@ declare const nuxtStateProfileSchema: z.ZodObject<{
264
265
  };
265
266
  uid: string;
266
267
  }[] | undefined;
267
- specializedProfiles?: any[] | undefined;
268
268
  boosted?: boolean | undefined;
269
269
  profileUrl?: string | undefined;
270
270
  portrait?: {
@@ -505,6 +505,7 @@ export declare const upworkTalentSchema: z.ZodObject<{
505
505
  totalCompletedJobs: number;
506
506
  rankInfo?: any;
507
507
  } | undefined;
508
+ specializedProfiles?: any[] | undefined;
508
509
  skills?: {
509
510
  skill: {
510
511
  uid: string;
@@ -512,7 +513,6 @@ export declare const upworkTalentSchema: z.ZodObject<{
512
513
  };
513
514
  uid: string;
514
515
  }[] | undefined;
515
- specializedProfiles?: any[] | undefined;
516
516
  boosted?: boolean | undefined;
517
517
  profileUrl?: string | undefined;
518
518
  portrait?: {
@@ -570,6 +570,7 @@ export declare const upworkTalentSchema: z.ZodObject<{
570
570
  totalCompletedJobs: number;
571
571
  rankInfo?: any;
572
572
  } | undefined;
573
+ specializedProfiles?: any[] | undefined;
573
574
  skills?: {
574
575
  skill: {
575
576
  uid: string;
@@ -577,7 +578,6 @@ export declare const upworkTalentSchema: z.ZodObject<{
577
578
  };
578
579
  uid: string;
579
580
  }[] | undefined;
580
- specializedProfiles?: any[] | undefined;
581
581
  boosted?: boolean | undefined;
582
582
  profileUrl?: string | undefined;
583
583
  portrait?: {
@@ -650,16 +650,6 @@ export declare const upworkTalentSchema: z.ZodObject<{
650
650
  options: {
651
651
  position: number;
652
652
  };
653
- agency: {
654
- name: string;
655
- ciphertext: string;
656
- hideEarnings: boolean;
657
- orgId: string;
658
- classifications: any[];
659
- totalEarnings: number;
660
- isAgencyDiversityCertified: any[];
661
- logo?: string | undefined;
662
- };
663
653
  profile: {
664
654
  location?: {
665
655
  country: string;
@@ -686,6 +676,7 @@ export declare const upworkTalentSchema: z.ZodObject<{
686
676
  totalCompletedJobs: number;
687
677
  rankInfo?: any;
688
678
  } | undefined;
679
+ specializedProfiles?: any[] | undefined;
689
680
  skills?: {
690
681
  skill: {
691
682
  uid: string;
@@ -693,7 +684,6 @@ export declare const upworkTalentSchema: z.ZodObject<{
693
684
  };
694
685
  uid: string;
695
686
  }[] | undefined;
696
- specializedProfiles?: any[] | undefined;
697
687
  boosted?: boolean | undefined;
698
688
  profileUrl?: string | undefined;
699
689
  portrait?: {
@@ -726,6 +716,16 @@ export declare const upworkTalentSchema: z.ZodObject<{
726
716
  isBoosted?: boolean | undefined;
727
717
  boostedWouldHaveBeen?: boolean | undefined;
728
718
  };
719
+ agency: {
720
+ name: string;
721
+ ciphertext: string;
722
+ hideEarnings: boolean;
723
+ orgId: string;
724
+ classifications: any[];
725
+ totalEarnings: number;
726
+ isAgencyDiversityCertified: any[];
727
+ logo?: string | undefined;
728
+ };
729
729
  identity: {
730
730
  uid: string;
731
731
  ciphertext: string;
@@ -737,16 +737,6 @@ export declare const upworkTalentSchema: z.ZodObject<{
737
737
  options: {
738
738
  position: number;
739
739
  };
740
- agency: {
741
- name: string;
742
- ciphertext: string;
743
- hideEarnings: boolean;
744
- orgId: string;
745
- classifications: any[];
746
- totalEarnings: number;
747
- isAgencyDiversityCertified: any[];
748
- logo?: string | undefined;
749
- };
750
740
  profile: {
751
741
  location?: {
752
742
  country: string;
@@ -773,6 +763,7 @@ export declare const upworkTalentSchema: z.ZodObject<{
773
763
  totalCompletedJobs: number;
774
764
  rankInfo?: any;
775
765
  } | undefined;
766
+ specializedProfiles?: any[] | undefined;
776
767
  skills?: {
777
768
  skill: {
778
769
  uid: string;
@@ -780,7 +771,6 @@ export declare const upworkTalentSchema: z.ZodObject<{
780
771
  };
781
772
  uid: string;
782
773
  }[] | undefined;
783
- specializedProfiles?: any[] | undefined;
784
774
  boosted?: boolean | undefined;
785
775
  profileUrl?: string | undefined;
786
776
  portrait?: {
@@ -813,6 +803,16 @@ export declare const upworkTalentSchema: z.ZodObject<{
813
803
  isBoosted?: boolean | undefined;
814
804
  boostedWouldHaveBeen?: boolean | undefined;
815
805
  };
806
+ agency: {
807
+ name: string;
808
+ ciphertext: string;
809
+ hideEarnings: boolean;
810
+ orgId: string;
811
+ classifications: any[];
812
+ totalEarnings: number;
813
+ isAgencyDiversityCertified: any[];
814
+ logo?: string | undefined;
815
+ };
816
816
  identity: {
817
817
  uid: string;
818
818
  ciphertext: string;
@@ -1029,6 +1029,7 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1029
1029
  totalCompletedJobs: number;
1030
1030
  rankInfo?: any;
1031
1031
  } | undefined;
1032
+ specializedProfiles?: any[] | undefined;
1032
1033
  skills?: {
1033
1034
  skill: {
1034
1035
  uid: string;
@@ -1036,7 +1037,6 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1036
1037
  };
1037
1038
  uid: string;
1038
1039
  }[] | undefined;
1039
- specializedProfiles?: any[] | undefined;
1040
1040
  boosted?: boolean | undefined;
1041
1041
  profileUrl?: string | undefined;
1042
1042
  portrait?: {
@@ -1094,6 +1094,7 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1094
1094
  totalCompletedJobs: number;
1095
1095
  rankInfo?: any;
1096
1096
  } | undefined;
1097
+ specializedProfiles?: any[] | undefined;
1097
1098
  skills?: {
1098
1099
  skill: {
1099
1100
  uid: string;
@@ -1101,7 +1102,6 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1101
1102
  };
1102
1103
  uid: string;
1103
1104
  }[] | undefined;
1104
- specializedProfiles?: any[] | undefined;
1105
1105
  boosted?: boolean | undefined;
1106
1106
  profileUrl?: string | undefined;
1107
1107
  portrait?: {
@@ -1174,20 +1174,6 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1174
1174
  failed: boolean;
1175
1175
  loading: boolean;
1176
1176
  };
1177
- paging: {
1178
- offset: number;
1179
- total: number;
1180
- page: number;
1181
- count: number;
1182
- originTotal: number;
1183
- pagesTotal: number;
1184
- perPage: number;
1185
- };
1186
- currentPage: number;
1187
- searchQueryCache: Record<string, any>;
1188
- flags: {
1189
- portfolioSearch: boolean;
1190
- };
1191
1177
  profiles: {
1192
1178
  location?: {
1193
1179
  country: string;
@@ -1214,6 +1200,7 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1214
1200
  totalCompletedJobs: number;
1215
1201
  rankInfo?: any;
1216
1202
  } | undefined;
1203
+ specializedProfiles?: any[] | undefined;
1217
1204
  skills?: {
1218
1205
  skill: {
1219
1206
  uid: string;
@@ -1221,7 +1208,6 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1221
1208
  };
1222
1209
  uid: string;
1223
1210
  }[] | undefined;
1224
- specializedProfiles?: any[] | undefined;
1225
1211
  boosted?: boolean | undefined;
1226
1212
  profileUrl?: string | undefined;
1227
1213
  portrait?: {
@@ -1254,12 +1240,7 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1254
1240
  isBoosted?: boolean | undefined;
1255
1241
  boostedWouldHaveBeen?: boolean | undefined;
1256
1242
  }[];
1257
- }, {
1258
- status: {
1259
- loaded: boolean;
1260
- failed: boolean;
1261
- loading: boolean;
1262
- };
1243
+ currentPage: number;
1263
1244
  paging: {
1264
1245
  offset: number;
1265
1246
  total: number;
@@ -1269,11 +1250,16 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1269
1250
  pagesTotal: number;
1270
1251
  perPage: number;
1271
1252
  };
1272
- currentPage: number;
1273
- searchQueryCache: Record<string, any>;
1274
1253
  flags: {
1275
1254
  portfolioSearch: boolean;
1276
1255
  };
1256
+ searchQueryCache: Record<string, any>;
1257
+ }, {
1258
+ status: {
1259
+ loaded: boolean;
1260
+ failed: boolean;
1261
+ loading: boolean;
1262
+ };
1277
1263
  profiles: {
1278
1264
  location?: {
1279
1265
  country: string;
@@ -1300,6 +1286,7 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1300
1286
  totalCompletedJobs: number;
1301
1287
  rankInfo?: any;
1302
1288
  } | undefined;
1289
+ specializedProfiles?: any[] | undefined;
1303
1290
  skills?: {
1304
1291
  skill: {
1305
1292
  uid: string;
@@ -1307,7 +1294,6 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1307
1294
  };
1308
1295
  uid: string;
1309
1296
  }[] | undefined;
1310
- specializedProfiles?: any[] | undefined;
1311
1297
  boosted?: boolean | undefined;
1312
1298
  profileUrl?: string | undefined;
1313
1299
  portrait?: {
@@ -1340,14 +1326,7 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1340
1326
  isBoosted?: boolean | undefined;
1341
1327
  boostedWouldHaveBeen?: boolean | undefined;
1342
1328
  }[];
1343
- }>;
1344
- }, "strip", z.ZodTypeAny, {
1345
- profilesSearch: {
1346
- status: {
1347
- loaded: boolean;
1348
- failed: boolean;
1349
- loading: boolean;
1350
- };
1329
+ currentPage: number;
1351
1330
  paging: {
1352
1331
  offset: number;
1353
1332
  total: number;
@@ -1357,11 +1336,18 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1357
1336
  pagesTotal: number;
1358
1337
  perPage: number;
1359
1338
  };
1360
- currentPage: number;
1361
- searchQueryCache: Record<string, any>;
1362
1339
  flags: {
1363
1340
  portfolioSearch: boolean;
1364
1341
  };
1342
+ searchQueryCache: Record<string, any>;
1343
+ }>;
1344
+ }, "strip", z.ZodTypeAny, {
1345
+ profilesSearch: {
1346
+ status: {
1347
+ loaded: boolean;
1348
+ failed: boolean;
1349
+ loading: boolean;
1350
+ };
1365
1351
  profiles: {
1366
1352
  location?: {
1367
1353
  country: string;
@@ -1388,6 +1374,7 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1388
1374
  totalCompletedJobs: number;
1389
1375
  rankInfo?: any;
1390
1376
  } | undefined;
1377
+ specializedProfiles?: any[] | undefined;
1391
1378
  skills?: {
1392
1379
  skill: {
1393
1380
  uid: string;
@@ -1395,7 +1382,6 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1395
1382
  };
1396
1383
  uid: string;
1397
1384
  }[] | undefined;
1398
- specializedProfiles?: any[] | undefined;
1399
1385
  boosted?: boolean | undefined;
1400
1386
  profileUrl?: string | undefined;
1401
1387
  portrait?: {
@@ -1428,14 +1414,7 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1428
1414
  isBoosted?: boolean | undefined;
1429
1415
  boostedWouldHaveBeen?: boolean | undefined;
1430
1416
  }[];
1431
- };
1432
- }, {
1433
- profilesSearch: {
1434
- status: {
1435
- loaded: boolean;
1436
- failed: boolean;
1437
- loading: boolean;
1438
- };
1417
+ currentPage: number;
1439
1418
  paging: {
1440
1419
  offset: number;
1441
1420
  total: number;
@@ -1445,11 +1424,18 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1445
1424
  pagesTotal: number;
1446
1425
  perPage: number;
1447
1426
  };
1448
- currentPage: number;
1449
- searchQueryCache: Record<string, any>;
1450
1427
  flags: {
1451
1428
  portfolioSearch: boolean;
1452
1429
  };
1430
+ searchQueryCache: Record<string, any>;
1431
+ };
1432
+ }, {
1433
+ profilesSearch: {
1434
+ status: {
1435
+ loaded: boolean;
1436
+ failed: boolean;
1437
+ loading: boolean;
1438
+ };
1453
1439
  profiles: {
1454
1440
  location?: {
1455
1441
  country: string;
@@ -1476,6 +1462,7 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1476
1462
  totalCompletedJobs: number;
1477
1463
  rankInfo?: any;
1478
1464
  } | undefined;
1465
+ specializedProfiles?: any[] | undefined;
1479
1466
  skills?: {
1480
1467
  skill: {
1481
1468
  uid: string;
@@ -1483,7 +1470,6 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1483
1470
  };
1484
1471
  uid: string;
1485
1472
  }[] | undefined;
1486
- specializedProfiles?: any[] | undefined;
1487
1473
  boosted?: boolean | undefined;
1488
1474
  profileUrl?: string | undefined;
1489
1475
  portrait?: {
@@ -1516,6 +1502,20 @@ export declare const profileSearchNuxtObjectStateSchema: z.ZodObject<{
1516
1502
  isBoosted?: boolean | undefined;
1517
1503
  boostedWouldHaveBeen?: boolean | undefined;
1518
1504
  }[];
1505
+ currentPage: number;
1506
+ paging: {
1507
+ offset: number;
1508
+ total: number;
1509
+ page: number;
1510
+ count: number;
1511
+ originTotal: number;
1512
+ pagesTotal: number;
1513
+ perPage: number;
1514
+ };
1515
+ flags: {
1516
+ portfolioSearch: boolean;
1517
+ };
1518
+ searchQueryCache: Record<string, any>;
1519
1519
  };
1520
1520
  }>;
1521
1521
  export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
@@ -1727,6 +1727,7 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
1727
1727
  totalCompletedJobs: number;
1728
1728
  rankInfo?: any;
1729
1729
  } | undefined;
1730
+ specializedProfiles?: any[] | undefined;
1730
1731
  skills?: {
1731
1732
  skill: {
1732
1733
  uid: string;
@@ -1734,7 +1735,6 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
1734
1735
  };
1735
1736
  uid: string;
1736
1737
  }[] | undefined;
1737
- specializedProfiles?: any[] | undefined;
1738
1738
  boosted?: boolean | undefined;
1739
1739
  profileUrl?: string | undefined;
1740
1740
  portrait?: {
@@ -1792,6 +1792,7 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
1792
1792
  totalCompletedJobs: number;
1793
1793
  rankInfo?: any;
1794
1794
  } | undefined;
1795
+ specializedProfiles?: any[] | undefined;
1795
1796
  skills?: {
1796
1797
  skill: {
1797
1798
  uid: string;
@@ -1799,7 +1800,6 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
1799
1800
  };
1800
1801
  uid: string;
1801
1802
  }[] | undefined;
1802
- specializedProfiles?: any[] | undefined;
1803
1803
  boosted?: boolean | undefined;
1804
1804
  profileUrl?: string | undefined;
1805
1805
  portrait?: {
@@ -1872,20 +1872,6 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
1872
1872
  failed: boolean;
1873
1873
  loading: boolean;
1874
1874
  };
1875
- paging: {
1876
- offset: number;
1877
- total: number;
1878
- page: number;
1879
- count: number;
1880
- originTotal: number;
1881
- pagesTotal: number;
1882
- perPage: number;
1883
- };
1884
- currentPage: number;
1885
- searchQueryCache: Record<string, any>;
1886
- flags: {
1887
- portfolioSearch: boolean;
1888
- };
1889
1875
  profiles: {
1890
1876
  location?: {
1891
1877
  country: string;
@@ -1912,6 +1898,7 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
1912
1898
  totalCompletedJobs: number;
1913
1899
  rankInfo?: any;
1914
1900
  } | undefined;
1901
+ specializedProfiles?: any[] | undefined;
1915
1902
  skills?: {
1916
1903
  skill: {
1917
1904
  uid: string;
@@ -1919,7 +1906,6 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
1919
1906
  };
1920
1907
  uid: string;
1921
1908
  }[] | undefined;
1922
- specializedProfiles?: any[] | undefined;
1923
1909
  boosted?: boolean | undefined;
1924
1910
  profileUrl?: string | undefined;
1925
1911
  portrait?: {
@@ -1952,12 +1938,7 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
1952
1938
  isBoosted?: boolean | undefined;
1953
1939
  boostedWouldHaveBeen?: boolean | undefined;
1954
1940
  }[];
1955
- }, {
1956
- status: {
1957
- loaded: boolean;
1958
- failed: boolean;
1959
- loading: boolean;
1960
- };
1941
+ currentPage: number;
1961
1942
  paging: {
1962
1943
  offset: number;
1963
1944
  total: number;
@@ -1967,11 +1948,16 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
1967
1948
  pagesTotal: number;
1968
1949
  perPage: number;
1969
1950
  };
1970
- currentPage: number;
1971
- searchQueryCache: Record<string, any>;
1972
1951
  flags: {
1973
1952
  portfolioSearch: boolean;
1974
1953
  };
1954
+ searchQueryCache: Record<string, any>;
1955
+ }, {
1956
+ status: {
1957
+ loaded: boolean;
1958
+ failed: boolean;
1959
+ loading: boolean;
1960
+ };
1975
1961
  profiles: {
1976
1962
  location?: {
1977
1963
  country: string;
@@ -1998,6 +1984,7 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
1998
1984
  totalCompletedJobs: number;
1999
1985
  rankInfo?: any;
2000
1986
  } | undefined;
1987
+ specializedProfiles?: any[] | undefined;
2001
1988
  skills?: {
2002
1989
  skill: {
2003
1990
  uid: string;
@@ -2005,7 +1992,6 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2005
1992
  };
2006
1993
  uid: string;
2007
1994
  }[] | undefined;
2008
- specializedProfiles?: any[] | undefined;
2009
1995
  boosted?: boolean | undefined;
2010
1996
  profileUrl?: string | undefined;
2011
1997
  portrait?: {
@@ -2038,14 +2024,7 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2038
2024
  isBoosted?: boolean | undefined;
2039
2025
  boostedWouldHaveBeen?: boolean | undefined;
2040
2026
  }[];
2041
- }>;
2042
- }, "strip", z.ZodTypeAny, {
2043
- profilesSearch: {
2044
- status: {
2045
- loaded: boolean;
2046
- failed: boolean;
2047
- loading: boolean;
2048
- };
2027
+ currentPage: number;
2049
2028
  paging: {
2050
2029
  offset: number;
2051
2030
  total: number;
@@ -2055,11 +2034,18 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2055
2034
  pagesTotal: number;
2056
2035
  perPage: number;
2057
2036
  };
2058
- currentPage: number;
2059
- searchQueryCache: Record<string, any>;
2060
2037
  flags: {
2061
2038
  portfolioSearch: boolean;
2062
2039
  };
2040
+ searchQueryCache: Record<string, any>;
2041
+ }>;
2042
+ }, "strip", z.ZodTypeAny, {
2043
+ profilesSearch: {
2044
+ status: {
2045
+ loaded: boolean;
2046
+ failed: boolean;
2047
+ loading: boolean;
2048
+ };
2063
2049
  profiles: {
2064
2050
  location?: {
2065
2051
  country: string;
@@ -2086,6 +2072,7 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2086
2072
  totalCompletedJobs: number;
2087
2073
  rankInfo?: any;
2088
2074
  } | undefined;
2075
+ specializedProfiles?: any[] | undefined;
2089
2076
  skills?: {
2090
2077
  skill: {
2091
2078
  uid: string;
@@ -2093,7 +2080,6 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2093
2080
  };
2094
2081
  uid: string;
2095
2082
  }[] | undefined;
2096
- specializedProfiles?: any[] | undefined;
2097
2083
  boosted?: boolean | undefined;
2098
2084
  profileUrl?: string | undefined;
2099
2085
  portrait?: {
@@ -2126,14 +2112,7 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2126
2112
  isBoosted?: boolean | undefined;
2127
2113
  boostedWouldHaveBeen?: boolean | undefined;
2128
2114
  }[];
2129
- };
2130
- }, {
2131
- profilesSearch: {
2132
- status: {
2133
- loaded: boolean;
2134
- failed: boolean;
2135
- loading: boolean;
2136
- };
2115
+ currentPage: number;
2137
2116
  paging: {
2138
2117
  offset: number;
2139
2118
  total: number;
@@ -2143,11 +2122,18 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2143
2122
  pagesTotal: number;
2144
2123
  perPage: number;
2145
2124
  };
2146
- currentPage: number;
2147
- searchQueryCache: Record<string, any>;
2148
2125
  flags: {
2149
2126
  portfolioSearch: boolean;
2150
2127
  };
2128
+ searchQueryCache: Record<string, any>;
2129
+ };
2130
+ }, {
2131
+ profilesSearch: {
2132
+ status: {
2133
+ loaded: boolean;
2134
+ failed: boolean;
2135
+ loading: boolean;
2136
+ };
2151
2137
  profiles: {
2152
2138
  location?: {
2153
2139
  country: string;
@@ -2174,6 +2160,7 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2174
2160
  totalCompletedJobs: number;
2175
2161
  rankInfo?: any;
2176
2162
  } | undefined;
2163
+ specializedProfiles?: any[] | undefined;
2177
2164
  skills?: {
2178
2165
  skill: {
2179
2166
  uid: string;
@@ -2181,7 +2168,6 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2181
2168
  };
2182
2169
  uid: string;
2183
2170
  }[] | undefined;
2184
- specializedProfiles?: any[] | undefined;
2185
2171
  boosted?: boolean | undefined;
2186
2172
  profileUrl?: string | undefined;
2187
2173
  portrait?: {
@@ -2214,16 +2200,7 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2214
2200
  isBoosted?: boolean | undefined;
2215
2201
  boostedWouldHaveBeen?: boolean | undefined;
2216
2202
  }[];
2217
- };
2218
- }>;
2219
- }, "strip", z.ZodTypeAny, {
2220
- state: {
2221
- profilesSearch: {
2222
- status: {
2223
- loaded: boolean;
2224
- failed: boolean;
2225
- loading: boolean;
2226
- };
2203
+ currentPage: number;
2227
2204
  paging: {
2228
2205
  offset: number;
2229
2206
  total: number;
@@ -2233,11 +2210,20 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2233
2210
  pagesTotal: number;
2234
2211
  perPage: number;
2235
2212
  };
2236
- currentPage: number;
2237
- searchQueryCache: Record<string, any>;
2238
2213
  flags: {
2239
2214
  portfolioSearch: boolean;
2240
2215
  };
2216
+ searchQueryCache: Record<string, any>;
2217
+ };
2218
+ }>;
2219
+ }, "strip", z.ZodTypeAny, {
2220
+ state: {
2221
+ profilesSearch: {
2222
+ status: {
2223
+ loaded: boolean;
2224
+ failed: boolean;
2225
+ loading: boolean;
2226
+ };
2241
2227
  profiles: {
2242
2228
  location?: {
2243
2229
  country: string;
@@ -2264,6 +2250,7 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2264
2250
  totalCompletedJobs: number;
2265
2251
  rankInfo?: any;
2266
2252
  } | undefined;
2253
+ specializedProfiles?: any[] | undefined;
2267
2254
  skills?: {
2268
2255
  skill: {
2269
2256
  uid: string;
@@ -2271,7 +2258,6 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2271
2258
  };
2272
2259
  uid: string;
2273
2260
  }[] | undefined;
2274
- specializedProfiles?: any[] | undefined;
2275
2261
  boosted?: boolean | undefined;
2276
2262
  profileUrl?: string | undefined;
2277
2263
  portrait?: {
@@ -2304,16 +2290,7 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2304
2290
  isBoosted?: boolean | undefined;
2305
2291
  boostedWouldHaveBeen?: boolean | undefined;
2306
2292
  }[];
2307
- };
2308
- };
2309
- }, {
2310
- state: {
2311
- profilesSearch: {
2312
- status: {
2313
- loaded: boolean;
2314
- failed: boolean;
2315
- loading: boolean;
2316
- };
2293
+ currentPage: number;
2317
2294
  paging: {
2318
2295
  offset: number;
2319
2296
  total: number;
@@ -2323,11 +2300,20 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2323
2300
  pagesTotal: number;
2324
2301
  perPage: number;
2325
2302
  };
2326
- currentPage: number;
2327
- searchQueryCache: Record<string, any>;
2328
2303
  flags: {
2329
2304
  portfolioSearch: boolean;
2330
2305
  };
2306
+ searchQueryCache: Record<string, any>;
2307
+ };
2308
+ };
2309
+ }, {
2310
+ state: {
2311
+ profilesSearch: {
2312
+ status: {
2313
+ loaded: boolean;
2314
+ failed: boolean;
2315
+ loading: boolean;
2316
+ };
2331
2317
  profiles: {
2332
2318
  location?: {
2333
2319
  country: string;
@@ -2354,6 +2340,7 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2354
2340
  totalCompletedJobs: number;
2355
2341
  rankInfo?: any;
2356
2342
  } | undefined;
2343
+ specializedProfiles?: any[] | undefined;
2357
2344
  skills?: {
2358
2345
  skill: {
2359
2346
  uid: string;
@@ -2361,7 +2348,6 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2361
2348
  };
2362
2349
  uid: string;
2363
2350
  }[] | undefined;
2364
- specializedProfiles?: any[] | undefined;
2365
2351
  boosted?: boolean | undefined;
2366
2352
  profileUrl?: string | undefined;
2367
2353
  portrait?: {
@@ -2394,6 +2380,20 @@ export declare const profileSearchNuxtObjectSchema: z.ZodObject<{
2394
2380
  isBoosted?: boolean | undefined;
2395
2381
  boostedWouldHaveBeen?: boolean | undefined;
2396
2382
  }[];
2383
+ currentPage: number;
2384
+ paging: {
2385
+ offset: number;
2386
+ total: number;
2387
+ page: number;
2388
+ count: number;
2389
+ originTotal: number;
2390
+ pagesTotal: number;
2391
+ perPage: number;
2392
+ };
2393
+ flags: {
2394
+ portfolioSearch: boolean;
2395
+ };
2396
+ searchQueryCache: Record<string, any>;
2397
2397
  };
2398
2398
  };
2399
2399
  }>;