lancer-shared 1.2.267 → 1.2.269

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.
@@ -152,6 +152,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
152
152
  companySize: z.ZodNullable<z.ZodString>;
153
153
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
154
154
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
155
+ companyId: z.ZodNullable<z.ZodString>;
155
156
  }, "strip", z.ZodTypeAny, {
156
157
  country: string | null;
157
158
  region: string | null;
@@ -170,6 +171,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
170
171
  memberSince: string | null;
171
172
  companyIndustry: string | null;
172
173
  avgHourlyRatePaid: number | null;
174
+ companyId: string | null;
173
175
  }, {
174
176
  country: string | null;
175
177
  region: string | null;
@@ -188,6 +190,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
188
190
  memberSince: string | null;
189
191
  companyIndustry: string | null;
190
192
  avgHourlyRatePaid: number | null;
193
+ companyId: string | null;
191
194
  }>>;
192
195
  vendorQualifications: z.ZodNullable<z.ZodObject<{
193
196
  location: z.ZodNullable<z.ZodString>;
@@ -479,6 +482,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
479
482
  specialisedProfile: string | null;
480
483
  };
481
484
  }>>;
485
+ statusSynced: z.ZodNullable<z.ZodBoolean>;
482
486
  }>, "processed">, "strip", z.ZodTypeAny, {
483
487
  id: string | null;
484
488
  title: string | null;
@@ -522,6 +526,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
522
526
  memberSince: string | null;
523
527
  companyIndustry: string | null;
524
528
  avgHourlyRatePaid: number | null;
529
+ companyId: string | null;
525
530
  } | null;
526
531
  vendorQualifications: {
527
532
  location: string | null;
@@ -620,6 +625,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
620
625
  specialisedProfile: string | null;
621
626
  };
622
627
  } | null;
628
+ statusSynced: boolean | null;
623
629
  activity?: Partial<Record<"4h" | "24h", {
624
630
  updatedAt: number | null;
625
631
  unansweredInvites: number | null;
@@ -685,6 +691,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
685
691
  memberSince: string | null;
686
692
  companyIndustry: string | null;
687
693
  avgHourlyRatePaid: number | null;
694
+ companyId: string | null;
688
695
  } | null;
689
696
  vendorQualifications: {
690
697
  location: string | null;
@@ -783,6 +790,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
783
790
  specialisedProfile: string | null;
784
791
  };
785
792
  } | null;
793
+ statusSynced: boolean | null;
786
794
  activity?: Partial<Record<"4h" | "24h", {
787
795
  updatedAt: number | null;
788
796
  unansweredInvites: number | null;
@@ -883,6 +891,7 @@ export declare const leadResponseSchema: z.ZodObject<{
883
891
  companySize: z.ZodNullable<z.ZodString>;
884
892
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
885
893
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
894
+ companyId: z.ZodNullable<z.ZodString>;
886
895
  }, "strip", z.ZodTypeAny, {
887
896
  country: string | null;
888
897
  region: string | null;
@@ -901,6 +910,7 @@ export declare const leadResponseSchema: z.ZodObject<{
901
910
  memberSince: string | null;
902
911
  companyIndustry: string | null;
903
912
  avgHourlyRatePaid: number | null;
913
+ companyId: string | null;
904
914
  }, {
905
915
  country: string | null;
906
916
  region: string | null;
@@ -919,6 +929,7 @@ export declare const leadResponseSchema: z.ZodObject<{
919
929
  memberSince: string | null;
920
930
  companyIndustry: string | null;
921
931
  avgHourlyRatePaid: number | null;
932
+ companyId: string | null;
922
933
  }>>;
923
934
  vendorQualifications: z.ZodNullable<z.ZodObject<{
924
935
  location: z.ZodNullable<z.ZodString>;
@@ -1210,6 +1221,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1210
1221
  specialisedProfile: string | null;
1211
1222
  };
1212
1223
  }>>;
1224
+ statusSynced: z.ZodNullable<z.ZodBoolean>;
1213
1225
  }>, "processed">, "strip", z.ZodTypeAny, {
1214
1226
  id: string | null;
1215
1227
  title: string | null;
@@ -1253,6 +1265,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1253
1265
  memberSince: string | null;
1254
1266
  companyIndustry: string | null;
1255
1267
  avgHourlyRatePaid: number | null;
1268
+ companyId: string | null;
1256
1269
  } | null;
1257
1270
  vendorQualifications: {
1258
1271
  location: string | null;
@@ -1351,6 +1364,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1351
1364
  specialisedProfile: string | null;
1352
1365
  };
1353
1366
  } | null;
