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.
- package/dist/bundle.cjs.js +2 -0
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +2 -0
- package/dist/bundle.esm.js.map +1 -1
- package/dist/schemas/agent/index.d.ts +12 -0
- package/dist/schemas/bidder/bid.d.ts +116 -0
- package/dist/schemas/campaign/campaign-analytics.d.ts +36 -0
- package/dist/schemas/job/index.d.ts +8 -0
- package/dist/schemas/lead/index.d.ts +51 -0
- package/dist/schemas/logger/feed/feed-job-enrich.d.ts +7 -0
- package/dist/schemas/scraper/scrape-payload.d.ts +12 -0
- package/dist/schemas/scraper/scrape-result.d.ts +7 -0
- package/package.json +1 -1
|
@@ -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>;
|
|
@@ -1809,6 +1812,7 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
1809
1812
|
specialisedProfile: string | null;
|
|
1810
1813
|
};
|
|
1811
1814
|
}>>;
|
|
1815
|
+
statusSynced: z.ZodNullable<z.ZodBoolean>;
|
|
1812
1816
|
}>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
|
|
1813
1817
|
id: string | null;
|
|
1814
1818
|
title: string | null;
|
|
@@ -2550,6 +2554,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2550
2554
|
companySize: z.ZodNullable<z.ZodString>;
|
|
2551
2555
|
enterpriseClient: z.ZodNullable<z.ZodBoolean>;
|
|
2552
2556
|
avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
|
|
2557
|
+
companyId: z.ZodNullable<z.ZodString>;
|
|
2553
2558
|
}, "strip", z.ZodTypeAny, {
|
|
2554
2559
|
country: string | null;
|
|
2555
2560
|
region: string | null;
|
|
@@ -2568,6 +2573,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2568
2573
|
memberSince: string | null;
|
|
2569
2574
|
companyIndustry: string | null;
|
|
2570
2575
|
avgHourlyRatePaid: number | null;
|
|
2576
|
+
companyId: string | null;
|
|
2571
2577
|
}, {
|
|
2572
2578
|
country: string | null;
|
|
2573
2579
|
region: string | null;
|
|
@@ -2586,6 +2592,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2586
2592
|
memberSince: string | null;
|
|
2587
2593
|
companyIndustry: string | null;
|
|
2588
2594
|
avgHourlyRatePaid: number | null;
|
|
2595
|
+
companyId: string | null;
|
|
2589
2596
|
}>>;
|
|
2590
2597
|
vendorQualifications: z.ZodNullable<z.ZodObject<{
|
|
2591
2598
|
location: z.ZodNullable<z.ZodString>;
|
|
@@ -2877,6 +2884,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
2877
2884
|
specialisedProfile: string | null;
|
|
2878
2885
|
};
|
|
2879
2886
|
}>>;
|
|
2887
|
+
statusSynced: z.ZodNullable<z.ZodBoolean>;
|
|
2880
2888
|
}>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
|
|
2881
2889
|
id: string | null;
|
|
2882
2890
|
title: string | null;
|
|
@@ -3616,6 +3624,7 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
3616
3624
|
companySize: z.ZodNullable<z.ZodString>;
|
|
3617
3625
|
enterpriseClient: z.ZodNullable<z.ZodBoolean>;
|
|
3618
3626
|
avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
|
|
3627
|
+
companyId: z.ZodNullable<z.ZodString>;
|
|
3619
3628
|
}, "strip", z.ZodTypeAny, {
|
|
3620
3629
|
country: string | null;
|
|
3621
3630
|
region: string | null;
|
|
@@ -3634,6 +3643,7 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
3634
3643
|
memberSince: string | null;
|
|
3635
3644
|
companyIndustry: string | null;
|
|
3636
3645
|
avgHourlyRatePaid: number | null;
|
|
3646
|
+
companyId: string | null;
|
|
3637
3647
|
}, {
|
|
3638
3648
|
country: string | null;
|
|
3639
3649
|
region: string | null;
|
|
@@ -3652,6 +3662,7 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
3652
3662
|
memberSince: string | null;
|
|
3653
3663
|
companyIndustry: string | null;
|
|
3654
3664
|
avgHourlyRatePaid: number | null;
|
|
3665
|
+
companyId: string | null;
|
|
3655
3666
|
}>>;
|
|
3656
3667
|
vendorQualifications: z.ZodNullable<z.ZodObject<{
|
|
3657
3668
|
location: z.ZodNullable<z.ZodString>;
|
|
@@ -3943,6 +3954,7 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
|
|
|
3943
3954
|
specialisedProfile: string | null;
|
|
3944
3955
|
};
|
|
3945
3956
|
}>>;
|
|
3957
|
+
statusSynced: z.ZodNullable<z.ZodBoolean>;
|
|
3946
3958
|
}>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
|
|
3947
3959
|
id: string | null;
|
|
3948
3960
|
title: string | null;
|
|
@@ -5320,6 +5332,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5320
5332
|
companySize: z.ZodNullable<z.ZodString>;
|
|
5321
5333
|
enterpriseClient: z.ZodNullable<z.ZodBoolean>;
|
|
5322
5334
|
avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
|
|
5335
|
+
companyId: z.ZodNullable<z.ZodString>;
|
|
5323
5336
|
}, "strip", z.ZodTypeAny, {
|
|
5324
5337
|
country: string | null;
|
|
5325
5338
|
region: string | null;
|
|
@@ -5338,6 +5351,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5338
5351
|
memberSince: string | null;
|
|
5339
5352
|
companyIndustry: string | null;
|
|
5340
5353
|
avgHourlyRatePaid: number | null;
|
|
5354
|
+
companyId: string | null;
|
|
5341
5355
|
}, {
|
|
5342
5356
|
country: string | null;
|
|
5343
5357
|
region: string | null;
|
|
@@ -5356,6 +5370,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5356
5370
|
memberSince: string | null;
|
|
5357
5371
|
companyIndustry: string | null;
|
|
5358
5372
|
avgHourlyRatePaid: number | null;
|
|
5373
|
+
companyId: string | null;
|
|
5359
5374
|
}>>;
|
|
5360
5375
|
vendorQualifications: z.ZodNullable<z.ZodObject<{
|
|
5361
5376
|
location: z.ZodNullable<z.ZodString>;
|
|
@@ -5647,6 +5662,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
5647
5662
|
specialisedProfile: string | null;
|
|
5648
5663
|
};
|
|
5649
5664
|
}>>;
|
|
5665
|
+
statusSynced: z.ZodNullable<z.ZodBoolean>;
|
|
5650
5666
|
}>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
|
|
5651
5667
|
id: string | null;
|
|
5652
5668
|
title: string | null;
|
|
@@ -6387,6 +6403,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6387
6403
|
companySize: z.ZodNullable<z.ZodString>;
|
|
6388
6404
|
enterpriseClient: z.ZodNullable<z.ZodBoolean>;
|
|
6389
6405
|
avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
|
|
6406
|
+
companyId: z.ZodNullable<z.ZodString>;
|
|
6390
6407
|
}, "strip", z.ZodTypeAny, {
|
|
6391
6408
|
country: string | null;
|
|
6392
6409
|
region: string | null;
|
|
@@ -6405,6 +6422,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6405
6422
|
memberSince: string | null;
|
|
6406
6423
|
companyIndustry: string | null;
|
|
6407
6424
|
avgHourlyRatePaid: number | null;
|
|
6425
|
+
companyId: string | null;
|
|
6408
6426
|
}, {
|
|
6409
6427
|
country: string | null;
|
|
6410
6428
|
region: string | null;
|
|
@@ -6423,6 +6441,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6423
6441
|
memberSince: string | null;
|
|
6424
6442
|
companyIndustry: string | null;
|
|
6425
6443
|
avgHourlyRatePaid: number | null;
|
|
6444
|
+
companyId: string | null;
|
|
6426
6445
|
}>>;
|
|
6427
6446
|
vendorQualifications: z.ZodNullable<z.ZodObject<{
|
|
6428
6447
|
location: z.ZodNullable<z.ZodString>;
|
|
@@ -6714,6 +6733,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
6714
6733
|
specialisedProfile: string | null;
|
|
6715
6734
|
};
|
|
6716
6735
|
}>>;
|
|
6736
|
+
statusSynced: z.ZodNullable<z.ZodBoolean>;
|
|
6717
6737
|
}>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
|
|
6718
6738
|
id: string | null;
|
|
6719
6739
|
title: string | null;
|
|
@@ -7452,6 +7472,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
7452
7472
|
companySize: z.ZodNullable<z.ZodString>;
|
|
7453
7473
|
enterpriseClient: z.ZodNullable<z.ZodBoolean>;
|
|
7454
7474
|
avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
|
|
7475
|
+
companyId: z.ZodNullable<z.ZodString>;
|
|
7455
7476
|
}, "strip", z.ZodTypeAny, {
|
|
7456
7477
|
country: string | null;
|
|
7457
7478
|
region: string | null;
|
|
@@ -7470,6 +7491,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
7470
7491
|
memberSince: string | null;
|
|
7471
7492
|
companyIndustry: string | null;
|
|
7472
7493
|
avgHourlyRatePaid: number | null;
|
|
7494
|
+
companyId: string | null;
|
|
7473
7495
|
}, {
|
|
7474
7496
|
country: string | null;
|
|
7475
7497
|
region: string | null;
|
|
@@ -7488,6 +7510,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
7488
7510
|
memberSince: string | null;
|
|
7489
7511
|
companyIndustry: string | null;
|
|
7490
7512
|
avgHourlyRatePaid: number | null;
|
|
7513
|
+
companyId: string | null;
|
|
7491
7514
|
}>>;
|
|
7492
7515
|
vendorQualifications: z.ZodNullable<z.ZodObject<{
|
|
7493
7516
|
location: z.ZodNullable<z.ZodString>;
|
|
@@ -7779,6 +7802,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
7779
7802
|
specialisedProfile: string | null;
|
|
7780
7803
|
};
|
|
7781
7804
|
}>>;
|
|
7805
|
+
statusSynced: z.ZodNullable<z.ZodBoolean>;
|
|
7782
7806
|
}>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
|
|
7783
7807
|
id: string | null;
|
|
7784
7808
|
title: string | null;
|
|
@@ -7918,6 +7942,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
7918
7942
|
companySize: z.ZodNullable<z.ZodString>;
|
|
7919
7943
|
enterpriseClient: z.ZodNullable<z.ZodBoolean>;
|
|
7920
7944
|
avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
|
|
7945
|
+
companyId: z.ZodNullable<z.ZodString>;
|
|
7921
7946
|
}, "strip", z.ZodTypeAny, {
|
|
7922
7947
|
country: string | null;
|
|
7923
7948
|
region: string | null;
|
|
@@ -7936,6 +7961,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
7936
7961
|
memberSince: string | null;
|
|
7937
7962
|
companyIndustry: string | null;
|
|
7938
7963
|
avgHourlyRatePaid: number | null;
|
|
7964
|
+
companyId: string | null;
|
|
7939
7965
|
}, {
|
|
7940
7966
|
country: string | null;
|
|
7941
7967
|
region: string | null;
|
|
@@ -7954,6 +7980,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
7954
7980
|
memberSince: string | null;
|
|
7955
7981
|
companyIndustry: string | null;
|
|
7956
7982
|
avgHourlyRatePaid: number | null;
|
|
7983
|
+
companyId: string | null;
|
|
7957
7984
|
}>>;
|
|
7958
7985
|
vendorQualifications: z.ZodNullable<z.ZodObject<{
|
|
7959
7986
|
location: z.ZodNullable<z.ZodString>;
|
|
@@ -8245,6 +8272,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8245
8272
|
specialisedProfile: string | null;
|
|
8246
8273
|
};
|
|
8247
8274
|
}>>;
|
|
8275
|
+
statusSynced: z.ZodNullable<z.ZodBoolean>;
|
|
8248
8276
|
}>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
|
|
8249
8277
|
id: string | null;
|
|
8250
8278
|
title: string | null;
|
|
@@ -8357,6 +8385,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8357
8385
|
companySize: z.ZodNullable<z.ZodString>;
|
|
8358
8386
|
enterpriseClient: z.ZodNullable<z.ZodBoolean>;
|
|
8359
8387
|
avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
|
|
8388
|
+
companyId: z.ZodNullable<z.ZodString>;
|
|
8360
8389
|
}, "strip", z.ZodTypeAny, {
|
|
8361
8390
|
country: string | null;
|
|
8362
8391
|
region: string | null;
|
|
@@ -8375,6 +8404,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8375
8404
|
memberSince: string | null;
|
|
8376
8405
|
companyIndustry: string | null;
|
|
8377
8406
|
avgHourlyRatePaid: number | null;
|
|
8407
|
+
companyId: string | null;
|
|
8378
8408
|
}, {
|
|
8379
8409
|
country: string | null;
|
|
8380
8410
|
region: string | null;
|
|
@@ -8393,6 +8423,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8393
8423
|
memberSince: string | null;
|
|
8394
8424
|
companyIndustry: string | null;
|
|
8395
8425
|
avgHourlyRatePaid: number | null;
|
|
8426
|
+
companyId: string | null;
|
|
8396
8427
|
}>>;
|
|
8397
8428
|
vendorQualifications: z.ZodNullable<z.ZodObject<{
|
|
8398
8429
|
location: z.ZodNullable<z.ZodString>;
|
|
@@ -8684,6 +8715,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8684
8715
|
specialisedProfile: string | null;
|
|
8685
8716
|
};
|
|
8686
8717
|
}>>;
|
|
8718
|
+
statusSynced: z.ZodNullable<z.ZodBoolean>;
|
|
8687
8719
|
}>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
|
|
8688
8720
|
id: string | null;
|
|
8689
8721
|
title: string | null;
|
|
@@ -8794,6 +8826,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8794
8826
|
companySize: z.ZodNullable<z.ZodString>;
|
|
8795
8827
|
enterpriseClient: z.ZodNullable<z.ZodBoolean>;
|
|
8796
8828
|
avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
|
|
8829
|
+
companyId: z.ZodNullable<z.ZodString>;
|
|
8797
8830
|
}, "strip", z.ZodTypeAny, {
|
|
8798
8831
|
country: string | null;
|
|
8799
8832
|
region: string | null;
|
|
@@ -8812,6 +8845,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8812
8845
|
memberSince: string | null;
|
|
8813
8846
|
companyIndustry: string | null;
|
|
8814
8847
|
avgHourlyRatePaid: number | null;
|
|
8848
|
+
companyId: string | null;
|
|
8815
8849
|
}, {
|
|
8816
8850
|
country: string | null;
|
|
8817
8851
|
region: string | null;
|
|
@@ -8830,6 +8864,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
8830
8864
|
memberSince: string | null;
|
|
8831
8865
|
companyIndustry: string | null;
|
|
8832
8866
|
avgHourlyRatePaid: number | null;
|
|
8867
|
+
companyId: string | null;
|
|
8833
8868
|
}>>;
|
|
8834
8869
|
vendorQualifications: z.ZodNullable<z.ZodObject<{
|
|
8835
8870
|
location: z.ZodNullable<z.ZodString>;
|
|
@@ -9121,6 +9156,7 @@ export declare const campaignActivityCreateSchema: z.ZodDiscriminatedUnion<"type
|
|
|
9121
9156
|
specialisedProfile: string | null;
|
|
9122
9157
|
};
|
|
9123
9158
|
}>>;
|
|
9159
|
+
statusSynced: z.ZodNullable<z.ZodBoolean>;
|
|
9124
9160
|
}>, "processed">, "id" | "title" | "datetime" | "jobUrl">, "strip", z.ZodTypeAny, {
|
|
9125
9161
|
id: string | null;
|
|
9126
9162
|
title: string | null;
|
|
@@ -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;
|