lancer-shared 1.2.258 → 1.2.260

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.
@@ -1731,11 +1731,13 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<z.objectUtil.extend
1731
1731
  biddedAt: z.ZodNullable<z.ZodNumber>;
1732
1732
  biddingTaskScheduled: z.ZodNullable<z.ZodBoolean>;
1733
1733
  scheduledBiddingTime: z.ZodNullable<z.ZodNumber>;
1734
+ inQueue: z.ZodNullable<z.ZodBoolean>;
1734
1735
  wonAmount: z.ZodOptional<z.ZodNumber>;
1735
1736
  feedbackCheckTaskId: z.ZodNullable<z.ZodString>;
1736
1737
  bidDecision: z.ZodNullable<z.ZodEnum<["proceeded", "rejected"]>>;
1737
1738
  rejectedFeedback: z.ZodNullable<z.ZodString>;
1738
1739
  applicationId: z.ZodNullable<z.ZodString>;
1740
+ campaignName: z.ZodOptional<z.ZodString>;
1739
1741
  }>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
1740
1742
  id: string | null;
1741
1743
  title: string | null;
@@ -2727,11 +2729,13 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
2727
2729
  biddedAt: z.ZodNullable<z.ZodNumber>;
2728
2730
  biddingTaskScheduled: z.ZodNullable<z.ZodBoolean>;
2729
2731
  scheduledBiddingTime: z.ZodNullable<z.ZodNumber>;
2732
+ inQueue: z.ZodNullable<z.ZodBoolean>;
2730
2733
  wonAmount: z.ZodOptional<z.ZodNumber>;
2731
2734
  feedbackCheckTaskId: z.ZodNullable<z.ZodString>;
2732
2735
  bidDecision: z.ZodNullable<z.ZodEnum<["proceeded", "rejected"]>>;
2733
2736
  rejectedFeedback: z.ZodNullable<z.ZodString>;
2734
2737
  applicationId: z.ZodNullable<z.ZodString>;
2738
+ campaignName: z.ZodOptional<z.ZodString>;
2735
2739
  }>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
2736
2740
  id: string | null;
2737
2741
  title: string | null;
@@ -3721,11 +3725,13 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
3721
3725
  biddedAt: z.ZodNullable<z.ZodNumber>;
3722
3726
  biddingTaskScheduled: z.ZodNullable<z.ZodBoolean>;
3723
3727
  scheduledBiddingTime: z.ZodNullable<z.ZodNumber>;
3728
+ inQueue: z.ZodNullable<z.ZodBoolean>;
3724
3729
  wonAmount: z.ZodOptional<z.ZodNumber>;
3725
3730
  feedbackCheckTaskId: z.ZodNullable<z.ZodString>;
3726
3731
  bidDecision: z.ZodNullable<z.ZodEnum<["proceeded", "rejected"]>>;
3727
3732
  rejectedFeedback: z.ZodNullable<z.ZodString>;
3728
3733
  applicationId: z.ZodNullable<z.ZodString>;
3734
+ campaignName: z.ZodOptional<z.ZodString>;
3729
3735
  }>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
3730
3736
  id: string | null;
3731
3737
  title: string | null;
@@ -5352,11 +5358,13 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
5352
5358
  biddedAt: z.ZodNullable<z.ZodNumber>;
5353
5359
  biddingTaskScheduled: z.ZodNullable<z.ZodBoolean>;
5354
5360
  scheduledBiddingTime: z.ZodNullable<z.ZodNumber>;
5361
+ inQueue: z.ZodNullable<z.ZodBoolean>;
5355
5362
  wonAmount: z.ZodOptional<z.ZodNumber>;
5356
5363
  feedbackCheckTaskId: z.ZodNullable<z.ZodString>;
5357
5364
  bidDecision: z.ZodNullable<z.ZodEnum<["proceeded", "rejected"]>>;
5358
5365
  rejectedFeedback: z.ZodNullable<z.ZodString>;
5359
5366
  applicationId: z.ZodNullable<z.ZodString>;
5367
+ campaignName: z.ZodOptional<z.ZodString>;
5360
5368
  }>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
5361
5369
  id: string | null;
5362
5370
  title: string | null;
@@ -6347,11 +6355,13 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
6347
6355
  biddedAt: z.ZodNullable<z.ZodNumber>;
