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.
@@ -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>;
@@ -406,6 +409,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
406
409
  specialisedProfile: string | null;
407
410
  };
408
411
  }>>;
412
+ statusSynced: z.ZodNullable<z.ZodBoolean>;
409
413
  }>, "processed">, "strip", z.ZodTypeAny, {
410
414
  id: string | null;
411
415
  title: string | null;
@@ -449,6 +453,7 @@ export declare const bidPayloadProposalDataSchema: z.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;
@@ -547,6 +552,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
547
552
  specialisedProfile: string | null;
548
553
  };
549
554
  } | null;
555
+ statusSynced: boolean | null;
550
556
  activity?: Partial<Record<"4h" | "24h", {
551
557
  updatedAt: number | null;
552
558
  unansweredInvites: number | null;
@@ -612,6 +618,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
612
618
  memberSince: string | null;
613
619
  companyIndustry: string | null;
614
620
  avgHourlyRatePaid: number | null;
621
+ companyId: string | null;
615
622
  } | null;
616
623
  vendorQualifications: {
617
624
  location: string | null;
@@ -710,6 +717,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
710
717
  specialisedProfile: string | null;
711
718
  };
712
719
  } | null;
720
+ statusSynced: boolean | null;
713
721
  activity?: Partial<Record<"4h" | "24h", {
714
722
  updatedAt: number | null;
715
723
  unansweredInvites: number | null;
@@ -820,6 +828,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
820
828
  memberSince: string | null;
821
829
  companyIndustry: string | null;
822
830
  avgHourlyRatePaid: number | null;
831
+ companyId: string | null;
823
832
  } | null;
824
833
  vendorQualifications: {
825
834
  location: string | null;
@@ -918,6 +927,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
918
927
  specialisedProfile: string | null;
919
928
  };
920
929
  } | null;
930
+ statusSynced: boolean | null;
921
931
  activity?: Partial<Record<"4h" | "24h", {
922
932
  updatedAt: number | null;
923
933
  unansweredInvites: number | null;
@@ -1007,6 +1017,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
1007
1017
  memberSince: string | null;
1008
1018
  companyIndustry: string | null;
1009
1019
  avgHourlyRatePaid: number | null;
1020
+ companyId: string | null;
1010
1021
  } | null;
1011
1022
  vendorQualifications: {
1012
1023
  location: string | null;
@@ -1105,6 +1116,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
1105
1116
  specialisedProfile: string | null;
1106
1117
  };
1107
1118
  } | null;
1119
+ statusSynced: boolean | null;
1108
1120
  activity?: Partial<Record<"4h" | "24h", {
1109
1121
  updatedAt: number | null;
1110
1122
  unansweredInvites: number | null;
@@ -1213,6 +1225,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1213
1225
  companySize: z.ZodNullable<z.ZodString>;
1214
1226
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
1215
1227
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
1228
+ companyId: z.ZodNullable<z.ZodString>;
1216
1229
  }, "strip", z.ZodTypeAny, {
1217
1230
  country: string | null;
1218
1231
  region: string | null;
@@ -1231,6 +1244,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1231
1244
  memberSince: string | null;
1232
1245
  companyIndustry: string | null;
1233
1246
  avgHourlyRatePaid: number | null;
1247
+ companyId: string | null;
1234
1248
  }, {
1235
1249
  country: string | null;
1236
1250
  region: string | null;
@@ -1249,6 +1263,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1249
1263
  memberSince: string | null;
1250
1264
  companyIndustry: string | null;
1251
1265
  avgHourlyRatePaid: number | null;
1266
+ companyId: string | null;
1252
1267
  }>>;
1253
1268
  vendorQualifications: z.ZodNullable<z.ZodObject<{
1254
1269
  location: z.ZodNullable<z.ZodString>;
@@ -1540,6 +1555,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1540
1555
  specialisedProfile: string | null;
1541
1556
  };
1542
1557
  }>>;
1558
+ statusSynced: z.ZodNullable<z.ZodBoolean>;
1543
1559
  }>, "processed">, "strip", z.ZodTypeAny, {
1544
1560
  id: string | null;
1545
1561
  title: string | null;
@@ -1583,6 +1599,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1583
1599
  memberSince: string | null;
1584
1600
  companyIndustry: string | null;
1585
1601
  avgHourlyRatePaid: number | null;
1602
+ companyId: string | null;
1586
1603
  } | null;
1587
1604
  vendorQualifications: {
1588
1605
  location: string | null;
@@ -1681,6 +1698,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1681
1698
  specialisedProfile: string | null;
1682
1699
  };
1683
1700
  } | null;
1701
+ statusSynced: boolean | null;
1684
1702
  activity?: Partial<Record<"4h" | "24h", {
1685
1703
  updatedAt: number | null;
1686
1704
  unansweredInvites: number | null;
@@ -1746,6 +1764,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1746
1764
  memberSince: string | null;
1747
1765
  companyIndustry: string | null;
1748
1766
  avgHourlyRatePaid: number | null;
1767
+ companyId: string | null;
1749
1768
  } | null;
