lancer-shared 1.2.259 → 1.2.261

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.
@@ -428,12 +428,13 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
428
428
  biddedAt: z.ZodNullable<z.ZodNumber>;
429
429
  biddingTaskScheduled: z.ZodNullable<z.ZodBoolean>;
430
430
  scheduledBiddingTime: z.ZodNullable<z.ZodNumber>;
431
+ inQueue: z.ZodNullable<z.ZodBoolean>;
432
+ biddingDelayInMinutes: z.ZodNullable<z.ZodNumber>;
431
433
  wonAmount: z.ZodOptional<z.ZodNumber>;
432
434
  feedbackCheckTaskId: z.ZodNullable<z.ZodString>;
433
435
  bidDecision: z.ZodNullable<z.ZodEnum<["proceeded", "rejected"]>>;
434
436
  rejectedFeedback: z.ZodNullable<z.ZodString>;
435
437
  applicationId: z.ZodNullable<z.ZodString>;
436
- campaignName: z.ZodOptional<z.ZodString>;
437
438
  }>, "processed">, "strip", z.ZodTypeAny, {
438
439
  id: string | null;
439
440
  title: string | null;
@@ -453,6 +454,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
453
454
  datetime: number | null;
454
455
  campaignId: string;
455
456
  organizationId: string;
457
+ inQueue: boolean | null;
456
458
  createdAt: number | null;
457
459
  updatedAt: number | null;
458
460
  isFeatured: boolean | null;
@@ -537,7 +539,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
537
539
  question: string;
538
540
  }[] | null;
539
541
  agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
540
- leadStatus: "rejected" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "won" | null;
542
+ leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "won" | null;
541
543
  biddingAmount: number | null;
542
544
  boosted: boolean | null;
543
545
  boostingAmount: number | null;
@@ -546,6 +548,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
546
548
  biddedAt: number | null;
547
549
  biddingTaskScheduled: boolean | null;
548
550
  scheduledBiddingTime: number | null;
551
+ biddingDelayInMinutes: number | null;
549
552
  feedbackCheckTaskId: string | null;
550
553
  bidDecision: "rejected" | "proceeded" | null;
551
554
  rejectedFeedback: string | null;
@@ -572,7 +575,6 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
572
575
  } | null | undefined;
573
576
  proposalId?: string | undefined;
574
577
  wonAmount?: number | undefined;
575
- campaignName?: string | undefined;
576
578
  }, {
577
579
  id: string | null;
578
580
  title: string | null;
@@ -592,6 +594,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
592
594
  datetime: number | null;
593
595
  campaignId: string;
594
596
  organizationId: string;
597
+ inQueue: boolean | null;
595
598
  createdAt: number | null;
596
599
  updatedAt: number | null;
597
600
  isFeatured: boolean | null;
@@ -676,7 +679,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
676
679
  question: string;
677
680
  }[] | null;
678
681
  agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
679
- leadStatus: "rejected" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "won" | null;
682
+ leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "won" | null;
680
683
  biddingAmount: number | null;
681
684
  boosted: boolean | null;
682
685
  boostingAmount: number | null;
@@ -685,6 +688,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
685
688
  biddedAt: number | null;
686
689
  biddingTaskScheduled: boolean | null;
687
690
  scheduledBiddingTime: number | null;
691
+ biddingDelayInMinutes: number | null;
688
692
  feedbackCheckTaskId: string | null;
689
693
  bidDecision: "rejected" | "proceeded" | null;
690
694
  rejectedFeedback: string | null;
@@ -711,7 +715,6 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
711
715
  } | null | undefined;
712
716
  proposalId?: string | undefined;
713
717
  wonAmount?: number | undefined;
714
- campaignName?: string | undefined;
715
718
  }>;
716
719
  isOverallHighestPriorityCampaign: z.ZodOptional<z.ZodBoolean>;
717
720
  applyToLeads: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -747,6 +750,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
747
750
  datetime: number | null;
748
751
  campaignId: string;
749
752
  organizationId: string;
753
+ inQueue: boolean | null;
750
754
  createdAt: number | null;
751
755
  updatedAt: number | null;
752
756
  isFeatured: boolean | null;
@@ -831,7 +835,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
831
835
  question: string;
832
836
  }[] | null;
833
837
  agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
834
- leadStatus: "rejected" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "won" | null;
838
+ leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "won" | null;
835
839
  biddingAmount: number | null;
836
840
  boosted: boolean | null;
837
841
  boostingAmount: number | null;
@@ -840,6 +844,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
840
844
  biddedAt: number | null;
841
845
  biddingTaskScheduled: boolean | null;
842
846
  scheduledBiddingTime: number | null;
847
+ biddingDelayInMinutes: number | null;
843
848
  feedbackCheckTaskId: string | null;
844
849
  bidDecision: "rejected" | "proceeded" | null;
845
850
  rejectedFeedback: string | null;
@@ -866,7 +871,6 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
866
871
  } | null | undefined;
867
872
  proposalId?: string | undefined;
868
873
  wonAmount?: number | undefined;
869
- campaignName?: string | undefined;
870
874
  };
871
875
  isOverallHighestPriorityCampaign?: boolean | undefined;
872
876
  applyToLeads?: {
@@ -896,6 +900,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
896
900
  datetime: number | null;
897
901
  campaignId: string;
898
902
  organizationId: string;
903
+ inQueue: boolean | null;
899
904
  createdAt: number | null;
900
905
  updatedAt: number | null;
901
906
  isFeatured: boolean | null;
@@ -980,7 +985,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
980
985
  question: string;
981
986
  }[] | null;
982
987
  agentStatus: "suitabilityComplete" | "proposalComplete" | "biddingComplete" | "suitabilityPending" | "suitabilityProcessing" | "suitabilityFailed" | "proposalProcessing" | "proposalFailed" | "biddingProcessing" | "biddingFailed" | "jobArchived" | null;
983
- leadStatus: "rejected" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "won" | null;
988
+ leadStatus: "rejected" | "contacted" | "viewed" | "replied" | "leads" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "won" | null;
984
989
  biddingAmount: number | null;
985
990
  boosted: boolean | null;
986
991
  boostingAmount: number | null;
@@ -989,6 +994,7 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
989
994
  biddedAt: number | null;
990
995
  biddingTaskScheduled: boolean | null;
991
996
  scheduledBiddingTime: number | null;
997
+ biddingDelayInMinutes: number | null;
992
998
  feedbackCheckTaskId: string | null;
993
999
  bidDecision: "rejected" | "proceeded" | null;
994
1000
  rejectedFeedback: string | null;
@@ -1015,7 +1021,6 @@ export declare const agentCalculateSuitabilityRequestSchema: z.ZodObject<{
1015
1021
  } | null | undefined;
1016
1022
  proposalId?: string | undefined;
1017
1023
  wonAmount?: number | undefined;
1018
- campaignName?: string | undefined;
1019
1024
  };
1020
1025
  isOverallHighestPriorityCampaign?: boolean | undefined;
1021
1026
  applyToLeads?: {
@@ -1,4 +1,4 @@
1
- import { z } from "zod";
1
+ import { z } from 'zod';
2
2
  export declare const proposalSchema: z.ZodObject<{
3
3
  coverLetter: z.ZodString;
4
4
  questionAnswerPairs: z.ZodArray<z.ZodObject<{