1367
+ statusSynced: boolean | null;
1354
1368
  activity?: Partial<Record<"4h" | "24h", {
1355
1369
  updatedAt: number | null;
1356
1370
  unansweredInvites: number | null;
@@ -1416,6 +1430,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1416
1430
  memberSince: string | null;
1417
1431
  companyIndustry: string | null;
1418
1432
  avgHourlyRatePaid: number | null;
1433
+ companyId: string | null;
1419
1434
  } | null;
1420
1435
  vendorQualifications: {
1421
1436
  location: string | null;
@@ -1514,6 +1529,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1514
1529
  specialisedProfile: string | null;
1515
1530
  };
1516
1531
  } | null;
1532
+ statusSynced: boolean | null;
1517
1533
  activity?: Partial<Record<"4h" | "24h", {
1518
1534
  updatedAt: number | null;
1519
1535
  unansweredInvites: number | null;
@@ -1584,6 +1600,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1584
1600
  memberSince: string | null;
1585
1601
  companyIndustry: string | null;
1586
1602
  avgHourlyRatePaid: number | null;
1603
+ companyId: string | null;
1587
1604
  } | null;
1588
1605
  vendorQualifications: {
1589
1606
  location: string | null;
@@ -1682,6 +1699,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1682
1699
  specialisedProfile: string | null;
1683
1700
  };
1684
1701
  } | null;
1702
+ statusSynced: boolean | null;
1685
1703
  activity?: Partial<Record<"4h" | "24h", {
1686
1704
  updatedAt: number | null;
1687
1705
  unansweredInvites: number | null;
@@ -1752,6 +1770,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1752
1770
  memberSince: string | null;
1753
1771
  companyIndustry: string | null;
1754
1772
  avgHourlyRatePaid: number | null;
1773
+ companyId: string | null;
1755
1774
  } | null;
1756
1775
  vendorQualifications: {
1757
1776
  location: string | null;
@@ -1850,6 +1869,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1850
1869
  specialisedProfile: string | null;
1851
1870
  };
1852
1871
  } | null;
1872
+ statusSynced: boolean | null;
1853
1873
  activity?: Partial<Record<"4h" | "24h", {
1854
1874
  updatedAt: number | null;
1855
1875
  unansweredInvites: number | null;
@@ -1971,6 +1991,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
1971
1991
  companySize: z.ZodNullable<z.ZodString>;
1972
1992
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
1973
1993
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
1994
+ companyId: z.ZodNullable<z.ZodString>;
1974
1995
  }, "strip", z.ZodTypeAny, {
1975
1996
  country: string | null;
1976
1997
  region: string | null;
@@ -1989,6 +2010,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
1989
2010
  memberSince: string | null;
1990
2011
  companyIndustry: string | null;
1991
2012
  avgHourlyRatePaid: number | null;
2013
+ companyId: string | null;
1992
2014
  }, {
1993
2015
  country: string | null;
1994
2016
  region: string | null;
@@ -2007,6 +2029,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2007
2029
  memberSince: string | null;
2008
2030
  companyIndustry: string | null;
2009
2031
  avgHourlyRatePaid: number | null;
2032
+ companyId: string | null;
2010
2033
  }>>;
2011
2034
  vendorQualifications: z.ZodNullable<z.ZodObject<{
2012
2035
  location: z.ZodNullable<z.ZodString>;
@@ -2232,6 +2255,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2232
2255
  memberSince: string | null;
2233
2256
  companyIndustry: string | null;
2234
2257
  avgHourlyRatePaid: number | null;
2258
+ companyId: string | null;
2235
2259
  } | null;
2236
2260
  vendorQualifications: {
2237
2261
  location: string | null;
@@ -2344,6 +2368,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2344
2368
  memberSince: string | null;
2345
2369
  companyIndustry: string | null;
2346
2370
  avgHourlyRatePaid: number | null;
2371
+ companyId: string | null;
2347
2372
  } | null;