1750
1769
  vendorQualifications: {
1751
1770
  location: string | null;
@@ -1844,6 +1863,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1844
1863
  specialisedProfile: string | null;
1845
1864
  };
1846
1865
  } | null;
1866
+ statusSynced: boolean | null;
1847
1867
  activity?: Partial<Record<"4h" | "24h", {
1848
1868
  updatedAt: number | null;
1849
1869
  unansweredInvites: number | null;
@@ -1954,6 +1974,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1954
1974
  memberSince: string | null;
1955
1975
  companyIndustry: string | null;
1956
1976
  avgHourlyRatePaid: number | null;
1977
+ companyId: string | null;
1957
1978
  } | null;
1958
1979
  vendorQualifications: {
1959
1980
  location: string | null;
@@ -2052,6 +2073,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
2052
2073
  specialisedProfile: string | null;
2053
2074
  };
2054
2075
  } | null;
2076
+ statusSynced: boolean | null;
2055
2077
  activity?: Partial<Record<"4h" | "24h", {
2056
2078
  updatedAt: number | null;
2057
2079
  unansweredInvites: number | null;
@@ -2141,6 +2163,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
2141
2163
  memberSince: string | null;
2142
2164
  companyIndustry: string | null;
2143
2165
  avgHourlyRatePaid: number | null;
2166
+ companyId: string | null;
2144
2167
  } | null;
2145
2168
  vendorQualifications: {
2146
2169
  location: string | null;
@@ -2239,6 +2262,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
2239
2262
  specialisedProfile: string | null;
2240
2263
  };
2241
2264
  } | null;
2265
+ statusSynced: boolean | null;
2242
2266
  activity?: Partial<Record<"4h" | "24h", {
2243
2267
  updatedAt: number | null;
2244
2268
  unansweredInvites: number | null;
@@ -2347,6 +2371,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
2347
2371
  companySize: z.ZodNullable<z.ZodString>;
2348
2372
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
2349
2373
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
2374
+ companyId: z.ZodNullable<z.ZodString>;
2350
2375
  }, "strip", z.ZodTypeAny, {
2351
2376
  country: string | null;
2352
2377
  region: string | null;
@@ -2365,6 +2390,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
2365
2390
  memberSince: string | null;
2366
2391
  companyIndustry: string | null;
2367
2392
  avgHourlyRatePaid: number | null;
2393
+ companyId: string | null;
2368
2394
  }, {
2369
2395
  country: string | null;
2370
2396
  region: string | null;
@@ -2383,6 +2409,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
2383
2409
  memberSince: string | null;
2384
2410
  companyIndustry: string | null;
2385
2411
  avgHourlyRatePaid: number | null;
2412
+ companyId: string | null;
2386
2413
  }>>;
2387
2414
  vendorQualifications: z.ZodNullable<z.ZodObject<{
2388
2415
  location: z.ZodNullable<z.ZodString>;
@@ -2674,6 +2701,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
2674
2701
  specialisedProfile: string | null;
2675
2702
  };
2676
2703
  }>>;
2704
+ statusSynced: z.ZodNullable<z.ZodBoolean>;
2677
2705
  }>, "processed">, "strip", z.ZodTypeAny, {
2678
2706
  id: string | null;
2679
2707
  title: string | null;
@@ -2717,6 +2745,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
2717
2745
  memberSince: string | null;
2718
2746
  companyIndustry: string | null;
2719
2747
  avgHourlyRatePaid: number | null;
2748
+ companyId: string | null;
2720
2749
  } | null;
2721
2750
  vendorQualifications: {
2722
2751
  location: string | null;
@@ -2815,6 +2844,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
2815
2844
  specialisedProfile: string | null;
2816
2845
  };
2817
2846
  } | null;
2847
+ statusSynced: boolean | null;
2818
2848
  activity?: Partial<Record<"4h" | "24h", {
2819
2849
  updatedAt: number | null;
2820
2850
  unansweredInvites: number | null;
@@ -2880,6 +2910,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
2880
2910
  memberSince: string | null;
2881
2911
  companyIndustry: string | null;
2882
2912
  avgHourlyRatePaid: number | null;
2913
+ companyId: string | null;
2883
2914
  } | null;
2884
2915
  vendorQualifications: {
2885
2916
  location: string | null;
@@ -2978,6 +3009,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
2978
3009
  specialisedProfile: string | null;
2979
3010
  };
2980
3011
  } | null;
3012
+ statusSynced: boolean | null;
2981
3013
  activity?: Partial<Record<"4h" | "24h", {
2982
3014
  updatedAt: number | null;
2983
3015
  unansweredInvites: number | null;
@@ -3094,6 +3126,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
3094
3126
  memberSince: string | null;
3095
3127
  companyIndustry: string | null;
3096
3128
  avgHourlyRatePaid: number | null;
3129
+ companyId: string | null;
3097
3130
  } | null;
