lancer-shared 1.2.267 → 1.2.268

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.
@@ -180,6 +180,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
180
180
  companySize: z.ZodNullable<z.ZodString>;
181
181
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
182
182
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
183
+ companyId: z.ZodNullable<z.ZodString>;
183
184
  }, "strip", z.ZodTypeAny, {
184
185
  country: string | null;
185
186
  region: string | null;
@@ -198,6 +199,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
198
199
  memberSince: string | null;
199
200
  companyIndustry: string | null;
200
201
  avgHourlyRatePaid: number | null;
202
+ companyId: string | null;
201
203
  }, {
202
204
  country: string | null;
203
205
  region: string | null;
@@ -216,6 +218,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
216
218
  memberSince: string | null;
217
219
  companyIndustry: string | null;
218
220
  avgHourlyRatePaid: number | null;
221
+ companyId: string | null;
219
222
  }>>;
220
223
  vendorQualifications: z.ZodNullable<z.ZodObject<{
221
224
  location: z.ZodNullable<z.ZodString>;
@@ -550,6 +553,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
550
553
  memberSince: string | null;
551
554
  companyIndustry: string | null;
552
555
  avgHourlyRatePaid: number | null;
556
+ companyId: string | null;
553
557
  } | null;
554
558
  vendorQualifications: {
555
559
  location: string | null;
@@ -713,6 +717,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
713
717
  memberSince: string | null;
714
718
  companyIndustry: string | null;
715
719
  avgHourlyRatePaid: number | null;
720
+ companyId: string | null;
716
721
  } | null;
717
722
  vendorQualifications: {
718
723
  location: string | null;
@@ -892,6 +897,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
892
897
  memberSince: string | null;
893
898
  companyIndustry: string | null;
894
899
  avgHourlyRatePaid: number | null;
900
+ companyId: string | null;
895
901
  } | null;
896
902
  vendorQualifications: {
897
903
  location: string | null;
@@ -1065,6 +1071,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
1065
1071
  memberSince: string | null;
1066
1072
  companyIndustry: string | null;
1067
1073
  avgHourlyRatePaid: number | null;
1074
+ companyId: string | null;
1068
1075
  } | null;
1069
1076
  vendorQualifications: {
1070
1077
  location: string | null;
@@ -79,6 +79,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
79
79
  companySize: z.ZodNullable<z.ZodString>;
80
80
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
81
81
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
82
+ companyId: z.ZodNullable<z.ZodString>;
82
83
  }, "strip", z.ZodTypeAny, {
83
84
  country: string | null;
84
85
  region: string | null;
@@ -97,6 +98,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
97
98
  memberSince: string | null;
98
99
  companyIndustry: string | null;
99
100
  avgHourlyRatePaid: number | null;
101
+ companyId: string | null;
100
102
  }, {
101
103
  country: string | null;
102
104
  region: string | null;
@@ -115,6 +117,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
115
117
  memberSince: string | null;
116
118
  companyIndustry: string | null;
117
119
  avgHourlyRatePaid: number | null;
120
+ companyId: string | null;
118
121
  }>>;
119
122
  vendorQualifications: z.ZodNullable<z.ZodObject<{
120
123
  location: z.ZodNullable<z.ZodString>;
@@ -449,6 +452,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
449
452
  memberSince: string | null;
450
453
  companyIndustry: string | null;
451
454
  avgHourlyRatePaid: number | null;
455
+ companyId: string | null;
452
456
  } | null;
453
457
  vendorQualifications: {
454
458
  location: string | null;
@@ -612,6 +616,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
612
616
  memberSince: string | null;
613
617
  companyIndustry: string | null;
614
618
  avgHourlyRatePaid: number | null;
619
+ companyId: string | null;
615
620
  } | null;
616
621
  vendorQualifications: {
617
622
  location: string | null;
@@ -820,6 +825,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
820
825
  memberSince: string | null;
821
826
  companyIndustry: string | null;
822
827
  avgHourlyRatePaid: number | null;
828
+ companyId: string | null;
823
829
  } | null;
824
830
  vendorQualifications: {
825
831
  location: string | null;
@@ -1007,6 +1013,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
1007
1013
  memberSince: string | null;
1008
1014
  companyIndustry: string | null;
1009
1015
  avgHourlyRatePaid: number | null;
1016
+ companyId: string | null;
1010
1017
  } | null;
1011
1018
  vendorQualifications: {
1012
1019
  location: string | null;
@@ -1213,6 +1220,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1213
1220
  companySize: z.ZodNullable<z.ZodString>;
1214
1221
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
1215
1222
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
1223
+ companyId: z.ZodNullable<z.ZodString>;
1216
1224
  }, "strip", z.ZodTypeAny, {
1217
1225
  country: string | null;
1218
1226
  region: string | null;
@@ -1231,6 +1239,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1231
1239
  memberSince: string | null;
1232
1240
  companyIndustry: string | null;
1233
1241
  avgHourlyRatePaid: number | null;
1242
+ companyId: string | null;
1234
1243
  }, {
1235
1244
  country: string | null;
1236
1245
  region: string | null;
@@ -1249,6 +1258,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1249
1258
  memberSince: string | null;
1250
1259
  companyIndustry: string | null;
1251
1260
  avgHourlyRatePaid: number | null;
1261
+ companyId: string | null;
1252
1262
  }>>;
1253
1263
  vendorQualifications: z.ZodNullable<z.ZodObject<{
1254
1264
  location: z.ZodNullable<z.ZodString>;
@@ -1583,6 +1593,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1583
1593
  memberSince: string | null;
1584
1594
  companyIndustry: string | null;
1585
1595
  avgHourlyRatePaid: number | null;
1596
+ companyId: string | null;
1586
1597
  } | null;
1587
1598
  vendorQualifications: {
1588
1599
  location: string | null;
@@ -1746,6 +1757,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1746
1757
  memberSince: string | null;
1747
1758
  companyIndustry: string | null;
1748
1759
  avgHourlyRatePaid: number | null;
1760
+ companyId: string | null;
1749
1761
  } | null;