2348
2373
  vendorQualifications: {
2349
2374
  location: string | null;
@@ -2493,6 +2518,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2493
2518
  companySize: z.ZodNullable<z.ZodString>;
2494
2519
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
2495
2520
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
2521
+ companyId: z.ZodNullable<z.ZodString>;
2496
2522
  }, "strip", z.ZodTypeAny, {
2497
2523
  country: string | null;
2498
2524
  region: string | null;
@@ -2511,6 +2537,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2511
2537
  memberSince: string | null;
2512
2538
  companyIndustry: string | null;
2513
2539
  avgHourlyRatePaid: number | null;
2540
+ companyId: string | null;
2514
2541
  }, {
2515
2542
  country: string | null;
2516
2543
  region: string | null;
@@ -2529,6 +2556,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2529
2556
  memberSince: string | null;
2530
2557
  companyIndustry: string | null;
2531
2558
  avgHourlyRatePaid: number | null;
2559
+ companyId: string | null;
2532
2560
  }>>;
2533
2561
  vendorQualifications: z.ZodNullable<z.ZodObject<{
2534
2562
  location: z.ZodNullable<z.ZodString>;
@@ -2820,6 +2848,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2820
2848
  specialisedProfile: string | null;
2821
2849
  };
2822
2850
  }>>;
2851
+ statusSynced: z.ZodNullable<z.ZodBoolean>;
2823
2852
  }>, "processed">, "strip", z.ZodTypeAny, {
2824
2853
  id: string | null;
2825
2854
  title: string | null;
@@ -2863,6 +2892,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2863
2892
  memberSince: string | null;
2864
2893
  companyIndustry: string | null;
2865
2894
  avgHourlyRatePaid: number | null;
2895
+ companyId: string | null;
2866
2896
  } | null;
2867
2897
  vendorQualifications: {
2868
2898
  location: string | null;
@@ -2961,6 +2991,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2961
2991
  specialisedProfile: string | null;
2962
2992
  };
2963
2993
  } | null;
2994
+ statusSynced: boolean | null;
2964
2995
  activity?: Partial<Record<"4h" | "24h", {
2965
2996
  updatedAt: number | null;
2966
2997
  unansweredInvites: number | null;
@@ -3026,6 +3057,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3026
3057
  memberSince: string | null;
3027
3058
  companyIndustry: string | null;
3028
3059
  avgHourlyRatePaid: number | null;
3060
+ companyId: string | null;
3029
3061
  } | null;
3030
3062
  vendorQualifications: {
3031
3063
  location: string | null;
@@ -3124,6 +3156,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3124
3156
  specialisedProfile: string | null;
3125
3157
  };
3126
3158
  } | null;
3159
+ statusSynced: boolean | null;
3127
3160
  activity?: Partial<Record<"4h" | "24h", {
3128
3161
  updatedAt: number | null;
3129
3162
  unansweredInvites: number | null;
@@ -3190,6 +3223,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3190
3223
  memberSince: string | null;
3191
3224
  companyIndustry: string | null;
3192
3225
  avgHourlyRatePaid: number | null;
3226
+ companyId: string | null;
3193
3227
  } | null;
3194
3228
  vendorQualifications: {
3195
3229
  location: string | null;
@@ -3306,6 +3340,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3306
3340
  memberSince: string | null;
3307
3341
  companyIndustry: string | null;
3308
3342
  avgHourlyRatePaid: number | null;
3343
+ companyId: string | null;
3309
3344
  } | null;
3310
3345
  vendorQualifications: {
3311
3346
  location: string | null;
@@ -3404,6 +3439,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3404
3439
  specialisedProfile: string | null;
3405
3440
  };
3406
3441
  } | null;
3442
+ statusSynced: boolean | null;
3407
3443
  activity?: Partial<Record<"4h" | "24h", {
3408
3444
  updatedAt: number | null;
3409
3445
  unansweredInvites: number | null;
@@ -3471,6 +3507,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3471
3507
  memberSince: string | null;
3472
3508
  companyIndustry: string | null;
3473
3509
  avgHourlyRatePaid: number | null;
3510
+ companyId: string | null;
3474
3511
  } | null;
3475
3512
  vendorQualifications: {
3476
3513
  location: string | null;
@@ -3587,6 +3624,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3587
3624
  memberSince: string | null;
3588
3625
  companyIndustry: string | null;
3589
3626
  avgHourlyRatePaid: number | null;
3627
+ companyId: string | null;
3590
3628
  } | null;
3591
3629
  vendorQualifications: {
3592
3630
  location: string | null;
@@ -3685,6 +3723,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3685
3723
  specialisedProfile: string | null;
3686
3724
  };
3687
3725
  } | null;