3098
3131
  vendorQualifications: {
3099
3132
  location: string | null;
@@ -3192,6 +3225,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
3192
3225
  specialisedProfile: string | null;
3193
3226
  };
3194
3227
  } | null;
3228
+ statusSynced: boolean | null;
3195
3229
  activity?: Partial<Record<"4h" | "24h", {
3196
3230
  updatedAt: number | null;
3197
3231
  unansweredInvites: number | null;
@@ -3284,6 +3318,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
3284
3318
  memberSince: string | null;
3285
3319
  companyIndustry: string | null;
3286
3320
  avgHourlyRatePaid: number | null;
3321
+ companyId: string | null;
3287
3322
  } | null;
3288
3323
  vendorQualifications: {
3289
3324
  location: string | null;
@@ -3382,6 +3417,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
3382
3417
  specialisedProfile: string | null;
3383
3418
  };
3384
3419
  } | null;
3420
+ statusSynced: boolean | null;
3385
3421
  activity?: Partial<Record<"4h" | "24h", {
3386
3422
  updatedAt: number | null;
3387
3423
  unansweredInvites: number | null;
@@ -3491,6 +3527,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
3491
3527
  companySize: z.ZodNullable<z.ZodString>;
3492
3528
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
3493
3529
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
3530
+ companyId: z.ZodNullable<z.ZodString>;
3494
3531
  }, "strip", z.ZodTypeAny, {
3495
3532
  country: string | null;
3496
3533
  region: string | null;
@@ -3509,6 +3546,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
3509
3546
  memberSince: string | null;
3510
3547
  companyIndustry: string | null;
3511
3548
  avgHourlyRatePaid: number | null;
3549
+ companyId: string | null;
3512
3550
  }, {
3513
3551
  country: string | null;
3514
3552
  region: string | null;
@@ -3527,6 +3565,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
3527
3565
  memberSince: string | null;
3528
3566
  companyIndustry: string | null;
3529
3567
  avgHourlyRatePaid: number | null;
3568
+ companyId: string | null;
3530
3569
  }>>;
3531
3570
  vendorQualifications: z.ZodNullable<z.ZodObject<{
3532
3571
  location: z.ZodNullable<z.ZodString>;
@@ -3818,6 +3857,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
3818
3857
  specialisedProfile: string | null;
3819
3858
  };
3820
3859
  }>>;
3860
+ statusSynced: z.ZodNullable<z.ZodBoolean>;
3821
3861
  }>, "processed">, "strip", z.ZodTypeAny, {
3822
3862
  id: string | null;
3823
3863
  title: string | null;
@@ -3861,6 +3901,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
3861
3901
  memberSince: string | null;
3862
3902
  companyIndustry: string | null;
3863
3903
  avgHourlyRatePaid: number | null;
3904
+ companyId: string | null;
3864
3905
  } | null;
3865
3906
  vendorQualifications: {
3866
3907
  location: string | null;
@@ -3959,6 +4000,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
3959
4000
  specialisedProfile: string | null;
3960
4001
  };
3961
4002
  } | null;
4003
+ statusSynced: boolean | null;
3962
4004
  activity?: Partial<Record<"4h" | "24h", {
3963
4005
  updatedAt: number | null;
3964
4006
  unansweredInvites: number | null;
@@ -4024,6 +4066,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
4024
4066
  memberSince: string | null;
4025
4067
  companyIndustry: string | null;
4026
4068
  avgHourlyRatePaid: number | null;
4069
+ companyId: string | null;
4027
4070
  } | null;
4028
4071
  vendorQualifications: {
4029
4072
  location: string | null;
@@ -4122,6 +4165,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
4122
4165
  specialisedProfile: string | null;
4123
4166
  };
4124
4167
  } | null;
4168
+ statusSynced: boolean | null;
4125
4169
  activity?: Partial<Record<"4h" | "24h", {
4126
4170
  updatedAt: number | null;
4127
4171
  unansweredInvites: number | null;
@@ -4197,6 +4241,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
4197
4241
  memberSince: string | null;
4198
4242
  companyIndustry: string | null;
4199
4243
  avgHourlyRatePaid: number | null;
4244
+ companyId: string | null;
4200
4245
  } | null;
4201
4246
  vendorQualifications: {
4202
4247
  location: string | null;
@@ -4295,6 +4340,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
4295
4340
  specialisedProfile: string | null;
4296
4341
  };
4297
4342
  } | null;
4343
+ statusSynced: boolean | null;
4298
4344
  activity?: Partial<Record<"4h" | "24h", {
4299
4345
  updatedAt: number | null;
4300
4346
  unansweredInvites: number | null;
@@ -4367,6 +4413,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
4367
4413
  memberSince: string | null;
4368
4414
  companyIndustry: string | null;
4369
4415
  avgHourlyRatePaid: number | null;
4416
+ companyId: string | null;
4370
4417
  } | null;
