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
|
@@ -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>;
|
|
@@ -507,6 +510,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
|
|
|
507
510
|
specialisedProfile: string | null;
|
|
508
511
|
};
|
|
509
512
|
}>>;
|
|
513
|
+
statusSynced: z.ZodNullable<z.ZodBoolean>;
|
|
510
514
|
}>, "processed">, "strip", z.ZodTypeAny, {
|
|
511
515
|
id: string | null;
|
|
512
516
|
title: string | null;
|
|
@@ -550,6 +554,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
|
|
|
550
554
|
memberSince: string | null;
|
|
551
555
|
companyIndustry: string | null;
|
|
552
556
|
avgHourlyRatePaid: number | null;
|
|
557
|
+
companyId: string | null;
|
|
553
558
|
} | null;
|
|
554
559
|
vendorQualifications: {
|
|
555
560
|
location: string | null;
|
|
@@ -648,6 +653,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
|
|
|
648
653
|
specialisedProfile: string | null;
|
|
649
654
|
};
|
|
650
655
|
} | null;
|
|
656
|
+
statusSynced: boolean | null;
|
|
651
657
|
activity?: Partial<Record<"4h" | "24h", {
|
|
652
658
|
updatedAt: number | null;
|
|
653
659
|
unansweredInvites: number | null;
|
|
@@ -713,6 +719,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
|
|
|
713
719
|
memberSince: string | null;
|
|
714
720
|
companyIndustry: string | null;
|
|
715
721
|
avgHourlyRatePaid: number | null;
|
|
722
|
+
companyId: string | null;
|
|
716
723
|
} | null;
|
|
717
724
|
vendorQualifications: {
|
|
718
725
|
location: string | null;
|
|
@@ -811,6 +818,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
|
|
|
811
818
|
specialisedProfile: string | null;
|
|
812
819
|
};
|
|
813
820
|
} | null;
|
|
821
|
+
statusSynced: boolean | null;
|
|
814
822
|
activity?: Partial<Record<"4h" | "24h", {
|
|
815
823
|
updatedAt: number | null;
|
|
816
824
|
unansweredInvites: number | null;
|
|
@@ -892,6 +900,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
|
|
|
892
900
|
memberSince: string | null;
|
|
893
901
|
companyIndustry: string | null;
|
|
894
902
|
avgHourlyRatePaid: number | null;
|
|
903
|
+
companyId: string | null;
|
|
895
904
|
} | null;
|
|
896
905
|
vendorQualifications: {
|
|
897
906
|
location: string | null;
|
|
@@ -990,6 +999,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
|
|
|
990
999
|
specialisedProfile: string | null;
|
|
991
1000
|
};
|
|
992
1001
|
} | null;
|
|
1002
|
+
statusSynced: boolean | null;
|
|
993
1003
|
activity?: Partial<Record<"4h" | "24h", {
|
|
994
1004
|
updatedAt: number | null;
|
|
995
1005
|
unansweredInvites: number | null;
|
|
@@ -1065,6 +1075,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
|
|
|
1065
1075
|
memberSince: string | null;
|
|
1066
1076
|
companyIndustry: string | null;
|
|
1067
1077
|
avgHourlyRatePaid: number | null;
|
|
1078
|
+
companyId: string | null;
|
|
1068
1079
|
} | null;
|
|
1069
1080
|
vendorQualifications: {
|
|
1070
1081
|
location: string | null;
|
|
@@ -1163,6 +1174,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
|
|
|
1163
1174
|
specialisedProfile: string | null;
|
|
1164
1175
|
};
|
|
1165
1176
|
} | null;
|
|
1177
|
+
statusSynced: boolean | null;
|
|
1166
1178
|
activity?: Partial<Record<"4h" | "24h", {
|
|
1167
1179
|
updatedAt: number | null;
|
|
1168
1180
|
unansweredInvites: number | null;
|