6348
6356
  biddingTaskScheduled: z.ZodNullable<z.ZodBoolean>;
6349
6357
  scheduledBiddingTime: z.ZodNullable<z.ZodNumber>;
6358
+ inQueue: z.ZodNullable<z.ZodBoolean>;
6350
6359
  wonAmount: z.ZodOptional<z.ZodNumber>;
6351
6360
  feedbackCheckTaskId: z.ZodNullable<z.ZodString>;
6352
6361
  bidDecision: z.ZodNullable<z.ZodEnum<["proceeded", "rejected"]>>;
6353
6362
  rejectedFeedback: z.ZodNullable<z.ZodString>;
6354
6363
  applicationId: z.ZodNullable<z.ZodString>;
6364
+ campaignName: z.ZodOptional<z.ZodString>;
6355
6365
  }>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
6356
6366
  id: string | null;
6357
6367
  title: string | null;
@@ -7340,11 +7350,13 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
7340
7350
  biddedAt: z.ZodNullable<z.ZodNumber>;
7341
7351
  biddingTaskScheduled: z.ZodNullable<z.ZodBoolean>;
7342
7352
  scheduledBiddingTime: z.ZodNullable<z.ZodNumber>;
7353
+ inQueue: z.ZodNullable<z.ZodBoolean>;
7343
7354
  wonAmount: z.ZodOptional<z.ZodNumber>;
7344
7355
  feedbackCheckTaskId: z.ZodNullable<z.ZodString>;
7345
7356
  bidDecision: z.ZodNullable<z.ZodEnum<["proceeded", "rejected"]>>;
7346
7357
  rejectedFeedback: z.ZodNullable<z.ZodString>;
7347
7358
  applicationId: z.ZodNullable<z.ZodString>;
7359
+ campaignName: z.ZodOptional<z.ZodString>;
7348
7360
  }>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
7349
7361
  id: string | null;
7350
7362
  title: string | null;
@@ -7735,11 +7747,13 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
7735
7747
  biddedAt: z.ZodNullable<z.ZodNumber>;
7736
7748
  biddingTaskScheduled: z.ZodNullable<z.ZodBoolean>;
7737
7749
  scheduledBiddingTime: z.ZodNullable<z.ZodNumber>;
7750
+ inQueue: z.ZodNullable<z.ZodBoolean>;
7738
7751
  wonAmount: z.ZodOptional<z.ZodNumber>;
7739
7752
  feedbackCheckTaskId: z.ZodNullable<z.ZodString>;
7740
7753
  bidDecision: z.ZodNullable<z.ZodEnum<["proceeded", "rejected"]>>;
7741
7754
  rejectedFeedback: z.ZodNullable<z.ZodString>;
7742
7755
  applicationId: z.ZodNullable<z.ZodString>;
7756
+ campaignName: z.ZodOptional<z.ZodString>;
7743
7757
  }>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
7744
7758
  id: string | null;
7745
7759
  title: string | null;
@@ -8103,11 +8117,13 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
8103
8117
  biddedAt: z.ZodNullable<z.ZodNumber>;
8104
8118
  biddingTaskScheduled: z.ZodNullable<z.ZodBoolean>;
8105
8119
  scheduledBiddingTime: z.ZodNullable<z.ZodNumber>;
8120
+ inQueue: z.ZodNullable<z.ZodBoolean>;
8106
8121
  wonAmount: z.ZodOptional<z.ZodNumber>;
8107
8122
  feedbackCheckTaskId: z.ZodNullable<z.ZodString>;
8108
8123
  bidDecision: z.ZodNullable<z.ZodEnum<["proceeded", "rejected"]>>;
8109
8124
  rejectedFeedback: z.ZodNullable<z.ZodString>;
8110
8125
  applicationId: z.ZodNullable<z.ZodString>;
8126
+ campaignName: z.ZodOptional<z.ZodString>;
8111
8127
  }>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
8112
8128
  id: string | null;
8113
8129
  title: string | null;
@@ -8469,11 +8485,13 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
8469
8485
  biddedAt: z.ZodNullable<z.ZodNumber>;
8470
8486
  biddingTaskScheduled: z.ZodNullable<z.ZodBoolean>;
8471
8487
  scheduledBiddingTime: z.ZodNullable<z.ZodNumber>;