4371
4418
  vendorQualifications: {
4372
4419
  location: string | null;
@@ -4465,6 +4512,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
4465
4512
  specialisedProfile: string | null;
4466
4513
  };
4467
4514
  } | null;
4515
+ statusSynced: boolean | null;
4468
4516
  activity?: Partial<Record<"4h" | "24h", {
4469
4517
  updatedAt: number | null;
4470
4518
  unansweredInvites: number | null;
@@ -4568,6 +4616,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
4568
4616
  companySize: z.ZodNullable<z.ZodString>;
4569
4617
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
4570
4618
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
4619
+ companyId: z.ZodNullable<z.ZodString>;
4571
4620
  }, "strip", z.ZodTypeAny, {
4572
4621
  country: string | null;
4573
4622
  region: string | null;
@@ -4586,6 +4635,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
4586
4635
  memberSince: string | null;
4587
4636
  companyIndustry: string | null;
4588
4637
  avgHourlyRatePaid: number | null;
4638
+ companyId: string | null;
4589
4639
  }, {
4590
4640
  country: string | null;
4591
4641
  region: string | null;
@@ -4604,6 +4654,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
4604
4654
  memberSince: string | null;
4605
4655
  companyIndustry: string | null;
4606
4656
  avgHourlyRatePaid: number | null;
4657
+ companyId: string | null;
4607
4658
  }>>;
4608
4659
  vendorQualifications: z.ZodNullable<z.ZodObject<{
4609
4660
  location: z.ZodNullable<z.ZodString>;
@@ -4895,6 +4946,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
4895
4946
  specialisedProfile: string | null;
4896
4947
  };
4897
4948
  }>>;
4949
+ statusSynced: z.ZodNullable<z.ZodBoolean>;
4898
4950
  }>, "processed">, "strip", z.ZodTypeAny, {
4899
4951
  id: string | null;
4900
4952
  title: string | null;
@@ -4938,6 +4990,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
4938
4990
  memberSince: string | null;
4939
4991
  companyIndustry: string | null;
4940
4992
  avgHourlyRatePaid: number | null;
4993
+ companyId: string | null;
4941
4994
  } | null;
4942
4995
  vendorQualifications: {
4943
4996
  location: string | null;
@@ -5036,6 +5089,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5036
5089
  specialisedProfile: string | null;
5037
5090
  };
5038
5091
  } | null;
5092
+ statusSynced: boolean | null;
5039
5093
  activity?: Partial<Record<"4h" | "24h", {
5040
5094
  updatedAt: number | null;
5041
5095
  unansweredInvites: number | null;
@@ -5101,6 +5155,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5101
5155
  memberSince: string | null;
5102
5156
  companyIndustry: string | null;
5103
5157
  avgHourlyRatePaid: number | null;
5158
+ companyId: string | null;
5104
5159
  } | null;
5105
5160
  vendorQualifications: {
5106
5161
  location: string | null;
@@ -5199,6 +5254,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5199
5254
  specialisedProfile: string | null;
5200
5255
  };
5201
5256
  } | null;
5257
+ statusSynced: boolean | null;
5202
5258
  activity?: Partial<Record<"4h" | "24h", {
5203
5259
  updatedAt: number | null;
5204
5260
  unansweredInvites: number | null;
@@ -5305,6 +5361,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5305
5361
  companySize: z.ZodNullable<z.ZodString>;
5306
5362
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
5307
5363
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
5364
+ companyId: z.ZodNullable<z.ZodString>;
5308
5365
  }, "strip", z.ZodTypeAny, {
5309
5366
  country: string | null;
5310
5367
  region: string | null;
@@ -5323,6 +5380,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5323
5380
  memberSince: string | null;
5324
5381
  companyIndustry: string | null;
5325
5382
  avgHourlyRatePaid: number | null;
5383
+ companyId: string | null;
5326
5384
  }, {
5327
5385
  country: string | null;
5328
5386
  region: string | null;
@@ -5341,6 +5399,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5341
5399
  memberSince: string | null;
5342
5400
  companyIndustry: string | null;
5343
5401
  avgHourlyRatePaid: number | null;
5402
+ companyId: string | null;
5344
5403
  }>>;
5345
5404
  vendorQualifications: z.ZodNullable<z.ZodObject<{
5346
5405
  location: z.ZodNullable<z.ZodString>;
@@ -5632,6 +5691,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5632
5691
  specialisedProfile: string | null;
5633
5692
  };
5634
5693
  }>>;
5694
+ statusSynced: z.ZodNullable<z.ZodBoolean>;
5635
5695
  }>, "processed">, "strip", z.ZodTypeAny, {
5636
5696
  id: string | null;
5637
5697
  title: string | null;
@@ -5675,6 +5735,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5675
5735
  memberSince: string | null;
5676
5736
  companyIndustry: string | null;
5677
5737
  avgHourlyRatePaid: number | null;
5738
+ companyId: string | null;
5678
5739
  } | null;
