lancer-shared 1.2.271 → 1.2.273

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 (46) hide show
  1. package/dist/bundle.cjs.js +78 -4
  2. package/dist/bundle.cjs.js.map +1 -1
  3. package/dist/bundle.esm.js +77 -5
  4. package/dist/bundle.esm.js.map +1 -1
  5. package/dist/constants/grouped-countries.d.ts +1 -0
  6. package/dist/constants/index.d.ts +1 -0
  7. package/dist/schemas/account/bidder-account.d.ts +20 -20
  8. package/dist/schemas/account/scraper-account.d.ts +22 -22
  9. package/dist/schemas/agent/index.d.ts +216 -216
  10. package/dist/schemas/agent/proposal.d.ts +2 -2
  11. package/dist/schemas/bidder/bid.d.ts +2062 -2043
  12. package/dist/schemas/campaign/campaign-analytics.d.ts +784 -776
  13. package/dist/schemas/campaign/campaign-chat-bot.d.ts +9 -9
  14. package/dist/schemas/campaign/campaign.d.ts +378 -378
  15. package/dist/schemas/dashboard/index.d.ts +12 -12
  16. package/dist/schemas/golden-dataset/sample.d.ts +8 -8
  17. package/dist/schemas/invoice/index.d.ts +4 -4
  18. package/dist/schemas/job/index.d.ts +112 -112
  19. package/dist/schemas/job/job-api.d.ts +6 -6
  20. package/dist/schemas/job/job-details.d.ts +74 -74
  21. package/dist/schemas/job/job-filters.d.ts +47 -47
  22. package/dist/schemas/job/job-listing.d.ts +22 -22
  23. package/dist/schemas/job/nuxt.d.ts +24 -24
  24. package/dist/schemas/lead/index.d.ts +845 -844
  25. package/dist/schemas/lead/insufficient-connects-action.d.ts +3 -0
  26. package/dist/schemas/lead/lead-status.d.ts +10 -10
  27. package/dist/schemas/logger/feed/feed-chunk-enrich.d.ts +6 -6
  28. package/dist/schemas/logger/feed/feed-enrich.d.ts +6 -6
  29. package/dist/schemas/logger/feed/feed-job-enrich.d.ts +140 -140
  30. package/dist/schemas/logger/feed/feed-scrape.d.ts +6 -6
  31. package/dist/schemas/logger/log-event.d.ts +72 -72
  32. package/dist/schemas/logger/scraper-events.d.ts +28 -28
  33. package/dist/schemas/notifications/index.d.ts +4 -4
  34. package/dist/schemas/organization/billing.d.ts +2 -2
  35. package/dist/schemas/organization/index.d.ts +66 -62
  36. package/dist/schemas/organization/organization-leads.d.ts +4 -4
  37. package/dist/schemas/organization/subscription.d.ts +9 -9
  38. package/dist/schemas/plan/index.d.ts +22 -22
  39. package/dist/schemas/proxy/proxy.d.ts +2 -2
  40. package/dist/schemas/scraper/scrape-payload.d.ts +495 -490
  41. package/dist/schemas/scraper/scrape-result.d.ts +136 -136
  42. package/dist/schemas/talent/index.d.ts +148 -148
  43. package/dist/schemas/transaction/index.d.ts +2 -2
  44. package/dist/schemas/usage/index.d.ts +2 -2
  45. package/dist/schemas/usage-event/index.d.ts +8 -8
  46. package/package.json +1 -1
@@ -169,7 +169,6 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
169
169
  locationCheckRequired: boolean;
170
170
  location?: any;
171
171
  group?: any;
172
- regions?: any;
173
172
  countries?: any;
174
173
  earnings?: any;
175
174
  groupRecno?: any;
@@ -177,6 +176,7 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
177
176
  localDescription?: any;
178
177
  localFlexibilityDescription?: any;
179
178
  onSiteType?: any;
179
+ regions?: any;
180
180
  states?: any;
181
181
  tests?: any;
182
182
  timezones?: any;
@@ -192,7 +192,6 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
192
192
  locationCheckRequired: boolean;
193
193
  location?: any;
194
194
  group?: any;
195
- regions?: any;
196
195
  countries?: any;
197
196
  earnings?: any;
198
197
  groupRecno?: any;
@@ -200,6 +199,7 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
200
199
  localDescription?: any;
201
200
  localFlexibilityDescription?: any;
202
201
  onSiteType?: any;
202
+ regions?: any;
203
203
  states?: any;
204
204
  tests?: any;
205
205
  timezones?: any;
@@ -222,10 +222,6 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
222
222
  title: string;
223
223
  description: string;
224
224
  status: number;
225
- questions: {
226
- position: number;
227
- question: string;
228
- }[];
229
225
  numberOfPositionsToHire: number;
230
226
  category: {
231
227
  name: string;
@@ -298,7 +294,6 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
298
294
  locationCheckRequired: boolean;
299
295
  location?: any;
300
296
  group?: any;
301
- regions?: any;
302
297
  countries?: any;
303
298
  earnings?: any;
304
299
  groupRecno?: any;
@@ -306,11 +301,16 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
306
301
  localDescription?: any;
307
302
  localFlexibilityDescription?: any;
308
303
  onSiteType?: any;
304
+ regions?: any;
309
305
  states?: any;
310
306
  tests?: any;
311
307
  timezones?: any;
312
308
  locations?: any;
313
309
  };