3726
+ statusSynced: boolean | null;
3688
3727
  activity?: Partial<Record<"4h" | "24h", {
3689
3728
  updatedAt: number | null;
3690
3729
  unansweredInvites: number | null;
@@ -3810,6 +3849,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
3810
3849
  companySize: z.ZodNullable<z.ZodString>;
3811
3850
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
3812
3851
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
3852
+ companyId: z.ZodNullable<z.ZodString>;
3813
3853
  }, "strip", z.ZodTypeAny, {
3814
3854
  country: string | null;
3815
3855
  region: string | null;
@@ -3828,6 +3868,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
3828
3868
  memberSince: string | null;
3829
3869
  companyIndustry: string | null;
3830
3870
  avgHourlyRatePaid: number | null;
3871
+ companyId: string | null;
3831
3872
  }, {
3832
3873
  country: string | null;
3833
3874
  region: string | null;
@@ -3846,6 +3887,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
3846
3887
  memberSince: string | null;
3847
3888
  companyIndustry: string | null;
3848
3889
  avgHourlyRatePaid: number | null;
3890
+ companyId: string | null;
3849
3891
  }>>;
3850
3892
  vendorQualifications: z.ZodNullable<z.ZodObject<{
3851
3893
  location: z.ZodNullable<z.ZodString>;
@@ -4137,6 +4179,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4137
4179
  specialisedProfile: string | null;
4138
4180
  };
4139
4181
  }>>;
4182
+ statusSynced: z.ZodNullable<z.ZodBoolean>;
4140
4183
  }>, "processed">, "strip", z.ZodTypeAny, {
4141
4184
  id: string | null;
4142
4185
  title: string | null;
@@ -4180,6 +4223,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4180
4223
  memberSince: string | null;
4181
4224
  companyIndustry: string | null;
4182
4225
  avgHourlyRatePaid: number | null;
4226
+ companyId: string | null;
4183
4227
  } | null;
4184
4228
  vendorQualifications: {
4185
4229
  location: string | null;
@@ -4278,6 +4322,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4278
4322
  specialisedProfile: string | null;
4279
4323
  };
4280
4324
  } | null;
4325
+ statusSynced: boolean | null;
4281
4326
  activity?: Partial<Record<"4h" | "24h", {
4282
4327
  updatedAt: number | null;
4283
4328
  unansweredInvites: number | null;
@@ -4343,6 +4388,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4343
4388
  memberSince: string | null;
4344
4389
  companyIndustry: string | null;
4345
4390
  avgHourlyRatePaid: number | null;
4391
+ companyId: string | null;
4346
4392
  } | null;
4347
4393
  vendorQualifications: {
4348
4394
  location: string | null;
@@ -4441,6 +4487,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4441
4487
  specialisedProfile: string | null;
4442
4488
  };
4443
4489
  } | null;
4490
+ statusSynced: boolean | null;
4444
4491
  activity?: Partial<Record<"4h" | "24h", {
4445
4492
  updatedAt: number | null;
4446
4493
  unansweredInvites: number | null;
@@ -4521,6 +4568,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4521
4568
  memberSince: string | null;
4522
4569
  companyIndustry: string | null;
4523
4570
  avgHourlyRatePaid: number | null;
4571
+ companyId: string | null;
4524
4572
  } | null;
4525
4573
  vendorQualifications: {
4526
4574
  location: string | null;
@@ -4619,6 +4667,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4619
4667
  specialisedProfile: string | null;
4620
4668
  };
4621
4669
  } | null;
4670
+ statusSynced: boolean | null;
4622
4671
  activity?: Partial<Record<"4h" | "24h", {
4623
4672
  updatedAt: number | null;
4624
4673
  unansweredInvites: number | null;
@@ -4691,6 +4740,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4691
4740
  memberSince: string | null;
4692
4741
  companyIndustry: string | null;
4693
4742
  avgHourlyRatePaid: number | null;
4743
+ companyId: string | null;
4694
4744
  } | null;
4695
4745
  vendorQualifications: {
4696
4746
  location: string | null;
@@ -4789,6 +4839,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4789
4839
  specialisedProfile: string | null;
4790
4840
  };
4791
4841
  } | null;
4842
+ statusSynced: boolean | null;
4792
4843
  activity?: Partial<Record<"4h" | "24h", {
4793
4844
  updatedAt: number | null;
4794
4845
  unansweredInvites: number | null;
@@ -605,6 +605,7 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
605
605
  companySize: z.ZodNullable<z.ZodString>;
606
606
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
607
607
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
608
+ companyId: z.ZodNullable<z.ZodString>;
608
609
  }, "strip", z.ZodTypeAny, {
609
610
  country: string | null;
610
611
  region: string | null;
@@ -623,6 +624,7 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
623
624
  memberSince: string | null;
624
625
  companyIndustry: string | null;
625
626
  avgHourlyRatePaid: number | null;
627
+ companyId: string | null;
626
628
  }, {
627
629
  country: string | null;
628
630
  region: string | null;
@@ -641,6 +643,7 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
641
643
  memberSince: string | null;
642
644
  companyIndustry: string | null;
643
645
  avgHourlyRatePaid: number | null;
646
+ companyId: string | null;
644
647
  }>>;