1750
1762
  vendorQualifications: {
1751
1763
  location: string | null;
@@ -1954,6 +1966,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1954
1966
  memberSince: string | null;
1955
1967
  companyIndustry: string | null;
1956
1968
  avgHourlyRatePaid: number | null;
1969
+ companyId: string | null;
1957
1970
  } | null;
1958
1971
  vendorQualifications: {
1959
1972
  location: string | null;
@@ -2141,6 +2154,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
2141
2154
  memberSince: string | null;
2142
2155
  companyIndustry: string | null;
2143
2156
  avgHourlyRatePaid: number | null;
2157
+ companyId: string | null;
2144
2158
  } | null;
2145
2159
  vendorQualifications: {
2146
2160
  location: string | null;
@@ -2347,6 +2361,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
2347
2361
  companySize: z.ZodNullable<z.ZodString>;
2348
2362
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
2349
2363
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
2364
+ companyId: z.ZodNullable<z.ZodString>;
2350
2365
  }, "strip", z.ZodTypeAny, {
2351
2366
  country: string | null;
2352
2367
  region: string | null;
@@ -2365,6 +2380,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
2365
2380
  memberSince: string | null;
2366
2381
  companyIndustry: string | null;
2367
2382
  avgHourlyRatePaid: number | null;
2383
+ companyId: string | null;
2368
2384
  }, {
2369
2385
  country: string | null;
2370
2386
  region: string | null;
@@ -2383,6 +2399,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
2383
2399
  memberSince: string | null;
2384
2400
  companyIndustry: string | null;
2385
2401
  avgHourlyRatePaid: number | null;
2402
+ companyId: string | null;
2386
2403
  }>>;
2387
2404
  vendorQualifications: z.ZodNullable<z.ZodObject<{
2388
2405
  location: z.ZodNullable<z.ZodString>;
@@ -2717,6 +2734,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
2717
2734
  memberSince: string | null;
2718
2735
  companyIndustry: string | null;
2719
2736
  avgHourlyRatePaid: number | null;
2737
+ companyId: string | null;
2720
2738
  } | null;
2721
2739
  vendorQualifications: {
2722
2740
  location: string | null;
@@ -2880,6 +2898,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
2880
2898
  memberSince: string | null;
2881
2899
  companyIndustry: string | null;
2882
2900
  avgHourlyRatePaid: number | null;
2901
+ companyId: string | null;
2883
2902
  } | null;
2884
2903
  vendorQualifications: {
2885
2904
  location: string | null;
@@ -3094,6 +3113,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
3094
3113
  memberSince: string | null;
3095
3114
  companyIndustry: string | null;
3096
3115
  avgHourlyRatePaid: number | null;
3116
+ companyId: string | null;
3097
3117
  } | null;
3098
3118
  vendorQualifications: {
3099
3119
  location: string | null;
@@ -3284,6 +3304,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
3284
3304
  memberSince: string | null;
3285
3305
  companyIndustry: string | null;
3286
3306
  avgHourlyRatePaid: number | null;
3307
+ companyId: string | null;
3287
3308
  } | null;
3288
3309
  vendorQualifications: {
3289
3310
  location: string | null;
@@ -3491,6 +3512,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
3491
3512
  companySize: z.ZodNullable<z.ZodString>;
3492
3513
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
3493
3514
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
3515
+ companyId: z.ZodNullable<z.ZodString>;
3494
3516
  }, "strip", z.ZodTypeAny, {
3495
3517
  country: string | null;
3496
3518
  region: string | null;
@@ -3509,6 +3531,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
3509
3531
  memberSince: string | null;
3510
3532
  companyIndustry: string | null;
3511
3533
  avgHourlyRatePaid: number | null;
3534
+ companyId: string | null;
3512
3535
  }, {
3513
3536
  country: string | null;
3514
3537
  region: string | null;
@@ -3527,6 +3550,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
3527
3550
  memberSince: string | null;
3528
3551
  companyIndustry: string | null;
3529
3552
  avgHourlyRatePaid: number | null;
3553
+ companyId: string | null;
3530
3554
  }>>;
3531
3555
  vendorQualifications: z.ZodNullable<z.ZodObject<{
3532
3556
  location: z.ZodNullable<z.ZodString>;
@@ -3861,6 +3885,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
3861
3885
  memberSince: string | null;
3862
3886
  companyIndustry: string | null;
3863
3887
  avgHourlyRatePaid: number | null;
3888
+ companyId: string | null;
3864
3889
  } | null;
3865
3890
  vendorQualifications: {
3866
3891
  location: string | null;
@@ -4024,6 +4049,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
4024
4049
  memberSince: string | null;
4025
4050
  companyIndustry: string | null;
4026
4051
  avgHourlyRatePaid: number | null;
4052
+ companyId: string | null;
4027
4053
  } | null;
4028
4054
  vendorQualifications: {
4029
4055
  location: string | null;
@@ -4197,6 +4223,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
4197
4223
  memberSince: string | null;
4198
4224
  companyIndustry: string | null;
4199
4225
  avgHourlyRatePaid: number | null;
4226
+ companyId: string | null;
4200
4227
  } | null;
4201
4228
  vendorQualifications: {
4202
4229
  location: string | null;
@@ -4367,6 +4394,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
4367
4394
  memberSince: string | null;
4368
4395
  companyIndustry: string | null;
4369
4396
  avgHourlyRatePaid: number | null;
4397
+ companyId: string | null;
4370
4398
  } | null;
4371
4399
  vendorQualifications: {
4372
4400
  location: string | null;
@@ -4568,6 +4596,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
4568
4596
  companySize: z.ZodNullable<z.ZodString>;
4569
4597
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
4570
4598
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
4599
+ companyId: z.ZodNullable<z.ZodString>;
4571
4600
  }, "strip", z.ZodTypeAny, {
4572
4601
  country: string | null;
4573
4602
  region: string | null;
@@ -4586,6 +4615,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
4586
4615
  memberSince: string | null;
4587
4616
  companyIndustry: string | null;
4588
4617
  avgHourlyRatePaid: number | null;
4618
+ companyId: string | null;
4589
4619
  }, {
4590
4620
  country: string | null;
4591
4621
  region: string | null;
@@ -4604,6 +4634,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
4604
4634
  memberSince: string | null;
4605
4635
  companyIndustry: string | null;
4606
4636
  avgHourlyRatePaid: number | null;
4637
+ companyId: string | null;
4607
4638
  }>>;