310
+ questions: {
311
+ position: number;
312
+ question: string;
313
+ }[];
314
314
  durationIdV3: number;
315
315
  durationLabel: string;
316
316
  }, {
@@ -318,10 +318,6 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
318
318
  title: string;
319
319
  description: string;
320
320
  status: number;
321
- questions: {
322
- position: number;
323
- question: string;
324
- }[];
325
321
  numberOfPositionsToHire: number;
326
322
  category: {
327
323
  name: string;
@@ -394,7 +390,6 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
394
390
  locationCheckRequired: boolean;
395
391
  location?: any;
396
392
  group?: any;
397
- regions?: any;
398
393
  countries?: any;
399
394
  earnings?: any;
400
395
  groupRecno?: any;
@@ -402,11 +397,16 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
402
397
  localDescription?: any;
403
398
  localFlexibilityDescription?: any;
404
399
  onSiteType?: any;
400
+ regions?: any;
405
401
  states?: any;
406
402
  tests?: any;
407
403
  timezones?: any;
408
404
  locations?: any;
409
405
  };
406
+ questions: {
407
+ position: number;
408
+ question: string;
409
+ }[];
410
410
  durationIdV3: number;
411
411
  durationLabel: string;
412
412
  }>;
@@ -1125,17 +1125,12 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
1125
1125
  isInfographicTooltipAvailable: boolean;
1126
1126
  };
1127
1127
  };
1128
- isPhoneVerified: boolean;
1129
1128
  cache: boolean;
1130
1129
  job: {
1131
1130
  type: number;
1132
1131
  title: string;
1133
1132
  description: string;
1134
1133
  status: number;
1135
- questions: {
1136
- position: number;
1137
- question: string;
1138
- }[];
1139
1134
  numberOfPositionsToHire: number;
1140
1135
  category: {
1141
1136
  name: string;
@@ -1208,7 +1203,6 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
1208
1203
  locationCheckRequired: boolean;
1209
1204
  location?: any;
1210
1205
  group?: any;
1211
- regions?: any;
1212
1206
  countries?: any;
1213
1207
  earnings?: any;
1214
1208
  groupRecno?: any;
@@ -1216,11 +1210,16 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
1216
1210
  localDescription?: any;
1217
1211
  localFlexibilityDescription?: any;
1218
1212
  onSiteType?: any;
1213
+ regions?: any;
1219
1214
  states?: any;
1220
1215
  tests?: any;
1221
1216
  timezones?: any;
1222
1217
  locations?: any;
1223
1218
  };
1219
+ questions: {
1220
+ position: number;
1221
+ question: string;
1222
+ }[];
1224
1223
  durationIdV3: number;
1225
1224
  durationLabel: string;
1226
1225
  };
@@ -1368,6 +1367,7 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
1368
1367
  clientAllowed: boolean;
1369
1368
  };
1370
1369
  isGroupOpportunity: boolean;
1370
+ isPhoneVerified: boolean;
1371
1371
  isApplyBlocked: boolean;
1372
1372
  hasAiInterview: boolean;
1373
1373
  connects?: {
@@ -1398,17 +1398,12 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
1398
1398
  isInfographicTooltipAvailable: boolean;
1399
1399
  };
1400
1400
  };
1401
- isPhoneVerified: boolean;
1402
1401
  cache: boolean;
1403
1402
  job: {
1404
1403
  type: number;
1405
1404
  title: string;
1406
1405
  description: string;
1407
1406
  status: number;
1408
- questions: {
1409
- position: number;
1410
- question: string;
1411
- }[];
1412
1407
  numberOfPositionsToHire: number;
1413
1408
  category: {
1414
1409
  name: string;
@@ -1481,7 +1476,6 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
1481
1476
  locationCheckRequired: boolean;
1482
1477
  location?: any;
1483
1478
  group?: any;
1484
- regions?: any;
1485
1479
  countries?: any;
1486
1480
  earnings?: any;
1487
1481
  groupRecno?: any;
@@ -1489,11 +1483,16 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
1489
1483
  localDescription?: any;
1490
1484
  localFlexibilityDescription?: any;
1491
1485
  onSiteType?: any;
1486
+ regions?: any;
1492
1487
  states?: any;
1493
1488
  tests?: any;
1494
1489
  timezones?: any;
1495
1490
  locations?: any;
1496
1491
  };
1492
+ questions: {
1493
+ position: number;
1494
+ question: string;
1495
+ }[];
1497
1496
  durationIdV3: number;
1498
1497
  durationLabel: string;
1499
1498
  };
@@ -1641,6 +1640,7 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
1641
1640
  clientAllowed: boolean;
1642
1641
  };
1643
1642
  isGroupOpportunity: boolean;
1643
+ isPhoneVerified: boolean;
1644
1644
  isApplyBlocked: boolean;
1645
1645
  hasAiInterview: boolean;
1646
1646
  connects?: {