8488
+ inQueue: z.ZodNullable<z.ZodBoolean>;
8472
8489
  wonAmount: z.ZodOptional<z.ZodNumber>;
8473
8490
  feedbackCheckTaskId: z.ZodNullable<z.ZodString>;
8474
8491
  bidDecision: z.ZodNullable<z.ZodEnum<["proceeded", "rejected"]>>;
8475
8492
  rejectedFeedback: z.ZodNullable<z.ZodString>;
8476
8493
  applicationId: z.ZodNullable<z.ZodString>;
8494
+ campaignName: z.ZodOptional<z.ZodString>;
8477
8495
  }>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
8478
8496
  id: string | null;
8479
8497
  title: string | null;
@@ -1,6 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { LeadAgentStatus, LeadStatus } from './lead-status';
3
- import { ClientInfo, JobFilters, JobMetadata, JobSkill, VendorQualifications } from '../job';
2
+ import { JobFilters } from '../job';
4
3
  export declare const questionAnswerPairSchema: z.ZodObject<{
5
4
  question: z.ZodString;
6
5
  answer: z.ZodString;
@@ -338,11 +337,13 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
338
337
  biddedAt: z.ZodNullable<z.ZodNumber>;
339
338
  biddingTaskScheduled: z.ZodNullable<z.ZodBoolean>;
340
339
  scheduledBiddingTime: z.ZodNullable<z.ZodNumber>;
340
+ inQueue: z.ZodNullable<z.ZodBoolean>;
341
341
  wonAmount: z.ZodOptional<z.ZodNumber>;
342
342
  feedbackCheckTaskId: z.ZodNullable<z.ZodString>;
343
343
  bidDecision: z.ZodNullable<z.ZodEnum<["proceeded", "rejected"]>>;
344
344
  rejectedFeedback: z.ZodNullable<z.ZodString>;
345
345
  applicationId: z.ZodNullable<z.ZodString>;
346
+ campaignName: z.ZodOptional<z.ZodString>;
346
347
  }>, "processed">, "strip", z.ZodTypeAny, {
347
348
  id: string | null;
348
349
  title: string | null;
@@ -455,6 +456,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
455
456
  biddedAt: number | null;
456
457
  biddingTaskScheduled: boolean | null;
457
458
  scheduledBiddingTime: number | null;
459
+ inQueue: boolean | null;
458
460
  feedbackCheckTaskId: string | null;
459
461
  bidDecision: "rejected" | "proceeded" | null;
460
462
  rejectedFeedback: string | null;
@@ -481,6 +483,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
481
483
  } | null | undefined;
482
484
  proposalId?: string | undefined;
483
485
  wonAmount?: number | undefined;
486
+ campaignName?: string | undefined;
484
487
  }, {
485
488
  id: string | null;
486
489
  title: string | null;
@@ -593,6 +596,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
593
596
  biddedAt: number | null;
594
597
  biddingTaskScheduled: boolean | null;
595
598
  scheduledBiddingTime: number | null;
599
+ inQueue: boolean | null;
596
600
  feedbackCheckTaskId: string | null;
597
601
  bidDecision: "rejected" | "proceeded" | null;
598
602
  rejectedFeedback: string | null;
@@ -619,6 +623,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
619
623
  } | null | undefined;
620
624
  proposalId?: string | undefined;
621
625
  wonAmount?: number | undefined;
626
+ campaignName?: string | undefined;
622
627
  }>;