4608
4639
  vendorQualifications: z.ZodNullable<z.ZodObject<{
4609
4640
  location: z.ZodNullable<z.ZodString>;
@@ -4938,6 +4969,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
4938
4969
  memberSince: string | null;
4939
4970
  companyIndustry: string | null;
4940
4971
  avgHourlyRatePaid: number | null;
4972
+ companyId: string | null;
4941
4973
  } | null;
4942
4974
  vendorQualifications: {
4943
4975
  location: string | null;
@@ -5101,6 +5133,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5101
5133
  memberSince: string | null;
5102
5134
  companyIndustry: string | null;
5103
5135
  avgHourlyRatePaid: number | null;
5136
+ companyId: string | null;
5104
5137
  } | null;
5105
5138
  vendorQualifications: {
5106
5139
  location: string | null;
@@ -5305,6 +5338,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5305
5338
  companySize: z.ZodNullable<z.ZodString>;
5306
5339
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
5307
5340
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
5341
+ companyId: z.ZodNullable<z.ZodString>;
5308
5342
  }, "strip", z.ZodTypeAny, {
5309
5343
  country: string | null;
5310
5344
  region: string | null;
@@ -5323,6 +5357,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5323
5357
  memberSince: string | null;
5324
5358
  companyIndustry: string | null;
5325
5359
  avgHourlyRatePaid: number | null;
5360
+ companyId: string | null;
5326
5361
  }, {
5327
5362
  country: string | null;
5328
5363
  region: string | null;
@@ -5341,6 +5376,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5341
5376
  memberSince: string | null;
5342
5377
  companyIndustry: string | null;
5343
5378
  avgHourlyRatePaid: number | null;
5379
+ companyId: string | null;
5344
5380
  }>>;
5345
5381
  vendorQualifications: z.ZodNullable<z.ZodObject<{
5346
5382
  location: z.ZodNullable<z.ZodString>;
@@ -5675,6 +5711,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5675
5711
  memberSince: string | null;
5676
5712
  companyIndustry: string | null;
5677
5713
  avgHourlyRatePaid: number | null;
5714
+ companyId: string | null;
5678
5715
  } | null;
5679
5716
  vendorQualifications: {
5680
5717
  location: string | null;
@@ -5838,6 +5875,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5838
5875
  memberSince: string | null;
5839
5876
  companyIndustry: string | null;
5840
5877
  avgHourlyRatePaid: number | null;
5878
+ companyId: string | null;
5841
5879
  } | null;
5842
5880
  vendorQualifications: {
5843
5881
  location: string | null;
@@ -6052,6 +6090,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6052
6090
  memberSince: string | null;
6053
6091
  companyIndustry: string | null;
6054
6092
  avgHourlyRatePaid: number | null;
6093
+ companyId: string | null;
6055
6094
  } | null;
6056
6095
  vendorQualifications: {
6057
6096
  location: string | null;
@@ -6242,6 +6281,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6242
6281
  memberSince: string | null;
6243
6282
  companyIndustry: string | null;
6244
6283
  avgHourlyRatePaid: number | null;
6284
+ companyId: string | null;
6245
6285
  } | null;
6246
6286
  vendorQualifications: {
6247
6287
  location: string | null;
@@ -6419,6 +6459,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6419
6459
  memberSince: string | null;
6420
6460
  companyIndustry: string | null;
6421
6461
  avgHourlyRatePaid: number | null;
6462
+ companyId: string | null;
6422
6463
  } | null;
6423
6464
  vendorQualifications: {
6424
6465
  location: string | null;
@@ -6603,6 +6644,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6603
6644
  memberSince: string | null;
6604
6645
  companyIndustry: string | null;
6605
6646
  avgHourlyRatePaid: number | null;
6647
+ companyId: string | null;
6606
6648
  } | null;
6607
6649
  vendorQualifications: {
6608
6650
  location: string | null;
@@ -6780,6 +6822,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6780
6822
  memberSince: string | null;
6781
6823
  companyIndustry: string | null;
6782
6824
  avgHourlyRatePaid: number | null;
6825
+ companyId: string | null;
6783
6826
  } | null;
6784
6827
  vendorQualifications: {
6785
6828
  location: string | null;
@@ -6964,6 +7007,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6964
7007
  memberSince: string | null;
6965
7008
  companyIndustry: string | null;
6966
7009
  avgHourlyRatePaid: number | null;
7010
+ companyId: string | null;
6967
7011
  } | null;
6968
7012
  vendorQualifications: {
6969
7013
  location: string | null;
@@ -7172,6 +7216,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7172
7216
  companySize: z.ZodNullable<z.ZodString>;
7173
7217
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
7174
7218
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
7219
+ companyId: z.ZodNullable<z.ZodString>;
7175
7220
  }, "strip", z.ZodTypeAny, {
7176
7221
  country: string | null;
7177
7222
  region: string | null;
@@ -7190,6 +7235,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7190
7235
  memberSince: string | null;
7191
7236
  companyIndustry: string | null;
7192
7237
  avgHourlyRatePaid: number | null;
7238
+ companyId: string | null;
7193
7239
  }, {
7194
7240
  country: string | null;
7195
7241
  region: string | null;
@@ -7208,6 +7254,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7208
7254
  memberSince: string | null;
7209
7255
  companyIndustry: string | null;
7210
7256
  avgHourlyRatePaid: number | null;
7257
+ companyId: string | null;
7211
7258
  }>>;
7212
7259
  vendorQualifications: z.ZodNullable<z.ZodObject<{
7213
7260
  location: z.ZodNullable<z.ZodString>;
@@ -7542,6 +7589,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7542
7589
  memberSince: string | null;
7543
7590
  companyIndustry: string | null;
7544
7591
  avgHourlyRatePaid: number | null;
7592
+ companyId: string | null;
7545
7593
  } | null;
7546
7594
  vendorQualifications: {
7547
7595
  location: string | null;
@@ -7705,6 +7753,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7705
7753
  memberSince: string | null;
7706
7754
  companyIndustry: string | null;
7707
7755
  avgHourlyRatePaid: number | null;
7756
+ companyId: string | null;
7708
7757
  } | null;
