lancer-shared 1.2.263 → 1.2.265
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 +3 -2
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +3 -2
- package/dist/bundle.esm.js.map +1 -1
- package/dist/constants/routes.d.ts +1 -0
- package/dist/schemas/agent/index.d.ts +10 -5
- package/dist/schemas/bidder/bid.d.ts +98 -49
- package/dist/schemas/campaign/campaign-analytics.d.ts +38 -29
- package/dist/schemas/campaign/campaign.d.ts +9 -9
- package/dist/schemas/job/index.d.ts +3 -0
- package/dist/schemas/lead/index.d.ts +41 -18
- package/dist/schemas/lead/lead-status.d.ts +7 -7
- package/dist/schemas/logger/feed/feed-job-enrich.d.ts +5 -0
- package/dist/schemas/logger/log-event.d.ts +5 -5
- package/dist/schemas/scraper/scrape-payload.d.ts +15 -10
- package/dist/schemas/scraper/scrape-result.d.ts +5 -0
- package/package.json +1 -1
|
@@ -698,7 +698,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
698
698
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
699
699
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
700
700
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
701
|
-
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
701
|
+
leadCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>, z.ZodNumber>>;
|
|
702
702
|
expenses: z.ZodObject<{
|
|
703
703
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
704
704
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -825,7 +825,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
825
825
|
specialisedProfile: string | null;
|
|
826
826
|
bidderId: string | null;
|
|
827
827
|
} | null;
|
|
828
|
-
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "
|
|
828
|
+
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won", number>> | null;
|
|
829
829
|
filters: {
|
|
830
830
|
keywords: {
|
|
831
831
|
includes: string | null;
|
|
@@ -939,7 +939,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
939
939
|
specialisedProfile: string | null;
|
|
940
940
|
bidderId: string | null;
|
|
941
941
|
} | null;
|
|
942
|
-
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "
|
|
942
|
+
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won", number>> | null;
|
|
943
943
|
filters: {
|
|
944
944
|
keywords: {
|
|
945
945
|
includes: string | null;
|
|
@@ -1597,6 +1597,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1597
1597
|
interviewing: number | null;
|
|
1598
1598
|
invitesSent: number | null;
|
|
1599
1599
|
}>>;
|
|
1600
|
+
occupation: z.ZodNullable<z.ZodString>;
|
|
1600
1601
|
activityUpdates: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>>;
|
|
1601
1602
|
activity: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodEnum<["4h" | "24h"]>, z.ZodObject<{
|
|
1602
1603
|
proposals: z.ZodObject<{
|
|
@@ -1681,7 +1682,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1681
1682
|
question: string;
|
|
1682
1683
|
}>, "many">>;
|
|
1683
1684
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
1684
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "
|
|
1685
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "dailyLimitReached", "boostAboveMaxConnects", "privateJob", "noLongerAvailable", "rejected", "alreadyBiddedOn", "viewed", "replied", "biddingScheduled", "biddingFailed", "won"]>>;
|
|
1685
1686
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
1686
1687
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
1687
1688
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -1816,6 +1817,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1816
1817
|
} | null;
|
|
1817
1818
|
category: string | null;
|
|
1818
1819
|
uid: string | null;
|
|
1820
|
+
occupation: string | null;
|
|
1819
1821
|
jobUrl: string | null;
|
|
1820
1822
|
skills: {
|
|
1821
1823
|
name: string;
|
|
@@ -1868,7 +1870,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1868
1870
|
question: string;
|
|
1869
1871
|
}[] | null;
|
|
1870
1872
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
1871
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
1873
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
1872
1874
|
biddingAmount: number | null;
|
|
1873
1875
|
boosted: boolean | null;
|
|
1874
1876
|
boostingAmount: number | null;
|
|
@@ -1977,6 +1979,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
1977
1979
|
} | null;
|
|
1978
1980
|
category: string | null;
|
|
1979
1981
|
uid: string | null;
|
|
1982
|
+
occupation: string | null;
|
|
1980
1983
|
jobUrl: string | null;
|
|
1981
1984
|
skills: {
|
|
1982
1985
|
name: string;
|
|
@@ -2029,7 +2032,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2029
2032
|
question: string;
|
|
2030
2033
|
}[] | null;
|
|
2031
2034
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
2032
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
2035
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
2033
2036
|
biddingAmount: number | null;
|
|
2034
2037
|
boosted: boolean | null;
|
|
2035
2038
|
boostingAmount: number | null;
|
|
@@ -2308,6 +2311,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2308
2311
|
} | null;
|
|
2309
2312
|
category: string | null;
|
|
2310
2313
|
uid: string | null;
|
|
2314
|
+
occupation: string | null;
|
|
2311
2315
|
jobUrl: string | null;
|
|
2312
2316
|
skills: {
|
|
2313
2317
|
name: string;
|
|
@@ -2360,7 +2364,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2360
2364
|
question: string;
|
|
2361
2365
|
}[] | null;
|
|
2362
2366
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
2363
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
2367
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
2364
2368
|
biddingAmount: number | null;
|
|
2365
2369
|
boosted: boolean | null;
|
|
2366
2370
|
boostingAmount: number | null;
|
|
@@ -2444,7 +2448,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2444
2448
|
specialisedProfile: string | null;
|
|
2445
2449
|
bidderId: string | null;
|
|
2446
2450
|
} | null;
|
|
2447
|
-
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "
|
|
2451
|
+
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won", number>> | null;
|
|
2448
2452
|
filters: {
|
|
2449
2453
|
keywords: {
|
|
2450
2454
|
includes: string | null;
|
|
@@ -2680,6 +2684,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2680
2684
|
} | null;
|
|
2681
2685
|
category: string | null;
|
|
2682
2686
|
uid: string | null;
|
|
2687
|
+
occupation: string | null;
|
|
2683
2688
|
jobUrl: string | null;
|
|
2684
2689
|
skills: {
|
|
2685
2690
|
name: string;
|
|
@@ -2732,7 +2737,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2732
2737
|
question: string;
|
|
2733
2738
|
}[] | null;
|
|
2734
2739
|
agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
|
|
2735
|
-
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "
|
|
2740
|
+
leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won" | null;
|
|
2736
2741
|
biddingAmount: number | null;
|
|
2737
2742
|
boosted: boolean | null;
|
|
2738
2743
|
boostingAmount: number | null;
|
|
@@ -2812,7 +2817,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
|
|
|
2812
2817
|
specialisedProfile: string | null;
|
|
2813
2818
|
bidderId: string | null;
|
|
2814
2819
|
} | null;
|
|
2815
|
-
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "
|
|
2820
|
+
leadCounts: Partial<Record<"rejected" | "contacted" | "viewed" | "replied" | "biddingFailed" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "biddingScheduled" | "won", number>> | null;
|
|
2816
2821
|
filters: {
|
|
2817
2822
|
keywords: {
|
|
2818
2823
|
includes: string | null;
|
|
@@ -234,6 +234,7 @@ export declare const scrapeResultSchema: import("zod").ZodObject<{
|
|
|
234
234
|
interviewing: number | null;
|
|
235
235
|
invitesSent: number | null;
|
|
236
236
|
}>>;
|
|
237
|
+
occupation: import("zod").ZodNullable<import("zod").ZodString>;
|
|
237
238
|
activityUpdates: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<1>, import("zod").ZodLiteral<2>, import("zod").ZodLiteral<3>]>>;
|
|
238
239
|
activity: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodEnum<["4h" | "24h"]>, import("zod").ZodObject<{
|
|
239
240
|
proposals: import("zod").ZodObject<{
|
|
@@ -347,6 +348,7 @@ export declare const scrapeResultSchema: import("zod").ZodObject<{
|
|
|
347
348
|
} | null;
|
|
348
349
|
category: string | null;
|
|
349
350
|
uid: string | null;
|
|
351
|
+
occupation: string | null;
|
|
350
352
|
jobUrl: string | null;
|
|
351
353
|
skills: {
|
|
352
354
|
name: string;
|
|
@@ -458,6 +460,7 @@ export declare const scrapeResultSchema: import("zod").ZodObject<{
|
|
|
458
460
|
} | null;
|
|
459
461
|
category: string | null;
|
|
460
462
|
uid: string | null;
|
|
463
|
+
occupation: string | null;
|
|
461
464
|
jobUrl: string | null;
|
|
462
465
|
skills: {
|
|
463
466
|
name: string;
|
|
@@ -575,6 +578,7 @@ export declare const scrapeResultSchema: import("zod").ZodObject<{
|
|
|
575
578
|
} | null;
|
|
576
579
|
category: string | null;
|
|
577
580
|
uid: string | null;
|
|
581
|
+
occupation: string | null;
|
|
578
582
|
jobUrl: string | null;
|
|
579
583
|
skills: {
|
|
580
584
|
name: string;
|
|
@@ -691,6 +695,7 @@ export declare const scrapeResultSchema: import("zod").ZodObject<{
|
|
|
691
695
|
} | null;
|
|
692
696
|
category: string | null;
|
|
693
697
|
uid: string | null;
|
|
698
|
+
occupation: string | null;
|
|
694
699
|
jobUrl: string | null;
|
|
695
700
|
skills: {
|
|
696
701
|
name: string;
|