623
628
  export declare const leadResponseSchema: z.ZodObject<{
624
629
  leads: z.ZodArray<z.ZodObject<Omit<z.objectUtil.extendShape<{
@@ -948,11 +953,13 @@ export declare const leadResponseSchema: z.ZodObject<{
948
953
  biddedAt: z.ZodNullable<z.ZodNumber>;
949
954
  biddingTaskScheduled: z.ZodNullable<z.ZodBoolean>;
950
955
  scheduledBiddingTime: z.ZodNullable<z.ZodNumber>;
956
+ inQueue: z.ZodNullable<z.ZodBoolean>;
951
957
  wonAmount: z.ZodOptional<z.ZodNumber>;
952
958
  feedbackCheckTaskId: z.ZodNullable<z.ZodString>;
953
959
  bidDecision: z.ZodNullable<z.ZodEnum<["proceeded", "rejected"]>>;
954
960
  rejectedFeedback: z.ZodNullable<z.ZodString>;
955
961
  applicationId: z.ZodNullable<z.ZodString>;
962
+ campaignName: z.ZodOptional<z.ZodString>;
956
963
  }>, "processed">, "strip", z.ZodTypeAny, {
957
964
  id: string | null;
958
965
  title: string | null;
@@ -1065,6 +1072,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1065
1072
  biddedAt: number | null;
1066
1073
  biddingTaskScheduled: boolean | null;
1067
1074
  scheduledBiddingTime: number | null;
1075
+ inQueue: boolean | null;
1068
1076
  feedbackCheckTaskId: string | null;
1069
1077
  bidDecision: "rejected" | "proceeded" | null;
1070
1078
  rejectedFeedback: string | null;
@@ -1091,6 +1099,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1091
1099
  } | null | undefined;
1092
1100
  proposalId?: string | undefined;
1093
1101
  wonAmount?: number | undefined;
1102
+ campaignName?: string | undefined;
1094
1103
  }, {
1095
1104
  id: string | null;
1096
1105
  title: string | null;
@@ -1203,6 +1212,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1203
1212
  biddedAt: number | null;
1204
1213
  biddingTaskScheduled: boolean | null;
1205
1214
  scheduledBiddingTime: number | null;
1215
+ inQueue: boolean | null;
1206
1216
  feedbackCheckTaskId: string | null;
1207
1217
  bidDecision: "rejected" | "proceeded" | null;
1208
1218
  rejectedFeedback: string | null;
@@ -1229,6 +1239,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1229
1239
  } | null | undefined;
1230
1240
  proposalId?: string | undefined;
1231
1241
  wonAmount?: number | undefined;
1242
+ campaignName?: string | undefined;
1232
1243
  }>, "many">;
1233
1244
  nextCursor: z.ZodNullable<z.ZodString>;
1234
1245
  hasMore: z.ZodBoolean;
@@ -1346,6 +1357,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1346
1357
  biddedAt: number | null;
1347
1358
  biddingTaskScheduled: boolean | null;
1348
1359
  scheduledBiddingTime: number | null;
1360
+ inQueue: boolean | null;
1349
1361
  feedbackCheckTaskId: string | null;
1350
1362
  bidDecision: "rejected" | "proceeded" | null;
1351
1363
  rejectedFeedback: string | null;
@@ -1372,6 +1384,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1372
1384
  } | null | undefined;
1373
1385
  proposalId?: string | undefined;
1374
1386
  wonAmount?: number | undefined;
1387
+ campaignName?: string | undefined;
1375
1388
  }[];
1376
1389
  nextCursor: string | null;
1377
1390
  hasMore: boolean;
@@ -1489,6 +1502,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1489
1502
  biddedAt: number | null;
1490
1503
  biddingTaskScheduled: boolean | null;
1491
1504
  scheduledBiddingTime: number | null;
1505
+ inQueue: boolean | null;
1492
1506
  feedbackCheckTaskId: string | null;
1493
1507
  bidDecision: "rejected" | "proceeded" | null;
1494
1508
  rejectedFeedback: string | null;
@@ -1515,6 +1529,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1515
1529
  } | null | undefined;
1516
1530
  proposalId?: string | undefined;
1517
1531
  wonAmount?: number | undefined;
1532
+ campaignName?: string | undefined;
1518
1533
  }[];
1519
1534
  nextCursor: string | null;
1520
1535
  hasMore: boolean;
@@ -2384,11 +2399,13 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2384
2399
  biddedAt: z.ZodNullable<z.ZodNumber>;
2385
2400
  biddingTaskScheduled: z.ZodNullable<z.ZodBoolean>;
2386
2401
  scheduledBiddingTime: z.ZodNullable<z.ZodNumber>;
2402
+ inQueue: z.ZodNullable<z.ZodBoolean>;
2387
2403
  wonAmount: z.ZodOptional<z.ZodNumber>;
2388
2404
  feedbackCheckTaskId: z.ZodNullable<z.ZodString>;
2389
2405
  bidDecision: z.ZodNullable<z.ZodEnum<["proceeded", "rejected"]>>;
2390
2406
  rejectedFeedback: z.ZodNullable<z.ZodString>;