645
648
  vendorQualifications: z.ZodNullable<z.ZodObject<{
646
649
  location: z.ZodNullable<z.ZodString>;
@@ -866,6 +869,7 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
866
869
  memberSince: string | null;
867
870
  companyIndustry: string | null;
868
871
  avgHourlyRatePaid: number | null;
872
+ companyId: string | null;
869
873
  } | null;
870
874
  vendorQualifications: {
871
875
  location: string | null;
@@ -978,6 +982,7 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
978
982
  memberSince: string | null;
979
983
  companyIndustry: string | null;
980
984
  avgHourlyRatePaid: number | null;
985
+ companyId: string | null;
981
986
  } | null;
982
987
  vendorQualifications: {
983
988
  location: string | null;
@@ -1095,6 +1100,7 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
1095
1100
  memberSince: string | null;
1096
1101
  companyIndustry: string | null;
1097
1102
  avgHourlyRatePaid: number | null;
1103
+ companyId: string | null;
1098
1104
  } | null;
1099
1105
  vendorQualifications: {
1100
1106
  location: string | null;
@@ -1213,6 +1219,7 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
1213
1219
  memberSince: string | null;
1214
1220
  companyIndustry: string | null;
1215
1221
  avgHourlyRatePaid: number | null;
1222
+ companyId: string | null;
1216
1223
  } | null;
1217
1224
  vendorQualifications: {
1218
1225
  location: string | null;
@@ -1442,6 +1442,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1442
1442
  companySize: z.ZodNullable<z.ZodString>;
1443
1443
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
1444
1444
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
1445
+ companyId: z.ZodNullable<z.ZodString>;
1445
1446
  }, "strip", z.ZodTypeAny, {
1446
1447
  country: string | null;
1447
1448
  region: string | null;
@@ -1460,6 +1461,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1460
1461
  memberSince: string | null;
1461
1462
  companyIndustry: string | null;
1462
1463
  avgHourlyRatePaid: number | null;
1464
+ companyId: string | null;
1463
1465
  }, {
1464
1466
  country: string | null;
1465
1467
  region: string | null;
@@ -1478,6 +1480,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1478
1480
  memberSince: string | null;
1479
1481
  companyIndustry: string | null;
1480
1482
  avgHourlyRatePaid: number | null;
1483
+ companyId: string | null;
1481
1484
  }>>;
1482
1485
  vendorQualifications: z.ZodNullable<z.ZodObject<{
1483
1486
  location: z.ZodNullable<z.ZodString>;
@@ -1769,6 +1772,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1769
1772
  specialisedProfile: string | null;
1770
1773
  };
1771
1774
  }>>;
1775
+ statusSynced: z.ZodNullable<z.ZodBoolean>;
1772
1776
  }>, "processed">, "strip", z.ZodTypeAny, {
1773
1777
  id: string | null;
1774
1778
  title: string | null;
@@ -1812,6 +1816,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1812
1816
  memberSince: string | null;
1813
1817
  companyIndustry: string | null;
1814
1818
  avgHourlyRatePaid: number | null;
1819
+ companyId: string | null;
1815
1820
  } | null;
1816
1821
  vendorQualifications: {
1817
1822
  location: string | null;
@@ -1910,6 +1915,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1910
1915
  specialisedProfile: string | null;
1911
1916
  };
1912
1917
  } | null;
1918
+ statusSynced: boolean | null;
1913
1919
  activity?: Partial<Record<"4h" | "24h", {
1914
1920
  updatedAt: number | null;
1915
1921
  unansweredInvites: number | null;
@@ -1975,6 +1981,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1975
1981
  memberSince: string | null;
1976
1982
  companyIndustry: string | null;
1977
1983
  avgHourlyRatePaid: number | null;
1984
+ companyId: string | null;
1978
1985
  } | null;
1979
1986
  vendorQualifications: {
1980
1987
  location: string | null;
@@ -2073,6 +2080,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
2073
2080
  specialisedProfile: string | null;
2074
2081
  };
2075
2082
  } | null;