5679
5740
  vendorQualifications: {
5680
5741
  location: string | null;
@@ -5773,6 +5834,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5773
5834
  specialisedProfile: string | null;
5774
5835
  };
5775
5836
  } | null;
5837
+ statusSynced: boolean | null;
5776
5838
  activity?: Partial<Record<"4h" | "24h", {
5777
5839
  updatedAt: number | null;
5778
5840
  unansweredInvites: number | null;
@@ -5838,6 +5900,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5838
5900
  memberSince: string | null;
5839
5901
  companyIndustry: string | null;
5840
5902
  avgHourlyRatePaid: number | null;
5903
+ companyId: string | null;
5841
5904
  } | null;
5842
5905
  vendorQualifications: {
5843
5906
  location: string | null;
@@ -5936,6 +5999,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
5936
5999
  specialisedProfile: string | null;
5937
6000
  };
5938
6001
  } | null;
6002
+ statusSynced: boolean | null;
5939
6003
  activity?: Partial<Record<"4h" | "24h", {
5940
6004
  updatedAt: number | null;
5941
6005
  unansweredInvites: number | null;
@@ -6052,6 +6116,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6052
6116
  memberSince: string | null;
6053
6117
  companyIndustry: string | null;
6054
6118
  avgHourlyRatePaid: number | null;
6119
+ companyId: string | null;
6055
6120
  } | null;
6056
6121
  vendorQualifications: {
6057
6122
  location: string | null;
@@ -6150,6 +6215,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6150
6215
  specialisedProfile: string | null;
6151
6216
  };
6152
6217
  } | null;
6218
+ statusSynced: boolean | null;
6153
6219
  activity?: Partial<Record<"4h" | "24h", {
6154
6220
  updatedAt: number | null;
6155
6221
  unansweredInvites: number | null;
@@ -6242,6 +6308,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6242
6308
  memberSince: string | null;
6243
6309
  companyIndustry: string | null;
6244
6310
  avgHourlyRatePaid: number | null;
6311
+ companyId: string | null;
6245
6312
  } | null;
6246
6313
  vendorQualifications: {
6247
6314
  location: string | null;
@@ -6340,6 +6407,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6340
6407
  specialisedProfile: string | null;
6341
6408
  };
6342
6409
  } | null;
6410
+ statusSynced: boolean | null;
6343
6411
  activity?: Partial<Record<"4h" | "24h", {
6344
6412
  updatedAt: number | null;
6345
6413
  unansweredInvites: number | null;
@@ -6419,6 +6487,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6419
6487
  memberSince: string | null;
6420
6488
  companyIndustry: string | null;
6421
6489
  avgHourlyRatePaid: number | null;
6490
+ companyId: string | null;
6422
6491
  } | null;
6423
6492
  vendorQualifications: {
6424
6493
  location: string | null;
@@ -6517,6 +6586,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6517
6586
  specialisedProfile: string | null;
6518
6587
  };
6519
6588
  } | null;
6589
+ statusSynced: boolean | null;
6520
6590
  activity?: Partial<Record<"4h" | "24h", {
6521
6591
  updatedAt: number | null;
6522
6592
  unansweredInvites: number | null;
@@ -6603,6 +6673,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6603
6673
  memberSince: string | null;
6604
6674
  companyIndustry: string | null;
6605
6675
  avgHourlyRatePaid: number | null;
6676
+ companyId: string | null;
6606
6677
  } | null;
6607
6678
  vendorQualifications: {
6608
6679
  location: string | null;
@@ -6701,6 +6772,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6701
6772
  specialisedProfile: string | null;
6702
6773
  };
6703
6774
  } | null;
6775
+ statusSynced: boolean | null;
6704
6776
  activity?: Partial<Record<"4h" | "24h", {
6705
6777
  updatedAt: number | null;
6706
6778
  unansweredInvites: number | null;
@@ -6780,6 +6852,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6780
6852
  memberSince: string | null;
6781
6853
  companyIndustry: string | null;
6782
6854
  avgHourlyRatePaid: number | null;
6855
+ companyId: string | null;
6783
6856
  } | null;
6784
6857
  vendorQualifications: {
6785
6858
  location: string | null;
@@ -6878,6 +6951,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6878
6951
  specialisedProfile: string | null;
6879
6952
  };
6880
6953
  } | null;
6954
+ statusSynced: boolean | null;
6881
6955
  activity?: Partial<Record<"4h" | "24h", {
6882
6956
  updatedAt: number | null;
6883
6957
  unansweredInvites: number | null;
@@ -6964,6 +7038,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6964
7038
  memberSince: string | null;
6965
7039
  companyIndustry: string | null;
6966
7040
  avgHourlyRatePaid: number | null;
7041
+ companyId: string | null;
6967
7042
  } | null;
6968
7043
  vendorQualifications: {
6969
7044
  location: string | null;
@@ -7062,6 +7137,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
7062
7137
  specialisedProfile: string | null;
7063
7138
  };
7064
7139
  } | null;