2391
2407
  applicationId: z.ZodNullable<z.ZodString>;
2408
+ campaignName: z.ZodOptional<z.ZodString>;
2392
2409
  }>, "processed">, "strip", z.ZodTypeAny, {
2393
2410
  id: string | null;
2394
2411
  title: string | null;
@@ -2501,6 +2518,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2501
2518
  biddedAt: number | null;
2502
2519
  biddingTaskScheduled: boolean | null;
2503
2520
  scheduledBiddingTime: number | null;
2521
+ inQueue: boolean | null;
2504
2522
  feedbackCheckTaskId: string | null;
2505
2523
  bidDecision: "rejected" | "proceeded" | null;
2506
2524
  rejectedFeedback: string | null;
@@ -2527,6 +2545,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2527
2545
  } | null | undefined;
2528
2546
  proposalId?: string | undefined;
2529
2547
  wonAmount?: number | undefined;
2548
+ campaignName?: string | undefined;
2530
2549
  }, {
2531
2550
  id: string | null;
2532
2551
  title: string | null;
@@ -2639,6 +2658,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2639
2658
  biddedAt: number | null;
2640
2659
  biddingTaskScheduled: boolean | null;
2641
2660
  scheduledBiddingTime: number | null;
2661
+ inQueue: boolean | null;
2642
2662
  feedbackCheckTaskId: string | null;
2643
2663
  bidDecision: "rejected" | "proceeded" | null;
2644
2664
  rejectedFeedback: string | null;
@@ -2665,6 +2685,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2665
2685
  } | null | undefined;
2666
2686
  proposalId?: string | undefined;
2667
2687
  wonAmount?: number | undefined;
2688
+ campaignName?: string | undefined;
2668
2689
  }>]>, "many">;
2669
2690
  lastMonthTotal: z.ZodOptional<z.ZodNumber>;
2670
2691
  lastMonthTotalWithEmptyFilters: z.ZodOptional<z.ZodNumber>;
@@ -2893,6 +2914,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2893
2914
  biddedAt: number | null;
2894
2915
  biddingTaskScheduled: boolean | null;
2895
2916
  scheduledBiddingTime: number | null;
2917
+ inQueue: boolean | null;
2896
2918
  feedbackCheckTaskId: string | null;
2897
2919
  bidDecision: "rejected" | "proceeded" | null;
2898
2920
  rejectedFeedback: string | null;
@@ -2919,6 +2941,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2919
2941
  } | null | undefined;
2920
2942
  proposalId?: string | undefined;
2921
2943
  wonAmount?: number | undefined;
2944
+ campaignName?: string | undefined;
2922
2945
  })[];
2923
2946
  total: number;
2924
2947
  error?: string | undefined;
@@ -3148,6 +3171,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3148
3171
  biddedAt: number | null;
3149
3172
  biddingTaskScheduled: boolean | null;
3150
3173
  scheduledBiddingTime: number | null;
3174
+ inQueue: boolean | null;
3151
3175
  feedbackCheckTaskId: string | null;
3152
3176
  bidDecision: "rejected" | "proceeded" | null;
3153
3177
  rejectedFeedback: string | null;
@@ -3174,6 +3198,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3174
3198
  } | null | undefined;
3175
3199
  proposalId?: string | undefined;
3176
3200
  wonAmount?: number | undefined;
3201
+ campaignName?: string | undefined;
3177
3202
  })[];
3178
3203
  total: number;
3179
3204
  error?: string | undefined;
@@ -3525,11 +3550,13 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
3525
3550
  biddedAt: z.ZodNullable<z.ZodNumber>;
3526
3551
  biddingTaskScheduled: z.ZodNullable<z.ZodBoolean>;
3527
3552
  scheduledBiddingTime: z.ZodNullable<z.ZodNumber>;
3553
+ inQueue: z.ZodNullable<z.ZodBoolean>;
3528
3554
  wonAmount: z.ZodOptional<z.ZodNumber>;
3529
3555
  feedbackCheckTaskId: z.ZodNullable<z.ZodString>;
3530
3556
  bidDecision: z.ZodNullable<z.ZodEnum<["proceeded", "rejected"]>>;
3531
3557
  rejectedFeedback: z.ZodNullable<z.ZodString>;
3532
3558
  applicationId: z.ZodNullable<z.ZodString>;