7709
7758
  vendorQualifications: {
7710
7759
  location: string | null;
@@ -7909,6 +7958,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7909
7958
  companySize: z.ZodNullable<z.ZodString>;
7910
7959
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
7911
7960
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
7961
+ companyId: z.ZodNullable<z.ZodString>;
7912
7962
  }, "strip", z.ZodTypeAny, {
7913
7963
  country: string | null;
7914
7964
  region: string | null;
@@ -7927,6 +7977,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7927
7977
  memberSince: string | null;
7928
7978
  companyIndustry: string | null;
7929
7979
  avgHourlyRatePaid: number | null;
7980
+ companyId: string | null;
7930
7981
  }, {
7931
7982
  country: string | null;
7932
7983
  region: string | null;
@@ -7945,6 +7996,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7945
7996
  memberSince: string | null;
7946
7997
  companyIndustry: string | null;
7947
7998
  avgHourlyRatePaid: number | null;
7999
+ companyId: string | null;
7948
8000
  }>>;
7949
8001
  vendorQualifications: z.ZodNullable<z.ZodObject<{
7950
8002
  location: z.ZodNullable<z.ZodString>;
@@ -8279,6 +8331,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8279
8331
  memberSince: string | null;
8280
8332
  companyIndustry: string | null;
8281
8333
  avgHourlyRatePaid: number | null;
8334
+ companyId: string | null;
8282
8335
  } | null;
8283
8336
  vendorQualifications: {
8284
8337
  location: string | null;
@@ -8442,6 +8495,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8442
8495
  memberSince: string | null;
8443
8496
  companyIndustry: string | null;
8444
8497
  avgHourlyRatePaid: number | null;
8498
+ companyId: string | null;
8445
8499
  } | null;
8446
8500
  vendorQualifications: {
8447
8501
  location: string | null;
@@ -8650,6 +8704,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8650
8704
  memberSince: string | null;
8651
8705
  companyIndustry: string | null;
8652
8706
  avgHourlyRatePaid: number | null;
8707
+ companyId: string | null;
8653
8708
  } | null;
8654
8709
  vendorQualifications: {
8655
8710
  location: string | null;
@@ -8837,6 +8892,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8837
8892
  memberSince: string | null;
8838
8893
  companyIndustry: string | null;
8839
8894
  avgHourlyRatePaid: number | null;
8895
+ companyId: string | null;
8840
8896
  } | null;
8841
8897
  vendorQualifications: {
8842
8898
  location: string | null;
@@ -9013,6 +9069,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9013
9069
  memberSince: string | null;
9014
9070
  companyIndustry: string | null;
9015
9071
  avgHourlyRatePaid: number | null;
9072
+ companyId: string | null;
9016
9073
  } | null;
9017
9074
  vendorQualifications: {
9018
9075
  location: string | null;
@@ -9195,6 +9252,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9195
9252
  memberSince: string | null;
9196
9253
  companyIndustry: string | null;
9197
9254
  avgHourlyRatePaid: number | null;
9255
+ companyId: string | null;
9198
9256
  } | null;
9199
9257
  vendorQualifications: {
9200
9258
  location: string | null;
@@ -9371,6 +9429,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9371
9429
  memberSince: string | null;
9372
9430
  companyIndustry: string | null;
9373
9431
  avgHourlyRatePaid: number | null;
9432
+ companyId: string | null;
9374
9433
  } | null;
9375
9434
  vendorQualifications: {
9376
9435
  location: string | null;
@@ -9553,6 +9612,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9553
9612
  memberSince: string | null;
9554
9613
  companyIndustry: string | null;
9555
9614
  avgHourlyRatePaid: number | null;
9615
+ companyId: string | null;
9556
9616
  } | null;