7140
+ statusSynced: boolean | null;
7065
7141
  activity?: Partial<Record<"4h" | "24h", {
7066
7142
  updatedAt: number | null;
7067
7143
  unansweredInvites: number | null;
@@ -7172,6 +7248,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7172
7248
  companySize: z.ZodNullable<z.ZodString>;
7173
7249
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
7174
7250
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
7251
+ companyId: z.ZodNullable<z.ZodString>;
7175
7252
  }, "strip", z.ZodTypeAny, {
7176
7253
  country: string | null;
7177
7254
  region: string | null;
@@ -7190,6 +7267,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7190
7267
  memberSince: string | null;
7191
7268
  companyIndustry: string | null;
7192
7269
  avgHourlyRatePaid: number | null;
7270
+ companyId: string | null;
7193
7271
  }, {
7194
7272
  country: string | null;
7195
7273
  region: string | null;
@@ -7208,6 +7286,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7208
7286
  memberSince: string | null;
7209
7287
  companyIndustry: string | null;
7210
7288
  avgHourlyRatePaid: number | null;
7289
+ companyId: string | null;
7211
7290
  }>>;
7212
7291
  vendorQualifications: z.ZodNullable<z.ZodObject<{
7213
7292
  location: z.ZodNullable<z.ZodString>;
@@ -7499,6 +7578,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7499
7578
  specialisedProfile: string | null;
7500
7579
  };
7501
7580
  }>>;
7581
+ statusSynced: z.ZodNullable<z.ZodBoolean>;
7502
7582
  }>, "processed">, "strip", z.ZodTypeAny, {
7503
7583
  id: string | null;
7504
7584
  title: string | null;
@@ -7542,6 +7622,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7542
7622
  memberSince: string | null;
7543
7623
  companyIndustry: string | null;
7544
7624
  avgHourlyRatePaid: number | null;
7625
+ companyId: string | null;
7545
7626
  } | null;
7546
7627
  vendorQualifications: {
7547
7628
  location: string | null;
@@ -7640,6 +7721,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7640
7721
  specialisedProfile: string | null;
7641
7722
  };
7642
7723
  } | null;
7724
+ statusSynced: boolean | null;
7643
7725
  activity?: Partial<Record<"4h" | "24h", {
7644
7726
  updatedAt: number | null;
7645
7727
  unansweredInvites: number | null;
@@ -7705,6 +7787,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7705
7787
  memberSince: string | null;
7706
7788
  companyIndustry: string | null;
7707
7789
  avgHourlyRatePaid: number | null;
7790
+ companyId: string | null;
7708
7791
  } | null;
7709
7792
  vendorQualifications: {
7710
7793
  location: string | null;
@@ -7803,6 +7886,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7803
7886
  specialisedProfile: string | null;
7804
7887
  };
7805
7888
  } | null;
7889
+ statusSynced: boolean | null;
7806
7890
  activity?: Partial<Record<"4h" | "24h", {
7807
7891
  updatedAt: number | null;
7808
7892
  unansweredInvites: number | null;
@@ -7909,6 +7993,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7909
7993
  companySize: z.ZodNullable<z.ZodString>;
7910
7994
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
7911
7995
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
7996
+ companyId: z.ZodNullable<z.ZodString>;
7912
7997
  }, "strip", z.ZodTypeAny, {
7913
7998
  country: string | null;
7914
7999
  region: string | null;
@@ -7927,6 +8012,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7927
8012
  memberSince: string | null;
7928
8013
  companyIndustry: string | null;
7929
8014
  avgHourlyRatePaid: number | null;
8015
+ companyId: string | null;
7930
8016
  }, {
7931
8017
  country: string | null;
7932
8018
  region: string | null;
@@ -7945,6 +8031,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
7945
8031
  memberSince: string | null;
7946
8032
  companyIndustry: string | null;
7947
8033
  avgHourlyRatePaid: number | null;
8034
+ companyId: string | null;
7948
8035
  }>>;
7949
8036
  vendorQualifications: z.ZodNullable<z.ZodObject<{
7950
8037
  location: z.ZodNullable<z.ZodString>;
@@ -8236,6 +8323,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8236
8323
  specialisedProfile: string | null;
8237
8324
  };
8238
8325
  }>>;
8326
+ statusSynced: z.ZodNullable<z.ZodBoolean>;
8239
8327
  }>, "processed">, "strip", z.ZodTypeAny, {
8240
8328
  id: string | null;
8241
8329
  title: string | null;
@@ -8279,6 +8367,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8279
8367
  memberSince: string | null;
8280
8368
  companyIndustry: string | null;
8281
8369
  avgHourlyRatePaid: number | null;
8370
+ companyId: string | null;
8282
8371
  } | null;
8283
8372
  vendorQualifications: {
8284
8373
  location: string | null;
@@ -8377,6 +8466,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8377
8466
  specialisedProfile: string | null;
8378
8467
  };
8379
8468
  } | null;