3559
+ campaignName: z.ZodOptional<z.ZodString>;
3533
3560
  }>, "processed">, "strip", z.ZodTypeAny, {
3534
3561
  id: string | null;
3535
3562
  title: string | null;
@@ -3642,6 +3669,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
3642
3669
  biddedAt: number | null;
3643
3670
  biddingTaskScheduled: boolean | null;
3644
3671
  scheduledBiddingTime: number | null;
3672
+ inQueue: boolean | null;
3645
3673
  feedbackCheckTaskId: string | null;
3646
3674
  bidDecision: "rejected" | "proceeded" | null;
3647
3675
  rejectedFeedback: string | null;
@@ -3668,6 +3696,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
3668
3696
  } | null | undefined;
3669
3697
  proposalId?: string | undefined;
3670
3698
  wonAmount?: number | undefined;
3699
+ campaignName?: string | undefined;
3671
3700
  }, {
3672
3701
  id: string | null;
3673
3702
  title: string | null;
@@ -3780,6 +3809,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
3780
3809
  biddedAt: number | null;
3781
3810
  biddingTaskScheduled: boolean | null;
3782
3811
  scheduledBiddingTime: number | null;
3812
+ inQueue: boolean | null;
3783
3813
  feedbackCheckTaskId: string | null;
3784
3814
  bidDecision: "rejected" | "proceeded" | null;
3785
3815
  rejectedFeedback: string | null;
@@ -3806,6 +3836,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
3806
3836
  } | null | undefined;
3807
3837
  proposalId?: string | undefined;
3808
3838
  wonAmount?: number | undefined;
3839
+ campaignName?: string | undefined;
3809
3840
  }>, "many">;
3810
3841
  pagination: z.ZodObject<{
3811
3842
  hasMore: z.ZodBoolean;
@@ -3933,6 +3964,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
3933
3964
  biddedAt: number | null;
3934
3965
  biddingTaskScheduled: boolean | null;
3935
3966
  scheduledBiddingTime: number | null;
3967
+ inQueue: boolean | null;
3936
3968
  feedbackCheckTaskId: string | null;
3937
3969
  bidDecision: "rejected" | "proceeded" | null;
3938
3970
  rejectedFeedback: string | null;
@@ -3959,6 +3991,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
3959
3991
  } | null | undefined;
3960
3992
  proposalId?: string | undefined;
3961
3993
  wonAmount?: number | undefined;
3994
+ campaignName?: string | undefined;
3962
3995
  }[];
3963
3996
  pagination: {
3964
3997
  nextCursor: string | null;
@@ -4078,6 +4111,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4078
4111
  biddedAt: number | null;
4079
4112
  biddingTaskScheduled: boolean | null;
4080
4113
  scheduledBiddingTime: number | null;
4114
+ inQueue: boolean | null;
4081
4115
  feedbackCheckTaskId: string | null;
4082
4116
  bidDecision: "rejected" | "proceeded" | null;
4083
4117
  rejectedFeedback: string | null;
@@ -4104,6 +4138,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4104
4138
  } | null | undefined;
4105
4139
  proposalId?: string | undefined;
4106
4140
  wonAmount?: number | undefined;
4141
+ campaignName?: string | undefined;
4107
4142
  }[];