2083
+ statusSynced: boolean | null;
2076
2084
  activity?: Partial<Record<"4h" | "24h", {
2077
2085
  updatedAt: number | null;
2078
2086
  unansweredInvites: number | null;
@@ -2308,6 +2316,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
2308
2316
  memberSince: string | null;
2309
2317
  companyIndustry: string | null;
2310
2318
  avgHourlyRatePaid: number | null;
2319
+ companyId: string | null;
2311
2320
  } | null;
2312
2321
  vendorQualifications: {
2313
2322
  location: string | null;
@@ -2406,6 +2415,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
2406
2415
  specialisedProfile: string | null;
2407
2416
  };
2408
2417
  } | null;
2418
+ statusSynced: boolean | null;
2409
2419
  activity?: Partial<Record<"4h" | "24h", {
2410
2420
  updatedAt: number | null;
2411
2421
  unansweredInvites: number | null;
@@ -2683,6 +2693,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
2683
2693
  memberSince: string | null;
2684
2694
  companyIndustry: string | null;
2685
2695
  avgHourlyRatePaid: number | null;
2696
+ companyId: string | null;
2686
2697
  } | null;
2687
2698
  vendorQualifications: {
2688
2699
  location: string | null;
@@ -2781,6 +2792,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
2781
2792
  specialisedProfile: string | null;
2782
2793
  };
2783
2794
  } | null;
2795
+ statusSynced: boolean | null;
2784
2796
  activity?: Partial<Record<"4h" | "24h", {
2785
2797
  updatedAt: number | null;
2786
2798
  unansweredInvites: number | null;
@@ -76,6 +76,7 @@ export declare const scrapeResultSchema: import("zod").ZodObject<{
76
76
  companySize: import("zod").ZodNullable<import("zod").ZodString>;
77
77
  enterpriseClient: import("zod").ZodNullable<import("zod").ZodBoolean>;
78
78
  avgHourlyRatePaid: import("zod").ZodNullable<import("zod").ZodNumber>;
79
+ companyId: import("zod").ZodNullable<import("zod").ZodString>;
79
80
  }, "strip", import("zod").ZodTypeAny, {
80
81
  country: string | null;
81
82
  region: string | null;
@@ -94,6 +95,7 @@ export declare const scrapeResultSchema: import("zod").ZodObject<{
94
95
  memberSince: string | null;
95
96
  companyIndustry: string | null;
96
97
  avgHourlyRatePaid: number | null;
98
+ companyId: string | null;
97
99
  }, {
98
100
  country: string | null;
99
101
  region: string | null;
@@ -112,6 +114,7 @@ export declare const scrapeResultSchema: import("zod").ZodObject<{
112
114
  memberSince: string | null;
113
115
  companyIndustry: string | null;
114
116
  avgHourlyRatePaid: number | null;
117
+ companyId: string | null;
115
118
  }>>;
116
119
  vendorQualifications: import("zod").ZodNullable<import("zod").ZodObject<{
117
120
  location: import("zod").ZodNullable<import("zod").ZodString>;
@@ -337,6 +340,7 @@ export declare const scrapeResultSchema: import("zod").ZodObject<{
337
340
  memberSince: string | null;
338
341
  companyIndustry: string | null;
339
342
  avgHourlyRatePaid: number | null;
343
+ companyId: string | null;
340
344
  } | null;
341
345
  vendorQualifications: {
342
346
  location: string | null;
@@ -449,6 +453,7 @@ export declare const scrapeResultSchema: import("zod").ZodObject<{
449
453
  memberSince: string | null;
450
454
  companyIndustry: string | null;
451
455
  avgHourlyRatePaid: number | null;
456
+ companyId: string | null;
452
457
  } | null;
453
458
  vendorQualifications: {
454
459
  location: string | null;
@@ -567,6 +572,7 @@ export declare const scrapeResultSchema: import("zod").ZodObject<{
567
572
  memberSince: string | null;
568
573
  companyIndustry: string | null;
569
574
  avgHourlyRatePaid: number | null;
575
+ companyId: string | null;
570
576
  } | null;
571
577
  vendorQualifications: {
572
578
  location: string | null;
@@ -684,6 +690,7 @@ export declare const scrapeResultSchema: import("zod").ZodObject<{
684
690
  memberSince: string | null;
685
691
  companyIndustry: string | null;
686
692
  avgHourlyRatePaid: number | null;
693
+ companyId: string | null;
687
694
  } | null;
688
695
  vendorQualifications: {
689
696
  location: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.267",
3
+ "version": "1.2.269",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",