8469
+ statusSynced: boolean | null;
8380
8470
  activity?: Partial<Record<"4h" | "24h", {
8381
8471
  updatedAt: number | null;
8382
8472
  unansweredInvites: number | null;
@@ -8442,6 +8532,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8442
8532
  memberSince: string | null;
8443
8533
  companyIndustry: string | null;
8444
8534
  avgHourlyRatePaid: number | null;
8535
+ companyId: string | null;
8445
8536
  } | null;
8446
8537
  vendorQualifications: {
8447
8538
  location: string | null;
@@ -8540,6 +8631,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8540
8631
  specialisedProfile: string | null;
8541
8632
  };
8542
8633
  } | null;
8634
+ statusSynced: boolean | null;
8543
8635
  activity?: Partial<Record<"4h" | "24h", {
8544
8636
  updatedAt: number | null;
8545
8637
  unansweredInvites: number | null;
@@ -8650,6 +8742,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8650
8742
  memberSince: string | null;
8651
8743
  companyIndustry: string | null;
8652
8744
  avgHourlyRatePaid: number | null;
8745
+ companyId: string | null;
8653
8746
  } | null;
8654
8747
  vendorQualifications: {
8655
8748
  location: string | null;
@@ -8748,6 +8841,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8748
8841
  specialisedProfile: string | null;
8749
8842
  };
8750
8843
  } | null;
8844
+ statusSynced: boolean | null;
8751
8845
  activity?: Partial<Record<"4h" | "24h", {
8752
8846
  updatedAt: number | null;
8753
8847
  unansweredInvites: number | null;
@@ -8837,6 +8931,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8837
8931
  memberSince: string | null;
8838
8932
  companyIndustry: string | null;
8839
8933
  avgHourlyRatePaid: number | null;
8934
+ companyId: string | null;
8840
8935
  } | null;
8841
8936
  vendorQualifications: {
8842
8937
  location: string | null;
@@ -8935,6 +9030,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8935
9030
  specialisedProfile: string | null;
8936
9031
  };
8937
9032
  } | null;
9033
+ statusSynced: boolean | null;
8938
9034
  activity?: Partial<Record<"4h" | "24h", {
8939
9035
  updatedAt: number | null;
8940
9036
  unansweredInvites: number | null;
@@ -9013,6 +9109,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9013
9109
  memberSince: string | null;
9014
9110
  companyIndustry: string | null;
9015
9111
  avgHourlyRatePaid: number | null;
9112
+ companyId: string | null;
9016
9113
  } | null;
9017
9114
  vendorQualifications: {
9018
9115
  location: string | null;
@@ -9111,6 +9208,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9111
9208
  specialisedProfile: string | null;
9112
9209
  };
9113
9210
  } | null;
9211
+ statusSynced: boolean | null;
9114
9212
  activity?: Partial<Record<"4h" | "24h", {
9115
9213
  updatedAt: number | null;
9116
9214
  unansweredInvites: number | null;
@@ -9195,6 +9293,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9195
9293
  memberSince: string | null;
9196
9294
  companyIndustry: string | null;
9197
9295
  avgHourlyRatePaid: number | null;
9296
+ companyId: string | null;
9198
9297
  } | null;
9199
9298
  vendorQualifications: {
9200
9299
  location: string | null;
@@ -9293,6 +9392,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9293
9392
  specialisedProfile: string | null;
9294
9393
  };
9295
9394
  } | null;
9395
+ statusSynced: boolean | null;
9296
9396
  activity?: Partial<Record<"4h" | "24h", {
9297
9397
  updatedAt: number | null;
9298
9398
  unansweredInvites: number | null;
@@ -9371,6 +9471,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9371
9471
  memberSince: string | null;
9372
9472
  companyIndustry: string | null;
9373
9473
  avgHourlyRatePaid: number | null;
9474
+ companyId: string | null;
9374
9475
  } | null;
9375
9476
  vendorQualifications: {
9376
9477
  location: string | null;
@@ -9469,6 +9570,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9469
9570
  specialisedProfile: string | null;
9470
9571
  };
9471
9572
  } | null;
9573
+ statusSynced: boolean | null;
9472
9574
  activity?: Partial<Record<"4h" | "24h", {
9473
9575
  updatedAt: number | null;
9474
9576
  unansweredInvites: number | null;
@@ -9553,6 +9655,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9553
9655
  memberSince: string | null;
9554
9656
  companyIndustry: string | null;
9555
9657
  avgHourlyRatePaid: number | null;
9658
+ companyId: string | null;
9556
9659
  } | null;
9557
9660
  vendorQualifications: {
9558
9661
  location: string | null;
@@ -9651,6 +9754,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9651
9754
  specialisedProfile: string | null;
9652
9755
  };
9653
9756
  } | null;