4108
4143
  pagination: {
4109
4144
  nextCursor: string | null;
@@ -4123,16 +4158,7 @@ export declare const generateLeadCountsRequestSchema: z.ZodObject<{
4123
4158
  }>;
4124
4159
  export interface QuestionAnswerPair extends z.infer<typeof questionAnswerPairSchema> {
4125
4160
  }
4126
- export interface Lead extends z.infer<typeof leadSchema> {
4127
- clientInfo: ClientInfo | null;
4128
- metadata: JobMetadata | null;
4129
- skills: JobSkill[] | null;
4130
- vendorQualifications: VendorQualifications | null;
4131
- questionAnswerPairs: QuestionAnswerPair[] | null;
4132
- agentStatus: LeadAgentStatus | null;
4133
- leadStatus: LeadStatus | null;
4134
- campaignName: string | null;
4135
- }
4161
+ export type Lead = z.infer<typeof leadSchema>;
4136
4162
  export type LeadResponse = z.infer<typeof leadResponseSchema>;
4137
4163
  export type FindLeadsRequest = z.infer<typeof findLeadsRequestSchema>;
4138
4164
  export type FindLeadsResponse = z.infer<typeof findLeadsResponseSchema>;
@@ -1690,11 +1690,13 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1690
1690
  biddedAt: z.ZodNullable<z.ZodNumber>;
1691
1691
  biddingTaskScheduled: z.ZodNullable<z.ZodBoolean>;
1692
1692
  scheduledBiddingTime: z.ZodNullable<z.ZodNumber>;
1693
+ inQueue: z.ZodNullable<z.ZodBoolean>;
1693
1694
  wonAmount: z.ZodOptional<z.ZodNumber>;
1694
1695
  feedbackCheckTaskId: z.ZodNullable<z.ZodString>;
1695
1696
  bidDecision: z.ZodNullable<z.ZodEnum<["proceeded", "rejected"]>>;
1696
1697
  rejectedFeedback: z.ZodNullable<z.ZodString>;
1697
1698
  applicationId: z.ZodNullable<z.ZodString>;
1699
+ campaignName: z.ZodOptional<z.ZodString>;
1698
1700
  }>, "processed">, "strip", z.ZodTypeAny, {
1699
1701
  id: string | null;
1700
1702
  title: string | null;
@@ -1807,6 +1809,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1807
1809
  biddedAt: number | null;
1808
1810
  biddingTaskScheduled: boolean | null;
1809
1811
  scheduledBiddingTime: number | null;
1812
+ inQueue: boolean | null;
1810
1813
  feedbackCheckTaskId: string | null;
1811
1814
  bidDecision: "rejected" | "proceeded" | null;
1812
1815
  rejectedFeedback: string | null;
@@ -1833,6 +1836,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1833
1836
  } | null | undefined;
1834
1837
  proposalId?: string | undefined;
1835
1838
  wonAmount?: number | undefined;
1839
+ campaignName?: string | undefined;
1836
1840
  }, {
1837
1841
  id: string | null;
1838
1842
  title: string | null;
@@ -1945,6 +1949,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1945
1949
  biddedAt: number | null;
1946
1950
  biddingTaskScheduled: boolean | null;
1947
1951
  scheduledBiddingTime: number | null;
1952
+ inQueue: boolean | null;
1948
1953
  feedbackCheckTaskId: string | null;
1949
1954
  bidDecision: "rejected" | "proceeded" | null;
1950
1955
  rejectedFeedback: string | null;
@@ -1971,6 +1976,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1971
1976
  } | null | undefined;
1972
1977
  proposalId?: string | undefined;
1973
1978
  wonAmount?: number | undefined;
1979
+ campaignName?: string | undefined;
1974
1980
  }>;
1975
1981
  bidder: z.ZodObject<{
1976
1982
  id: z.ZodString;
@@ -2253,6 +2259,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
2253
2259
  biddedAt: number | null;
2254
2260
  biddingTaskScheduled: boolean | null;
2255
2261
  scheduledBiddingTime: number | null;
2262
+ inQueue: boolean | null;
2256
2263
  feedbackCheckTaskId: string | null;
2257
2264
  bidDecision: "rejected" | "proceeded" | null;
2258
2265
  rejectedFeedback: string | null;
@@ -2279,6 +2286,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
2279
2286
  } | null | undefined;
2280
2287
  proposalId?: string | undefined;
2281
2288
  wonAmount?: number | undefined;
2289
+ campaignName?: string | undefined;
2282
2290
  };
2283
2291
  campaign: {
2284
2292
  id: string;
@@ -2602,6 +2610,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
2602
2610
  biddedAt: number | null;
2603
2611
  biddingTaskScheduled: boolean | null;
2604
2612
  scheduledBiddingTime: number | null;
2613
+ inQueue: boolean | null;
2605
2614
  feedbackCheckTaskId: string | null;
2606
2615
  bidDecision: "rejected" | "proceeded" | null;
2607
2616
  rejectedFeedback: string | null;
@@ -2628,6 +2637,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
2628
2637
  } | null | undefined;
2629
2638
  proposalId?: string | undefined;
2630
2639
  wonAmount?: number | undefined;
2640
+ campaignName?: string | undefined;
2631
2641
  };
2632
2642
  campaign: {
2633
2643
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.258",
3
+ "version": "1.2.260",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",