9557
9617
  vendorQualifications: {
9558
9618
  location: string | null;
@@ -9761,6 +9821,7 @@ export declare const bidDtoSchema: z.ZodObject<{
9761
9821
  companySize: z.ZodNullable<z.ZodString>;
9762
9822
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
9763
9823
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
9824
+ companyId: z.ZodNullable<z.ZodString>;
9764
9825
  }, "strip", z.ZodTypeAny, {
9765
9826
  country: string | null;
9766
9827
  region: string | null;
@@ -9779,6 +9840,7 @@ export declare const bidDtoSchema: z.ZodObject<{
9779
9840
  memberSince: string | null;
9780
9841
  companyIndustry: string | null;
9781
9842
  avgHourlyRatePaid: number | null;
9843
+ companyId: string | null;
9782
9844
  }, {
9783
9845
  country: string | null;
9784
9846
  region: string | null;
@@ -9797,6 +9859,7 @@ export declare const bidDtoSchema: z.ZodObject<{
9797
9859
  memberSince: string | null;
9798
9860
  companyIndustry: string | null;
9799
9861
  avgHourlyRatePaid: number | null;
9862
+ companyId: string | null;
9800
9863
  }>>;
9801
9864
  vendorQualifications: z.ZodNullable<z.ZodObject<{
9802
9865
  location: z.ZodNullable<z.ZodString>;
@@ -10131,6 +10194,7 @@ export declare const bidDtoSchema: z.ZodObject<{
10131
10194
  memberSince: string | null;
10132
10195
  companyIndustry: string | null;
10133
10196
  avgHourlyRatePaid: number | null;
10197
+ companyId: string | null;
10134
10198
  } | null;
10135
10199
  vendorQualifications: {
10136
10200
  location: string | null;
@@ -10294,6 +10358,7 @@ export declare const bidDtoSchema: z.ZodObject<{
10294
10358
  memberSince: string | null;
10295
10359
  companyIndustry: string | null;
10296
10360
  avgHourlyRatePaid: number | null;
10361
+ companyId: string | null;
10297
10362
  } | null;
10298
10363
  vendorQualifications: {
10299
10364
  location: string | null;
@@ -10462,6 +10527,7 @@ export declare const bidDtoSchema: z.ZodObject<{
10462
10527
  memberSince: string | null;
10463
10528
  companyIndustry: string | null;
10464
10529
  avgHourlyRatePaid: number | null;
10530
+ companyId: string | null;
10465
10531
  } | null;
10466
10532
  vendorQualifications: {
10467
10533
  location: string | null;
@@ -10630,6 +10696,7 @@ export declare const bidDtoSchema: z.ZodObject<{
10630
10696
  memberSince: string | null;
10631
10697
  companyIndustry: string | null;
10632
10698
  avgHourlyRatePaid: number | null;
10699
+ companyId: string | null;
10633
10700
  } | null;
10634
10701
  vendorQualifications: {
10635
10702
  location: string | null;
@@ -1482,6 +1482,7 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<z.objectUtil.extend
1482
1482
  companySize: z.ZodNullable<z.ZodString>;
1483
1483
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
1484
1484
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
1485
+ companyId: z.ZodNullable<z.ZodString>;
1485
1486
  }, "strip", z.ZodTypeAny, {
1486
1487
  country: string | null;
1487
1488
  region: string | null;
@@ -1500,6 +1501,7 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<z.objectUtil.extend
1500
1501
  memberSince: string | null;
1501
1502
  companyIndustry: string | null;
1502
1503
  avgHourlyRatePaid: number | null;
1504
+ companyId: string | null;
1503
1505
  }, {
1504
1506
  country: string | null;
1505
1507
  region: string | null;
@@ -1518,6 +1520,7 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<z.objectUtil.extend
1518
1520
  memberSince: string | null;
1519
1521
  companyIndustry: string | null;
1520
1522
  avgHourlyRatePaid: number | null;
1523
+ companyId: string | null;
1521
1524
  }>>;
1522
1525
  vendorQualifications: z.ZodNullable<z.ZodObject<{
1523
1526
  location: z.ZodNullable<z.ZodString>;
@@ -2550,6 +2553,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
2550
2553
  companySize: z.ZodNullable<z.ZodString>;
2551
2554
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
2552
2555
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
2556
+ companyId: z.ZodNullable<z.ZodString>;
2553
2557
  }, "strip", z.ZodTypeAny, {
2554
2558
  country: string | null;
2555
2559
  region: string | null;
@@ -2568,6 +2572,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
2568
2572
  memberSince: string | null;
2569
2573
  companyIndustry: string | null;
2570
2574
  avgHourlyRatePaid: number | null;
2575
+ companyId: string | null;
2571
2576
  }, {
2572
2577
  country: string | null;
2573
2578
  region: string | null;
@@ -2586,6 +2591,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
2586
2591
  memberSince: string | null;
2587
2592
  companyIndustry: string | null;
2588
2593
  avgHourlyRatePaid: number | null;
2594
+ companyId: string | null;
2589
2595
  }>>;
2590
2596
  vendorQualifications: z.ZodNullable<z.ZodObject<{
2591
2597
  location: z.ZodNullable<z.ZodString>;
@@ -3616,6 +3622,7 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
3616
3622
  companySize: z.ZodNullable<z.ZodString>;
3617
3623
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
3618
3624
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
3625
+ companyId: z.ZodNullable<z.ZodString>;
3619
3626
  }, "strip", z.ZodTypeAny, {
3620
3627
  country: string | null;
3621
3628
  region: string | null;
@@ -3634,6 +3641,7 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
3634
3641
  memberSince: string | null;
3635
3642
  companyIndustry: string | null;
3636
3643
  avgHourlyRatePaid: number | null;
3644
+ companyId: string | null;
3637
3645
  }, {
3638
3646
  country: string | null;
3639
3647
  region: string | null;
@@ -3652,6 +3660,7 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
3652
3660
  memberSince: string | null;
3653
3661
  companyIndustry: string | null;
3654
3662
  avgHourlyRatePaid: number | null;
3663
+ companyId: string | null;
3655
3664
  }>>;
3656
3665
  vendorQualifications: z.ZodNullable<z.ZodObject<{
3657
3666
  location: z.ZodNullable<z.ZodString>;
@@ -5320,6 +5329,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
5320
5329
  companySize: z.ZodNullable<z.ZodString>;
5321
5330
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
5322
5331
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
5332
+ companyId: z.ZodNullable<z.ZodString>;
5323
5333
  }, "strip", z.ZodTypeAny, {
5324
5334
  country: string | null;
5325
5335
  region: string | null;
@@ -5338,6 +5348,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
5338
5348
  memberSince: string | null;
5339
5349
  companyIndustry: string | null;
5340
5350
  avgHourlyRatePaid: number | null;
5351
+ companyId: string | null;
5341
5352
  }, {
5342
5353
  country: string | null;
5343
5354
  region: string | null;
@@ -5356,6 +5367,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
5356
5367
  memberSince: string | null;
5357
5368
  companyIndustry: string | null;
5358
5369
  avgHourlyRatePaid: number | null;
5370
+ companyId: string | null;
5359
5371
  }>>;
5360
5372
  vendorQualifications: z.ZodNullable<z.ZodObject<{
5361
5373
  location: z.ZodNullable<z.ZodString>;
@@ -6387,6 +6399,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
6387
6399
  companySize: z.ZodNullable<z.ZodString>;
6388
6400
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
6389
6401
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
6402
+ companyId: z.ZodNullable<z.ZodString>;
6390
6403
  }, "strip", z.ZodTypeAny, {
6391
6404
  country: string | null;
6392
6405
  region: string | null;
@@ -6405,6 +6418,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
6405
6418
  memberSince: string | null;
6406
6419
  companyIndustry: string | null;
6407
6420
  avgHourlyRatePaid: number | null;
6421
+ companyId: string | null;
6408
6422
  }, {
6409
6423
  country: string | null;
6410
6424
  region: string | null;
@@ -6423,6 +6437,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
6423
6437
  memberSince: string | null;
6424
6438
  companyIndustry: string | null;
6425
6439
  avgHourlyRatePaid: number | null;
6440
+ companyId: string | null;
6426
6441
  }>>;
6427
6442
  vendorQualifications: z.ZodNullable<z.ZodObject<{
6428
6443
  location: z.ZodNullable<z.ZodString>;
@@ -7452,6 +7467,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
7452
7467
  companySize: z.ZodNullable<z.ZodString>;
7453
7468
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
7454
7469
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
7470
+ companyId: z.ZodNullable<z.ZodString>;
7455
7471
  }, "strip", z.ZodTypeAny, {
7456
7472
  country: string | null;
7457
7473
  region: string | null;
@@ -7470,6 +7486,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
7470
7486
  memberSince: string | null;
7471
7487
  companyIndustry: string | null;
7472
7488
  avgHourlyRatePaid: number | null;
7489
+ companyId: string | null;
7473
7490
  }, {
7474
7491
  country: string | null;
7475
7492
  region: string | null;
@@ -7488,6 +7505,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
7488
7505
  memberSince: string | null;
7489
7506
  companyIndustry: string | null;
7490
7507
  avgHourlyRatePaid: number | null;
7508
+ companyId: string | null;
7491
7509
  }>>;
7492
7510
  vendorQualifications: z.ZodNullable<z.ZodObject<{
7493
7511
  location: z.ZodNullable<z.ZodString>;
@@ -7918,6 +7936,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
7918
7936
  companySize: z.ZodNullable<z.ZodString>;
7919
7937
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
7920
7938
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
7939
+ companyId: z.ZodNullable<z.ZodString>;
7921
7940
  }, "strip", z.ZodTypeAny, {
7922
7941
  country: string | null;
7923
7942
  region: string | null;
@@ -7936,6 +7955,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
7936
7955
  memberSince: string | null;
7937
7956
  companyIndustry: string | null;
7938
7957
  avgHourlyRatePaid: number | null;
7958
+ companyId: string | null;
7939
7959
  }, {
7940
7960
  country: string | null;
7941
7961
  region: string | null;
@@ -7954,6 +7974,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
7954
7974
  memberSince: string | null;
7955
7975
  companyIndustry: string | null;
7956
7976
  avgHourlyRatePaid: number | null;
7977
+ companyId: string | null;
7957
7978
  }>>;
7958
7979
  vendorQualifications: z.ZodNullable<z.ZodObject<{
7959
7980
  location: z.ZodNullable<z.ZodString>;
@@ -8357,6 +8378,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
8357
8378
  companySize: z.ZodNullable<z.ZodString>;
8358
8379
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
8359
8380
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
8381
+ companyId: z.ZodNullable<z.ZodString>;
8360
8382
  }, "strip", z.ZodTypeAny, {
8361
8383
  country: string | null;
8362
8384
  region: string | null;
@@ -8375,6 +8397,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
8375
8397
  memberSince: string | null;
8376
8398
  companyIndustry: string | null;
8377
8399
  avgHourlyRatePaid: number | null;
8400
+ companyId: string | null;
8378
8401
  }, {
8379
8402
  country: string | null;
8380
8403
  region: string | null;
@@ -8393,6 +8416,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
8393
8416
  memberSince: string | null;
8394
8417
  companyIndustry: string | null;
8395
8418
  avgHourlyRatePaid: number | null;
8419
+ companyId: string | null;
8396
8420
  }>>;
8397
8421
  vendorQualifications: z.ZodNullable<z.ZodObject<{
8398
8422
  location: z.ZodNullable<z.ZodString>;
@@ -8794,6 +8818,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
8794
8818
  companySize: z.ZodNullable<z.ZodString>;
8795
8819
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
8796
8820
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
8821
+ companyId: z.ZodNullable<z.ZodString>;
8797
8822
  }, "strip", z.ZodTypeAny, {
8798
8823
  country: string | null;
8799
8824
  region: string | null;
@@ -8812,6 +8837,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
8812
8837
  memberSince: string | null;
8813
8838
  companyIndustry: string | null;
8814
8839
  avgHourlyRatePaid: number | null;
8840
+ companyId: string | null;
8815
8841
  }, {
8816
8842
  country: string | null;
8817
8843
  region: string | null;
@@ -8830,6 +8856,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
8830
8856
  memberSince: string | null;
8831
8857
  companyIndustry: string | null;
8832
8858
  avgHourlyRatePaid: number | null;
8859
+ companyId: string | null;
8833
8860
  }>>;
8834
8861
  vendorQualifications: z.ZodNullable<z.ZodObject<{
8835
8862
  location: z.ZodNullable<z.ZodString>;
@@ -46,6 +46,7 @@ export declare const clientInfoSchema: z.ZodObject<{
46
46
  companySize: z.ZodNullable<z.ZodString>;
47
47
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
48
48
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
49
+ companyId: z.ZodNullable<z.ZodString>;
49
50
  }, "strip", z.ZodTypeAny, {
50
51
  country: string | null;
51
52
  region: string | null;
@@ -64,6 +65,7 @@ export declare const clientInfoSchema: z.ZodObject<{
64
65
  memberSince: string | null;
65
66
  companyIndustry: string | null;
66
67
  avgHourlyRatePaid: number | null;
68
+ companyId: string | null;
67
69
  }, {
68
70
  country: string | null;
69
71
  region: string | null;
@@ -82,6 +84,7 @@ export declare const clientInfoSchema: z.ZodObject<{
82
84
  memberSince: string | null;
83
85
  companyIndustry: string | null;
84
86
  avgHourlyRatePaid: number | null;
87
+ companyId: string | null;
85
88
  }>;
86
89
  export declare const clientReviewSchema: z.ZodObject<{
87
90
  jobTitle: z.ZodNullable<z.ZodString>;
@@ -313,6 +316,7 @@ export declare const upworkJobSchema: z.ZodObject<{
313
316
  companySize: z.ZodNullable<z.ZodString>;
314
317
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
315
318
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
319
+ companyId: z.ZodNullable<z.ZodString>;
316
320
  }, "strip", z.ZodTypeAny, {
317
321
  country: string | null;
318
322
  region: string | null;
@@ -331,6 +335,7 @@ export declare const upworkJobSchema: z.ZodObject<{
331
335
  memberSince: string | null;
332
336
  companyIndustry: string | null;
333
337
  avgHourlyRatePaid: number | null;
338
+ companyId: string | null;
334
339
  }, {
335
340
  country: string | null;
336
341
  region: string | null;
@@ -349,6 +354,7 @@ export declare const upworkJobSchema: z.ZodObject<{
349
354
  memberSince: string | null;
350
355
  companyIndustry: string | null;
351
356
  avgHourlyRatePaid: number | null;
357
+ companyId: string | null;
352
358
  }>>;
353
359
  vendorQualifications: z.ZodNullable<z.ZodObject<{
354
360
  location: z.ZodNullable<z.ZodString>;
@@ -574,6 +580,7 @@ export declare const upworkJobSchema: z.ZodObject<{
574
580
  memberSince: string | null;
575
581
  companyIndustry: string | null;
576
582
  avgHourlyRatePaid: number | null;
583
+ companyId: string | null;
577
584
  } | null;
578
585
  vendorQualifications: {
579
586
  location: string | null;
@@ -686,6 +693,7 @@ export declare const upworkJobSchema: z.ZodObject<{
686
693
  memberSince: string | null;
687
694
  companyIndustry: string | null;
688
695
  avgHourlyRatePaid: number | null;
696
+ companyId: string | null;
689
697
  } | null;
690
698
  vendorQualifications: {
691
699
  location: string | null;
@@ -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>;
@@ -522,6 +525,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
522
525
  memberSince: string | null;
523
526
  companyIndustry: string | null;
524
527
  avgHourlyRatePaid: number | null;
528
+ companyId: string | null;
525
529
  } | null;
526
530
  vendorQualifications: {
527
531
  location: string | null;
@@ -685,6 +689,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
685
689
  memberSince: string | null;
686
690
  companyIndustry: string | null;
687
691
  avgHourlyRatePaid: number | null;
692
+ companyId: string | null;
688
693
  } | null;
689
694
  vendorQualifications: {
690
695
  location: string | null;
@@ -883,6 +888,7 @@ export declare const leadResponseSchema: z.ZodObject<{
883
888
  companySize: z.ZodNullable<z.ZodString>;
884
889
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
885
890
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
891
+ companyId: z.ZodNullable<z.ZodString>;
886
892
  }, "strip", z.ZodTypeAny, {
887
893
  country: string | null;
888
894
  region: string | null;
@@ -901,6 +907,7 @@ export declare const leadResponseSchema: z.ZodObject<{
901
907
  memberSince: string | null;
902
908
  companyIndustry: string | null;
903
909
  avgHourlyRatePaid: number | null;
910
+ companyId: string | null;
904
911
  }, {
905
912
  country: string | null;
906
913
  region: string | null;
@@ -919,6 +926,7 @@ export declare const leadResponseSchema: z.ZodObject<{
919
926
  memberSince: string | null;
920
927
  companyIndustry: string | null;
921
928
  avgHourlyRatePaid: number | null;
929
+ companyId: string | null;
922
930
  }>>;
923
931
  vendorQualifications: z.ZodNullable<z.ZodObject<{
924
932
  location: z.ZodNullable<z.ZodString>;
@@ -1253,6 +1261,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1253
1261
  memberSince: string | null;
1254
1262
  companyIndustry: string | null;
1255
1263
  avgHourlyRatePaid: number | null;
1264
+ companyId: string | null;
1256
1265
  } | null;
1257
1266
  vendorQualifications: {
1258
1267
  location: string | null;
@@ -1416,6 +1425,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1416
1425
  memberSince: string | null;
1417
1426
  companyIndustry: string | null;
1418
1427
  avgHourlyRatePaid: number | null;
1428
+ companyId: string | null;
1419
1429
  } | null;
1420
1430
  vendorQualifications: {
1421
1431
  location: string | null;
@@ -1584,6 +1594,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1584
1594
  memberSince: string | null;
1585
1595
  companyIndustry: string | null;
1586
1596
  avgHourlyRatePaid: number | null;
1597
+ companyId: string | null;
1587
1598
  } | null;
1588
1599
  vendorQualifications: {
1589
1600
  location: string | null;
@@ -1752,6 +1763,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1752
1763
  memberSince: string | null;
1753
1764
  companyIndustry: string | null;
1754
1765
  avgHourlyRatePaid: number | null;
1766
+ companyId: string | null;
1755
1767
  } | null;
1756
1768
  vendorQualifications: {
1757
1769
  location: string | null;
@@ -1971,6 +1983,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
1971
1983
  companySize: z.ZodNullable<z.ZodString>;
1972
1984
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
1973
1985
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
1986
+ companyId: z.ZodNullable<z.ZodString>;
1974
1987
  }, "strip", z.ZodTypeAny, {
1975
1988
  country: string | null;
1976
1989
  region: string | null;
@@ -1989,6 +2002,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
1989
2002
  memberSince: string | null;
1990
2003
  companyIndustry: string | null;
1991
2004
  avgHourlyRatePaid: number | null;
2005
+ companyId: string | null;
1992
2006
  }, {
1993
2007
  country: string | null;
1994
2008
  region: string | null;
@@ -2007,6 +2021,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2007
2021
  memberSince: string | null;
2008
2022
  companyIndustry: string | null;
2009
2023
  avgHourlyRatePaid: number | null;
2024
+ companyId: string | null;
2010
2025
  }>>;
2011
2026
  vendorQualifications: z.ZodNullable<z.ZodObject<{
2012
2027
  location: z.ZodNullable<z.ZodString>;
@@ -2232,6 +2247,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2232
2247
  memberSince: string | null;
2233
2248
  companyIndustry: string | null;
2234
2249
  avgHourlyRatePaid: number | null;
2250
+ companyId: string | null;
2235
2251
  } | null;
2236
2252
  vendorQualifications: {
2237
2253
  location: string | null;
@@ -2344,6 +2360,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2344
2360
  memberSince: string | null;
2345
2361
  companyIndustry: string | null;
2346
2362
  avgHourlyRatePaid: number | null;
2363
+ companyId: string | null;
2347
2364
  } | null;
2348
2365
  vendorQualifications: {
2349
2366
  location: string | null;
@@ -2493,6 +2510,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2493
2510
  companySize: z.ZodNullable<z.ZodString>;
2494
2511
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
2495
2512
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
2513
+ companyId: z.ZodNullable<z.ZodString>;
2496
2514
  }, "strip", z.ZodTypeAny, {
2497
2515
  country: string | null;
2498
2516
  region: string | null;
@@ -2511,6 +2529,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2511
2529
  memberSince: string | null;
2512
2530
  companyIndustry: string | null;
2513
2531
  avgHourlyRatePaid: number | null;
2532
+ companyId: string | null;
2514
2533
  }, {
2515
2534
  country: string | null;
2516
2535
  region: string | null;
@@ -2529,6 +2548,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2529
2548
  memberSince: string | null;
2530
2549
  companyIndustry: string | null;
2531
2550
  avgHourlyRatePaid: number | null;
2551
+ companyId: string | null;
2532
2552
  }>>;
2533
2553
  vendorQualifications: z.ZodNullable<z.ZodObject<{
2534
2554
  location: z.ZodNullable<z.ZodString>;
@@ -2863,6 +2883,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2863
2883
  memberSince: string | null;
2864
2884
  companyIndustry: string | null;
2865
2885
  avgHourlyRatePaid: number | null;
2886
+ companyId: string | null;
2866
2887
  } | null;
2867
2888
  vendorQualifications: {
2868
2889
  location: string | null;
@@ -3026,6 +3047,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3026
3047
  memberSince: string | null;
3027
3048
  companyIndustry: string | null;
3028
3049
  avgHourlyRatePaid: number | null;
3050
+ companyId: string | null;
3029
3051
  } | null;
3030
3052
  vendorQualifications: {
3031
3053
  location: string | null;
@@ -3190,6 +3212,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3190
3212
  memberSince: string | null;
3191
3213
  companyIndustry: string | null;
3192
3214
  avgHourlyRatePaid: number | null;
3215
+ companyId: string | null;
3193
3216
  } | null;
3194
3217
  vendorQualifications: {
3195
3218
  location: string | null;
@@ -3306,6 +3329,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3306
3329
  memberSince: string | null;
3307
3330
  companyIndustry: string | null;
3308
3331
  avgHourlyRatePaid: number | null;
3332
+ companyId: string | null;
3309
3333
  } | null;
3310
3334
  vendorQualifications: {
3311
3335
  location: string | null;
@@ -3471,6 +3495,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3471
3495
  memberSince: string | null;
3472
3496
  companyIndustry: string | null;
3473
3497
  avgHourlyRatePaid: number | null;
3498
+ companyId: string | null;
3474
3499
  } | null;
3475
3500
  vendorQualifications: {
3476
3501
  location: string | null;
@@ -3587,6 +3612,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3587
3612
  memberSince: string | null;
3588
3613
  companyIndustry: string | null;
3589
3614
  avgHourlyRatePaid: number | null;
3615
+ companyId: string | null;
3590
3616
  } | null;
3591
3617
  vendorQualifications: {
3592
3618
  location: string | null;
@@ -3810,6 +3836,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
3810
3836
  companySize: z.ZodNullable<z.ZodString>;
3811
3837
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
3812
3838
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
3839
+ companyId: z.ZodNullable<z.ZodString>;
3813
3840
  }, "strip", z.ZodTypeAny, {
3814
3841
  country: string | null;
3815
3842
  region: string | null;
@@ -3828,6 +3855,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
3828
3855
  memberSince: string | null;
3829
3856
  companyIndustry: string | null;
3830
3857
  avgHourlyRatePaid: number | null;
3858
+ companyId: string | null;
3831
3859
  }, {
3832
3860
  country: string | null;
3833
3861
  region: string | null;
@@ -3846,6 +3874,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
3846
3874
  memberSince: string | null;
3847
3875
  companyIndustry: string | null;
3848
3876
  avgHourlyRatePaid: number | null;
3877
+ companyId: string | null;
3849
3878
  }>>;
3850
3879
  vendorQualifications: z.ZodNullable<z.ZodObject<{
3851
3880
  location: z.ZodNullable<z.ZodString>;
@@ -4180,6 +4209,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4180
4209
  memberSince: string | null;
4181
4210
  companyIndustry: string | null;
4182
4211
  avgHourlyRatePaid: number | null;
4212
+ companyId: string | null;
4183
4213
  } | null;
4184
4214
  vendorQualifications: {
4185
4215
  location: string | null;
@@ -4343,6 +4373,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4343
4373
  memberSince: string | null;
4344
4374
  companyIndustry: string | null;
4345
4375
  avgHourlyRatePaid: number | null;
4376
+ companyId: string | null;
4346
4377
  } | null;
4347
4378
  vendorQualifications: {
4348
4379
  location: string | null;
@@ -4521,6 +4552,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4521
4552
  memberSince: string | null;
4522
4553
  companyIndustry: string | null;
4523
4554
  avgHourlyRatePaid: number | null;
4555
+ companyId: string | null;
4524
4556
  } | null;
4525
4557
  vendorQualifications: {
4526
4558
  location: string | null;
@@ -4691,6 +4723,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4691
4723
  memberSince: string | null;
4692
4724
  companyIndustry: string | null;
4693
4725
  avgHourlyRatePaid: number | null;
4726
+ companyId: string | null;
4694
4727
  } | null;
4695
4728
  vendorQualifications: {
4696
4729
  location: string | 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>;
@@ -1812,6 +1815,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1812
1815
  memberSince: string | null;
1813
1816
  companyIndustry: string | null;
1814
1817
  avgHourlyRatePaid: number | null;
1818
+ companyId: string | null;
1815
1819
  } | null;
1816
1820
  vendorQualifications: {
1817
1821
  location: string | null;
@@ -1975,6 +1979,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1975
1979
  memberSince: string | null;
1976
1980
  companyIndustry: string | null;
1977
1981
  avgHourlyRatePaid: number | null;
1982
+ companyId: string | null;
1978
1983
  } | null;
1979
1984
  vendorQualifications: {
1980
1985
  location: string | null;
@@ -2308,6 +2313,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
2308
2313
  memberSince: string | null;
2309
2314
  companyIndustry: string | null;
2310
2315
  avgHourlyRatePaid: number | null;
2316
+ companyId: string | null;
2311
2317
  } | null;
2312
2318
  vendorQualifications: {
2313
2319
  location: string | null;
@@ -2683,6 +2689,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
2683
2689
  memberSince: string | null;
2684
2690
  companyIndustry: string | null;
2685
2691
  avgHourlyRatePaid: number | null;
2692
+ companyId: string | null;
2686
2693
  } | null;
2687
2694
  vendorQualifications: {
2688
2695
  location: string | 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.268",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",