9757
+ statusSynced: boolean | null;
9654
9758
  activity?: Partial<Record<"4h" | "24h", {
9655
9759
  updatedAt: number | null;
9656
9760
  unansweredInvites: number | null;
@@ -9761,6 +9865,7 @@ export declare const bidDtoSchema: z.ZodObject<{
9761
9865
  companySize: z.ZodNullable<z.ZodString>;
9762
9866
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
9763
9867
  avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
9868
+ companyId: z.ZodNullable<z.ZodString>;
9764
9869
  }, "strip", z.ZodTypeAny, {
9765
9870
  country: string | null;
9766
9871
  region: string | null;
@@ -9779,6 +9884,7 @@ export declare const bidDtoSchema: z.ZodObject<{
9779
9884
  memberSince: string | null;
9780
9885
  companyIndustry: string | null;
9781
9886
  avgHourlyRatePaid: number | null;
9887
+ companyId: string | null;
9782
9888
  }, {
9783
9889
  country: string | null;
9784
9890
  region: string | null;
@@ -9797,6 +9903,7 @@ export declare const bidDtoSchema: z.ZodObject<{
9797
9903
  memberSince: string | null;
9798
9904
  companyIndustry: string | null;
9799
9905
  avgHourlyRatePaid: number | null;
9906
+ companyId: string | null;
9800
9907
  }>>;
9801
9908
  vendorQualifications: z.ZodNullable<z.ZodObject<{
9802
9909
  location: z.ZodNullable<z.ZodString>;
@@ -10088,6 +10195,7 @@ export declare const bidDtoSchema: z.ZodObject<{
10088
10195
  specialisedProfile: string | null;
10089
10196
  };
10090
10197
  }>>;
10198
+ statusSynced: z.ZodNullable<z.ZodBoolean>;
10091
10199
  }>, "processed">, "strip", z.ZodTypeAny, {
10092
10200
  id: string | null;
10093
10201
  title: string | null;
@@ -10131,6 +10239,7 @@ export declare const bidDtoSchema: z.ZodObject<{
10131
10239
  memberSince: string | null;
10132
10240
  companyIndustry: string | null;
10133
10241
  avgHourlyRatePaid: number | null;
10242
+ companyId: string | null;
10134
10243
  } | null;
10135
10244
  vendorQualifications: {
10136
10245
  location: string | null;
@@ -10229,6 +10338,7 @@ export declare const bidDtoSchema: z.ZodObject<{
10229
10338
  specialisedProfile: string | null;
10230
10339
  };
10231
10340
  } | null;
10341
+ statusSynced: boolean | null;
10232
10342
  activity?: Partial<Record<"4h" | "24h", {
10233
10343
  updatedAt: number | null;
10234
10344
  unansweredInvites: number | null;
@@ -10294,6 +10404,7 @@ export declare const bidDtoSchema: z.ZodObject<{
10294
10404
  memberSince: string | null;
10295
10405
  companyIndustry: string | null;
10296
10406
  avgHourlyRatePaid: number | null;
10407
+ companyId: string | null;
10297
10408
  } | null;
10298
10409
  vendorQualifications: {
10299
10410
  location: string | null;
@@ -10392,6 +10503,7 @@ export declare const bidDtoSchema: z.ZodObject<{
10392
10503
  specialisedProfile: string | null;
10393
10504
  };
10394
10505
  } | null;
10506
+ statusSynced: boolean | null;
10395
10507
  activity?: Partial<Record<"4h" | "24h", {
10396
10508
  updatedAt: number | null;
10397
10509
  unansweredInvites: number | null;
@@ -10462,6 +10574,7 @@ export declare const bidDtoSchema: z.ZodObject<{
10462
10574
  memberSince: string | null;
10463
10575
  companyIndustry: string | null;
10464
10576
  avgHourlyRatePaid: number | null;
10577
+ companyId: string | null;
10465
10578
  } | null;
10466
10579
  vendorQualifications: {
10467
10580
  location: string | null;
@@ -10560,6 +10673,7 @@ export declare const bidDtoSchema: z.ZodObject<{
10560
10673
  specialisedProfile: string | null;
10561
10674
  };
10562
10675
  } | null;
10676
+ statusSynced: boolean | null;
10563
10677
  activity?: Partial<Record<"4h" | "24h", {
10564
10678
  updatedAt: number | null;
10565
10679
  unansweredInvites: number | null;
@@ -10630,6 +10744,7 @@ export declare const bidDtoSchema: z.ZodObject<{
10630
10744
  memberSince: string | null;
10631
10745
  companyIndustry: string | null;
10632
10746
  avgHourlyRatePaid: number | null;
10747
+ companyId: string | null;
10633
10748
  } | null;
10634
10749
  vendorQualifications: {
10635
10750
  location: string | null;
@@ -10728,6 +10843,7 @@ export declare const bidDtoSchema: z.ZodObject<{
10728
10843
  specialisedProfile: string | null;
10729
10844
  };
10730
10845
  } | null;
10846
+ statusSynced: boolean | null;
10731
10847
  activity?: Partial<Record<"4h" | "24h", {
10732
10848
  updatedAt: number | null;
10733
10849
  unansweredInvites: number | null;